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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/CHANGELOG.md +1 -256
  2. package/build/comments.js +2 -2
  3. package/build/translations/af.js +1 -1
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/bs.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de-ch.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es-co.js +1 -1
  16. package/build/translations/es.js +1 -1
  17. package/build/translations/et.js +1 -1
  18. package/build/translations/fa.js +1 -1
  19. package/build/translations/fi.js +1 -1
  20. package/build/translations/fr.js +1 -1
  21. package/build/translations/gl.js +1 -1
  22. package/build/translations/he.js +1 -1
  23. package/build/translations/hi.js +1 -1
  24. package/build/translations/hr.js +1 -1
  25. package/build/translations/hu.js +1 -1
  26. package/build/translations/id.js +1 -1
  27. package/build/translations/it.js +1 -1
  28. package/build/translations/ja.js +1 -1
  29. package/build/translations/jv.js +1 -1
  30. package/build/translations/ko.js +1 -1
  31. package/build/translations/lt.js +1 -1
  32. package/build/translations/lv.js +1 -1
  33. package/build/translations/ms.js +1 -1
  34. package/build/translations/nl.js +1 -1
  35. package/build/translations/no.js +1 -1
  36. package/build/translations/pl.js +1 -1
  37. package/build/translations/pt-br.js +1 -1
  38. package/build/translations/pt.js +1 -1
  39. package/build/translations/ro.js +1 -1
  40. package/build/translations/ru.js +1 -1
  41. package/build/translations/sk.js +1 -1
  42. package/build/translations/sq.js +1 -1
  43. package/build/translations/sr-latn.js +1 -1
  44. package/build/translations/sr.js +1 -1
  45. package/build/translations/sv.js +1 -1
  46. package/build/translations/th.js +1 -1
  47. package/build/translations/ti.js +1 -1
  48. package/build/translations/tk.js +1 -1
  49. package/build/translations/tr.js +1 -1
  50. package/build/translations/tt.js +1 -1
  51. package/build/translations/ug.js +1 -1
  52. package/build/translations/uk.js +1 -1
  53. package/build/translations/ur.js +1 -1
  54. package/build/translations/vi.js +1 -1
  55. package/build/translations/zh-cn.js +1 -1
  56. package/build/translations/zh.js +1 -1
  57. package/dist/annotations/annotations.d.ts +1 -1
  58. package/dist/annotations/sidebar.d.ts +2 -2
  59. package/dist/annotations/view/annotationview.d.ts +4 -4
  60. package/dist/annotations/view/sidebaritemview.d.ts +7 -3
  61. package/dist/annotations/view/sidebarview.d.ts +25 -4
  62. package/dist/comments/commentsediting.d.ts +8 -0
  63. package/dist/comments/commentsrepository.d.ts +14 -2
  64. package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
  65. package/dist/comments/ui/view/basecommentview.d.ts +41 -3
  66. package/dist/comments/ui/view/commentinputview.d.ts +17 -2
  67. package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
  68. package/dist/comments/ui/view/commentslistview.d.ts +17 -5
  69. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
  70. package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  71. package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
  72. package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
  73. package/dist/comments/ui/view/commentview.d.ts +9 -12
  74. package/dist/index-editor.css +33 -2
  75. package/dist/index.css +95 -2
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +9 -9
  78. package/dist/translations/af.js +1 -1
  79. package/dist/translations/af.umd.js +1 -1
  80. package/dist/translations/ar.js +1 -1
  81. package/dist/translations/ar.umd.js +1 -1
  82. package/dist/translations/bg.js +1 -1
  83. package/dist/translations/bg.umd.js +1 -1
  84. package/dist/translations/bn.js +1 -1
  85. package/dist/translations/bn.umd.js +1 -1
  86. package/dist/translations/bs.js +1 -1
  87. package/dist/translations/bs.umd.js +1 -1
  88. package/dist/translations/ca.js +1 -1
  89. package/dist/translations/ca.umd.js +1 -1
  90. package/dist/translations/cs.js +1 -1
  91. package/dist/translations/cs.umd.js +1 -1
  92. package/dist/translations/da.js +1 -1
  93. package/dist/translations/da.umd.js +1 -1
  94. package/dist/translations/de-ch.js +1 -1
  95. package/dist/translations/de-ch.umd.js +1 -1
  96. package/dist/translations/de.js +1 -1
  97. package/dist/translations/de.umd.js +1 -1
  98. package/dist/translations/el.js +1 -1
  99. package/dist/translations/el.umd.js +1 -1
  100. package/dist/translations/en-au.js +1 -1
  101. package/dist/translations/en-au.umd.js +1 -1
  102. package/dist/translations/en.js +1 -1
  103. package/dist/translations/en.umd.js +1 -1
  104. package/dist/translations/es-co.js +1 -1
  105. package/dist/translations/es-co.umd.js +1 -1
  106. package/dist/translations/es.js +1 -1
  107. package/dist/translations/es.umd.js +1 -1
  108. package/dist/translations/et.js +1 -1
  109. package/dist/translations/et.umd.js +1 -1
  110. package/dist/translations/fa.js +1 -1
  111. package/dist/translations/fa.umd.js +1 -1
  112. package/dist/translations/fi.js +1 -1
  113. package/dist/translations/fi.umd.js +1 -1
  114. package/dist/translations/fr.js +1 -1
  115. package/dist/translations/fr.umd.js +1 -1
  116. package/dist/translations/gl.js +1 -1
  117. package/dist/translations/gl.umd.js +1 -1
  118. package/dist/translations/he.js +1 -1
  119. package/dist/translations/he.umd.js +1 -1
  120. package/dist/translations/hi.js +1 -1
  121. package/dist/translations/hi.umd.js +1 -1
  122. package/dist/translations/hr.js +1 -1
  123. package/dist/translations/hr.umd.js +1 -1
  124. package/dist/translations/hu.js +1 -1
  125. package/dist/translations/hu.umd.js +1 -1
  126. package/dist/translations/id.js +1 -1
  127. package/dist/translations/id.umd.js +1 -1
  128. package/dist/translations/it.js +1 -1
  129. package/dist/translations/it.umd.js +1 -1
  130. package/dist/translations/ja.js +1 -1
  131. package/dist/translations/ja.umd.js +1 -1
  132. package/dist/translations/jv.js +1 -1
  133. package/dist/translations/jv.umd.js +1 -1
  134. package/dist/translations/ko.js +1 -1
  135. package/dist/translations/ko.umd.js +1 -1
  136. package/dist/translations/lt.js +1 -1
  137. package/dist/translations/lt.umd.js +1 -1
  138. package/dist/translations/lv.js +1 -1
  139. package/dist/translations/lv.umd.js +1 -1
  140. package/dist/translations/ms.js +1 -1
  141. package/dist/translations/ms.umd.js +1 -1
  142. package/dist/translations/nl.js +1 -1
  143. package/dist/translations/nl.umd.js +1 -1
  144. package/dist/translations/no.js +1 -1
  145. package/dist/translations/no.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/sk.js +1 -1
  157. package/dist/translations/sk.umd.js +1 -1
  158. package/dist/translations/sq.js +1 -1
  159. package/dist/translations/sq.umd.js +1 -1
  160. package/dist/translations/sr-latn.js +1 -1
  161. package/dist/translations/sr-latn.umd.js +1 -1
  162. package/dist/translations/sr.js +1 -1
  163. package/dist/translations/sr.umd.js +1 -1
  164. package/dist/translations/sv.js +1 -1
  165. package/dist/translations/sv.umd.js +1 -1
  166. package/dist/translations/th.js +1 -1
  167. package/dist/translations/th.umd.js +1 -1
  168. package/dist/translations/ti.js +1 -1
  169. package/dist/translations/ti.umd.js +1 -1
  170. package/dist/translations/tk.js +1 -1
  171. package/dist/translations/tk.umd.js +1 -1
  172. package/dist/translations/tr.js +1 -1
  173. package/dist/translations/tr.umd.js +1 -1
  174. package/dist/translations/tt.js +1 -1
  175. package/dist/translations/tt.umd.js +1 -1
  176. package/dist/translations/ug.js +1 -1
  177. package/dist/translations/ug.umd.js +1 -1
  178. package/dist/translations/uk.js +1 -1
  179. package/dist/translations/uk.umd.js +1 -1
  180. package/dist/translations/ur.js +1 -1
  181. package/dist/translations/ur.umd.js +1 -1
  182. package/dist/translations/vi.js +1 -1
  183. package/dist/translations/vi.umd.js +1 -1
  184. package/dist/translations/zh-cn.js +1 -1
  185. package/dist/translations/zh-cn.umd.js +1 -1
  186. package/dist/translations/zh.js +1 -1
  187. package/dist/translations/zh.umd.js +1 -1
  188. package/dist/utils/common-translations.d.ts +1 -1
  189. package/lang/contexts.json +15 -0
  190. package/lang/translations/af.po +62 -0
  191. package/lang/translations/ar.po +68 -2
  192. package/lang/translations/bg.po +64 -2
  193. package/lang/translations/bn.po +64 -2
  194. package/lang/translations/bs.po +63 -0
  195. package/lang/translations/ca.po +64 -2
  196. package/lang/translations/cs.po +66 -2
  197. package/lang/translations/da.po +64 -2
  198. package/lang/translations/de-ch.po +62 -0
  199. package/lang/translations/de.po +64 -2
  200. package/lang/translations/el.po +64 -2
  201. package/lang/translations/en-au.po +62 -0
  202. package/lang/translations/en.po +64 -2
  203. package/lang/translations/es-co.po +63 -0
  204. package/lang/translations/es.po +65 -2
  205. package/lang/translations/et.po +64 -2
  206. package/lang/translations/fa.po +62 -0
  207. package/lang/translations/fi.po +64 -2
  208. package/lang/translations/fr.po +65 -2
  209. package/lang/translations/gl.po +64 -2
  210. package/lang/translations/he.po +65 -2
  211. package/lang/translations/hi.po +64 -2
  212. package/lang/translations/hr.po +63 -0
  213. package/lang/translations/hu.po +64 -2
  214. package/lang/translations/id.po +63 -2
  215. package/lang/translations/it.po +65 -2
  216. package/lang/translations/ja.po +63 -2
  217. package/lang/translations/jv.po +61 -0
  218. package/lang/translations/ko.po +63 -2
  219. package/lang/translations/lt.po +66 -2
  220. package/lang/translations/lv.po +65 -2
  221. package/lang/translations/ms.po +63 -2
  222. package/lang/translations/nl.po +64 -2
  223. package/lang/translations/no.po +64 -2
  224. package/lang/translations/pl.po +66 -2
  225. package/lang/translations/pt-br.po +65 -2
  226. package/lang/translations/pt.po +65 -2
  227. package/lang/translations/ro.po +65 -2
  228. package/lang/translations/ru.po +66 -2
  229. package/lang/translations/sk.po +66 -2
  230. package/lang/translations/sq.po +62 -0
  231. package/lang/translations/sr-latn.po +65 -2
  232. package/lang/translations/sr.po +65 -2
  233. package/lang/translations/sv.po +64 -2
  234. package/lang/translations/th.po +63 -2
  235. package/lang/translations/ti.po +62 -0
  236. package/lang/translations/tk.po +62 -0
  237. package/lang/translations/tr.po +64 -2
  238. package/lang/translations/tt.po +61 -0
  239. package/lang/translations/ug.po +64 -2
  240. package/lang/translations/uk.po +66 -2
  241. package/lang/translations/ur.po +62 -0
  242. package/lang/translations/vi.po +63 -2
  243. package/lang/translations/zh-cn.po +63 -2
  244. package/lang/translations/zh.po +63 -2
  245. package/package.json +14 -13
  246. package/src/annotations/annotation.js +2 -2
  247. package/src/annotations/annotationcollection.js +1 -1
  248. package/src/annotations/annotations.d.ts +1 -1
  249. package/src/annotations/annotations.js +1 -1
  250. package/src/annotations/annotationsuis.js +1 -1
  251. package/src/annotations/editorannotations.js +1 -1
  252. package/src/annotations/inlineannotations.js +1 -1
  253. package/src/annotations/narrowsidebar.js +1 -1
  254. package/src/annotations/sidebar.d.ts +2 -2
  255. package/src/annotations/sidebar.js +1 -1
  256. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  257. package/src/annotations/view/annotationview.d.ts +4 -4
  258. package/src/annotations/view/annotationview.js +1 -1
  259. package/src/annotations/view/sidebaritemview.d.ts +7 -3
  260. package/src/annotations/view/sidebaritemview.js +1 -1
  261. package/src/annotations/view/sidebarview.d.ts +25 -4
  262. package/src/annotations/view/sidebarview.js +1 -1
  263. package/src/annotations/widesidebar.js +1 -1
  264. package/src/comments/addcommentthreadcommand.js +1 -1
  265. package/src/comments/commentsarchive.js +1 -1
  266. package/src/comments/commentsarchiveui.js +1 -1
  267. package/src/comments/commentsediting.d.ts +8 -0
  268. package/src/comments/commentsediting.js +1 -1
  269. package/src/comments/commentsrepository.d.ts +14 -2
  270. package/src/comments/commentsrepository.js +3 -3
  271. package/src/comments/commentsui.js +1 -1
  272. package/src/comments/integrations/clipboard.js +1 -1
  273. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  274. package/src/comments/integrations/importword.js +1 -1
  275. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  276. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  277. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  278. package/src/comments/ui/commentthreadcontroller.js +2 -2
  279. package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
  280. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  281. package/src/comments/ui/view/basecommentview.d.ts +41 -3
  282. package/src/comments/ui/view/basecommentview.js +1 -1
  283. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  284. package/src/comments/ui/view/commentcontentview.js +1 -1
  285. package/src/comments/ui/view/commentinputview.d.ts +17 -2
  286. package/src/comments/ui/view/commentinputview.js +1 -1
  287. package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
  288. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  289. package/src/comments/ui/view/commentslistview.d.ts +17 -5
  290. package/src/comments/ui/view/commentslistview.js +1 -1
  291. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
  292. package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
  293. package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  294. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  295. package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
  296. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  297. package/src/comments/ui/view/commentthreadview.d.ts +11 -6
  298. package/src/comments/ui/view/commentthreadview.js +2 -2
  299. package/src/comments/ui/view/commentview.d.ts +9 -12
  300. package/src/comments/ui/view/commentview.js +2 -2
  301. package/src/comments.js +1 -1
  302. package/src/commentsonly.js +1 -1
  303. package/src/index.d.ts +1 -0
  304. package/src/index.js +1 -1
  305. package/src/utils/common-translations.d.ts +1 -1
  306. package/src/utils/common-translations.js +1 -1
  307. package/src/utils/createmutationobserver.js +1 -1
  308. package/theme/comment.css +6 -0
  309. package/theme/commentthread.css +43 -2
package/build/comments.js CHANGED
@@ -1,5 +1,5 @@
1
- !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Comment","Comment editor":"Comment editor","Comment was made on an element":"Comment was made on an element",COMMENTS_ARCHIVE:"Comments archive","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EMPTY_COMMENTS_ARCHIVE:"There are no archived comment threads.",ENTER_COMMENT_ANNOUNCEMENT:"Entering a comment.",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.",LEAVE_COMMENT_ANNOUNCEMENT:"Leaving a comment.","Marked as resolved":"Marked as resolved",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove",Reopen:"Reopen",Reply:"Reply","Reply to reopen discussion...":"Reply to reopen discussion...","Reply...":"Reply...",Resolve:"Resolve",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
1
+ !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"Move across internals of the annotation thread",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"Browse the focused annotation thread or thread comment",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"Exit the annotation and move focus back to the edited content",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"Move focus to the thread when the selection is anchored in its marker",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"Move to the previous or next thread in the annotations sidebar or comments archive",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"Submit the reply while writing a comment","Annotations list":"Annotations list","Annotations sidebar":"Annotations sidebar",Comment:"Comment","Comment editor":"Comment editor","Comment was made on an element":"Comment was made on an element",COMMENT_ARIA_LABEL:"Comment by %0. Created on %1. %2. %3",COMMENT_THREAD_DESCRIPTION:"Press Enter for more options. Press Escape to exit.",COMMENT_THREAD_LABEL:["Comment thread by %1. %1 reply.","Comment thread by %1. %0 replies."],COMMENTS_ARCHIVE:"Comments archive",COMMENTS_ARCHIVE_LIST_LABEL:"List of comments","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EMPTY_COMMENTS_ARCHIVE:"There are no archived comment threads.",ENTER_COMMENT_ANNOUNCEMENT:"Entering a content with comments. Press %0 to go to the discussion.",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.",LEAVE_COMMENT_ANNOUNCEMENT:"Leaving a content with comments.","Marked as resolved":"Marked as resolved",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove",Reopen:"Reopen",Reply:"Reply","Reply to reopen discussion...":"Reply to reopen discussion...","Reply...":"Reply...",Resolve:"Resolve","Thread comments":"Thread comments",THREAD_CONTEXT_LABEL:"Thread context: %0",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={874:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const r=s},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var c=0;c<t.length;c++){var a=[].concat(t[c]);o&&s[a[0]]||(n&&(a[2]?a[2]="".concat(n," and ").concat(a[2]):a[2]=n),e.push(a))}},e}},673:(t,e,n)=>{"use strict";var o,s=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function c(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function a(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],a=e.base?r[0]+e.base:r[0],h=n[a]||0,u="".concat(a," ").concat(h);n[a]=h+1;var d=c(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=a(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var s=c(n[o]);i[s].references--}for(var r=a(t,e),h=0;h<n.length;h++){var u=c(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{AnnotationView:()=>er,Annotations:()=>pr,AnnotationsUIs:()=>mi,BaseCommentThreadView:()=>as,BaseCommentView:()=>ws,Comment:()=>yr,CommentThread:()=>_r,CommentThreadController:()=>fo,CommentThreadInputView:()=>Ho,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>$o,CommentsOnly:()=>hi,CommentsRepository:()=>Ir,CommentsUI:()=>ri,EditorAnnotations:()=>Vr,InlineAnnotations:()=>Gi,NarrowSidebar:()=>Ui,WideSidebar:()=>Ni});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const h=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var w="object"==typeof self&&self&&self.Object===Object&&self;const I=b||w||Function("return this")();const _=I.Symbol;var y=Object.prototype,C=y.hasOwnProperty,A=y.toString,T=_?_.toStringTag:void 0;const x=function(t){var e=C.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var s=A.call(t);return o&&(e?t[T]=n:delete t[T]),s};var E=Object.prototype.toString;const M=function(t){return E.call(t)};var O=_?_.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?x(t):M(t)};const V=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const j=function(t){if(!V(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=I["__core-js_shared__"];var S,D=(S=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"";const P=function(t){return!!D&&D in t};var B=Function.prototype.toString;const z=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var L=/^\[object .+?Constructor\]$/,F=Function.prototype,K=Object.prototype,U=F.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const X=function(t){return!(!V(t)||P(t))&&(j(t)?H:L).test(z(t))};const q=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=q(t,e);return X(n)?n:void 0};const J=G(I,"Map");const Q=G(Object,"create");const Z=function(){this.__data__=Q?Q(null):{},this.size=0};const Y=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Q){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Q?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Q&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}st.prototype.clear=Z,st.prototype.delete=Y,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(J||p),string:new rt}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!J||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function wt(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}wt.prototype.add=wt.prototype.push=kt,wt.prototype.has=bt;const It=wt;const _t=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const Ct=function(t,e,n,o,s,r){var i=1&n,c=t.length,a=e.length;if(c!=a&&!(i&&a>c))return!1;var h=r.get(t),u=r.get(e);if(h&&u)return h==e&&u==t;var d=-1,l=!0,m=2&n?new It:void 0;for(r.set(t,e),r.set(e,t);++d<c;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!_t(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const At=I.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const xt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var Et=_?_.prototype:void 0,Mt=Et?Et.valueOf:void 0;const Ot=function(t,e,n,o,s,r,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new At(t),new At(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var h=1&o;if(a||(a=xt),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var d=Ct(a(t),a(e),o,s,r,c);return c.delete(t),d;case"[object Symbol]":if(Mt)return Mt.call(t)==Mt.call(e)}return!1};const Rt=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const Vt=Array.isArray;const jt=function(t,e,n){var o=e(t);return Vt(t)?o:Rt(o,n(t))};const Nt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const St=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Nt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const zt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Lt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return Lt(t)&&"[object Arguments]"==R(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=Ft(function(){return arguments}())?Ft:function(t){return Lt(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const Xt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Gt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Jt=Gt&&Gt.exports===qt?I.Buffer:void 0;const Qt=(Jt?Jt.isBuffer:void 0)||Xt;var Zt=/^(?:0|[1-9]\d*)$/;const Yt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Zt.test(t))&&t>-1&&t%1==0&&t<e};const $t=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Lt(t)&&$t(t.length)&&!!te[R(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,se=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=se&&se.exports===oe&&b.process;const ie=function(){try{var t=se&&se.require&&se.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var he=Object.prototype.hasOwnProperty;const ue=function(t,e){var n=Vt(t),o=!n&&Ht(t),s=!n&&!o&&Qt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?zt(t.length,String):[],a=c.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Yt(h,a))||c.push(h);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!j(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return jt(t,ke,Bt)};var we=Object.prototype.hasOwnProperty;const Ie=function(t,e,n,o,s,r){var i=1&n,c=be(t),a=c.length;if(a!=be(e).length&&!i)return!1;for(var h=a;h--;){var u=c[h];if(!(i?u in e:we.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<a;){var f=t[u=c[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const _e=G(I,"DataView");const ye=G(I,"Promise");const Ce=G(I,"Set");const Ae=G(I,"WeakMap");var Te="[object Map]",xe="[object Promise]",Ee="[object Set]",Me="[object WeakMap]",Oe="[object DataView]",Re=z(_e),Ve=z(J),je=z(ye),Ne=z(Ce),Se=z(Ae),De=R;(_e&&De(new _e(new ArrayBuffer(1)))!=Oe||J&&De(new J)!=Te||ye&&De(ye.resolve())!=xe||Ce&&De(new Ce)!=Ee||Ae&&De(new Ae)!=Me)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?z(n):"";if(o)switch(o){case Re:return Oe;case Ve:return Te;case je:return xe;case Ne:return Ee;case Se:return Me}return e});const Pe=De;var Be="[object Arguments]",ze="[object Array]",Le="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,s,r){var i=Vt(t),c=Vt(e),a=i?ze:Pe(t),h=c?ze:Pe(e),u=(a=a==Be?Le:a)==Le,d=(h=h==Be?Le:h)==Le,l=a==h;if(l&&Qt(t)){if(!Qt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):Ot(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&Fe.call(t,"__wrapped__"),p=d&&Fe.call(e,"__wrapped__");if(m||p){var f=m?t.value():t,g=p?e.value():e;return r||(r=new vt),s(f,g,n,o,r)}}return!!l&&(r||(r=new vt),Ie(t,e,n,o,s,r))};const Ue=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Lt(e)&&!Lt(n)?e!=e&&n!=n:Ke(e,n,o,s,t,r))};const We=function(t,e){return Ue(t,e)};const He=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Xe=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Xe?Xe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ge=Object.prototype.hasOwnProperty;const Je=function(t,e,n){var o=t[e];Ge.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Qe=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var c=e[r],a=o?o(n[c],t[c],c,n,t):void 0;void 0===a&&(a=t[c]),s?qe(n,c,a):Je(n,c,a)}return n};const Ze=function(t,e){return t&&Qe(e,ke(e),t)};const Ye=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!V(t))return Ye(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&Qe(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,sn=on&&"object"==typeof module&&module&&!module.nodeType&&module,rn=sn&&sn.exports===on?I.Buffer:void 0,cn=rn?rn.allocUnsafe:void 0;const an=function(t,e){if(e)return t.slice();var n=t.length,o=cn?cn(n):new t.constructor(n);return t.copy(o),o};const hn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const un=function(t,e){return Qe(t,Bt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Bt(t)),t=dn(t);return e}:St;const mn=function(t,e){return Qe(t,ln(t),e)};const pn=function(t){return jt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const vn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const wn=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var In=_?_.prototype:void 0,_n=In?In.valueOf:void 0;const yn=function(t){return _n?Object(_n.call(t)):{}};const Cn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const An=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return vn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return kn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Cn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return wn(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const xn=function(){function t(){}return function(e){if(!V(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const En=function(t){return"function"!=typeof t.constructor||le(t)?{}:xn(dn(t))};const Mn=function(t){return Lt(t)&&"[object Map]"==Pe(t)};var On=ie&&ie.isMap;const Rn=On?ne(On):Mn;const Vn=function(t){return Lt(t)&&"[object Set]"==Pe(t)};var jn=ie&&ie.isSet;const Nn=jn?ne(jn):Vn;var Sn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Bn={};Bn[Sn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[Pn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Dn]=Bn["[object WeakMap]"]=!1;const zn=function t(e,n,o,s,r,i){var c,a=1&n,h=2&n,u=4&n;if(o&&(c=r?o(e,s,r,i):o(e)),void 0!==c)return c;if(!V(e))return e;var d=Vt(e);if(d){if(c=gn(e),!a)return hn(e,c)}else{var l=Pe(e),m=l==Dn||"[object GeneratorFunction]"==l;if(Qt(e))return an(e,a);if(l==Pn||l==Sn||m&&!r){if(c=h||m?{}:En(e),!a)return h?mn(e,nn(c,e)):un(e,Ze(c,e))}else{if(!Bn[l])return r?e:{};c=An(e,l,a)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,c),Nn(e)?e.forEach((function(s){c.add(t(s,n,o,s,e,i))})):Rn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return He(f||e,(function(s,r){f&&(s=e[r=s]),Je(c,r,t(s,n,o,r,e,i))})),c};const Ln=function(t){return zn(t,5)};const Fn=function(t){return"symbol"==typeof t||Lt(t)&&"[object Symbol]"==R(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(Vt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Fn(t))||(Un.test(t)||!Kn.test(t)||null!=e&&t in Object(e))};function Hn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(Hn.Cache||pt),n}Hn.Cache=pt;const Xn=Hn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gn=/\\(\\)?/g;const Jn=function(t){var e=Xn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,s){e.push(o?s.replace(Gn,"$1"):n||t)})),e}));const Qn=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var Zn=_?_.prototype:void 0,Yn=Zn?Zn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Vt(e))return Qn(e,t)+"";if(Fn(e))return Yn?Yn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return Vt(t)?t:Wn(t,e)?[t]:Jn(to(t))};const no=function(t){if("string"==typeof t||Fn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!V(t))return t;for(var s=-1,r=(e=eo(e,t)).length,i=r-1,c=t;null!=c&&++s<r;){var a=no(e[s]),h=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(s!=i){var u=c[a];void 0===(h=o?o(u,a,c):void 0)&&(h=V(u)?u:Yt(e[s+1])?[]:{})}Je(c,a,h),c=c[a]}return t};const so=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const co=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};var lo=mo;function mo(t,e){var n=po();return(mo=function(t,e){return n[t-=107]})(t,e)}function po(){var t=["update","reopenCommentThread","destroy","4054482JatKmE","remove","resolveCommentThread","_localUser","getComment","updateComment","1697386fyvCOR","28540179vhGktl","removeCommentThread","view","reopen","95rfywkh","53229VNrIHs","addComment","removeComment","2ETpEfu","2206946DNVlGs","6336616UNyBYA","resolve","158172YguZzo","_isAttached","model","stopListening","submit","isResolved","submitCommentThread","listenTo"];return(po=function(){return t})()}!function(t){for(var e=mo,n=t();;)try{if(939119===-parseInt(e(128))/1+-parseInt(e(107))/2*(-parseInt(e(134))/3)+parseInt(e(111))/4*(-parseInt(e(133))/5)+parseInt(e(122))/6+parseInt(e(108))/7+-parseInt(e(109))/8+parseInt(e(129))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(113)]=t,this[n(113)][n(112)]=!0,this[n(131)]=e,this[n(118)](e,n(117),(()=>this[n(115)]())),this[n(118)](e,n(130),(()=>this[n(123)]())),this[n(118)](e,n(124),(()=>this[n(110)]())),this[n(118)](e,n(120),(()=>this[n(132)]())),this[n(118)](e,n(135),((t,e)=>this[n(135)](e))),this[n(118)](e,n(127),((t,e,o)=>this[n(127)](e,o))),this[n(118)](e,n(136),((t,e)=>this[n(136)](e)))}[lo(115)](){var t=lo;this[t(113)][t(115)]()}[lo(123)](){var t=lo;this[t(113)][t(123)]()}[lo(110)](){var t=lo;this[t(113)][t(116)]||this[t(113)][t(110)]()}[lo(132)](){var t=lo;this[t(113)][t(116)]&&this[t(113)][t(132)]()}[lo(135)](t){var e=lo;this[e(113)][e(135)]({content:t,authorId:this[e(131)][e(125)].id})}[lo(127)](t,e){var n=lo;this[n(113)][n(126)](t)[n(119)]({content:e})}[lo(136)](t){var e=lo;this[e(113)][e(126)](t)[e(123)]()}[lo(121)](){var t=lo;this[t(114)](),this[t(113)][t(112)]=!1}}var go=n(311);function vo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a comment.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a comment.",id:"ENTER_COMMENT_ANNOUNCEMENT"});case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}function ko(){const t=["div","text","uiLanguage","15NiIdsp","uiLanguageDirection","1579068vDBZZI","_createVoiceLabel","focus","render","ck-editor__main","207484qMQGFQ","ck-reset","editable","252490WUFuUm","main","Comment editor","ck-voice-label","198394HEslMI","presentation","cke-editor__aria-label_","459OnxMUH","setTemplate","1452563FIZHVb","ck-comment__input","943428SGzjPs","_voiceLabelView","extendTemplate","ck-editor__aria-label_","comment","1708185yNgUiQ","createCollection","ck-editor","ck-rounded-corners","add","element","16pBbSsJ"];return(ko=function(){return t})()}const bo=wo;function wo(t,e){const n=ko();return(wo=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=wo,n=t();for(;;)try{if(480072===parseInt(e(311))/1+-parseInt(e(318))/2*(parseInt(e(304))/3)+parseInt(e(306))/4+-parseInt(e(294))/5+-parseInt(e(289))/6+parseInt(e(287))/7*(-parseInt(e(300))/8)+-parseInt(e(321))/9*(-parseInt(e(314))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ko);class Io extends go.EditorUIView{constructor(t,n){const o=wo;super(t);const s=(0,e.uid)();this[o(315)]=this[o(295)](),this[o(313)]=new go.InlineEditableUIView(t,n),this[o(290)]=this[o(307)](s,t),this[o(322)]({tag:o(301),attributes:{class:[o(312),o(296),o(297),o(288)],role:o(293),dir:t[o(305)],lang:t[o(303)],"aria-labelledby":o(320)+s},children:[this[o(290)],{tag:o(301),attributes:{class:o(310),role:o(319)},children:this[o(315)]}]})}[bo(309)](){const t=bo;super[t(309)](),this[t(315)][t(298)](this[t(313)])}[bo(308)](){const t=bo;this[t(313)][t(299)][t(308)]()}[bo(307)](t,e){const n=bo,o=new go.LabelView;return o[n(302)]=vo(e,n(316)),o[n(291)]({attributes:{id:n(292)+t,class:n(317)}}),o}}function _o(t,e){const n=Co();return(_o=function(t,e){return n[t-=223]})(t,e)}const yo=_o;function Co(){const t=["editing","rootName","1313850vrmHfP","567YwxoiF","editable","getRoot","1990084rRALVU","fire","destroy","319ShnBUm","locale","render","element","view","editor","document","init","focusTracker","6155304UeMMhk","name","attachDomRoot","2332890AzoYlX","18hFHkKg","691990qzSgha","setEditableElement","2198345mIwkpl","14yXxyCV","ready","bind","3438WrhgBx","isFocused"];return(Co=function(){return t})()}!function(t){const e=_o,n=t();for(;;)try{if(894628===parseInt(e(237))/1+parseInt(e(233))/2*(-parseInt(e(238))/3)+parseInt(e(241))/4+-parseInt(e(229))/5*(parseInt(e(226))/6)+-parseInt(e(230))/7*(parseInt(e(253))/8)+parseInt(e(225))/9+-parseInt(e(227))/10*(-parseInt(e(244))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Co);class Ao extends go.EditorUI{constructor(t){const e=_o;super(t),this[e(248)]=new Io(t[e(245)],t[e(235)][e(248)])}get[yo(247)](){const t=yo;return this[t(248)][t(247)]}[yo(251)](){const t=yo,e=this[t(249)][t(235)][t(248)],n=this[t(248)][t(239)],o=e[t(250)][t(240)]();n[t(223)]=o[t(236)],this[t(248)][t(246)]();const s=n[t(247)];this[t(228)](n[t(223)],s),this[t(248)][t(239)][t(232)](t(234)).to(this[t(252)]),e[t(224)](s),this[t(242)](t(231))}[yo(243)](){const t=yo;super[t(243)](),this[t(248)][t(243)]()}}var To=n(783),xo=n(331),Eo=n(507),Mo=n(727),Oo=n(834),Ro=n(251),Vo=n(179);function jo(){const t=["create","assign","44xBoeFs","model","1244470BNsCJT","init","set","setSelection","createRoot","getChild","editing","change","6949630KdabHB","2XhFiXm","defaultPlugins","placeholderElement","childCount","focus","get","ready","getRoot","plugins","placeholder","470689iqymIO","name","12yclaYI","92247kBoWPu","document","end","1450264EGMeKu","data","initialData","initPlugins","config","then","view","low","change:placeholder","fire","3610656UXdIab","destroy","992131jwhLfo","_updatePlaceholder"];return(jo=function(){return t})()}const No=So;function So(t,e){const n=jo();return(So=function(t,e){return n[t-=499]})(t,e)}!function(t){const e=So,n=t();for(;;)try{if(250054===parseInt(e(507))/1*(-parseInt(e(540))/2)+-parseInt(e(510))/3*(-parseInt(e(529))/4)+-parseInt(e(531))/5+parseInt(e(509))/6*(-parseInt(e(525))/7)+-parseInt(e(513))/8+parseInt(e(523))/9+parseInt(e(539))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jo);const Do=[xo.Clipboard,Eo.Enter,Eo.ShiftEnter,Mo.SelectAll,Oo.Typing,Ro.Undo,Vo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=So;(t=Object[e(528)]({},t))[e(505)]||(t[e(505)]=Po[e(541)]),super(t),this.ui=new Ao(this),this[e(533)](e(506),""),this[e(530)][e(511)].on(e(538),(()=>this[e(526)]()),{priority:e(520)}),this.on(e(521),(()=>this[e(526)]())),this[e(530)][e(511)][e(535)]()}[No(527)](){const t=No,e=this[t(517)][t(502)](t(515))||"";return this[t(516)]()[t(518)]((()=>this.ui[t(532)]()))[t(518)]((()=>this[t(514)][t(532)](e)))[t(518)]((()=>this[t(522)](t(503))))}[No(524)](){const t=No;return super[t(524)]()[t(518)]((()=>this.ui[t(524)]()))}[No(501)](){const t=No;this[t(530)][t(538)]((e=>{const n=t,o=this[n(530)][n(511)][n(504)](),s=o&&o[n(536)](o[n(500)]-1);e[n(534)](s,n(512)),this[n(537)][n(519)][n(501)]()}))}[No(526)](){const t=No,e=this[t(537)][t(519)],n=e[t(511)][t(504)](),o=n[t(536)](0);n[t(500)]>1||!o||"p"!=o[t(508)]?this[t(499)]&&this[t(499)][t(506)]&&((0,To.disablePlaceholder)(e,this[t(499)]),this[t(499)]=void 0):(this[t(506)]&&(o[t(506)]=this[t(506)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(499)]=o)}}Po[No(541)]=Do;const Bo=Po,zo=Lo;function Lo(t,e){const n=Ko();return(Lo=function(t,e){return n[t-=482]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(670591===parseInt(e(550))/1+-parseInt(e(538))/2+-parseInt(e(514))/3*(parseInt(e(555))/4)+parseInt(e(537))/5+parseInt(e(517))/6*(parseInt(e(510))/7)+-parseInt(e(524))/8*(parseInt(e(489))/9)+-parseInt(e(498))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ko);class Fo extends go.View{constructor(t,n={}){const o=Lo;super(t),this[o(531)]=null,this[o(505)]=n,this[o(528)]=new e.KeystrokeHandler,this[o(483)]=new e.FocusTracker,this[o(516)](o(558),n[o(522)]||""),this[o(516)](o(560),!1),this[o(516)](o(509),!0),this[o(516)](o(486),vo(t,o(521))),this[o(516)](o(515),vo(t,o(519))),this[o(546)]=this[o(492)](),this[o(494)]=this[o(491)](),this[o(540)]({tag:o(551),attributes:{class:[o(548)]},children:[{tag:o(551),attributes:{class:[o(552),this[o(529)].if(o(509),o(556))]},children:[this[o(546)],this[o(494)]]}]}),this[o(528)][o(516)](o(500),((t,e)=>{const n=o;this[n(494)][n(499)](n(544)),e()})),this.on(o(493),((e,n)=>{const s=o;n[s(525)]>65e3?(alert(vo(t,s(488),[n[s(525)],65e3])),e[s(549)]()):this[s(531)][s(490)]("")}),{priority:o(507)})}[zo(554)](){const t=zo;super[t(554)](),this[t(528)][t(496)](this[t(487)]),this[t(483)][t(530)](this[t(487)])}[zo(501)](){const t=zo;return this[t(531)]||(this[t(531)]=new Bo(this[t(505)]),this[t(541)]=this[t(531)][t(513)]()[t(503)]((()=>{const e=t;if(this[e(482)])return;const n=this[e(531)];this[e(487)][e(520)](n.ui[e(487)],this[e(487)][e(518)]),n[e(484)][e(557)].on(e(527),(()=>this[e(558)]=n[e(535)]())),n[e(539)](e(486)).to(this),this[e(485)](this[e(531)]),this[e(499)](e(533),this[e(531)])}))),this[t(541)]}[zo(547)](){const t=zo;this[t(531)]&&this[t(531)][t(547)]()}async[zo(504)](){const t=zo;this[t(482)]||(this[t(482)]=!0,this[t(531)]&&(await this[t(541)],await this[t(531)][t(504)](),this[t(499)](t(508),this[t(531)])),await super[t(504)]())}[zo(492)](){const t=zo,{locale:e}=this,n=new go.ButtonView(e);return n[t(543)]({attributes:{class:[t(536)]}}),n[t(511)]=!0,n[t(539)](t(526)).to(this,t(515)),n.on(t(544),(()=>{const e=t;this[e(499)](e(493),this[e(558)])})),n[t(539)](t(559)).to(this,t(558),this,t(560),((e,n)=>!n&&!!e[t(553)]())),n}[zo(491)](){const t=zo,{locale:e}=this,n=new go.ButtonView(e);return n[t(543)]({attributes:{class:[t(534)]}}),n[t(526)]=vo(e,t(523)),n[t(511)]=!0,n.on(t(544),(()=>{const e=t;this[e(531)][e(490)](""),this[e(499)](e(497))})),n}[zo(485)](t){const e=zo,n=this[e(483)],o=new go.ViewCollection;[t.ui[e(506)],this[e(546)],this[e(494)]][e(532)]((t=>{const s=e;o[s(530)](t),n[s(530)](t[s(487)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(528)][e(516)](e(545),((t,n)=>{s[e(502)](),n()}),{priority:e(542)}),this[e(528)][e(516)](e(512),((t,n)=>{s[e(495)](),n()}),{priority:e(542)})}}function Ko(){const t=["placeholder","element","TOO_LONG_COMMENT_ALERT","9EAdGww","setData","_createCancelButton","_createSubmitButton","submit","cancelButtonView","focusPrevious","listenTo","cancel","4489540ZRKQXA","fire","Esc","createEditor","focusNext","then","destroy","_editorConfig","view","high","editorDestroyed","showButtons","7EueMUY","withText","shift + tab","create","9QFKYRX","submitLabel","set","6088998kykkmR","firstChild","Reply","insertBefore","Reply...","initialData","Cancel","3375200fkcVEQ","length","label","change","keystrokes","bindTemplate","add","editor","forEach","editorReady","ck-comment__input-actions--cancel","getData","ck-comment__input-actions--submit","5793040SGbIhq","1091844GFiVSw","bind","setTemplate","_editorCreationPromise","low","extendTemplate","execute","tab","submitButtonView","focus","ck-comment__input-wrapper","stop","85688CMCXLy","div","ck-comment__input-actions","trim","render","229016FqCIlV","ck-comment__input-actions--active","document","value","isEnabled","disabledSubmit","_isDestroyed","focusTracker","model","_initializeFocusCycling"];return(Ko=function(){return t})()}function Uo(t,e){var n=Xo();return(Uo=function(t,e){return n[t-=461]})(t,e)}var Wo=Uo;!function(t){for(var e=Uo,n=t();;)try{if(171118===parseInt(e(468))/1*(-parseInt(e(477))/2)+parseInt(e(469))/3+parseInt(e(475))/4*(-parseInt(e(484))/5)+-parseInt(e(470))/6+-parseInt(e(474))/7+parseInt(e(471))/8+parseInt(e(464))/9*(parseInt(e(463))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Ho extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(473)]=new Fo(t,n),this[o(473)][o(492)](o(462)).to(this[o(473)][o(472)],o(491),this[o(473)],o(493),((t,e)=>t||!!e)),this[o(483)](o(478),!1),this.on(o(465),(()=>{var t=o;this[t(478)]&&!this[t(473)][t(486)]&&this[t(473)][t(495)]()})),this[o(473)][o(480)](o(461)).to(this),this[o(473)][o(480)](o(476)).to(this),this[o(485)]=new s.UserView(t,e),this[o(485)][o(467)]({attributes:{class:o(466)}}),this[o(473)][o(467)]({attributes:{class:o(482)}}),this[o(481)]({tag:o(490),attributes:{class:[o(494),this[o(479)].if(o(478),o(489))]},children:[this[o(485)],this[o(473)]]})}[Wo(488)](){var t=Wo;return this[t(473)][t(488)]()[t(487)]((()=>super[t(488)]()))}}function Xo(){var t=["extendTemplate","29UjqnUA","921966bdCuLT","1501704FEPktA","1786816rAUuzz","focusTracker","commentInputView","2064699MTGmOz","26608VbNqaT","editorDestroyed","8572pJQPeG","showInput","bindTemplate","delegate","setTemplate","ck-thread__input","set","175zRZBWS","userView","editor","then","destroy","ck-comment__input-container--active","div","isFocused","bind","value","ck-comment__input-container","createEditor","editorReady","showButtons","132390DEFMyB","369ZGOQkg","change:showInput","ck-thread__user"];return(Xo=function(){return t})()}function qo(t,e){const n=Go();return(qo=function(t,e){return n[t-=455]})(t,e)}function Go(){const t=["1779880dOWRut","348770zXsgRL","set","22588224wGdKes","count","ck-thread__comment-count","NUMBER_OF_COMMENTS","15uJmDqo","setTemplate","bindTemplate","3976074DUQYIc","3026952cWmBtV","1319438fsdYFs","6795159aNGwmO"];return(Go=function(){return t})()}!function(t){const e=qo,n=t();for(;;)try{if(706131===parseInt(e(463))/1+parseInt(e(466))/2+parseInt(e(462))/3+parseInt(e(465))/4*(parseInt(e(458))/5)+parseInt(e(461))/6+-parseInt(e(464))/7+-parseInt(e(468))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Go);class Jo extends go.View{constructor(t){const e=qo;super(t);const n=this[e(460)];this[e(467)](e(455),void 0),this[e(459)]({tag:"li",attributes:{class:e(456)},children:[{text:n.to(e(455),(n=>vo(t,e(457),n)))}]})}}const Qo=Zo;function Zo(t,e){const n=Yo();return(Zo=function(t,e){return n[t-=492]})(t,e)}function Yo(){const t=["change:isEditMode","_handleNewCommentModel","_rearrangeExpand","resolvedCommentView","locale","from","removeComment","_findOptimalIndex","8048936HHEuBM","230996tyXHqy","get","remove","isEditMode","render","weight","set","ck-thread__comments","24140UERdBU","formatDateTime","resolved","add","commentViews","resolveCommentThread","editorDestroyed","_handleRemoveCommentModel","viewUid","1784945MgeQQg","323634bqhqbW","insert","editorReady","_shouldCollapse","change:hasDirtyComment","expand","commentUpdated","369499GCsoAA","delegate","Marked as resolved","resolvedAt","updateComment","11149074gUvoZS","delete","collapse","hasDirtyComment","_handleInfoComment","stopListening","414lfAVtB","CommentView","_rearrangeCollapse","visibleViews","createCollection","some","length","maxThreadTotalWeight","destroy","refreshVisibleViews","isActive","change:isResolved","resolvedBy","equal","element","authoredAt","focus","maxCommentsWhenCollapsed","_model","count","_updateHasDirtyComment","comments","bind","change:isActive","_config","_calculatePosition","listenTo","maxCommentCharsWhenCollapsed","7CKQKuP","editorConfig","_collapsedCommentsView","setTemplate"];return(Yo=function(){return t})()}!function(t){const e=Zo,n=t();for(;;)try{if(526092===-parseInt(e(529))/1+-parseInt(e(504))/2+-parseInt(e(540))/3*(-parseInt(e(512))/4)+parseInt(e(521))/5+parseInt(e(522))/6+-parseInt(e(568))/7*(-parseInt(e(503))/8)+-parseInt(e(534))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yo);class $o extends go.View{constructor(t,e,n){const o=Zo;super(t),this[o(510)](o(537),!1),this[o(510)](o(546),e[o(561)][o(546)]),this[o(510)](o(550),!1),this[o(558)]=e,this[o(564)]=n,this[o(516)]=this[o(544)](),this[o(543)]=this[o(544)](),this[o(498)]=null,this[o(493)]=new Jo(t),this[o(493)][o(562)](o(559)).to(this,o(546),(t=>t-this[o(564)][o(557)]));for(const t of e[o(561)])this[o(496)](t);this[o(538)](),this[o(566)](e[o(561)],o(515),((t,e)=>{const n=o,s=this[n(565)](e);this[n(546)]++,this[n(496)](e,s),this[n(549)]()})),this[o(566)](e[o(561)],o(506),((t,e)=>{const n=o;this[n(546)]--,this[n(519)](e),this[n(549)]()})),this[o(566)](e,o(528),(()=>this[o(549)]())),this[o(566)](e,o(551),(()=>this[o(538)]())),this.on(o(563),(()=>this[o(549)]())),this.on(o(526),(()=>this[o(549)]())),this[o(494)]({tag:"ul",attributes:{class:[o(511)]},children:this[o(543)]})}get[Qo(525)](){const t=Qo;return this[t(558)][t(509)]>this[t(564)][t(547)]&&!this[t(550)]&&!this[t(537)]}[Qo(508)](){const t=Qo;super[t(508)](),this[t(549)]()}[Qo(556)](){const t=Qo;this[t(554)][t(556)]()}[Qo(548)](){const t=Qo;this[t(493)][t(548)]();for(const e of this[t(516)])e[t(548)]();super[t(548)]()}[Qo(549)](){const t=Qo;this[t(525)]?this[t(542)]():this[t(497)]()}[Qo(496)](t,e){const n=Qo,o=new(this[n(564)][n(541)])(this[n(499)],t,{maxCommentCharsWhenCollapsed:this[n(564)][n(567)],formatDateTime:this[n(564)][n(513)],editorConfig:this[n(564)][n(492)]});o[n(520)]=t.id,o[n(530)](n(501)).to(this),o[n(530)](n(533)).to(this),o[n(530)](n(517)).to(this),o[n(530)](n(524)).to(this),o[n(530)](n(518)).to(this),this[n(566)](o,n(495),(()=>this[n(560)]())),this[n(516)][n(515)](o,e)}[Qo(565)](t){const e=Qo,n=this[e(558)][e(502)](t);return this[e(498)]?this[e(498)][e(555)]>t[e(555)]?n-1:n:n-1}[Qo(538)](){const t=Qo;if(this[t(558)][t(552)]&&this[t(558)][t(532)]){const e={id:t(514),author:this[t(558)][t(552)],authoredAt:this[t(558)][t(532)],content:vo(this[t(499)],t(531)),attributes:{}};this[t(498)]=new(this[t(564)][t(541)])(this[t(499)],e,{maxCommentCharsWhenCollapsed:this[t(564)][t(567)],formatDateTime:this[t(564)][t(513)],editorConfig:this[t(564)][t(492)],isSystemComment:!0}),this[t(516)][t(515)](this[t(498)],this[t(558)][t(502)](e))}else this[t(498)]&&(this[t(516)][t(506)](this[t(498)]),this[t(498)][t(548)](),this[t(498)]=null);this[t(549)]()}[Qo(519)](t){const e=Qo,n=this[e(516)][e(506)](t.id);this[e(539)](n),n[e(507)]&&this[e(560)](),n[e(548)]()}[Qo(560)](){const t=Qo;this[t(537)]=Array[t(500)](this[t(516)])[t(545)]((e=>e[t(507)]))}[Qo(542)](){const t=Qo,n=function(t){const n=Zo,o=new e.Collection;for(const e of t)o[n(515)](e);return o}(this[t(516)]),o=this[t(493)][t(559)];for(let e=1;e<=o;e++)n[t(506)](1);for(const e of n)e[t(536)]();o>0&&n[t(515)](this[t(493)],1),ts((0,e.diff)(Array[t(500)](this[t(543)]),Array[t(500)](n)),this[t(543)],n)}[Qo(497)](){const t=Qo;ts((0,e.diff)(Array[t(500)](this[t(543)]),Array[t(500)](this[t(516)])),this[t(543)],this[t(516)]);for(const e of this[t(543)])e[t(527)]()}}function ts(t,e,n){const o=Qo;let s=0;for(const r of t)switch(r){case o(523):e[o(515)](n[o(505)](s),s),s++;break;case o(535):e[o(506)](s);break;case o(553):s++}}const es=ns;function ns(t,e){const n=os();return(ns=function(t,e){return n[t-=192]})(t,e)}function os(){const t=["label","substring","classList","icon","8659230pwePXk","contextValue","33160VVYVbM","ck-context__value","querySelector","tooltip","bind","isVisible","isResolved","5620356FdLoGv","ck-thread__header","_trimContextValue","23045844DmGvBl","mouseenter","hasContext","9QaxtRw","offsetWidth","reopenCommentThread","overlay","isResolvable","setTemplate","scrollWidth","ck-context-wrapper","15LsFRjI","...","lastIndexOf","242632yNwEkc","span","Comment was made on an element","38RNNGkh","ck-annotation__actions","element","execute","ck-context","fire","_attachContextActions","4357488dMsQTh","remove","locale","_createReopenButton","_model","reopenButtonView",".ck-context__value",".ck-context","length","isEnabled","1159101EbHlXh","render","8wVDjQk","add","div","Reopen","mouseleave","ck-context--quotes","value","context","11Jsfnmg","bindTemplate","listenTo","isReadOnly"];return(os=function(){return t})()}!function(t){const e=ns,n=t();for(;;)try{if(552257===parseInt(e(213))/1*(-parseInt(e(240))/2)+parseInt(e(193))/3+parseInt(e(237))/4*(-parseInt(e(234))/5)+parseInt(e(247))/6+-parseInt(e(220))/7*(parseInt(e(195))/8)+-parseInt(e(226))/9*(parseInt(e(211))/10)+parseInt(e(203))/11*(parseInt(e(223))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(os);class ss extends go.View{constructor(t,e){const n=ns;super(t);const o=this[n(204)];this[n(251)]=e,this[n(252)]=this[n(250)](),this[n(217)](n(225)).to(this[n(251)],n(202),(t=>!!t)),this[n(217)](n(212)).to(this[n(251)],n(202),(t=>t&&t[n(201)]?this[n(222)](t[n(201)]):vo(this[n(249)],n(239)))),this[n(231)]({tag:n(197),attributes:{class:[n(221)]},children:[{tag:n(197),attributes:{class:[n(233)]},children:[{tag:n(197),attributes:{class:[n(244),o.if(n(225),n(200))]},children:[{tag:n(238),attributes:{class:[n(214)]},children:[{text:o.to(n(212))}]}]}]},{tag:n(197),attributes:{class:[n(241)]},children:[this[n(252)]]}]})}[es(194)](){const t=es;super[t(194)](),this[t(246)]()}[es(250)](){const t=es,e=new go.ButtonView(this[t(249)]);return e[t(207)]=vo(this[t(249)],t(198)),e[t(216)]=vo(this[t(249)],t(198)),e[t(210)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(217)](t(192)).to(this[t(251)],t(206),(t=>!t)),e[t(217)](t(218)).to(this[t(251)],t(230),this[t(251)],t(219),((t,e)=>t&&e)),e.on(t(243),(()=>{const e=t;this[e(245)](e(228),this[e(251)].id)})),e}[es(222)](t){const e=es;if(t[e(255)]<150)return t;const n=t[e(236)](" ",147);return t[e(208)](0,n>-1?n:147)+e(235)}[es(246)](){const t=es,e=this[t(242)][t(215)](t(254)),n=e[t(215)](t(253));this[t(205)](e,t(224),(()=>{const o=t;n[o(227)]<n[o(232)]&&e[o(209)][o(196)](o(229))})),this[t(205)](e,t(199),(()=>{const n=t;e[n(209)][n(248)](n(229))}))}}const rs=cs;function is(){const t=["value","locale","commentThreadHeaderView","Reply to reopen discussion...","commentsListView","addComment","change:isActive","showInput","unlinkedAt","focus","length","isResolvable","_localUser","_config","commentInputView","1371940gLVIhH","_model","assign","submit","reopenCommentThread","editorDestroyed","91TMltmP","5Jeqyei","isDirty","canComment","editorReady","destroy","stop","26TsRGSX","270151ESHVUM","Write a comment...","commentThreadInputView","removeCommentThread","Comment","Reply","1081672vnnMQm","_createCommentThreadInputView","disabledSubmit","8658966qNXgAz","isActive","fire","6852btcCVT","placeholder","set","listenTo","9UxvesR","19899880sLFzCD","isReadOnly","removeComment","element","cancel","submitLabel","6QzddxA","delegate","hasDirtyComment","isSubmitted","isResolved","Reply...","bind","5181510HPCsdS","updateComment","submitCommentThread","12001vECkLd","resolveCommentThread","archivedAt","6VxEPSN","editorConfig","isUnlinked","CommentView"];return(is=function(){return t})()}function cs(t,e){const n=is();return(cs=function(t,e){return n[t-=104]})(t,e)}!function(t){const e=cs,n=t();for(;;)try{if(907557===-parseInt(e(172))/1*(-parseInt(e(139))/2)+parseInt(e(126))/3*(-parseInt(e(158))/4)+parseInt(e(165))/5*(-parseInt(e(112))/6)+-parseInt(e(164))/7*(parseInt(e(109))/8)+-parseInt(e(119))/9*(-parseInt(e(133))/10)+-parseInt(e(136))/11*(-parseInt(e(115))/12)+parseInt(e(171))/13*(parseInt(e(120))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);class as extends go.View{constructor(t,e,n,o){const s=cs;super(t),this[s(117)](s(113),!1),this[s(117)](s(166),!1),this[s(159)]=e,this[s(155)]=n,this[s(156)]=o,this[s(145)]=new ss(t,e),this[s(145)][s(127)](s(162)).to(this),this[s(118)](this,s(162),(()=>{this[s(152)]()})),this[s(147)]=new $o(t,e,Object[s(160)]({CommentView:this[s(156)][s(142)]},o)),this[s(147)][s(127)](s(122)).to(this),this[s(147)][s(127)](s(134)).to(this),this[s(147)][s(127)](s(137)).to(this),this[s(147)][s(127)](s(168)).to(this),this[s(147)][s(127)](s(163)).to(this),this[s(147)][s(132)](s(113)).to(this),this[s(118)](this,s(137),(()=>{this[s(152)]()})),this[s(117)](s(153),this[s(147)][s(153)]),this[s(132)](s(153)).to(this[s(147)],s(153)),this[s(105)]=this[s(110)](),this[s(105)][s(127)](s(168)).to(this),this[s(105)][s(127)](s(163)).to(this),this.on(s(122),(()=>this[s(152)]())),this[s(132)](s(166)).to(this[s(147)],s(128),this[s(105)][s(157)],s(143),((t,e)=>t||!!e)),this[s(132)](s(141)).to(e,s(151),(t=>!!t))}[rs(152)](){const t=rs;this[t(123)][t(152)]()}async[rs(169)](){const t=rs;this[t(166)]=!1,this[t(147)][t(169)](),await this[t(105)][t(169)](),super[t(169)]()}[rs(110)](){const t=rs,e=new Ho(this[t(144)],this[t(155)],this[t(156)][t(140)]),n=e[t(157)];return e[t(132)](t(150)).to(this,t(113),this[t(159)],t(121),this[t(159)],t(167),this[t(159)],t(138),n,t(143),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(132)](t(116)).to(this,t(153),this[t(159)],t(154),this[t(159)],t(130),((e,n,o)=>{const s=t;let r;return r=s(o&&n?146:e?131:104),vo(this[s(144)],r)})),n[t(132)](t(125)).to(this,t(153),(e=>vo(this[t(144)],t(e?108:107)))),n.on(t(161),((e,n)=>{const o=t;this[o(114)](o(148),n),this[o(159)][o(130)]&&this[o(159)][o(154)]&&this[o(114)](o(162),this[o(159)].id),this[o(159)][o(129)]||this[o(114)](o(135))})),n.on(t(124),(()=>{this[t(152)]()})),n[t(132)](t(111)).to(this[t(159)],t(121)),n.on(t(124),(e=>{const n=t;0==this[n(153)]&&(this[n(114)](n(106)),e[n(170)]())})),this.on(t(149),((e,o,s)=>{const r=t;s||this[r(153)]||n[r(143)]||this[r(114)](r(106))})),e}}const hs=ds;function us(){const t=["length","isResolved","262200pPdXgv","removeCommentThread","bind","setTemplate","4571182eLzuov","addMany","_createResolveButton","isVisible","Resolve","isReadOnly","actionBar",".ck-thread__container","div","tooltip","containerElement","ck-thread--remove-confirmation","ck-comment--resolve","change:isActive","has","isUnlinked","change:isReadOnly","commentsListView","render","isEnabled","ck-thread","removeButton","isConfirm","querySelector","_boundFirstCommentView","resolveButton","createCollection","Write a comment...","2673124qJYVFs","_cancelAllConfirms","ck-thread--","Delete comment thread?","locale","resolveCommentThread","ck-thread__container","isActive","showConfirm","fire","commentThreadChildren","unbind","commentThreadInputView","getTemplate","stop","get","commentViews","1057200QInJlN","10vutTag","icon","remove","1503272trkoHg","extendTemplate","_model","label","isSystemComment","606FaZIZp","bindTemplate","high","archivedAt","execute","ck-thread--active","placeholder","set","_bindFirstCommentView","isResolvable","then","ck-thread--unlinked","change:archivedAt","check","2971755RrBqMN","add","1199WAcuuZ","actionIndicator","ck-reset_all-excluded","50QXqzYK","listenTo","cancelConfirm","commentThreadHeaderView","element"];return(us=function(){return t})()}function ds(t,e){const n=us();return(ds=function(t,e){return n[t-=467]})(t,e)}!function(t){const e=ds,n=t();for(;;)try{if(724933===parseInt(e(526))/1*(-parseInt(e(510))/2)+parseInt(e(501))/3+-parseInt(e(484))/4*(parseInt(e(502))/5)+-parseInt(e(536))/6+parseInt(e(540))/7+-parseInt(e(505))/8+parseInt(e(524))/9*(parseInt(e(529))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(us);class ls extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=ds;super(t,e,n,o),this[s(494)]=this[s(482)](),this[s(494)][s(541)]([this[s(473)],this[s(496)]]),this[s(507)][s(513)]&&this[s(494)][s(525)](this[s(532)],0),this[s(507)].on(s(522),((t,e,n)=>{const o=s;n?this[o(494)][o(470)](this[o(532)])||this[o(494)][o(525)](this[o(532)],0):this[o(494)][o(504)](this[o(532)])})),this[s(517)](s(527),null),this[s(550)]=null,this[s(480)]=null,this[s(488)]=t,this[s(481)]=this[s(542)](),this[s(539)](this[s(497)]()),this.on(s(469),((t,e,n)=>{n||this[s(485)]()})),this[s(530)](this[s(507)],s(472),((t,e,n)=>{n&&this[s(485)]()})),this[s(534)]>0&&this[s(518)](),this[s(530)](this[s(473)][s(500)],s(525),(()=>{this[s(518)]()}))}[hs(497)](){const t=hs,e=this[t(511)];return{tag:t(548),attributes:{class:[t(476),t(528),e.if(t(491),t(515)),e.if(t(471),t(521)),e.if(t(478),t(467)),e.to(t(527),(e=>e?t(486)+e:""))],"data-thread-id":this[t(507)].id,tabindex:-1},children:[{tag:t(548),attributes:{class:t(490)},children:this[t(494)]}]}}[hs(474)](){const t=hs;super[t(474)](),this[t(550)]=this[t(533)][t(479)](t(547))}[hs(485)](){const t=hs;this[t(531)]();for(const e of this[t(473)][t(500)])e[t(531)]()}[hs(518)](){const t=hs,{locale:e}=this,n=this[t(473)][t(500)][t(499)](0);n===this[t(480)]||n[t(509)]||(this[t(480)]=n,this[t(495)](t(527)),this[t(538)](t(527)).to(n,t(527),(e=>t(504)===e?t(504):null)),n[t(516)]=vo(e,t(483)),n[t(477)].on(t(514),(n=>{const o=t;n[o(498)](),this[o(492)](vo(e,o(487)),this[o(550)])[o(520)]((()=>{const t=o;this[t(493)](t(537))}))}),{priority:t(512)}),n[t(546)][t(525)](this[t(481)],0))}[hs(542)](){const e=hs,n=new go.ButtonView(this[e(488)]);return n[e(508)]=vo(this[e(488)],e(544)),n[e(549)]=vo(this[e(488)],e(544)),n[e(503)]=t.icons[e(523)],n[e(506)]({attributes:{class:e(468)}}),n[e(538)](e(475)).to(this[e(507)],e(545),(t=>!t)),n[e(538)](e(543)).to(this[e(507)],e(519),this[e(507)],e(535),((t,e)=>t&&!e)),n.on(e(514),(()=>{const t=e;this[t(493)](t(489),this[t(507)].id)})),n}}var ms=fs;function ps(){var t=["776BLZYWD","8CWpNQS","ck-content","339AxJPJw","div","element","innerHTML","195790xHAbsO","390942JOIBom","906684wKJHjt","249548IBuOLO","ck-comment__content","setTemplate","799599eqsdOl","66269YHcysX","ck-annotation__content","set","render","change:content","content"];return(ps=function(){return t})()}function fs(t,e){var n=ps();return(fs=function(t,e){return n[t-=193]})(t,e)}!function(t){for(var e=fs,n=t();;)try{if(138337===-parseInt(e(198))/1*(parseInt(e(195))/2)+parseInt(e(208))/3+parseInt(e(205))/4+parseInt(e(202))/5+-parseInt(e(204))/6+-parseInt(e(209))/7*(-parseInt(e(196))/8)+parseInt(e(203))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class gs extends go.View{constructor(t){var e=fs;super(t),this[e(211)](e(194),""),this[e(207)]({tag:e(199),attributes:{class:[e(197),e(206),e(210)]}})}[ms(212)](){var t=ms;super[t(212)](),this.on(t(193),((e,n,o)=>{var s=t;this[s(200)][s(201)]=o})),this[t(200)][t(201)]=this[t(194)]}}const vs=bs;function ks(){const t=["createCollection","switchToEditMode","5836280LZyDpG","value","delegate","isCollapsed","4EmzEPd","_createCommentInputView","5462807PJzRBH","_createCommentContentView","switchToDisplayMode","6472233yCrKJD","bind","isReadOnly","destroy","set","Save","updateComment","_config","cancel","submitLabel","initialData","content","editorDestroyed","isEditMode","submit","collapse","_model","fire","25038qHwZmi","isSystemComment","12GTxdvQ","editorConfig","once","locale","73ZarChS","1600080zHhhrg","disabledSubmit","maxCommentCharsWhenCollapsed","expand","element","createEditor","editorReady","focus","20736350AsvoIb","remove","visibleView","13811224dPzZOI","get","add"];return(ks=function(){return t})()}function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=261]})(t,e)}!function(t){const e=bs,n=t();for(;;)try{if(908906===parseInt(e(301))/1*(-parseInt(e(295))/2)+-parseInt(e(302))/3+-parseInt(e(272))/4*(-parseInt(e(268))/5)+parseInt(e(297))/6*(parseInt(e(274))/7)+-parseInt(e(263))/8+-parseInt(e(277))/9+parseInt(e(310))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ks);class ws extends go.View{constructor(t,e,n){const o=bs;super(t),this[o(293)]=e,this[o(284)]=n,this[o(296)]=!!this[o(284)][o(296)],this[o(281)](o(290),!1),this[o(281)](o(271),!0),this[o(262)]=this[o(266)](),this[o(262)][o(265)](this[o(275)]())}[vs(305)](){this[vs(271)]=!1}[vs(292)](){const t=vs;this[t(290)]||(this[t(271)]=!0)}[vs(309)](){const t=vs;this[t(306)][t(309)]()}async[vs(280)](){const t=vs;await this[t(262)][t(264)](0)[t(280)](),super[t(280)]()}[vs(267)](){const t=vs;this[t(290)]||(this[t(290)]=!0,this[t(262)][t(261)](0)[t(280)](),this[t(262)][t(265)](this[t(273)]()))}[vs(276)](){const t=vs;this[t(290)]&&(this[t(290)]=!1,this[t(262)][t(261)](0)[t(280)](),this[t(262)][t(265)](this[t(275)]()))}[vs(275)](){const t=vs,e=new gs(this[t(300)]);return e[t(278)](t(288)).to(this[t(293)],t(288),this,t(271),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(284)][t(304)]}):e)),e}[vs(273)](){const t=vs;this[t(284)][t(298)]||(this[t(284)][t(298)]={}),this[t(284)][t(298)][t(287)]=this[t(293)][t(288)];const e=new Fo(this[t(300)],this[t(284)][t(298)]);return e[t(269)]=this[t(293)][t(288)],e[t(278)](t(303)).to(this[t(293)],t(279)),e[t(286)]=vo(this[t(300)],t(282)),e.on(t(291),((e,n)=>{const o=t;this[o(294)](o(283),this[o(293)].id,n),this[o(276)](),this[o(309)]()})),e.on(t(285),(()=>{const e=t;this[e(276)](),this[e(309)]()})),e[t(299)](t(308),(()=>{e[t(309)]()})),e[t(307)](),e[t(270)](t(308)).to(this),e[t(270)](t(289)).to(this),e}}function Is(){const t=["withText","110551FzhRQs","EXTERNAL_COMMENT","removeButton","creator","name","switchToEditMode","addMany","panelPosition","66zAmDDD","execute","ck-comment--edit","ck-comment__info-name","ck-annotation__actions","_createEditButton","getUserViewNotificationText","element","blur","isEditMode","time","ck-comment__actions","listenTo","68ssclAI","ck-comment--remove-confirmation","_config","ck-comment","resolvedAt","attributes","change:isEnabled","createCollection","ck-comment__main","ck-comment__info-time","cancelConfirm","ck-comment__wrapper","actionIndicator","573560muaKlU","EXTERNAL_AVATAR","1151487MUoDLV","ck-annotation__info","isConfirm","9xKBjIz","isExternal","Edit","push","author","isEditable","bindTemplate","dropdown","change:isRemovable","set","EXTERNAL_IMPORT_WORD_COMMENT","ck-comment__actions--hidden","removeComment","source","_attachActions","length","render","visibleView","div","Delete comment?","25145nQSXFR","formatDateTime","Reply...","extendTemplate","span","importWord","isReadOnly","actionBar","ck-annotation__info-name","ck-annotation__actions--hidden","isSystemComment","ck-annotation__content-wrapper","label","bind","getExternalCommentNote","showConfirm","Show more items","items","threeVerticalDots","setTemplate","EXTERNAL_IMPORT_WORD_AVATAR","mouseleave","_createRemoveButton","remove","change:isVisible","children","edit","isRemovable","icon","ck-comment--remove","then","add","panelView","userView","745136KadwFe","ck-annotation__info-time","ck-annotation","isEnabled","23288485UIQwlU","20rtgHMd","_model","ck-comment__user","locale","focus","ck-comment__info","isVisible","getTemplate","_createDropdown","some","438934lAnkqu","ck-comment__external","authoredAt","_createCommentInputView","editButton","ck-annotation__main","ck-comment--info","mouseenter","Remove","fire","ck-comment--","@external","ck-annotation__user","pencil","placeholder","buttonView"];return(Is=function(){return t})()}function _s(t,e){const n=Is();return(_s=function(t,e){return n[t-=309]})(t,e)}const ys=_s;!function(t){const e=_s,n=t();for(;;)try{if(634200===-parseInt(e(398))/1+-parseInt(e(347))/2*(parseInt(e(403))/3)+-parseInt(e(385))/4*(-parseInt(e(423))/5)+-parseInt(e(372))/6*(parseInt(e(364))/7)+parseInt(e(332))/8+-parseInt(e(400))/9*(parseInt(e(337))/10)+parseInt(e(336))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=_s;super(t,e,n),this[o(412)](o(397),null),this[o(412)](o(361),vo(t,o(425))),this[o(311)](o(349)).to(e),this[o(311)](o(389)).to(e),this[o(430)]=this[o(392)](),this[o(433)]||(this[o(351)]=this[o(377)](),this[o(366)]=this[o(320)](),this[o(315)]=this[o(392)](),this[o(315)][o(370)]([this[o(351)],this[o(366)]]),this[o(410)]=this[o(345)](),this[o(430)][o(329)](this[o(410)])),this[o(331)]=new s.UserView(t,e[o(407)],this[o(378)]()),this[o(331)][o(426)]({attributes:{class:[o(339),o(359)]}}),this[o(384)](e,o(411),(()=>this[o(395)]())),this[o(317)](this[o(344)]())}[ys(344)](){const t=ys,e=this[t(409)],n=[{tag:t(421),attributes:{class:[t(342),t(401)]},children:[{tag:t(427),children:[{text:this[t(331)][t(368)]}],attributes:{class:[t(375),t(431)]}},{tag:t(382),attributes:{datetime:e.to(t(349)),class:[t(394),t(333)]},children:[{text:e.to(t(349),(e=>this[t(387)][t(424)](e)))}]}]},{tag:t(421),attributes:{class:[t(383),t(376),e.if(t(381),t(414)),e.if(t(381),t(432))]},children:this[t(430)]},{tag:t(421),attributes:{class:[t(309)]},children:this[t(420)]}];return this[t(338)][t(404)]&&n[t(406)]({tag:t(421),attributes:{class:[t(348)]},children:[{text:this[t(312)]()}]}),{tag:"li",attributes:{class:[t(396),e.if(t(402),t(386))],tabindex:-1},children:[{tag:t(421),attributes:{class:[t(388),t(334),e.if(t(381),t(374)),e.if(t(433),t(353)),e.to(t(397),(e=>e?t(357)+e:""))],"data-author-id":this[t(338)][t(407)].id,"data-comment-id":this[t(338)].id},children:[this[t(331)],{tag:t(421),attributes:{class:[t(393),t(352)]},children:n}]}]}}[ys(377)](){const e=ys,n=new go.ButtonView(this[e(340)]);return n[e(310)]=vo(this[e(340)],e(405)),n[e(326)]=t.icons[e(360)],n[e(363)]=!0,n[e(426)]({attributes:{class:e(374)}}),n[e(311)](e(335)).to(this[e(338)],e(429),(t=>!t)),n[e(311)](e(343)).to(this[e(338)],e(408)),n.on(e(373),(()=>this[e(369)]())),n}[ys(320)](){const t=ys,e=new go.ButtonView(this[t(340)]);return e[t(310)]=vo(this[t(340)],t(355)),e[t(326)]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',e[t(363)]=!0,e[t(426)]({attributes:{class:t(327)}}),e[t(311)](t(335)).to(this[t(338)],t(429),(t=>!t)),e[t(311)](t(343)).to(this[t(338)],t(325)),e.on(t(373),(()=>{const e=t;this[e(313)](vo(this[e(340)],e(422)),this[e(379)])[e(328)]((()=>{const t=e;this[t(356)](t(415),this[t(338)].id)}))})),e}[ys(345)](){const e=ys,n=(0,go.createDropdown)(this[e(340)]),o=n[e(330)][e(323)],s=new go.ListView(this[e(340)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(340)]);i[r(323)][r(329)](t);const c=o>-1?o:s[r(315)][r(418)];s[r(315)][r(329)](i,c),n[r(384)](t,r(391),(()=>{const t=r;n[t(335)]=[...this[t(315)]][t(346)]((e=>e[t(335)]))})),n[r(384)](t,r(322),(()=>{const t=r;n[t(362)][t(343)]=[...this[t(315)]][t(346)]((e=>e[t(343)]))}))};n[e(371)]="sw",n[e(362)][e(412)]({label:vo(this[e(340)],e(314)),icon:t.icons[e(316)]}),n[e(335)]=[...this[e(315)]][e(346)]((t=>t[e(335)])),n[e(362)][e(343)]=[...this[e(315)]][e(346)]((t=>t[e(343)]));for(const t of this[e(315)])r(t);return o[e(329)](s),n[e(384)](this[e(315)],e(329),((t,e,n)=>{r(e,n)})),n[e(384)](this[e(315)],e(321),((t,n,o)=>{const r=e;s[r(315)][r(321)](o)})),n}[ys(417)](t,e){const n=ys,o=t&&t[n(379)];o&&(this[n(384)](o,n(354),(()=>this[n(397)]=e)),this[n(384)](o,n(341),(()=>this[n(397)]=e)),this[n(384)](o,n(319),(()=>this[n(397)]=null)),this[n(384)](o,n(380),(()=>this[n(397)]=null)))}[ys(350)](){const t=ys,e=super[t(350)]();return e[t(311)](t(361)).to(this),e}[ys(312)](){const t=ys;return t(428)===this[t(338)][t(390)][t(358)][t(416)]?vo(this[t(340)],t(413)):vo(this[t(340)],t(365))}[ys(378)](){const t=ys;return this[t(338)][t(404)]?t(428)===this[t(338)][t(390)][t(358)][t(416)]?vo(this[t(340)],t(318),this[t(338)][t(367)][t(368)]):vo(this[t(340)],t(399),this[t(338)][t(367)][t(368)]):null}[ys(419)](){const t=ys;super[t(419)](),this[t(417)](this[t(351)],t(324)),this[t(417)](this[t(366)],t(321))}}var As=n(673),Ts=n.n(As),xs=n(554),Es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(xs.A,Es);xs.A.locals;var Ms=n(306),Os={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ms.A,Os);Ms.A.locals;var Rs=n(980),Vs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,Vs);Rs.A.locals;const js=function(){return I.Date.now()};var Ns=/\s/;const Ss=function(t){for(var e=t.length;e--&&Ns.test(t.charAt(e)););return e};var Ds=/^\s+/;const Ps=function(t){return t?t.slice(0,Ss(t)+1).replace(Ds,""):t};var Bs=/^[-+]0x[0-9a-f]+$/i,zs=/^0b[01]+$/i,Ls=/^0o[0-7]+$/i,Fs=parseInt;const Ks=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(V(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=V(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=zs.test(t);return n||Ls.test(t)?Fs(t.slice(2),n?2:8):Bs.test(t)?NaN:+t};var Us=Math.max,Ws=Math.min;const Hs=function(t,e,n){var o,s,r,i,c,a,h=0,u=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-h>=r}function f(){var t=js();if(p(t))return g(t);c=setTimeout(f,function(t){var n=e-(t-a);return d?Ws(n,r-(t-h)):n}(t))}function g(t){return c=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=js(),n=p(t);if(o=arguments,s=this,a=t,n){if(void 0===c)return function(t){return h=t,c=setTimeout(f,e),u?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Ks(e)||0,V(n)&&(u=!!n.leading,r=(d="maxWait"in n)?Us(Ks(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==c&&clearTimeout(c),h=0,o=a=s=c=void 0},v.flush=function(){return void 0===c?i:g(js())},v};const Xs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return V(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Hs(t,e,{leading:o,maxWait:e,trailing:s})};function qs(t,e){const n=Gs();return(qs=function(t,e){return n[t-=129]})(t,e)}function Gs(){const t=["class","disconnect","5598395YjgqBx","cancel","attributes","4aGhCxv","4668837aYMVic","type","observe","10635828QJogeD","3304uNgxVH","9329496UbwHqx","1405686oIiVsE","attributeName","childList","1791636xrtwHN","characterData","41157HVTRIH"];return(Gs=function(){return t})()}function Js(t){const e=Xs(t,30),n=new MutationObserver((t=>{const n=qs;for(const o of t)(n(136)==o[n(139)]&&n(132)==o[n(145)]||n(146)==o[n(139)]||n(130)==o[n(139)])&&e()}));return{attach(t){n[qs(140)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=qs;n[t(133)](),e[t(135)]()}}}!function(t){const e=qs,n=t();for(;;)try{if(811217===parseInt(e(144))/1+parseInt(e(129))/2+-parseInt(e(138))/3*(parseInt(e(137))/4)+-parseInt(e(134))/5+parseInt(e(143))/6+parseInt(e(141))/7+-parseInt(e(142))/8*(parseInt(e(131))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gs);var Qs=n(438),Zs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qs.A,Zs);Qs.A.locals;const Ys=$s;function $s(t,e){const n=tr();return($s=function(t,e){return n[t-=270]})(t,e)}function tr(){const t=["fire","Esc","7FCevfs","type","listenTo","render","70bMOZre","bindTemplate","destroy","attach","10SxxJzT","_mutationObserver","detach","856740FURdKl","keystrokes","13806705sWuTrw","div","ck-rounded-corners","height","targetRect","setTemplate","element","61242zVrMMP","focusTracker","content","ck-annotation-wrapper","mainView","1305108PqoAHV","isDirty","set","_updateHeight","clientHeight","isActive","3103912UnBbGo","350712wesoCw","length","createCollection","ck-annotation-wrapper--active","171770OpuzGx","12OBTcOs","clear","add","focus"];return(tr=function(){return t})()}!function(t){const e=$s,n=t();for(;;)try{if(487486===parseInt(e(294))/1+-parseInt(e(283))/2+parseInt(e(295))/3*(-parseInt(e(312))/4)+parseInt(e(305))/5*(parseInt(e(278))/6)+parseInt(e(301))/7*(parseInt(e(289))/8)+-parseInt(e(290))/9*(-parseInt(e(309))/10)+parseInt(e(271))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tr);class er extends go.View{constructor(t,n){const o=$s;super(t),this.id=(0,e.uid)(),this[o(279)]=new e.FocusTracker,this[o(270)]=new e.KeystrokeHandler,this[o(270)][o(285)](o(300),((t,e)=>this[o(299)](o(300),e))),this[o(285)](o(275),{top:0,right:0,bottom:0,left:0}),this[o(285)](o(274),0),this[o(285)](o(288),!1),this[o(285)](o(284),!1),this[o(285)](o(291),0),this[o(285)](o(302),""),this[o(310)]=Js((()=>this[o(286)]())),this[o(280)]=this[o(292)](),this[o(280)][o(297)](n),this[o(282)]=n;const s=this[o(306)];this[o(276)]({tag:o(272),attributes:{class:["ck",o(281),o(273),s.if(o(288),o(293))],tabindex:-1},children:this[o(280)]})}[Ys(304)](){const t=Ys;super[t(304)](),this[t(279)][t(297)](this[t(277)]),this[t(270)][t(303)](this[t(277)]),this[t(310)][t(308)](this[t(277)])}[Ys(307)](){const t=Ys;this[t(280)][t(296)](),this[t(270)][t(307)](),this[t(279)][t(307)](),this[t(310)][t(311)](),super[t(307)]()}[Ys(298)](){const t=Ys;this[t(277)][t(298)]()}[Ys(286)](){const t=Ys,e=this[t(277)][t(287)];e&&(this[t(274)]=e)}}const nr=rr;!function(t){const e=rr,n=t();for(;;)try{if(299502===-parseInt(e(495))/1+parseInt(e(459))/2*(parseInt(e(477))/3)+parseInt(e(478))/4+parseInt(e(498))/5+-parseInt(e(471))/6*(parseInt(e(472))/7)+parseInt(e(473))/8*(-parseInt(e(458))/9)+parseInt(e(503))/10*(parseInt(e(462))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir);class or extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=rr;super(),this[r(468)]=t,this[r(468)][r(490)]||this[r(468)][r(482)](),this[r(502)]=o,this[r(489)]=n,or[r(491)](this[r(486)]()),this[r(467)]=new e.Collection([this[r(468)][r(490)]],{idProperty:r(497)}),this[r(467)].on(r(499),((t,e)=>{const n=r;this[n(468)][n(484)][n(499)](e)})),this[r(467)].on(r(461),((t,e)=>{const n=r;this[n(468)][n(484)][n(461)](e)})),this[r(494)](r(465),s)}get[nr(487)](){const t=nr;return t(469)==typeof this[t(502)]?this[t(502)]():this[t(502)]}get[nr(457)](){const t=nr;return this[t(468)][t(501)]}get[nr(500)](){const t=nr,e=this[t(486)]();return or[t(491)](e),e}get[nr(480)](){const t=nr,n=this[t(500)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(481)]((e=>function(e){const n=t;if(e[n(496)])return!0;return!!e[n(493)]()[n(460)](0)}(e)));return 0===o[t(463)]?null:new e.Rect(o[0][t(493)]()[t(460)](0))}get[nr(476)](){const t=nr;return this[t(468)][t(476)]}set[nr(476)](t){const e=nr;this[e(468)][e(476)]=t,this[e(468)][e(501)][e(476)]=t}[nr(483)](){const t=nr;this[t(468)][t(480)]=this[t(480)]}[nr(488)](){const t=nr;this[t(467)][t(470)](),this[t(467)][t(485)](),this[t(470)]()}[nr(466)](){const t=nr;this[t(465)]=!!this[t(480)]}static[nr(491)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(474)](t)&&t[n(479)]((t=>sr(t)))))throw new e.CKEditorError(n(492),null,{target:t})}[nr(486)](){const t=nr,e=t(469)==typeof this[t(489)]?this[t(489)]():this[t(489)];return sr(e)?[e]:e}}function sr(t){const e=nr;return null!==t&&e(464)==typeof t&&e(475)in t&&1===t[e(475)]}function rr(t,e){const n=ir();return(rr=function(t,e){return n[t-=457]})(t,e)}function ir(){const t=["refreshVisibility","focusableElements","view","function","stopListening","6GxOrgz","3014263mAnBYc","526712VwkeBb","isArray","nodeType","isActive","66dzuJyY","1765816ldGbZL","every","targetRect","filter","render","updateTargetRect","focusTracker","clear","_getNormalizedTarget","type","destroy","_target","element","_assertCorrectTarget","annotation-invalid-target","getClientRects","set","532504nUokzv","offsetParent","_id","1821130AmdZyZ","add","target","mainView","_type","40UMgfSM","innerView","63CeXVfy","17228WlqQjS","item","remove","2002825yfyjVT","length","object","isVisible"];return(ir=function(){return t})()}function cr(t,e){const n=ar();return(cr=function(t,e){return n[t-=140]})(t,e)}function ar(){const t=["length","clear","change:isFocused","11586kxgeMV","annotationcollection-not-existing-item","3003pgmJtK","_getOrderInContent","updateTargetRect","12293520SYcbiD","remove","1024706ucFaAP","sort","get","view","_innerViewToAnnotation","listenTo","focusableElements","focus","from","add","has","1TRDeAs","_sort","blur","set","refreshPositioning","targetRect","destroy","359256yRwJtY","focusTracker","10206180XsdLMP","6616020eikNar","isFocused","3LenEFb","stopListening","getByInnerView","getIndex","annotationcollection-duplicated-item","fire","85905ibAHxi","_viewToAnnotation","top","_focusTracker","delete","innerView","left","getByView"];return(ar=function(){return t})()}const hr=cr;!function(t){const e=cr,n=t();for(;;)try{if(837789===-parseInt(e(172))/1*(-parseInt(e(161))/2)+parseInt(e(184))/3*(-parseInt(e(179))/4)+-parseInt(e(182))/5+parseInt(e(154))/6*(-parseInt(e(156))/7)+parseInt(e(159))/8+parseInt(e(143))/9+parseInt(e(181))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ar);class ur extends e.Collection{constructor(t=[]){const n=cr;super(),this[n(165)]=new Map,this[n(144)]=new Map,this[n(146)]=new e.FocusTracker,this[n(146)].on(n(153),((t,e,o)=>{const s=n;o||this[s(142)](s(174))}));for(const e of t)this[n(170)](e)}get[hr(183)](){const t=hr;return this[t(146)][t(183)]}[hr(170)](t){const n=hr;if(this[n(171)](t))throw new e.CKEditorError(n(141),null);this[n(165)][n(175)](t[n(148)],t),this[n(144)][n(175)](t[n(164)],t);for(const e of t[n(167)])this[n(146)][n(170)](e);this[n(166)](t[n(167)],n(170),((t,e)=>{const o=n;this[o(146)][o(170)](e)})),this[n(166)](t[n(167)],n(160),((t,e)=>{const o=n;this[o(146)][o(160)](e)})),this[n(166)](t[n(164)][n(180)],n(153),((e,o,s)=>{const r=n;s&&this[r(142)](r(168),t)})),t[n(158)]();const o=this[n(157)](t[n(164)][n(177)]);return super[n(170)](t,o)}[hr(160)](t){const n=hr;if(!this[n(171)](t))throw new e.CKEditorError(n(155),null);this[n(185)](t[n(164)][n(180)]),this[n(185)](t[n(167)]);for(const e of t[n(167)])this[n(146)][n(160)](e);return this[n(144)][n(147)](t[n(164)]),this[n(165)][n(147)](t[n(148)]),super[n(160)](t)}[hr(186)](t){const e=hr;return this[e(165)][e(163)](t)}[hr(150)](t){const e=hr;return this[e(144)][e(163)](t)}[hr(178)](){const t=hr;super[t(152)](),this[t(185)](),this[t(165)][t(152)](),this[t(144)][t(152)](),this[t(146)][t(178)]()}[hr(176)](){const t=hr;for(const e of this)e[t(158)]();this[t(173)]()}[hr(173)](){const t=hr,e=Array[t(169)](this)[t(162)](((e,n)=>dr(e[t(164)][t(177)],n[t(164)][t(177)])));for(let n=e[t(151)]-1;n>0;n--){const o=e[n];n!==this[t(140)](o)&&(this[t(160)](o),this[t(170)](o))}}[hr(157)](t){const e=hr;let n=0;if(!t)return this[e(151)];for(const o of this){const s=o[e(164)][e(177)];if(s){if(dr(t,s)<0)return n;n++}}return n}}function dr(t,e){const n=hr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(145)]-e[n(145)];return 0==o?t[n(149)]-e[n(149)]:o}function lr(t,e){const n=fr();return(lr=function(t,e){return n[t-=183]})(t,e)}const mr=lr;!function(t){const e=lr,n=t();for(;;)try{if(619942===parseInt(e(184))/1+-parseInt(e(213))/2*(-parseInt(e(199))/3)+-parseInt(e(214))/4*(parseInt(e(202))/5)+parseInt(e(224))/6*(-parseInt(e(204))/7)+parseInt(e(193))/8*(parseInt(e(196))/9)+parseInt(e(185))/10+parseInt(e(212))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fr);class pr extends t.ContextPlugin{static get[mr(217)](){return mr(222)}constructor(t){const e=mr;super(t),this[e(183)]=new ur,this[e(191)]=new ur,this[e(188)](e(206),new Set),this[e(187)]()}[mr(211)](t){const e=mr;this[e(183)][e(211)](t)}[mr(218)](t){const e=mr;this[e(183)][e(218)](t),t[e(223)]()}[mr(220)](){const t=mr;for(const e of this[t(183)])e[t(220)]()}[mr(201)](){const t=mr;this[t(191)][t(201)]()}[mr(216)](t){const e=mr;return this[e(183)][e(216)](t)}[mr(219)](){const t=mr;this[t(205)](t(225))}[mr(223)](){const t=mr;for(const e of this[t(183)])e[t(223)]();this[t(191)][t(223)](),this[t(183)][t(223)](),super[t(223)]()}[mr(208)](t){const e=mr;this[e(205)](e(190),t)}[mr(186)](t){return new or(t)}[mr(207)](t,e){return new er(t,e)}[mr(195)](t){const e=mr,n=new Set(this[e(206)]);n[e(211)](t),this[e(206)]=n}[mr(200)](t){const e=mr,n=new Set(this[e(206)]);n[e(198)](t),this[e(206)]=n}[mr(187)](){const t=mr,e=this[t(183)],n=this[t(191)];function o(e){const o=t,s=e[o(192)];s[o(203)]&&!n[o(221)](s)?n[o(211)](s):!s[o(203)]&&n[o(221)](s)&&n[o(218)](s),s[o(197)][o(189)][o(218)](s[o(197)][o(210)]),s[o(197)][o(189)][o(211)](s[o(197)][o(210)])}this[t(209)](e,t(211),((e,s)=>{const r=t;s[r(203)]&&n[r(211)](s),this[r(209)](s,r(215),o)})),this[t(209)](e,t(218),((e,s)=>{const r=t;n[r(221)](s)&&n[r(218)](s),this[r(194)](s,r(215),o)}))}}function fr(){const t=["113534ZyTAmc","720vTDZeM","change:isVisible","getByInnerView","pluginName","remove","deactivateAll","refreshVisibility","has","Annotations","destroy","6JPTREE","_deactivateAllAnnotations","collection","229923XxBSHh","2317420cwNEjW","createAnnotation","_bindAnnotationsToVisibleAnnotations","set","focusTracker","_activateAnnotation","_visibleAnnotations","source","8baehND","stopListening","_addActiveAnnotation","5713704sLHnCS","view","delete","24IsWjds","_removeActiveAnnotation","refreshPositioning","26655XeJWFv","isVisible","6116348pRUXnr","fire","activeAnnotations","createAnnotationView","activate","listenTo","element","add","9928919eDHoOa"];return(fr=function(){return t})()}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=381]})(t,e)}function kr(){const t=["authorName","requires","addCommentThread","commentsrepository-active-not-attached","listenTo","getCommentThreads","change:_permissions","context","isFromAdapter","removeAttribute","_add","commentsrepository-duplicated-comment-thread-id","commentUpdated","416xAAXGd","commentsrepository-invalid-comment-authorid","deactivateAll","change:_readOnlyChannels","_unbindEditors","isResolved","bind","getUser","config","getCommentThread","modifyAll","attachTo","setContext","editor","_attachCommentThread","lowest","_isAttached","commentThreadInputView","getRevision","authoredAt","stopListening","461813AXvXjv","body","_createCommentThreadView","_createNewComment","pluginName","CommentsRepository","change:isDirty","fromCharCode","write","archivedAt","external:","reopenCommentThread","forbiddenHandler","reopen","commentsrepository-remove-comment-internal-error","delete","commentsrepository-get-comment-invalid-id","change:activeAnnotations","define","resolve","values","createdAt","209870TFpTus","_repository","_resolveCommentThread","commentsrepository-remove-missing-comment","825pciGwP","highest","innerView","content","20687315RoPbxK","commentsrepository-remove-comment-thread-internal-error","resolveCommentThread","resolvedBy","fetchCommentThread","comments.CommentThreadView","_viewToController","hasCommentThread","_updateComment","_removeCommentThread","commentsrepository-resolved-comment-thread","filter","getIndex","type","model","isExternal","weight","@external","adapter","channelId","_permissions","_hasTargetInContent","submit","commentsrepository-attach-missing-comment-thread","getEarlierVisibleRevision","innerHTML","isSubmitted","setUnlinkedAt","trim","commentInputView","1624LfTIFD","commentsrepository-active-missing-comment-thread","commentsrepository-update-missing-comment","fire","commentsrepository-invalid-comment-thread-id","_removeComment","_findOptimalIndex","commentsrepository-update-comment-invalid-content","refreshVisibility","commentsrepository-add-comment-internal-error","_submitCommentThread","createElement","5784024CvYQJH","isRemovable","switchReadOnly","commentsrepository-invalid-comment-content","_threadToController","div","isEditable","author","attributes","comments.maxThreadTotalWeight","openNewCommentThread","commentsrepository-fetch-comment-thread","_adapter","_updateCommentThread","reduce","focus","init","unlinkedAt","comment","commentsrepository-remove-missing-comment-thread","_update","setActiveCommentThread","assign","once","plugins","getPermissions","_getExternalAuthor","_updateActiveAnnotation","getByInnerView","licenseKey","isResolvable","26046GBRfWF","toJSON","comments.copyMarkers","bodyCollectionContainer","creator","commentsrepository-update-comment-missing-comment-thread","map","submitCommentThread","admin","6244AuuNII","canComment","commentId","locale","commentsrepository-update-comment-internal-error","commentsrepository-invalid-commentid","has","editorDestroyed","commentsrepository-missing-comment-thread","CommentThreadView","removeCommentThread","threadId","commentsrepository-adapter-already-set","_isSubmitted","focusableElements","commentsrepository-missing-thread-and-adapter-method","textContent","comments","commentsrepository-add-comment-to-missing-comment-thread","add","commentsrepository-reopen-comment-thread-internal-error","_addCommentThread","activate","join","afterInit","activeCommentThread","noChannel","_bindAnnotationToEditors","isDirty","isNaN","isAttached","string","then","_detachCommentThread","push","PendingActions","comments.editorConfig","commentsrepository-reopen-comment-thread","isActive","addComment","27aVZxRk","PENDING_ACTION_COMMENT_THREAD","71305NWhzIL","commentsrepository-add-comment-user-not-exists","commentsrepository-add-comment-thread-internal-error","addUser","commentsrepository-resolve-comment-thread-internal-error","removeComment","_addComment","focusTracker","get","max","setPermissions","error","commentsrepository-missing-target","updateComment","from","isReadOnly","CommentView","editorReady","warn","function","catch","createCommentThreadController","comments.CommentView","view","comments.maxCommentsWhenCollapsed","_reopenCommentThread","getTime","set","_remove","_removeActiveAnnotation","comments.maxCommentCharsWhenCollapsed","update","destroy","resolvedAt","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","length","find","_threads","commentsrepository-remove-comment-missing-comment-thread","setAttribute","commentsrepository-update-comment-thread-internal-error","remove","change:authoredAt","getComment","_readOnlyChannels","updateCommentThread"];return(kr=function(){return t})()}!function(t){const e=vr,n=t();for(;;)try{if(744312===-parseInt(e(425))/1+parseInt(e(537))/2*(-parseInt(e(451))/3)+-parseInt(e(404))/4*(parseInt(e(579))/5)+parseInt(e(528))/6*(parseInt(e(485))/7)+parseInt(e(497))/8+parseInt(e(577))/9*(-parseInt(e(447))/10)+parseInt(e(455))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);const br=Symbol(gr(563)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Ir extends t.ContextPlugin{static get[gr(392)](){return[pr,t.PendingActions,s.Users]}static get[gr(429)](){return gr(430)}constructor(t){const e=gr;super(t),this[e(382)]=new Map,this[e(501)]=new Map,this[e(461)]=new Map,this[e(606)](e(389),new Set),this[e(606)](e(475),new Map),this[e(526)]=this[e(398)][e(412)][e(587)](e(526));const n=this[e(398)][e(412)];n[e(443)](e(603),2),n[e(443)](e(506),500),n[e(443)](e(609),140),n[e(443)](e(460),ls),n[e(443)](e(601),Cs),n[e(587)](e(573))||console[e(597)](e(613))}[gr(513)](){const t=gr,e=this[t(398)][t(521)][t(587)](pr);this[t(606)](t(562),null),this.on(t(393),((e,n)=>this[t(558)](n))),this.on(t(535),((e,n)=>this[t(495)](n))),this.on(t(457),((e,n)=>this[t(449)](n))),this.on(t(457),((e,n)=>this[t(524)](n)),{priority:t(419)}),this.on(t(436),((e,n)=>this[t(604)](n))),this.on(t(436),((e,n)=>this[t(524)](n)),{priority:t(419)}),this.on(t(547),((e,n)=>this[t(464)](n))),this.on(t(390),((e,n)=>this[t(510)](n))),this.on(t(390),((e,n)=>this[t(524)](n)),{priority:t(419)}),this.on(t(576),((e,n)=>this[t(585)](n))),this.on(t(592),((e,n)=>this[t(463)](n))),this.on(t(584),((e,n)=>this[t(490)](n))),this.on(t(576),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(413)](n),i=r&&this[s(501)][s(587)](r);i&&i[s(602)][s(512)]()}),{priority:t(419)}),this[t(395)](e,t(442),((e,n,o)=>{const s=t,r=Array[s(593)](o)[s(534)]((t=>this[s(461)][s(587)](t[s(453)])))[s(466)](Boolean)[0];this[s(562)]=r?r[s(469)]:null}))}[gr(561)](){!function(e){function n(t){const e=vr;return t[e(534)]((t=>String[e(432)](t)))[e(560)]("")}(e=>{const o=vr;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],s[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],s[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],s[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],s[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],s[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],s[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],s[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],s[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],s[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,c=16;const a=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=a[n([108,101,110,103,116,104])]/4,r=d(a);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let c,l=0,m=o;for(;m<e;){c=r[o-1],r[0]^=s[n([83])][c>>16&255]<<24^s[n([83])][c>>8&255]<<16^s[n([83])][255&c]<<8^s[n([83])][c>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];c=r[o/2-1],r[o/2]^=s[n([83])][255&c]^s[n([83])][c>>8&255]<<8^s[n([83])][c>>16&255]<<16^s[n([83])][c>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,a,d=0;for(;d<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[d],u[t-i][a]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)c=u[e][t],u[e][t]=s[n([85,49])][c>>24&255]^s[n([85,50])][c>>16&255]^s[n([85,51])][c>>8&255]^s[n([85,52])][255&c]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===c&&(i=m(r),c=0,l(r)),t[e]^=i[c++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let c;for(let t=0;t<4;t++)c=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^c>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^c>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^c>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^c);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const a=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],c=i[2]*r[2];function a(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=_,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=_,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=_,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=_)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=vr;if(C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const s=A(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=s[o(422)](0),i=s[o(479)](r[n([105,100])]);A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],i?i[n([105,100])]:null,1)[o(569)]((()=>e()))}}))}C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=c),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(566)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&a(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const c=function(){let t=i[6]*r[8]*r[6];return C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{a(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),c);const h=A(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(566)](Number(e))&&window[e]===c)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(398)]:e[o(417)],l=n([52,48,52,56,49,52,53,48]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=d[o(412)][o(587)](n([108,105,99,101,110,115,101,75,101,121])),f=a[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!C(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&a[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(437)]&&s[t[e(437)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||I(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?I(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((s,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(I(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])I(e);A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=_}function I(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function _(){return null}function y(){return!window[n([68,114,117,112,97,108])]||!C(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>C(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=c(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[gr(473)](t){const n=gr;if(this[n(509)])throw new e.CKEditorError(n(549));this[n(509)]=t}get[gr(473)](){return this[gr(509)]}[gr(393)]({channelId:t=br,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=gr;return this[m(488)](Cr(m(393),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(413)](n)}[gr(507)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(389)][i(543)](t)||this[i(389)][i(543)](void 0))return null;if(!o)throw new e.CKEditorError(i(591));const c=this[i(393)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(501)][i(587)](c),h=a[i(602)][i(421)][i(484)],u=this[i(398)][i(521)][i(587)](pr),d=u[i(525)](a[i(602)]);return u[i(559)](d),h[i(520)](i(596),(()=>h[i(512)]())),c}[gr(462)](t){const n=gr;if(n(568)!=typeof t)throw new e.CKEditorError(n(489));return this[n(382)][n(543)](t)}[gr(390)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(488)](Cr(i(390),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(413)](e)}[gr(413)](t){const n=gr;if(n(568)!=typeof t)throw new e.CKEditorError(n(489));return this[n(382)][n(587)](t)}[gr(459)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(413)](n);if(s)return Promise[o(444)](s);if(!this[o(473)])return Promise[o(444)](void 0);if(o(598)!=typeof this[o(473)][o(413)])throw new e.CKEditorError(o(552),this[o(398)]);return this[o(473)][o(413)]({channelId:t,threadId:n})[o(569)]((e=>this[o(462)](n)?this[o(413)](n):e?this[o(393)](Object[o(519)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(599)]((t=>{const n=o;throw console[n(590)](t),new e.CKEditorError(n(508),this[n(398)])}))}[gr(396)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(382)][s(445)]())t&&o[s(474)]!==t||e&&!o[s(567)]||n&&0===o[s(614)]||r[s(571)](o);return o?r[s(534)]((t=>t[s(529)]())):r}[gr(518)](t){const n=gr,o=this[n(398)][n(521)][n(587)](pr);if(!t)return void(this[n(562)]&&o[n(406)]());const s=this[n(413)](t);if(!s)throw new e.CKEditorError(n(486),null,{threadId:t});if(!this[n(501)][n(543)](s))throw new e.CKEditorError(n(394),null,{threadId:t});const r=o[n(525)](this[n(501)][n(587)](s)[n(602)]);o[n(559)](r)}[gr(499)](t,e){const n=gr;t?this[n(389)][n(556)](e):this[n(389)][n(440)](e),this[n(488)](n(407),n(389),this[n(389)],this[n(389)])}[gr(594)](t){const e=gr;return this[e(389)][e(543)](t)||this[e(389)][e(543)](void 0)}[gr(600)](t,e){return new fo(t,e)}[gr(589)](t,e=br){const n=gr;this[n(475)][n(606)](e,t),this[n(488)](n(397),n(475),this[n(475)],this[n(475)])}[gr(522)](t=br){const e=gr;return this[e(475)][e(543)](t)?this[e(475)][e(587)](t):wr}[gr(558)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=gr;if(p(568)!=typeof n)throw new e.CKEditorError(p(489),null,{threadId:n});if(this[p(462)](n))throw new e.CKEditorError(p(402),null,{threadId:n});const f=new _r(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(398)][p(521)][p(587)](s.Users)[p(411)](c):null,isResolvable:l,isSubmitted:m||d});this[p(382)][p(606)](n,f);for(const t of o)f[p(401)](this[p(428)]({threadId:n,...t}));return a&&f[p(415)](a),d||!f[p(614)]?Promise[p(444)]():this[p(495)]({channelId:t,threadId:n})}[gr(495)]({channelId:t,threadId:n}){const o=gr;if(!this[o(462)](n))throw new e.CKEditorError(o(545),this);const s=this[o(413)](n);if(s[o(550)]=!0,!this[o(473)]||o(598)!=typeof this[o(473)][o(393)])return Promise[o(444)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,d=this[o(398)][o(521)][o(587)](o(572)),l=d[o(556)](vo(this[o(398)][o(540)],o(578)));return this[o(473)][o(393)]({channelId:t,threadId:r,comments:i[o(534)]((t=>t[o(529)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(569)]((({comments:e})=>{const s=o;d[s(386)](l);for(const o of e)this[s(463)]({channelId:t,threadId:n,commentId:o[s(539)],createdAt:o[s(446)],isFromAdapter:!0})}))[o(599)]((t=>{const n=o;throw console[n(590)](t),new e.CKEditorError(n(581),this)}))}[gr(418)]({threadId:t,target:n}){const o=gr,s=this[o(413)](t);if(!s)throw new e.CKEditorError(o(478),this);const r=this[o(398)][o(521)][o(587)](o(572)),i=this[o(398)][o(521)][o(587)](pr),c=this[o(427)](s),a=new fo(s,c);let h=null;c.on(o(431),((t,e,n)=>{const s=o;n?h=r[s(556)](vo(this[s(398)][s(540)],s(578))):h&&(r[s(386)](h),h=null)})),this[o(501)][o(606)](s,a),this[o(461)][o(606)](c,a);const u=new er(this[o(398)][o(540)],c);u[o(410)](o(614)).to(c),u[o(410)](o(565)).to(c,o(565),c,o(614),((t,e)=>t||!e)),u[o(410)](o(575)).to(c),u[o(468)]=o(515);const d=new or({view:u,target:n,type:o(515),isVisible:!s[o(409)]});return this[o(564)](c,d),i[o(556)](d),d}[gr(564)](e,n){const o=gr;this[o(395)](e,o(596),((e,s)=>{const r=o,i=s.ui[r(602)][r(426)][r(531)];n[r(551)][r(556)](i),this[r(398)]instanceof t.Editor&&this[r(398)].ui[r(586)][r(556)](i)}),{priority:o(452)}),this[o(395)](e,o(544),((e,s)=>{const r=o,i=s.ui[r(602)][r(426)][r(531)];n[r(551)][r(543)](i)&&n[r(551)][r(386)](i),this[r(398)]instanceof t.Editor&&this[r(398)].ui[r(586)][r(386)](i)}))}[gr(408)](t){const e=gr;this[e(424)](t,e(596)),this[e(424)](t,e(544))}[gr(427)](t){const e=gr,n=this[e(398)][e(521)][e(587)](s.Users),{config:o,locale:r}=this[e(398)],i=(0,s.getDateTimeFormatter)(o[e(587)](e(540)));return new(0,o[e(587)](e(554))[e(546)])(r,t,n.me,{editorConfig:{...o[e(587)](e(573)),licenseKey:this[e(398)][e(412)][e(587)](e(526))},copyMarkers:o[e(587)](e(530)),maxCommentsWhenCollapsed:o[e(587)](e(603)),maxThreadTotalWeight:o[e(587)](e(506)),maxCommentCharsWhenCollapsed:o[e(587)](e(609)),formatDateTime:i,CommentView:o[e(587)](e(554))[e(595)]})}[gr(449)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(462)](t))throw new e.CKEditorError(c(545),null,{threadId:t});const a=this[c(413)](t);if(a[c(409)])throw new e.CKEditorError(c(465),null,{threadId:t});const h=this[c(398)][c(521)][c(587)](s.Users);if(a[c(458)]=h[c(411)](r),a[c(612)]=o,i||!this[c(473)]||c(598)!=typeof this[c(473)][c(457)])return Promise[c(444)]();const u=this[c(398)][c(521)][c(587)](c(572)),d=u[c(556)](vo(this[c(398)][c(540)],c(578)));return this[c(473)][c(457)]({channelId:n,threadId:t})[c(569)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(386)](d),a[n(458)].id!==e&&(a[n(458)]=h[n(411)](e)),a[n(612)]=t}))[c(599)]((t=>{const n=c;throw console[n(590)](t),new e.CKEditorError(n(583),this)}))}[gr(604)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(462)](t))throw new e.CKEditorError(s(545),null,{threadId:t});const r=this[s(413)](t);if(!r[s(409)])throw new e.CKEditorError(s(574),null,{threadId:t});if(r[s(458)]=null,r[s(612)]=null,o||!this[s(473)]||s(598)!=typeof this[s(473)][s(436)])return Promise[s(444)]();const i=this[s(398)][s(521)][s(587)](s(572)),c=i[s(556)](vo(this[s(398)][s(540)],s(578)));return this[s(473)][s(436)]({channelId:n,threadId:t})[s(569)]((()=>i[s(386)](c)))[s(599)]((t=>{const n=s;throw console[n(590)](t),new e.CKEditorError(n(557),this)}))}[gr(464)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(413)](t);if(!s)throw new e.CKEditorError(o(516),this);if(this[o(570)](t),this[o(382)][o(440)](t),!s[o(481)]||n||!this[o(473)]||o(598)!=typeof this[o(473)][o(547)])return Promise[o(444)]();const r=this[o(398)][o(521)][o(587)](o(572)),{channelId:i}=s,c=r[o(556)](vo(this[o(398)][o(540)],o(578)));return this[o(473)][o(547)]({channelId:i,threadId:t})[o(569)]((()=>r[o(386)](c)))[o(599)]((t=>{const n=o;throw console[n(590)](t),new e.CKEditorError(n(456),this)}))}[gr(510)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(568)!=typeof t)throw new e.CKEditorError(i(489),null,{threadId:t});if(!this[i(462)](t))throw new e.CKEditorError(i(545),null,{threadId:t});const c=this[i(413)](t);let a=!1;if(void 0!==o&&c[i(398)]!==o&&(c[i(398)]=o,a=!0),void 0!==n&&c[i(514)]!==n&&(c[i(514)]=n,a=!0),s&&!We(s,c[i(505)])&&(c[i(505)]=s,a=!0),!a)return Promise[i(444)]();if(!c[i(481)]||r||!this[i(473)]||i(598)!=typeof this[i(473)][i(390)])return Promise[i(444)]();const h=this[i(398)][i(521)][i(587)](i(572)),{channelId:u}=c,d=h[i(556)](vo(this[i(398)][i(540)],i(578)));return this[i(473)][i(390)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(569)]((()=>h[i(386)](d)))[i(599)]((t=>{const n=i;throw console[n(590)](t),new e.CKEditorError(n(385),this)}))}[gr(570)](t){const e=gr,n=this[e(398)][e(521)][e(587)](pr),o=this[e(413)](t);if(this[e(501)][e(543)](o)){const t=this[e(501)][e(587)](o),s=t[e(602)],r=n[e(525)](s);this[e(501)][e(440)](o),this[e(461)][e(440)](s),r&&n[e(386)](r),t[e(611)](),s[e(611)]()[e(569)]((()=>{this[e(408)](s)}))}}[gr(524)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(398)][n(521)][n(587)](pr),r=this[n(413)](t);if(this[n(501)][n(543)](r)){const t=this[n(501)][n(587)](r)[n(602)],e=s[n(525)](t);e&&(o&&s[n(608)](e),e[n(493)]())}}[gr(523)](t){const e=gr,n=this[e(398)][e(521)][e(587)](s.Users),o=(0,s.hashObject)(e(435)+t);return n[e(411)](o)||n[e(582)]({id:o,name:t})}[gr(428)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(568)!=typeof n)throw new e.CKEditorError(a(542));if(a(568)!=typeof r)throw new e.CKEditorError(a(405));if(a(568)!=typeof o||!o[a(483)]())throw new e.CKEditorError(a(500));const h=this[a(398)][a(521)][a(587)](s.Users)[a(411)](r);if(!h)throw new e.CKEditorError(a(580),null,{authorId:r});let u=null,d=i;return c&&c[a(472)]&&(u=this[a(523)](c[a(472)][a(391)]),d=new Date(c[a(472)][a(446)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:c})}[gr(585)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(413)](t[n(548)]);if(!c)throw new e.CKEditorError(n(555),this);const a=this[n(428)](t),{id:h}=a;if(c[n(401)](a),i||!this[n(473)]||n(598)!=typeof this[n(473)][n(576)]||!c[n(481)])return Promise[n(444)]();const u=this[n(398)][n(521)][n(587)](n(572)),{channelId:d}=c,l=u[n(556)](vo(this[n(398)][n(540)],n(578)));return r||(r={}),this[n(473)][n(576)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(569)]((t=>{const e=n;u[e(386)](l),t&&this[e(463)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(446)],isFromAdapter:!0})}))[n(599)]((t=>{const o=n;throw console[o(590)](t),new e.CKEditorError(o(494),this)}))}[gr(463)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(568)!=typeof o||!o[c(483)]()[c(614)]))throw new e.CKEditorError(c(492));const a=this[c(413)](t),h=a[c(388)](n);if(!h)throw new e.CKEditorError(c(487),this);let u=!1;if(o&&o!==h[c(454)]&&(h[c(503)]||i)&&(h[c(454)]=o,u=!0),s&&s!==h[c(446)]&&(h[c(446)]=s,h[c(505)]&&h[c(505)][c(472)]||(h[c(423)]=s),u=!0),r&&!We(r,h[c(505)])&&(h[c(505)]=r,u=!0),!u)return Promise[c(444)]();if(a[c(488)](c(403)),i||!this[c(473)]||c(598)!=typeof this[c(473)][c(592)])return Promise[c(444)]();const d=this[c(398)][c(521)][c(587)](c(572)),{channelId:l}=this[c(413)](h[c(548)]),m=d[c(556)](vo(this[c(398)][c(540)],c(578)));return this[c(473)][c(592)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[c(569)]((()=>d[c(386)](m)))[c(599)]((t=>{const n=c;throw console[n(590)](t),new e.CKEditorError(n(541),this)}))}[gr(490)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(413)](t),i=r[s(388)](n);if(!i)throw new e.CKEditorError(s(450),this);if(r[s(607)](i),o||!this[s(473)]||s(598)!=typeof this[s(473)][s(584)])return Promise[s(444)]();const c=this[s(398)][s(521)][s(587)](s(572)),{channelId:a}=r,h=c[s(556)](vo(this[s(398)][s(540)],s(578)));return this[s(473)][s(584)]({channelId:a,threadId:t,commentId:n})[s(569)]((()=>c[s(386)](h)))[s(599)]((t=>{const n=s;throw console[n(590)](t),new e.CKEditorError(n(439),this)}))}}class _r extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(527)];this[o(474)]=n[o(474)],this.id=n.id,this[o(554)]=new e.Collection,this[o(448)]=t,this[o(420)]=!1,this[o(550)]=n[o(481)],this[o(606)](o(476),!0),this[o(410)](o(594)).to(t,o(475),t,o(389),(()=>t[o(594)](this[o(474)]))),this[o(410)](o(498)).to(t,o(475),(()=>t[o(522)](this[o(474)])[o(536)])),this[o(410)](o(538)).to(t,o(475),(()=>{const e=o,n=t[e(522)](this[e(474)]);return n[e(433)]||n[e(536)]})),this[o(410)](o(527)).to(t,o(475),(()=>s&&t[o(522)](this[o(474)])[o(444)])),this[o(606)](o(398),n[o(398)]),this[o(410)](o(434)).to(this,o(612),this,o(514),((t,e)=>t?e?t<e?t:e:t:e)),this[o(606)](o(514),n[o(514)]||null),this[o(606)](o(612),n[o(612)]||null),this[o(606)](o(458),n[o(458)]||null),this[o(410)](o(409)).to(this,o(612),(t=>!!t)),this[o(606)](o(505),n[o(505)]||{})}get[gr(471)](){const t=gr;return Array[t(593)](this[t(554)])[t(511)](((e,n)=>e+n[t(471)]),0)}get[gr(614)](){const t=gr;return this[t(554)][t(614)]}get[gr(567)](){return this[gr(420)]}get[gr(481)](){return this[gr(550)]}[gr(477)](){const t=gr,{channelId:e,id:n}=this;this[t(448)][t(488)](Cr(t(535),e),{channelId:e,threadId:n})}[gr(482)](t){this[gr(517)]({unlinkedAt:t})}[gr(444)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(448)][o(398)][o(521)][o(587)](s.Users).me,{channelId:i,id:c}=this;this[o(448)][o(488)](Cr(o(457),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(438)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(448)][e(488)](Cr(e(436),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(416)](t){const e=gr;this[e(398)]||this[e(517)]({context:t})}[gr(384)](t,e){const n=gr,o=Ln(this[n(505)]);so(o,t,e),this[n(517)]({attributes:o})}[gr(400)](t){const e=gr,n=Ln(this[e(505)]);uo(n,t),this[e(517)]({attributes:n})}[gr(386)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(448)][e(488)](Cr(e(547),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(415)](t){const e=gr;return this[e(448)][e(418)]({threadId:this.id,target:t})}[gr(576)](t){const e=gr,{channelId:n,id:o}=this;this[e(448)][e(488)](Cr(e(576),n,o),Object[e(519)]({channelId:n,threadId:o},t))}[gr(388)](t){const n=gr;if(n(568)!=typeof t)throw new e.CKEditorError(n(441),null,{commentId:t});return this[n(554)][n(587)](t)}[gr(529)](){const t=gr;return{threadId:this.id,context:this[t(398)],unlinkedAt:this[t(514)],resolvedAt:this[t(612)],resolvedBy:this[t(458)]?this[t(458)].id:null,archivedAt:this[t(434)],comments:this[t(554)][t(534)]((e=>e[t(529)]())),attributes:this[t(505)]}}[gr(401)](t){const e=gr;return this[e(395)](t,e(387),(()=>{const n=e,o=this[n(491)](t),s=this[n(554)];o-1!=s[n(467)](t)&&o+1!=s[n(467)](t)&&(this[n(607)](t),this[n(401)](t))})),this[e(554)][e(556)](t,this[e(491)](t))}[gr(517)](t){const e=gr,{channelId:n,id:o}=this;this[e(448)][e(488)](Cr(e(390),n),{...t,channelId:n,threadId:o})}[gr(607)](t){const e=gr;return this[e(424)](t),t[e(611)](),this[e(554)][e(386)](t)}[gr(491)](t){const e=gr,n=this[e(554)][e(381)]((n=>new Date(n[e(423)])[e(605)]()>new Date(t[e(423)])[e(605)]()));return n?this[e(554)][e(467)](n):this[e(614)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(398)][n(521)][n(587)](s.Users).me,r=t[n(413)](e[n(548)]),i=0===r[n(554)][n(614)],c=o===e[n(504)];this.id=e.id,this[n(548)]=e[n(548)],this[n(504)]=e[n(504)],this[n(532)]=e[n(532)],this[n(470)]=Boolean(e[n(505)]&&e[n(505)][n(472)]),this[n(606)](n(454),e[n(454)]),this[n(446)]=e[n(446)]||new Date,this[n(606)](n(423),e[n(423)]||new Date),this[n(410)](n(612)).to(r,n(612)),this[n(606)](n(505),e[n(505)]||{}),this[n(410)](n(503)).to(t,n(475),(()=>{const e=n,o=t[e(522)](r[e(474)])[e(433)],s=t[e(522)](r[e(474)])[e(414)];return c&&o||!c&&s})),this[n(410)](n(498)).to(r,n(498),t,n(475),(e=>{const o=n,s=t[o(522)](r[o(474)])[o(433)],a=t[o(522)](r[o(474)])[o(414)];return c&&s||e&&i||!c&&a&&!i})),this[n(410)](n(594)).to(r,n(594)),this[n(448)]=t}get[gr(471)](){const t=gr;return Math[t(588)](function(e){const n=t,o=document[n(496)](n(502));return o[n(480)]=e,o[n(553)][n(614)]}(this[t(454)]),200)}[gr(610)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(448)][n(462)](o))throw new e.CKEditorError(n(533),this);const{channelId:r}=this[n(448)][n(413)](o);this[n(448)][n(488)](Cr(n(592),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(384)](t,e){const n=gr,o=Ln(this[n(505)]);so(o,t,e),this[n(610)]({attributes:o})}[gr(400)](t){const e=gr,n=Ln(this[e(505)]);uo(n,t),this[e(610)]({attributes:n})}[gr(386)](t={}){const n=gr;if(!t[n(399)]&&!this[n(498)])return;const{threadId:o,id:s}=this;if(!this[n(448)][n(462)](o))throw new e.CKEditorError(n(383),this);const{channelId:r}=this[n(448)][n(413)](o);this[n(448)][n(488)](Cr(n(584),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(529)](){const t=gr;return{commentId:this.id,content:this[t(454)],createdAt:this[t(446)],authorId:this[t(532)].id,attributes:this[t(505)]}}[gr(611)](){this[gr(424)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Ar=xr;function Tr(){const t=["change","tableCell","getItems","document","createRange","push","refresh","schema","603RuiJaF","addMarker","execute","getRanges","comment:","isEnabled","1782843fJSbNk","end","4VEWjRz","868070WagrDz","isObject","1946560UmozTm","element","_trimToContent","selection","$textProxy","substr","_hasContent","model","1081050aezfMW","4TpoMog","36862JfgDaY","6gxVvFO","start","78136uSEbPs","backward","item","2148835zzorug","_itemIsContent","editor","getLastMatchingPosition"];return(Tr=function(){return t})()}function xr(t,e){const n=Tr();return(xr=function(t,e){return n[t-=323]})(t,e)}!function(t){const e=xr,n=t();for(;;)try{if(360996===parseInt(e(356))/1*(-parseInt(e(343))/2)+-parseInt(e(341))/3+parseInt(e(355))/4*(parseInt(e(323))/5)+parseInt(e(357))/6*(-parseInt(e(344))/7)+-parseInt(e(359))/8*(-parseInt(e(335))/9)+-parseInt(e(354))/10+parseInt(e(346))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Tr);class Er extends t.Command{[Ar(333)](){const t=Ar,e=this[t(325)][t(353)][t(330)][t(349)];for(const n of e[t(338)]())if(this[t(352)](n))return void(this[t(340)]=!0);this[t(340)]=!1}[Ar(337)]({threadId:t=(0,e.uid)()}={}){const n=Ar,o=this[n(325)][n(353)],s=[];for(const t of o[n(330)][n(349)][n(338)]())this[n(352)](t)&&s[n(332)](this[n(348)](t));o[n(327)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(351)](1,5),i=r(339)+t+":"+s;o[r(336)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Ar(352)](t){const e=Ar;for(const n of t[e(329)]())if(this[e(324)](n))return!0;return!1}[Ar(324)](t){const e=Ar;return t.is(e(350))||this[e(325)][e(353)][e(334)][e(345)](t)&&!t.is(e(347),e(328))}[Ar(348)](t){const e=Ar,n=t=>!this[e(324)](t[e(361)]),o=t[e(358)][e(326)](n),s=t[e(342)][e(326)](n,{direction:e(360)});return this[e(325)][e(353)][e(331)](o,s)}}const Mr=Or;function Or(t,e){const n=Rr();return(Or=function(t,e){return n[t-=103]})(t,e)}function Rr(){const t=["getRanges","getByInnerView","refresh","selection","innerView","15414410sfYZYh","from","plugins","1gYPbtD","set","9QvhDRK","uiUpdate","cancel","blur","56jSLFYC","init","150JeShBN","annotation","118772uZYyGq","focusTracker","containsRange","range","hasDomSelection","229789NUaDNo","directChange","change:range","view","model","fire","_editorAnnotations","has","15JeUEyl","_dataCollectors","requires","23119421SzzwjY","isEqual","editor","2026488fMdNEu","sort","isCollapsed","addSourceCollector","get","7128hNvSgQ","update","element","document","1703184tottPi","_editorAnnotationsData","collection","map","add","getOrderedSelectedAnnotations","isReadOnly","editorannotations-invalid-source-callback","registerAnnotation","EditorAnnotations","function","pluginName","change:isFocused","editing","push","22198kvXltn","refreshSelectedViews","listenTo","remove","delete"];return(Rr=function(){return t})()}!function(t){const e=Or,n=t();for(;;)try{if(811319===-parseInt(e(150))/1*(parseInt(e(122))/2)+parseInt(e(158))/3*(parseInt(e(160))/4)+parseInt(e(107))/5*(-parseInt(e(113))/6)+-parseInt(e(165))/7*(-parseInt(e(156))/8)+parseInt(e(152))/9*(parseInt(e(147))/10)+-parseInt(e(137))/11*(-parseInt(e(118))/12)+-parseInt(e(110))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Rr);class Vr extends t.Plugin{static get[Mr(109)](){return[pr]}static get[Mr(133)](){return Mr(131)}constructor(t){const e=Mr;super(t),this[e(108)]=new Set,this[e(105)]=new Set}[Mr(157)](){const t=Mr,e=this[t(112)],n=e[t(103)][t(121)][t(145)],o=Hs((()=>this[t(138)]()),10);n.on(t(167),((e,n)=>{const s=t;n[s(166)]&&(o[s(154)](),this[s(138)]())})),this[t(139)](e[t(135)][t(168)][t(121)],t(134),((t,e,n)=>{n&&o()})),this[t(139)](e.ui[t(161)],t(134),((n,o,s)=>{const r=t;s||e[r(128)]||this[r(104)](r(155),{isAnnotationTracked:t=>this[r(123)][r(106)](t[r(146)])})})),this[t(139)](this[t(112)].ui,t(119),(()=>this[t(104)](t(153))))}[Mr(130)](t){const e=Mr;if(this[e(105)][e(106)](t[e(168)]))return;this[e(105)][e(126)](t[e(168)]),this[e(112)].ui[e(161)][e(126)](t[e(168)][e(120)]);const n=this[e(112)][e(149)][e(117)](pr);this[e(139)](n[e(124)],e(140),((t,n)=>{const o=e;this[o(112)].ui[o(161)][o(140)](n[o(168)][o(120)]),this[o(105)][o(141)](n[o(168)])}))}[Mr(164)](){const t=Mr;return this[t(112)][t(135)][t(168)][t(164)]}[Mr(116)](t){const n=Mr;if(n(132)!=typeof t)throw new e.CKEditorError(n(129));this[n(108)][n(126)](t)}[Mr(138)](){const t=Mr;this[t(104)](t(144))}[Mr(127)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(112)][n(103)][n(121)][n(145)],r=Array[n(148)](s[n(142)]());for(const[t,s]of this[n(123)]){const r=i(s),c=e[n(143)](t);r&&c&&o[n(136)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(162)](t,!s[e(115)]))return n;return null}return o[n(114)](((e,o)=>{const s=n,r=e[s(163)],i=o[s(163)];if(!r[s(111)](i)){if(r[s(162)](i,!0))return 1;if(i[s(162)](r,!0))return-1}return e[s(159)]==t?-1:o[s(159)]==t?1:0}))[n(125)]((t=>t[n(159)]))}get[Mr(123)](){const t=Mr,e=new Map;for(const n of Array[t(148)](this[t(108)]))for(const[o,s]of n())e[t(151)](o,s);return e}}function jr(t,e){const n=Sr();return(jr=function(t,e){return n[t-=172]})(t,e)}const Nr=jr;function Sr(){const t=["editor","1960VDhpRC","enableCommand","addCommentThread","RestrictedEditingModeEditing","afterInit","2576373BTPyeN","10BAPEOU","3wUCvNc","plugins","get","384256iATbcl","857658KkwPQA","5665425gmmocI","200044jGqgyW","10359AMCiSa","77oyBEsZ","has","31531742spJeGH"];return(Sr=function(){return t})()}!function(t){const e=jr,n=t();for(;;)try{if(890318===parseInt(e(172))/1*(-parseInt(e(178))/2)+-parseInt(e(189))/3+-parseInt(e(175))/4+parseInt(e(177))/5+-parseInt(e(176))/6*(parseInt(e(180))/7)+parseInt(e(184))/8*(-parseInt(e(179))/9)+-parseInt(e(190))/10*(-parseInt(e(182))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class Dr extends t.Plugin{[Nr(188)](){const t=Nr,e=this[t(183)];e[t(173)][t(181)](t(187))&&e[t(173)][t(174)](t(187))[t(185)](t(186))}}const Pr=zr;function Br(){const t=["commands","get","editor","4686969LbyuTl","_handleImportedData","define","high","config","listenTo","basic","3299575JuoGoB","1200192ocXmOd","afterInit","505906UfaFIK","map","dataInsert","collaboration_features","forEach","2GlCEsm","plugins","8984421TWyAPq","3647800JGKhlL","importWord","execute","importWord.formatting.comments","366915AaKetn","8uKjjom","addCommentThread","collaboration.channelId"];return(Br=function(){return t})()}function zr(t,e){const n=Br();return(zr=function(t,e){return n[t-=303]})(t,e)}!function(t){const e=zr,n=t();for(;;)try{if(490682===-parseInt(e(314))/1*(parseInt(e(319))/2)+parseInt(e(326))/3*(parseInt(e(327))/4)+-parseInt(e(311))/5+parseInt(e(312))/6+parseInt(e(304))/7+-parseInt(e(322))/8+parseInt(e(321))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Br);class Lr extends t.Plugin{constructor(t){const e=zr;super(t),this[e(303)][e(308)][e(306)](e(325),e(310))}[Pr(313)](){const t=Pr,n=this[t(303)],o=n[t(330)][t(331)](t(323)),r=n[t(320)][t(331)](s.Users);o&&(o.on(t(324),((e,[,n])=>{n[t(317)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(307)]+10}),this[t(309)](o,t(316),this[t(305)]))}[Pr(305)](t,e){const n=Pr,{comment_threads:o}=e;o&&o[n(318)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(315)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(303)][r(320)][r(331)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(323)}}}))),a=this[r(303)][r(308)][r(331)](r(329));this[r(303)][r(320)][r(331)](Ir)[r(328)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}function Fr(){const t=["188XbqoTx","dragstart","split","listenTo","21864zoNkKY","config","content","151595GpjDQn","_registerMarkerToCopy","requires","hasCommentThread","has","_mapCommentsCopyConfigToRegisterConfiguration","default","always","never","_removeMarkersWithoutThreads","572302MQlBmS","comments.copyMarkers","10845cOTKls","8QVUGwy","4783303WrylNF","delete","highest","1070rhvogm","markers","36948tQsOIK","234MsTEsF","7887XgELvY","ClipboardMarkersUtils","comment","3909432vFomgb","define","cut","keys","ClipboardPipeline","get","plugins","afterInit","all","editor","contentInsertion","_registerMarkerInClipboardPipeline","CommentsRepository"];return(Fr=function(){return t})()}const Kr=Ur;function Ur(t,e){const n=Fr();return(Ur=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=Ur,n=t();for(;;)try{if(593715===-parseInt(e(307))/1+parseInt(e(290))/2*(-parseInt(e(316))/3)+-parseInt(e(321))/4+parseInt(e(297))/5*(parseInt(e(317))/6)+-parseInt(e(311))/7*(-parseInt(e(310))/8)+-parseInt(e(309))/9*(-parseInt(e(314))/10)+parseInt(e(318))/11*(parseInt(e(294))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fr);class Wr extends t.Plugin{constructor(t){const e=Ur;super(t),this[e(330)][e(295)][e(322)](e(308),e(303))}static get[Kr(299)](){return[xo.ClipboardMarkersUtils,xo.ClipboardPipeline]}[Kr(328)](){const t=Kr,e=this[t(330)][t(327)][t(326)](t(325));this[t(288)](),this[t(293)](e,t(287),((e,n)=>this[t(306)](n[t(296)][t(315)])),{priority:t(313)})}[Kr(306)](t){const e=Kr;if(!this[e(330)][e(327)][e(301)](e(289)))return t;const n=this[e(330)][e(327)][e(326)](e(289));for(const o of t[e(324)]()){const[s,r]=o[e(292)](":");e(320)!=s||n[e(300)](r)||t[e(312)](o)}return t}[Kr(288)](){const t=Kr,e=this[t(330)][t(327)][t(326)](t(319)),n=this[t(302)](this[t(330)][t(295)][t(326)](t(308)));n&&e[t(298)](t(320),n)}[Kr(302)](t){const e=Kr;switch(t){case e(304):return{allowedActions:e(329),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(303):return{allowedActions:[e(323),e(291)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(305):default:return null}}}var Hr=n(492),Xr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hr.A,Xr);Hr.A.locals;const qr=Zr;function Gr(){const t=["addCommentThread","commands","change:isReadOnly","unlinkedAt","rootName","isResolved","_attachMarkerToThread","_getTextContext","removeCommentThread","createRange","group","hasDomSelection","188LGSCPI","root","$textProxy","then","reconvertMarker","refreshVisibility","split","removeMarker","locale","_handleThreadMarker","newRange","data","ignoreResolvedComments","push","getWalker","view","document","size","_initAriaMarkerChangeAnnouncements","item","4112927HJdgMK","switchReadOnly","getByInnerView","render","scrollToThreadMarker","getRange","requires","editingDowncast","getChangedMarkers","editing","add","setUnlinkedAt","getAttribute","model","_hasTargetInContent","once","config","text","destroy","consumable","delete","_threads","ariaLiveAnnouncer","collaboration.channelId","1182DZcYuW","hasMarkerForId","startsWith","markers","conversion","_handleMarkerAddAndRemove","$graveyard","isLocal","setContext","activeMarker","hasContent","_getTargetForId","markerToHighlight","elementToElement","registerPostFixer","fetchCommentThread","managedUsingOperations","ck-comment-marker--active","start","enqueueChange","isCollapsed","dataToMarker","2731270eKdnRz","state","82104SGWUXS","hasCommentThread","name","registerAnnotation","12SIGrxS","_attachArchivedThread","resolveCommentThread","_reconvertMarkers","getAllMarkersForId","_initializeMarkerConverters","comment:","pluginName","announce","CommentsEditing","schema","destroyed","editor","updateMarker","change:activeMarker","markerToData","_threadToController","createElement","createPositionBefore","isThreadsLoadingPaused","focus","119369uPMmav","openNewCommentThread","isObject","6179680TLeuBW","$marker","getCommentThread","getItems","reopenCommentThread","consume","from","affectsData","2299JFPBrg","for","context","change:isThreadsLoadingPaused","addComment","getCommentThreads","15335GnIdNK","change","ready","ENTER_COMMENT_ANNOUNCEMENT","plugins","36pRQAWn","get","comment","addMarker:","attachTo","length","4803ZolWhC","_detachCommentThread","init","low","LEAVE_COMMENT_ANNOUNCEMENT","markerName","set","listenTo","upcast","clear","isAttached","differ","end","ck-comment-marker","removeMarker:","isEqual","dataDowncast","substring"];return(Gr=function(){return t})()}!function(t){const e=Zr,n=t();for(;;)try{if(617481===-parseInt(e(322))/1+parseInt(e(273))/2*(parseInt(e(350))/3)+parseInt(e(380))/4*(-parseInt(e(339))/5)+-parseInt(e(301))/6*(parseInt(e(249))/7)+parseInt(e(325))/8+-parseInt(e(344))/9*(parseInt(e(295))/10)+-parseInt(e(333))/11*(-parseInt(e(297))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gr);class Jr extends t.Plugin{static get[qr(255)](){return[Ir,Vr,Dr,Lr,Wr]}static get[qr(308)](){return qr(310)}constructor(t){const e=qr;super(t),this[e(356)](e(320),!0),t[e(240)][e(264)](e(341),(()=>this[e(320)]=!1)),this[e(356)](e(282),null),this.on(e(315),((n,o,s,r)=>{const i=e,c=s?Yr(s).id:null;if(t[i(262)][i(340)]((()=>{const e=i;if(c){const n=this[e(305)](c);for(const o of n)t[e(258)][e(233)](o)}if(r){const{id:n}=Yr(r),o=this[e(305)](n);for(const n of o)t[e(258)][e(233)](n)}})),c){const e=t[i(343)][i(345)](Ir)[i(327)](c);e&&e[i(373)]&&this[i(253)](c)}})),this[e(247)]()}[qr(352)](){const t=qr,e=this[t(313)],n=e[t(343)][t(345)](Ir),o=e[t(265)][t(345)](t(272));e[t(369)][t(259)](t(368),new Er(e)),this[t(357)](e,t(370),((o,s,r)=>{const i=t;n[i(250)](r,e[i(265)][i(345)](i(272)))})),this[t(357)](n,Qr(t(368),o),((e,{threadId:n})=>{const o=t,s=this[o(313)][o(343)][o(345)](Ir)[o(327)](n);s&&s[o(371)]&&this[o(302)](n)})),this[t(357)](n,Qr(t(376),o),((n,{threadId:o})=>{const s=t;e[s(262)][s(292)]({isUndoable:!1},(t=>{const e=s,n=this[e(305)](o);for(const o of n)t[e(236)](o)}))})),this[t(357)](n,Qr(t(303),o),((e,{threadId:n})=>{const o=t;this[o(304)](n),this[o(313)][o(258)][o(244)][o(379)]&&(this[o(313)][o(343)][o(345)](Ir)[o(327)](n)[o(371)]||this[o(313)][o(258)][o(244)][o(321)]())}),{priority:t(353)}),this[t(357)](n,Qr(t(329),o),((e,{threadId:n})=>{this[t(304)](n)}),{priority:t(353)}),this[t(357)](n,Qr(t(337),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(305)](s);!r&&0!=c[i(349)]&&n[i(298)](s)&&1===n[i(327)](s)[i(349)]&&e[i(262)][i(292)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(314)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(353)}),this[t(306)](),this[t(278)]()}[qr(267)](){const t=qr,e=this[t(313)][t(343)][t(345)](Ir),n=this[t(313)][t(265)][t(345)](t(272));for(const o of e[t(338)]({channelId:n}))e[t(351)](o.id),e[t(270)][t(269)](o.id);super[t(267)]()}[qr(274)](t){const e=qr;return this[e(305)](t)[e(349)]>0}[qr(305)](t){const e=qr,n=[];for(const o of this[e(313)][e(262)][e(276)])o[e(299)][e(275)](e(307)+t)&&n[e(242)](o);return n}[qr(253)](t){const n=qr,o=this[n(284)](t);o&&setTimeout((()=>{const s=n;this[s(282)]&&Yr(this[s(282)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[qr(304)](t){const e=qr;this[e(313)][e(262)][e(340)]((()=>{const n=e;for(const e of this[n(305)](t))this[n(313)][n(258)][n(233)](e)}))}[qr(302)](t){const e=qr,n=this[e(313)][e(343)][e(345)](Ir),o=this[e(313)][e(343)][e(345)](Vr),s=n[e(327)](t);if(!s[e(360)]){const t=s[e(348)]((()=>this[e(284)](s.id)));o[e(300)](t),s[e(263)]=!1}}[qr(306)](){const t=qr,e=this[t(313)];e[t(277)][t(334)](t(256))[t(285)]({model:t(346),view:(n,o)=>{const s=t,{id:r}=Yr(n[s(355)]),i=e[s(343)][s(345)](Ir)[s(327)](r),c=this[s(282)]&&Yr(this[s(282)]).id===r;if(i&&i[s(373)]&&!c&&n[s(248)])return o[s(268)][s(330)](n[s(248)],s(347)+n[s(355)]),o[s(268)][s(330)](n[s(248)],s(364)+n[s(355)]),null;const a=[s(363)];return c&&a[s(242)](s(290)),{classes:a,attributes:{"data-comment":r}}}}),e[t(277)][t(334)](t(366))[t(316)]({model:t(346),view:(n,{options:o})=>{const s=t,r=e[s(343)][s(345)](Ir),i=e[s(262)][s(276)][s(345)](n),{id:c,part:a}=Yr(n);if(i&&!i[s(332)])return null;if(o[s(241)]){const t=r[s(327)](c);if(t&&t[s(373)])return null}return{group:s(346),name:a?c+":"+a:c}}}),e[t(277)][t(334)](t(358))[t(286)]({view:{name:t(346),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(318)](t(326),{"data-name":t(307)+e[t(261)]("id")})}),e[t(277)][t(334)](t(358))[t(294)]({view:t(346)})}[qr(278)](){const t=qr,e=this[t(313)],n=e[t(343)][t(345)](Ir),o=new Set,s=new Set;e[t(262)][t(245)][t(287)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(262)][r(245)][r(361)][r(257)]()){const{group:a,id:h}=Yr(t);let u=c[r(239)];if(r(346)!==a||!u)continue;const d=r(279)===u[r(230)][r(372)];d||(u=$r(u,e[r(262)]),!u||u[r(293)]||!c[r(239)]||u[r(365)](c[r(239)]))?e[r(262)][r(283)](u)&&!d?this[r(320)]?o[r(259)](t):this[r(238)](t,h):(s[r(259)](t),o[r(269)](t),n[r(236)](t),i=!0):(n[r(314)](t,{range:u}),i=!0)}return i})),this.on(t(336),((n,s,r)=>{const i=t;if(!r&&o[i(246)])for(const t of o){const{id:n}=Yr(t);o[i(269)](t),e[i(262)][i(276)][i(345)](t)&&this[i(238)](t,n)}})),this[t(357)](e[t(262)][t(245)],t(340),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(262)][c(245)][c(361)][c(257)]()){const{group:i,id:a}=Yr(t);if(c(346)!==i)continue;const h=n[c(327)](a),u=this[c(274)](a);h&&(h[c(263)]||e[c(258)][c(244)][c(264)](c(252),(()=>{const t=c,o=e[t(343)][t(345)](pr),s=n[t(317)][t(345)](h)[t(244)];o[t(251)](s)[t(234)]()}),{priority:c(353)}),h[c(263)]=u||!!r),r||(s[c(259)](t),o[c(269)](t))}if(i[c(280)])for(const t of s){const{id:e}=Yr(t),s=n[c(327)](e),r=this[c(274)](e);o[c(269)](t),!s||r||s[c(371)]||s[c(260)](new Date)}s[c(359)]()}))}[qr(284)](t){const e=qr,n=this[e(313)],o=this[e(305)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(258)],o)}[qr(375)](t){const e=qr,n=this[e(305)](t);let o="",s=!1;for(const t of n){const n=t[e(254)]();for(const t of Array[e(331)](n[e(328)]()))t.is(e(231))?(o&&s&&(o+=" ",s=!1),o+=t[e(240)]):s=!0;s=!0}return o[e(367)](0,150)}[qr(374)](t,e){const n=qr,o=this[n(313)],s=o[n(343)][n(345)](Ir);let r=s[n(327)](e);const i=o[n(265)][n(345)](n(272)),c=o[n(343)][n(345)](Vr);return r&&(r[n(371)]&&r[n(260)](null),r[n(360)])||(this[n(305)](e)[0][n(289)]?s[n(288)]({channelId:i,threadId:e})[n(232)]((t=>{const s=n;if(s(312)!==o[s(296)])if(r=t,r&&!r[s(360)]){const t=r[s(348)]((()=>this[s(284)](e)));c[s(300)](t),r[s(373)]&&this[s(304)](e)}else if(!r){const t=this[s(305)](e);o[s(262)][s(340)]((e=>{const n=s;for(const o of t)e[n(236)](o)}))}})):o[n(258)][n(244)][n(264)](n(252),(()=>{const t=n;if(s[t(327)](e))return;const a=o[t(343)][t(345)](pr);r=s[t(323)]({channelId:i,threadId:e,target:()=>this[t(284)](e),context:{type:t(266),value:this[t(375)](e)}});const h=s[t(317)][t(345)](r)[t(244)],u=a[t(251)](h);u&&c[t(300)](u)}),{priority:n(353)})),r}[qr(238)](t,e){const n=qr,o=this[n(374)](t,e);o&&!o[n(335)]&&o[n(281)]({type:n(266),value:this[n(375)](e)})}[qr(247)](){const t=qr,e=this[t(313)];(0,s.surroundingMarkersDetector)(e[t(262)],(({left:n,entered:o})=>{const s=t;for(const t of n)if(ti(t)){e.ui[s(271)][s(309)](vo(e[s(237)],s(354)));break}for(const t of o)if(ti(t)){e.ui[s(271)][s(309)](vo(e[s(237)],s(342)));break}}))}}function Qr(t,e){return e?t+":"+e:t}function Zr(t,e){const n=Gr();return(Zr=function(t,e){return n[t-=230]})(t,e)}function Yr(t){const e=t[qr(235)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=qr,o=e[n(311)],s=e[n(377)](t[n(291)]);for(const r of t[n(243)]()){const{type:t,item:i,nextPosition:c}=r;if(n(266)===t||o[n(324)](i)){const t=e[n(319)](i);s[n(293)]&&(s[n(291)]=t),s[n(362)]=c}}return s}function ti(t){const e=qr;return e(346)===Yr(t[e(299)])[e(378)]}const ei='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ni=si;function oi(){const t=["217IedwHT","tooltip","focusTracker","3831912FpNluG","find","model","get","_viewToController","activeMarker","componentFactory","674762BOsJFP","stop","from","listenTo","requires","CommentsListView","low","2661625GMgVRl","getCommentThread","isFocused","bind","innerView","pluginName","locale","addCommentThread","isEnabled","hasCommentThread","2713563oBMAPS","view","menuBar:comment","Comment","length","map","addSourceCollector","comment","editing","10446nzJtyH","push","getAllMarkersForId","20geYTxa","editor","getRange","22BifPea","commands","1176060RjIjgT","addComment","_threadToController","3nNQxiq","set","has","add","plugins","init","removeCommentThread","_createUIButton","focus","hasMarkerForId","CommentThreadInputView","highest","execute","change:activeAnnotations","comment:","3568jyTleO","CommentsUI"];return(oi=function(){return t})()}function si(t,e){const n=oi();return(si=function(t,e){return n[t-=158]})(t,e)}!function(t){const e=si,n=t();for(;;)try{if(350251===-parseInt(e(178))/1*(-parseInt(e(172))/2)+parseInt(e(183))/3*(parseInt(e(180))/4)+-parseInt(e(217))/5+parseInt(e(203))/6+-parseInt(e(200))/7*(-parseInt(e(198))/8)+-parseInt(e(163))/9+-parseInt(e(175))/10*(-parseInt(e(210))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oi);class ri extends t.Plugin{static get[ni(158)](){return ni(199)}static get[ni(214)](){return[Ir,Jr,Vr,pr]}get[ni(215)](){return $o}get[ni(193)](){return Ho}[ni(188)](){const t=ni,e=this[t(176)],n=e[t(187)][t(206)](Ir),o=e[t(187)][t(206)](Jr),s=e[t(187)][t(206)](pr),r=e[t(187)][t(206)](Vr);e.ui[t(209)][t(186)](t(170),(()=>{const e=t,n=this[e(190)](go.ButtonView);return n[e(201)]=!0,n})),e.ui[t(209)][t(186)](t(165),(()=>this[t(190)](go.MenuBarMenuListItemButtonView))),r[t(169)]((()=>{const e=t,s=[];for(const[t,r]of n[e(182)]){const n=o[e(174)](t.id),i=n[e(168)]((t=>t[e(177)]()));n[e(167)]>0&&s[e(173)]([r[e(164)],i])}return s})),this[t(213)](s,t(196),((e,s,r)=>{const i=t,c=Array[i(212)](r)[i(168)]((t=>t[i(221)]))[i(204)]((t=>n[i(207)][i(185)](t)));if(!c)return void(o[i(208)]=null);const a=n[i(207)][i(206)](c)[i(205)].id,h=i(197)+a;a&&o[i(192)](a)?o[i(208)]=h:o[i(208)]&&(o[i(208)]=null)})),this[t(213)](n,t(189),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(202)][i(219)]&&o[i(192)](s)&&e[i(171)][i(164)][i(191)]()}),{priority:t(194)}),this[t(213)](n,t(181),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(192)](r)&&n[c(162)](r)&&1===n[c(218)](r)[c(167)]&&(e[c(171)][c(164)][c(191)](),s[c(211)]())}),{priority:t(216)})}[ni(190)](t){const e=ni,n=this[e(176)],o=new t(n[e(159)]),s=n[e(179)][e(206)](e(160));return o[e(184)]({label:vo(n[e(159)],e(166)),icon:ei}),o[e(220)](e(161)).to(s),this[e(213)](o,e(195),(()=>s[e(195)]())),o}}const ii=ci;function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=439]})(t,e)}function ai(){const t=["clipboardInput","stop","6721104JAysRO","highest","3387230jiemZO","6486LYjpyS","_enableCommentsOnlyMode","_disableCommentsOnlyMode","199860QRJeXC","6520572KfPGzs","CommentsOnly","plugins","113996IIEeIR","isEnabled","editor","afterInit","get","addCommentThread","commentsOnly","DragDrop","editing","requires","document","2961yuqsOZ","listenTo","30adwrrR","view","commands","commentsOnlyMode","clearForceDisabled","config","has","3276536idhfZd","change:isEnabled","set","forceDisabled","cut","affectsData","stopListening","pluginName","delete"];return(ai=function(){return t})()}!function(t){const e=ci,n=t();for(;;)try{if(895449===-parseInt(e(460))/1+-parseInt(e(464))/2*(-parseInt(e(477))/3)+-parseInt(e(443))/4+-parseInt(e(456))/5+-parseInt(e(457))/6*(-parseInt(e(475))/7)+parseInt(e(454))/8+parseInt(e(461))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ai);class hi extends t.Plugin{static get[ii(450)](){return ii(462)}static get[ii(473)](){return[Jr]}constructor(t){const e=ii;super(t),this[e(445)](e(465),!1),this.on(e(444),((t,n,o)=>{const s=e;o?this[s(458)]():this[s(459)]()}))}[ii(467)](){const t=ii;!this[t(465)]&&this[t(466)][t(441)][t(468)](t(470))&&(this[t(465)]=!0)}[ii(458)](){const t=ii;for(const[e,n]of this[t(466)][t(479)])n[t(448)]&&t(469)!==e&&n[t(446)](t(439));this[t(466)][t(463)][t(442)](t(471))&&this[t(466)][t(463)][t(468)](t(471))[t(446)](t(439));const e=this[t(466)][t(472)][t(478)][t(474)];this[t(476)](e,t(447),(e=>e[t(453)]()),{priority:t(455)}),this[t(476)](e,t(452),(e=>e[t(453)]()),{priority:t(455)}),this[t(476)](e,t(451),(e=>e[t(453)]()),{priority:t(455)})}[ii(459)](){const t=ii;for(const[e,n]of this[t(466)][t(479)])n[t(448)]&&t(469)!==e&&n[t(440)](t(439));this[t(449)](this[t(466)][t(472)][t(478)][t(474)])}}const ui=li;function di(){const t=["push","AnnotationsUIs","activate","register","type","function","145QxcoxR","639NQnZrJ","7007emChbB","deactivate","listenTo","_visibleAnnotations","_activateAnnotation","_assertAnnotationDoesNotBelongToMultipleUIs","activeAnnotations","setActiveAnnotation","hasActive","501075MWQCix","context","_addActiveAnnotation","2LdILBc","filter","init","stopListening","collection","switchTo","annotationsuis-register-invalid-interface","destroy","annotationsuis-register-already-registered","set","87096tvFxMf","51772exFOBH","_uis","has","from","_setSelectedAnnotations","requires","length","detach","2008wcDAII","remove","2179272sWNXbg","find","358259JGbgSm","858AkZXQX","isActive","plugins","deactivateAll","annotationsuis-annotation-mismatch","refilterAnnotations","annotationsuis-missing-ui","attach","45790ogfdVK","_deactivateAllAnnotations","activeUIs","get","_removeActiveAnnotation","_uisData","add","size","delete","change:activeAnnotation","pluginName"];return(di=function(){return t})()}function li(t,e){const n=di();return(li=function(t,e){return n[t-=280]})(t,e)}!function(t){const e=li,n=t();for(;;)try{if(223511===-parseInt(e(309))/1*(parseInt(e(286))/2)+-parseInt(e(283))/3+parseInt(e(297))/4*(parseInt(e(335))/5)+parseInt(e(307))/6+-parseInt(e(337))/7*(-parseInt(e(305))/8)+parseInt(e(336))/9*(parseInt(e(318))/10)+-parseInt(e(310))/11*(parseInt(e(296))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class mi extends t.ContextPlugin{static get[ui(302)](){return[pr]}static get[ui(328)](){return ui(330)}constructor(t){const e=ui;super(t),this[e(320)]=new Set,this[e(298)]=new Map,this[e(323)]=new Map}[ui(288)](){const t=ui,e=this[t(284)][t(312)][t(321)](pr);this[t(339)](e,t(341),((e,n)=>{const o=t;for(const t of this[o(320)]){const e=this[o(298)][o(321)](t);(0,this[o(323)][o(321)](t)[o(287)])(n)&&e[o(281)](n)}})),this[t(339)](e,t(319),(()=>{const e=t;for(const t of this[e(320)])this[e(298)][e(321)](t)[e(281)](null)})),this[t(339)](e[t(340)],t(324),((e,n)=>{this[t(342)](n)}))}[ui(282)](){const t=ui;return this[t(320)][t(325)]>0}[ui(311)](t){const e=ui;return this[e(320)][e(299)](t)}[ui(331)](t,n=()=>!0){const o=ui,s=this[o(284)][o(312)][o(321)](pr);if(!this[o(298)][o(299)](t))throw new e.CKEditorError(o(316),this,{uiName:t});this[o(311)](t)&&this[o(338)](t),this[o(320)][o(324)](t);const r=new ur;(function({source:t,target:e,filter:n}){const o=hr;for(const s of t)n(s)&&e[o(170)](s);e[o(166)](t,o(170),((t,s)=>{const r=o;n(s)&&e[r(170)](s)})),e[o(166)](t,o(160),((t,n)=>{const s=o;e[s(171)](n)&&e[s(160)](n)}))})({source:s[o(340)],target:r,filter:n}),this[o(323)][o(295)](t,{collection:r,filter:n});const i=this[o(298)][o(321)](t);i[o(317)](r),this[o(339)](i,o(327),((t,e,n,r)=>{const i=o;r&&s[i(322)](r),n&&s[i(285)](n)}))}[ui(338)](t){const n=ui;if(this[n(320)][n(326)](t),!this[n(298)][n(299)](t))throw new e.CKEditorError(n(316),this,{uiName:t});const o=this[n(298)][n(321)](t);o[n(304)](),this[n(289)](o),this[n(323)][n(321)](t)[n(290)][n(293)](),this[n(323)][n(326)](t)}[ui(291)](t){const n=ui;if(!this[n(298)][n(299)](t))throw new e.CKEditorError(n(316),this,{uiName:t});const o=this[n(284)][n(312)][n(321)](pr),s=Array[n(300)](o[n(280)])[0]||null;this[n(313)](),this[n(331)](t);const r=this[n(298)][n(321)](t);r[n(281)](s),r[n(301)]&&s&&r[n(301)]([s])}[ui(313)](){const t=ui;for(const e of this[t(320)])this[t(338)](e)}[ui(332)](t,n){const o=ui;if(this[o(298)][o(299)](t))throw new e.CKEditorError(o(294));if(o(334)!=typeof n[o(317)]||o(334)!=typeof n[o(304)]||o(334)!=typeof n[o(281)])throw new e.CKEditorError(o(292),null);this[o(298)][o(295)](t,n)}[ui(315)](){const t=ui,e=this[t(284)][t(312)][t(321)](pr)[t(290)],n=new Map,o=Array[t(300)](this[t(320)]);for(const e of this[t(320)]){const o=this[t(323)][t(321)](e)[t(290)];for(const s of o)n[t(295)](s,e)}for(const s of e){const e=n[t(321)](s);this[t(342)](s);const r=o[t(308)]((e=>this[t(323)][t(321)](e)[t(287)](s)));e!==r&&(e&&this[t(323)][t(321)](e)[t(290)][t(306)](s),r&&this[t(323)][t(321)](r)[t(290)][t(324)](s))}}[ui(293)](){const t=ui;this[t(313)](),super[t(293)]()}[ui(342)](t){const n=ui,o=[];for(const e of this[n(320)])(0,this[n(323)][n(321)](e)[n(287)])(t)&&o[n(329)](e);if(o[n(303)]>1)throw new e.CKEditorError(n(314),null,{matchedUIs:o,annotationType:t[n(333)]})}}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(t,e){const n=vi();return(gi=function(t,e){return n[t-=223]})(t,e)}function vi(){const t=["5426RDXNiP","5925240QwkXJR","ck-sidebar","2254110VTVQdJ","28qLpVRu","4XcZmgC","ck-reset","setTemplate","2404384MtSaYq","332151VVLStg","2761IFLRsR","minHeight","number","5635410CWMkOj","91370LVoiYA","list","set","div","createCollection","bindTemplate","class","89KjZVpL"];return(vi=function(){return t})()}!function(t){const e=gi,n=t();for(;;)try{if(645984===-parseInt(e(228))/1*(parseInt(e(229))/2)+-parseInt(e(238))/3*(parseInt(e(234))/4)+-parseInt(e(242))/5+parseInt(e(232))/6+parseInt(e(233))/7*(-parseInt(e(237))/8)+parseInt(e(230))/9+parseInt(e(243))/10*(parseInt(e(239))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vi);const ki=(0,e.toUnit)("px");class bi extends go.View{constructor(t){const e=gi;super(t);const n=this[e(226)];this[e(223)](e(240),0),this[e(223)](e(227),""),this[e(244)]=this[e(225)](),this[e(236)]({tag:e(224),attributes:{class:["ck",e(231),e(235),n.to(e(227))],style:{minHeight:n.to(e(240),(t=>e(241)==typeof t?ki(t+10):null))}},children:this[e(244)]})}}function wi(){const t=["1819362uidQuO","_mutationObserver","div","content","20zAsGat","_targetTop","328170GJsGoX","1073996Plzwxg","element","58253140ScUVjm","attach","set","clientHeight","3LHdWQv","640070gzvqqH","bindTemplate","detach","ck-sidebar-item","updateHeight","top","height","ck-sidebar-item--no-animation","createCollection","setTemplate","render","11976360ubMEcL","destroy","clear","bind","21ciJfno","6956838qvFnnz","bottom","isAnimationDisabled"];return(wi=function(){return t})()}function Ii(t,e){const n=wi();return(Ii=function(t,e){return n[t-=266]})(t,e)}const _i=Ii;!function(t){const e=Ii,n=t();for(;;)try{if(767455===-parseInt(e(288))/1+-parseInt(e(281))/2*(parseInt(e(294))/3)+-parseInt(e(285))/4*(parseInt(e(295))/5)+-parseInt(e(287))/6*(parseInt(e(277))/7)+-parseInt(e(273))/8+-parseInt(e(278))/9+parseInt(e(290))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=Ii;super(t),this[e(292)](e(267),0),this[e(292)](e(268),0),this[e(276)](e(279)).to(this,e(267),this,e(268),((t,e)=>t+e)),this[e(292)](e(280),!1),this[e(282)]=Js((()=>this[e(266)]())),this[e(286)]=null,this[e(284)]=this[e(270)]();const n=this[e(296)];this[e(271)]({tag:e(283),attributes:{class:[e(298),n.to(e(280),(t=>t?e(269):""))],style:{top:n.to(e(267),(t=>yi(t)))}},children:this[e(284)]})}[_i(272)](){const t=_i;super[t(272)](),this[t(282)][t(291)](this[t(289)])}[_i(266)](){const t=_i,e=this[t(289)][t(293)];e&&(this[t(268)]=e)}[_i(274)](){const t=_i;this[t(284)][t(275)](),this[t(282)][t(297)](),super[t(274)]()}}const Ai=xi;function Ti(){const t=["add","container","pluginName","_sidebarItemViewToAnnotation","change:bottom","max","_spaceBetweenItems","push","1405048fYSsbi","sidebar.container","change:top","bind","_createSidebarView","_getItemBefore","_getItemAfter","_activeAnnotation","render","setContainer","context","_alignForBottomChange","isActive","_alignAfterItem","bottom","class","view","_getMaxAvailableTop","_recalculateBuffer","unbind","minHeight","change:_lastItem","destroy","change:targetRect","length","element","206280VXZHtT","targetRect","getSidebarItemView","_attachToContainer","_getTargetTop","_alignToTargetRect","list","_targetTop","set","addAnnotation","sidebar-setcontainer-invalid-element","sidebar-attachtocontainer-missing-container","_updateLastItem","sidebar.preventScrollOutOfView","content","height","updateHeight","last","_destroySidebarItemView","_annotations","34291QlhEqa","init","883445ZOYXFx","remove","_annotationToSidebarItemView","2887250IZAXyX","6xjgtEC","_lastItem","9FGAFdV","Sidebar","_detachFromContainer","rearrange","1457071ybiWnk","delete","_setItemTop","getIndex","_recalculate","object","top","listenTo","define","_alignBeforeItem","refresh","_alignForTopChange","nodeType","config","isAnimationDisabled","appendChild","stopListening","target","locale","clear","2OwgOXO","79203Egkwyi","get"];return(Ti=function(){return t})()}function xi(t,e){const n=Ti();return(xi=function(t,e){return n[t-=292]})(t,e)}!function(t){const e=xi,n=t();for(;;)try{if(159486===parseInt(e(330))/1*(-parseInt(e(362))/2)+-parseInt(e(363))/3+-parseInt(e(310))/4+-parseInt(e(332))/5*(-parseInt(e(336))/6)+parseInt(e(342))/7+parseInt(e(373))/8+parseInt(e(338))/9*(-parseInt(e(335))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ti);class Ei extends t.ContextPlugin{static get[Ai(367)](){return Ai(339)}constructor(t){const e=Ai;super(t),this[e(318)](e(337),void 0),this[e(300)]=this[e(377)](),this[e(318)](e(366),null),this[e(371)]=25,this[e(368)]=new Map,this[e(334)]=new Map,this[e(294)][e(355)][e(350)](e(323),!1),this[e(329)]=null,this[e(380)]=null,this[e(302)]=[]}[Ai(331)](){const t=Ai,e=this[t(294)][t(355)][t(364)](t(374));e&&this[t(293)](e)}[Ai(293)](t){const n=Ai;if(!Oi(t))throw new e.CKEditorError(n(320));this[n(366)]=t}[Ai(313)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ai;if(!Oi(this[o(366)]))throw new e.CKEditorError(o(321),this);this[o(366)][o(357)](this[o(300)][o(309)]),this[o(300)][o(299)]=t,this[o(371)]=n}[Ai(341)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ai,s=this[o(312)](t);this[o(300)][o(316)][o(333)](s),this[o(328)](t),e&&this[o(315)](this[o(312)](e)),n&&this[o(315)](this[o(312)](n)),this[o(322)]()}[Ai(352)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ai;if(this[o(380)]=e,t){t[o(296)]=!1;const e=this[o(312)](t);e&&n&&(e[o(356)]=!1)}if(e){const t=this[o(312)](e);t&&(e[o(296)]=!0,n&&(t[o(356)]=!0,t[o(348)]+=1),this[o(315)](t))}}[Ai(340)](t){const e=Ai;if(this[e(300)][e(309)][e(333)](),t)for(const n of t)this[e(328)](n);this[e(300)][e(316)][e(361)](),this[e(300)][e(299)]="",this[e(337)]=null}[Ai(319)](t,e){const n=Ai;e||(e=t[n(300)]);const o=new Ci(this[n(294)][n(360)]);this[n(368)][n(318)](o,t),this[n(334)][n(318)](t,o),o[n(324)][n(365)](e),this[n(349)](t[n(300)],n(307),((e,s,r)=>{const i=n,c=this[i(314)](t,r);o[i(317)]!=c&&(o[i(317)]=c,this[i(344)](o,c))})),this[n(349)](o,n(375),(()=>{const t=n;this[t(346)](o,t(348))})),this[n(349)](o,n(369),(()=>{const t=n;this[t(346)](o,t(298))})),this[n(315)](o);const s=this[n(378)](o);return s&&this[n(297)](s,o)||this[n(315)](o),this[n(322)](),this[n(300)][n(316)][n(365)](o),o}[Ai(353)](t){const e=Ai;if(!t[e(324)][e(308)])return;const n=this[e(378)](t);if(!n)return;const o=this[e(368)][e(364)](n),s=this[e(380)];s&&s===o?this[e(297)](n,t):this[e(351)](t,n)}[Ai(295)](t){const e=Ai;if(!t[e(324)][e(308)])return;const n=this[e(379)](t);if(!n)return;const o=this[e(368)][e(364)](n),s=this[e(294)][e(355)][e(364)](e(323)),r=this[e(380)];r&&r===o&&s?(this[e(351)](n,t),this[e(297)](t,n)):r&&r===o?this[e(351)](n,t):this[e(297)](t,n)}[Ai(346)](t,e){const n=Ai;0===this[n(302)][n(308)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(302)])t(348)===n?this[t(353)](e):this[t(295)](e);this[t(302)]=[]}),10),this[n(302)][n(372)]({sidebarItemView:t,changedProp:e})}[Ai(312)](t){const e=Ai;return this[e(334)][e(364)](t)}[Ai(306)](){const t=Ai;this[t(358)](),this[t(300)][t(306)]()}[Ai(328)](t){const e=Ai,n=this[e(312)](t);this[e(358)](n),this[e(358)](t[e(300)]),n[e(306)](),this[e(334)][e(343)](t),this[e(368)][e(343)](n)}[Ai(377)](){const t=Ai,e=new bi(this[t(294)][t(360)]);return e[t(292)](),this.on(t(305),((n,o,s,r)=>{const i=t;r&&e[i(303)](i(304)),s?e[i(376)](i(304)).to(s,i(298)):e[i(304)]=null})),e}[Ai(322)](){const t=Ai;var e;this[t(337)]=(null===(e=this[t(329)])||void 0===e?void 0:e[t(327)])?this[t(312)](this[t(329)][t(327)]):null}[Ai(378)](t){const e=Ai;var n;const o=this[e(368)][e(364)](t),s=o&&(null===(n=this[e(329)])||void 0===n?void 0:n[e(364)](this[e(329)][e(345)](o)-1));return s&&this[e(312)](s)||null}[Ai(379)](t){const e=Ai;var n;const o=this[e(368)][e(364)](t),s=o&&(null===(n=this[e(329)])||void 0===n?void 0:n[e(364)](this[e(329)][e(345)](o)+1));return s&&this[e(312)](s)||null}[Ai(351)](t,e){const n=Ai;t[n(326)]();const o=Mi(e[n(298)]+this[n(371)],t[n(348)]);return!!o&&(this[n(344)](e,e[n(348)]-o),!0)}[Ai(297)](t,e){const n=Ai;t[n(326)]();const o=Mi(t[n(298)]+this[n(371)],e[n(348)]);return!!o&&(this[n(344)](e,e[n(348)]+o,!1),!0)}[Ai(315)](t){const e=Ai,n=this[e(368)][e(364)](t);if(!n||!n[e(359)]||!n[e(311)])return;const o=this[e(314)](n,n[e(311)]);this[e(344)](t,o)}[Ai(314)](t,n){const o=Ai;if(null===n)return 0;if(t[o(359)]instanceof e.Rect)return n[o(348)];{const t=new e.Rect(this[o(300)][o(309)])[o(348)];return n[o(348)]-t}}[Ai(344)](t,e,n=this[Ai(294)][Ai(355)][Ai(364)](Ai(323))){const o=Ai;n&&(e=Math[o(370)](e,this[o(301)](t))),t[o(348)]=e}[Ai(301)](t){const e=Ai;let n=this[e(378)](t),o=0;for(;n;)n[e(326)](),o+=this[e(371)]+n[e(325)],n=this[e(378)](n);return o}}function Mi(t,e){return Math[Ai(370)](t-e,0)}function Oi(t){const e=Ai;return null!==t&&e(347)==typeof t&&1===t[e(354)]}const Ri=Vi;function Vi(t,e){const n=ji();return(Vi=function(t,e){return n[t-=430]})(t,e)}function ji(){const t=["rearrange","uiUpdate","refreshPositioning","_attachToContainer","_activeAnnotation","stop","requires","_detachFromContainer","198kkvrMH","remove","_editorAnnotations","plugins","838990YoKGNQ","setActiveAnnotation","focus","ck-sidebar--wide","widesidebar-attach-already-attached","1021128lTXRNW","1006458tCtGaT","annotations","register","init","attach","add","get","isAttached","updateTargetRect","ready","16216HkikjK","pluginName","detach","5iZSaNQ","WideSidebar","getOrderedSelectedAnnotations","set","widesidebar-detach-not-attached","activeAnnotation","off","_destroyEditorAnnotationsIntegration","editors","resize","addAnnotation","set:container","refresh","_integrateWithEditorAnnotations","1306692NlbIgg","blur","destroy","listenTo","4577895KdgMHD","stopListening","high","_refreshPositioningDebounced","hasDomSelection","addEventListener","cancel","switchTo","context","wideSidebar","EditorAnnotations","container","_annotations","removeEventListener","from","has","6nhfFgV","8286110DePwyC","change:container"];return(ji=function(){return t})()}!function(t){const e=Vi,n=t();for(;;)try{if(485117===-parseInt(e(442))/1+parseInt(e(448))/2+parseInt(e(475))/3+-parseInt(e(447))/4*(-parseInt(e(461))/5)+-parseInt(e(495))/6*(parseInt(e(479))/7)+-parseInt(e(458))/8*(parseInt(e(438))/9)+parseInt(e(496))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ji);class Ni extends t.ContextPlugin{static get[Ri(436)](){return[Ei,mi]}static get[Ri(459)](){return Ri(462)}constructor(t){const n=Ri;super(t),this[n(455)]=!1,this[n(464)](n(466),null),this[n(449)]=null,this[n(440)]=new e.Collection,this[n(482)]=Hs((()=>{const t=n;this[t(449)][t(432)]()}),250,{leading:!1})}[Ri(451)](){const t=Ri,e=this[t(487)][t(441)][t(454)](mi),n=this[t(487)][t(441)][t(454)](Ei);e[t(450)](t(488),this),n[t(490)]&&e[t(486)](t(488))}[Ri(443)](t){const e=Ri;if(t===this[e(466)])return;const n=this[e(487)][e(441)][e(454)](Ei);n[e(434)]=t;const o=this[e(466)];this[e(466)]=t,n[e(473)]({blurredAnnotation:o,activatedAnnotation:this[e(466)]})}[Ri(452)](n){const o=Ri;this[o(449)]=n;const s=this[o(487)][o(441)][o(454)](Ei);if(s[o(491)]=n,this[o(455)])throw new e.CKEditorError(o(446),this);this[o(455)]=!0,this[o(478)](s,o(472),(()=>{const t=o;this[t(460)](),this[t(478)](s,t(497),(e=>{const o=t;e[o(467)](),this[o(452)](n)}))})),s[o(433)]({viewClass:o(445)});const r=t=>{const e=o;t[e(456)](),s[e(471)](t)};for(const t of n)r(t);this[o(478)](n,o(453),((t,e)=>{r(e)})),this[o(478)](n,o(439),((t,e,r)=>{const i=o;s[i(430)]({removedAnnotation:e,previousAnnotation:n[i(454)](r-1),nextAnnotation:n[i(454)](r+1)}),e===this[i(466)]&&this[i(443)](null)}),{priority:o(481)}),this[o(478)](n,o(444),((t,e)=>{this[o(443)](e)})),this[o(478)](n,o(476),(()=>{this[o(443)](null)}));const i=this[o(487)]instanceof t.Context?this[o(487)][o(469)]:new e.Collection([this[o(487)]]);for(const t of i)this[o(474)](t);this[o(478)](i,o(453),((t,e)=>{const n=o;this[n(478)](e,n(457),(()=>{this[n(474)](e)}))})),this[o(478)](i,o(439),((t,e)=>{const n=o;e[n(441)][n(494)](n(489))&&this[n(468)](e[n(441)][n(454)](n(489)))})),window[o(484)](o(470),this[o(482)]),this[o(449)][o(432)]()}[Ri(460)](){const n=Ri;if(!this[n(455)])throw new e.CKEditorError(n(465),this);this[n(443)](null);const o=this[n(487)][n(441)][n(454)](Ei);o[n(437)](this[n(449)]),this[n(480)](o),this[n(480)](this[n(449)]),this[n(487)]instanceof t.Context&&this[n(480)](this[n(487)][n(469)]);for(const t of Array[n(493)](this[n(440)]))this[n(468)](t);window[n(492)](n(470),this[n(482)]),this[n(482)][n(485)](),this[n(466)]=null,this[n(455)]=!1,this[n(449)]=null}[Ri(477)](){const t=Ri;this[t(455)]&&this[t(460)]()}[Ri(474)](t){const e=Ri;if(!t[e(441)][e(494)](e(489)))return;const n=t[e(441)][e(454)](e(489)),o=()=>{const t=e,o=n[t(463)]({annotations:this[t(449)],activeAnnotation:this[t(466)]});this[t(443)](o[0]||null)};this[e(478)](n,e(473),o),this[e(478)](n,e(476),((t,{isAnnotationTracked:n})=>{const o=e;this[o(466)]&&n(this[o(466)])&&this[o(443)](null)})),this[e(478)](n,e(431),(()=>{this[e(482)]()})),this[e(478)](this[e(449)],e(476),(t=>{const s=e;n[s(483)]()&&(o(),t[s(435)]())}),{priority:e(481)}),this[e(440)][e(453)](n)}[Ri(468)](t){const e=Ri;this[e(480)](t),this[e(440)][e(439)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=223]})(t,e)}function Di(){const t=["span","ck-annotation-counter__badge","extendTemplate","367341QzYnuI","210DsXzDD","...","isDirty","61vFmapc","bind","8urVsWB","set","2729010YxXVMp","236349uklWnG","_badge","14413817dWDcke","number","294696gueLvn","ck-annotation-counter__badge--","toString","15194VDligy","ck-annotation-counter","ck-annotation-counter__badge--edit-mode","icon","add","bindTemplate","counterView","annotationType","setTemplate","children","250334gjzMwn","20KosdzC"];return(Di=function(){return t})()}!function(t){const e=Si,n=t();for(;;)try{if(295873===-parseInt(e(244))/1*(-parseInt(e(225))/2)+-parseInt(e(240))/3+parseInt(e(253))/4*(parseInt(e(236))/5)+parseInt(e(248))/6+parseInt(e(235))/7*(-parseInt(e(246))/8)+-parseInt(e(249))/9*(-parseInt(e(241))/10)+-parseInt(e(251))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Di);class Pi extends go.ButtonView{constructor(t){const e=Si;super(t);const n=this[e(230)];this[e(247)](e(243),!1),this[e(247)](e(252),0),this[e(245)](e(250)).to(this,e(243),this,e(252),((t,n)=>t?e(242):n[e(224)]())),this[e(247)](e(232),""),this[e(228)]=ei,this[e(239)]({attributes:{class:[e(226)]}}),this[e(231)]=new go.View,this[e(231)][e(233)]({tag:e(237),attributes:{class:[e(238),n.to(e(232),(t=>e(223)+t)),n.if(e(243),e(227))]},children:[{text:n.to(e(250))}]}),this[e(234)][e(229)](this[e(231)])}}var Bi=n(197),zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Bi.A,zi);Bi.A.locals;const Li=Ki;function Fi(){const t=["narrowSidebar","uiUpdate","length","getByView","keyCode","_refreshPositioningDebounced","bodyCollection","view","set","find","1JAtlcx","set:container","_annotations","create","155ezJaWQ","attach","_hideBalloon","preventDefault","rearrange","context","keydown","southArrowNorth","preventClosingBalloon","low","stop","first","northArrowSouth","getSidebarItemView","target","detach","attachToDom","addEventListener","3848810kMpQba","Esc","refresh","_setSelectedAnnotations","off","EditorAnnotations","_refreshPositioning","895932jFxzmH","content","number","_destroyEditorAnnotationsIntegration","_detachListeners","isVisible","contains","destroy","execute","listenTo","unpin","_annotationToNarrowView","values","remove","locale","_showBalloon","ck-sidebar--narrow","addAnnotation","init","esc","pin","northArrowSouthWest","southArrowNorthWest","_updateBalloonPosition","detachFromDom","_integrateWithEditorAnnotations","focusableElements","266904EAkxGM","register","from","stopPropagation","plugins","has","delete","mousedown","_attachListeners","_manuallyClosedAnnotationViews","pluginName","southArrowNorthEast","annotationType","change:height","refreshPositioning","_domEmitter","annotations","getOrderedSelectedAnnotations","setActiveAnnotation","9562yQnkFX","bind","cancel","removeEventListener","1644270JDRpaE","get","_selectedAnnotations","element","northArrowSouthEast","high","isAttached","requires","2712auPwNQ","resize","_attachToContainer","balloonPanelView","narrowsidebar-detach-not-attached","defaultPositions","add","125384mvNrIq","includes","_editorAnnotations","isDirty","clear","hasDomSelection","blur","stopListening","_detachFromContainer","focus","activeAnnotation","ready","2108856juIXfd","change:container","NarrowSidebar","editors","narrowsidebar-attach-already-attached","type"];return(Fi=function(){return t})()}function Ki(t,e){const n=Fi();return(Ki=function(t,e){return n[t-=301]})(t,e)}!function(t){const e=Ki,n=t();for(;;)try{if(656650===-parseInt(e(311))/1*(parseInt(e(390))/2)+-parseInt(e(367))/3+-parseInt(e(405))/4*(-parseInt(e(315))/5)+-parseInt(e(417))/6+-parseInt(e(386))/7*(-parseInt(e(398))/8)+parseInt(e(340))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fi);class Ui extends t.ContextPlugin{static get[Li(397)](){return[Ei,mi]}static get[Li(377)](){return Li(419)}constructor(t){const n=Li;super(t),this[n(396)]=!1,this[n(376)]=new Set,this[n(382)]=Object[n(314)](e.DomEmitterMixin),this[n(351)]=new Map,this[n(309)](n(415),null),this[n(383)]=null,this[n(392)]=[],this[n(407)]=new e.Collection,this[n(306)]=Hs((()=>{this[n(339)]()}),250,{leading:!1})}[Li(358)](){const t=Li;this[t(320)][t(371)][t(391)](mi)[t(368)](t(301),this),this[t(307)]=new go.BodyCollection(this[t(320)][t(354)]),this[t(401)]=new go.BalloonPanelView(this[t(320)][t(354)]),this[t(307)][t(331)](),this[t(307)][t(404)](this[t(401)])}[Li(316)](n){const o=Li;this[o(383)]=n;const s=this[o(320)][o(371)][o(391)](Ei),r=this[o(401)];if(s[o(313)]=n,this[o(396)])throw new e.CKEditorError(o(421),this);this[o(396)]=!0,this[o(349)](s,o(312),(()=>{const t=o;this[t(330)](),this[t(349)](s,t(418),(e=>{const o=t;e[o(337)](),this[o(316)](n)}))})),s[o(400)]({viewClass:o(356),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(320)][e(354)]);s[e(357)](t,n),this[e(351)][e(309)](t,n),n[e(387)](e(408),e(379),e(342)).to(t[e(308)],e(408),e(422),e(303)),n.on(e(348),(()=>{const n=e;this[n(376)][n(409)](),r[n(341)][n(326)]!==t[n(308)]?(this[n(355)](t),t[n(308)][n(393)][n(414)](),this[n(385)](t)):this[n(385)](null)}))};for(const t of n)i(t);this[o(349)](n,o(404),((t,e)=>{i(e)})),this[o(349)](n,o(353),((t,e,r)=>{const i=o;this[i(351)][i(391)](e)[i(347)](),this[i(351)][i(373)](e),s[i(319)]({removedAnnotation:e,previousAnnotation:n[i(391)](r-1),nextAnnotation:n[i(391)](r+1)}),e===this[i(415)]&&this[i(385)](null)}),{priority:o(324)}),this[o(349)](n,o(414),((t,e)=>{this[o(385)](e)})),this[o(349)](n,o(411),(()=>{this[o(385)](null)})),this[o(382)][o(349)](document,o(321),((t,n)=>{const s=o;n[s(305)]===e.keyCodes[s(359)]&&r[s(345)]&&(this[s(376)][s(404)](r[s(341)][s(326)]),this[s(317)](),n[s(370)](),n[s(318)]())})),this[o(382)][o(349)](document,o(374),((t,e)=>{const n=o,i=e[n(329)];r[n(345)]&&r[n(393)][n(346)](i)||s[n(308)][n(393)][n(346)](i)||t[n(323)]||this[n(415)]&&this[n(415)][n(366)][n(310)]((t=>t[n(346)](i)))||(this[n(376)][n(409)](),this[n(317)](),this[n(385)](null))}));const c=this[o(320)]instanceof t.Context?this[o(320)][o(420)]:new e.Collection([this[o(320)]]);for(const t of c)this[o(365)](t);this[o(349)](c,o(404),((t,e)=>{const n=o;this[n(349)](e,n(416),(()=>{this[n(365)](e)}))})),this[o(349)](c,o(353),((t,e)=>{const n=o;e[n(371)][n(372)](n(338))&&this[n(343)](e[n(371)][n(391)](n(338)))})),window[o(332)](o(399),this[o(306)]),this[o(339)]()}[Li(385)](t){const e=Li;if(t===this[e(415)])return;const n=this[e(320)][e(371)][e(391)](Ei);n[e(335)]({blurredAnnotation:this[e(415)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(328)](t)?this[e(355)](t):this[e(317)](),this[e(415)]=t}[Li(330)](){const n=Li;if(!this[n(396)])throw new e.CKEditorError(n(402),this);this[n(385)](null);const o=this[n(320)][n(371)][n(391)](Ei);this[n(317)](),Array[n(369)](this[n(351)][n(352)](),(t=>t[n(347)]())),this[n(351)][n(409)](),o[n(413)](this[n(383)]),this[n(412)](),this[n(382)][n(412)](),this[n(320)]instanceof t.Context&&this[n(412)](this[n(320)][n(420)]);for(const t of Array[n(369)](this[n(407)]))this[n(343)](t);window[n(389)](n(399),this[n(306)]),this[n(306)][n(388)](),this[n(392)]=[],this[n(396)]=!1,this[n(383)]=null}[Li(347)](){const t=Li;this[t(396)]&&this[t(330)](),this[t(307)][t(364)]()}[Li(365)](t){const e=Li;if(!t[e(371)][e(372)](e(338)))return;const n=t[e(371)][e(391)](e(338)),o=this[e(320)][e(371)][e(391)](Ei),s=this[e(383)],r=this[e(401)],i=()=>{const t=e,o=n[t(384)]({annotations:this[t(383)],activeAnnotation:this[t(415)]});this[t(336)](o),this[t(385)](o[0]||null)};this[e(349)](n,e(335),i),this[e(349)](n,e(411),((t,{isAnnotationTracked:n})=>{const o=e;this[o(415)]&&n(this[o(415)])&&(this[o(336)]([]),this[o(385)](null))})),this[e(349)](n,e(302),(()=>{this[e(306)]()})),this[e(349)](s,e(411),(t=>{const o=e;n[o(410)]()&&t[o(325)]()}),{priority:e(395)}),this[e(349)](this[e(382)],e(374),((t,s)=>{const c=e,a=s[c(329)];r[c(345)]&&r[c(393)][c(346)](a)||o[c(308)][c(393)][c(346)](a)||this[c(415)]&&n[c(410)]()&&(i(),t[c(323)]=!0)}),{priority:e(395)}),this[e(407)][e(404)](n)}[Li(343)](t){const e=Li;t&&(this[e(412)](t),this[e(407)][e(353)](t))}[Li(336)](t){const e=Li;for(const n of this[e(392)])t[e(406)](n)||this[e(376)][e(373)](n[e(308)]);this[e(392)]=t}[Li(339)](){const t=Li,e=this[t(401)];this[t(383)][t(381)](),e[t(345)]&&this[t(363)]()}[Li(355)](t){const e=Li;if(this[e(376)][e(372)](t[e(308)]))return;const n=this[e(401)][e(341)][e(326)];n!==t[e(308)]?(n&&this[e(344)](n),this[e(375)](t[e(308)]),this[e(401)][e(341)][e(409)](),this[e(401)][e(341)][e(404)](t[e(308)]),this[e(363)]()):this[e(363)]()}[Li(363)](){const t=Li,e=this[t(401)][t(341)][t(326)],n=e&&this[t(383)][t(304)](e);if(!n||!this[t(351)][t(372)](n))return;const o=this[t(351)][t(391)](n)[t(393)],s=function(){const e=t,n=go.BalloonPanelView[e(403)];return[n[e(378)],n[e(394)],n[e(322)],n[e(327)],n[e(362)],n[e(361)]]}();this[t(401)][t(360)]({target:o,positions:s})}[Li(317)](){const t=Li,e=this[t(401)],n=e[t(341)][t(326)];n&&(this[t(344)](n),e[t(350)](),e[t(341)][t(409)]())}[Li(375)](t){const e=Li;this[e(349)](t,e(380),(()=>this[e(363)]())),this[e(349)](t,e(334),((n,o)=>{const s=e;this[s(376)][s(404)](t),this[s(317)](),o()}))}[Li(344)](t){this[Li(412)](t)}}var Wi=n(874),Hi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wi.A,Hi);Wi.A.locals;function Xi(){const t=["domConverter","editor","attach","_setSelectedAnnotations","switchTo","destroy","visibleView","hasActive","set","getClientRects","mousedown","plugins","fromRect","target","isActive","find","clear","targetRect","setActiveAnnotation","inline","length","1546455ZCNuDA","pluginName","change:visibleView","listenTo","stopListening","detach","_balloon","updatePosition","showStack","left","bottom","afterInit","map","_closeAnnotation","isFocused","width","activeAnnotation","Esc","register","472287Gyufbi","_manuallyClosed","includes","_selectedAnnotations","refresh","isAttached","remove","annotations","keystrokes","getFirstRange","context","every","_addedAnnotations","has","inlineannotations-attach-already-attached","getOrderedSelectedAnnotations","4zWGpfm","_addAnnotationToBalloon","viewRangeToDom","1158822kowrlx","right","update","top","_removeAnnotationFromBalloon","document","get","1563408DUzbgV","from","selection","72908tNKUIT","delete","_getBalloonTargetForAnnotation","hasView","inlineannotations-detach-not-attached","inlineannotations-not-allowed-with-context","addObserver","change:isFocused","getBoundingClientRect","1027138kTAJVQ","InlineAnnotations","371942pKiGoI","focusTracker","add","editableElement","focus","editing","push","requires","getByView","_forceRefresh","collapse","init","change:height","view","blur"];return(Xi=function(){return t})()}const qi=Ji;!function(t){const e=Ji,n=t();for(;;)try{if(203703===parseInt(e(370))/1+-parseInt(e(346))/2*(parseInt(e(330))/3)+-parseInt(e(359))/4+parseInt(e(311))/5+-parseInt(e(349))/6+-parseInt(e(368))/7+parseInt(e(356))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xi);class Gi extends t.Plugin{static get[qi(282)](){return[Vr,go.ContextualBalloon,mi]}static get[qi(312)](){return qi(369)}constructor(t){const e=qi;super(t),t[e(280)][e(288)][e(365)](To.MouseObserver),this[e(335)]=!1,this[e(298)](e(327),null),this[e(337)]=null,this[e(331)]=new Set,this[e(317)]=t[e(301)][e(355)](go.ContextualBalloon),this[e(342)]=new Set,this[e(333)]=[],this[e(284)]=!1}[qi(286)](){const t=qi,e=this[t(291)][t(301)][t(355)](mi);e[t(340)]===this[t(291)]&&(e[t(329)](t(309),this),this[t(291)][t(338)][t(298)](t(328),((e,n)=>{const o=t,s=this[o(317)];if(this[o(335)]&&s[o(296)]){const t=this[o(337)][o(283)](s[o(296)]);t&&this[o(324)](t),n()}})))}[qi(322)](){const t=qi,e=this[t(291)][t(301)][t(355)](mi);e[t(340)]===this[t(291)]&&(e[t(297)]()||e[t(294)](t(309)))}[qi(308)](t){const e=qi;t!==this[e(327)]&&(this[e(327)]&&(this[e(327)][e(304)]=!1),t&&this[e(291)].ui[e(371)][e(325)]&&(this[e(337)][e(343)](t)&&this[e(347)](t,!0),t[e(304)]=!0),t||this[e(293)]([]),this[e(327)]=t)}[qi(292)](t){const n=qi;this[n(337)]=t;const o=this[n(291)][n(301)][n(355)](mi),s=this[n(317)];if(this[n(335)])throw new e.CKEditorError(n(344),this);if(o[n(340)]!==this[n(291)])throw new e.CKEditorError(n(364),this);const r=this[n(291)][n(301)][n(355)](Vr);this[n(314)](r,n(334),(()=>{const t=n,e=r[t(345)]({annotations:this[t(337)],activeAnnotation:this[t(327)]});var o,s;!this[t(284)]&&(o=e,s=this[t(333)],o[t(310)]===s[t(310)]&&o[t(341)]((e=>s[t(332)](e))))||(this[t(284)]=!1,this[t(293)](e),this[t(308)](e[0]||null))})),this[n(314)](r,n(289),((t,{isAnnotationTracked:e})=>{const o=n;this[o(327)]&&e(this[o(327)])&&(this[o(293)]([]),this[o(308)](null))})),this[n(314)](this[n(291)].ui[n(371)],n(366),((t,e,o)=>{o||this[n(308)](null)})),this[n(314)](t,n(336),((t,e)=>{const o=n;this[o(353)](e),e===this[o(327)]&&this[o(308)](null)})),this[n(314)](s,n(313),((e,o,r,i)=>{const c=n;i&&this[c(315)](i);const a=t[c(283)](r);r&&a&&(this[c(314)](r,c(287),(()=>{s[c(318)]()})),this[c(314)](r,c(328),(()=>{const t=c;this[t(324)](a),this[t(291)][t(280)][t(288)][t(279)]()})),this[c(327)]!==a&&this[c(308)](a))})),this[n(314)](this[n(291)].ui,n(351),(()=>{const e=n;s[e(296)]&&t[e(283)](s[e(296)])&&s[e(318)]()})),this[n(314)](this[n(291)][n(280)][n(288)][n(354)],n(300),(()=>{const t=n;this[t(284)]=!0,this[t(331)][t(306)]()})),this[n(291)][n(280)][n(288)][n(354)][n(358)][n(278)]&&this[n(291)][n(280)][n(288)][n(279)](),this[n(335)]=!0}[qi(316)](){const t=qi;if(!this[t(335)])throw new e.CKEditorError(t(363),this);this[t(308)](null);for(const e of this[t(342)])this[t(353)](e);this[t(315)](),this[t(335)]=!1,this[t(337)]=null}[qi(295)](){const t=qi;this[t(335)]&&this[t(316)]()}[qi(293)](t){const e=qi;for(const n of this[e(333)])t[e(332)](n)||this[e(331)][e(360)](n);for(const n of this[e(337)])t[e(332)](n)||this[e(353)](n);if(this[e(291)].ui[e(371)][e(325)])for(const n of t)this[e(347)](n);this[e(333)]=t}[qi(347)](t,e=!1){const n=qi;this[n(331)][n(343)](t)||(this[n(342)][n(343)](t)||this[n(317)][n(362)](t[n(288)])||(this[n(342)][n(277)](t),this[n(317)][n(277)]({stackId:t[n(288)].id,view:t[n(288)],position:{target:()=>this[n(361)](t)}})),e&&this[n(317)][n(319)](t[n(288)].id))}[qi(361)](t){const n=qi,o=t[n(303)],s=this[n(291)][n(280)][n(288)],r=s[n(354)][n(358)][n(339)](),i=s[n(290)][n(348)](r);if(i[n(285)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(281)](...(c=e[n(299)](),Array[n(357)](c)[n(323)](DOMRect[n(302)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(310)];n++)Qi(s,t[n])?s[e(326)]+=t[n][e(326)]:(o[e(281)](s),s=t[n]);return o[e(281)](s),o}(t);const s=i[n(367)]();return t[n(305)]((t=>t[n(352)]<=s[n(352)]&&t[n(321)]>=s[n(321)]&&t[n(320)]<=s[n(320)]&&t[n(350)]>=s[n(350)]))||t[0]}var c;return t[n(307)]||i}[qi(353)](t){const e=qi;this[e(342)][e(343)](t)&&this[e(317)][e(362)](t[e(288)])&&(this[e(342)][e(360)](t),this[e(317)][e(336)](t[e(288)]))}[qi(324)](t){const e=qi;this[e(331)][e(277)](t),this[e(353)](t)}}function Ji(t,e){const n=Xi();return(Ji=function(t,e){return n[t-=277]})(t,e)}function Qi(t,e){const n=qi;return t[n(352)]===e[n(352)]&&t[n(321)]===e[n(321)]&&t[n(350)]===e[n(320)]}var Zi=n(353),Yi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Zi.A,Yi);Zi.A.locals;const $i='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',tc=ec;function ec(t,e){const n=oc();return(ec=function(t,e){return n[t-=119]})(t,e)}!function(t){const e=ec,n=t();for(;;)try{if(745355===-parseInt(e(152))/1+-parseInt(e(155))/2+-parseInt(e(121))/3+parseInt(e(123))/4*(parseInt(e(142))/5)+-parseInt(e(149))/6*(parseInt(e(132))/7)+-parseInt(e(138))/8+parseInt(e(131))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oc);class nc extends go.View{constructor(t,n){const o=ec;super(t),this[o(119)](o(126),!n[o(128)]),this[o(127)]=new e.FocusTracker,this[o(136)]=new e.KeystrokeHandler,this[o(141)]=n,this[o(120)]=new go.FocusCycler({focusables:this[o(141)],focusTracker:this[o(127)],keystrokeHandler:this[o(136)],actions:{focusPrevious:o(137),focusNext:o(133)}}),this[o(156)](n,o(140),(()=>{this[o(126)]=!1})),this[o(156)](n,o(139),((t,e)=>{const s=o;e[s(159)]&&this[s(129)](),n[s(128)]||(this[s(126)]=!0)}));const s=this[o(124)];this[o(150)]({tag:o(157),attributes:{dir:o(125),class:["ck",o(160)],tabindex:-1},children:[{tag:o(157),attributes:{class:[o(144)]},children:[{tag:o(157),children:n},{tag:"p",attributes:{class:[o(158),s.if(o(126),o(135),(t=>!t))]},children:[{text:vo(t,o(122))}]}]}]})}[tc(153)](){const t=tc;super[t(153)](),this[t(136)][t(156)](this[t(143)]);const e=e=>e[t(145)]();this[t(136)][t(119)](t(146),e),this[t(136)][t(119)](t(134),e),this[t(136)][t(119)](t(130),e),this[t(136)][t(119)](t(148),e),this[t(156)](this[t(143)],t(154),((e,n)=>{n[t(145)]()}),{priority:t(151)})}[tc(147)](){const t=tc;super[t(147)](),this[t(127)][t(147)](),this[t(136)][t(147)]()}[tc(129)](){const t=tc;this[t(143)][t(129)]()}}function oc(){const t=["272428lHWlur","listenTo","div","ck-comments-archive__info","isActive","ck-comments-archive","set","_focusCycler","2516346zRjoet","EMPTY_COMMENTS_ARCHIVE","156192RrflAf","bindTemplate","auto","isEmpty","_focusTracker","length","focus","arrowup","18405711sQevBX","844109AnOmNx","tab","arrowleft","ck-hidden","_keystrokes","shift + tab","1156112iyFgSK","remove","add","_focusables","135vPSbOl","element","ck-comments-archive__content","stopPropagation","arrowright","destroy","arrowdown","60fLFVnM","setTemplate","high","28640LMVWDk","render","selectstart"];return(oc=function(){return t})()}const sc=ic;function rc(){const t=["addCommentThread","has","get","2865681hDsIcD","45MghXtb","init","stopListening","223280MkTpEs","pluginName","findIndex","CommentsArchive","_calculatePosition","1415449sKkInb","highest","remove","3JLzFaK","collection","archivedAt","requires","4cAyZtb","268782DCFKWr","plugins","listenTo","13823315zjiRTN","focus","length","10faliuG","archivedThreads","activate","763276amCTmY","context","add","getCommentThread","1993832AZTxei","change:archivedAt","isActive","removeCommentThread"];return(rc=function(){return t})()}function ic(t,e){const n=rc();return(ic=function(t,e){return n[t-=321]})(t,e)}!function(t){const e=ic,n=t();for(;;)try{if(232320===parseInt(e(325))/1*(-parseInt(e(350))/2)+-parseInt(e(321))/3*(-parseInt(e(335))/4)+parseInt(e(347))/5*(-parseInt(e(326))/6)+parseInt(e(355))/7+-parseInt(e(339))/8+-parseInt(e(346))/9+-parseInt(e(332))/10*(-parseInt(e(329))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rc);class cc extends t.ContextPlugin{static get[sc(351)](){return sc(353)}static get[sc(324)](){return[Ir,pr]}constructor(t){const n=sc;super(t),this[n(333)]=new e.Collection}[sc(348)](){const t=sc,e=this[t(336)],n=e[t(327)][t(345)](Ir),o=e[t(327)][t(345)](pr);this[t(328)](n,t(343),((e,{threadId:o})=>{const s=t,r=n[s(338)](o);r[s(323)]&&this[s(333)][s(337)](r,this[s(354)](r[s(323)])),this[s(328)](r,s(340),((t,e,n)=>{const o=s;n?this[o(333)][o(344)](r)||this[o(333)][o(337)](r,this[o(354)](r[o(323)])):this[o(333)][o(344)](r)&&this[o(333)][o(357)](r)}))})),this[t(328)](n,t(342),((e,{threadId:o})=>{const s=t,r=n[s(338)](o);this[s(349)](r),this[s(333)][s(344)](r)&&this[s(333)][s(357)](r)}),{priority:t(356)}),this[t(328)](o[t(322)],t(330),((e,n)=>{const s=t;n[s(341)]=!0,o[s(334)](n)}))}[sc(354)](t){const e=sc,n=[...this[e(333)]][e(352)]((n=>n[e(323)]<t));return n>-1?n:this[e(333)][e(331)]}}const ac=uc;function hc(){const t=["requires","pluginName","_pendingThreads","archivedThreads","106114YWyEkk","init","_toggleDialog","getByInnerView","set","length","collection","CommentsRepository","21chOHIm","remove","archivedAt","config","EDITOR_TOP_SIDE","isEnabled","9YqnHqx","hide","20oNvfJl","_threadToController","add","listenTo","splice","findIndex","bind","find","focusableElements","Dialog","1495354DnxSkk","235541AhFVuM","_visibleAnnotations","commentsArchiveView","tooltip","CommentsArchiveUI","1404702Kwksto","_createCommentsArchiveButton","isVisible","show","execute","2308570potYDr","componentFactory","plugins","indexOf","get","Annotations","collaboration.channelId","view","editor","filter","COMMENTS_ARCHIVE","401495kIIeKb","commentsArchive","push","menuBar:commentsArchive","locale","annotationViews","stopListening","1785928XVRzCu","_calculatePosition","channelId","innerView"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=121]})(t,e)}!function(t){const e=uc,n=t();for(;;)try{if(233556===parseInt(e(156))/1+-parseInt(e(129))/2*(-parseInt(e(137))/3)+parseInt(e(145))/4*(-parseInt(e(177))/5)+parseInt(e(161))/6+-parseInt(e(155))/7+-parseInt(e(121))/8*(parseInt(e(143))/9)+parseInt(e(166))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hc);class dc extends t.Plugin{static get[ac(126)](){return ac(160)}static get[ac(125)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(182)]=new go.ViewCollection,this[e(127)]=[]}[ac(130)](){const t=ac;this[t(174)].ui[t(167)][t(147)](t(178),(()=>this[t(162)](go.ButtonView,!0))),this[t(174)].ui[t(167)][t(147)](t(180),(()=>this[t(162)](go.MenuBarMenuListItemButtonView)));const e=this[t(174)][t(168)][t(170)](cc),n=this[t(174)][t(168)][t(170)](t(171)),o=this[t(174)][t(168)][t(170)](t(136));this[t(148)](e[t(128)],t(147),((e,s)=>{const r=t,i=this[r(174)][r(140)][r(170)](r(172));if(!i||s[r(123)]===i){const t=o[r(146)][r(170)](s);if(!t)return void this[r(127)][r(179)](s);const e=this[r(122)](s[r(139)]),i=n[r(132)](t[r(173)]);i[r(163)]&&n[r(157)][r(138)](i),this[r(182)][r(147)](i[r(173)],e)}})),this[t(148)](n[t(135)],t(147),((e,n)=>{const s=t,r=this[s(127)][s(152)]((t=>{const e=s,r=o[e(146)][e(170)](t);return r&&n[e(124)]===r[e(173)]}));if(r){const t=this[s(122)](r[s(139)]);this[s(182)][s(147)](n[s(173)],t),this[s(127)][s(149)](this[s(127)][s(169)](r),1)}})),this[t(148)](e[t(128)],t(138),((e,s)=>{const r=t,i=this[r(174)][r(140)][r(170)](r(172));if(!i||s[r(123)]===i){const t=o[r(146)][r(170)](s),e=n[r(132)](t[r(173)]);this[r(182)][r(138)](e[r(173)]),this[r(183)](e[r(153)])}}))}[ac(122)](t){const e=ac,n=this[e(174)][e(140)][e(170)](e(172)),o=[...this[e(174)][e(168)][e(170)](cc)[e(128)]][e(175)]((t=>t[e(123)]===n))[e(150)]((n=>n[e(139)]<t));return o<0||o>this[e(182)][e(134)]?this[e(182)][e(134)]:o-1}[ac(131)](){const t=ac,e=this[t(174)],n=e[t(168)][t(170)](t(154));this[t(158)]||(this[t(158)]=new nc(e[t(181)],this[t(182)])),t(178)===n.id?n[t(144)]():n[t(164)]({id:t(178),title:vo(e[t(181)],t(176)),icon:$i,hasCloseButton:!0,content:this[t(158)],position:go.DialogViewPosition[t(141)]})}[ac(162)](t,e=!1){const n=ac,o=this[n(174)][n(181)],s=new t(o);return s[n(151)](n(142)).to(this,n(142)),s[n(133)]({label:vo(o,n(176)),icon:$i}),e&&(s[n(159)]=!0),this[n(148)](s,n(165),(()=>this[n(131)]())),s}}var lc=mc;function mc(t,e){var n=pc();return(mc=function(t,e){return n[t-=184]})(t,e)}function pc(){var t=["pluginName","127672ZaJGVz","729JoNypn","6616874ronLCZ","requires","3812742ySFfBq","508364JwMdcz","1463805aakTFk","1BrMOKC","29180rOtHEE","19512HTxsIp","40UfbTyH","217KzPNeg","Comments"];return(pc=function(){return t})()}!function(t){for(var e=mc,n=t();;)try{if(359947===parseInt(e(195))/1*(parseInt(e(193))/2)+parseInt(e(194))/3+parseInt(e(188))/4*(-parseInt(e(184))/5)+parseInt(e(192))/6+parseInt(e(185))/7*(parseInt(e(197))/8)+parseInt(e(189))/9*(-parseInt(e(196))/10)+-parseInt(e(190))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pc);class fc extends t.Plugin{static get[lc(191)](){return[Ir,Jr,ri,cc,dc,hi,Ni,Ui,Gi]}static get[lc(187)](){return lc(186)}}function gc(){var t=["42iDPtjr","1587859QzBYPt","10066032RNIUwJ","737487oqmLZB","80714JiInEX","8DFqMLw","2105470yCazMK","24011163wLwKeI","303ItEoxl","130BhWmkh","47172DhYIEU"];return(gc=function(){return t})()}function vc(t,e){var n=gc();return(vc=function(t,e){return n[t-=380]})(t,e)}!function(t){for(var e=vc,n=t();;)try{if(887352===-parseInt(e(388))/1*(parseInt(e(389))/2)+parseInt(e(381))/3*(parseInt(e(383))/4)+parseInt(e(390))/5+-parseInt(e(384))/6*(-parseInt(e(385))/7)+parseInt(e(386))/8+-parseInt(e(387))/9*(parseInt(e(382))/10)+-parseInt(e(380))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gc)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
5
+ */(()=>{var t={874:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const r=s},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment__wrapper:focus{background:var(--ck-color-button-default-hover-background)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{border-radius:0}.ck .ck-thread.ck-rounded-corners,.ck-rounded-corners .ck .ck-thread{border-radius:var(--ck-border-radius)}.ck .ck-thread{background-color:var(--ck-color-base-background);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition-duration:.3s;transition-property:color,background-color,width,outline;transition-timing-function:ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-thread:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{border:1px solid transparent;overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context .ck-context__value:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&s[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},673:(t,e,n)=>{"use strict";var o,s=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function a(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],c=e.base?r[0]+e.base:r[0],h=n[c]||0,u="".concat(c," ").concat(h);n[c]=h+1;var d=a(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var s=a(n[o]);i[s].references--}for(var r=c(t,e),h=0;h<n.length;h++){var u=a(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{AnnotationView:()=>rr,Annotations:()=>br,AnnotationsUIs:()=>vi,BaseCommentThreadView:()=>ls,BaseCommentView:()=>As,Comment:()=>Er,CommentThread:()=>Tr,CommentThreadController:()=>fo,CommentThreadInputView:()=>Go,CommentThreadView:()=>gs,CommentView:()=>xs,Comments:()=>Ia,CommentsListView:()=>Jo,CommentsOnly:()=>mi,CommentsRepository:()=>Ar,CommentsUI:()=>hi,EditorAnnotations:()=>jr,InlineAnnotations:()=>$i,NarrowSidebar:()=>Yi,WideSidebar:()=>Di});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const a=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var c=Array.prototype.splice;const h=function(t){var e=this.__data__,n=a(e,t);return!(n<0)&&(n==e.length-1?e.pop():c.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=a(e,t);return n<0?void 0:e[n][1]};const d=function(t){return a(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=a(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var I="object"==typeof self&&self&&self.Object===Object&&self;const _=b||I||Function("return this")();const w=_.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=w?w.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var s=C.call(t);return o&&(e?t[T]=n:delete t[T]),s};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var N=w?w.toStringTag:void 0;const M=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":N&&N in Object(t)?E(t):O(t)};const S=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!S(t))return!1;var e=M(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const V=_["__core-js_shared__"];var L,j=(L=/[^.]+$/.exec(V&&V.keys&&V.keys.IE_PROTO||""))?"Symbol(src)_1."+L:"";const P=function(t){return!!j&&j in t};var B=Function.prototype.toString;const D=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var H=/^\[object .+?Constructor\]$/,K=Function.prototype,z=Object.prototype,F=K.toString,U=z.hasOwnProperty,W=RegExp("^"+F.call(U).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const G=function(t){return!(!S(t)||P(t))&&(R(t)?W:H).test(D(t))};const q=function(t,e){return null==t?void 0:t[e]};const Y=function(t,e){var n=q(t,e);return G(n)?n:void 0};const X=Y(_,"Map");const Z=Y(Object,"create");const Q=function(){this.__data__=Z?Z(null):{},this.size=0};const J=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Z){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Z?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Z&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}st.prototype.clear=Q,st.prototype.delete=J,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(X||p),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!X||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function It(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}It.prototype.add=It.prototype.push=kt,It.prototype.has=bt;const _t=It;const wt=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,o,s,r){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var h=r.get(t),u=r.get(e);if(h&&u)return h==e&&u==t;var d=-1,l=!0,m=2&n?new _t:void 0;for(r.set(t,e),r.set(e,t);++d<a;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!wt(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const Ct=_.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var xt=w?w.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Nt=function(t,e,n,o,s,r,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=Tt;case"[object Set]":var h=1&o;if(c||(c=Et),t.size!=e.size&&!h)return!1;var u=a.get(t);if(u)return u==e;o|=2,a.set(t,e);var d=At(c(t),c(e),o,s,r,a);return a.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Mt=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const St=Array.isArray;const Rt=function(t,e,n){var o=e(t);return St(t)?o:Mt(o,n(t))};const Vt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const Lt=function(){return[]};var jt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Vt(Pt(t),(function(e){return jt.call(t,e)})))}:Lt;const Dt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ht=function(t){return null!=t&&"object"==typeof t};const Kt=function(t){return Ht(t)&&"[object Arguments]"==M(t)};var zt=Object.prototype,Ft=zt.hasOwnProperty,Ut=zt.propertyIsEnumerable;const Wt=Kt(function(){return arguments}())?Kt:function(t){return Ht(t)&&Ft.call(t,"callee")&&!Ut.call(t,"callee")};const Gt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Yt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Xt=Yt&&Yt.exports===qt?_.Buffer:void 0;const Zt=(Xt?Xt.isBuffer:void 0)||Gt;var Qt=/^(?:0|[1-9]\d*)$/;const Jt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Qt.test(t))&&t>-1&&t%1==0&&t<e};const $t=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Ht(t)&&$t(t.length)&&!!te[M(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,se=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=se&&se.exports===oe&&b.process;const ie=function(){try{var t=se&&se.require&&se.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ae=ie&&ie.isTypedArray;const ce=ae?ne(ae):ee;var he=Object.prototype.hasOwnProperty;const ue=function(t,e){var n=St(t),o=!n&&Wt(t),s=!n&&!o&&Zt(t),r=!n&&!o&&!s&&ce(t),i=n||o||s||r,a=i?Dt(t.length,String):[],c=a.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Jt(h,c))||a.push(h);return a};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!R(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return Rt(t,ke,Bt)};var Ie=Object.prototype.hasOwnProperty;const _e=function(t,e,n,o,s,r){var i=1&n,a=be(t),c=a.length;if(c!=be(e).length&&!i)return!1;for(var h=c;h--;){var u=a[h];if(!(i?u in e:Ie.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<c;){var f=t[u=a[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const we=Y(_,"DataView");const ye=Y(_,"Promise");const Ae=Y(_,"Set");const Ce=Y(_,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Ne="[object DataView]",Me=D(we),Se=D(X),Re=D(ye),Ve=D(Ae),Le=D(Ce),je=M;(we&&je(new we(new ArrayBuffer(1)))!=Ne||X&&je(new X)!=Te||ye&&je(ye.resolve())!=Ee||Ae&&je(new Ae)!=xe||Ce&&je(new Ce)!=Oe)&&(je=function(t){var e=M(t),n="[object Object]"==e?t.constructor:void 0,o=n?D(n):"";if(o)switch(o){case Me:return Ne;case Se:return Te;case Re:return Ee;case Ve:return xe;case Le:return Oe}return e});const Pe=je;var Be="[object Arguments]",De="[object Array]",He="[object Object]",Ke=Object.prototype.hasOwnProperty;const ze=function(t,e,n,o,s,r){var i=St(t),a=St(e),c=i?De:Pe(t),h=a?De:Pe(e),u=(c=c==Be?He:c)==He,d=(h=h==Be?He:h)==He,l=c==h;if(l&&Zt(t)){if(!Zt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ce(t)?At(t,e,n,o,s,r):Nt(t,e,c,n,o,s,r);if(!(1&n)){var m=u&&Ke.call(t,"__wrapped__"),p=d&&Ke.call(e,"__wrapped__");if(m||p){var f=m?t.value():t,g=p?e.value():e;return r||(r=new vt),s(f,g,n,o,r)}}return!!l&&(r||(r=new vt),_e(t,e,n,o,s,r))};const Fe=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Ht(e)&&!Ht(n)?e!=e&&n!=n:ze(e,n,o,s,t,r))};const Ue=function(t,e){return Fe(t,e)};const We=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ge=function(){try{var t=Y(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ge?Ge(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ye=Object.prototype.hasOwnProperty;const Xe=function(t,e,n){var o=t[e];Ye.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Ze=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var a=e[r],c=o?o(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?qe(n,a,c):Xe(n,a,c)}return n};const Qe=function(t,e){return t&&Ze(e,ke(e),t)};const Je=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!S(t))return Je(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&Ze(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,sn=on&&"object"==typeof module&&module&&!module.nodeType&&module,rn=sn&&sn.exports===on?_.Buffer:void 0,an=rn?rn.allocUnsafe:void 0;const cn=function(t,e){if(e)return t.slice();var n=t.length,o=an?an(n):new t.constructor(n);return t.copy(o),o};const hn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const un=function(t,e){return Ze(t,Bt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Mt(e,Bt(t)),t=dn(t);return e}:Lt;const mn=function(t,e){return Ze(t,ln(t),e)};const pn=function(t){return Rt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const vn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const In=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var _n=w?w.prototype:void 0,wn=_n?_n.valueOf:void 0;const yn=function(t){return wn?Object(wn.call(t)):{}};const An=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return vn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return kn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return An(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return In(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!S(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return Ht(t)&&"[object Map]"==Pe(t)};var Nn=ie&&ie.isMap;const Mn=Nn?ne(Nn):On;const Sn=function(t){return Ht(t)&&"[object Set]"==Pe(t)};var Rn=ie&&ie.isSet;const Vn=Rn?ne(Rn):Sn;var Ln="[object Arguments]",jn="[object Function]",Pn="[object Object]",Bn={};Bn[Ln]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[Pn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[jn]=Bn["[object WeakMap]"]=!1;const Dn=function t(e,n,o,s,r,i){var a,c=1&n,h=2&n,u=4&n;if(o&&(a=r?o(e,s,r,i):o(e)),void 0!==a)return a;if(!S(e))return e;var d=St(e);if(d){if(a=gn(e),!c)return hn(e,a)}else{var l=Pe(e),m=l==jn||"[object GeneratorFunction]"==l;if(Zt(e))return cn(e,c);if(l==Pn||l==Ln||m&&!r){if(a=h||m?{}:xn(e),!c)return h?mn(e,nn(a,e)):un(e,Qe(a,e))}else{if(!Bn[l])return r?e:{};a=Cn(e,l,c)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,o,s,e,i))})):Mn(e)&&e.forEach((function(s,r){a.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return We(f||e,(function(s,r){f&&(s=e[r=s]),Xe(a,r,t(s,n,o,r,e,i))})),a};const Hn=function(t){return Dn(t,5)};const Kn=function(t){return"symbol"==typeof t||Ht(t)&&"[object Symbol]"==M(t)};var zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fn=/^\w*$/;const Un=function(t,e){if(St(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Kn(t))||(Fn.test(t)||!zn.test(t)||null!=e&&t in Object(e))};function Wn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(Wn.Cache||pt),n}Wn.Cache=pt;const Gn=Wn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yn=/\\(\\)?/g;const Xn=function(t){var e=Gn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,s){e.push(o?s.replace(Yn,"$1"):n||t)})),e}));const Zn=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var Qn=w?w.prototype:void 0,Jn=Qn?Qn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(St(e))return Zn(e,t)+"";if(Kn(e))return Jn?Jn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return St(t)?t:Un(t,e)?[t]:Xn(to(t))};const no=function(t){if("string"==typeof t||Kn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!S(t))return t;for(var s=-1,r=(e=eo(e,t)).length,i=r-1,a=t;null!=a&&++s<r;){var c=no(e[s]),h=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var u=a[c];void 0===(h=o?o(u,c,a):void 0)&&(h=S(u)?u:Jt(e[s+1])?[]:{})}Xe(a,c,h),a=a[c]}return t};const so=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const ao=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const co=function(t,e){return e.length<2?t:io(t,ao(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=co(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};function lo(t,e){var n=po();return(lo=function(t,e){return n[t-=382]})(t,e)}var mo=lo;function po(){var t=["reopenCommentThread","submitCommentThread","removeCommentThread","resolveCommentThread","listenTo","636682DMypVm","_isAttached","stopListening","remove","submit","6339522eYfrhm","isResolved","645840gYAxkn","225710RySsZz","20IQzvmI","destroy","getComment","model","1169104GKsMrq","removeComment","resolve","addComment","1fygbGa","updateComment","update","639171PyuOyD","_localUser","63OjMbar","reopen","4147900BENVay","view"];return(po=function(){return t})()}!function(t){for(var e=lo,n=t();;)try{if(945438===-parseInt(e(406))/1*(-parseInt(e(389))/2)+parseInt(e(409))/3+-parseInt(e(398))/4*(parseInt(e(397))/5)+parseInt(e(396))/6+-parseInt(e(394))/7+-parseInt(e(402))/8*(-parseInt(e(411))/9)+parseInt(e(382))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=lo;super(),this[n(401)]=t,this[n(401)][n(390)]=!0,this[n(383)]=e,this[n(388)](e,n(385),(()=>this[n(393)]())),this[n(388)](e,n(386),(()=>this[n(392)]())),this[n(388)](e,n(387),(()=>this[n(404)]())),this[n(388)](e,n(384),(()=>this[n(412)]())),this[n(388)](e,n(405),((t,e)=>this[n(405)](e))),this[n(388)](e,n(407),((t,e,o)=>this[n(407)](e,o))),this[n(388)](e,n(403),((t,e)=>this[n(403)](e)))}[mo(393)](){var t=mo;this[t(401)][t(393)]()}[mo(392)](){var t=mo;this[t(401)][t(392)]()}[mo(404)](){var t=mo;this[t(401)][t(395)]||this[t(401)][t(404)]()}[mo(412)](){var t=mo;this[t(401)][t(395)]&&this[t(401)][t(412)]()}[mo(405)](t){var e=mo;this[e(401)][e(405)]({content:t,authorId:this[e(383)][e(410)].id})}[mo(407)](t,e){var n=mo;this[n(401)][n(400)](t)[n(408)]({content:e})}[mo(403)](t){var e=mo;this[e(401)][e(400)](t)[e(392)]()}[mo(399)](){var t=mo;this[t(391)](),this[t(401)][t(390)]=!1}}var go=n(311);function vo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"Annotations sidebar":return o("Annotations sidebar");case"Annotations list":return o("Annotations list");case"Thread comments":return o("Thread comments");case"THREAD_CONTEXT_LABEL":return o({string:"Thread context: %0",id:"THREAD_CONTEXT_LABEL"},n);case"COMMENT_THREAD_LABEL":return o({string:"Comment thread by %1. %1 reply.",plural:"Comment thread by %1. %0 replies.",id:"COMMENT_THREAD_LABEL"},n);case"COMMENT_THREAD_DESCRIPTION":return o({string:"Press Enter for more options. Press Escape to exit.",id:"COMMENT_THREAD_DESCRIPTION"});case"COMMENT_ARIA_LABEL":return o({string:"Comment by %0. Created on %1. %2. %3",id:"COMMENT_ARIA_LABEL"},n);case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a content with comments.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a content with comments. Press %0 to go to the discussion.",id:"ENTER_COMMENT_ANNOUNCEMENT"},n);case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});case"COMMENTS_ARCHIVE_LIST_LABEL":return o({string:"List of comments",id:"COMMENTS_ARCHIVE_LIST_LABEL"});case"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP":return o({string:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",id:"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"});case"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO":return o({string:"Move focus to the thread when the selection is anchored in its marker",id:"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"});case"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT":return o({string:"Exit the annotation and move focus back to the edited content",id:"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER":return o({string:"Browse the focused annotation thread or thread comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"});case"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS":return o({string:"Move across internals of the annotation thread",id:"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"});case"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT":return o({string:"Submit the reply while writing a comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS":return o({string:"Move to the previous or next thread in the annotations sidebar or comments archive",id:"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"});default:return""}}const ko=bo;function bo(t,e){const n=_o();return(bo=function(t,e){return n[t-=436]})(t,e)}!function(t){const e=bo,n=t();for(;;)try{if(745563===parseInt(e(461))/1+-parseInt(e(442))/2+-parseInt(e(462))/3*(parseInt(e(440))/4)+-parseInt(e(459))/5+-parseInt(e(460))/6+parseInt(e(438))/7+parseInt(e(445))/8*(parseInt(e(441))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_o);class Io extends go.EditorUIView{constructor(t,n){const o=bo;super(t);const s=(0,e.uid)();this[o(444)]=this[o(449)](),this[o(448)]=new go.InlineEditableUIView(t,n,void 0,{label:()=>vo(t,o(447))}),this[o(443)]({tag:o(436),attributes:{class:[o(451),o(453),o(454),o(452)],dir:t[o(456)],lang:t[o(439)],"aria-labelledby":o(457)+s},children:[{tag:o(436),attributes:{class:o(458),role:o(455)},children:this[o(444)]}]})}[ko(450)](){const t=ko;super[t(450)](),this[t(444)][t(463)](this[t(448)])}[ko(446)](){const t=ko;this[t(448)][t(437)][t(446)]()}}function _o(){const t=["uiLanguageDirection","cke-editor__aria-label_","ck-editor__main","7432465DljiyB","2313354PAJBgt","1418823UOnApo","6aFtVvs","add","div","element","10048374rZkEVN","uiLanguage","2593148nOlnDN","57087xoLgIc","1889008gzFLMu","setTemplate","main","2528zkxTSr","focus","Comment editor","editable","createCollection","render","ck-reset","ck-comment__input","ck-editor","ck-rounded-corners","presentation"];return(_o=function(){return t})()}const wo=Ao;function yo(){const t=["getRoot","setEditableElement","isFocused","1518180xIAzPm","view","643662LLxpKo","element","2439468sAVAPe","locale","document","editable","focusTracker","render","29095JknplA","10397ielOQZ","469854fGhCEs","editing","rootName","editor","ready","name","fire","init","destroy","bind","312664AUYwfr","49fbNCIe","26HmPvHE","attachDomRoot"];return(yo=function(){return t})()}function Ao(t,e){const n=yo();return(Ao=function(t,e){return n[t-=145]})(t,e)}!function(t){const e=Ao,n=t();for(;;)try{if(256372===parseInt(e(167))/1*(-parseInt(e(151))/2)+parseInt(e(168))/3+-parseInt(e(156))/4+parseInt(e(166))/5+parseInt(e(160))/6+-parseInt(e(150))/7*(-parseInt(e(149))/8)+-parseInt(e(158))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yo);class Co extends go.EditorUI{constructor(t){const e=Ao;super(t),this[e(157)]=new Io(t[e(161)],t[e(169)][e(157)])}get[wo(159)](){const t=wo;return this[t(157)][t(159)]}[wo(146)](){const t=wo,e=this[t(171)][t(169)][t(157)],n=this[t(157)][t(163)],o=e[t(162)][t(153)]();n[t(173)]=o[t(170)],this[t(157)][t(165)]();const s=n[t(159)];this[t(154)](n[t(173)],s),this[t(157)][t(163)][t(148)](t(155)).to(this[t(164)]),e[t(152)](s),this[t(145)](t(172))}[wo(147)](){const t=wo;super[t(147)](),this[t(157)][t(147)]()}}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),No=n(834),Mo=n(251),So=n(179);const Ro=Lo;function Vo(){const t=["531708XnfVsS","focus","5023656tsjOqP","1009552yvwyPn","data","fire","setSelection","initPlugins","destroy","end","get","document","create","init","2226524WchuXt","placeholder","getChild","initialData","model","name","createRoot","134052geHKaQ","_updatePlaceholder","low","462MghoAy","placeholderElement","change:placeholder","ready","defaultPlugins","editing","then","set","childCount","321186DaPnIZ","getRoot","14ArvymW","config","assign","plugins","change","view","13605oIDjJL"];return(Vo=function(){return t})()}function Lo(t,e){const n=Vo();return(Lo=function(t,e){return n[t-=286]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(334162===parseInt(e(296))/1+parseInt(e(317))/2+-parseInt(e(308))/3+parseInt(e(289))/4+-parseInt(e(316))/5*(parseInt(e(299))/6)+-parseInt(e(310))/7*(-parseInt(e(320))/8)+-parseInt(e(319))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vo);const jo=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,No.Typing,Mo.Undo,So.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=Lo;(t=Object[e(312)]({},t))[e(313)]||(t[e(313)]=Po[e(303)]),super(t),this.ui=new Co(this),this[e(306)](e(290),""),this[e(293)][e(286)].on(e(314),(()=>this[e(297)]()),{priority:e(298)}),this.on(e(301),(()=>this[e(297)]())),this[e(293)][e(286)][e(295)]()}[Ro(287)](){const t=Ro,e=this[t(311)][t(327)](t(292))||"";return this[t(324)]()[t(305)]((()=>this.ui[t(288)]()))[t(305)]((()=>this[t(321)][t(288)](e)))[t(305)]((()=>this[t(322)](t(302))))}[Ro(325)](){const t=Ro;return super[t(325)]()[t(305)]((()=>this.ui[t(325)]()))}[Ro(318)](){const t=Ro;this[t(293)][t(314)]((e=>{const n=t,o=this[n(293)][n(286)][n(309)](),s=o&&o[n(291)](o[n(307)]-1);e[n(323)](s,n(326)),this[n(304)][n(315)][n(318)]()}))}[Ro(297)](){const t=Ro,e=this[t(304)][t(315)],n=e[t(286)][t(309)](),o=n[t(291)](0);n[t(307)]>1||!o||"p"!=o[t(294)]?this[t(300)]&&this[t(300)][t(290)]&&((0,To.disablePlaceholder)(e,this[t(300)]),this[t(300)]=void 0):(this[t(290)]&&(o[t(290)]=this[t(290)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(300)]=o)}}Po[Ro(303)]=jo;const Bo=Po,Do=Ho;function Ho(t,e){const n=Ko();return(Ho=function(t,e){return n[t-=157]})(t,e)}function Ko(){const t=["isEnabled","editorReady","12qyGwDj","focus","submitLabel","_createSubmitButton","focusTracker","1533DMFuHK","cancel","firstChild","model","ck-comment__input-wrapper","250DSMDAW","bind","42XfSrHE","createCollection","64820dsgYCZ","destroy","ck-comment__input-actions--active","11910528WxHWgj","Reply...","focusCycler","add","listenTo","setTemplate","extendTemplate","349877Wdvoio","_setupKeyboardNavigation","ck-comment__input-actions","high","submitButtonView","forEach","Esc","set","6Kntlkd","div","disabledSubmit","create","value","withText","_editorCreationPromise","insertBefore","setData","shift+tab","_isDestroyed","added","trim","length","editor","keystrokes","TOO_LONG_COMMENT_ALERT","1640817mJZDwX","focusables","focusLast","document","Cancel","from","view","getData","reverse","stop","focusFirst","showButtons","ck-comment__input-actions--cancel","ck-comment__input-actions--submit","render","fire","_editorConfig","cancelButtonView","41064rdzlDC","Ctrl+Enter","createEditor","Reply","initialData","219154RdyDjm","change","submit","editorDestroyed","_createCancelButton","execute","tab","then","element","placeholder","bindTemplate","label","6547105AjyMie"];return(Ko=function(){return t})()}!function(t){const e=Ho,n=t();for(;;)try{if(702646===parseInt(e(216))/1*(-parseInt(e(201))/2)+-parseInt(e(228))/3*(-parseInt(e(230))/4)+-parseInt(e(213))/5*(-parseInt(e(161))/6)+parseInt(e(221))/7*(-parseInt(e(196))/8)+-parseInt(e(178))/9+-parseInt(e(226))/10*(-parseInt(e(240))/11)+parseInt(e(233))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ko);class zo extends go.View{constructor(t,n={}){const o=Ho;super(t),this[o(175)]=null,this[o(194)]=n,this[o(160)](o(165),n[o(200)]||""),this[o(160)](o(163),!1),this[o(160)](o(189),!0),this[o(160)](o(210),vo(t,o(234))),this[o(160)](o(218),vo(t,o(199))),this[o(157)]=this[o(219)](),this[o(195)]=this[o(205)](),this[o(179)]=this[o(229)]([this[o(157)],this[o(195)]]),this[o(176)]=new e.KeystrokeHandler,this[o(220)]=new e.FocusTracker,this[o(235)]=new go.FocusCycler({focusables:this[o(179)],focusTracker:this[o(220)],keystrokeHandler:this[o(176)],actions:{focusPrevious:o(170),focusNext:o(207)}}),this[o(238)]({tag:o(162),attributes:{class:[o(225)]},children:[{tag:o(162),attributes:{class:[o(242),this[o(211)].if(o(189),o(232))]},children:[this[o(157)],this[o(195)]]}]}),this[o(176)][o(160)](o(159),((t,e)=>{const n=o;this[n(195)][n(193)](n(206)),e()})),this[o(176)][o(160)](o(197),((t,e)=>{const n=o;this[n(157)][n(214)]&&(this[n(157)][n(193)](n(206)),e())})),this.on(o(203),((e,n)=>{const s=o;n[s(174)]>65e3?(alert(vo(t,s(177),[n[s(174)],65e3])),e[s(187)]()):this[s(175)][s(169)]("")}),{priority:o(243)})}[Do(192)](){const t=Do;super[t(192)](),this[t(241)]()}[Do(198)](){const t=Do;return this[t(175)]||(this[t(175)]=new Bo(this[t(194)]),this[t(167)]=this[t(175)][t(164)]()[t(208)]((()=>{const e=t;if(this[e(171)])return;const n=this[e(175)];this[e(209)][e(168)](n.ui[e(209)],this[e(209)][e(223)]),n[e(224)][e(181)].on(e(202),(()=>this[e(165)]=n[e(185)]())),n[e(227)](e(210)).to(this),this[e(179)][e(236)](n.ui[e(184)],0),this[e(193)](e(215),this[e(175)])}))),this[t(167)]}[Do(217)](t){const e=Do;-1===t?(this[e(235)][e(188)](),this[e(235)][e(180)]()):this[e(235)][e(188)]()}async[Do(231)](){const t=Do;this[t(171)]||(this[t(171)]=!0,this[t(175)]&&(await this[t(167)],await this[t(175)][t(231)](),this[t(193)](t(204),this[t(175)])),await super[t(231)]())}[Do(219)](){const t=Do,{locale:e}=this,n=new go.ButtonView(e);return n[t(239)]({attributes:{class:[t(191)]}}),n[t(166)]=!0,n[t(227)](t(212)).to(this,t(218)),n.on(t(206),(()=>{const e=t;this[e(193)](e(203),this[e(165)])})),n[t(227)](t(214)).to(this,t(165),this,t(163),((e,n)=>!n&&!!e[t(173)]())),n}[Do(205)](){const t=Do,{locale:e}=this,n=new go.ButtonView(e);return n[t(239)]({attributes:{class:[t(190)]}}),n[t(212)]=vo(e,t(182)),n[t(166)]=!0,n.on(t(206),(()=>{const e=t;this[e(175)][e(169)](""),this[e(193)](e(222))})),n}[Do(241)](){const t=Do;this[t(176)][t(237)](this[t(209)]),this[t(179)][t(158)]((e=>{const n=t;this[n(220)][n(236)](e[n(209)])})),this[t(179)].on(t(202),((e,n)=>{const o=t;for(const t of Array[o(183)](n[o(172)])[o(186)]())this[o(220)][o(236)](t[o(209)])}))}}var Fo=Uo;function Uo(t,e){var n=Wo();return(Uo=function(t,e){return n[t-=151]})(t,e)}function Wo(){var t=["then","18LtWsTN","2388498ViOyJF","showInput","editor","ck-thread__user","setTemplate","ck-comment__input-container","destroy","14exnZfa","focusCycler","bindTemplate","ck-comment__input-container--active","showButtons","15607HmZvkn","editorDestroyed","2959894fFvVNY","extendTemplate","bind","ck-thread__input","createEditor","delegate","editorReady","userView","commentInputView","set","2244483StAjda","value","div","focus","focusTracker","change:showInput","1638120zdoXmw","isFocused","454085PEydKo","254788nmJgfy"];return(Wo=function(){return t})()}!function(t){for(var e=Uo,n=t();;)try{if(294369===-parseInt(e(181))/1*(parseInt(e(176))/2)+-parseInt(e(168))/3*(-parseInt(e(166))/4)+parseInt(e(165))/5+parseInt(e(169))/6+-parseInt(e(183))/7+parseInt(e(163))/8+-parseInt(e(157))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class Go extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(155)]=new zo(t,n),this[o(177)]=this[o(155)][o(177)],this[o(155)][o(185)](o(180)).to(this[o(155)][o(161)],o(164),this[o(155)],o(158),((t,e)=>t||!!e)),this[o(156)](o(170),!1),this.on(o(162),(()=>{var t=o;this[t(170)]&&!this[t(155)][t(171)]&&this[t(155)][t(151)]()})),this[o(155)][o(152)](o(153)).to(this),this[o(155)][o(152)](o(182)).to(this),this[o(154)]=new s.UserView(t,e),this[o(154)][o(184)]({attributes:{class:o(172),"aria-hidden":!0}}),this[o(155)][o(184)]({attributes:{class:o(186)}}),this[o(173)]({tag:o(159),attributes:{class:[o(174),this[o(178)].if(o(170),o(179))]},children:[this[o(154)],this[o(155)]]})}[Fo(175)](){var t=Fo;return this[t(155)][t(175)]()[t(167)]((()=>super[t(175)]()))}[Fo(160)](t){var e=Fo;this[e(155)][e(160)](t)}}function qo(t,e){const n=Xo();return(qo=function(t,e){return n[t-=446]})(t,e)}!function(t){const e=qo,n=t();for(;;)try{if(633239===-parseInt(e(452))/1*(parseInt(e(456))/2)+-parseInt(e(446))/3+-parseInt(e(462))/4*(-parseInt(e(454))/5)+parseInt(e(451))/6*(-parseInt(e(447))/7)+parseInt(e(460))/8*(parseInt(e(449))/9)+parseInt(e(459))/10+-parseInt(e(450))/11*(-parseInt(e(453))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Yo extends go.View{constructor(t){const e=qo;super(t);const n=this[e(455)];this[e(448)](e(463),void 0),this[e(457)]({tag:"li",attributes:{class:e(458)},children:[{text:n.to(e(463),(n=>vo(t,e(461),n)))}]})}}function Xo(){const t=["bindTemplate","1553556PxPGQJ","setTemplate","ck-thread__comment-count","7532220MGIzbL","8niWVVV","NUMBER_OF_COMMENTS","14088OlYKVS","count","2511210ibVAQk","7xLXyax","set","5005377kxBXmz","11oDEpjK","2548506ugVEux","1QEFqQJ","4304316ZhfbIn","1425bBMWzR"];return(Xo=function(){return t})()}const Zo=Qo;function Qo(t,e){const n=$o();return(Qo=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=Qo,n=t();for(;;)try{if(311090===parseInt(e(458))/1*(parseInt(e(518))/2)+-parseInt(e(457))/3+-parseInt(e(453))/4+-parseInt(e(504))/5*(-parseInt(e(486))/6)+parseInt(e(498))/7+parseInt(e(484))/8*(parseInt(e(447))/9)+parseInt(e(436))/10*(-parseInt(e(510))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($o);class Jo extends go.View{constructor(t,n,o){const s=Qo;super(t);const r=this[s(519)];this[s(523)](s(469),!1),this[s(523)](s(528),n[s(464)][s(528)]),this[s(523)](s(456),!1),this[s(489)]=n,this[s(477)]=o,this[s(526)]=this[s(474)](),this[s(459)]=this[s(474)](),this[s(449)]=null,this[s(480)]=new e.FocusTracker,this[s(455)]=new e.KeystrokeHandler,this[s(448)]=new go.FocusCycler({focusables:this[s(526)],focusTracker:this[s(480)],keystrokeHandler:this[s(455)],keystrokeHandlerOptions:{filter:t=>this[s(526)][s(472)]((t=>t[s(493)]))[s(502)](t[s(446)])},actions:{focusPrevious:s(445),focusNext:s(517)}}),this[s(461)]=new Yo(t),this[s(461)][s(488)](s(525)).to(this,s(528),(t=>t-this[s(477)][s(490)]));for(const t of n[s(464)])this[s(497)](t);this[s(503)](),this[s(522)](n[s(464)],s(433),((t,e)=>{const n=s,o=this[n(520)](e);this[n(528)]++,this[n(497)](e,o),this[n(471)]()})),this[s(522)](n[s(464)],s(491),((t,e)=>{const n=s;this[n(528)]--,this[n(475)](e),this[n(471)]()})),this[s(522)](n,s(515),(()=>this[s(471)]())),this[s(522)](n,s(443),(()=>this[s(503)]())),this.on(s(483),(()=>this[s(471)]())),this.on(s(513),(()=>this[s(471)]())),this[s(508)]({tag:"ul",attributes:{class:[s(451),r.if(s(528),s(527),(t=>!t))],"aria-label":vo(t,s(495))},children:this[s(459)]})}get[Zo(468)](){const t=Zo;return this[t(489)][t(524)]>this[t(477)][t(460)]&&!this[t(456)]&&!this[t(469)]}[Zo(442)](){const t=Zo;super[t(442)](),this[t(471)](),this[t(479)]()}[Zo(476)](t){const e=Zo;-1===t?this[e(448)][e(478)]():this[e(448)][e(492)]()}[Zo(529)](){const t=Zo;this[t(461)][t(529)]();for(const e of this[t(526)])e[t(529)]();super[t(529)]()}[Zo(471)](){const t=Zo;this[t(468)]?this[t(437)]():this[t(511)]()}[Zo(497)](t,e){const n=Zo,o=new(this[n(477)][n(462)])(this[n(487)],t,{maxCommentCharsWhenCollapsed:this[n(477)][n(506)],formatDateTime:this[n(477)][n(499)],editorConfig:this[n(477)][n(473)]});o[n(452)]=t.id,o[n(496)](n(512)).to(this),o[n(496)](n(514)).to(this),o[n(496)](n(444)).to(this),o[n(496)](n(482)).to(this),o[n(496)](n(435)).to(this),this[n(522)](o,n(507),(()=>this[n(509)]())),this[n(526)][n(433)](o,e)}[Zo(520)](t){const e=Zo,n=this[e(489)][e(485)](t);return this[e(449)]?this[e(449)][e(465)]>t[e(465)]?n-1:n:n-1}[Zo(503)](){const t=Zo;if(this[t(489)][t(481)]&&this[t(489)][t(466)]){const e={id:t(441),author:this[t(489)][t(481)],authoredAt:this[t(489)][t(466)],content:vo(this[t(487)],t(432)),attributes:{}};this[t(449)]=new(this[t(477)][t(462)])(this[t(487)],e,{maxCommentCharsWhenCollapsed:this[t(477)][t(506)],formatDateTime:this[t(477)][t(499)],editorConfig:this[t(477)][t(473)],isSystemComment:!0}),this[t(526)][t(433)](this[t(449)],this[t(489)][t(485)](e))}else this[t(449)]&&(this[t(526)][t(491)](this[t(449)]),this[t(449)][t(529)](),this[t(449)]=null);this[t(471)]()}[Zo(475)](t){const e=Zo,n=this[e(526)][e(491)](t.id);this[e(500)](n),n[e(494)]&&this[e(509)](),n[e(529)]()}[Zo(509)](){const t=Zo;this[t(469)]=Array[t(454)](this[t(526)])[t(470)]((e=>e[t(494)]))}[Zo(437)](){const t=Zo,n=function(t){const n=Qo,o=new e.Collection;for(const e of t)o[n(433)](e);return o}(this[t(526)]),o=this[t(461)][t(525)];for(let e=1;e<=o;e++)n[t(491)](1);for(const e of n)e[t(467)]();o>0&&n[t(433)](this[t(461)],1),ts((0,e.diff)(Array[t(454)](this[t(459)]),Array[t(454)](n)),this[t(459)],n)}[Zo(511)](){const t=Zo;ts((0,e.diff)(Array[t(454)](this[t(459)]),Array[t(454)](this[t(526)])),this[t(459)],this[t(526)]);for(const e of this[t(459)])e[t(439)]()}[Zo(479)](){const t=Zo;this[t(526)][t(521)]((e=>{const n=t;this[n(480)][n(433)](e[n(493)]),this[n(455)][n(522)](e[n(493)])})),this[t(526)].on(t(440),((e,n)=>{const o=t;for(const t of n[o(501)])this[o(480)][o(491)](t[o(493)]),this[o(455)][o(500)](t[o(493)]);for(const t of Array[o(454)](n[o(463)])[o(505)]())this[o(480)][o(433)](t[o(493)]),this[o(455)][o(522)](t[o(493)])}))}}function $o(){const t=["maxCommentCharsWhenCollapsed","change:isEditMode","setTemplate","_updateHasDirtyComment","1969rLIqTW","_rearrangeExpand","removeComment","change:hasDirtyComment","updateComment","commentUpdated","equal","arrowdown","4NmqshL","bindTemplate","_calculatePosition","forEach","listenTo","set","weight","count","commentViews","ck-hidden","length","destroy","Marked as resolved","add","insert","editorDestroyed","14480fkfIGB","_rearrangeCollapse","delete","expand","change","resolved","render","change:isResolved","resolveCommentThread","arrowup","target","11043byAadJ","focusCycler","resolvedCommentView","get","ck-thread__comments","viewUid","702788ZHWjnD","from","keystrokes","isActive","262818fTOlql","19729AYnTvj","visibleViews","maxThreadTotalWeight","_collapsedCommentsView","CommentView","added","comments","authoredAt","resolvedAt","collapse","_shouldCollapse","hasDirtyComment","some","refreshVisibleViews","map","editorConfig","createCollection","_handleRemoveCommentModel","focus","_config","focusLast","_setupKeyboardNavigation","focusTracker","resolvedBy","editorReady","change:isActive","1864mPTwck","_findOptimalIndex","18VuJdPm","locale","bind","_model","maxCommentsWhenCollapsed","remove","focusFirst","element","isEditMode","Thread comments","delegate","_handleNewCommentModel","1892289ovTqTp","formatDateTime","stopListening","removed","includes","_handleInfoComment","396515xQyEuZ","reverse"];return($o=function(){return t})()}function ts(t,e,n){const o=Zo;let s=0;for(const r of t)switch(r){case o(434):e[o(433)](n[o(450)](s),s),s++;break;case o(438):e[o(491)](s);break;case o(516):s++}}const es=os;function ns(){const t=["78FZQbAf","17576LSbTbo","110XArtmj","bindTemplate","18896xnPQFT","span","12aPVpDP","set","93582OBDuXV","element","ck-context__value","focus","1049675EIvIWI","THREAD_CONTEXT_LABEL","setTemplate","90476ZUORyr","180WEGyBZ","422652dRmofr","481349mDzCrt","contextValue","3231wfWVvt","476QBzDtU"];return(ns=function(){return t})()}function os(t,e){const n=ns();return(os=function(t,e){return n[t-=454]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(618401===parseInt(e(467))/1+-parseInt(e(459))/2*(parseInt(e(461))/3)+parseInt(e(470))/4*(-parseInt(e(471))/5)+-parseInt(e(463))/6*(parseInt(e(454))/7)+-parseInt(e(456))/8*(-parseInt(e(475))/9)+-parseInt(e(457))/10*(-parseInt(e(473))/11)+parseInt(e(472))/12*(parseInt(e(455))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ns);class ss extends go.View{constructor(t){const e=os;super(t);const n=this[e(458)];this[e(462)](e(474),""),this[e(469)]({tag:e(460),attributes:{class:["ck",e(465)],"aria-label":n.to(e(474),(n=>vo(t,e(468),n))),tabindex:-1},children:[{text:n.to(e(474))}]})}[es(466)](){const t=es;this[t(464)][t(466)]()}}const rs=as;function is(){const t=["bind","focus","keystrokes","label","6916eytFXv","ck-context","85907fOuJgI",".ck-context__value","focusCycler","element","...","isEnabled","context","95585QXPUVK","_createReopenButton","hasContext","querySelector","_createContextView","shift+tab","substring","565TLTiVB","Reopen","tab","isReadOnly","502BQwKFw","createCollection","contextView","45GCSaIC","77856gaPNKt","contextValue","offsetWidth","render","icon","ck-annotation__actions","reopenButtonView","setTemplate","listenTo","overlay","_trimContextValue","2469PSXmre","value","isResolvable","focusTracker","focusables","reopenCommentThread","829100JBwTzS","lastIndexOf","ck-context-wrapper","classList","fire","tooltip","remove",".ck-context","ck-thread__header","_model","ck-context--quotes","length","837174ReUApH","add","mouseenter","locale","div","isResolved","scrollWidth","isVisible","_attachContextActions","execute","_setupKeyboardNavigation","bindTemplate","mouseleave","Comment was made on an element","focusFirst"];return(is=function(){return t})()}function as(t,e){const n=is();return(as=function(t,e){return n[t-=412]})(t,e)}!function(t){const e=as,n=t();for(;;)try{if(128609===-parseInt(e(451))/1+parseInt(e(469))/2*(parseInt(e(412))/3)+parseInt(e(449))/4*(parseInt(e(465))/5)+-parseInt(e(430))/6+-parseInt(e(458))/7+-parseInt(e(473))/8*(-parseInt(e(472))/9)+-parseInt(e(418))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);class cs extends go.View{constructor(t,n){const o=as;super(t);const s=this[o(441)];this[o(427)]=n,this[o(479)]=this[o(459)](),this[o(471)]=this[o(462)](),this[o(416)]=this[o(470)]([this[o(471)],this[o(479)]]),this[o(415)]=new e.FocusTracker,this[o(447)]=new e.KeystrokeHandler,this[o(453)]=new go.FocusCycler({focusables:this[o(416)],focusTracker:this[o(415)],keystrokeHandler:this[o(447)],actions:{focusPrevious:o(463),focusNext:o(467)}}),this[o(445)](o(460)).to(this[o(427)],o(457),(t=>!!t)),this[o(445)](o(474)).to(this[o(427)],o(457),(t=>t&&t[o(413)]?this[o(483)](t[o(413)]):vo(this[o(433)],o(443)))),this[o(480)]({tag:o(434),attributes:{class:[o(426)]},children:[{tag:o(434),attributes:{class:[o(420)]},children:[{tag:o(434),attributes:{class:[o(450),s.if(o(460),o(428))]},children:[this[o(471)]]}]},{tag:o(434),attributes:{class:[o(478)]},children:[this[o(479)]]}]})}[rs(476)](){const t=rs;super[t(476)](),this[t(438)](),this[t(440)]()}[rs(446)](){const t=rs;this[t(453)][t(444)]()}[rs(459)](){const t=rs,e=new go.ButtonView(this[t(433)]);return e[t(448)]=vo(this[t(433)],t(466)),e[t(423)]=vo(this[t(433)],t(466)),e[t(477)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(445)](t(456)).to(this[t(427)],t(468),(t=>!t)),e[t(445)](t(437)).to(this[t(427)],t(414),this[t(427)],t(435),((t,e)=>t&&e)),e.on(t(439),(()=>{const e=t;this[e(422)](e(417),this[e(427)].id)})),e}[rs(483)](t){const e=rs;if(t[e(429)]<150)return t;const n=t[e(419)](" ",147);return t[e(464)](0,n>-1?n:147)+e(455)}[rs(438)](){const t=rs,e=this[t(454)][t(461)](t(425)),n=e[t(461)](t(452));this[t(481)](e,t(432),(()=>{const o=t;n[o(475)]<n[o(436)]&&e[o(421)][o(431)](o(482))})),this[t(481)](e,t(442),(()=>{const n=t;e[n(421)][n(424)](n(482))}))}[rs(440)](){const t=rs;this[t(447)][t(481)](this[t(454)]);for(const e of this[t(416)])this[t(415)][t(431)](e[t(454)]),this[t(447)][t(481)](e[t(454)])}[rs(462)](){const t=rs,e=new ss(this[t(433)]);return e[t(445)](t(474)).to(this),e}}const hs=ds;function us(){const t=["placeholder","bind","commentsListView","shift+tab","showInput","745762hrrHWB","isActive","submitCommentThread","8suCMUH","listenTo","commentThreadHeaderView","length","4063829QxcDUi","145XQtwWD","focus","disabledSubmit","delegate","updateComment","archivedAt","focusables","COMMENT_THREAD_DESCRIPTION","first","reopenCommentThread","author","commentInputView","2349684kqqDOm","878920vmCKKL","isSubmitted","resolveCommentThread","createCollection","destroy","editorReady","target","_model","unlinkedAt","ariaLabel","locale","isDirty","Write a comment...","CommentView","COMMENT_THREAD_LABEL","hasDirtyComment","assign","editorDestroyed","ariaDescriptionView","_createCommentThreadInputView","1980855wotJQS","commentThreadInputView","render","canComment","submitLabel","158754WqsyYM","cancel","focusCycler","Reply to reopen discussion...","Reply","change:isActive","element","submit","set","addComment","tab","3064780fZqUak","editorConfig","fire","stop","_config","comments","removeComment","focusTracker","keystrokes","value","removeCommentThread","_localUser","name","isResolved","isUnlinked","Comment","isReadOnly","isResolvable","Reply..."];return(us=function(){return t})()}function ds(t,e){const n=us();return(ds=function(t,e){return n[t-=149]})(t,e)}!function(t){const e=ds,n=t();for(;;)try{if(472601===-parseInt(e(171))/1+parseInt(e(150))/2+parseInt(e(191))/3+parseInt(e(207))/4+parseInt(e(158))/5*(-parseInt(e(196))/6)+parseInt(e(157))/7*(parseInt(e(153))/8)+-parseInt(e(170))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(us);class ls extends go.View{constructor(t,n,o,r){const i=ds;super(t),this[i(204)](i(151),!1),this[i(204)](i(182),!1),this[i(178)]=n,this[i(218)]=o,this[i(211)]=r,this[i(155)]=new cs(t,n),this[i(155)][i(161)](i(167)).to(this),this[i(189)]=new s.AriaDescriptionView(t,vo(t,i(165))),this[i(154)](this,i(167),(()=>{this[i(159)]()})),this[i(228)]=new Jo(t,n,Object[i(187)]({CommentView:this[i(211)][i(184)]},r)),this[i(228)][i(161)](i(213)).to(this),this[i(228)][i(161)](i(162)).to(this),this[i(228)][i(161)](i(173)).to(this),this[i(228)][i(161)](i(176)).to(this),this[i(228)][i(161)](i(188)).to(this),this[i(228)][i(227)](i(151)).to(this),this[i(154)](this,i(173),(()=>{this[i(159)]()})),this[i(204)](i(156),this[i(228)][i(156)]),this[i(227)](i(156)).to(this[i(228)],i(156)),this[i(192)]=this[i(190)](),this[i(192)][i(161)](i(176)).to(this),this[i(192)][i(161)](i(188)).to(this),this.on(i(213),(()=>this[i(159)]())),this[i(227)](i(182)).to(this[i(228)],i(186),this[i(192)][i(169)],i(216),((t,e)=>t||!!e)),this[i(227)](i(221)).to(n,i(179),(t=>!!t)),this[i(227)](i(180)).to(this,i(156),(t=>{const e=i,n=this[e(178)][e(212)][e(166)]?this[e(178)][e(212)][e(166)][e(168)][e(219)]:this[e(218)][e(219)];return vo(this[e(181)],e(185),[t,n])})),this[i(164)]=this[i(174)]([this[i(228)],this[i(192)]]),this[i(214)]=new e.FocusTracker,this[i(215)]=new e.KeystrokeHandler,this[i(198)]=new go.FocusCycler({focusables:this[i(164)],focusTracker:this[i(214)],keystrokeHandler:this[i(215)],keystrokeHandlerOptions:{filter:t=>t[i(177)]!==this[i(202)]},actions:{focusPrevious:i(229),focusNext:i(206)}})}[hs(159)](){const t=hs;this[t(202)][t(159)]()}[hs(193)](){const t=hs;super[t(193)](),(0,s.setupThreadKeyboardNavigation)(this,this[t(164)])}async[hs(175)](){const t=hs;this[t(182)]=!1,this[t(228)][t(175)](),await this[t(192)][t(175)](),super[t(175)]()}[hs(190)](){const t=hs,e=new Go(this[t(181)],this[t(218)],this[t(211)][t(208)]),n=e[t(169)];return e[t(227)](t(149)).to(this,t(151),this[t(178)],t(223),this[t(178)],t(194),this[t(178)],t(163),n,t(216),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(227)](t(226)).to(this,t(156),this[t(178)],t(224),this[t(178)],t(220),((e,n,o)=>{const s=t;let r;return r=s(o&&n?199:e?225:183),vo(this[s(181)],r)})),n[t(227)](t(195)).to(this,t(156),(e=>vo(this[t(181)],t(e?200:222)))),n.on(t(203),((e,n)=>{const o=t;this[o(209)](o(205),n),this[o(178)][o(220)]&&this[o(178)][o(224)]&&this[o(209)](o(167),this[o(178)].id),this[o(178)][o(172)]||this[o(209)](o(152))})),n.on(t(197),(()=>{this[t(159)]()})),n[t(227)](t(160)).to(this[t(178)],t(223)),n.on(t(197),(e=>{const n=t;0==this[n(156)]&&(this[n(209)](n(217)),e[n(210)]())})),this.on(t(201),((e,o,s)=>{const r=t;s||this[r(156)]||n[r(216)]||this[r(209)](r(217))})),e}}const ms=fs;function ps(){const t=["commentsListView","actionIndicator","removeCommentThread","isUnlinked","Write a comment...","Delete comment thread?","825786ESxhKJ","ck-thread--remove-confirmation","then","render","isResolvable","high","Resolve","cancelConfirm","_updateArchivedThreadHeader","ariaDescriptionView","label","1068775QJuSdr","isSystemComment","add","containerElement","commentThreadInputView","_createResolveButton","ck-thread--unlinked","removeButton","archivedAt","change:isActive","8JxsuZs",".ck-thread__container","focusables","resolveButton","setTemplate","extendTemplate","_boundFirstCommentView","remove","icon","isResolved","isActive","focus","commentViews","bindTemplate","ck-thread--","showConfirm","ck-reset_all-excluded","change:isReadOnly","unbind","_model","stop","listenTo","has","_cancelAllConfirms","locale","ck-thread","execute","createCollection","bind","listitem","tooltip","isVisible","fire","ck-thread__container","getTemplate","actionBar","element","344472oaGIZk","set","commentThreadHeaderView","isReadOnly","isConfirm","get","change:archivedAt","placeholder","_bindFirstCommentView","resolveCommentThread","removeConfirm","ariaLabel","check","100764LbZdVe","717788eIhoJP","commentThreadChildren","length","7nmkCIa","ck-rounded-corners","ck-thread--active","div","querySelector","isEnabled","438084hNAeqd","ck-comment--resolve","29400sgElzz"];return(ps=function(){return t})()}function fs(t,e){const n=ps();return(fs=function(t,e){return n[t-=184]})(t,e)}!function(t){const e=fs,n=t();for(;;)try{if(114941===-parseInt(e(247))/1+-parseInt(e(185))/2*(-parseInt(e(235))/3)+-parseInt(e(236))/4+parseInt(e(265))/5+-parseInt(e(245))/6+-parseInt(e(239))/7*(parseInt(e(222))/8)+parseInt(e(254))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class gs extends((0,s.ConfirmMixin)(ls)){constructor(t,e,n,o){const s=fs;super(t,e,n,o),this[s(237)]=this[s(212)]([this[s(248)],this[s(269)],this[s(263)]]),this[s(223)](s(249),null),this[s(268)]=null,this[s(191)]=null,this[s(209)]=t,this[s(188)]=this[s(270)](),this[s(189)](this[s(219)]()),this.on(s(184),((t,e,n)=>{n||this[s(208)]()})),this[s(206)](this[s(204)],s(202),((t,e,n)=>{n&&this[s(208)]()})),this[s(238)]>0&&this[s(230)](),this[s(206)](this[s(248)][s(197)],s(267),(()=>{this[s(230)]()}))}[ms(219)](){const t=ms,e=this[t(198)];return{tag:t(242),attributes:{class:["ck",t(210),t(201),t(240),e.if(t(195),t(241)),e.if(t(251),t(271)),e.if(t(226),t(255)),e.to(t(249),(e=>e?t(199)+e:""))],"data-thread-id":this[t(204)].id,tabindex:0,role:t(214),"aria-label":e.to(t(233)),"aria-describedby":this[t(263)].id},children:[{tag:t(242),attributes:{class:t(218)},children:this[t(237)]}]}}[ms(257)](){const t=ms;super[t(257)](),this[t(268)]=this[t(221)][t(243)](t(186)),this[t(204)].on(t(228),(()=>{this[t(262)]()})),this[t(262)]()}[ms(208)](){const t=ms;this[t(261)]();for(const e of this[t(248)][t(197)])e[t(261)]()}[ms(230)](){const t=ms,{locale:e}=this,n=this[t(248)][t(197)][t(227)](0);n===this[t(191)]||n[t(266)]||(this[t(191)]=n,this[t(203)](t(249)),this[t(213)](t(249)).to(n,t(249),(e=>t(192)===e?t(192):null)),n[t(229)]=vo(e,t(252)),n[t(272)].on(t(211),(n=>{const o=t;n[o(205)](),this[o(200)](vo(e,o(253)),this[o(268)])[o(256)]((()=>{const t=o;this[t(217)](t(250))}))}),{priority:t(259)}),this.on(t(232),(()=>{n[t(196)]()})),n[t(220)][t(267)](this[t(188)],0),n[t(187)][t(267)](this[t(188)],0))}[ms(270)](){const e=ms,n=new s.LateFocusButtonView(this[e(209)]);return n[e(264)]=vo(this[e(209)],e(260)),n[e(215)]=vo(this[e(209)],e(260)),n[e(193)]=t.icons[e(234)],n[e(190)]({attributes:{class:e(246)}}),n[e(213)](e(244)).to(this[e(204)],e(225),(t=>!t)),n[e(213)](e(216)).to(this[e(204)],e(258),this[e(204)],e(194),((t,e)=>t&&!e)),n.on(e(211),(()=>{const t=e;this[t(217)](t(231),this[t(204)].id)})),n}[ms(262)](){const t=ms;this[t(204)][t(273)]?this[t(237)][t(207)](this[t(224)])||(this[t(237)][t(267)](this[t(224)],0),this[t(187)][t(267)](this[t(224)],0)):this[t(237)][t(207)](this[t(224)])&&(this[t(237)][t(192)](this[t(224)]),this[t(187)][t(192)](this[t(224)]))}}var vs=ks;function ks(t,e){var n=bs();return(ks=function(t,e){return n[t-=488]})(t,e)}function bs(){var t=["4429716WjHvWT","ck-content","ck-comment__content","126WIVHRb","div","set","change:content","setTemplate","728ifTmPN","innerHTML","921510MCBrKD","content","471710hTlclC","9012982fykmIb","ck-annotation__content","830678vqwTmU","1ZaOEip","render","element","69076QpgOPj","1233933nBjEcM","4webXhX"];return(bs=function(){return t})()}!function(t){for(var e=ks,n=t();;)try{if(498944===-parseInt(e(495))/1*(parseInt(e(494))/2)+parseInt(e(499))/3*(parseInt(e(500))/4)+parseInt(e(489))/5+-parseInt(e(501))/6+-parseInt(e(498))/7*(-parseInt(e(509))/8)+-parseInt(e(504))/9*(parseInt(e(491))/10)+parseInt(e(492))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class Is extends go.View{constructor(t){var e=ks;super(t),this[e(506)](e(490),""),this[e(508)]({tag:e(505),attributes:{class:[e(502),e(503),e(493)]}})}[vs(496)](){var t=vs;super[t(496)](),this.on(t(507),((e,n,o)=>{var s=t;this[s(497)][s(488)]=o})),this[t(497)][t(488)]=this[t(490)]}}function _s(t,e){const n=ys();return(_s=function(t,e){return n[t-=301]})(t,e)}const ws=_s;function ys(){const t=["keystrokes","ariaDescriptionView","once","_createCommentContentView","195784OIcLjN","isReadOnly","stopListening","element","_config","added","createCollection","cancel","authoredAt","editorReady","4050732ycNgWo","importWord","getUserViewNotificationText","editorDestroyed","creator","switchToEditMode","21OtQzut","577410EPgTge","disabledSubmit","author","isSystemComment","focusCycler","remove","focusables","editorConfig","source","2901120dhaRnp","initialData","updateComment","tab","text/html","EXTERNAL_AVATAR","target","EXTERNAL_COMMENT","submitLabel","_setupKeyboardNavigation","collapse","bind","isCollapsed","getExternalCommentNote","removed","add","focusFirst","isEditMode","formatDateTime","locale","render","_model","1125666LiMkiX","visibleView","shift+tab","focusTracker","fire","861174ElxnQn","EXTERNAL_IMPORT_WORD_AVATAR","243ITgHcP","maxCommentCharsWhenCollapsed","set","COMMENT_ARIA_LABEL","_createCommentInputView","EXTERNAL_IMPORT_WORD_COMMENT","change","createEditor","isExternal","Save","content","body","focus","COMMENT_THREAD_DESCRIPTION","parseFromString","get","enter","delegate","value","destroy","listenTo","403268kNeVIu","@external","attributes","switchToDisplayMode","name","expand","textContent","submit","esc","ariaLabel"];return(ys=function(){return t})()}!function(t){const e=_s,n=t();for(;;)try{if(642244===parseInt(e(341))/1+-parseInt(e(346))/2+-parseInt(e(309))/3*(-parseInt(e(369))/4)+-parseInt(e(319))/5+-parseInt(e(310))/6+parseInt(e(303))/7+-parseInt(e(383))/8*(parseInt(e(348))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ys);class As extends go.View{constructor(t,n,o){const r=_s;super(t),this[r(340)]=n,this[r(387)]=o,this[r(313)]=!!this[r(387)][r(313)],this[r(350)](r(336),!1),this[r(350)](r(331),!0),this[r(330)](r(378)).to(n,r(358),n,r(301),((e,s)=>vo(t,r(351),[n[r(312)][r(373)],o[r(337)](s),(new DOMParser)[r(362)](e,r(323))[r(359)][r(375)],n[r(356)]?this[r(332)]():""]))),this[r(380)]=new s.AriaDescriptionView(t,vo(t,r(361))),this[r(342)]=this[r(389)](),this[r(342)][r(334)](this[r(382)]()),this[r(316)]=new go.ViewCollection,this[r(344)]=new e.FocusTracker,this[r(379)]=new e.KeystrokeHandler,this[r(314)]=new go.FocusCycler({focusables:this[r(316)],focusTracker:this[r(344)],keystrokeHandler:this[r(379)],keystrokeHandlerOptions:{filter:t=>t[r(325)]!==this[r(386)]},actions:{focusPrevious:r(343),focusNext:r(322)}})}[ws(374)](){this[ws(331)]=!1}[ws(329)](){const t=ws;this[t(336)]||(this[t(331)]=!0)}[ws(360)](){const t=ws;this[t(386)][t(360)]()}[ws(339)](){const t=ws;super[t(339)](),this[t(328)]()}async[ws(367)](){const t=ws;await this[t(342)][t(363)](0)[t(367)](),super[t(367)]()}[ws(308)](){const t=ws;this[t(336)]||(this[t(336)]=!0,this[t(342)][t(315)](0)[t(367)](),this[t(342)][t(334)](this[t(352)]()))}[ws(372)](){const t=ws;this[t(336)]&&(this[t(336)]=!1,this[t(342)][t(315)](0)[t(367)](),this[t(342)][t(334)](this[t(382)]()))}[ws(332)](){const t=ws;return t(304)===this[t(340)][t(371)][t(370)][t(318)]?vo(this[t(338)],t(353)):vo(this[t(338)],t(326))}[ws(305)](){const t=ws;return this[t(340)][t(356)]?t(304)===this[t(340)][t(371)][t(370)][t(318)]?vo(this[t(338)],t(347),this[t(340)][t(307)][t(373)]):vo(this[t(338)],t(324),this[t(340)][t(307)][t(373)]):null}[ws(382)](){const t=ws,e=new Is(this[t(338)]);return e[t(330)](t(358)).to(this[t(340)],t(358),this,t(331),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(387)][t(349)]}):e)),e}[ws(352)](){const t=ws;this[t(387)][t(317)]||(this[t(387)][t(317)]={}),this[t(387)][t(317)][t(320)]=this[t(340)][t(358)];const e=new zo(this[t(338)],this[t(387)][t(317)]);return e[t(366)]=this[t(340)][t(358)],e[t(330)](t(311)).to(this[t(340)],t(384)),e[t(327)]=vo(this[t(338)],t(357)),e.on(t(376),((e,n)=>{const o=t;this[o(345)](o(321),this[o(340)].id,n),this[o(372)](),this[o(360)]()})),e.on(t(390),(()=>{const e=t;this[e(372)](),this[e(360)]()})),e[t(381)](t(302),(()=>{e[t(360)]()})),e[t(355)](),e[t(365)](t(302)).to(this),e[t(365)](t(306)).to(this),e}[ws(328)](){const t=ws,e=this[t(386)];this[t(379)][t(368)](e);for(const e of this[t(316)])this[t(344)][t(334)](e[t(386)]),this[t(379)][t(368)](e[t(386)]);this[t(316)].on(t(354),((e,n)=>{const o=t;for(const t of n[o(333)])this[o(344)][o(315)](t[o(386)]),this[o(379)][o(385)](t[o(386)]);for(const t of n[o(388)])this[o(344)][o(334)](t[o(386)]),this[o(379)][o(368)](t[o(386)])})),this[t(379)][t(350)](t(364),((n,o)=>{const s=t;e===n[s(325)]&&(this[s(314)][s(335)](),o())})),this[t(379)][t(350)](t(377),((n,o)=>{const s=t;e!==n[s(325)]&&(this[s(360)](),o())}))}}const Cs=Es;function Ts(){const t=["buttonView","_model","userView","set","ck-hidden","element","27545nBRmKl","addMany","add","listenTo","render","visibleView","name","ck-comment--","switchToEditMode","ck-comment__actions","Reply...","_createEditButton","ck-comment__info-time","isEditable","ck-comment--info","removeButton","execute","isVisible","showConfirm","getExternalCommentNote","label","3211032VDkRnq","ck-comment","unbind","some","threeVerticalDots","items","6054312dgraWc","isRemovable","isSystemComment","ck-comment--edit","Remove","panelView","801871hwEdUZ","ck-annotation__user","_createCommentInputView","setTemplate","withText","ck-annotation__info-name","then","_attachActions","placeholder","div","removeComment","time","blur","length","132BgRxlP","createCollection","ck-comment__actions--hidden","getTemplate","icon","push","27MvNIQI","ck-annotation__actions--hidden","ck-comment--remove-confirmation","Show more items","ck-comment__info-name","Delete comment?","actionBar","getUserViewNotificationText","find","ck-annotation__actions","authoredAt","pencil","_config","isEnabled","ck-comment__info","isExternal","edit","isConfirm","ariaDescriptionView","toMany","author","ck-annotation__content-wrapper","locale","ck-comment--remove","fire","panelPosition","actionIndicator","resolvedAt","ariaLabel","cancelConfirm","group","mouseenter","ck-comment__external","619509tZrVXW","1258599tQuRTP","focus","Edit","mouseleave","738meBvyg","isEditMode","_createDropdown","listitem","change:isRemovable","ck-annotation","span","editButton","dropdown","ck-annotation__info-time","ck-annotation__info","focusables","bindTemplate","formatDateTime","40726BreSGd","_createRemoveButton","children","bind","isReadOnly","140WQWGZn","ck-annotation__main","from","extendTemplate","ck-comment__main","ck-comment__user","ck-comment__wrapper","remove"];return(Ts=function(){return t})()}function Es(t,e){const n=Ts();return(Es=function(t,e){return n[t-=355]})(t,e)}!function(t){const e=Es,n=t();for(;;)try{if(774462===-parseInt(e(370))/1+parseInt(e(388))/2*(parseInt(e(454))/3)+parseInt(e(434))/4+-parseInt(e(407))/5*(parseInt(e(374))/6)+-parseInt(e(440))/7+parseInt(e(428))/8*(parseInt(e(460))/9)+-parseInt(e(393))/10*(parseInt(e(369))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ts);class xs extends((0,s.ConfirmMixin)(As)){constructor(t,e,n){const o=Es;super(t,e,n),this[o(404)](o(362),null),this[o(404)](o(448),vo(t,o(417))),this[o(391)](o(470)).to(e),this[o(391)](o(363)).to(e),this[o(466)]=this[o(455)](),this[o(436)]||(this[o(381)]=this[o(418)](),this[o(422)]=this[o(389)](),this[o(433)]=this[o(455)](),this[o(433)][o(408)]([this[o(381)],this[o(422)]]),this[o(382)]=this[o(376)](),this[o(466)][o(409)](this[o(382)]),this[o(385)][o(409)](this[o(382)])),this[o(403)]=new s.UserView(t,e[o(356)],this[o(467)]()),this[o(403)][o(396)]({attributes:{class:[o(398),o(441)],"aria-hidden":!0}}),this[o(410)](e,o(378),(()=>this[o(365)]())),this[o(443)](this[o(457)]())}[Cs(457)](){const t=Cs,e=this[t(386)],n=[{tag:t(449),attributes:{class:[t(474),t(384)]},children:[{tag:t(380),children:[{text:this[t(403)][t(413)]}],attributes:{class:[t(464),t(445)]}},{tag:t(451),attributes:{datetime:e.to(t(470)),class:[t(419),t(383)]},children:[{text:e.to(t(470),(e=>this[t(472)][t(387)](e)))}]}]},{tag:t(449),attributes:{class:[t(416),t(469),e.if(t(375),t(456)),e.if(t(375),t(461))]},children:this[t(466)]},{tag:t(449),attributes:{class:[t(357)]},children:this[t(412)]},this[t(478)]];return this[t(402)][t(475)]&&n[t(459)]({tag:t(449),attributes:{class:[t(368)]},children:[{text:this[t(426)]()}]}),{tag:"li",attributes:{class:[t(399),e.if(t(477),t(462))],tabindex:-1,"aria-label":e.to(t(364)),"aria-describedby":this[t(478)].id,role:t(377)},children:[{tag:t(449),attributes:{class:[t(429),t(379),e.if(t(375),t(437)),e.if(t(436),t(421)),e.to(t(362),(e=>e?t(414)+e:""))],"data-author-id":this[t(402)][t(356)].id,"data-comment-id":this[t(402)].id,role:t(366)},children:[this[t(403)],{tag:t(449),attributes:{class:[t(397),t(394)]},children:n}]}]}}[Cs(418)](){const e=Cs,n=new go.ButtonView(this[e(358)]);return n[e(427)]=vo(this[e(358)],e(372)),n[e(458)]=t.icons[e(471)],n[e(444)]=!0,n[e(396)]({attributes:{class:e(437)}}),n[e(391)](e(473)).to(this[e(402)],e(392),(t=>!t)),n[e(391)](e(424)).to(this[e(402)],e(420)),n.on(e(423),(()=>this[e(415)]())),n}[Cs(389)](){const t=Cs,e=new go.ButtonView(this[t(358)]);return e[t(427)]=vo(this[t(358)],t(438)),e[t(458)]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',e[t(444)]=!0,e[t(396)]({attributes:{class:t(359)}}),e[t(391)](t(473)).to(this[t(402)],t(392),(t=>!t)),e[t(391)](t(424)).to(this[t(402)],t(435)),e.on(t(423),(()=>{const e=t;this[e(425)](vo(this[e(358)],e(465)),this[e(406)])[e(446)]((()=>{const t=e;this[t(360)](t(450),this[t(402)].id)}))})),e}[Cs(376)](){const e=Cs,n=(0,go.createDropdown)(this[e(358)],s.LateFocusDropdownButtonView),o=n[e(439)][e(390)],r=new go.ListView(this[e(358)]),i=n[e(386)];(0,go.focusChildOnDropdownOpen)(n,(()=>this[e(433)][e(468)]((t=>t[e(424)])))),n[e(396)]({attributes:{class:[i.if(e(424),e(405),(t=>!t))]}});const a=(t,o=-1)=>{const s=e,i=new go.ListItemView(this[s(358)]);i[s(390)][s(409)](t);const a=o>-1?o:r[s(433)][s(453)];r[s(433)][s(409)](i,a);const c=Array[s(395)](this[s(433)]);n[s(430)](s(473),s(424)),n[s(391)](s(473))[s(355)](c,s(473),((...t)=>t[s(431)]((t=>t)))),n[s(391)](s(424))[s(355)](c,s(424),((...t)=>t[s(431)]((t=>t))))};n[e(361)]="sw",n[e(401)][e(404)]({label:vo(this[e(358)],e(463)),icon:t.icons[e(432)]}),n[e(473)]=[...this[e(433)]][e(431)]((t=>t[e(473)])),n[e(401)][e(424)]=[...this[e(433)]][e(431)]((t=>t[e(424)]));for(const t of this[e(433)])a(t);return o[e(409)](r),n[e(410)](this[e(433)],e(409),((t,e,n)=>{a(e,n)})),n[e(410)](this[e(433)],e(400),((t,n,o)=>{const s=e;r[s(433)][s(400)](o)})),n}[Cs(447)](t,e){const n=Cs,o=t&&t[n(406)];o&&(this[n(410)](o,n(367),(()=>this[n(362)]=e)),this[n(410)](o,n(371),(()=>this[n(362)]=e)),this[n(410)](o,n(373),(()=>this[n(362)]=null)),this[n(410)](o,n(452),(()=>this[n(362)]=null)))}[Cs(442)](){const t=Cs,e=super[t(442)]();return e[t(391)](t(448)).to(this),e}[Cs(411)](){const t=Cs;super[t(411)](),this[t(447)](this[t(381)],t(476)),this[t(447)](this[t(422)],t(400))}}var Os=n(673),Ns=n.n(Os),Ms=n(554),Ss={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Ms.A,Ss);Ms.A.locals;var Rs=n(306),Vs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Rs.A,Vs);Rs.A.locals;var Ls=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Ls.A,js);Ls.A.locals;const Ps=function(){return _.Date.now()};var Bs=/\s/;const Ds=function(t){for(var e=t.length;e--&&Bs.test(t.charAt(e)););return e};var Hs=/^\s+/;const Ks=function(t){return t?t.slice(0,Ds(t)+1).replace(Hs,""):t};var zs=/^[-+]0x[0-9a-f]+$/i,Fs=/^0b[01]+$/i,Us=/^0o[0-7]+$/i,Ws=parseInt;const Gs=function(t){if("number"==typeof t)return t;if(Kn(t))return NaN;if(S(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=S(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ks(t);var n=Fs.test(t);return n||Us.test(t)?Ws(t.slice(2),n?2:8):zs.test(t)?NaN:+t};var qs=Math.max,Ys=Math.min;const Xs=function(t,e,n){var o,s,r,i,a,c,h=0,u=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-c;return void 0===c||n>=e||n<0||d&&t-h>=r}function f(){var t=Ps();if(p(t))return g(t);a=setTimeout(f,function(t){var n=e-(t-c);return d?Ys(n,r-(t-h)):n}(t))}function g(t){return a=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=Ps(),n=p(t);if(o=arguments,s=this,c=t,n){if(void 0===a)return function(t){return h=t,a=setTimeout(f,e),u?m(t):i}(c);if(d)return clearTimeout(a),a=setTimeout(f,e),m(c)}return void 0===a&&(a=setTimeout(f,e)),i}return e=Gs(e)||0,S(n)&&(u=!!n.leading,r=(d="maxWait"in n)?qs(Gs(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==a&&clearTimeout(a),h=0,o=c=s=a=void 0},v.flush=function(){return void 0===a?i:g(Ps())},v};const Zs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return S(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Xs(t,e,{leading:o,maxWait:e,trailing:s})};function Qs(t,e){const n=Js();return(Qs=function(t,e){return n[t-=133]})(t,e)}function Js(){const t=["2273912WbiQKY","1606PiVRvZ","7360904TnBSdH","250353pjDfdW","4dluHWD","class","7COMFdW","characterData","attributes","2016505npcBtx","observe","20QxFJvA","type","cancel","disconnect","attributeName","6GDBHfm","340582tFLVCd","71328hjesRP","1152864SkiKyd","childList"];return(Js=function(){return t})()}function $s(t){const e=Zs(t,30),n=new MutationObserver((t=>{const n=Qs;for(const o of t)(n(137)==o[n(141)]&&n(134)==o[n(144)]||n(149)==o[n(141)]||n(136)==o[n(141)])&&e()}));return{attach(t){n[Qs(139)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Qs;n[t(143)](),e[t(142)]()}}}!function(t){const e=Qs,n=t();for(;;)try{if(680427===-parseInt(e(146))/1+parseInt(e(150))/2+parseInt(e(153))/3*(parseInt(e(133))/4)+parseInt(e(138))/5*(-parseInt(e(145))/6)+parseInt(e(135))/7*(-parseInt(e(152))/8)+-parseInt(e(148))/9*(-parseInt(e(140))/10)+-parseInt(e(151))/11*(-parseInt(e(147))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Js);var tr=n(438),er={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(tr.A,er);tr.A.locals;function nr(){const t=["_updateHeight","isActive","set","createCollection","470365GqvZys","presentation","539HtxvSB","div","type","clear","first","clientHeight","arrowup","7899yhMBUC","889011BSSdxP","content","_mutationObserver","ck-annotation-wrapper","length","focusTracker","Esc","focus","223373WUCopq","bindTemplate","element","attach","height","destroy","fire","4uAnlMG","2148zHtfeE","add","mainView","ck-rounded-corners","keystrokes","arrowdown","listenTo","106520IyJCMF","setTemplate","ck-annotation-wrapper--active","render","13zdiAoB","isDirty","20272368lWYaRh","176UInOEM","496ESgeuW","targetRect","24anJTRH","detach","delegate"];return(nr=function(){return t})()}const or=sr;function sr(t,e){const n=nr();return(sr=function(t,e){return n[t-=335]})(t,e)}!function(t){const e=sr,n=t();for(;;)try{if(327718===-parseInt(e(383))/1*(parseInt(e(340))/2)+-parseInt(e(374))/3*(parseInt(e(356))/4)+-parseInt(e(365))/5+parseInt(e(341))/6*(-parseInt(e(367))/7)+parseInt(e(358))/8*(-parseInt(e(375))/9)+-parseInt(e(348))/10*(parseInt(e(355))/11)+parseInt(e(354))/12*(parseInt(e(352))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nr);class rr extends go.View{constructor(t,n){const o=sr;super(t),this.id=(0,e.uid)(),this[o(380)]=new e.FocusTracker,this[o(345)]=new e.KeystrokeHandler,this[o(345)][o(363)](o(381),((t,e)=>this[o(339)](o(381),e))),this[o(363)](o(357),{top:0,right:0,bottom:0,left:0}),this[o(363)](o(337),0),this[o(363)](o(362),!1),this[o(363)](o(353),!1),this[o(363)](o(379),0),this[o(363)](o(369),""),this[o(377)]=$s((()=>this[o(361)]())),this[o(376)]=this[o(364)](),this[o(376)][o(360)](o(373),o(346)).to(this),this[o(376)][o(342)](n),this[o(343)]=n;const s=this[o(384)];this[o(349)]({tag:o(368),attributes:{class:["ck",o(378),o(344),s.if(o(362),o(350))],role:o(366)},children:this[o(376)]})}[or(351)](){const t=or;super[t(351)](),this[t(380)][t(342)](this[t(335)]),this[t(345)][t(347)](this[t(335)]),this[t(377)][t(336)](this[t(335)])}[or(338)](){const t=or;this[t(376)][t(370)](),this[t(345)][t(338)](),this[t(380)][t(338)](),this[t(377)][t(359)](),super[t(338)]()}[or(382)](){const t=or;this[t(376)][t(371)]&&this[t(376)][t(371)][t(382)]()}[or(361)](){const t=or,e=this[t(335)][t(372)];e&&(this[t(337)]=e)}}const ir=hr;function ar(){const t=["innerView","set","annotation-invalid-target","offsetParent","39424fdwhkA","isActive","430020WpxASb","updateTargetRect","nodeType","14JmEBnL","function","object","_type","498acbGfg","add","remove","_assertCorrectTarget","stopListening","view","length","368ogjrlP","isArray","_getNormalizedTarget","every","2784896ZGwkmv","focusableElements","filter","focusTracker","334YihBkp","refreshVisibility","render","getClientRects","target","13740KWggMk","mainView","_target","type","clear","4383954ZELaOZ","item","destroy","_id","35955yzxToh","targetRect","isVisible","element","2206AKYlCx"];return(ar=function(){return t})()}!function(t){const e=hr,n=t();for(;;)try{if(355441===-parseInt(e(375))/1*(-parseInt(e(404))/2)+parseInt(e(409))/3*(parseInt(e(396))/4)+-parseInt(e(418))/5*(parseInt(e(389))/6)+-parseInt(e(385))/7*(-parseInt(e(400))/8)+-parseInt(e(414))/9+-parseInt(e(382))/10+-parseInt(e(380))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ar);class cr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=hr;super(),this[r(394)]=t,this[r(394)][r(374)]||this[r(394)][r(406)](),this[r(388)]=o,this[r(411)]=n,cr[r(392)](this[r(398)]()),this[r(401)]=new e.Collection([this[r(394)][r(374)]],{idProperty:r(417)}),this[r(401)].on(r(390),((t,e)=>{const n=r;this[n(394)][n(403)][n(390)](e)})),this[r(401)].on(r(391),((t,e)=>{const n=r;this[n(394)][n(403)][n(391)](e)})),this[r(377)](r(373),s)}get[ir(412)](){const t=ir;return t(386)==typeof this[t(388)]?this[t(388)]():this[t(388)]}get[ir(376)](){const t=ir;return this[t(394)][t(410)]}get[ir(408)](){const t=ir,e=this[t(398)]();return cr[t(392)](e),e}get[ir(419)](){const t=ir,n=this[t(408)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(402)]((e=>function(e){const n=t;if(e[n(379)])return!0;return!!e[n(407)]()[n(415)](0)}(e)));return 0===o[t(395)]?null:new e.Rect(o[0][t(407)]()[t(415)](0))}get[ir(381)](){const t=ir;return this[t(394)][t(381)]}set[ir(381)](t){const e=ir;this[e(394)][e(381)]=t,this[e(394)][e(410)][e(381)]=t}[ir(383)](){const t=ir;this[t(394)][t(419)]=this[t(419)]}[ir(416)](){const t=ir;this[t(401)][t(393)](),this[t(401)][t(413)](),this[t(393)]()}[ir(405)](){const t=ir;this[t(373)]=!!this[t(419)]}static[ir(392)](t){const n=ir;if(!(null===t||t instanceof e.Rect||Array[n(397)](t)&&t[n(399)]((t=>ur(t)))))throw new e.CKEditorError(n(378),null,{target:t})}[ir(398)](){const t=ir,e=t(386)==typeof this[t(411)]?this[t(411)]():this[t(411)];return ur(e)?[e]:e}}function hr(t,e){const n=ar();return(hr=function(t,e){return n[t-=373]})(t,e)}function ur(t){const e=ir;return null!==t&&e(387)==typeof t&&e(384)in t&&1===t[e(384)]}const dr=lr;function lr(t,e){const n=pr();return(lr=function(t,e){return n[t-=441]})(t,e)}!function(t){const e=lr,n=t();for(;;)try{if(982995===-parseInt(e(476))/1*(-parseInt(e(452))/2)+parseInt(e(478))/3*(-parseInt(e(449))/4)+-parseInt(e(466))/5*(-parseInt(e(455))/6)+parseInt(e(481))/7+-parseInt(e(485))/8+-parseInt(e(453))/9+parseInt(e(456))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pr);class mr extends e.Collection{constructor(t=[]){const n=lr;super(),this[n(448)]=new Map,this[n(461)]=new Map,this[n(445)]=new e.FocusTracker,this[n(445)].on(n(462),((t,e,o)=>{const s=n;o||this[s(483)](s(441))}));for(const e of t)this[n(474)](e)}get[dr(446)](){const t=dr;return this[t(445)][t(446)]}[dr(474)](t){const n=dr;if(this[n(480)](t))throw new e.CKEditorError(n(450),null);this[n(448)][n(457)](t[n(470)],t),this[n(461)][n(457)](t[n(454)],t);for(const e of t[n(475)])this[n(445)][n(474)](e);this[n(460)](t[n(475)],n(474),((t,e)=>{const o=n;this[o(445)][o(474)](e)})),this[n(460)](t[n(475)],n(444),((t,e)=>{const o=n;this[o(445)][o(444)](e)})),this[n(460)](t[n(454)][n(487)],n(462),((e,o,s)=>{const r=n;s&&this[r(483)](r(467),t)})),t[n(469)]();const o=this[n(459)](t[n(454)][n(479)]);return super[n(474)](t,o)}[dr(444)](t){const n=dr;if(!this[n(480)](t))throw new e.CKEditorError(n(458),null);this[n(484)](t[n(454)][n(487)]),this[n(484)](t[n(475)]);for(const e of t[n(475)])this[n(445)][n(444)](e);return this[n(461)][n(442)](t[n(454)]),this[n(448)][n(442)](t[n(470)]),super[n(444)](t)}[dr(463)](t){const e=dr;return this[e(448)][e(465)](t)}[dr(473)](t){const e=dr;return this[e(461)][e(465)](t)}[dr(486)](){const t=dr;super[t(451)](),this[t(484)](),this[t(448)][t(451)](),this[t(461)][t(451)](),this[t(445)][t(486)]()}[dr(447)](){const t=dr;for(const e of this)e[t(469)]();this[t(443)]()}[dr(443)](){const t=dr,e=Array[t(471)](this)[t(477)](((e,n)=>fr(e[t(454)][t(479)],n[t(454)][t(479)])));for(let n=e[t(468)]-1;n>0;n--){const o=e[n];n!==this[t(472)](o)&&(this[t(444)](o),this[t(474)](o))}}[dr(459)](t){const e=dr;let n=0;if(!t)return this[e(468)];for(const o of this){const s=o[e(454)][e(479)];if(s){if(fr(t,s)<0)return n;n++}}return n}}function pr(){const t=["top","fire","stopListening","12092016ltNgvg","destroy","focusTracker","blur","delete","_sort","remove","_focusTracker","isFocused","refreshPositioning","_innerViewToAnnotation","68BQqFOd","annotationcollection-duplicated-item","clear","503764IQiGET","16778439edgipG","view","14808kajmMi","40942720VXNJxp","set","annotationcollection-not-existing-item","_getOrderInContent","listenTo","_viewToAnnotation","change:isFocused","getByInnerView","left","get","2110moeqaP","focus","length","updateTargetRect","innerView","from","getIndex","getByView","add","focusableElements","3xrxfhB","sort","320754ZqcCJp","targetRect","has","1994720GPPdJt"];return(pr=function(){return t})()}function fr(t,e){const n=dr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(482)]-e[n(482)];return 0==o?t[n(464)]-e[n(464)]:o}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=443]})(t,e)}function kr(){const t=["Ctrl+Shift+E","locale","_addActiveAnnotation","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","_activateAnnotation","fire","change:isVisible","activate","_bindAnnotationsToVisibleAnnotations","Ctrl+Enter","Arrowdown","144993xYUQuJ","2rEdBmP","view","stopListening","pluginName","Enter","refreshVisibility","refreshPositioning","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS","source","Arrowup","getByInnerView","8XihliB","createAnnotationView","focusTracker","1496411NZOCzV","add","createAnnotation","Esc","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","delete","annotations","element","activeAnnotations","130192nAMwpz","Shift+Tab","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","Annotations","9runMsU","589440TRplyY","_deactivateAllAnnotations","collection","accessibility","addKeystrokeInfoGroup","set","Tab","isVisible","destroy","165PylByc","_removeActiveAnnotation","157455BwOXUc","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO","listenTo","remove","deactivateAll","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","4VmNebn","_visibleAnnotations","822110YGTkaC","has","161988sKghez"];return(kr=function(){return t})()}!function(t){const e=vr,n=t();for(;;)try{if(118793===-parseInt(e(453))/1+-parseInt(e(492))/2*(-parseInt(e(491))/3)+parseInt(e(475))/4*(parseInt(e(469))/5)+parseInt(e(458))/6+parseInt(e(443))/7*(-parseInt(e(503))/8)+-parseInt(e(457))/9*(-parseInt(e(477))/10)+-parseInt(e(467))/11*(-parseInt(e(479))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);class br extends t.ContextPlugin{static get[gr(495)](){return gr(456)}constructor(e){const n=gr;if(super(e),this[n(460)]=new mr,this[n(476)]=new mr,this[n(463)](n(452),new Set),this[n(488)](),e instanceof t.Editor){const t=e[n(481)];e[n(461)][n(462)]({id:n(450),label:vo(t,n(474)),keystrokes:[{label:vo(t,n(470)),keystroke:n(480)},{label:vo(t,n(447)),keystroke:n(446)},{label:vo(t,n(455)),keystroke:n(496)},{label:vo(t,n(499)),keystroke:[[n(464)],[n(454)]]},{label:vo(t,n(448)),keystroke:[n(489)]},{label:vo(t,n(483)),keystroke:[[n(501)],[n(490)]]}]})}}[gr(444)](t){const e=gr;this[e(460)][e(444)](t)}[gr(472)](t){const e=gr;this[e(460)][e(472)](t),t[e(466)]()}[gr(497)](){const t=gr;for(const e of this[t(460)])e[t(497)]()}[gr(498)](){const t=gr;this[t(476)][t(498)]()}[gr(502)](t){const e=gr;return this[e(460)][e(502)](t)}[gr(473)](){const t=gr;this[t(485)](t(459))}[gr(466)](){const t=gr;for(const e of this[t(460)])e[t(466)]();this[t(476)][t(466)](),this[t(460)][t(466)](),super[t(466)]()}[gr(487)](t){const e=gr;this[e(485)](e(484),t)}[gr(445)](t){return new cr(t)}[gr(504)](t,e){return new rr(t,e)}[gr(482)](t){const e=gr,n=new Set(this[e(452)]);n[e(444)](t),this[e(452)]=n}[gr(468)](t){const e=gr,n=new Set(this[e(452)]);n[e(449)](t),this[e(452)]=n}[gr(488)](){const t=gr,e=this[t(460)],n=this[t(476)];function o(e){const o=t,s=e[o(500)];s[o(465)]&&!n[o(478)](s)?n[o(444)](s):!s[o(465)]&&n[o(478)](s)&&n[o(472)](s),s[o(493)][o(505)][o(472)](s[o(493)][o(451)]),s[o(493)][o(505)][o(444)](s[o(493)][o(451)])}this[t(471)](e,t(444),((e,s)=>{const r=t;s[r(465)]&&n[r(444)](s),this[r(471)](s,r(486),o)})),this[t(471)](e,t(472),((e,s)=>{const r=t;n[r(478)](s)&&n[r(472)](s),this[r(494)](s,r(486),o)}))}}const Ir=_r;function _r(t,e){const n=Cr();return(_r=function(t,e){return n[t-=443]})(t,e)}!function(t){const e=_r,n=t();for(;;)try{if(605031===parseInt(e(554))/1+parseInt(e(566))/2*(parseInt(e(503))/3)+parseInt(e(661))/4+-parseInt(e(660))/5+parseInt(e(453))/6*(parseInt(e(641))/7)+parseInt(e(537))/8*(parseInt(e(594))/9)+-parseInt(e(558))/10*(parseInt(e(609))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cr);const wr=Symbol(Ir(527)),yr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Ar extends t.ContextPlugin{static get[Ir(666)](){return[br,t.PendingActions,s.Users]}static get[Ir(499)](){return Ir(449)}constructor(t){const e=Ir;super(t),this[e(614)]=new Map,this[e(667)]=new Map,this[e(546)]=new Map,this[e(483)](e(583),new Set),this[e(483)](e(648),new Map),this[e(468)]=this[e(466)][e(618)][e(491)](e(468));const n=this[e(466)][e(618)];n[e(590)](e(552),2),n[e(590)](e(493),500),n[e(590)](e(615),140),n[e(590)](e(565),gs),n[e(590)](e(601),xs),n[e(491)](e(587))||console[e(678)](e(621))}[Ir(450)](){const t=Ir,e=this[t(466)][t(515)][t(491)](br);this[t(483)](t(557),null),this.on(t(645),((e,n)=>this[t(520)](n))),this.on(t(628),((e,n)=>this[t(626)](n))),this.on(t(576),((e,n)=>this[t(677)](n))),this.on(t(576),((e,n)=>this[t(676)](n)),{priority:t(446)}),this.on(t(516),((e,n)=>this[t(613)](n))),this.on(t(516),((e,n)=>this[t(676)](n)),{priority:t(446)}),this.on(t(525),((e,n)=>this[t(464)](n))),this.on(t(481),((e,n)=>this[t(448)](n))),this.on(t(481),((e,n)=>this[t(676)](n)),{priority:t(446)}),this.on(t(490),((e,n)=>this[t(551)](n))),this.on(t(571),((e,n)=>this[t(638)](n))),this.on(t(581),((e,n)=>this[t(580)](n))),this.on(t(490),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(548)](n),i=r&&this[s(667)][s(491)](r);i&&i[s(573)][s(531)][s(538)](-1)}),{priority:t(446)}),this[t(470)](e,t(463),((e,n,o)=>{const s=t,r=Array[s(451)](o)[s(671)]((t=>this[s(546)][s(491)](t[s(445)])))[s(454)](Boolean)[0];this[s(557)]=r?r[s(462)]:null}))}[Ir(656)](){!function(e){function n(t){const e=_r;return t[e(671)]((t=>String[e(484)](t)))[e(536)]("")}(e=>{const o=_r;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],s[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],s[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],s[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],s[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],s[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],s[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],s[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],s[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],s[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,a=16;const c=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=c[n([108,101,110,103,116,104])]/4,r=d(c);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let a,l=0,m=o;for(;m<e;){a=r[o-1],r[0]^=s[n([83])][a>>16&255]<<24^s[n([83])][a>>8&255]<<16^s[n([83])][255&a]<<8^s[n([83])][a>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=s[n([83])][255&a]^s[n([83])][a>>8&255]<<8^s[n([83])][a>>16&255]<<16^s[n([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,c,d=0;for(;d<o&&m<e;)i=m>>2,c=m%4,h[i][c]=r[d],u[t-i][c]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=u[e][t],u[e][t]=s[n([85,49])][a>>24&255]^s[n([85,50])][a>>16&255]^s[n([85,51])][a>>8&255]^s[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(i=m(r),a=0,l(r)),t[e]^=i[a++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^a>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^a>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^a>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^a);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],a=i[2]*r[2];function c(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=w,C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=w,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=w,C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=w)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=_r;if(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const s=C(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=s[o(455)](0),i=s[o(465)](r[n([105,100])]);C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],i?i[n([105,100])]:null,1)[o(458)]((()=>e()))}}))}A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=_r;if(!A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(652)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=i[6]*r[8]*r[6];return A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const h=C(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=_r;if(!A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(652)](Number(e))&&window[e]===a)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(466)]:e[o(535)],l=n([52,48,52,56,49,54,48,50]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=d[o(618)][o(491)](n([108,105,99,101,110,115,101,75,101,121])),f=c[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!A(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&c[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(480)]&&s[t[e(480)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?I(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{I(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((s,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function I(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);C(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),C(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=w}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function w(){return null}function y(){return!window[n([68,114,117,112,97,108])]||!A(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>A(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),c=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[Ir(670)](t){const n=Ir;if(this[n(650)])throw new e.CKEditorError(n(616));this[n(650)]=t}get[Ir(670)](){return this[Ir(650)]}[Ir(645)]({channelId:t=wr,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:a=null,context:c=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=Ir;return this[m(651)](xr(m(645),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:a,context:c,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(548)](n)}[Ir(560)]({channelId:t=wr,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=Ir;if(this[i(583)][i(668)](t)||this[i(583)][i(668)](void 0))return null;if(!o)throw new e.CKEditorError(i(591));const a=this[i(645)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!a)return null;const c=this[i(667)][i(491)](a),h=c[i(573)][i(572)][i(673)],u=this[i(466)][i(515)][i(491)](br),d=u[i(675)](c[i(573)]);return u[i(653)](d),h[i(665)](i(585),(()=>h[i(538)]())),a}[Ir(611)](t){const n=Ir;if(n(672)!=typeof t)throw new e.CKEditorError(n(643));return this[n(614)][n(668)](t)}[Ir(481)]({channelId:t=wr,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=Ir;return this[i(651)](xr(i(481),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(548)](e)}[Ir(548)](t){const n=Ir;if(n(672)!=typeof t)throw new e.CKEditorError(n(643));return this[n(614)][n(491)](t)}[Ir(564)]({channelId:t,threadId:n}={}){const o=Ir,s=this[o(548)](n);if(s)return Promise[o(582)](s);if(!this[o(670)])return Promise[o(582)](void 0);if(o(487)!=typeof this[o(670)][o(548)])throw new e.CKEditorError(o(550),this[o(466)]);return this[o(670)][o(548)]({channelId:t,threadId:n})[o(458)]((e=>this[o(611)](n)?this[o(548)](n):e?this[o(645)](Object[o(498)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(524)]((t=>{const n=o;throw console[n(659)](t),new e.CKEditorError(n(603),this[n(466)])}))}[Ir(549)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=Ir,r=[];for(const o of this[s(614)][s(443)]())t&&o[s(657)]!==t||e&&!o[s(452)]||n&&0===o[s(617)]||r[s(662)](o);return o?r[s(671)]((t=>t[s(459)]())):r}[Ir(595)](t){const n=Ir,o=this[n(466)][n(515)][n(491)](br);if(!t)return void(this[n(557)]&&o[n(507)]());const s=this[n(548)](t);if(!s)throw new e.CKEditorError(n(664),null,{threadId:t});if(!this[n(667)][n(668)](s))throw new e.CKEditorError(n(567),null,{threadId:t});const r=o[n(675)](this[n(667)][n(491)](s)[n(573)]);o[n(653)](r)}[Ir(622)](t,e){const n=Ir;t?this[n(583)][n(545)](e):this[n(583)][n(472)](e),this[n(651)](n(562),n(583),this[n(583)],this[n(583)])}[Ir(485)](t){const e=Ir;return this[e(583)][e(668)](t)||this[e(583)][e(668)](void 0)}[Ir(630)](t,e){return new fo(t,e)}[Ir(504)](t,e=wr){const n=Ir;this[n(648)][n(483)](e,t),this[n(651)](n(496),n(648),this[n(648)],this[n(648)])}[Ir(637)](t=wr){const e=Ir;return this[e(648)][e(668)](t)?this[e(648)][e(491)](t):yr}[Ir(520)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:a,target:c,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=Ir;if(p(672)!=typeof n)throw new e.CKEditorError(p(643),null,{threadId:n});if(this[p(611)](n))throw new e.CKEditorError(p(655),null,{threadId:n});const f=new Tr(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:a?this[p(466)][p(515)][p(491)](s.Users)[p(471)](a):null,isResolvable:l,isSubmitted:m||d});this[p(614)][p(483)](n,f);for(const t of o)f[p(521)](this[p(631)]({threadId:n,...t}));return c&&f[p(578)](c),d||!f[p(617)]?Promise[p(582)]():this[p(626)]({channelId:t,threadId:n})}[Ir(626)]({channelId:t,threadId:n}){const o=Ir;if(!this[o(611)](n))throw new e.CKEditorError(o(579),this);const s=this[o(548)](n);if(s[o(475)]=!0,!this[o(670)]||o(487)!=typeof this[o(670)][o(645)])return Promise[o(582)]();const{id:r,comments:i,resolvedAt:a,resolvedBy:c,context:h,attributes:u}=s,d=this[o(466)][o(515)][o(491)](o(599)),l=d[o(545)](vo(this[o(466)][o(500)],o(553)));return this[o(670)][o(645)]({channelId:t,threadId:r,comments:i[o(671)]((t=>t[o(459)]())),resolvedAt:a,resolvedBy:c?c.id:c,context:h,attributes:u})[o(458)]((({comments:e})=>{const s=o;d[s(476)](l);for(const o of e)this[s(638)]({channelId:t,threadId:n,commentId:o[s(529)],createdAt:o[s(540)],isFromAdapter:!0})}))[o(524)]((t=>{const n=o;throw console[n(659)](t),new e.CKEditorError(n(588),this)}))}[Ir(511)]({threadId:t,target:n}){const o=Ir,s=this[o(548)](t);if(!s)throw new e.CKEditorError(o(512),this);const r=this[o(466)][o(515)][o(491)](o(599)),i=this[o(466)][o(515)][o(491)](br),a=this[o(514)](s),c=new fo(s,a);let h=null;a.on(o(528),((t,e,n)=>{const s=o;n?h=r[s(545)](vo(this[s(466)][s(500)],s(553))):h&&(r[s(476)](h),h=null)})),a.on(o(620),(()=>{const e=o;this[e(651)](xr(e(469),s[e(657)]),{threadId:t,channelId:s[e(657)]})})),this[o(667)][o(483)](s,c),this[o(546)][o(483)](a,c);const u=new rr(this[o(466)][o(500)],a);u[o(519)](o(617)).to(a),u[o(519)](o(625)).to(a,o(625),a,o(617),((t,e)=>t||!e)),u[o(519)](o(513)).to(a),u[o(559)]=o(522);const d=new cr({view:u,target:n,type:o(522),isVisible:!s[o(563)]});return this[o(584)](a,d),i[o(545)](d),d}[Ir(584)](e,n){const o=Ir;this[o(470)](e,o(585),((e,s)=>{const r=o,i=s.ui[r(573)][r(495)][r(532)];n[r(577)][r(545)](i),this[r(466)]instanceof t.Editor&&this[r(466)].ui[r(633)][r(545)](i)}),{priority:o(605)}),this[o(470)](e,o(629),((e,s)=>{const r=o,i=s.ui[r(573)][r(495)][r(532)];n[r(577)][r(668)](i)&&n[r(577)][r(476)](i),this[r(466)]instanceof t.Editor&&this[r(466)].ui[r(633)][r(476)](i)}))}[Ir(447)](t){const e=Ir;this[e(489)](t,e(585)),this[e(489)](t,e(629))}[Ir(514)](t){const e=Ir,n=this[e(466)][e(515)][e(491)](s.Users),{config:o,locale:r}=this[e(466)],i=(0,s.getDateTimeFormatter)(o[e(491)](e(500)));return new(0,o[e(491)](e(486))[e(592)])(r,t,n.me,{editorConfig:{...o[e(491)](e(587)),licenseKey:this[e(466)][e(618)][e(491)](e(468))},copyMarkers:o[e(491)](e(444)),maxCommentsWhenCollapsed:o[e(491)](e(552)),maxThreadTotalWeight:o[e(491)](e(493)),maxCommentCharsWhenCollapsed:o[e(491)](e(615)),formatDateTime:i,CommentView:o[e(491)](e(486))[e(530)]})}[Ir(677)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const a=Ir;if(!this[a(611)](t))throw new e.CKEditorError(a(579),null,{threadId:t});const c=this[a(548)](t);if(c[a(563)])throw new e.CKEditorError(a(632),null,{threadId:t});const h=this[a(466)][a(515)][a(491)](s.Users);if(c[a(654)]=h[a(471)](r),c[a(623)]=o,i||!this[a(670)]||a(487)!=typeof this[a(670)][a(576)])return Promise[a(582)]();const u=this[a(466)][a(515)][a(491)](a(599)),d=u[a(545)](vo(this[a(466)][a(500)],a(553)));return this[a(670)][a(576)]({channelId:n,threadId:t})[a(458)]((({resolvedAt:t,resolvedBy:e})=>{const n=a;u[n(476)](d),c[n(654)].id!==e&&(c[n(654)]=h[n(471)](e)),c[n(623)]=t}))[a(524)]((t=>{const n=a;throw console[n(659)](t),new e.CKEditorError(n(510),this)}))}[Ir(613)]({threadId:t,channelId:n,isFromAdapter:o}){const s=Ir;if(!this[s(611)](t))throw new e.CKEditorError(s(579),null,{threadId:t});const r=this[s(548)](t);if(!r[s(563)])throw new e.CKEditorError(s(492),null,{threadId:t});if(r[s(654)]=null,r[s(623)]=null,o||!this[s(670)]||s(487)!=typeof this[s(670)][s(516)])return Promise[s(582)]();const i=this[s(466)][s(515)][s(491)](s(599)),a=i[s(545)](vo(this[s(466)][s(500)],s(553)));return this[s(670)][s(516)]({channelId:n,threadId:t})[s(458)]((()=>i[s(476)](a)))[s(524)]((t=>{const n=s;throw console[n(659)](t),new e.CKEditorError(n(608),this)}))}[Ir(464)]({threadId:t,isFromAdapter:n}){const o=Ir,s=this[o(548)](t);if(!s)throw new e.CKEditorError(o(482),this);if(this[o(640)](t),this[o(614)][o(472)](t),!s[o(600)]||n||!this[o(670)]||o(487)!=typeof this[o(670)][o(525)])return Promise[o(582)]();const r=this[o(466)][o(515)][o(491)](o(599)),{channelId:i}=s,a=r[o(545)](vo(this[o(466)][o(500)],o(553)));return this[o(670)][o(525)]({channelId:i,threadId:t})[o(458)]((()=>r[o(476)](a)))[o(524)]((t=>{const n=o;throw console[n(659)](t),new e.CKEditorError(n(523),this)}))}[Ir(448)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=Ir;if(i(672)!=typeof t)throw new e.CKEditorError(i(643),null,{threadId:t});if(!this[i(611)](t))throw new e.CKEditorError(i(579),null,{threadId:t});const a=this[i(548)](t);let c=!1;if(void 0!==o&&a[i(466)]!==o&&(a[i(466)]=o,c=!0),void 0!==n&&a[i(568)]!==n&&(a[i(568)]=n,c=!0),s&&!Ue(s,a[i(647)])&&(a[i(647)]=s,c=!0),!c)return Promise[i(582)]();if(!a[i(600)]||r||!this[i(670)]||i(487)!=typeof this[i(670)][i(481)])return Promise[i(582)]();const h=this[i(466)][i(515)][i(491)](i(599)),{channelId:u}=a,d=h[i(545)](vo(this[i(466)][i(500)],i(553)));return this[i(670)][i(481)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(458)]((()=>h[i(476)](d)))[i(524)]((t=>{const n=i;throw console[n(659)](t),new e.CKEditorError(n(457),this)}))}[Ir(640)](t){const e=Ir,n=this[e(466)][e(515)][e(491)](br),o=this[e(548)](t);if(this[e(667)][e(668)](o)){const t=this[e(667)][e(491)](o),s=t[e(573)],r=n[e(675)](s);this[e(667)][e(472)](o),this[e(546)][e(472)](s),r&&n[e(476)](r),t[e(534)](),s[e(534)]()[e(458)]((()=>{this[e(447)](s)}))}}[Ir(676)]({threadId:t,resolvedAt:e}){const n=Ir,o=!!e,s=this[n(466)][n(515)][n(491)](br),r=this[n(548)](t);if(this[n(667)][n(668)](r)){const t=this[n(667)][n(491)](r)[n(573)],e=s[n(675)](t);e&&(o&&s[n(555)](e),e[n(644)]())}}[Ir(597)](t){const e=Ir,n=this[e(466)][e(515)][e(491)](s.Users),o=(0,s.hashObject)(e(488)+t);return n[e(471)](o)||n[e(473)]({id:o,name:t})}[Ir(631)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:a}){const c=Ir;if(c(672)!=typeof n)throw new e.CKEditorError(c(494));if(c(672)!=typeof r)throw new e.CKEditorError(c(561));if(c(672)!=typeof o||!o[c(636)]())throw new e.CKEditorError(c(634));const h=this[c(466)][c(515)][c(491)](s.Users)[c(471)](r);if(!h)throw new e.CKEditorError(c(604),null,{authorId:r});let u=null,d=i;return a&&a[c(518)]&&(u=this[c(597)](a[c(518)][c(570)]),d=new Date(a[c(518)][c(540)])),new Er(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:a})}[Ir(551)](t){const n=Ir;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const a=this[n(548)](t[n(598)]);if(!a)throw new e.CKEditorError(n(542),this);const c=this[n(631)](t),{id:h}=c;if(a[n(521)](c),i||!this[n(670)]||n(487)!=typeof this[n(670)][n(490)]||!a[n(600)])return Promise[n(582)]();const u=this[n(466)][n(515)][n(491)](n(599)),{channelId:d}=a,l=u[n(545)](vo(this[n(466)][n(500)],n(553)));return r||(r={}),this[n(670)][n(490)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(458)]((t=>{const e=n;u[e(476)](l),t&&this[e(638)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(540)],isFromAdapter:!0})}))[n(524)]((t=>{const o=n;throw console[o(659)](t),new e.CKEditorError(o(642),this)}))}[Ir(638)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const a=Ir;if(void 0!==o&&(a(672)!=typeof o||!o[a(636)]()[a(617)]))throw new e.CKEditorError(a(569));const c=this[a(548)](t),h=c[a(539)](n);if(!h)throw new e.CKEditorError(a(517),this);let u=!1;if(o&&o!==h[a(501)]&&(h[a(506)]||i)&&(h[a(501)]=o,u=!0),s&&s!==h[a(540)]&&(h[a(540)]=s,h[a(647)]&&h[a(647)][a(518)]||(h[a(508)]=s),u=!0),r&&!Ue(r,h[a(647)])&&(h[a(647)]=r,u=!0),!u)return Promise[a(582)]();if(c[a(651)](a(635)),i||!this[a(670)]||a(487)!=typeof this[a(670)][a(571)])return Promise[a(582)]();const d=this[a(466)][a(515)][a(491)](a(599)),{channelId:l}=this[a(548)](h[a(598)]),m=d[a(545)](vo(this[a(466)][a(500)],a(553)));return this[a(670)][a(571)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[a(458)]((()=>d[a(476)](m)))[a(524)]((t=>{const n=a;throw console[n(659)](t),new e.CKEditorError(n(502),this)}))}[Ir(580)]({threadId:t,commentId:n,isFromAdapter:o}){const s=Ir,r=this[s(548)](t),i=r[s(539)](n);if(!i)throw new e.CKEditorError(s(639),this);if(r[s(649)](i),o||!this[s(670)]||s(487)!=typeof this[s(670)][s(581)])return Promise[s(582)]();const a=this[s(466)][s(515)][s(491)](s(599)),{channelId:c}=r,h=a[s(545)](vo(this[s(466)][s(500)],s(553)));return this[s(670)][s(581)]({channelId:c,threadId:t,commentId:n})[s(458)]((()=>a[s(476)](h)))[s(524)]((t=>{const n=s;throw console[n(659)](t),new e.CKEditorError(n(669),this)}))}}function Cr(){const t=["_isSubmitted","remove","div","setContext","commentsrepository-remove-comment-missing-comment-thread","forbiddenHandler","updateCommentThread","commentsrepository-remove-missing-comment-thread","set","fromCharCode","isReadOnly","comments","function","external:","stopListening","addComment","get","commentsrepository-reopen-comment-thread","comments.maxThreadTotalWeight","commentsrepository-invalid-commentid","body","change:_permissions","archivedAt","assign","pluginName","locale","content","commentsrepository-update-comment-internal-error","3gEvGqm","setPermissions","setUnlinkedAt","isEditable","deactivateAll","authoredAt","reduce","commentsrepository-resolve-comment-thread-internal-error","_attachCommentThread","commentsrepository-attach-missing-comment-thread","isActive","_createCommentThreadView","plugins","reopenCommentThread","commentsrepository-update-missing-comment","@external","bind","_addCommentThread","_add","comment","commentsrepository-remove-comment-thread-internal-error","catch","removeCommentThread","innerHTML","noChannel","change:isDirty","commentId","CommentView","commentsListView","bodyCollectionContainer","isExternal","destroy","editor","join","93120AhFARc","focus","getComment","createdAt","isRemovable","commentsrepository-add-comment-to-missing-comment-thread","_findOptimalIndex","isFromAdapter","add","_viewToController","_hasTargetInContent","getCommentThread","getCommentThreads","commentsrepository-missing-thread-and-adapter-method","_addComment","comments.maxCommentsWhenCollapsed","PENDING_ACTION_COMMENT_THREAD","398480WAKsiU","_removeActiveAnnotation","setAttribute","activeCommentThread","20ZPcsef","type","openNewCommentThread","commentsrepository-invalid-comment-authorid","change:_readOnlyChannels","isResolved","fetchCommentThread","comments.CommentThreadView","1017818NVUlwq","commentsrepository-active-not-attached","unlinkedAt","commentsrepository-update-comment-invalid-content","authorName","updateComment","commentThreadInputView","view","creator","write","resolveCommentThread","focusableElements","attachTo","commentsrepository-missing-comment-thread","_removeComment","removeComment","resolve","_readOnlyChannels","_bindAnnotationToEditors","editorReady","update","comments.editorConfig","commentsrepository-add-comment-thread-internal-error","reopen","define","commentsrepository-missing-target","CommentThreadView","commentsrepository-update-comment-missing-comment-thread","90RtRODu","setActiveCommentThread","admin","_getExternalAuthor","threadId","PendingActions","isSubmitted","comments.CommentView","find","commentsrepository-fetch-comment-thread","commentsrepository-add-comment-user-not-exists","highest","isResolvable","weight","commentsrepository-reopen-comment-thread-internal-error","7648069msLcwW","_update","hasCommentThread","commentsrepository-get-comment-invalid-id","_reopenCommentThread","_threads","comments.maxCommentCharsWhenCollapsed","commentsrepository-adapter-already-set","length","config","_isAttached","escape","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","switchReadOnly","resolvedAt","modifyAll","isDirty","_submitCommentThread","_repository","submitCommentThread","editorDestroyed","createCommentThreadController","_createNewComment","commentsrepository-resolved-comment-thread","focusTracker","commentsrepository-invalid-comment-content","commentUpdated","trim","getPermissions","_updateComment","commentsrepository-remove-missing-comment","_detachCommentThread","14MUQbNL","commentsrepository-add-comment-internal-error","commentsrepository-invalid-comment-thread-id","refreshVisibility","addCommentThread","author","attributes","_permissions","_remove","_adapter","fire","isNaN","activate","resolvedBy","commentsrepository-duplicated-comment-thread-id","afterInit","channelId","removeAttribute","error","2555760jozFCA","4244904zAxXrF","push","createElement","commentsrepository-active-missing-comment-thread","once","requires","_threadToController","has","commentsrepository-remove-comment-internal-error","adapter","map","string","commentInputView","getIndex","getByInnerView","_updateActiveAnnotation","_resolveCommentThread","warn","getTime","values","comments.copyMarkers","innerView","lowest","_unbindEditors","_updateCommentThread","CommentsRepository","init","from","isAttached","1265178xtLBgA","filter","getRevision","change:authoredAt","commentsrepository-update-comment-thread-internal-error","then","toJSON","textContent","submit","model","change:activeAnnotations","_removeCommentThread","getEarlierVisibleRevision","context","canComment","licenseKey","escapeThread","listenTo","getUser","delete","addUser","max"];return(Cr=function(){return t})()}class Tr extends((0,e.ObservableMixin)()){constructor(t,n){const o=Ir;super();const s=n[o(606)];this[o(657)]=n[o(657)],this.id=n.id,this[o(486)]=new e.Collection,this[o(627)]=t,this[o(619)]=!1,this[o(475)]=n[o(600)],this[o(483)](o(547),!0),this[o(519)](o(485)).to(t,o(648),t,o(583),(()=>t[o(485)](this[o(657)]))),this[o(519)](o(541)).to(t,o(648),(()=>t[o(637)](this[o(657)])[o(596)])),this[o(519)](o(467)).to(t,o(648),(()=>{const e=o,n=t[e(637)](this[e(657)]);return n[e(575)]||n[e(596)]})),this[o(519)](o(606)).to(t,o(648),(()=>s&&t[o(637)](this[o(657)])[o(582)])),this[o(483)](o(466),n[o(466)]),this[o(519)](o(497)).to(this,o(623),this,o(568),((t,e)=>t?e?t<e?t:e:t:e)),this[o(483)](o(568),n[o(568)]||null),this[o(483)](o(623),n[o(623)]||null),this[o(483)](o(654),n[o(654)]||null),this[o(519)](o(563)).to(this,o(623),(t=>!!t)),this[o(483)](o(647),n[o(647)]||{})}get[Ir(607)](){const t=Ir;return Array[t(451)](this[t(486)])[t(509)](((e,n)=>e+n[t(607)]),0)}get[Ir(617)](){const t=Ir;return this[t(486)][t(617)]}get[Ir(452)](){return this[Ir(619)]}get[Ir(600)](){return this[Ir(475)]}[Ir(461)](){const t=Ir,{channelId:e,id:n}=this;this[t(627)][t(651)](xr(t(628),e),{channelId:e,threadId:n})}[Ir(505)](t){this[Ir(610)]({unlinkedAt:t})}[Ir(582)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=Ir,r=this[o(627)][o(466)][o(515)][o(491)](s.Users).me,{channelId:i,id:a}=this;this[o(627)][o(651)](xr(o(576),i),{channelId:i,threadId:a,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[Ir(589)]({isFromAdapter:t=!1}={}){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(516),n),{channelId:n,threadId:o,isFromAdapter:t})}[Ir(478)](t){const e=Ir;this[e(466)]||this[e(610)]({context:t})}[Ir(556)](t,e){const n=Ir,o=Hn(this[n(647)]);so(o,t,e),this[n(610)]({attributes:o})}[Ir(658)](t){const e=Ir,n=Hn(this[e(647)]);uo(n,t),this[e(610)]({attributes:n})}[Ir(476)]({isFromAdapter:t=!1}={}){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(525),n),{channelId:n,threadId:o,isFromAdapter:t})}[Ir(578)](t){const e=Ir;return this[e(627)][e(511)]({threadId:this.id,target:t})}[Ir(490)](t){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(490),n,o),Object[e(498)]({channelId:n,threadId:o},t))}[Ir(539)](t){const n=Ir;if(n(672)!=typeof t)throw new e.CKEditorError(n(612),null,{commentId:t});return this[n(486)][n(491)](t)}[Ir(459)](){const t=Ir;return{threadId:this.id,context:this[t(466)],unlinkedAt:this[t(568)],resolvedAt:this[t(623)],resolvedBy:this[t(654)]?this[t(654)].id:null,archivedAt:this[t(497)],comments:this[t(486)][t(671)]((e=>e[t(459)]())),attributes:this[t(647)]}}[Ir(521)](t){const e=Ir;return this[e(470)](t,e(456),(()=>{const n=e,o=this[n(543)](t),s=this[n(486)];o-1!=s[n(674)](t)&&o+1!=s[n(674)](t)&&(this[n(649)](t),this[n(521)](t))})),this[e(486)][e(545)](t,this[e(543)](t))}[Ir(610)](t){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(481),n),{...t,channelId:n,threadId:o})}[Ir(649)](t){const e=Ir;return this[e(489)](t),t[e(534)](),this[e(486)][e(476)](t)}[Ir(543)](t){const e=Ir,n=this[e(486)][e(602)]((n=>new Date(n[e(508)])[e(679)]()>new Date(t[e(508)])[e(679)]()));return n?this[e(486)][e(674)](n):this[e(617)]}}class Er extends((0,e.ObservableMixin)()){constructor(t,e){const n=Ir;super();const o=t[n(466)][n(515)][n(491)](s.Users).me,r=t[n(548)](e[n(598)]),i=0===r[n(486)][n(617)],a=o===e[n(646)];this.id=e.id,this[n(598)]=e[n(598)],this[n(646)]=e[n(646)],this[n(574)]=e[n(574)],this[n(533)]=Boolean(e[n(647)]&&e[n(647)][n(518)]),this[n(483)](n(501),e[n(501)]),this[n(540)]=e[n(540)]||new Date,this[n(483)](n(508),e[n(508)]||new Date),this[n(519)](n(623)).to(r,n(623)),this[n(483)](n(647),e[n(647)]||{}),this[n(519)](n(506)).to(t,n(648),(()=>{const e=n,o=t[e(637)](r[e(657)])[e(575)],s=t[e(637)](r[e(657)])[e(624)];return a&&o||!a&&s})),this[n(519)](n(541)).to(r,n(541),t,n(648),(e=>{const o=n,s=t[o(637)](r[o(657)])[o(575)],c=t[o(637)](r[o(657)])[o(624)];return a&&s||e&&i||!a&&c&&!i})),this[n(519)](n(485)).to(r,n(485)),this[n(627)]=t}get[Ir(607)](){const t=Ir;return Math[t(474)](function(e){const n=t,o=document[n(663)](n(477));return o[n(526)]=e,o[n(460)][n(617)]}(this[t(501)]),200)}[Ir(586)](t){const n=Ir,{threadId:o,id:s}=this;if(!this[n(627)][n(611)](o))throw new e.CKEditorError(n(593),this);const{channelId:r}=this[n(627)][n(548)](o);this[n(627)][n(651)](xr(n(571),r,o),{channelId:r,threadId:o,commentId:s,...t})}[Ir(556)](t,e){const n=Ir,o=Hn(this[n(647)]);so(o,t,e),this[n(586)]({attributes:o})}[Ir(658)](t){const e=Ir,n=Hn(this[e(647)]);uo(n,t),this[e(586)]({attributes:n})}[Ir(476)](t={}){const n=Ir;if(!t[n(544)]&&!this[n(541)])return;const{threadId:o,id:s}=this;if(!this[n(627)][n(611)](o))throw new e.CKEditorError(n(479),this);const{channelId:r}=this[n(627)][n(548)](o);this[n(627)][n(651)](xr(n(581),r,o),{channelId:r,threadId:o,commentId:s,...t})}[Ir(459)](){const t=Ir;return{commentId:this.id,content:this[t(501)],createdAt:this[t(540)],authorId:this[t(574)].id,attributes:this[t(647)]}}[Ir(534)](){this[Ir(489)]()}}function xr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Or=Nr;function Nr(t,e){const n=Mr();return(Nr=function(t,e){return n[t-=407]})(t,e)}function Mr(){const t=["21003cWnmdn","21225149ObUbwm","tableCell","end","getRanges","push","getLastMatchingPosition","131830MaELRc","isEnabled","document","_hasContent","addMarker","change","299198vQsHWb","90WxoTsz","item","editor","execute","318596DATkRt","substr","1378578iZnIta","getItems","schema","element","backward","2148629NOivuy","$textProxy","start","isObject","model","selection","666fffwyi","createRange","comment:","_trimToContent","15lZavqG","_itemIsContent","refresh","24vnIOuU"];return(Mr=function(){return t})()}!function(t){const e=Nr,n=t();for(;;)try{if(650975===-parseInt(e(434))/1+parseInt(e(435))/2*(-parseInt(e(421))/3)+parseInt(e(439))/4+parseInt(e(417))/5*(-parseInt(e(441))/6)+parseInt(e(407))/7*(parseInt(e(420))/8)+-parseInt(e(413))/9*(parseInt(e(428))/10)+parseInt(e(422))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mr);class Sr extends t.Command{[Or(419)](){const t=Or,e=this[t(437)][t(411)][t(430)][t(412)];for(const n of e[t(425)]())if(this[t(431)](n))return void(this[t(429)]=!0);this[t(429)]=!1}[Or(438)]({threadId:t=(0,e.uid)()}={}){const n=Or,o=this[n(437)][n(411)],s=[];for(const t of o[n(430)][n(412)][n(425)]())this[n(431)](t)&&s[n(426)](this[n(416)](t));o[n(433)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(440)](1,5),i=r(415)+t+":"+s;o[r(432)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Or(431)](t){const e=Or;for(const n of t[e(442)]())if(this[e(418)](n))return!0;return!1}[Or(418)](t){const e=Or;return t.is(e(408))||this[e(437)][e(411)][e(443)][e(410)](t)&&!t.is(e(444),e(423))}[Or(416)](t){const e=Or,n=t=>!this[e(418)](t[e(436)]),o=t[e(409)][e(427)](n),s=t[e(424)][e(427)](n,{direction:e(445)});return this[e(437)][e(411)][e(414)](o,s)}}const Rr=Lr;function Vr(){const t=["focusTracker","document","change:range","isReadOnly","uiUpdate","map","622AxxGPP","fire","collection","plugins","view","1897BuHlMx","get","element","directChange","registerAnnotation","isCollapsed","_editorAnnotations","2152528zjRMrJ","1059762AHddxM","isEqual","EditorAnnotations","hasDomSelection","5747915NSbZyl","containsRange","change:isFocused","remove","set","555430LGPNIG","cancel","sort","range","innerView","getRanges","selection","delete","getOrderedSelectedAnnotations","init","requires","listenTo","_dataCollectors","blur","addSourceCollector","28iQLBpk","has","model","from","204elWpLL","push","getByInnerView","editing","update","4ZGuHOe","function","4256442SlAGFG","annotation","9PyUBip","pluginName","add","editor","_editorAnnotationsData","refresh","refreshSelectedViews","668361xyThdz","editorannotations-invalid-source-callback"];return(Vr=function(){return t})()}function Lr(t,e){const n=Vr();return(Lr=function(t,e){return n[t-=466]})(t,e)}!function(t){const e=Lr,n=t();for(;;)try{if(690089===-parseInt(e(479))/1*(parseInt(e(474))/2)+-parseInt(e(466))/3*(-parseInt(e(520))/4)+parseInt(e(491))/5+-parseInt(e(522))/6+-parseInt(e(511))/7*(parseInt(e(486))/8)+parseInt(e(524))/9*(parseInt(e(496))/10)+-parseInt(e(487))/11*(-parseInt(e(515))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vr);class jr extends t.Plugin{static get[Rr(506)](){return[br]}static get[Rr(525)](){return Rr(489)}constructor(t){const e=Rr;super(t),this[e(508)]=new Set,this[e(485)]=new Set}[Rr(505)](){const t=Rr,e=this[t(527)],n=e[t(513)][t(469)][t(502)],o=Xs((()=>this[t(530)]()),10);n.on(t(470),((e,n)=>{const s=t;n[s(482)]&&(o[s(497)](),this[s(530)]())})),this[t(507)](e[t(518)][t(478)][t(469)],t(493),((t,e,n)=>{n&&o()})),this[t(507)](e.ui[t(468)],t(493),((n,o,s)=>{const r=t;s||e[r(471)]||this[r(475)](r(509),{isAnnotationTracked:t=>this[r(528)][r(512)](t[r(500)])})})),this[t(507)](this[t(527)].ui,t(519),(()=>this[t(475)](t(472))))}[Rr(483)](t){const e=Rr;if(this[e(485)][e(512)](t[e(478)]))return;this[e(485)][e(526)](t[e(478)]),this[e(527)].ui[e(468)][e(526)](t[e(478)][e(481)]);const n=this[e(527)][e(477)][e(480)](br);this[e(507)](n[e(476)],e(494),((t,n)=>{const o=e;this[o(527)].ui[o(468)][o(494)](n[o(478)][o(481)]),this[o(485)][o(503)](n[o(478)])}))}[Rr(490)](){const t=Rr;return this[t(527)][t(518)][t(478)][t(490)]}[Rr(510)](t){const n=Rr;if(n(521)!=typeof t)throw new e.CKEditorError(n(467));this[n(508)][n(526)](t)}[Rr(530)](){const t=Rr;this[t(475)](t(529))}[Rr(504)]({activeAnnotation:t,annotations:e}){const n=Rr,o=[],s=this[n(527)][n(513)][n(469)][n(502)],r=Array[n(514)](s[n(501)]());for(const[t,s]of this[n(528)]){const r=i(s),a=e[n(517)](t);r&&a&&o[n(516)]({annotation:a,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(492)](t,!s[e(484)]))return n;return null}return o[n(498)](((e,o)=>{const s=n,r=e[s(499)],i=o[s(499)];if(!r[s(488)](i)){if(r[s(492)](i,!0))return 1;if(i[s(492)](r,!0))return-1}return e[s(523)]==t?-1:o[s(523)]==t?1:0}))[n(473)]((t=>t[n(523)]))}get[Rr(528)](){const t=Rr,e=new Map;for(const n of Array[t(514)](this[t(508)]))for(const[o,s]of n())e[t(495)](o,s);return e}}const Pr=Br;function Br(t,e){const n=Dr();return(Br=function(t,e){return n[t-=338]})(t,e)}function Dr(){const t=["5VEDGaa","has","afterInit","enableCommand","2426691xJXPSk","54XsLyOB","editor","10xDrBhQ","6409251tuAnIK","24245309dGKzKI","RestrictedEditingModeEditing","196238xeklAy","197071hsfgvV","addCommentThread","plugins","1146248pwBfMe","get","2EvGrJD","367956KhnqhW"];return(Dr=function(){return t})()}!function(t){const e=Br,n=t();for(;;)try{if(576556===parseInt(e(356))/1*(parseInt(e(342))/2)+-parseInt(e(348))/3+-parseInt(e(343))/4*(-parseInt(e(344))/5)+-parseInt(e(349))/6*(parseInt(e(355))/7)+-parseInt(e(340))/8+-parseInt(e(352))/9+parseInt(e(351))/10*(parseInt(e(353))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Dr);class Hr extends t.Plugin{[Pr(346)](){const t=Pr,e=this[t(350)];e[t(339)][t(345)](t(354))&&e[t(339)][t(341)](t(354))[t(347)](t(338))}}const Kr=zr;function zr(t,e){const n=Ur();return(zr=function(t,e){return n[t-=355]})(t,e)}!function(t){const e=zr,n=t();for(;;)try{if(903075===parseInt(e(367))/1+-parseInt(e(376))/2*(-parseInt(e(383))/3)+parseInt(e(359))/4*(-parseInt(e(379))/5)+parseInt(e(360))/6+parseInt(e(382))/7+-parseInt(e(375))/8+-parseInt(e(369))/9*(parseInt(e(364))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ur);class Fr extends t.Plugin{constructor(t){const e=zr;super(t),this[e(373)][e(380)][e(377)](e(363),e(370))}[Kr(381)](){const t=Kr,n=this[t(373)],o=n[t(374)][t(355)](t(372)),r=n[t(361)][t(355)](s.Users);o&&(o.on(t(366),((e,[,n])=>{n[t(384)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(365)]+10}),this[t(356)](o,t(371),this[t(358)]))}[Kr(358)](t,e){const n=Kr,{comment_threads:o}=e;o&&o[n(378)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,a=e[r(362)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(373)][r(361)][r(355)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(372)}}}))),c=this[r(373)][r(380)][r(355)](r(357));this[r(373)][r(361)][r(355)](Ar)[r(368)]({channelId:c,threadId:t,comments:a,resolvedAt:o?i:null})}))}}function Ur(){const t=["get","listenTo","collaboration.channelId","_handleImportedData","12PWQnyy","4675698iIaQar","plugins","map","importWord.formatting.comments","248690iEmJsS","high","execute","1678049owyjdO","addCommentThread","9EBVNXk","basic","dataInsert","importWord","editor","commands","13267520daWSrF","236386IGHDBM","define","forEach","1956315chebXO","config","afterInit","3328430qFDPSo","21dQHEHF","collaboration_features"];return(Ur=function(){return t})()}function Wr(){const t=["afterInit","get","ClipboardPipeline","define","24TtbLeo","cut","CommentsRepository","_registerMarkerToCopy","comment","delete","listenTo","_removeMarkersWithoutThreads","highest","dragstart","keys","never","always","comments.copyMarkers","content","1128978jJTNlb","markers","969916mbOutv","2047045iakqYa","hasCommentThread","plugins","all","requires","3357848fNKpBl","41866euRHWk","contentInsertion","ClipboardMarkersUtils","_mapCommentsCopyConfigToRegisterConfiguration","65356UYhbwZ","has","editor","split","2697100SQlokn","_registerMarkerInClipboardPipeline","default","config"];return(Wr=function(){return t})()}const Gr=qr;function qr(t,e){const n=Wr();return(qr=function(t,e){return n[t-=164]})(t,e)}!function(t){const e=qr,n=t();for(;;)try{if(327797===-parseInt(e(199))/1+parseInt(e(192))/2+parseInt(e(175))/3*(-parseInt(e(203))/4)+parseInt(e(167))/5+parseInt(e(190))/6+-parseInt(e(193))/7+-parseInt(e(198))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wr);class Yr extends t.Plugin{constructor(t){const e=qr;super(t),this[e(165)][e(170)][e(174)](e(188),e(169))}static get[Gr(197)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Gr(171)](){const t=Gr,e=this[t(165)][t(195)][t(172)](t(173));this[t(168)](),this[t(181)](e,t(200),((e,n)=>this[t(182)](n[t(189)][t(191)])),{priority:t(183)})}[Gr(182)](t){const e=Gr;if(!this[e(165)][e(195)][e(164)](e(177)))return t;const n=this[e(165)][e(195)][e(172)](e(177));for(const o of t[e(185)]()){const[s,r]=o[e(166)](":");e(179)!=s||n[e(194)](r)||t[e(180)](o)}return t}[Gr(168)](){const t=Gr,e=this[t(165)][t(195)][t(172)](t(201)),n=this[t(202)](this[t(165)][t(170)][t(172)](t(188)));n&&e[t(178)](t(179),n)}[Gr(202)](t){const e=Gr;switch(t){case e(187):return{allowedActions:e(196),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(169):return{allowedActions:[e(176),e(184)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(186):default:return null}}}var Xr=n(492),Zr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Xr.A,Zr);Xr.A.locals;const Qr=Jr;function Jr(t,e){const n=$r();return(Jr=function(t,e){return n[t-=331]})(t,e)}function $r(){const t=["split","rootName","conversion","document","pluginName","push","collaboration.channelId","_initAriaMarkerChangeAnnouncements","getCommentThread","ignoreResolvedComments","editingDowncast","registerAnnotation","isResolved","_initializeMarkerConverters","createPositionBefore","addCommentThread","isObject","change","ready","model","_threads","announce","updateMarker","getAllMarkersForId","dataDowncast","differ","getCommentThreads","comment:","then","markers","markerToHighlight","dataToMarker","clear","removeMarker","4145706zZkkzj","destroy","add","state","$marker","newRange","schema","_handleMarkerAddAndRemove","hasDomSelection","enqueueChange","ck-comment-marker--active","2167704zUCGQA","addComment","activeMarker","name","get","change:isThreadsLoadingPaused","switchReadOnly","getRange","elementToElement","refreshVisibility","createElement","removeMarker:","substring","end","markerName","registerPostFixer","fetchCommentThread","$graveyard","isAttached","openNewCommentThread","view","getItems","LEAVE_COMMENT_ANNOUNCEMENT","_attachArchivedThread","root","reopenCommentThread","519270lCUoUY","change:activeMarker","_reconvertMarkers","set","resolveCommentThread","editing","comment","delete","for","destroyed","data","22484295mGqWCP","getByInnerView","isThreadsLoadingPaused","once","attachTo","$textProxy","_detachCommentThread","low","commands","_getTargetForId","text","scrollToThreadMarker","setUnlinkedAt","664540QKHcys","consumable","affectsData","_threadToController","10xuIRnK","setContext","start","requires","reconvertMarker","markerToData","item","14189152nGSDXq","ENTER_COMMENT_ANNOUNCEMENT","from","length","getWalker","init","config","isLocal","context","_attachMarkerToThread","locale","focus","editor","hasMarkerForId","ck-comment-marker","change:isReadOnly","unlinkedAt","addMarker:","isEqual","group","plugins","32637ExUswo","178dVSsjY","hasContent","ariaLiveAnnouncer","render","upcast","isCollapsed","hasCommentThread","getAttribute","createRange","_handleThreadMarker","listenTo","_hasTargetInContent","getChangedMarkers","CommentsEditing","removeCommentThread","consume","managedUsingOperations","_getTextContext","startsWith","size"];return($r=function(){return t})()}!function(t){const e=Jr,n=t();for(;;)try{if(989199===parseInt(e(357))/1+parseInt(e(414))/2*(-parseInt(e(413))/3)+-parseInt(e(381))/4*(-parseInt(e(385))/5)+parseInt(e(468))/6+-parseInt(e(331))/7+-parseInt(e(392))/8+parseInt(e(368))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($r);class ti extends t.Plugin{static get[Qr(388)](){return[Ar,jr,Hr,Fr,Yr]}static get[Qr(438)](){return Qr(427)}constructor(t){const e=Qr;super(t),this[e(360)](e(370),!0),t[e(367)][e(371)](e(452),(()=>this[e(370)]=!1)),this[e(360)](e(333),null),this.on(e(358),((n,o,s,r)=>{const i=e,a=s?ni(s).id:null;if(t[i(453)][i(451)]((()=>{const e=i;if(a){const n=this[e(457)](a);for(const o of n)t[e(362)][e(389)](o)}if(r){const{id:n}=ni(r),o=this[e(457)](n);for(const n of o)t[e(362)][e(389)](n)}})),a){const e=t[i(412)][i(335)](Ar)[i(442)](a);e&&e[i(446)]&&this[i(379)](a)}})),this[e(441)]()}[Qr(397)](){const t=Qr,e=this[t(404)],n=e[t(412)][t(335)](Ar),o=e[t(398)][t(335)](t(440));e[t(376)][t(470)](t(449),new Sr(e)),this[t(424)](e,t(407),((o,s,r)=>{const i=t;n[i(337)](r,e[i(398)][i(335)](i(440)))})),this[t(424)](n,ei(t(449),o),((e,{threadId:n})=>{const o=t,s=this[o(404)][o(412)][o(335)](Ar)[o(442)](n);s&&s[o(408)]&&this[o(354)](n)})),this[t(424)](n,ei(t(428),o),((n,{threadId:o})=>{const s=t;e[s(453)][s(477)]({isUndoable:!1},(t=>{const e=s,n=this[e(457)](o);for(const o of n)t[e(467)](o)}))})),this[t(424)](n,ei(t(361),o),((e,{threadId:n})=>{const o=t;this[o(359)](n),this[o(404)][o(362)][o(351)][o(476)]&&(this[o(404)][o(412)][o(335)](Ar)[o(442)](n)[o(408)]||this[o(404)][o(362)][o(351)][o(403)]())}),{priority:t(375)}),this[t(424)](n,ei(t(356),o),((e,{threadId:n})=>{this[t(359)](n)}),{priority:t(375)}),this[t(424)](n,ei(t(332),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,a=this[i(457)](s);!r&&0!=a[i(395)]&&n[i(420)](s)&&1===n[i(442)](s)[i(395)]&&e[i(453)][i(477)]({isUndoable:!1},(t=>{const e=i;for(const n of a)t[e(456)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(375)}),this[t(447)](),this[t(475)]()}[Qr(469)](){const t=Qr,e=this[t(404)][t(412)][t(335)](Ar),n=this[t(404)][t(398)][t(335)](t(440));for(const o of e[t(460)]({channelId:n}))e[t(374)](o.id),e[t(454)][t(364)](o.id);super[t(469)]()}[Qr(405)](t){const e=Qr;return this[e(457)](t)[e(395)]>0}[Qr(457)](t){const e=Qr,n=[];for(const o of this[e(404)][e(453)][e(463)])o[e(334)][e(432)](e(461)+t)&&n[e(439)](o);return n}[Qr(379)](t){const n=Qr,o=this[n(377)](t);o&&setTimeout((()=>{const s=n;this[s(333)]&&ni(this[s(333)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Qr(359)](t){const e=Qr;this[e(404)][e(453)][e(451)]((()=>{const n=e;for(const e of this[n(457)](t))this[n(404)][n(362)][n(389)](e)}))}[Qr(354)](t){const e=Qr,n=this[e(404)][e(412)][e(335)](Ar),o=this[e(404)][e(412)][e(335)](jr),s=n[e(442)](t);if(!s[e(349)]){const t=s[e(372)]((()=>this[e(377)](s.id)));o[e(445)](t),s[e(425)]=!1}}[Qr(447)](){const t=Qr,e=this[t(404)];e[t(436)][t(365)](t(444))[t(464)]({model:t(363),view:(n,o)=>{const s=t,{id:r}=ni(n[s(345)]),i=e[s(412)][s(335)](Ar)[s(442)](r),a=this[s(333)]&&ni(this[s(333)]).id===r;if(i&&i[s(446)]&&!a&&n[s(391)])return o[s(382)][s(429)](n[s(391)],s(409)+n[s(345)]),o[s(382)][s(429)](n[s(391)],s(342)+n[s(345)]),null;const c=[s(406)];return a&&c[s(439)](s(478)),{classes:c,attributes:{"data-comment":r}}}}),e[t(436)][t(365)](t(458))[t(390)]({model:t(363),view:(n,{options:o})=>{const s=t,r=e[s(412)][s(335)](Ar),i=e[s(453)][s(463)][s(335)](n),{id:a,part:c}=ni(n);if(i&&!i[s(383)])return null;if(o[s(443)]){const t=r[s(442)](a);if(t&&t[s(446)])return null}return{group:s(363),name:c?a+":"+c:a}}}),e[t(436)][t(365)](t(418))[t(339)]({view:{name:t(363),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(341)](t(472),{"data-name":t(461)+e[t(421)]("id")})}),e[t(436)][t(365)](t(418))[t(465)]({view:t(363)})}[Qr(475)](){const t=Qr,e=this[t(404)],n=e[t(412)][t(335)](Ar),o=new Set,s=new Set;e[t(453)][t(437)][t(346)]((n=>{const r=t;let i=!1;for(const{name:t,data:a}of e[r(453)][r(437)][r(459)][r(426)]()){const{group:c,id:h}=ni(t);let u=a[r(473)];if(r(363)!==c||!u)continue;const d=r(348)===u[r(355)][r(435)];d||(u=oi(u,e[r(453)]),!u||u[r(419)]||!a[r(473)]||u[r(410)](a[r(473)]))?e[r(453)][r(415)](u)&&!d?this[r(370)]?o[r(470)](t):this[r(423)](t,h):(s[r(470)](t),o[r(364)](t),n[r(467)](t),i=!0):(n[r(456)](t,{range:u}),i=!0)}return i})),this.on(t(336),((n,s,r)=>{const i=t;if(!r&&o[i(433)])for(const t of o){const{id:n}=ni(t);o[i(364)](t),e[i(453)][i(463)][i(335)](t)&&this[i(423)](t,n)}})),this[t(424)](e[t(453)][t(437)],t(451),((r,i)=>{const a=t;for(const{name:t,data:{newRange:r}}of e[a(453)][a(437)][a(459)][a(426)]()){const{group:i,id:c}=ni(t);if(a(363)!==i)continue;const h=n[a(442)](c),u=this[a(405)](c);h&&(h[a(425)]||e[a(362)][a(351)][a(371)](a(417),(()=>{const t=a,o=e[t(412)][t(335)](br),s=n[t(384)][t(335)](h)[t(351)];o[t(369)](s)[t(340)]()}),{priority:a(375)}),h[a(425)]=u||!!r),r||(s[a(470)](t),o[a(364)](t))}if(i[a(399)])for(const t of s){const{id:e}=ni(t),s=n[a(442)](e),r=this[a(405)](e);o[a(364)](t),!s||r||s[a(408)]||s[a(380)](new Date)}s[a(466)]()}))}[Qr(377)](t){const e=Qr,n=this[e(404)],o=this[e(457)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(362)],o)}[Qr(431)](t){const e=Qr,n=this[e(457)](t);let o="",s=!1;for(const t of n){const n=t[e(338)]();for(const t of Array[e(394)](n[e(352)]()))t.is(e(373))?(o&&s&&(o+=" ",s=!1),o+=t[e(367)]):s=!0;s=!0}return o[e(343)](0,150)}[Qr(401)](t,e){const n=Qr,o=this[n(404)],s=o[n(412)][n(335)](Ar);let r=s[n(442)](e);const i=o[n(398)][n(335)](n(440)),a=o[n(412)][n(335)](jr);return r&&(r[n(408)]&&r[n(380)](null),r[n(349)])||(this[n(457)](e)[0][n(430)]?s[n(347)]({channelId:i,threadId:e})[n(462)]((t=>{const s=n;if(s(366)!==o[s(471)])if(r=t,r&&!r[s(349)]){const t=r[s(372)]((()=>this[s(377)](e)));a[s(445)](t),r[s(446)]&&this[s(359)](e)}else if(!r){const t=this[s(457)](e);o[s(453)][s(451)]((e=>{const n=s;for(const o of t)e[n(467)](o)}))}})):o[n(362)][n(351)][n(371)](n(417),(()=>{const t=n;if(s[t(442)](e))return;const c=o[t(412)][t(335)](br);r=s[t(350)]({channelId:i,threadId:e,target:()=>this[t(377)](e),context:{type:t(378),value:this[t(431)](e)}});const h=s[t(384)][t(335)](r)[t(351)],u=c[t(369)](h);u&&a[t(445)](u)}),{priority:n(375)})),r}[Qr(423)](t,e){const n=Qr,o=this[n(401)](t,e);o&&!o[n(400)]&&o[n(386)]({type:n(378),value:this[n(431)](e)})}[Qr(441)](){const t=Qr,n=this[t(404)];(0,s.surroundingMarkersDetector)(n[t(453)],(({left:o,entered:r})=>{const i=t;for(const t of o)if(si(t)){n.ui[i(416)][i(455)](vo(n[i(402)],i(353)));break}for(const t of r)if(si(t)){n.ui[i(416)][i(455)](vo(n[i(402)],i(393),(0,e.getEnvKeystrokeText)(s.ENTER_THREAD_KEYSTROKE)));break}}))}}function ei(t,e){return e?t+":"+e:t}function ni(t){const e=t[Qr(434)](":");return{group:e[0],id:e[1],part:e[2]}}function oi(t,e){const n=Qr,o=e[n(474)],s=e[n(422)](t[n(387)]);for(const r of t[n(396)]()){const{type:t,item:i,nextPosition:a}=r;if(n(378)===t||o[n(450)](i)){const t=e[n(448)](i);s[n(419)]&&(s[n(387)]=t),s[n(344)]=a}}return s}function si(t){const e=Qr;return e(363)===ni(t[e(334)])[e(411)]}const ri='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ii=ai;function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=367]})(t,e)}function ci(){const t=["focusTracker","keystrokes","requires","low","commands","26mRcxid","set","36310UvKhzO","add","CommentThreadInputView","stop","get","change:activeAnnotations","218toAZJW","push","12UffMvc","pluginName","from","comment:","find","isFocused","CommentsListView","isEnabled","highest","removeCommentThread","6094753cVbkMQ","hasCommentThread","focus","collaboration.channelId","comment","config","length","16JWXLFq","editing","tooltip","_viewToController","init","_initKeyboardNavigation","36asjgJf","activeMarker","360489OoGAuD","getRange","bind","CommentsUI","plugins","13289969vizaQS","menuBar:comment","archivedAt","hasMarkerForId","addSourceCollector","Comment","innerView","getAllMarkersForId","180LHJazp","listenTo","addCommentThread","componentFactory","map","_createUIButton","view","7395852ERcgBz","_threadToController","getCommentThread","has","execute","2101fNhFhq","model","escapeThread","addComment","locale","editor","1564100iDjxKE"];return(ci=function(){return t})()}!function(t){const e=ai,n=t();for(;;)try{if(881181===parseInt(e(370))/1*(parseInt(e(390))/2)+-parseInt(e(417))/3*(-parseInt(e(392))/4)+-parseInt(e(384))/5*(-parseInt(e(430))/6)+-parseInt(e(402))/7*(parseInt(e(409))/8)+-parseInt(e(415))/9*(parseInt(e(376))/10)+parseInt(e(422))/11+parseInt(e(437))/12*(parseInt(e(382))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ci);class hi extends t.Plugin{static get[ii(393)](){return ii(420)}static get[ii(379)](){return[Ar,ti,jr,br]}get[ii(398)](){return Jo}get[ii(386)](){return Go}[ii(413)](){const t=ii,e=this[t(375)],n=e[t(421)][t(388)](Ar),o=e[t(421)][t(388)](ti),s=e[t(421)][t(388)](br),r=e[t(421)][t(388)](jr);e.ui[t(433)][t(385)](t(406),(()=>{const e=t,n=this[e(435)](go.ButtonView);return n[e(411)]=!0,n})),e.ui[t(433)][t(385)](t(423),(()=>this[t(435)](go.MenuBarMenuListItemButtonView))),r[t(426)]((()=>{const e=t,s=[];for(const[t,r]of n[e(438)]){const n=o[e(429)](t.id),i=n[e(434)]((t=>t[e(418)]()));n[e(408)]>0&&s[e(391)]([r[e(436)],i])}return s})),this[t(431)](s,t(389),((e,s,r)=>{const i=t,a=Array[i(394)](r)[i(434)]((t=>t[i(428)]))[i(396)]((t=>n[i(412)][i(368)](t)));if(!a)return void(o[i(416)]=null);const c=n[i(412)][i(388)](a)[i(371)].id,h=i(395)+c;c&&o[i(425)](c)?o[i(416)]=h:o[i(416)]&&(o[i(416)]=null)})),this[t(431)](n,t(401),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(377)][i(397)]&&o[i(425)](s)&&e[i(410)][i(436)][i(404)]()}),{priority:t(400)}),this[t(431)](n,t(373),((s,{threadId:r,isFromAdapter:i})=>{const a=t;!i&&o[a(425)](r)&&n[a(403)](r)&&1===n[a(367)](r)[a(408)]&&(e[a(410)][a(436)][a(404)](),s[a(387)]())}),{priority:t(380)}),this[t(414)]()}[ii(435)](t){const e=ii,n=this[e(375)],o=new t(n[e(374)]),s=n[e(381)][e(388)](e(432));return o[e(383)]({label:vo(n[e(374)],e(427)),icon:ri}),o[e(419)](e(399)).to(s),this[e(431)](o,e(369),(()=>s[e(369)]())),o}[ii(414)](){const t=ii,e=this[t(375)],n=e[t(421)][t(388)](Ar);this[t(431)](n,t(372),((o,{threadId:s,channelId:r})=>{const i=t;if(r!==e[i(407)][i(388)](i(405)))return;const a=n[i(367)](s);a&&!a[i(424)]&&e[i(410)][i(436)][i(404)]()}),{priority:t(380)}),e[t(378)][t(383)](s.ENTER_THREAD_KEYSTROKE,((n,o)=>{const s=t,r=this[s(375)][s(421)][s(388)](ti);if(!r[s(416)])return;const i=e[s(421)][s(388)](Ar),{id:a}=ni(r[s(416)]),c=i[s(367)](a);c&&(i[s(438)][s(388)](c)[s(436)][s(404)](),o())}))}}const ui=di;function di(t,e){const n=li();return(di=function(t,e){return n[t-=444]})(t,e)}function li(){const t=["11263oWnKZM","DragDrop","editing","document","345295HaXCUJ","change:isEnabled","get","_disableCommentsOnlyMode","highest","clearForceDisabled","addCommentThread","isEnabled","delete","affectsData","250lqmUkN","3251196OuRhpR","afterInit","config","5086417HYvAZm","forceDisabled","set","stopListening","view","commands","has","_enableCommentsOnlyMode","1905640mWtvAb","requires","clipboardInput","230120twaIgR","1655565tnwTux","editor","cut","commentsOnlyMode","commentsOnly","pluginName","stop","68zZeXJY","CommentsOnly","plugins","listenTo","189cBZzgl"];return(li=function(){return t})()}!function(t){const e=di,n=t();for(;;)try{if(846009===parseInt(e(471))/1*(parseInt(e(485))/2)+parseInt(e(459))/3+parseInt(e(466))/4*(-parseInt(e(475))/5)+parseInt(e(444))/6+-parseInt(e(447))/7+-parseInt(e(455))/8+parseInt(e(470))/9*(parseInt(e(458))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(li);class mi extends t.Plugin{static get[ui(464)](){return ui(467)}static get[ui(456)](){return[ti]}constructor(t){const e=ui;super(t),this[e(449)](e(482),!1),this.on(e(476),((t,n,o)=>{const s=e;o?this[s(454)]():this[s(478)]()}))}[ui(445)](){const t=ui;!this[t(482)]&&this[t(460)][t(446)][t(477)](t(463))&&(this[t(482)]=!0)}[ui(454)](){const t=ui;for(const[e,n]of this[t(460)][t(452)])n[t(484)]&&t(481)!==e&&n[t(448)](t(462));this[t(460)][t(468)][t(453)](t(472))&&this[t(460)][t(468)][t(477)](t(472))[t(448)](t(462));const e=this[t(460)][t(473)][t(451)][t(474)];this[t(469)](e,t(461),(e=>e[t(465)]()),{priority:t(479)}),this[t(469)](e,t(457),(e=>e[t(465)]()),{priority:t(479)}),this[t(469)](e,t(483),(e=>e[t(465)]()),{priority:t(479)})}[ui(478)](){const t=ui;for(const[e,n]of this[t(460)][t(452)])n[t(484)]&&t(481)!==e&&n[t(480)](t(462));this[t(450)](this[t(460)][t(473)][t(451)][t(474)])}}function pi(){const t=["setActiveAnnotation","deactivate","register","has","stopListening","_uis","size","_setSelectedAnnotations","get","detach","5617300GOyCTm","48537QNhIri","attach","filter","destroy","_removeActiveAnnotation","annotationsuis-register-invalid-interface","_addActiveAnnotation","_activateAnnotation","from","change:activeAnnotation","annotationsuis-missing-ui","remove","add","isActive","plugins","_visibleAnnotations","switchTo","length","_uisData","deactivateAll","pluginName","453155AImQik","push","set","activeAnnotations","activeUIs","requires","_assertAnnotationDoesNotBelongToMultipleUIs","1201516eIiAzd","init","function","listenTo","find","9JagmtO","delete","context","annotationsuis-register-already-registered","1800603fjqLzo","_deactivateAllAnnotations","18KSoCXk","annotationsuis-annotation-mismatch","type","1941534dAmKqB","8AzddnD","343346rCWyMz","refilterAnnotations","hasActive","AnnotationsUIs","activate","collection"];return(pi=function(){return t})()}const fi=gi;function gi(t,e){const n=pi();return(gi=function(t,e){return n[t-=155]})(t,e)}!function(t){const e=gi,n=t();for(;;)try{if(216161===-parseInt(e(191))/1+parseInt(e(186))/2*(-parseInt(e(208))/3)+parseInt(e(175))/4+-parseInt(e(168))/5+-parseInt(e(189))/6+-parseInt(e(184))/7*(-parseInt(e(190))/8)+-parseInt(e(180))/9*(-parseInt(e(207))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pi);class vi extends t.ContextPlugin{static get[fi(173)](){return[br]}static get[fi(167)](){return fi(194)}constructor(t){const e=fi;super(t),this[e(172)]=new Set,this[e(202)]=new Map,this[e(165)]=new Map}[fi(176)](){const t=fi,e=this[t(182)][t(161)][t(205)](br);this[t(178)](e,t(215),((e,n)=>{const o=t;for(const t of this[o(172)]){const e=this[o(202)][o(205)](t);(0,this[o(165)][o(205)](t)[o(210)])(n)&&e[o(197)](n)}})),this[t(178)](e,t(185),(()=>{const e=t;for(const t of this[e(172)])this[e(202)][e(205)](t)[e(197)](null)})),this[t(178)](e[t(162)],t(159),((e,n)=>{this[t(174)](n)}))}[fi(193)](){const t=fi;return this[t(172)][t(203)]>0}[fi(160)](t){const e=fi;return this[e(172)][e(200)](t)}[fi(195)](t,n=()=>!0){const o=fi,s=this[o(182)][o(161)][o(205)](br);if(!this[o(202)][o(200)](t))throw new e.CKEditorError(o(157),this,{uiName:t});this[o(160)](t)&&this[o(198)](t),this[o(172)][o(159)](t);const r=new mr;(function({source:t,target:e,filter:n}){const o=dr;for(const s of t)n(s)&&e[o(474)](s);e[o(460)](t,o(474),((t,s)=>{const r=o;n(s)&&e[r(474)](s)})),e[o(460)](t,o(444),((t,n)=>{const s=o;e[s(480)](n)&&e[s(444)](n)}))})({source:s[o(162)],target:r,filter:n}),this[o(165)][o(170)](t,{collection:r,filter:n});const i=this[o(202)][o(205)](t);i[o(209)](r),this[o(178)](i,o(156),((t,e,n,r)=>{const i=o;r&&s[i(212)](r),n&&s[i(214)](n)}))}[fi(198)](t){const n=fi;if(this[n(172)][n(181)](t),!this[n(202)][n(200)](t))throw new e.CKEditorError(n(157),this,{uiName:t});const o=this[n(202)][n(205)](t);o[n(206)](),this[n(201)](o),this[n(165)][n(205)](t)[n(196)][n(211)](),this[n(165)][n(181)](t)}[fi(163)](t){const n=fi;if(!this[n(202)][n(200)](t))throw new e.CKEditorError(n(157),this,{uiName:t});const o=this[n(182)][n(161)][n(205)](br),s=Array[n(155)](o[n(171)])[0]||null;this[n(166)](),this[n(195)](t);const r=this[n(202)][n(205)](t);r[n(197)](s),r[n(204)]&&s&&r[n(204)]([s])}[fi(166)](){const t=fi;for(const e of this[t(172)])this[t(198)](e)}[fi(199)](t,n){const o=fi;if(this[o(202)][o(200)](t))throw new e.CKEditorError(o(183));if(o(177)!=typeof n[o(209)]||o(177)!=typeof n[o(206)]||o(177)!=typeof n[o(197)])throw new e.CKEditorError(o(213),null);this[o(202)][o(170)](t,n)}[fi(192)](){const t=fi,e=this[t(182)][t(161)][t(205)](br)[t(196)],n=new Map,o=Array[t(155)](this[t(172)]);for(const e of this[t(172)]){const o=this[t(165)][t(205)](e)[t(196)];for(const s of o)n[t(170)](s,e)}for(const s of e){const e=n[t(205)](s);this[t(174)](s);const r=o[t(179)]((e=>this[t(165)][t(205)](e)[t(210)](s)));e!==r&&(e&&this[t(165)][t(205)](e)[t(196)][t(158)](s),r&&this[t(165)][t(205)](r)[t(196)][t(159)](s))}}[fi(211)](){const t=fi;this[t(166)](),super[t(211)]()}[fi(174)](t){const n=fi,o=[];for(const e of this[n(172)])(0,this[n(165)][n(205)](e)[n(210)])(t)&&o[n(169)](e);if(o[n(164)]>1)throw new e.CKEditorError(n(187),null,{matchedUIs:o,annotationType:t[n(188)]})}}var ki=n(573),bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(ki.A,bi);ki.A.locals;const Ii=yi;function _i(){const t=["list","focusNext","159amhrAN","focus","bindTemplate","listenTo","ck-sidebar","focusables","Annotations list","remove","6527280owUCIc","minHeight","delegate","120oPDTph","added","top","render","9924890GaGdpu","focusPrevious","source","class","getIndex","forEach","div","77JnKQHA","number","Annotations sidebar","application","1088SYxzvN","change:top","ck-reset","element","setTemplate","10216547nwHsgz","_updateItemPositionInFocusables","arrowdown","length","change","4286ORAlPY","focusCycler","createCollection","add","15906KeXUzb","focusFirst","_setupKeyboardNavigation","focusTracker","removed","445059LkkOGx","uiLanguageDirection","arrowup","5169vsdmKC","set"];return(_i=function(){return t})()}!function(t){const e=yi,n=t();for(;;)try{if(726161===-parseInt(e(295))/1*(parseInt(e(279))/2)+parseInt(e(291))/3*(parseInt(e(269))/4)+parseInt(e(303))/5+-parseInt(e(283))/6*(parseInt(e(265))/7)+-parseInt(e(306))/8*(parseInt(e(288))/9)+parseInt(e(310))/10+-parseInt(e(274))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_i);const wi=(0,e.toUnit)("px");function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=260]})(t,e)}class Ai extends go.View{constructor(t){const n=yi;super(t);const o=this[n(297)];this[n(292)](n(304),0),this[n(292)](n(261),""),this[n(293)]=this[n(281)](),this[n(300)]=this[n(281)](),this[n(293)][n(305)](n(290),n(276)).to(this),this[n(286)]=new e.FocusTracker,this[n(280)]=new go.FocusCycler({focusables:this[n(300)],focusTracker:this[n(286)]}),this[n(273)]({tag:n(264),attributes:{class:["ck",n(299),n(271),o.to(n(261))],style:{minHeight:o.to(n(304),(t=>n(266)==typeof t?wi(t+10):null))},dir:t[n(289)],role:n(268),"aria-label":vo(t,n(267)),tabindex:0},children:[{tag:n(264),attributes:{role:n(293),"aria-label":vo(t,n(301))},children:this[n(293)]}]})}[Ii(309)](){const t=Ii;super[t(309)](),this[t(285)]()}[Ii(296)](){const t=Ii;this[t(280)][t(284)]()}[Ii(285)](){const t=Ii;this[t(293)][t(305)](t(270)).to(this),this.on(t(270),(e=>{const n=t;this[n(275)](e[n(260)])})),this[t(293)][t(263)]((e=>{const n=t;this[n(286)][n(282)](e[n(272)]),this[n(275)](e)})),this[t(293)].on(t(278),((e,n)=>{const o=t;for(const t of n[o(287)])this[o(286)][o(302)](t[o(272)]),this[o(300)][o(302)](t);for(const t of n[o(307)])this[o(286)][o(282)](t[o(272)]),this[o(275)](t)})),this.on(t(290),(()=>{const e=t;this[e(280)][e(311)]()})),this.on(t(276),(()=>{const e=t;this[e(280)][e(294)]()})),this[t(298)](this[t(272)],t(296),(()=>{this[t(296)]()}))}[Ii(275)](t){const e=Ii,n=this[e(300)][e(262)](t);let o,s;for(const n of this[e(300)])if(t[e(308)]<n[e(308)]){o=n;break}if(s=o?this[e(300)][e(262)](o):this[e(300)][e(277)],-1!==n){if(n===s-1)return;this[e(300)][e(302)](t),s=o?this[e(300)][e(262)](o):this[e(300)][e(277)]}this[e(300)][e(282)](t,s)}}const Ci=xi;function Ti(){const t=["2ylcuCR","15508fsHqxC","attach","destroy","detach","_mutationObserver","clear","8cDvmvH","content","isAnimationDisabled","ck-sidebar-item--no-animation","set","arrowup","setTemplate","createCollection","ck-sidebar-item","element","presentation","arrowdown","_targetTop","bottom","363144IZpaCn","updateHeight","focus","bindTemplate","875268LnnTOj","964158valEWj","15tYWHAo","delegate","height","render","915870BgaFXC","top","bind","first","clientHeight","620154JKrbxH","940331QRBpJQ","div"];return(Ti=function(){return t})()}!function(t){const e=xi,n=t();for(;;)try{if(198507===parseInt(e(421))/1*(parseInt(e(420))/2)+-parseInt(e(407))/3+parseInt(e(402))/4*(parseInt(e(408))/5)+parseInt(e(417))/6+-parseInt(e(418))/7*(-parseInt(e(427))/8)+-parseInt(e(406))/9+parseInt(e(412))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ti);const Ei=(0,e.toUnit)("px");function xi(t,e){const n=Ti();return(xi=function(t,e){return n[t-=395]})(t,e)}class Oi extends go.View{constructor(t){const e=xi;super(t),this[e(431)](e(413),0),this[e(431)](e(410),0),this[e(414)](e(401)).to(this,e(413),this,e(410),((t,e)=>t+e)),this[e(431)](e(429),!1),this[e(425)]=$s((()=>this[e(403)]())),this[e(400)]=null,this[e(428)]=this[e(395)](),this[e(428)][e(409)](e(432),e(399)).to(this);const n=this[e(405)];this[e(433)]({tag:e(419),attributes:{class:[e(396),n.to(e(429),(t=>t?e(430):""))],style:{top:n.to(e(413),(t=>Ei(t)))},role:e(398)},children:this[e(428)]})}[Ci(411)](){const t=Ci;super[t(411)](),this[t(425)][t(422)](this[t(397)])}[Ci(404)](){const t=Ci;this[t(428)][t(415)]&&this[t(428)][t(415)][t(404)]()}[Ci(403)](){const t=Ci,e=this[t(397)][t(416)];e&&(this[t(410)]=e)}[Ci(423)](){const t=Ci;this[t(428)][t(426)](),this[t(425)][t(424)](),super[t(423)]()}}const Ni=Si;function Mi(){const t=["unbind","change:_lastItem","getSidebarItemView","context","remove","_detachFromContainer","config","_spaceBetweenItems","init","delete","_updateLastItem","render","_alignAfterItem","minHeight","define","24oufWPL","target","listenTo","3383SpXWvd","_annotations","destroy","set","_alignForTopChange","8953BSEBfN","content","addAnnotation","isAnimationDisabled","element","_alignToTargetRect","80TyeXgg","sidebar.preventScrollOutOfView","updateHeight","_recalculateBuffer","isActive","_alignForBottomChange","_activeAnnotation","view","change:bottom","_targetTop","sidebar.container","_destroySidebarItemView","2904yRnzyp","_sidebarItemViewToAnnotation","push","change:top","get","targetRect","top","pluginName","rearrange","90GXqiej","clear","max","6743HHcGCZ","class","_getTargetTop","refresh","30KNhvBJ","_getItemBefore","sidebar-setcontainer-invalid-element","container","length","Sidebar","282488FJLfBx","height","last","_getItemAfter","bind","nodeType","locale","object","list","50638AvBVDr","add","appendChild","2990jYDUKA","setContainer","change:targetRect","stopListening","_createSidebarView","_setItemTop","_recalculate","_lastItem","sidebar-attachtocontainer-missing-container","_attachToContainer","_annotationToSidebarItemView","25145MBmBin","getIndex","_alignBeforeItem","237384mXaxje","402jbSHBM","_getMaxAvailableTop","bottom"];return(Mi=function(){return t})()}function Si(t,e){const n=Mi();return(Si=function(t,e){return n[t-=366]})(t,e)}!function(t){const e=Si,n=t();for(;;)try{if(343528===parseInt(e(398))/1*(-parseInt(e(377))/2)+parseInt(e(395))/3*(parseInt(e(443))/4)+-parseInt(e(373))/5*(-parseInt(e(437))/6)+parseInt(e(403))/7*(-parseInt(e(409))/8)+-parseInt(e(376))/9*(parseInt(e(430))/10)+parseInt(e(433))/11*(-parseInt(e(421))/12)+parseInt(e(455))/13*(parseInt(e(452))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mi);class Ri extends t.ContextPlugin{static get[Ni(428)](){return Ni(442)}constructor(t){const e=Ni;super(t),this[e(401)](e(369),void 0),this[e(416)]=this[e(366)](),this[e(401)](e(440),null),this[e(387)]=25,this[e(422)]=new Map,this[e(372)]=new Map,this[e(383)][e(386)][e(394)](e(410),!1),this[e(399)]=null,this[e(415)]=null,this[e(412)]=[]}[Ni(388)](){const t=Ni,e=this[t(383)][t(386)][t(425)](t(419));e&&this[t(456)](e)}[Ni(456)](t){const n=Ni;if(!Li(t))throw new e.CKEditorError(n(439));this[n(440)]=t}[Ni(371)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ni;if(!Li(this[o(440)]))throw new e.CKEditorError(o(370),this);this[o(440)][o(454)](this[o(416)][o(407)]),this[o(416)][o(434)]=t,this[o(387)]=n}[Ni(429)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ni,s=this[o(382)](t);this[o(416)][o(451)][o(384)](s),this[o(420)](t),e&&this[o(408)](this[o(382)](e)),n&&this[o(408)](this[o(382)](n)),this[o(390)]()}[Ni(436)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ni;if(this[o(415)]=e,t){t[o(413)]=!1;const e=this[o(382)](t);e&&n&&(e[o(406)]=!1)}if(e){const t=this[o(382)](e);t&&(e[o(413)]=!0,n&&(t[o(406)]=!0,t[o(427)]+=1),this[o(408)](t))}}[Ni(385)](t){const e=Ni;if(this[e(416)][e(407)][e(384)](),t)for(const n of t)this[e(420)](n);this[e(416)][e(451)][e(431)](),this[e(416)][e(434)]="",this[e(369)]=null}[Ni(405)](t,e){const n=Ni;e||(e=t[n(416)]);const o=new Oi(this[n(383)][n(449)]);this[n(422)][n(401)](o,t),this[n(372)][n(401)](t,o),o[n(404)][n(453)](e),this[n(397)](t[n(416)],n(457),((e,s,r)=>{const i=n,a=this[i(435)](t,r);o[i(418)]!=a&&(o[i(418)]=a,this[i(367)](o,a))})),this[n(397)](o,n(424),(()=>{const t=n;this[t(368)](o,t(427))})),this[n(397)](o,n(417),(()=>{const t=n;this[t(368)](o,t(379))})),this[n(408)](o);const s=this[n(438)](o);return s&&this[n(392)](s,o)||this[n(408)](o),this[n(390)](),this[n(416)][n(451)][n(453)](o),o}[Ni(402)](t){const e=Ni;if(!t[e(404)][e(441)])return;const n=this[e(438)](t);if(!n)return;const o=this[e(422)][e(425)](n),s=this[e(415)];s&&s===o?this[e(392)](n,t):this[e(375)](t,n)}[Ni(414)](t){const e=Ni;if(!t[e(404)][e(441)])return;const n=this[e(446)](t);if(!n)return;const o=this[e(422)][e(425)](n),s=this[e(383)][e(386)][e(425)](e(410)),r=this[e(415)];r&&r===o&&s?(this[e(375)](n,t),this[e(392)](t,n)):r&&r===o?this[e(375)](n,t):this[e(392)](t,n)}[Ni(368)](t,e){const n=Ni;0===this[n(412)][n(441)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(412)])t(427)===n?this[t(402)](e):this[t(414)](e);this[t(412)]=[]}),10),this[n(412)][n(423)]({sidebarItemView:t,changedProp:e})}[Ni(382)](t){const e=Ni;return this[e(372)][e(425)](t)}[Ni(400)](){const t=Ni;this[t(458)](),this[t(416)][t(400)]()}[Ni(420)](t){const e=Ni,n=this[e(382)](t);this[e(458)](n),this[e(458)](t[e(416)]),n[e(400)](),this[e(372)][e(389)](t),this[e(422)][e(389)](n)}[Ni(366)](){const t=Ni,e=new Ai(this[t(383)][t(449)]);return e[t(391)](),this.on(t(381),((n,o,s,r)=>{const i=t;r&&e[i(380)](i(393)),s?e[i(447)](i(393)).to(s,i(379)):e[i(393)]=null})),e}[Ni(390)](){const t=Ni;var e;this[t(369)]=(null===(e=this[t(399)])||void 0===e?void 0:e[t(445)])?this[t(382)](this[t(399)][t(445)]):null}[Ni(438)](t){const e=Ni;var n;const o=this[e(422)][e(425)](t),s=o&&(null===(n=this[e(399)])||void 0===n?void 0:n[e(425)](this[e(399)][e(374)](o)-1));return s&&this[e(382)](s)||null}[Ni(446)](t){const e=Ni;var n;const o=this[e(422)][e(425)](t),s=o&&(null===(n=this[e(399)])||void 0===n?void 0:n[e(425)](this[e(399)][e(374)](o)+1));return s&&this[e(382)](s)||null}[Ni(375)](t,e){const n=Ni;t[n(411)]();const o=Vi(e[n(379)]+this[n(387)],t[n(427)]);return!!o&&(this[n(367)](e,e[n(427)]-o),!0)}[Ni(392)](t,e){const n=Ni;t[n(411)]();const o=Vi(t[n(379)]+this[n(387)],e[n(427)]);return!!o&&(this[n(367)](e,e[n(427)]+o,!1),!0)}[Ni(408)](t){const e=Ni,n=this[e(422)][e(425)](t);if(!n||!n[e(396)]||!n[e(426)])return;const o=this[e(435)](n,n[e(426)]);this[e(367)](t,o)}[Ni(435)](t,n){const o=Ni;if(null===n)return 0;if(t[o(396)]instanceof e.Rect)return n[o(427)];{const t=new e.Rect(this[o(416)][o(407)])[o(427)];return n[o(427)]-t}}[Ni(367)](t,e,n=this[Ni(383)][Ni(386)][Ni(425)](Ni(410))){const o=Ni;n&&(e=Math[o(432)](e,this[o(378)](t))),t[o(427)]=e}[Ni(378)](t){const e=Ni;let n=this[e(438)](t),o=0;for(;n;)n[e(411)](),o+=this[e(387)]+n[e(444)],n=this[e(438)](n);return o}}function Vi(t,e){return Math[Ni(432)](t-e,0)}function Li(t){const e=Ni;return null!==t&&e(450)==typeof t&&1===t[e(448)]}const ji=Pi;function Pi(t,e){const n=Bi();return(Pi=function(t,e){return n[t-=410]})(t,e)}function Bi(){const t=["EditorAnnotations","updateTargetRect","pluginName","wideSidebar","6325392TmHQVH","isAttached","activeAnnotation","blur","setActiveAnnotation","_attachToContainer","_annotations","3280736hkNxhI","317704TiEUls","_destroyEditorAnnotationsIntegration","requires","596859uBpqqf","10XVPaGY","off","_integrateWithEditorAnnotations","listenTo","focus","annotations","destroy","editors","add","cancel","change:container","widesidebar-attach-already-attached","rearrange","register","plugins","stopListening","attach","refresh","resize","detach","_editorAnnotations","removeEventListener","refreshPositioning","get","set:container","14VYeaeG","_refreshPositioningDebounced","uiUpdate","ck-sidebar--wide","_detachFromContainer","from","container","set","context","7129161RuOAjV","remove","addAnnotation","7964085CRwMQC","hasDomSelection","switchTo","1624896uAAroe","widesidebar-detach-not-attached","ready","WideSidebar","getOrderedSelectedAnnotations","has","_activeAnnotation","stop","high","init","addEventListener"];return(Bi=function(){return t})()}!function(t){const e=Pi,n=t();for(;;)try{if(964463===-parseInt(e(422))/1+-parseInt(e(426))/2*(-parseInt(e(425))/3)+parseInt(e(421))/4+-parseInt(e(463))/5+parseInt(e(466))/6+-parseInt(e(451))/7*(-parseInt(e(414))/8)+-parseInt(e(460))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bi);class Di extends t.ContextPlugin{static get[ji(424)](){return[Ri,vi]}static get[ji(412)](){return ji(469)}constructor(t){const n=ji;super(t),this[n(415)]=!1,this[n(458)](n(416),null),this[n(431)]=null,this[n(446)]=new e.Collection,this[n(452)]=Xs((()=>{const t=n;this[t(431)][t(448)]()}),250,{leading:!1})}[ji(475)](){const t=ji,e=this[t(459)][t(440)][t(449)](vi),n=this[t(459)][t(440)][t(449)](Ri);e[t(439)](t(413),this),n[t(457)]&&e[t(465)](t(413))}[ji(418)](t){const e=ji;if(t===this[e(416)])return;const n=this[e(459)][e(440)][e(449)](Ri);n[e(472)]=t;const o=this[e(416)];this[e(416)]=t,n[e(443)]({blurredAnnotation:o,activatedAnnotation:this[e(416)]})}[ji(442)](n){const o=ji;this[o(431)]=n;const s=this[o(459)][o(440)][o(449)](Ri);if(s[o(420)]=n,this[o(415)])throw new e.CKEditorError(o(437),this);this[o(415)]=!0,this[o(429)](s,o(450),(()=>{const t=o;this[t(445)](),this[t(429)](s,t(436),(e=>{const o=t;e[o(427)](),this[o(442)](n)}))})),s[o(419)]({viewClass:o(454)});const r=t=>{const e=o;t[e(411)](),s[e(462)](t)};for(const t of n)r(t);this[o(429)](n,o(434),((t,e)=>{r(e)})),this[o(429)](n,o(461),((t,e,r)=>{const i=o;s[i(438)]({removedAnnotation:e,previousAnnotation:n[i(449)](r-1),nextAnnotation:n[i(449)](r+1)}),e===this[i(416)]&&this[i(418)](null)}),{priority:o(474)}),this[o(429)](n,o(430),((t,e)=>{this[o(418)](e)})),this[o(429)](n,o(417),(()=>{this[o(418)](null)}));const i=this[o(459)]instanceof t.Context?this[o(459)][o(433)]:new e.Collection([this[o(459)]]);for(const t of i)this[o(428)](t);this[o(429)](i,o(434),((t,e)=>{const n=o;this[n(429)](e,n(468),(()=>{this[n(428)](e)}))})),this[o(429)](i,o(461),((t,e)=>{const n=o;e[n(440)][n(471)](n(410))&&this[n(423)](e[n(440)][n(449)](n(410)))})),window[o(476)](o(444),this[o(452)]),this[o(431)][o(448)]()}[ji(445)](){const n=ji;if(!this[n(415)])throw new e.CKEditorError(n(467),this);this[n(418)](null);const o=this[n(459)][n(440)][n(449)](Ri);o[n(455)](this[n(431)]),this[n(441)](o),this[n(441)](this[n(431)]),this[n(459)]instanceof t.Context&&this[n(441)](this[n(459)][n(433)]);for(const t of Array[n(456)](this[n(446)]))this[n(423)](t);window[n(447)](n(444),this[n(452)]),this[n(452)][n(435)](),this[n(416)]=null,this[n(415)]=!1,this[n(431)]=null}[ji(432)](){const t=ji;this[t(415)]&&this[t(445)]()}[ji(428)](t){const e=ji;if(!t[e(440)][e(471)](e(410)))return;const n=t[e(440)][e(449)](e(410)),o=()=>{const t=e,o=n[t(470)]({annotations:this[t(431)],activeAnnotation:this[t(416)]});this[t(418)](o[0]||null)};this[e(429)](n,e(443),o),this[e(429)](n,e(417),((t,{isAnnotationTracked:n})=>{const o=e;this[o(416)]&&n(this[o(416)])&&this[o(418)](null)})),this[e(429)](n,e(453),(()=>{this[e(452)]()})),this[e(429)](this[e(431)],e(417),(t=>{const s=e;n[s(464)]()&&(o(),t[s(473)]())}),{priority:e(474)}),this[e(446)][e(434)](n)}[ji(423)](t){const e=ji;this[e(441)](t),this[e(446)][e(461)](t)}}function Hi(t,e){const n=zi();return(Hi=function(t,e){return n[t-=478]})(t,e)}!function(t){const e=Hi,n=t();for(;;)try{if(494537===-parseInt(e(485))/1*(parseInt(e(486))/2)+-parseInt(e(499))/3+-parseInt(e(500))/4+parseInt(e(497))/5+-parseInt(e(487))/6+parseInt(e(488))/7*(parseInt(e(484))/8)+-parseInt(e(478))/9*(-parseInt(e(498))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zi);class Ki extends go.ButtonView{constructor(t){const e=Hi;super(t);const n=this[e(495)];this[e(504)](e(505),!1),this[e(504)](e(503),0),this[e(491)](e(480)).to(this,e(505),this,e(503),((t,n)=>t?e(483):n[e(479)]())),this[e(504)](e(489),""),this[e(493)]=ri,this[e(492)]({attributes:{class:[e(501)]}}),this[e(496)]=new go.View,this[e(496)][e(482)]({tag:e(507),attributes:{class:[e(506),n.to(e(489),(t=>e(490)+t)),n.if(e(505),e(494))]},children:[{text:n.to(e(480))}]}),this[e(502)][e(481)](this[e(496)])}}function zi(){const t=["extendTemplate","icon","ck-annotation-counter__badge--edit-mode","bindTemplate","counterView","3625195mfWNom","190TsEwlF","2112405YZKaoZ","1583812gJrrKR","ck-annotation-counter","children","number","set","isDirty","ck-annotation-counter__badge","span","469647qZOdUy","toString","_badge","add","setTemplate","...","2413592YlVymZ","1cYlLdn","639770oQuqre","622230VJIaPb","7hlUBvO","annotationType","ck-annotation-counter__badge--","bind"];return(zi=function(){return t})()}var Fi=n(197),Ui={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Fi.A,Ui);Fi.A.locals;const Wi=Gi;function Gi(t,e){const n=qi();return(Gi=function(t,e){return n[t-=412]})(t,e)}function qi(){const t=["cancel","first","execute","attach","get","15zvtZqo","annotations","ready","plugins","808vRBGpV","refresh","1926hiCVDx","delete","destroy","1149HSSgyM","clear","high","EditorAnnotations","addAnnotation","stop","create","length","low","set:container","northArrowSouthWest","NarrowSidebar","number","southArrowNorthWest","init","off","12GeqcTs","locale","view","uiUpdate","ck-sidebar--narrow","rearrange","context","defaultPositions","has","values","Esc","editors","mousedown","northArrowSouthEast","pin","_manuallyClosedAnnotationViews","addEventListener","setActiveAnnotation","resize","add","type","activeAnnotation","_refreshPositioning","15748pLCUTA","narrowSidebar","getOrderedSelectedAnnotations","1079VqpSOr","narrowsidebar-detach-not-attached","_annotations","_integrateWithEditorAnnotations","includes","_hideBalloon","focus","5749100LMSnVX","isVisible","target","keyCode","focusableElements","_showBalloon","detach","_selectedAnnotations","register","_detachFromContainer","refreshPositioning","element","preventDefault","preventClosingBalloon","attachToDom","change:container","annotationType","bind","narrowsidebar-attach-already-attached","removeEventListener","_destroyEditorAnnotationsIntegration","esc","find","2170500sKKuVb","bodyCollection","remove","getSidebarItemView","_attachToContainer","stopPropagation","stopListening","set","balloonPanelView","content","detachFromDom","815227rEGsxr","128871KHnzci","southArrowNorthEast","_updateBalloonPosition","getByView","change:height","_attachListeners","keydown","isDirty","blur","hasDomSelection","listenTo","northArrowSouth","_refreshPositioningDebounced","_setSelectedAnnotations","_detachListeners","_editorAnnotations","_domEmitter","unpin","isAttached","28545407qYhexR","southArrowNorth","from","contains","_annotationToNarrowView","requires","pluginName"];return(qi=function(){return t})()}!function(t){const e=Gi,n=t();for(;;)try{if(771329===parseInt(e(448))/1*(parseInt(e(527))/2)+parseInt(e(530))/3*(parseInt(e(445))/4)+parseInt(e(521))/5*(-parseInt(e(478))/6)+-parseInt(e(489))/7+parseInt(e(525))/8*(parseInt(e(490))/9)+parseInt(e(455))/10+-parseInt(e(509))/11*(parseInt(e(422))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Yi extends t.ContextPlugin{static get[Wi(514)](){return[Ri,vi]}static get[Wi(515)](){return Wi(417)}constructor(t){const n=Wi;super(t),this[n(508)]=!1,this[n(437)]=new Set,this[n(506)]=Object[n(412)](e.DomEmitterMixin),this[n(513)]=new Map,this[n(485)](n(443),null),this[n(522)]=null,this[n(462)]=[],this[n(505)]=new e.Collection,this[n(502)]=Xs((()=>{this[n(444)]()}),250,{leading:!1})}[Wi(420)](){const t=Wi;this[t(428)][t(524)][t(520)](vi)[t(463)](t(446),this),this[t(479)]=new go.BodyCollection(this[t(428)][t(423)]),this[t(486)]=new go.BalloonPanelView(this[t(428)][t(423)]),this[t(479)][t(469)](),this[t(479)][t(441)](this[t(486)])}[Wi(519)](n){const o=Wi;this[o(522)]=n;const s=this[o(428)][o(524)][o(520)](Ri),r=this[o(486)];if(s[o(450)]=n,this[o(508)])throw new e.CKEditorError(o(473),this);this[o(508)]=!0,this[o(500)](s,o(415),(()=>{const t=o;this[t(461)](),this[t(500)](s,t(470),(e=>{const o=t;e[o(421)](),this[o(519)](n)}))})),s[o(482)]({viewClass:o(426),spaceBetweenItems:5});const i=t=>{const e=o,n=new Ki(this[e(428)][e(423)]);s[e(534)](t,n),this[e(513)][e(485)](t,n),n[e(472)](e(497),e(471),e(418)).to(t[e(424)],e(497),e(442),e(413)),n.on(e(518),(()=>{const n=e;this[n(437)][n(531)](),r[n(487)][n(517)]!==t[n(424)]?(this[n(460)](t),t[n(424)][n(466)][n(454)](),this[n(439)](t)):this[n(439)](null)}))};for(const t of n)i(t);this[o(500)](n,o(441),((t,e)=>{i(e)})),this[o(500)](n,o(480),((t,e,r)=>{const i=o;this[i(513)][i(520)](e)[i(529)](),this[i(513)][i(528)](e),s[i(427)]({removedAnnotation:e,previousAnnotation:n[i(520)](r-1),nextAnnotation:n[i(520)](r+1)}),e===this[i(443)]&&this[i(439)](null)}),{priority:o(414)}),this[o(500)](n,o(454),((t,e)=>{this[o(439)](e)})),this[o(500)](n,o(498),(()=>{this[o(439)](null)})),this[o(506)][o(500)](document,o(496),((t,n)=>{const s=o;n[s(458)]===e.keyCodes[s(476)]&&r[s(456)]&&(this[s(437)][s(441)](r[s(487)][s(517)]),this[s(453)](),n[s(483)](),n[s(467)]())})),this[o(506)][o(500)](document,o(434),((t,e)=>{const n=o,i=e[n(457)];r[n(456)]&&r[n(466)][n(512)](i)||s[n(424)][n(466)][n(512)](i)||t[n(468)]||this[n(443)]&&this[n(443)][n(459)][n(477)]((t=>t[n(512)](i)))||(this[n(437)][n(531)](),this[n(453)](),this[n(439)](null))}));const a=this[o(428)]instanceof t.Context?this[o(428)][o(433)]:new e.Collection([this[o(428)]]);for(const t of a)this[o(451)](t);this[o(500)](a,o(441),((t,e)=>{const n=o;this[n(500)](e,n(523),(()=>{this[n(451)](e)}))})),this[o(500)](a,o(480),((t,e)=>{const n=o;e[n(524)][n(430)](n(533))&&this[n(475)](e[n(524)][n(520)](n(533)))})),window[o(438)](o(440),this[o(502)]),this[o(444)]()}[Wi(439)](t){const e=Wi;if(t===this[e(443)])return;const n=this[e(428)][e(524)][e(520)](Ri);n[e(526)]({blurredAnnotation:this[e(443)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(481)](t)?this[e(460)](t):this[e(453)](),this[e(443)]=t}[Wi(461)](){const n=Wi;if(!this[n(508)])throw new e.CKEditorError(n(449),this);this[n(439)](null);const o=this[n(428)][n(524)][n(520)](Ri);this[n(453)](),Array[n(511)](this[n(513)][n(431)](),(t=>t[n(529)]())),this[n(513)][n(531)](),o[n(464)](this[n(522)]),this[n(484)](),this[n(506)][n(484)](),this[n(428)]instanceof t.Context&&this[n(484)](this[n(428)][n(433)]);for(const t of Array[n(511)](this[n(505)]))this[n(475)](t);window[n(474)](n(440),this[n(502)]),this[n(502)][n(516)](),this[n(462)]=[],this[n(508)]=!1,this[n(522)]=null}[Wi(529)](){const t=Wi;this[t(508)]&&this[t(461)](),this[t(479)][t(488)]()}[Wi(451)](t){const e=Wi;if(!t[e(524)][e(430)](e(533)))return;const n=t[e(524)][e(520)](e(533)),o=this[e(428)][e(524)][e(520)](Ri),s=this[e(522)],r=this[e(486)],i=()=>{const t=e,o=n[t(447)]({annotations:this[t(522)],activeAnnotation:this[t(443)]});this[t(503)](o),this[t(439)](o[0]||null)};this[e(500)](n,e(526),i),this[e(500)](n,e(498),((t,{isAnnotationTracked:n})=>{const o=e;this[o(443)]&&n(this[o(443)])&&(this[o(503)]([]),this[o(439)](null))})),this[e(500)](n,e(425),(()=>{this[e(502)]()})),this[e(500)](s,e(498),(t=>{const o=e;n[o(499)]()&&t[o(535)]()}),{priority:e(532)}),this[e(500)](this[e(506)],e(434),((t,s)=>{const a=e,c=s[a(457)];r[a(456)]&&r[a(466)][a(512)](c)||o[a(424)][a(466)][a(512)](c)||this[a(443)]&&n[a(499)]()&&(i(),t[a(468)]=!0)}),{priority:e(532)}),this[e(505)][e(441)](n)}[Wi(475)](t){const e=Wi;t&&(this[e(484)](t),this[e(505)][e(480)](t))}[Wi(503)](t){const e=Wi;for(const n of this[e(462)])t[e(452)](n)||this[e(437)][e(528)](n[e(424)]);this[e(462)]=t}[Wi(444)](){const t=Wi,e=this[t(486)];this[t(522)][t(465)](),e[t(456)]&&this[t(492)]()}[Wi(460)](t){const e=Wi;if(this[e(437)][e(430)](t[e(424)]))return;const n=this[e(486)][e(487)][e(517)];n!==t[e(424)]?(n&&this[e(504)](n),this[e(495)](t[e(424)]),this[e(486)][e(487)][e(531)](),this[e(486)][e(487)][e(441)](t[e(424)]),this[e(492)]()):this[e(492)]()}[Wi(492)](){const t=Wi,e=this[t(486)][t(487)][t(517)],n=e&&this[t(522)][t(493)](e);if(!n||!this[t(513)][t(430)](n))return;const o=this[t(513)][t(520)](n)[t(466)],s=function(){const e=t,n=go.BalloonPanelView[e(429)];return[n[e(491)],n[e(435)],n[e(510)],n[e(501)],n[e(419)],n[e(416)]]}();this[t(486)][t(436)]({target:o,positions:s})}[Wi(453)](){const t=Wi,e=this[t(486)],n=e[t(487)][t(517)];n&&(this[t(504)](n),e[t(507)](),e[t(487)][t(531)]())}[Wi(495)](t){const e=Wi;this[e(500)](t,e(494),(()=>this[e(492)]())),this[e(500)](t,e(432),((n,o)=>{const s=e;this[s(437)][s(441)](t),this[s(453)](),o()}))}[Wi(504)](t){this[Wi(484)](t)}}var Xi=n(874),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Xi.A,Zi);Xi.A.locals;const Qi=Ji;function Ji(t,e){const n=ta();return(Ji=function(t,e){return n[t-=359]})(t,e)}!function(t){const e=Ji,n=t();for(;;)try{if(688107===-parseInt(e(419))/1*(parseInt(e(369))/2)+parseInt(e(370))/3+parseInt(e(361))/4*(-parseInt(e(382))/5)+parseInt(e(377))/6*(-parseInt(e(373))/7)+parseInt(e(385))/8+-parseInt(e(410))/9*(parseInt(e(427))/10)+parseInt(e(404))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ta);class $i extends t.Plugin{static get[Qi(387)](){return[jr,go.ContextualBalloon,vi]}static get[Qi(371)](){return Qi(408)}constructor(t){const e=Qi;super(t),t[e(422)][e(383)][e(378)](To.MouseObserver),this[e(420)]=!1,this[e(442)](e(451),null),this[e(389)]=null,this[e(453)]=new Set,this[e(430)]=t[e(415)][e(359)](go.ContextualBalloon),this[e(445)]=new Set,this[e(431)]=[],this[e(434)]=!1}[Qi(367)](){const t=Qi,e=this[t(444)][t(415)][t(359)](vi);e[t(403)]===this[t(444)]&&(e[t(424)](t(402),this),this[t(444)][t(455)][t(442)](t(399),((e,n)=>{const o=t,s=this[o(430)];if(this[o(420)]&&s[o(447)]){const t=this[o(389)][o(397)](s[o(447)]);t&&this[o(441)](t),n()}})))}[Qi(388)](){const t=Qi,e=this[t(444)][t(415)][t(359)](vi);e[t(403)]===this[t(444)]&&(e[t(418)]()||e[t(400)](t(402)))}[Qi(412)](t){const e=Qi;t!==this[e(451)]&&(this[e(451)]&&(this[e(451)][e(362)]=!1),t&&this[e(444)].ui[e(405)][e(390)]&&(this[e(389)][e(380)](t)&&this[e(411)](t,!0),t[e(362)]=!0),t||this[e(435)]([]),this[e(451)]=t)}[Qi(375)](t){const n=Qi;this[n(389)]=t;const o=this[n(444)][n(415)][n(359)](vi),s=this[n(430)];if(this[n(420)])throw new e.CKEditorError(n(437),this);if(o[n(403)]!==this[n(444)])throw new e.CKEditorError(n(446),this);const r=this[n(444)][n(415)][n(359)](jr);this[n(364)](r,n(384),(()=>{const t=n,e=r[t(401)]({annotations:this[t(389)],activeAnnotation:this[t(451)]});var o,s;!this[t(434)]&&(o=e,s=this[t(431)],o[t(452)]===s[t(452)]&&o[t(443)]((e=>s[t(433)](e))))||(this[t(434)]=!1,this[t(435)](e),this[t(412)](e[0]||null))})),this[n(364)](r,n(374),((t,{isAnnotationTracked:e})=>{const o=n;this[o(451)]&&e(this[o(451)])&&(this[o(435)]([]),this[o(412)](null))})),this[n(364)](this[n(444)].ui[n(405)],n(409),((t,e,o)=>{o||this[n(412)](null)})),this[n(364)](t,n(394),((t,e)=>{const o=n;this[o(449)](e),e===this[o(451)]&&this[o(412)](null)})),this[n(364)](s,n(423),((e,o,r,i)=>{const a=n;i&&this[a(454)](i);const c=t[a(397)](r);r&&c&&(this[a(364)](r,a(406),(()=>{s[a(450)]()})),this[a(364)](r,a(399),(()=>{const t=a;this[t(441)](c),this[t(444)][t(422)][t(383)][t(398)]()})),this[a(451)]!==c&&this[a(412)](c))})),this[n(364)](this[n(444)].ui,n(395),(()=>{const e=n;s[e(447)]&&t[e(397)](s[e(447)])&&s[e(450)]()})),this[n(364)](this[n(444)][n(422)][n(383)][n(365)],n(391),(()=>{const t=n;this[t(434)]=!0,this[t(453)][t(429)]()})),this[n(444)][n(422)][n(383)][n(365)][n(414)][n(366)]&&this[n(444)][n(422)][n(383)][n(398)](),this[n(420)]=!0}[Qi(436)](){const t=Qi;if(!this[t(420)])throw new e.CKEditorError(t(393),this);this[t(412)](null);for(const e of this[t(445)])this[t(449)](e);this[t(454)](),this[t(420)]=!1,this[t(389)]=null}[Qi(417)](){const t=Qi;this[t(420)]&&this[t(436)]()}[Qi(435)](t){const e=Qi;for(const n of this[e(431)])t[e(433)](n)||this[e(453)][e(440)](n);for(const n of this[e(389)])t[e(433)](n)||this[e(449)](n);if(this[e(444)].ui[e(405)][e(390)])for(const n of t)this[e(411)](n);this[e(431)]=t}[Qi(411)](t,e=!1){const n=Qi;this[n(453)][n(380)](t)||(this[n(445)][n(380)](t)||this[n(430)][n(428)](t[n(383)])||(this[n(445)][n(386)](t),this[n(430)][n(386)]({stackId:t[n(383)].id,view:t[n(383)],position:{target:()=>this[n(416)](t)}})),e&&this[n(430)][n(396)](t[n(383)].id))}[Qi(416)](t){const n=Qi,o=t[n(421)],s=this[n(444)][n(422)][n(383)],r=s[n(365)][n(414)][n(432)](),i=s[n(425)][n(426)](r);if(i[n(438)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(448)](...(a=e[n(381)](),Array[n(379)](a)[n(392)](DOMRect[n(456)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(452)];n++)ea(s,t[n])?s[e(368)]+=t[n][e(368)]:(o[e(448)](s),s=t[n]);return o[e(448)](s),o}(t);const s=i[n(439)]();return t[n(407)]((t=>t[n(360)]<=s[n(360)]&&t[n(376)]>=s[n(376)]&&t[n(372)]<=s[n(372)]&&t[n(363)]>=s[n(363)]))||t[0]}var a;return t[n(413)]||i}[Qi(449)](t){const e=Qi;this[e(445)][e(380)](t)&&this[e(430)][e(428)](t[e(383)])&&(this[e(445)][e(440)](t),this[e(430)][e(394)](t[e(383)]))}[Qi(441)](t){const e=Qi;this[e(453)][e(386)](t),this[e(449)](t)}}function ta(){const t=["3558256yrtNmO","add","requires","afterInit","annotations","isFocused","mousedown","map","inlineannotations-detach-not-attached","remove","update","showStack","getByView","focus","Esc","switchTo","getOrderedSelectedAnnotations","inline","context","19205208svHFAz","focusTracker","change:height","find","InlineAnnotations","change:isFocused","18zUfRVZ","_addAnnotationToBalloon","setActiveAnnotation","targetRect","selection","plugins","_getBalloonTargetForAnnotation","destroy","hasActive","1265884HvoMdt","isAttached","target","editing","change:visibleView","register","domConverter","viewRangeToDom","1002610LDXoMq","hasView","clear","_balloon","_selectedAnnotations","getFirstRange","includes","_forceRefresh","_setSelectedAnnotations","detach","inlineannotations-attach-already-attached","collapse","getBoundingClientRect","delete","_closeAnnotation","set","every","editor","_addedAnnotations","inlineannotations-not-allowed-with-context","visibleView","push","_removeAnnotationFromBalloon","updatePosition","activeAnnotation","length","_manuallyClosed","stopListening","keystrokes","fromRect","get","top","413012FZmBJb","isActive","right","listenTo","document","editableElement","init","width","2UnqAZV","1444305iHhanK","pluginName","left","49BaWzBo","blur","attach","bottom","355182AFxDqo","addObserver","from","has","getClientRects","5HrGYvS","view","refresh"];return(ta=function(){return t})()}function ea(t,e){const n=Qi;return t[n(360)]===e[n(360)]&&t[n(376)]===e[n(376)]&&t[n(363)]===e[n(372)]}var na=n(353),oa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(na.A,oa);na.A.locals;const sa='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',ra=aa;function ia(){const t=["2686524erTycM","auto","ck-hidden","isEmpty","delegate","element","ck-comments-archive","69718zvZlsF","setTemplate","EMPTY_COMMENTS_ARCHIVE","2532304yLhnxa","focusTracker","isActive","first","change","arrowup","6shaZOE","18sYodpi","list","presentation","length","destroy","add","focusFirst","focusNext","set","div","ck-comments-archive__info","COMMENTS_ARCHIVE_LIST_LABEL","render","remove","_setupKeyboardNavigation","_annotationViews","5020792YOjiuQ","focusCycler","focusPrevious","5159800ktmRmC","listenTo","9332770gGPEKw","6PQNaJF","focus","254872OjZHMn","arrowdown","bindTemplate","ck-comments-archive__content"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=130]})(t,e)}!function(t){const e=aa,n=t();for(;;)try{if(769841===parseInt(e(145))/1*(parseInt(e(136))/2)+parseInt(e(168))/3*(parseInt(e(170))/4)+-parseInt(e(165))/5+parseInt(e(174))/6+parseInt(e(162))/7+-parseInt(e(139))/8*(parseInt(e(146))/9)+parseInt(e(167))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ia);class ca extends go.View{constructor(t,n){const o=aa;super(t),this[o(154)](o(132),!n[o(149)]),this[o(140)]=new e.FocusTracker,this[o(161)]=n,this[o(161)][o(133)](o(144),o(171)).to(this),this.on(o(144),(()=>{const t=o;this[t(163)][t(164)]()})),this.on(o(171),(()=>{const t=o;this[t(163)][t(153)]()})),this[o(163)]=new go.FocusCycler({focusables:n,focusTracker:this[o(140)]}),this[o(166)](n,o(151),(()=>{this[o(132)]=!1})),this[o(166)](n,o(159),((t,e)=>{const s=o;e[s(141)]&&this[s(169)](),n[s(149)]||(this[s(132)]=!0)}));const s=this[o(172)];this[o(137)]({tag:o(155),attributes:{dir:o(130),class:["ck",o(135)],tabindex:-1,role:o(147),"aria-label":vo(t,o(157))},children:[{tag:o(155),attributes:{class:[o(173)],role:o(148)},children:[{tag:o(155),attributes:{role:o(148)},children:n},{tag:"p",attributes:{class:[o(156),s.if(o(132),o(131),(t=>!t))]},children:[{text:vo(t,o(138))}]}]}]})}[ra(158)](){const t=ra;super[t(158)](),this[t(160)]()}[ra(150)](){const t=ra;super[t(150)](),this[t(140)][t(150)]()}[ra(169)](){const t=ra;this[t(163)][t(142)]?this[t(163)][t(152)]():this[t(134)][t(169)]()}[ra(160)](){const t=ra;for(const e of this[t(161)])this[t(140)][t(151)](e[t(134)]);this[t(161)].on(t(143),((e,{added:n,removed:o})=>{const s=t;for(const t of n)this[s(140)][s(151)](t[s(134)]);for(const t of o)this[s(140)][s(159)](t[s(134)])}))}}const ha=ua;function ua(t,e){const n=la();return(ua=function(t,e){return n[t-=358]})(t,e)}!function(t){const e=ua,n=t();for(;;)try{if(774186===parseInt(e(376))/1*(-parseInt(e(394))/2)+parseInt(e(395))/3*(parseInt(e(375))/4)+-parseInt(e(366))/5*(-parseInt(e(373))/6)+parseInt(e(365))/7*(parseInt(e(391))/8)+-parseInt(e(382))/9+-parseInt(e(362))/10*(parseInt(e(378))/11)+parseInt(e(396))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(la);class da extends t.ContextPlugin{static get[ha(392)](){return ha(385)}static get[ha(371)](){return[Ar,br]}constructor(t){const n=ha;super(t),this[n(361)]=new e.Collection}[ha(370)](){const t=ha,e=this[t(390)],n=e[t(368)][t(388)](Ar),o=e[t(368)][t(388)](br);this[t(393)](n,t(387),((e,{threadId:o})=>{const s=t,r=n[s(372)](o);r[s(369)]&&this[s(361)][s(384)](r,this[s(360)](r[s(369)])),this[s(393)](r,s(377),((t,e,n)=>{const o=s;n?this[o(361)][o(374)](r)||this[o(361)][o(384)](r,this[o(360)](r[o(369)])):this[o(361)][o(374)](r)&&this[o(361)][o(381)](r)}))})),this[t(393)](n,t(386),((e,{threadId:o})=>{const s=t,r=n[s(372)](o);this[s(358)](r),this[s(361)][s(374)](r)&&this[s(361)][s(381)](r)}),{priority:t(383)}),this[t(393)](o[t(367)],t(389),((e,n)=>{const s=t;n[s(359)]||(n[s(380)]=!0,o[s(363)](n))}))}[ha(360)](t){const e=ha,n=[...this[e(361)]][e(364)]((n=>n[e(369)]<t));return n>-1?n:this[e(361)][e(379)]}}function la(){const t=["isVisible","_calculatePosition","archivedThreads","1720gNFDcI","activate","findIndex","42kLVYuM","35GQNkOG","collection","plugins","archivedAt","init","requires","getCommentThread","773958kVZrVW","has","4XezKTg","1gCgNqS","change:archivedAt","24068iQmENN","length","isActive","remove","9762444VtpUGb","highest","add","CommentsArchive","removeCommentThread","addCommentThread","get","focus","context","1412112UNVATM","pluginName","listenTo","356442LGanWn","318555MJjsIe","4142868oCTcuD","stopListening"];return(la=function(){return t})()}const ma=fa;function pa(){const t=["commentsArchive","511570Vpatys","stopListening","14107580QimzJa","menuBar:commentsArchive","56WHEFVH","_visibleAnnotations","collaboration.channelId","1458hgITtf","get","set","listenTo","archivedAt","componentFactory","CommentsArchiveUI","commentsArchiveView","_calculatePosition","Dialog","_pendingThreads","remove","filter","bind","CommentsRepository","getCommentThread","plugins","menuitemcheckbox","archivedThreads","push","tooltip","isVisible","focusableElements","_createCommentsArchiveButton","hide","init","12325944rpzYwQ","findIndex","pluginName","escapeThread","indexOf","EDITOR_TOP_SIDE","view","_toggleDialog","channelId","_threadToController","3534944iNzlnC","isOpen","9HHZjid","config","add","COMMENTS_ARCHIVE","editor","innerView","730536qofiIr","isEnabled","18508GOSRvs","show","execute","splice","find","requires","264315oJTFIU","locale","isOn","collection","annotationViews","getByInnerView","length","Annotations"];return(pa=function(){return t})()}function fa(t,e){const n=pa();return(fa=function(t,e){return n[t-=345]})(t,e)}!function(t){const e=fa,n=t();for(;;)try{if(942157===-parseInt(e(372))/1+-parseInt(e(364))/2+parseInt(e(380))/3*(parseInt(e(393))/4)+-parseInt(e(389))/5+parseInt(e(396))/6*(-parseInt(e(374))/7)+parseInt(e(354))/8+parseInt(e(366))/9*(parseInt(e(391))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pa);class ga extends t.Plugin{static get[ma(356)](){return ma(402)}static get[ma(379)](){return[da,go.Dialog]}constructor(t){const e=ma;super(t),this[e(384)]=new go.ViewCollection,this[e(406)]=[]}[ma(353)](){const t=ma,e=this[t(370)];e.ui[t(401)][t(368)](t(388),(()=>this[t(351)](go.ButtonView,!0))),e.ui[t(401)][t(368)](t(392),(()=>{const e=t,n=this[e(351)](go.MenuBarMenuListItemButtonView);return n[e(398)]({role:e(345)}),n}));const n=e[t(412)][t(397)](da),o=e[t(412)][t(397)](t(387)),s=e[t(412)][t(397)](t(410));this[t(399)](n[t(346)],t(368),((n,r)=>{const i=t,a=e[i(367)][i(397)](i(395));if(!a||r[i(362)]===a){const t=s[i(363)][i(397)](r);if(!t)return void this[i(406)][i(347)](r);const e=this[i(404)](r[i(400)]),n=o[i(385)](t[i(360)]);n[i(349)]&&o[i(394)][i(407)](n),this[i(384)][i(368)](n[i(360)],e)}})),this[t(399)](o[t(383)],t(368),((e,n)=>{const o=t,r=this[o(406)][o(378)]((t=>{const e=o,r=s[e(363)][e(397)](t);return r&&n[e(371)]===r[e(360)]}));if(r){const t=this[o(404)](r[o(400)]);this[o(384)][o(368)](n[o(360)],t),this[o(406)][o(377)](this[o(406)][o(358)](r),1)}})),this[t(399)](n[t(346)],t(407),((n,r)=>{const i=t,a=e[i(367)][i(397)](i(395));if(!a||r[i(362)]===a){const t=s[i(363)][i(397)](r),e=o[i(385)](t[i(360)]);this[i(384)][i(407)](e[i(360)]),this[i(390)](e[i(350)])}})),this[t(399)](s,t(357),((n,{threadId:o,channelId:r})=>{const i=t;if(r!==e[i(367)][i(397)](i(395)))return;if(!s[i(411)](o)[i(400)])return;const a=e[i(412)][i(397)](i(405));a[i(365)]&&i(388)===a.id&&a[i(352)]()}))}[ma(404)](t){const e=ma,n=this[e(370)][e(367)][e(397)](e(395)),o=[...this[e(370)][e(412)][e(397)](da)[e(346)]][e(408)]((t=>t[e(362)]===n))[e(355)]((n=>n[e(400)]<t));return o<0||o>this[e(384)][e(386)]?this[e(384)][e(386)]:o-1}[ma(361)](){const t=ma,e=this[t(370)],n=e[t(412)][t(397)](t(405));this[t(403)]||(this[t(403)]=new ca(e[t(381)],this[t(384)])),t(388)===n.id?n[t(352)]():n[t(375)]({id:t(388),title:vo(e[t(381)],t(369)),icon:sa,hasCloseButton:!0,content:this[t(403)],position:go.DialogViewPosition[t(359)]})}[ma(351)](t,e=!1){const n=ma,o=this[n(370)][n(381)],s=this[n(370)][n(412)][n(397)](n(405)),r=new t(o);return r[n(409)](n(373)).to(this,n(373)),r[n(409)](n(382)).to(s,"id",(t=>n(388)===t)),r[n(398)]({label:vo(o,n(369)),icon:sa,isToggleable:!0}),e&&(r[n(348)]=!0),this[n(399)](r,n(376),(()=>this[n(361)]())),r}}function va(){var t=["7441FkoPIQ","4uFVrnE","requires","270222RJgadC","Comments","1712NXvPCE","3989478xkKKjZ","3292370EtIXcy","pluginName","3976101vOWJng","5uFJFVc","157272ikhpwn","665580CakUBt"];return(va=function(){return t})()}function ka(t,e){var n=va();return(ka=function(t,e){return n[t-=132]})(t,e)}var ba=ka;!function(t){for(var e=ka,n=t();;)try{if(420096===parseInt(e(140))/1+parseInt(e(138))/2*(parseInt(e(135))/3)+parseInt(e(136))/4+parseInt(e(134))/5*(-parseInt(e(143))/6)+-parseInt(e(137))/7*(parseInt(e(142))/8)+parseInt(e(133))/9+parseInt(e(144))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(va);class Ia extends t.Plugin{static get[ba(139)](){return[Ar,ti,hi,da,ga,mi,Di,Yi,$i]}static get[ba(132)](){return ba(141)}}function _a(){var t=["165RrsoxP","751615gvvyTs","2PyhvIF","10510bNQsMp","11364aibpGX","1537932NMoOtf","229576szEHBa","10587500UCBRVp","75HEIQPL","1422ykbRbX","9497064VixIqM","905UGjewE"];return(_a=function(){return t})()}function wa(t,e){var n=_a();return(wa=function(t,e){return n[t-=266]})(t,e)}!function(t){for(var e=wa,n=t();;)try{if(951581===-parseInt(e(269))/1*(parseInt(e(270))/2)+-parseInt(e(276))/3*(-parseInt(e(274))/4)+parseInt(e(267))/5*(-parseInt(e(272))/6)+parseInt(e(275))/7+parseInt(e(266))/8+parseInt(e(277))/9*(-parseInt(e(271))/10)+-parseInt(e(268))/11*(parseInt(e(273))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_a)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();