@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -256
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/ti.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/dist/annotations/annotations.d.ts +1 -1
- package/dist/annotations/sidebar.d.ts +2 -2
- package/dist/annotations/view/annotationview.d.ts +4 -4
- package/dist/annotations/view/sidebaritemview.d.ts +7 -3
- package/dist/annotations/view/sidebarview.d.ts +25 -4
- package/dist/comments/commentsediting.d.ts +8 -0
- package/dist/comments/commentsrepository.d.ts +14 -2
- package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/dist/comments/ui/view/basecommentview.d.ts +41 -3
- package/dist/comments/ui/view/commentinputview.d.ts +17 -2
- package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/dist/comments/ui/view/commentslistview.d.ts +17 -5
- package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
- package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
- package/dist/comments/ui/view/commentview.d.ts +9 -12
- package/dist/index-editor.css +33 -2
- package/dist/index.css +95 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9 -9
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/utils/common-translations.d.ts +1 -1
- package/lang/contexts.json +15 -0
- package/lang/translations/af.po +62 -0
- package/lang/translations/ar.po +68 -2
- package/lang/translations/bg.po +64 -2
- package/lang/translations/bn.po +64 -2
- package/lang/translations/bs.po +63 -0
- package/lang/translations/ca.po +64 -2
- package/lang/translations/cs.po +66 -2
- package/lang/translations/da.po +64 -2
- package/lang/translations/de-ch.po +62 -0
- package/lang/translations/de.po +64 -2
- package/lang/translations/el.po +64 -2
- package/lang/translations/en-au.po +62 -0
- package/lang/translations/en.po +64 -2
- package/lang/translations/es-co.po +63 -0
- package/lang/translations/es.po +65 -2
- package/lang/translations/et.po +64 -2
- package/lang/translations/fa.po +62 -0
- package/lang/translations/fi.po +64 -2
- package/lang/translations/fr.po +65 -2
- package/lang/translations/gl.po +64 -2
- package/lang/translations/he.po +65 -2
- package/lang/translations/hi.po +64 -2
- package/lang/translations/hr.po +63 -0
- package/lang/translations/hu.po +64 -2
- package/lang/translations/id.po +63 -2
- package/lang/translations/it.po +65 -2
- package/lang/translations/ja.po +63 -2
- package/lang/translations/jv.po +61 -0
- package/lang/translations/ko.po +63 -2
- package/lang/translations/lt.po +66 -2
- package/lang/translations/lv.po +65 -2
- package/lang/translations/ms.po +63 -2
- package/lang/translations/nl.po +64 -2
- package/lang/translations/no.po +64 -2
- package/lang/translations/pl.po +66 -2
- package/lang/translations/pt-br.po +65 -2
- package/lang/translations/pt.po +65 -2
- package/lang/translations/ro.po +65 -2
- package/lang/translations/ru.po +66 -2
- package/lang/translations/sk.po +66 -2
- package/lang/translations/sq.po +62 -0
- package/lang/translations/sr-latn.po +65 -2
- package/lang/translations/sr.po +65 -2
- package/lang/translations/sv.po +64 -2
- package/lang/translations/th.po +63 -2
- package/lang/translations/ti.po +62 -0
- package/lang/translations/tk.po +62 -0
- package/lang/translations/tr.po +64 -2
- package/lang/translations/tt.po +61 -0
- package/lang/translations/ug.po +64 -2
- package/lang/translations/uk.po +66 -2
- package/lang/translations/ur.po +62 -0
- package/lang/translations/vi.po +63 -2
- package/lang/translations/zh-cn.po +63 -2
- package/lang/translations/zh.po +63 -2
- package/package.json +14 -13
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +2 -2
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +4 -4
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +7 -3
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +25 -4
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +8 -0
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +14 -2
- package/src/comments/commentsrepository.js +3 -3
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/clipboard.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +41 -3
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +17 -2
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +17 -5
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
- package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
- package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +11 -6
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.d.ts +9 -12
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/utils/common-translations.d.ts +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +6 -0
- 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
|
|
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:()=>fr,AnnotationsUIs:()=>li,BaseCommentThreadView:()=>as,BaseCommentView:()=>ws,Comment:()=>yr,CommentThread:()=>Ir,CommentThreadController:()=>fo,CommentThreadInputView:()=>qo,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>Qo,CommentsOnly:()=>hi,CommentsRepository:()=>_r,CommentsUI:()=>oi,EditorAnnotations:()=>Rr,InlineAnnotations:()=>Ji,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 _=b||w||Function("return this")();const I=_.Symbol;var y=Object.prototype,C=y.hasOwnProperty,A=y.toString,T=I?I.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 O=function(t){return E.call(t)};var M=I?I.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":M&&M in Object(t)?x(t):O(t)};const j=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const V=function(t){if(!j(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=_["__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 L=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var F=/^\[object .+?Constructor\]$/,z=Function.prototype,K=Object.prototype,U=z.toString,H=K.hasOwnProperty,W=RegExp("^"+U.call(H).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!j(t)||P(t))&&(V(t)?W:F).test(L(t))};const X=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=X(t,e);return q(n)?n:void 0};const J=G(_,"Map");const Y=G(Object,"create");const Q=function(){this.__data__=Y?Y(null):{},this.size=0};const Z=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(Y){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 Y?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]=Y&&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=Z,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 _t=wt;const It=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 _t: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(!It(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=_.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=I?I.prototype:void 0,Ot=Et?Et.valueOf:void 0;const Mt=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(Ot)return Ot.call(t)==Ot.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 jt=Array.isArray;const Vt=function(t,e,n){var o=e(t);return jt(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 Lt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ft=function(t){return null!=t&&"object"==typeof t};const zt=function(t){return Ft(t)&&"[object Arguments]"==R(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Ht=Kt.propertyIsEnumerable;const Wt=zt(function(){return arguments}())?zt:function(t){return Ft(t)&&Ut.call(t,"callee")&&!Ht.call(t,"callee")};const qt=function(){return!1};var Xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Gt=Xt&&"object"==typeof module&&module&&!module.nodeType&&module,Jt=Gt&&Gt.exports===Xt?_.Buffer:void 0;const Yt=(Jt?Jt.isBuffer:void 0)||qt;var Qt=/^(?:0|[1-9]\d*)$/;const Zt=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 Ft(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=jt(t),o=!n&&Wt(t),s=!n&&!o&&Yt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?Lt(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)||Zt(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)&&!V(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return Vt(t,ke,Bt)};var we=Object.prototype.hasOwnProperty;const _e=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 Ie=G(_,"DataView");const ye=G(_,"Promise");const Ce=G(_,"Set");const Ae=G(_,"WeakMap");var Te="[object Map]",xe="[object Promise]",Ee="[object Set]",Oe="[object WeakMap]",Me="[object DataView]",Re=L(Ie),je=L(J),Ve=L(ye),Ne=L(Ce),Se=L(Ae),De=R;(Ie&&De(new Ie(new ArrayBuffer(1)))!=Me||J&&De(new J)!=Te||ye&&De(ye.resolve())!=xe||Ce&&De(new Ce)!=Ee||Ae&&De(new Ae)!=Oe)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Re:return Me;case je:return Te;case Ve:return xe;case Ne:return Ee;case Se:return Oe}return e});const Pe=De;var Be="[object Arguments]",Le="[object Array]",Fe="[object Object]",ze=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,s,r){var i=jt(t),c=jt(e),a=i?Le:Pe(t),h=c?Le:Pe(e),u=(a=a==Be?Fe:a)==Fe,d=(h=h==Be?Fe:h)==Fe,l=a==h;if(l&&Yt(t)){if(!Yt(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):Mt(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&ze.call(t,"__wrapped__"),p=d&&ze.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 Ue=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Ft(e)&&!Ft(n)?e!=e&&n!=n:Ke(e,n,o,s,t,r))};const He=function(t,e){return Ue(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 qe=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Xe=function(t,e,n){"__proto__"==e&&qe?qe(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)||Xe(t,e,n)};const Ye=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?Xe(n,c,a):Je(n,c,a)}return n};const Qe=function(t,e){return t&&Ye(e,ke(e),t)};const Ze=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(!j(t))return Ze(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&&Ye(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,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 Ye(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 Ye(t,ln(t),e)};const pn=function(t){return Vt(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 _n=I?I.prototype:void 0,In=_n?_n.valueOf:void 0;const yn=function(t){return In?Object(In.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(!j(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 On=function(t){return Ft(t)&&"[object Map]"==Pe(t)};var Mn=ie&&ie.isMap;const Rn=Mn?ne(Mn):On;const jn=function(t){return Ft(t)&&"[object Set]"==Pe(t)};var Vn=ie&&ie.isSet;const Nn=Vn?ne(Vn):jn;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 Ln=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(!j(e))return e;var d=jt(e);if(d){if(c=gn(e),!a)return hn(e,c)}else{var l=Pe(e),m=l==Dn||"[object GeneratorFunction]"==l;if(Yt(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,Qe(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 We(f||e,(function(s,r){f&&(s=e[r=s]),Je(c,r,t(s,n,o,r,e,i))})),c};const Fn=function(t){return Ln(t,5)};const zn=function(t){return"symbol"==typeof t||Ft(t)&&"[object Symbol]"==R(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Hn=function(t,e){if(jt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!zn(t))||(Un.test(t)||!Kn.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 qn=Wn;var Xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gn=/\\(\\)?/g;const Jn=function(t){var e=qn(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(Xn,(function(t,n,o,s){e.push(o?s.replace(Gn,"$1"):n||t)})),e}));const Yn=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=I?I.prototype:void 0,Zn=Qn?Qn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(jt(e))return Yn(e,t)+"";if(zn(e))return Zn?Zn.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 jt(t)?t:Hn(t,e)?[t]:Jn(to(t))};const no=function(t){if("string"==typeof t||zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!j(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=j(u)?u:Zt(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)};function lo(){var t=["_isAttached","222888WlmOok","view","submitCommentThread","resolve","1973245pzRslP","reopen","reopenCommentThread","_localUser","279SZLbOA","update","resolveCommentThread","destroy","7aRIMir","removeCommentThread","addComment","2004736XgoMyw","updateComment","2268954rMqQgB","isResolved","listenTo","model","remove","8099070BKxAig","6fzbfhC","getComment","330413dwzDZf","removeComment","submit","stopListening","3261585lggfzy"];return(lo=function(){return t})()}var mo=po;function po(t,e){var n=lo();return(po=function(t,e){return n[t-=401]})(t,e)}!function(t){for(var e=po,n=t();;)try{if(676460===parseInt(e(411))/1*(parseInt(e(409))/2)+parseInt(e(415))/3+-parseInt(e(401))/4+parseInt(e(421))/5+parseInt(e(403))/6*(parseInt(e(429))/7)+parseInt(e(417))/8*(-parseInt(e(425))/9)+-parseInt(e(408))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lo);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=po;super(),this[n(406)]=t,this[n(406)][n(416)]=!0,this[n(418)]=e,this[n(405)](e,n(419),(()=>this[n(413)]())),this[n(405)](e,n(430),(()=>this[n(407)]())),this[n(405)](e,n(427),(()=>this[n(420)]())),this[n(405)](e,n(423),(()=>this[n(422)]())),this[n(405)](e,n(431),((t,e)=>this[n(431)](e))),this[n(405)](e,n(402),((t,e,o)=>this[n(402)](e,o))),this[n(405)](e,n(412),((t,e)=>this[n(412)](e)))}[mo(413)](){var t=mo;this[t(406)][t(413)]()}[mo(407)](){var t=mo;this[t(406)][t(407)]()}[mo(420)](){var t=mo;this[t(406)][t(404)]||this[t(406)][t(420)]()}[mo(422)](){var t=mo;this[t(406)][t(404)]&&this[t(406)][t(422)]()}[mo(431)](t){var e=mo;this[e(406)][e(431)]({content:t,authorId:this[e(418)][e(424)].id})}[mo(402)](t,e){var n=mo;this[n(406)][n(410)](t)[n(426)]({content:e})}[mo(412)](t){var e=mo;this[e(406)][e(410)](t)[e(407)]()}[mo(428)](){var t=mo;this[t(414)](),this[t(406)][t(416)]=!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(t,e){const n=wo();return(ko=function(t,e){return n[t-=101]})(t,e)}const bo=ko;function wo(){const t=["6apaufL","ck-comment__input","add","createCollection","main","28978JxDYUK","setTemplate","ck-reset","28bfbiIL","_voiceLabelView","_createVoiceLabel","cke-editor__aria-label_","editable","div","ck-editor__aria-label_","render","2061120OyDYGL","ck-voice-label","ck-rounded-corners","uiLanguage","3489iiFjvd","9329864gJttqg","element","focus","3168010wuFeKi","ck-editor__main","3244RFewDj","uiLanguageDirection","comment","6358037fUjFxF","presentation","text","extendTemplate","Comment editor","ck-editor","407538eTbVHL"];return(wo=function(){return t})()}!function(t){const e=ko,n=t();for(;;)try{if(832520===parseInt(e(125))/1*(parseInt(e(128))/2)+parseInt(e(104))/3*(parseInt(e(110))/4)+-parseInt(e(136))/5+parseInt(e(120))/6*(-parseInt(e(113))/7)+parseInt(e(105))/8+-parseInt(e(119))/9+-parseInt(e(108))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wo);class _o extends go.EditorUIView{constructor(t,n){const o=ko;super(t);const s=(0,e.uid)();this[o(124)]=this[o(123)](),this[o(132)]=new go.InlineEditableUIView(t,n),this[o(129)]=this[o(130)](s,t),this[o(126)]({tag:o(133),attributes:{class:[o(127),o(118),o(102),o(121)],role:o(112),dir:t[o(111)],lang:t[o(103)],"aria-labelledby":o(131)+s},children:[this[o(129)],{tag:o(133),attributes:{class:o(109),role:o(114)},children:this[o(124)]}]})}[bo(135)](){const t=bo;super[t(135)](),this[t(124)][t(122)](this[t(132)])}[bo(107)](){const t=bo;this[t(132)][t(106)][t(107)]()}[bo(130)](t,e){const n=bo,o=new go.LabelView;return o[n(115)]=vo(e,n(117)),o[n(116)]({attributes:{id:n(134)+t,class:n(101)}}),o}}const Io=Co;function yo(){const t=["view","render","name","120556SBMdxF","isFocused","editor","2307222fenibv","bind","4094NGFDqb","editing","770686IktIMt","document","init","586272ZFkSCZ","501384FPwfab","getRoot","attachDomRoot","editable","setEditableElement","locale","focusTracker","83eTaaTy","35Afhhwb","307557ofHwXf","rootName","destroy","element","ready","fire"];return(yo=function(){return t})()}function Co(t,e){const n=yo();return(Co=function(t,e){return n[t-=424]})(t,e)}!function(t){const e=Co,n=t();for(;;)try{if(129466===-parseInt(e(444))/1*(parseInt(e(431))/2)+parseInt(e(446))/3+-parseInt(e(426))/4*(-parseInt(e(445))/5)+-parseInt(e(436))/6+-parseInt(e(433))/7+-parseInt(e(437))/8+parseInt(e(429))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yo);class Ao extends go.EditorUI{constructor(t){const e=Co;super(t),this[e(452)]=new _o(t[e(442)],t[e(432)][e(452)])}get[Io(449)](){const t=Io;return this[t(452)][t(449)]}[Io(435)](){const t=Io,e=this[t(428)][t(432)][t(452)],n=this[t(452)][t(440)],o=e[t(434)][t(438)]();n[t(425)]=o[t(447)],this[t(452)][t(424)]();const s=n[t(449)];this[t(441)](n[t(425)],s),this[t(452)][t(440)][t(430)](t(427)).to(this[t(443)]),e[t(439)](s),this[t(451)](t(450))}[Io(448)](){const t=Io;super[t(448)](),this[t(452)][t(448)]()}}var To=n(783),xo=n(331),Eo=n(507),Oo=n(727),Mo=n(834),Ro=n(251),jo=n(179);const Vo=So;function No(){const t=["ready","init","getRoot","plugins","change","1612985fyHOqg","name","placeholderElement","16TPbqZu","_updatePlaceholder","5QQqqXx","11230pKvxEw","view","setSelection","3150beswtT","data","3516732trCDkA","89396fmWtqJ","model","initialData","placeholder","end","fire","editing","defaultPlugins","39886KFeqOx","create","24WEGOlQ","then","destroy","get","set","config","createRoot","change:placeholder","2157456HHmjbR","getChild","document","4WTUnoE","initPlugins","assign","focus","low","childCount","200307Mekqxv"];return(No=function(){return t})()}function So(t,e){const n=No();return(So=function(t,e){return n[t-=493]})(t,e)}!function(t){const e=So,n=t();for(;;)try{if(907712===parseInt(e(511))/1+parseInt(e(523))/2+parseInt(e(505))/3*(parseInt(e(499))/4)+parseInt(e(516))/5*(-parseInt(e(522))/6)+parseInt(e(496))/7*(-parseInt(e(514))/8)+parseInt(e(520))/9*(parseInt(e(517))/10)+parseInt(e(531))/11*(-parseInt(e(533))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(No);const Do=[xo.Clipboard,Eo.Enter,Eo.ShiftEnter,Oo.SelectAll,Mo.Typing,Ro.Undo,jo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=So;(t=Object[e(501)]({},t))[e(509)]||(t[e(509)]=Po[e(530)]),super(t),this.ui=new Ao(this),this[e(537)](e(526),""),this[e(524)][e(498)].on(e(510),(()=>this[e(515)]()),{priority:e(503)}),this.on(e(495),(()=>this[e(515)]())),this[e(524)][e(498)][e(494)]()}[Vo(532)](){const t=Vo,e=this[t(493)][t(536)](t(525))||"";return this[t(500)]()[t(534)]((()=>this.ui[t(507)]()))[t(534)]((()=>this[t(521)][t(507)](e)))[t(534)]((()=>this[t(528)](t(506))))}[Vo(535)](){const t=Vo;return super[t(535)]()[t(534)]((()=>this.ui[t(535)]()))}[Vo(502)](){const t=Vo;this[t(524)][t(510)]((e=>{const n=t,o=this[n(524)][n(498)][n(508)](),s=o&&o[n(497)](o[n(504)]-1);e[n(519)](s,n(527)),this[n(529)][n(518)][n(502)]()}))}[Vo(515)](){const t=Vo,e=this[t(529)][t(518)],n=e[t(498)][t(508)](),o=n[t(497)](0);n[t(504)]>1||!o||"p"!=o[t(512)]?this[t(513)]&&this[t(513)][t(526)]&&((0,To.disablePlaceholder)(e,this[t(513)]),this[t(513)]=void 0):(this[t(526)]&&(o[t(526)]=this[t(526)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(513)]=o)}}Po[Vo(530)]=Do;const Bo=Po,Lo=zo;function Fo(){const t=["ck-comment__input-actions","bindTemplate","fire","extendTemplate","setTemplate","Esc","stop","cancel","ck-comment__input-wrapper","placeholder","submit","Reply","shift + tab","getData","ck-comment__input-actions--cancel","high","5429949CBiSRa","focusNext","low","focusPrevious","insertBefore","showButtons","editorReady","value","firstChild","_isDestroyed","focusTracker","setData","focus","cancelButtonView","view","change","initialData","_createCancelButton","withText","ck-comment__input-actions--submit","disabledSubmit","create","789038LIpkqQ","listenTo","trim","model","then","label","div","60516yHVELg","_editorConfig","submitLabel","element","TOO_LONG_COMMENT_ALERT","Cancel","ck-comment__input-actions--active","editorDestroyed","_initializeFocusCycling","render","add","isEnabled","keystrokes","editor","tab","_editorCreationPromise","submitButtonView","set","destroy","document","587556bKRnHy","createEditor","1892628KPrdSl","Reply...","340rAPbHd","execute","1445544RmdfVN","length","2106080BFTErq","_createSubmitButton","bind","forEach"];return(Fo=function(){return t})()}function zo(t,e){const n=Fo();return(zo=function(t,e){return n[t-=276]})(t,e)}!function(t){const e=zo,n=t();for(;;)try{if(919254===-parseInt(e(338))/1+-parseInt(e(311))/2+-parseInt(e(344))/3+-parseInt(e(318))/4*(-parseInt(e(342))/5)+parseInt(e(340))/6+parseInt(e(289))/7+parseInt(e(346))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fo);class Ko extends go.View{constructor(t,n={}){const o=zo;super(t),this[o(331)]=null,this[o(319)]=n,this[o(330)]=new e.KeystrokeHandler,this[o(299)]=new e.FocusTracker,this[o(335)](o(296),n[o(305)]||""),this[o(335)](o(309),!1),this[o(335)](o(294),!0),this[o(335)](o(282),vo(t,o(341))),this[o(335)](o(320),vo(t,o(284))),this[o(334)]=this[o(347)](),this[o(302)]=this[o(306)](),this[o(277)]({tag:o(317),attributes:{class:[o(281)]},children:[{tag:o(317),attributes:{class:[o(350),this[o(351)].if(o(294),o(324))]},children:[this[o(334)],this[o(302)]]}]}),this[o(330)][o(335)](o(278),((t,e)=>{const n=o;this[n(302)][n(352)](n(343)),e()})),this.on(o(283),((e,n)=>{const s=o;n[s(345)]>65e3?(alert(vo(t,s(322),[n[s(345)],65e3])),e[s(279)]()):this[s(331)][s(300)]("")}),{priority:o(288)})}[Lo(327)](){const t=Lo;super[t(327)](),this[t(330)][t(312)](this[t(321)]),this[t(299)][t(328)](this[t(321)])}[Lo(339)](){const t=Lo;return this[t(331)]||(this[t(331)]=new Bo(this[t(319)]),this[t(333)]=this[t(331)][t(310)]()[t(315)]((()=>{const e=t;if(this[e(298)])return;const n=this[e(331)];this[e(321)][e(293)](n.ui[e(321)],this[e(321)][e(297)]),n[e(314)][e(337)].on(e(304),(()=>this[e(296)]=n[e(286)]())),n[e(348)](e(282)).to(this),this[e(326)](this[e(331)]),this[e(352)](e(295),this[e(331)])}))),this[t(333)]}[Lo(301)](){const t=Lo;this[t(331)]&&this[t(331)][t(301)]()}async[Lo(336)](){const t=Lo;this[t(298)]||(this[t(298)]=!0,this[t(331)]&&(await this[t(333)],await this[t(331)][t(336)](),this[t(352)](t(325),this[t(331)])),await super[t(336)]())}[Lo(347)](){const t=Lo,{locale:e}=this,n=new go.ButtonView(e);return n[t(276)]({attributes:{class:[t(308)]}}),n[t(307)]=!0,n[t(348)](t(316)).to(this,t(320)),n.on(t(343),(()=>{const e=t;this[e(352)](e(283),this[e(296)])})),n[t(348)](t(329)).to(this,t(296),this,t(309),((e,n)=>!n&&!!e[t(313)]())),n}[Lo(306)](){const t=Lo,{locale:e}=this,n=new go.ButtonView(e);return n[t(276)]({attributes:{class:[t(287)]}}),n[t(316)]=vo(e,t(323)),n[t(307)]=!0,n.on(t(343),(()=>{const e=t;this[e(331)][e(300)](""),this[e(352)](e(280))})),n}[Lo(326)](t){const e=Lo,n=this[e(299)],o=new go.ViewCollection;[t.ui[e(303)],this[e(334)],this[e(302)]][e(349)]((t=>{const s=e;o[s(328)](t),n[s(328)](t[s(321)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(330)][e(335)](e(332),((t,n)=>{s[e(290)](),n()}),{priority:e(291)}),this[e(330)][e(335)](e(285),((t,n)=>{s[e(292)](),n()}),{priority:e(291)})}}function Uo(t,e){var n=Wo();return(Uo=function(t,e){return n[t-=266]})(t,e)}var Ho=Uo;function Wo(){var t=["isFocused","333rtLutC","bindTemplate","delegate","editor","259040umUqml","editorReady","54968sqhBFp","createEditor","div","then","5181476ArntRh","14vPoPMi","userView","commentInputView","destroy","141060ooXERL","showInput","showButtons","1345216CBldOh","bind","9818259YGwbTy","420614XqLwRh","ck-comment__input-container","value","change:showInput","ck-thread__input","focusTracker","ck-thread__user","editorDestroyed","set","120eaEtqq","126ZifCjg","setTemplate","extendTemplate","ck-comment__input-container--active"];return(Wo=function(){return t})()}!function(t){for(var e=Uo,n=t();;)try{if(897706===-parseInt(e(283))/1+-parseInt(e(268))/2*(parseInt(e(292))/3)+parseInt(e(272))/4+-parseInt(e(266))/5*(-parseInt(e(293))/6)+parseInt(e(273))/7*(-parseInt(e(280))/8)+parseInt(e(298))/9*(-parseInt(e(277))/10)+parseInt(e(282))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class qo extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(275)]=new Ko(t,n),this[o(275)][o(281)](o(279)).to(this[o(275)][o(288)],o(297),this[o(275)],o(285),((t,e)=>t||!!e)),this[o(291)](o(278),!1),this.on(o(286),(()=>{var t=o;this[t(278)]&&!this[t(275)][t(301)]&&this[t(275)][t(269)]()})),this[o(275)][o(300)](o(267)).to(this),this[o(275)][o(300)](o(290)).to(this),this[o(274)]=new s.UserView(t,e),this[o(274)][o(295)]({attributes:{class:o(289)}}),this[o(275)][o(295)]({attributes:{class:o(287)}}),this[o(294)]({tag:o(270),attributes:{class:[o(284),this[o(299)].if(o(278),o(296))]},children:[this[o(274)],this[o(275)]]})}[Ho(276)](){var t=Ho;return this[t(275)][t(276)]()[t(271)]((()=>super[t(276)]()))}}function Xo(){const t=["45735qfCTWC","count","114RNsgVp","2WumSkA","600723KGpDsC","1429197MPOhks","set","bindTemplate","ck-thread__comment-count","599752BfIMgq","251488mIczDe","setTemplate","10233171yGVAhs","NUMBER_OF_COMMENTS","235661ZpiQCM"];return(Xo=function(){return t})()}function Go(t,e){const n=Xo();return(Go=function(t,e){return n[t-=340]})(t,e)}!function(t){const e=Go,n=t();for(;;)try{if(141779===-parseInt(e(341))/1+-parseInt(e(345))/2*(parseInt(e(346))/3)+-parseInt(e(351))/4+parseInt(e(342))/5*(-parseInt(e(344))/6)+-parseInt(e(347))/7+-parseInt(e(352))/8+parseInt(e(354))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Jo extends go.View{constructor(t){const e=Go;super(t);const n=this[e(349)];this[e(348)](e(343),void 0),this[e(353)]({tag:"li",attributes:{class:e(350)},children:[{text:n.to(e(343),(n=>vo(t,e(340),n)))}]})}}const Yo=Zo;!function(t){const e=Zo,n=t();for(;;)try{if(357858===-parseInt(e(382))/1*(parseInt(e(356))/2)+-parseInt(e(386))/3+-parseInt(e(383))/4*(-parseInt(e(335))/5)+parseInt(e(401))/6+-parseInt(e(366))/7+parseInt(e(360))/8+parseInt(e(402))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($o);class Qo extends go.View{constructor(t,e,n){const o=Zo;super(t),this[o(377)](o(400),!1),this[o(377)](o(342),e[o(370)][o(342)]),this[o(377)](o(409),!1),this[o(392)]=e,this[o(378)]=n,this[o(365)]=this[o(405)](),this[o(389)]=this[o(405)](),this[o(343)]=null,this[o(404)]=new Jo(t),this[o(404)][o(391)](o(354)).to(this,o(342),(t=>t-this[o(378)][o(398)]));for(const t of e[o(370)])this[o(403)](t);this[o(384)](),this[o(379)](e[o(370)],o(371),((t,e)=>{const n=o,s=this[n(334)](e);this[n(342)]++,this[n(403)](e,s),this[n(351)]()})),this[o(379)](e[o(370)],o(406),((t,e)=>{const n=o;this[n(342)]--,this[n(376)](e),this[n(351)]()})),this[o(379)](e,o(369),(()=>this[o(351)]())),this[o(379)](e,o(372),(()=>this[o(384)]())),this.on(o(336),(()=>this[o(351)]())),this.on(o(397),(()=>this[o(351)]())),this[o(395)]({tag:"ul",attributes:{class:[o(374)]},children:this[o(389)]})}get[Yo(352)](){const t=Yo;return this[t(392)][t(345)]>this[t(378)][t(353)]&&!this[t(409)]&&!this[t(400)]}[Yo(350)](){const t=Yo;super[t(350)](),this[t(351)]()}[Yo(387)](){const t=Yo;this[t(385)][t(387)]()}[Yo(362)](){const t=Yo;this[t(404)][t(362)]();for(const e of this[t(365)])e[t(362)]();super[t(362)]()}[Yo(351)](){const t=Yo;this[t(352)]?this[t(381)]():this[t(380)]()}[Yo(403)](t,e){const n=Yo,o=new(this[n(378)][n(337)])(this[n(407)],t,{maxCommentCharsWhenCollapsed:this[n(378)][n(341)],formatDateTime:this[n(378)][n(388)],editorConfig:this[n(378)][n(339)]});o[n(367)]=t.id,o[n(375)](n(348)).to(this),o[n(375)](n(368)).to(this),o[n(375)](n(373)).to(this),o[n(375)](n(344)).to(this),o[n(375)](n(355)).to(this),this[n(379)](o,n(347),(()=>this[n(340)]())),this[n(365)][n(371)](o,e)}[Yo(334)](t){const e=Yo,n=this[e(392)][e(393)](t);return this[e(343)]?this[e(343)][e(357)]>t[e(357)]?n-1:n:n-1}[Yo(384)](){const t=Yo;if(this[t(392)][t(361)]&&this[t(392)][t(390)]){const e={id:t(408),author:this[t(392)][t(361)],authoredAt:this[t(392)][t(390)],content:vo(this[t(407)],t(399)),attributes:{}};this[t(343)]=new(this[t(378)][t(337)])(this[t(407)],e,{maxCommentCharsWhenCollapsed:this[t(378)][t(341)],formatDateTime:this[t(378)][t(388)],editorConfig:this[t(378)][t(339)],isSystemComment:!0}),this[t(365)][t(371)](this[t(343)],this[t(392)][t(393)](e))}else this[t(343)]&&(this[t(365)][t(406)](this[t(343)]),this[t(343)][t(362)](),this[t(343)]=null);this[t(351)]()}[Yo(376)](t){const e=Yo,n=this[e(365)][e(406)](t.id);this[e(358)](n),n[e(363)]&&this[e(340)](),n[e(362)]()}[Yo(340)](){const t=Yo;this[t(400)]=Array[t(364)](this[t(365)])[t(346)]((e=>e[t(363)]))}[Yo(381)](){const t=Yo,n=function(t){const n=Zo,o=new e.Collection;for(const e of t)o[n(371)](e);return o}(this[t(365)]),o=this[t(404)][t(354)];for(let e=1;e<=o;e++)n[t(406)](1);for(const e of n)e[t(338)]();o>0&&n[t(371)](this[t(404)],1),ts((0,e.diff)(Array[t(364)](this[t(389)]),Array[t(364)](n)),this[t(389)],n)}[Yo(380)](){const t=Yo;ts((0,e.diff)(Array[t(364)](this[t(389)]),Array[t(364)](this[t(365)])),this[t(389)],this[t(365)]);for(const e of this[t(389)])e[t(396)]()}}function Zo(t,e){const n=$o();return(Zo=function(t,e){return n[t-=334]})(t,e)}function $o(){const t=["742015leLDaX","change:isActive","CommentView","collapse","editorConfig","_updateHasDirtyComment","maxCommentCharsWhenCollapsed","length","resolvedCommentView","editorReady","weight","some","change:isEditMode","removeComment","delete","render","refreshVisibleViews","_shouldCollapse","maxThreadTotalWeight","count","editorDestroyed","64MbIuzx","authoredAt","stopListening","equal","55728VFIxKc","resolvedBy","destroy","isEditMode","from","commentViews","331835JdXhNA","viewUid","updateComment","commentUpdated","comments","add","change:isResolved","resolveCommentThread","ck-thread__comments","delegate","_handleRemoveCommentModel","set","_config","listenTo","_rearrangeExpand","_rearrangeCollapse","8408IZYGTU","4hFCZOR","_handleInfoComment","element","728154DQBdrh","focus","formatDateTime","visibleViews","resolvedAt","bind","_model","_findOptimalIndex","insert","setTemplate","expand","change:hasDirtyComment","maxCommentsWhenCollapsed","Marked as resolved","hasDirtyComment","3782916VcneiT","1180638GIeFLo","_handleNewCommentModel","_collapsedCommentsView","createCollection","remove","locale","resolved","isActive","get","_calculatePosition"];return($o=function(){return t})()}function ts(t,e,n){const o=Yo;let s=0;for(const r of t)switch(r){case o(394):e[o(371)](n[o(410)](s),s),s++;break;case o(349):e[o(406)](s);break;case o(359):s++}}const es=os;function ns(){const t=[".ck-context","querySelector","setTemplate","isResolvable","2449870HXRdcO","bindTemplate","isResolved","2714024EfYnuo",".ck-context__value","substring","ck-context-wrapper","lastIndexOf","isEnabled","59396ucVGAH","...","_trimContextValue","mouseleave","execute","isVisible","classList","ck-context--quotes","icon","2tXVBFi","reopenCommentThread","ck-context","_model","length","hasContext","overlay","span","scrollWidth","37812VvdnaN","contextValue","Comment was made on an element","_attachContextActions","354199KKJoBR","ck-annotation__actions","98dvBIjP","locale","offsetWidth","tooltip","isReadOnly","bind","fire","mouseenter","ck-context__value","div","label","render","ck-thread__header","element","value","context","listenTo","30sRIEwe","add","2991312jRtNdW","Reopen","859623xmgoyM","_createReopenButton","remove","reopenButtonView"];return(ns=function(){return t})()}function os(t,e){const n=ns();return(os=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(183348===parseInt(e(485))/1*(-parseInt(e(472))/2)+parseInt(e(446))/3+parseInt(e(463))/4*(-parseInt(e(442))/5)+-parseInt(e(481))/6*(-parseInt(e(487))/7)+parseInt(e(457))/8+-parseInt(e(444))/9+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ns);class ss extends go.View{constructor(t,e){const n=os;super(t);const o=this[n(455)];this[n(475)]=e,this[n(449)]=this[n(447)](),this[n(492)](n(477)).to(this[n(475)],n(440),(t=>!!t)),this[n(492)](n(482)).to(this[n(475)],n(440),(t=>t&&t[n(439)]?this[n(465)](t[n(439)]):vo(this[n(488)],n(483)))),this[n(452)]({tag:n(434),attributes:{class:[n(437)]},children:[{tag:n(434),attributes:{class:[n(460)]},children:[{tag:n(434),attributes:{class:[n(474),o.if(n(477),n(470))]},children:[{tag:n(479),attributes:{class:[n(433)]},children:[{text:o.to(n(482))}]}]}]},{tag:n(434),attributes:{class:[n(486)]},children:[this[n(449)]]}]})}[es(436)](){const t=es;super[t(436)](),this[t(484)]()}[es(447)](){const t=es,e=new go.ButtonView(this[t(488)]);return e[t(435)]=vo(this[t(488)],t(445)),e[t(490)]=vo(this[t(488)],t(445)),e[t(471)]='<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(492)](t(462)).to(this[t(475)],t(491),(t=>!t)),e[t(492)](t(468)).to(this[t(475)],t(453),this[t(475)],t(456),((t,e)=>t&&e)),e.on(t(467),(()=>{const e=t;this[e(493)](e(473),this[e(475)].id)})),e}[es(465)](t){const e=es;if(t[e(476)]<150)return t;const n=t[e(461)](" ",147);return t[e(459)](0,n>-1?n:147)+e(464)}[es(484)](){const t=es,e=this[t(438)][t(451)](t(450)),n=e[t(451)](t(458));this[t(441)](e,t(432),(()=>{const o=t;n[o(489)]<n[o(480)]&&e[o(469)][o(443)](o(478))})),this[t(441)](e,t(466),(()=>{const n=t;e[n(469)][n(448)](n(478))}))}}const rs=cs;function is(){const t=["focus","CommentView","cancel","locale","assign","96229ImnJvM","addComment","submit","updateComment","editorConfig","6XEdYIG","resolveCommentThread","disabledSubmit","2454136wFiXhG","removeCommentThread","archivedAt","isResolved","Reply to reopen discussion...","isDirty","commentsListView","stop","Write a comment...","_createCommentThreadInputView","isActive","235fBDwcn","_config","reopenCommentThread","_model","1434686dJeNrz","isResolvable","commentThreadInputView","submitLabel","9JwbjpX","removeComment","editorDestroyed","357196lqmjam","isReadOnly","unlinkedAt","Reply","placeholder","hasDirtyComment","element","bind","value","11950GixlnU","12RzrWio","delegate","fire","commentInputView","length","set","isUnlinked","showInput","_localUser","canComment","2092JvPVvf","change:isActive","destroy","commentThreadHeaderView","Comment","editorReady","submitCommentThread","1683OInYYA","isSubmitted","listenTo","569995dcyYUi","Reply..."];return(is=function(){return t})()}function cs(t,e){const n=is();return(cs=function(t,e){return n[t-=257]})(t,e)}!function(t){const e=cs,n=t();for(;;)try{if(196957===parseInt(e(267))/1*(-parseInt(e(298))/2)+parseInt(e(275))/3*(parseInt(e(278))/4)+parseInt(e(308))/5*(parseInt(e(320))/6)+parseInt(e(315))/7+-parseInt(e(323))/8+parseInt(e(305))/9*(parseInt(e(287))/10)+-parseInt(e(271))/11*(-parseInt(e(288))/12))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(293)](s(266),!1),this[s(293)](s(261),!1),this[s(270)]=e,this[s(296)]=n,this[s(268)]=o,this[s(301)]=new ss(t,e),this[s(301)][s(289)](s(269)).to(this),this[s(307)](this,s(269),(()=>{this[s(310)]()})),this[s(262)]=new Qo(t,e,Object[s(314)]({CommentView:this[s(268)][s(311)]},o)),this[s(262)][s(289)](s(276)).to(this),this[s(262)][s(289)](s(318)).to(this),this[s(262)][s(289)](s(321)).to(this),this[s(262)][s(289)](s(303)).to(this),this[s(262)][s(289)](s(277)).to(this),this[s(262)][s(285)](s(266)).to(this),this[s(307)](this,s(321),(()=>{this[s(310)]()})),this[s(293)](s(292),this[s(262)][s(292)]),this[s(285)](s(292)).to(this[s(262)],s(292)),this[s(273)]=this[s(265)](),this[s(273)][s(289)](s(303)).to(this),this[s(273)][s(289)](s(277)).to(this),this.on(s(276),(()=>this[s(310)]())),this[s(285)](s(261)).to(this[s(262)],s(283),this[s(273)][s(291)],s(286),((t,e)=>t||!!e)),this[s(285)](s(294)).to(e,s(280),(t=>!!t))}[rs(310)](){const t=rs;this[t(284)][t(310)]()}async[rs(300)](){const t=rs;this[t(261)]=!1,this[t(262)][t(300)](),await this[t(273)][t(300)](),super[t(300)]()}[rs(265)](){const t=rs,e=new qo(this[t(313)],this[t(296)],this[t(268)][t(319)]),n=e[t(291)];return e[t(285)](t(295)).to(this,t(266),this[t(270)],t(279),this[t(270)],t(297),this[t(270)],t(258),n,t(286),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(285)](t(282)).to(this,t(292),this[t(270)],t(272),this[t(270)],t(259),((e,n,o)=>{const s=t;let r;return r=s(o&&n?260:e?309:264),vo(this[s(313)],r)})),n[t(285)](t(274)).to(this,t(292),(e=>vo(this[t(313)],t(e?281:302)))),n.on(t(317),((e,n)=>{const o=t;this[o(290)](o(316),n),this[o(270)][o(259)]&&this[o(270)][o(272)]&&this[o(290)](o(269),this[o(270)].id),this[o(270)][o(306)]||this[o(290)](o(304))})),n.on(t(312),(()=>{this[t(310)]()})),n[t(285)](t(322)).to(this[t(270)],t(279)),n.on(t(312),(e=>{const n=t;0==this[n(292)]&&(this[n(290)](n(257)),e[n(263)]())})),this.on(t(299),((e,o,s)=>{const r=t;s||this[r(292)]||n[r(286)]||this[r(290)](r(257))})),e}}function hs(t,e){const n=ds();return(hs=function(t,e){return n[t-=496]})(t,e)}const us=hs;function ds(){const t=["length","archivedAt","createCollection","isResolvable","Delete comment thread?","render","removeButton","extendTemplate","isVisible","_bindFirstCommentView","commentThreadHeaderView","866216hvVDLI","ck-reset_all-excluded","ck-thread__container","Write a comment...","ck-thread--active","showConfirm","containerElement","4113441FKQXnS","tooltip","fire","div","176ekwtHL","1507806WQsust","locale","add","check","commentsListView","1033858KlSoJC","setTemplate","commentViews",".ck-thread__container","bindTemplate","removeCommentThread","commentThreadInputView","_boundFirstCommentView","high","icon","unbind","Resolve","change:isReadOnly","label","commentThreadChildren","then","_cancelAllConfirms","ck-thread--","isResolved","ck-thread","addMany","ck-thread--unlinked","change:isActive","querySelector","execute","isReadOnly","stop","listenTo","actionBar","get","isSystemComment","_createResolveButton","773433gCMiPw","isEnabled","change:archivedAt","set","actionIndicator","element","1446569JhwvcO","getTemplate","isConfirm","remove","1618140pwoVri","has","resolveCommentThread","ck-thread--remove-confirmation","isActive","bind","2JrgeoR","_model","isUnlinked","placeholder","cancelConfirm","ck-comment--resolve","resolveButton"];return(ds=function(){return t})()}!function(t){const e=hs,n=t();for(;;)try{if(876015===parseInt(e(559))/1*(-parseInt(e(569))/2)+parseInt(e(511))/3+-parseInt(e(504))/4+-parseInt(e(563))/5+-parseInt(e(516))/6+-parseInt(e(521))/7+-parseInt(e(515))/8*(-parseInt(e(553))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ds);class ls extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=hs;super(t,e,n,o),this[s(535)]=this[s(578)](),this[s(535)][s(541)]([this[s(520)],this[s(527)]]),this[s(570)][s(577)]&&this[s(535)][s(518)](this[s(503)],0),this[s(570)].on(s(555),((t,e,n)=>{const o=s;n?this[o(535)][o(564)](this[o(503)])||this[o(535)][o(518)](this[o(503)],0):this[o(535)][o(562)](this[o(503)])})),this[s(556)](s(557),null),this[s(510)]=null,this[s(528)]=null,this[s(517)]=t,this[s(575)]=this[s(552)](),this[s(522)](this[s(560)]()),this.on(s(543),((t,e,n)=>{n||this[s(537)]()})),this[s(548)](this[s(570)],s(533),((t,e,n)=>{n&&this[s(537)]()})),this[s(576)]>0&&this[s(502)](),this[s(548)](this[s(520)][s(523)],s(518),(()=>{this[s(502)]()}))}[us(560)](){const t=us,e=this[t(525)];return{tag:t(514),attributes:{class:[t(540),t(505),e.if(t(567),t(508)),e.if(t(571),t(542)),e.if(t(561),t(566)),e.to(t(557),(e=>e?t(538)+e:""))],"data-thread-id":this[t(570)].id,tabindex:-1},children:[{tag:t(514),attributes:{class:t(506)},children:this[t(535)]}]}}[us(498)](){const t=us;super[t(498)](),this[t(510)]=this[t(558)][t(544)](t(524))}[us(537)](){const t=us;this[t(573)]();for(const e of this[t(520)][t(523)])e[t(573)]()}[us(502)](){const t=us,{locale:e}=this,n=this[t(520)][t(523)][t(550)](0);n===this[t(528)]||n[t(551)]||(this[t(528)]=n,this[t(531)](t(557)),this[t(568)](t(557)).to(n,t(557),(e=>t(562)===e?t(562):null)),n[t(572)]=vo(e,t(507)),n[t(499)].on(t(545),(n=>{const o=t;n[o(547)](),this[o(509)](vo(e,o(497)),this[o(510)])[o(536)]((()=>{const t=o;this[t(513)](t(526))}))}),{priority:t(529)}),n[t(549)][t(518)](this[t(575)],0))}[us(552)](){const e=us,n=new go.ButtonView(this[e(517)]);return n[e(534)]=vo(this[e(517)],e(532)),n[e(512)]=vo(this[e(517)],e(532)),n[e(530)]=t.icons[e(519)],n[e(500)]({attributes:{class:e(574)}}),n[e(568)](e(554)).to(this[e(570)],e(546),(t=>!t)),n[e(568)](e(501)).to(this[e(570)],e(496),this[e(570)],e(539),((t,e)=>t&&!e)),n.on(e(545),(()=>{const t=e;this[t(513)](t(565),this[t(570)].id)})),n}}function ms(t,e){var n=fs();return(ms=function(t,e){return n[t-=353]})(t,e)}var ps=ms;function fs(){var t=["content","set","ck-content","9836811CIOsBn","461444wQSVoU","1bpHCUr","12HRIroz","1051730wbIRdc","4022662dNnlsn","1152356eXRQbG","ck-annotation__content","4294960wsdmHc","1092288wshANA","render","3sLQNwz","setTemplate","element","change:content","innerHTML","ck-comment__content","div"];return(fs=function(){return t})()}!function(t){for(var e=ms,n=t();;)try{if(828643===parseInt(e(365))/1*(-parseInt(e(364))/2)+-parseInt(e(353))/3*(-parseInt(e(369))/4)+parseInt(e(371))/5+parseInt(e(366))/6*(-parseInt(e(368))/7)+-parseInt(e(372))/8+parseInt(e(363))/9+parseInt(e(367))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fs);class gs extends go.View{constructor(t){var e=ms;super(t),this[e(361)](e(360),""),this[e(354)]({tag:e(359),attributes:{class:[e(362),e(358),e(370)]}})}[ps(373)](){var t=ps;super[t(373)](),this.on(t(356),((e,n,o)=>{var s=t;this[s(355)][s(357)]=o})),this[t(355)][t(357)]=this[t(360)]}}const vs=bs;function ks(){const t=["locale","_createCommentContentView","get","1287868exQYUm","isEditMode","maxCommentCharsWhenCollapsed","610104Peyigb","2086945zbqwTY","cancel","switchToEditMode","bind","value","visibleView","isCollapsed","editorReady","disabledSubmit","Save","isReadOnly","editorConfig","fire","element","once","submitLabel","submit","add","9670ufwBZl","set","destroy","initialData","2538ANLInw","1264392ljoKgh","content","877115PXjNHI","switchToDisplayMode","focus","1606098ioXuxM","_createCommentInputView","editorDestroyed","collapse","remove","createEditor","createCollection","updateComment","delegate","isSystemComment","_config","_model","expand"];return(ks=function(){return t})()}function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=276]})(t,e)}!function(t){const e=bs,n=t();for(;;)try{if(493049===parseInt(e(319))/1+parseInt(e(322))/2+-parseInt(e(317))/3+-parseInt(e(290))/4+-parseInt(e(312))/5*(parseInt(e(316))/6)+parseInt(e(294))/7+parseInt(e(293))/8)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(285)]=e,this[o(284)]=n,this[o(283)]=!!this[o(284)][o(283)],this[o(313)](o(291),!1),this[o(313)](o(300),!0),this[o(299)]=this[o(280)](),this[o(299)][o(311)](this[o(288)]())}[vs(286)](){this[vs(300)]=!1}[vs(277)](){const t=vs;this[t(291)]||(this[t(300)]=!0)}[vs(321)](){const t=vs;this[t(307)][t(321)]()}async[vs(314)](){const t=vs;await this[t(299)][t(289)](0)[t(314)](),super[t(314)]()}[vs(296)](){const t=vs;this[t(291)]||(this[t(291)]=!0,this[t(299)][t(278)](0)[t(314)](),this[t(299)][t(311)](this[t(323)]()))}[vs(320)](){const t=vs;this[t(291)]&&(this[t(291)]=!1,this[t(299)][t(278)](0)[t(314)](),this[t(299)][t(311)](this[t(288)]()))}[vs(288)](){const t=vs,e=new gs(this[t(287)]);return e[t(297)](t(318)).to(this[t(285)],t(318),this,t(300),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(284)][t(292)]}):e)),e}[vs(323)](){const t=vs;this[t(284)][t(305)]||(this[t(284)][t(305)]={}),this[t(284)][t(305)][t(315)]=this[t(285)][t(318)];const e=new Ko(this[t(287)],this[t(284)][t(305)]);return e[t(298)]=this[t(285)][t(318)],e[t(297)](t(302)).to(this[t(285)],t(304)),e[t(309)]=vo(this[t(287)],t(303)),e.on(t(310),((e,n)=>{const o=t;this[o(306)](o(281),this[o(285)].id,n),this[o(320)](),this[o(321)]()})),e.on(t(295),(()=>{const e=t;this[e(320)](),this[e(321)]()})),e[t(308)](t(301),(()=>{e[t(321)]()})),e[t(279)](),e[t(282)](t(301)).to(this),e[t(282)](t(276)).to(this),e}}const _s=Is;function Is(t,e){const n=ys();return(Is=function(t,e){return n[t-=338]})(t,e)}function ys(){const t=["author","threeVerticalDots","ck-comment--edit","isReadOnly","actionBar","editButton","ck-comment__actions--hidden","isEditMode","dropdown","ck-comment__info","ck-comment__wrapper","_model","Reply...","158445blyXvu","items","getUserViewNotificationText","isVisible","withText","107590iLTeoQ","_createDropdown","EXTERNAL_IMPORT_WORD_COMMENT","36bzRxLY","ck-comment--remove-confirmation","ck-annotation__info-name","addMany","some","push","locale","label","ck-comment__user","2027697RFHJLV","Delete comment?","actionIndicator","EXTERNAL_COMMENT","buttonView","panelPosition","then","render","creator","ck-annotation__info-time","ck-annotation__actions--hidden","showConfirm","ck-comment--","_attachActions","Remove","removeComment","464BntjMM","mouseleave","isSystemComment","829058dzdtSf","visibleView","39OMvQiP","ck-comment__external","set","userView","execute","icon","ck-comment__info-name","children","Edit","pencil","isRemovable","_createCommentInputView","source","ck-comment__main","fire","time","extendTemplate","ck-annotation__user","isExternal","blur","ck-annotation__main","getTemplate","listenTo","add","isConfirm","formatDateTime","createCollection","bind","panelView","removeButton","change:isVisible","name","ck-comment--remove","getExternalCommentNote","ck-annotation__content-wrapper","setTemplate","_config","mouseenter","bindTemplate","@external","ck-annotation__info","EXTERNAL_AVATAR","switchToEditMode","isEditable","ck-annotation__actions","ck-annotation","importWord","ck-comment__actions","element","33sTHTkp","authoredAt","32gipOFb","ck-comment","ck-comment--info","edit","focus","_createRemoveButton","11359128drOVlV","EXTERNAL_IMPORT_WORD_AVATAR","451790NbkZJb","change:isEnabled","change:isRemovable","resolvedAt","isEnabled","remove","161926jkFfNP","placeholder","Show more items","_createEditButton","ck-comment__info-time","cancelConfirm","span","attributes","length","div"];return(ys=function(){return t})()}!function(t){const e=Is,n=t();for(;;)try{if(973188===parseInt(e(438))/1+-parseInt(e(379))/2*(-parseInt(e(440))/3)+-parseInt(e(365))/4*(-parseInt(e(373))/5)+-parseInt(e(410))/6*(parseInt(e(419))/7)+parseInt(e(435))/8*(parseInt(e(402))/9)+-parseInt(e(407))/10*(-parseInt(e(363))/11)+-parseInt(e(371))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ys);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=Is;super(t,e,n),this[o(442)](o(421),null),this[o(442)](o(380),vo(t,o(401))),this[o(341)](o(364)).to(e),this[o(341)](o(376)).to(e),this[o(393)]=this[o(340)](),this[o(437)]||(this[o(394)]=this[o(382)](),this[o(343)]=this[o(370)](),this[o(403)]=this[o(340)](),this[o(403)][o(413)]([this[o(394)],this[o(343)]]),this[o(397)]=this[o(408)](),this[o(393)][o(463)](this[o(397)])),this[o(443)]=new s.UserView(t,e[o(389)],this[o(404)]()),this[o(443)][o(456)]({attributes:{class:[o(418),o(457)]}}),this[o(462)](e,o(375),(()=>this[o(384)]())),this[o(349)](this[o(461)]())}[_s(461)](){const t=_s,e=this[t(352)],n=[{tag:t(388),attributes:{class:[t(398),t(354)]},children:[{tag:t(385),children:[{text:this[t(443)][t(345)]}],attributes:{class:[t(446),t(412)]}},{tag:t(455),attributes:{datetime:e.to(t(364)),class:[t(383),t(428)]},children:[{text:e.to(t(364),(e=>this[t(350)][t(339)](e)))}]}]},{tag:t(388),attributes:{class:[t(361),t(358),e.if(t(396),t(395)),e.if(t(396),t(429))]},children:this[t(393)]},{tag:t(388),attributes:{class:[t(348)]},children:this[t(439)]}];return this[t(400)][t(458)]&&n[t(415)]({tag:t(388),attributes:{class:[t(441)]},children:[{text:this[t(347)]()}]}),{tag:"li",attributes:{class:[t(399),e.if(t(338),t(411))],tabindex:-1},children:[{tag:t(388),attributes:{class:[t(366),t(359),e.if(t(396),t(391)),e.if(t(437),t(367)),e.to(t(421),(e=>e?t(431)+e:""))],"data-author-id":this[t(400)][t(389)].id,"data-comment-id":this[t(400)].id},children:[this[t(443)],{tag:t(388),attributes:{class:[t(453),t(460)]},children:n}]}]}}[_s(382)](){const e=_s,n=new go.ButtonView(this[e(416)]);return n[e(417)]=vo(this[e(416)],e(448)),n[e(445)]=t.icons[e(449)],n[e(406)]=!0,n[e(456)]({attributes:{class:e(391)}}),n[e(341)](e(377)).to(this[e(400)],e(392),(t=>!t)),n[e(341)](e(405)).to(this[e(400)],e(357)),n.on(e(444),(()=>this[e(356)]())),n}[_s(370)](){const t=_s,e=new go.ButtonView(this[t(416)]);return e[t(417)]=vo(this[t(416)],t(433)),e[t(445)]='\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(406)]=!0,e[t(456)]({attributes:{class:t(346)}}),e[t(341)](t(377)).to(this[t(400)],t(392),(t=>!t)),e[t(341)](t(405)).to(this[t(400)],t(450)),e.on(t(444),(()=>{const e=t;this[e(430)](vo(this[e(416)],e(420)),this[e(362)])[e(425)]((()=>{const t=e;this[t(454)](t(434),this[t(400)].id)}))})),e}[_s(408)](){const e=_s,n=(0,go.createDropdown)(this[e(416)]),o=n[e(342)][e(447)],s=new go.ListView(this[e(416)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(416)]);i[r(447)][r(463)](t);const c=o>-1?o:s[r(403)][r(387)];s[r(403)][r(463)](i,c),n[r(462)](t,r(374),(()=>{const t=r;n[t(377)]=[...this[t(403)]][t(414)]((e=>e[t(377)]))})),n[r(462)](t,r(344),(()=>{const t=r;n[t(423)][t(405)]=[...this[t(403)]][t(414)]((e=>e[t(405)]))}))};n[e(424)]="sw",n[e(423)][e(442)]({label:vo(this[e(416)],e(381)),icon:t.icons[e(390)]}),n[e(377)]=[...this[e(403)]][e(414)]((t=>t[e(377)])),n[e(423)][e(405)]=[...this[e(403)]][e(414)]((t=>t[e(405)]));for(const t of this[e(403)])r(t);return o[e(463)](s),n[e(462)](this[e(403)],e(463),((t,e,n)=>{r(e,n)})),n[e(462)](this[e(403)],e(378),((t,n,o)=>{const r=e;s[r(403)][r(378)](o)})),n}[_s(432)](t,e){const n=_s,o=t&&t[n(362)];o&&(this[n(462)](o,n(351),(()=>this[n(421)]=e)),this[n(462)](o,n(369),(()=>this[n(421)]=e)),this[n(462)](o,n(436),(()=>this[n(421)]=null)),this[n(462)](o,n(459),(()=>this[n(421)]=null)))}[_s(451)](){const t=_s,e=super[t(451)]();return e[t(341)](t(380)).to(this),e}[_s(347)](){const t=_s;return t(360)===this[t(400)][t(386)][t(353)][t(452)]?vo(this[t(416)],t(409)):vo(this[t(416)],t(422))}[_s(404)](){const t=_s;return this[t(400)][t(458)]?t(360)===this[t(400)][t(386)][t(353)][t(452)]?vo(this[t(416)],t(372),this[t(400)][t(427)][t(345)]):vo(this[t(416)],t(355),this[t(400)][t(427)][t(345)]):null}[_s(426)](){const t=_s;super[t(426)](),this[t(432)](this[t(394)],t(368)),this[t(432)](this[t(343)],t(378))}}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 Os=n(306),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Os.A,Ms);Os.A.locals;var Rs=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,js);Rs.A.locals;const Vs=function(){return _.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,Ls=/^0b[01]+$/i,Fs=/^0o[0-7]+$/i,zs=parseInt;const Ks=function(t){if("number"==typeof t)return t;if(zn(t))return NaN;if(j(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=j(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=Ls.test(t);return n||Fs.test(t)?zs(t.slice(2),n?2:8):Bs.test(t)?NaN:+t};var Us=Math.max,Hs=Math.min;const Ws=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=Vs();if(p(t))return g(t);c=setTimeout(f,function(t){var n=e-(t-a);return d?Hs(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=Vs(),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,j(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(Vs())},v};const qs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return j(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Ws(t,e,{leading:o,maxWait:e,trailing:s})};function Xs(){const t=["attributes","1RIFukA","2188YfCcCH","905484FhBKSr","1045944XhQoBY","1671xnvEGj","class","238010tyJFmC","disconnect","10jqAPiv","childList","characterData","21yHneAC","4240698DBKLWV","type","observe","1633336GEXcEp","318306biejJf","attributeName","cancel"];return(Xs=function(){return t})()}function Gs(t,e){const n=Xs();return(Gs=function(t,e){return n[t-=479]})(t,e)}function Js(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Gs;for(const o of t)(n(486)==o[n(480)]&&n(492)==o[n(484)]||n(496)==o[n(480)]||n(497)==o[n(480)])&&e()}));return{attach(t){n[Gs(481)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Gs;n[t(494)](),e[t(485)]()}}}!function(t){const e=Gs,n=t();for(;;)try{if(258275===-parseInt(e(487))/1*(-parseInt(e(483))/2)+-parseInt(e(491))/3*(-parseInt(e(488))/4)+parseInt(e(493))/5+parseInt(e(489))/6*(parseInt(e(498))/7)+-parseInt(e(482))/8+-parseInt(e(490))/9+-parseInt(e(495))/10*(parseInt(e(479))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xs);var Ys=n(438),Qs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ys.A,Qs);Ys.A.locals;function Zs(){const t=["_updateHeight","detach","6284204AKSXie","clear","9693oYqFyK","230068gfYDFm","listenTo","createCollection","focusTracker","keystrokes","length","div","6901115cNJjOK","ck-annotation-wrapper","add","_mutationObserver","isActive","set","9747304YfoYNa","clientHeight","height","element","43570LMgzrE","3049116skKvKq","9786822BWqdss","type","render","content","2JRDqqX","fire","Esc","ck-annotation-wrapper--active","mainView","isDirty","7rAJeVp","ck-rounded-corners","attach","focus","setTemplate","destroy","bindTemplate","targetRect"];return(Zs=function(){return t})()}const $s=tr;function tr(t,e){const n=Zs();return(tr=function(t,e){return n[t-=303]})(t,e)}!function(t){const e=tr,n=t();for(;;)try{if(865807===-parseInt(e(333))/1*(-parseInt(e(314))/2)+-parseInt(e(309))/3+-parseInt(e(330))/4+parseInt(e(340))/5+-parseInt(e(310))/6*(parseInt(e(320))/7)+-parseInt(e(304))/8+-parseInt(e(332))/9*(-parseInt(e(308))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zs);class er extends go.View{constructor(t,n){const o=tr;super(t),this.id=(0,e.uid)(),this[o(336)]=new e.FocusTracker,this[o(337)]=new e.KeystrokeHandler,this[o(337)][o(303)](o(316),((t,e)=>this[o(315)](o(316),e))),this[o(303)](o(327),{top:0,right:0,bottom:0,left:0}),this[o(303)](o(306),0),this[o(303)](o(344),!1),this[o(303)](o(319),!1),this[o(303)](o(338),0),this[o(303)](o(311),""),this[o(343)]=Js((()=>this[o(328)]())),this[o(313)]=this[o(335)](),this[o(313)][o(342)](n),this[o(318)]=n;const s=this[o(326)];this[o(324)]({tag:o(339),attributes:{class:["ck",o(341),o(321),s.if(o(344),o(317))],tabindex:-1},children:this[o(313)]})}[$s(312)](){const t=$s;super[t(312)](),this[t(336)][t(342)](this[t(307)]),this[t(337)][t(334)](this[t(307)]),this[t(343)][t(322)](this[t(307)])}[$s(325)](){const t=$s;this[t(313)][t(331)](),this[t(337)][t(325)](),this[t(336)][t(325)](),this[t(343)][t(329)](),super[t(325)]()}[$s(323)](){const t=$s;this[t(307)][t(323)]()}[$s(328)](){const t=$s,e=this[t(307)][t(305)];e&&(this[t(306)]=e)}}const nr=or;function or(t,e){const n=sr();return(or=function(t,e){return n[t-=305]})(t,e)}function sr(){const t=["isVisible","2490632oedxhH","nodeType","targetRect","function","getClientRects","element","stopListening","clear","1230144BLUVKg","_assertCorrectTarget","length","refreshVisibility","set","render","focusableElements","_type","isActive","destroy","item","1714404yfafCy","focusTracker","target","offsetParent","updateTargetRect","_target","view","mainView","annotation-invalid-target","500370xpkyef","remove","576NBmHXs","isArray","every","filter","80398jJePjk","_getNormalizedTarget","object","_id","add","11QJGDZa","innerView","63459VbpiXY","type","1055096JveJTq"];return(sr=function(){return t})()}!function(t){const e=or,n=t();for(;;)try{if(313025===parseInt(e(336))/1*(-parseInt(e(331))/2)+-parseInt(e(305))/3+parseInt(e(342))/4+-parseInt(e(325))/5+parseInt(e(316))/6+-parseInt(e(340))/7+-parseInt(e(327))/8*(-parseInt(e(338))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sr);class rr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=or;super(),this[r(322)]=t,this[r(322)][r(347)]||this[r(322)][r(310)](),this[r(312)]=o,this[r(321)]=n,rr[r(306)](this[r(332)]()),this[r(311)]=new e.Collection([this[r(322)][r(347)]],{idProperty:r(334)}),this[r(311)].on(r(335),((t,e)=>{const n=r;this[n(322)][n(317)][n(335)](e)})),this[r(311)].on(r(326),((t,e)=>{const n=r;this[n(322)][n(317)][n(326)](e)})),this[r(309)](r(341),s)}get[nr(339)](){const t=nr;return t(345)==typeof this[t(312)]?this[t(312)]():this[t(312)]}get[nr(337)](){const t=nr;return this[t(322)][t(323)]}get[nr(318)](){const t=nr,e=this[t(332)]();return rr[t(306)](e),e}get[nr(344)](){const t=nr,n=this[t(318)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(330)]((e=>function(e){const n=t;if(e[n(319)])return!0;return!!e[n(346)]()[n(315)](0)}(e)));return 0===o[t(307)]?null:new e.Rect(o[0][t(346)]()[t(315)](0))}get[nr(313)](){const t=nr;return this[t(322)][t(313)]}set[nr(313)](t){const e=nr;this[e(322)][e(313)]=t,this[e(322)][e(323)][e(313)]=t}[nr(320)](){const t=nr;this[t(322)][t(344)]=this[t(344)]}[nr(314)](){const t=nr;this[t(311)][t(348)](),this[t(311)][t(349)](),this[t(348)]()}[nr(308)](){const t=nr;this[t(341)]=!!this[t(344)]}static[nr(306)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(328)](t)&&t[n(329)]((t=>ir(t)))))throw new e.CKEditorError(n(324),null,{target:t})}[nr(332)](){const t=nr,e=t(345)==typeof this[t(321)]?this[t(321)]():this[t(321)];return ir(e)?[e]:e}}function ir(t){const e=nr;return null!==t&&e(333)==typeof t&&e(343)in t&&1===t[e(343)]}const cr=hr;!function(t){const e=hr,n=t();for(;;)try{if(558893===-parseInt(e(165))/1*(-parseInt(e(175))/2)+parseInt(e(157))/3+parseInt(e(179))/4*(-parseInt(e(166))/5)+parseInt(e(178))/6+parseInt(e(160))/7+parseInt(e(142))/8*(parseInt(e(168))/9)+-parseInt(e(171))/10*(parseInt(e(143))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(dr);class ar extends e.Collection{constructor(t=[]){const n=hr;super(),this[n(167)]=new Map,this[n(163)]=new Map,this[n(134)]=new e.FocusTracker,this[n(134)].on(n(135),((t,e,o)=>{const s=n;o||this[s(164)](s(144))}));for(const e of t)this[n(180)](e)}get[cr(137)](){const t=cr;return this[t(134)][t(137)]}[cr(180)](t){const n=cr;if(this[n(151)](t))throw new e.CKEditorError(n(154),null);this[n(167)][n(156)](t[n(174)],t),this[n(163)][n(156)](t[n(159)],t);for(const e of t[n(152)])this[n(134)][n(180)](e);this[n(176)](t[n(152)],n(180),((t,e)=>{const o=n;this[o(134)][o(180)](e)})),this[n(176)](t[n(152)],n(155),((t,e)=>{const o=n;this[o(134)][o(155)](e)})),this[n(176)](t[n(159)][n(162)],n(135),((e,o,s)=>{const r=n;s&&this[r(164)](r(136),t)})),t[n(169)]();const o=this[n(161)](t[n(159)][n(181)]);return super[n(180)](t,o)}[cr(155)](t){const n=cr;if(!this[n(151)](t))throw new e.CKEditorError(n(146),null);this[n(153)](t[n(159)][n(162)]),this[n(153)](t[n(152)]);for(const e of t[n(152)])this[n(134)][n(155)](e);return this[n(163)][n(140)](t[n(159)]),this[n(167)][n(140)](t[n(174)]),super[n(155)](t)}[cr(150)](t){const e=cr;return this[e(167)][e(172)](t)}[cr(149)](t){const e=cr;return this[e(163)][e(172)](t)}[cr(158)](){const t=cr;super[t(177)](),this[t(153)](),this[t(167)][t(177)](),this[t(163)][t(177)](),this[t(134)][t(158)]()}[cr(148)](){const t=cr;for(const e of this)e[t(169)]();this[t(170)]()}[cr(170)](){const t=cr,e=Array[t(173)](this)[t(138)](((e,n)=>ur(e[t(159)][t(181)],n[t(159)][t(181)])));for(let n=e[t(139)]-1;n>0;n--){const o=e[n];n!==this[t(141)](o)&&(this[t(155)](o),this[t(180)](o))}}[cr(161)](t){const e=cr;let n=0;if(!t)return this[e(139)];for(const o of this){const s=o[e(159)][e(181)];if(s){if(ur(t,s)<0)return n;n++}}return n}}function hr(t,e){const n=dr();return(hr=function(t,e){return n[t-=134]})(t,e)}function ur(t,e){const n=cr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(147)]-e[n(147)];return 0==o?t[n(145)]-e[n(145)]:o}function dr(){const t=["6PWtxef","4393385hdODqT","_innerViewToAnnotation","6983505ogkaRi","updateTargetRect","_sort","14890WiJWvY","get","from","innerView","137498JTqTjx","listenTo","clear","6639726OClvQe","4mQiWkZ","add","targetRect","_focusTracker","change:isFocused","focus","isFocused","sort","length","delete","getIndex","8WEbOVG","13871LcQUCC","blur","left","annotationcollection-not-existing-item","top","refreshPositioning","getByView","getByInnerView","has","focusableElements","stopListening","annotationcollection-duplicated-item","remove","set","2618910ymIdqF","destroy","view","1030183rxsOqT","_getOrderInContent","focusTracker","_viewToAnnotation","fire"];return(dr=function(){return t})()}const lr=pr;function mr(){const t=["642795DBCLGh","source","12mCMrPL","focusTracker","deactivateAll","element","add","change:isVisible","stopListening","38efVjzg","_addActiveAnnotation","44eFqTqa","collection","set","refreshPositioning","has","getByInnerView","8IJqYsq","createAnnotationView","createAnnotation","850068BkUejZ","Annotations","listenTo","2973540wMDTwa","activeAnnotations","view","remove","activate","889130afULFh","_visibleAnnotations","fire","_bindAnnotationsToVisibleAnnotations","_deactivateAllAnnotations","_removeActiveAnnotation","delete","pluginName","destroy","6009318PAHWLQ","isVisible","7236943rFPVem","refreshVisibility","57152hpiqCb","_activateAnnotation"];return(mr=function(){return t})()}function pr(t,e){const n=mr();return(pr=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=pr,n=t();for(;;)try{if(757358===parseInt(e(423))/1*(parseInt(e(434))/2)+parseInt(e(402))/3+-parseInt(e(427))/4*(parseInt(e(425))/5)+parseInt(e(405))/6+parseInt(e(421))/7*(-parseInt(e(442))/8)+parseInt(e(419))/9+parseInt(e(410))/10*(-parseInt(e(436))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mr);class fr extends t.ContextPlugin{static get[lr(417)](){return lr(403)}constructor(t){const e=lr;super(t),this[e(437)]=new ar,this[e(411)]=new ar,this[e(438)](e(406),new Set),this[e(413)]()}[lr(431)](t){const e=lr;this[e(437)][e(431)](t)}[lr(408)](t){const e=lr;this[e(437)][e(408)](t),t[e(418)]()}[lr(422)](){const t=lr;for(const e of this[t(437)])e[t(422)]()}[lr(439)](){const t=lr;this[t(411)][t(439)]()}[lr(441)](t){const e=lr;return this[e(437)][e(441)](t)}[lr(429)](){const t=lr;this[t(412)](t(414))}[lr(418)](){const t=lr;for(const e of this[t(437)])e[t(418)]();this[t(411)][t(418)](),this[t(437)][t(418)](),super[t(418)]()}[lr(409)](t){const e=lr;this[e(412)](e(424),t)}[lr(401)](t){return new rr(t)}[lr(400)](t,e){return new er(t,e)}[lr(435)](t){const e=lr,n=new Set(this[e(406)]);n[e(431)](t),this[e(406)]=n}[lr(415)](t){const e=lr,n=new Set(this[e(406)]);n[e(416)](t),this[e(406)]=n}[lr(413)](){const t=lr,e=this[t(437)],n=this[t(411)];function o(e){const o=t,s=e[o(426)];s[o(420)]&&!n[o(440)](s)?n[o(431)](s):!s[o(420)]&&n[o(440)](s)&&n[o(408)](s),s[o(407)][o(428)][o(408)](s[o(407)][o(430)]),s[o(407)][o(428)][o(431)](s[o(407)][o(430)])}this[t(404)](e,t(431),((e,s)=>{const r=t;s[r(420)]&&n[r(431)](s),this[r(404)](s,r(432),o)})),this[t(404)](e,t(408),((e,s)=>{const r=t;n[r(440)](s)&&n[r(408)](s),this[r(433)](s,r(432),o)}))}}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=259]})(t,e)}function kr(){const t=["updateCommentThread","delete","createdAt","config","commentsrepository-invalid-comment-authorid","commentsrepository-update-comment-missing-comment-thread","resolvedAt","editorReady","commentsrepository-duplicated-comment-thread-id","_bindAnnotationToEditors","view","setUnlinkedAt","function","getCommentThreads","fetchCommentThread","toJSON","commentThreadInputView","295626bEQkcK","comments.copyMarkers","_attachCommentThread","commentsrepository-active-not-attached","_removeActiveAnnotation","bind","2564800GACXEn","22840SilMgC","external:","context","_viewToController","define","isAttached","update","commentsrepository-fetch-comment-thread","length","resolve","submitCommentThread","change:_readOnlyChannels","authorName","authoredAt","_submitCommentThread","commentsrepository-add-comment-user-not-exists","focusTracker","setPermissions","commentsrepository-remove-comment-internal-error","assign","values","_addCommentThread","comments.maxCommentsWhenCollapsed","setContext","author","admin","removeAttribute","attachTo","commentsrepository-attach-missing-comment-thread","lowest","max","_permissions","channelId","isNaN","_readOnlyChannels","reopen","commentsrepository-resolved-comment-thread","isActive","commentsrepository-reopen-comment-thread-internal-error","hasCommentThread","unlinkedAt","updateComment","commentsrepository-get-comment-invalid-id","listenTo","pluginName","commentsrepository-resolve-comment-thread-internal-error","commentInputView","catch","from","forbiddenHandler","getComment","modifyAll","commentsrepository-update-missing-comment","isEditable","fromCharCode","change:_permissions","4580QuaeqU","getTime","commentsrepository-invalid-comment-content","creator","commentsrepository-update-comment-thread-internal-error","adapter","5822460Gnecvo","submit","innerHTML","createElement","remove","CommentsRepository","commentUpdated","isFromAdapter","_resolveCommentThread","commentsrepository-add-comment-internal-error","addUser","_createCommentThreadView","reopenCommentThread","focus","_update","commentsrepository-invalid-comment-thread-id","comments","deactivateAll","setActiveCommentThread","getIndex","plugins","warn","join","isReadOnly","focusableElements","then","commentsrepository-add-comment-thread-internal-error","commentsrepository-update-comment-invalid-content","find","map","activate","_findOptimalIndex","_isAttached","commentsrepository-active-missing-comment-thread","_updateActiveAnnotation","string","commentsrepository-reopen-comment-thread","fire","comments.CommentThreadView","isResolved","type","removeCommentThread","_threads","_updateComment","_getExternalAuthor","_adapter","commentsrepository-missing-target","comments.editorConfig","2651394bbcINc","comments.maxThreadTotalWeight","activeCommentThread","getByInnerView","comment","model","locale","change:activeAnnotations","div","setAttribute","_repository","canComment","commentsrepository-remove-comment-missing-comment-thread","comments.CommentView","commentsrepository-missing-comment-thread","_remove","weight","resolveCommentThread","_isSubmitted","destroy","_reopenCommentThread","bodyCollectionContainer","licenseKey","init","commentsrepository-add-comment-to-missing-comment-thread","once","get","archivedAt","filter","commentId","commentsrepository-invalid-commentid","@external","addComment","comments.maxCommentCharsWhenCollapsed","commentsrepository-remove-missing-comment-thread","resolvedBy","287VCNJfY","addCommentThread","_threadToController","write","body","createCommentThreadController","push","requires","_updateCommentThread","commentsrepository-missing-thread-and-adapter-method","content","720ROndyX","_detachCommentThread","112123LCBcSe","openNewCommentThread","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","add","getRevision","PendingActions","isRemovable","trim","commentsrepository-adapter-already-set","refreshVisibility","stopListening","isExternal","change:isDirty","560UeGNFc","PENDING_ACTION_COMMENT_THREAD","commentsrepository-update-comment-internal-error","threadId","CommentView","has","_hasTargetInContent","isSubmitted","_createNewComment","afterInit","_add","isResolvable","reduce","noChannel","set","CommentThreadView","_removeComment","error","getCommentThread","_removeCommentThread","textContent","getPermissions","3gShOSt","innerView","isDirty","editor","_addComment","commentsrepository-remove-missing-comment","_unbindEditors","editorDestroyed","removeComment","commentsrepository-remove-comment-thread-internal-error","switchReadOnly","getEarlierVisibleRevision","getUser","highest","attributes","change:authoredAt"];return(kr=function(){return t})()}!function(t){const e=vr,n=t();for(;;)try{if(338295===parseInt(e(366))/1*(parseInt(e(399))/2)+-parseInt(e(329))/3*(-parseInt(e(462))/4)+parseInt(e(405))/5+parseInt(e(282))/6+-parseInt(e(318))/7*(parseInt(e(406))/8)+-parseInt(e(468))/9+-parseInt(e(344))/10*(parseInt(e(331))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);const br=Symbol(gr(357)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class _r extends t.ContextPlugin{static get[gr(325)](){return[fr,t.PendingActions,s.Users]}static get[gr(450)](){return gr(473)}constructor(t){const e=gr;super(t),this[e(276)]=new Map,this[e(320)]=new Map,this[e(409)]=new Map,this[e(358)](e(440),new Set),this[e(358)](e(437),new Map),this[e(304)]=this[e(408)][e(385)][e(308)](e(304));const n=this[e(408)][e(385)];n[e(410)](e(428),2),n[e(410)](e(283),500),n[e(410)](e(315),140),n[e(410)](e(272),ls),n[e(410)](e(295),Cs),n[e(308)](e(281))||console[e(489)](e(333))}[gr(305)](){const t=gr,e=this[t(408)][t(488)][t(308)](fr);this[t(358)](t(284),null),this.on(t(319),((e,n)=>this[t(427)](n))),this.on(t(416),((e,n)=>this[t(420)](n))),this.on(t(299),((e,n)=>this[t(476)](n))),this.on(t(299),((e,n)=>this[t(268)](n)),{priority:t(435)}),this.on(t(480),((e,n)=>this[t(302)](n))),this.on(t(480),((e,n)=>this[t(268)](n)),{priority:t(435)}),this.on(t(275),((e,n)=>this[t(363)](n))),this.on(t(382),((e,n)=>this[t(326)](n))),this.on(t(382),((e,n)=>this[t(268)](n)),{priority:t(435)}),this.on(t(314),((e,n)=>this[t(370)](n))),this.on(t(447),((e,n)=>this[t(277)](n))),this.on(t(374),((e,n)=>this[t(360)](n))),this.on(t(314),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(362)](n),i=r&&this[s(320)][s(308)](r);i&&i[s(392)][s(481)]()}),{priority:t(435)}),this[t(449)](e,t(289),((e,n,o)=>{const s=t,r=Array[s(454)](o)[s(263)]((t=>this[s(409)][s(308)](t[s(367)])))[s(310)](Boolean)[0];this[s(284)]=r?r[s(287)]:null}))}[gr(353)](){!function(e){function n(t){const e=vr;return t[e(263)]((t=>String[e(460)](t)))[e(490)]("")}(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])]=I,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])]=I,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,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])]=I,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])]=I)}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(335)](0),i=s[o(377)](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(259)]((()=>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(439)](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(439)](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(408)]:e[o(369)],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(385)][o(308)](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(455)]&&s[t[e(455)]]()}(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])||_(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 w(t){for(const e of t[n([101,100,105,116,111,114,115])])_(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])]=I}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,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 I(){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(467)](t){const n=gr;if(this[n(279)])throw new e.CKEditorError(n(339));this[n(279)]=t}get[gr(467)](){return this[gr(279)]}[gr(319)]({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(271)](Cr(m(319),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(362)](n)}[gr(332)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(440)][i(349)](t)||this[i(440)][i(349)](void 0))return null;if(!o)throw new e.CKEditorError(i(280));const c=this[i(319)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(320)][i(308)](c),h=a[i(392)][i(398)][i(452)],u=this[i(408)][i(488)][i(308)](fr),d=u[i(285)](a[i(392)]);return u[i(264)](d),h[i(307)](i(389),(()=>h[i(481)]())),c}[gr(445)](t){const n=gr;if(n(269)!=typeof t)throw new e.CKEditorError(n(483));return this[n(276)][n(349)](t)}[gr(382)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(271)](Cr(i(382),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(362)](e)}[gr(362)](t){const n=gr;if(n(269)!=typeof t)throw new e.CKEditorError(n(483));return this[n(276)][n(308)](t)}[gr(396)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(362)](n);if(s)return Promise[o(415)](s);if(!this[o(467)])return Promise[o(415)](void 0);if(o(394)!=typeof this[o(467)][o(362)])throw new e.CKEditorError(o(327),this[o(408)]);return this[o(467)][o(362)]({channelId:t,threadId:n})[o(259)]((e=>this[o(445)](n)?this[o(362)](n):e?this[o(319)](Object[o(425)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(453)]((t=>{const n=o;throw console[n(361)](t),new e.CKEditorError(n(413),this[n(408)])}))}[gr(395)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(276)][s(426)]())t&&o[s(438)]!==t||e&&!o[s(411)]||n&&0===o[s(414)]||r[s(324)](o);return o?r[s(263)]((t=>t[s(397)]())):r}[gr(486)](t){const n=gr,o=this[n(408)][n(488)][n(308)](fr);if(!t)return void(this[n(284)]&&o[n(485)]());const s=this[n(362)](t);if(!s)throw new e.CKEditorError(n(267),null,{threadId:t});if(!this[n(320)][n(349)](s))throw new e.CKEditorError(n(402),null,{threadId:t});const r=o[n(285)](this[n(320)][n(308)](s)[n(392)]);o[n(264)](r)}[gr(376)](t,e){const n=gr;t?this[n(440)][n(334)](e):this[n(440)][n(383)](e),this[n(271)](n(417),n(440),this[n(440)],this[n(440)])}[gr(491)](t){const e=gr;return this[e(440)][e(349)](t)||this[e(440)][e(349)](void 0)}[gr(323)](t,e){return new fo(t,e)}[gr(423)](t,e=br){const n=gr;this[n(437)][n(358)](e,t),this[n(271)](n(461),n(437),this[n(437)],this[n(437)])}[gr(365)](t=br){const e=gr;return this[e(437)][e(349)](t)?this[e(437)][e(308)](t):wr}[gr(427)]({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(269)!=typeof n)throw new e.CKEditorError(p(483),null,{threadId:n});if(this[p(445)](n))throw new e.CKEditorError(p(390),null,{threadId:n});const f=new Ir(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(408)][p(488)][p(308)](s.Users)[p(378)](c):null,isResolvable:l,isSubmitted:m||d});this[p(276)][p(358)](n,f);for(const t of o)f[p(354)](this[p(352)]({threadId:n,...t}));return a&&f[p(433)](a),d||!f[p(414)]?Promise[p(415)]():this[p(420)]({channelId:t,threadId:n})}[gr(420)]({channelId:t,threadId:n}){const o=gr;if(!this[o(445)](n))throw new e.CKEditorError(o(296),this);const s=this[o(362)](n);if(s[o(300)]=!0,!this[o(467)]||o(394)!=typeof this[o(467)][o(319)])return Promise[o(415)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,d=this[o(408)][o(488)][o(308)](o(336)),l=d[o(334)](vo(this[o(408)][o(288)],o(345)));return this[o(467)][o(319)]({channelId:t,threadId:r,comments:i[o(263)]((t=>t[o(397)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(259)]((({comments:e})=>{const s=o;d[s(472)](l);for(const o of e)this[s(277)]({channelId:t,threadId:n,commentId:o[s(311)],createdAt:o[s(384)],isFromAdapter:!0})}))[o(453)]((t=>{const n=o;throw console[n(361)](t),new e.CKEditorError(n(260),this)}))}[gr(401)]({threadId:t,target:n}){const o=gr,s=this[o(362)](t);if(!s)throw new e.CKEditorError(o(434),this);const r=this[o(408)][o(488)][o(308)](o(336)),i=this[o(408)][o(488)][o(308)](fr),c=this[o(479)](s),a=new fo(s,c);let h=null;c.on(o(343),((t,e,n)=>{const s=o;n?h=r[s(334)](vo(this[s(408)][s(288)],s(345))):h&&(r[s(472)](h),h=null)})),this[o(320)][o(358)](s,a),this[o(409)][o(358)](c,a);const u=new er(this[o(408)][o(288)],c);u[o(404)](o(414)).to(c),u[o(404)](o(368)).to(c,o(368),c,o(414),((t,e)=>t||!e)),u[o(404)](o(443)).to(c),u[o(274)]=o(286);const d=new rr({view:u,target:n,type:o(286),isVisible:!s[o(273)]});return this[o(391)](c,d),i[o(334)](d),d}[gr(391)](e,n){const o=gr;this[o(449)](e,o(389),((e,s)=>{const r=o,i=s.ui[r(392)][r(322)][r(303)];n[r(492)][r(334)](i),this[r(408)]instanceof t.Editor&&this[r(408)].ui[r(422)][r(334)](i)}),{priority:o(379)}),this[o(449)](e,o(373),((e,s)=>{const r=o,i=s.ui[r(392)][r(322)][r(303)];n[r(492)][r(349)](i)&&n[r(492)][r(472)](i),this[r(408)]instanceof t.Editor&&this[r(408)].ui[r(422)][r(472)](i)}))}[gr(372)](t){const e=gr;this[e(341)](t,e(389)),this[e(341)](t,e(373))}[gr(479)](t){const e=gr,n=this[e(408)][e(488)][e(308)](s.Users),{config:o,locale:r}=this[e(408)],i=(0,s.getDateTimeFormatter)(o[e(308)](e(288)));return new(0,o[e(308)](e(484))[e(359)])(r,t,n.me,{editorConfig:{...o[e(308)](e(281)),licenseKey:this[e(408)][e(385)][e(308)](e(304))},copyMarkers:o[e(308)](e(400)),maxCommentsWhenCollapsed:o[e(308)](e(428)),maxThreadTotalWeight:o[e(308)](e(283)),maxCommentCharsWhenCollapsed:o[e(308)](e(315)),formatDateTime:i,CommentView:o[e(308)](e(484))[e(348)]})}[gr(476)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(445)](t))throw new e.CKEditorError(c(296),null,{threadId:t});const a=this[c(362)](t);if(a[c(273)])throw new e.CKEditorError(c(442),null,{threadId:t});const h=this[c(408)][c(488)][c(308)](s.Users);if(a[c(317)]=h[c(378)](r),a[c(388)]=o,i||!this[c(467)]||c(394)!=typeof this[c(467)][c(299)])return Promise[c(415)]();const u=this[c(408)][c(488)][c(308)](c(336)),d=u[c(334)](vo(this[c(408)][c(288)],c(345)));return this[c(467)][c(299)]({channelId:n,threadId:t})[c(259)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(472)](d),a[n(317)].id!==e&&(a[n(317)]=h[n(378)](e)),a[n(388)]=t}))[c(453)]((t=>{const n=c;throw console[n(361)](t),new e.CKEditorError(n(451),this)}))}[gr(302)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(445)](t))throw new e.CKEditorError(s(296),null,{threadId:t});const r=this[s(362)](t);if(!r[s(273)])throw new e.CKEditorError(s(270),null,{threadId:t});if(r[s(317)]=null,r[s(388)]=null,o||!this[s(467)]||s(394)!=typeof this[s(467)][s(480)])return Promise[s(415)]();const i=this[s(408)][s(488)][s(308)](s(336)),c=i[s(334)](vo(this[s(408)][s(288)],s(345)));return this[s(467)][s(480)]({channelId:n,threadId:t})[s(259)]((()=>i[s(472)](c)))[s(453)]((t=>{const n=s;throw console[n(361)](t),new e.CKEditorError(n(444),this)}))}[gr(363)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(362)](t);if(!s)throw new e.CKEditorError(o(316),this);if(this[o(330)](t),this[o(276)][o(383)](t),!s[o(351)]||n||!this[o(467)]||o(394)!=typeof this[o(467)][o(275)])return Promise[o(415)]();const r=this[o(408)][o(488)][o(308)](o(336)),{channelId:i}=s,c=r[o(334)](vo(this[o(408)][o(288)],o(345)));return this[o(467)][o(275)]({channelId:i,threadId:t})[o(259)]((()=>r[o(472)](c)))[o(453)]((t=>{const n=o;throw console[n(361)](t),new e.CKEditorError(n(375),this)}))}[gr(326)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(269)!=typeof t)throw new e.CKEditorError(i(483),null,{threadId:t});if(!this[i(445)](t))throw new e.CKEditorError(i(296),null,{threadId:t});const c=this[i(362)](t);let a=!1;if(void 0!==o&&c[i(408)]!==o&&(c[i(408)]=o,a=!0),void 0!==n&&c[i(446)]!==n&&(c[i(446)]=n,a=!0),s&&!He(s,c[i(380)])&&(c[i(380)]=s,a=!0),!a)return Promise[i(415)]();if(!c[i(351)]||r||!this[i(467)]||i(394)!=typeof this[i(467)][i(382)])return Promise[i(415)]();const h=this[i(408)][i(488)][i(308)](i(336)),{channelId:u}=c,d=h[i(334)](vo(this[i(408)][i(288)],i(345)));return this[i(467)][i(382)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(259)]((()=>h[i(472)](d)))[i(453)]((t=>{const n=i;throw console[n(361)](t),new e.CKEditorError(n(466),this)}))}[gr(330)](t){const e=gr,n=this[e(408)][e(488)][e(308)](fr),o=this[e(362)](t);if(this[e(320)][e(349)](o)){const t=this[e(320)][e(308)](o),s=t[e(392)],r=n[e(285)](s);this[e(320)][e(383)](o),this[e(409)][e(383)](s),r&&n[e(472)](r),t[e(301)](),s[e(301)]()[e(259)]((()=>{this[e(372)](s)}))}}[gr(268)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(408)][n(488)][n(308)](fr),r=this[n(362)](t);if(this[n(320)][n(349)](r)){const t=this[n(320)][n(308)](r)[n(392)],e=s[n(285)](t);e&&(o&&s[n(403)](e),e[n(340)]())}}[gr(278)](t){const e=gr,n=this[e(408)][e(488)][e(308)](s.Users),o=(0,s.hashObject)(e(407)+t);return n[e(378)](o)||n[e(478)]({id:o,name:t})}[gr(352)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(269)!=typeof n)throw new e.CKEditorError(a(312));if(a(269)!=typeof r)throw new e.CKEditorError(a(386));if(a(269)!=typeof o||!o[a(338)]())throw new e.CKEditorError(a(464));const h=this[a(408)][a(488)][a(308)](s.Users)[a(378)](r);if(!h)throw new e.CKEditorError(a(421),null,{authorId:r});let u=null,d=i;return c&&c[a(313)]&&(u=this[a(278)](c[a(313)][a(418)]),d=new Date(c[a(313)][a(384)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:c})}[gr(370)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(362)](t[n(347)]);if(!c)throw new e.CKEditorError(n(306),this);const a=this[n(352)](t),{id:h}=a;if(c[n(354)](a),i||!this[n(467)]||n(394)!=typeof this[n(467)][n(314)]||!c[n(351)])return Promise[n(415)]();const u=this[n(408)][n(488)][n(308)](n(336)),{channelId:d}=c,l=u[n(334)](vo(this[n(408)][n(288)],n(345)));return r||(r={}),this[n(467)][n(314)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(259)]((t=>{const e=n;u[e(472)](l),t&&this[e(277)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(384)],isFromAdapter:!0})}))[n(453)]((t=>{const o=n;throw console[o(361)](t),new e.CKEditorError(o(477),this)}))}[gr(277)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(269)!=typeof o||!o[c(338)]()[c(414)]))throw new e.CKEditorError(c(261));const a=this[c(362)](t),h=a[c(456)](n);if(!h)throw new e.CKEditorError(c(458),this);let u=!1;if(o&&o!==h[c(328)]&&(h[c(459)]||i)&&(h[c(328)]=o,u=!0),s&&s!==h[c(384)]&&(h[c(384)]=s,h[c(380)]&&h[c(380)][c(313)]||(h[c(419)]=s),u=!0),r&&!He(r,h[c(380)])&&(h[c(380)]=r,u=!0),!u)return Promise[c(415)]();if(a[c(271)](c(474)),i||!this[c(467)]||c(394)!=typeof this[c(467)][c(447)])return Promise[c(415)]();const d=this[c(408)][c(488)][c(308)](c(336)),{channelId:l}=this[c(362)](h[c(347)]),m=d[c(334)](vo(this[c(408)][c(288)],c(345)));return this[c(467)][c(447)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[c(259)]((()=>d[c(472)](m)))[c(453)]((t=>{const n=c;throw console[n(361)](t),new e.CKEditorError(n(346),this)}))}[gr(360)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(362)](t),i=r[s(456)](n);if(!i)throw new e.CKEditorError(s(371),this);if(r[s(297)](i),o||!this[s(467)]||s(394)!=typeof this[s(467)][s(374)])return Promise[s(415)]();const c=this[s(408)][s(488)][s(308)](s(336)),{channelId:a}=r,h=c[s(334)](vo(this[s(408)][s(288)],s(345)));return this[s(467)][s(374)]({channelId:a,threadId:t,commentId:n})[s(259)]((()=>c[s(472)](h)))[s(453)]((t=>{const n=s;throw console[n(361)](t),new e.CKEditorError(n(424),this)}))}}class Ir extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(355)];this[o(438)]=n[o(438)],this.id=n.id,this[o(484)]=new e.Collection,this[o(292)]=t,this[o(266)]=!1,this[o(300)]=n[o(351)],this[o(358)](o(350),!0),this[o(404)](o(491)).to(t,o(437),t,o(440),(()=>t[o(491)](this[o(438)]))),this[o(404)](o(337)).to(t,o(437),(()=>t[o(365)](this[o(438)])[o(431)])),this[o(404)](o(293)).to(t,o(437),(()=>{const e=o,n=t[e(365)](this[e(438)]);return n[e(321)]||n[e(431)]})),this[o(404)](o(355)).to(t,o(437),(()=>s&&t[o(365)](this[o(438)])[o(415)])),this[o(358)](o(408),n[o(408)]),this[o(404)](o(309)).to(this,o(388),this,o(446),((t,e)=>t?e?t<e?t:e:t:e)),this[o(358)](o(446),n[o(446)]||null),this[o(358)](o(388),n[o(388)]||null),this[o(358)](o(317),n[o(317)]||null),this[o(404)](o(273)).to(this,o(388),(t=>!!t)),this[o(358)](o(380),n[o(380)]||{})}get[gr(298)](){const t=gr;return Array[t(454)](this[t(484)])[t(356)](((e,n)=>e+n[t(298)]),0)}get[gr(414)](){const t=gr;return this[t(484)][t(414)]}get[gr(411)](){return this[gr(266)]}get[gr(351)](){return this[gr(300)]}[gr(469)](){const t=gr,{channelId:e,id:n}=this;this[t(292)][t(271)](Cr(t(416),e),{channelId:e,threadId:n})}[gr(393)](t){this[gr(482)]({unlinkedAt:t})}[gr(415)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(292)][o(408)][o(488)][o(308)](s.Users).me,{channelId:i,id:c}=this;this[o(292)][o(271)](Cr(o(299),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(441)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(480),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(429)](t){const e=gr;this[e(408)]||this[e(482)]({context:t})}[gr(291)](t,e){const n=gr,o=Fn(this[n(380)]);so(o,t,e),this[n(482)]({attributes:o})}[gr(432)](t){const e=gr,n=Fn(this[e(380)]);uo(n,t),this[e(482)]({attributes:n})}[gr(472)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(275),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(433)](t){const e=gr;return this[e(292)][e(401)]({threadId:this.id,target:t})}[gr(314)](t){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(314),n,o),Object[e(425)]({channelId:n,threadId:o},t))}[gr(456)](t){const n=gr;if(n(269)!=typeof t)throw new e.CKEditorError(n(448),null,{commentId:t});return this[n(484)][n(308)](t)}[gr(397)](){const t=gr;return{threadId:this.id,context:this[t(408)],unlinkedAt:this[t(446)],resolvedAt:this[t(388)],resolvedBy:this[t(317)]?this[t(317)].id:null,archivedAt:this[t(309)],comments:this[t(484)][t(263)]((e=>e[t(397)]())),attributes:this[t(380)]}}[gr(354)](t){const e=gr;return this[e(449)](t,e(381),(()=>{const n=e,o=this[n(265)](t),s=this[n(484)];o-1!=s[n(487)](t)&&o+1!=s[n(487)](t)&&(this[n(297)](t),this[n(354)](t))})),this[e(484)][e(334)](t,this[e(265)](t))}[gr(482)](t){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(382),n),{...t,channelId:n,threadId:o})}[gr(297)](t){const e=gr;return this[e(341)](t),t[e(301)](),this[e(484)][e(472)](t)}[gr(265)](t){const e=gr,n=this[e(484)][e(262)]((n=>new Date(n[e(419)])[e(463)]()>new Date(t[e(419)])[e(463)]()));return n?this[e(484)][e(487)](n):this[e(414)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(408)][n(488)][n(308)](s.Users).me,r=t[n(362)](e[n(347)]),i=0===r[n(484)][n(414)],c=o===e[n(430)];this.id=e.id,this[n(347)]=e[n(347)],this[n(430)]=e[n(430)],this[n(465)]=e[n(465)],this[n(342)]=Boolean(e[n(380)]&&e[n(380)][n(313)]),this[n(358)](n(328),e[n(328)]),this[n(384)]=e[n(384)]||new Date,this[n(358)](n(419),e[n(419)]||new Date),this[n(404)](n(388)).to(r,n(388)),this[n(358)](n(380),e[n(380)]||{}),this[n(404)](n(459)).to(t,n(437),(()=>{const e=n,o=t[e(365)](r[e(438)])[e(321)],s=t[e(365)](r[e(438)])[e(457)];return c&&o||!c&&s})),this[n(404)](n(337)).to(r,n(337),t,n(437),(e=>{const o=n,s=t[o(365)](r[o(438)])[o(321)],a=t[o(365)](r[o(438)])[o(457)];return c&&s||e&&i||!c&&a&&!i})),this[n(404)](n(491)).to(r,n(491)),this[n(292)]=t}get[gr(298)](){const t=gr;return Math[t(436)](function(e){const n=t,o=document[n(471)](n(290));return o[n(470)]=e,o[n(364)][n(414)]}(this[t(328)]),200)}[gr(412)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(292)][n(445)](o))throw new e.CKEditorError(n(387),this);const{channelId:r}=this[n(292)][n(362)](o);this[n(292)][n(271)](Cr(n(447),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(291)](t,e){const n=gr,o=Fn(this[n(380)]);so(o,t,e),this[n(412)]({attributes:o})}[gr(432)](t){const e=gr,n=Fn(this[e(380)]);uo(n,t),this[e(412)]({attributes:n})}[gr(472)](t={}){const n=gr;if(!t[n(475)]&&!this[n(337)])return;const{threadId:o,id:s}=this;if(!this[n(292)][n(445)](o))throw new e.CKEditorError(n(294),this);const{channelId:r}=this[n(292)][n(362)](o);this[n(292)][n(271)](Cr(n(374),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(397)](){const t=gr;return{commentId:this.id,content:this[t(328)],createdAt:this[t(384)],authorId:this[t(465)].id,attributes:this[t(380)]}}[gr(301)](){this[gr(341)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}function Ar(t,e){const n=xr();return(Ar=function(t,e){return n[t-=145]})(t,e)}const Tr=Ar;function xr(){const t=["7934202WCIzkw","121795ivdrQH","element","refresh","editor","getItems","getLastMatchingPosition","isEnabled","_hasContent","end","document","selection","_trimToContent","substr","tableCell","_itemIsContent","item","comment:","schema","$textProxy","isObject","createRange","24cuzBjs","push","execute","start","148128FCjASl","getRanges","change","587259ZFjraE","17154kydOYH","2517249DmdBjJ","model","backward","addMarker","6KzaANg","1989462PbkGHz"];return(xr=function(){return t})()}!function(t){const e=Ar,n=t();for(;;)try{if(207047===-parseInt(e(152))/1*(parseInt(e(147))/2)+parseInt(e(146))/3+parseInt(e(176))/4*(-parseInt(e(155))/5)+-parseInt(e(153))/6+-parseInt(e(148))/7+parseInt(e(180))/8+parseInt(e(154))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xr);class Er extends t.Command{[Tr(157)](){const t=Tr,e=this[t(158)][t(149)][t(164)][t(165)];for(const n of e[t(181)]())if(this[t(162)](n))return void(this[t(161)]=!0);this[t(161)]=!1}[Tr(178)]({threadId:t=(0,e.uid)()}={}){const n=Tr,o=this[n(158)][n(149)],s=[];for(const t of o[n(164)][n(165)][n(181)]())this[n(162)](t)&&s[n(177)](this[n(166)](t));o[n(145)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(167)](1,5),i=r(171)+t+":"+s;o[r(151)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Tr(162)](t){const e=Tr;for(const n of t[e(159)]())if(this[e(169)](n))return!0;return!1}[Tr(169)](t){const e=Tr;return t.is(e(173))||this[e(158)][e(149)][e(172)][e(174)](t)&&!t.is(e(156),e(168))}[Tr(166)](t){const e=Tr,n=t=>!this[e(169)](t[e(170)]),o=t[e(179)][e(160)](n),s=t[e(163)][e(160)](n,{direction:e(150)});return this[e(158)][e(149)][e(175)](o,s)}}function Or(t,e){const n=jr();return(Or=function(t,e){return n[t-=425]})(t,e)}const Mr=Or;!function(t){const e=Or,n=t();for(;;)try{if(477225===parseInt(e(446))/1+parseInt(e(436))/2+parseInt(e(479))/3*(-parseInt(e(467))/4)+parseInt(e(464))/5+-parseInt(e(441))/6*(-parseInt(e(428))/7)+-parseInt(e(442))/8+-parseInt(e(456))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jr);class Rr extends t.Plugin{static get[Mr(457)](){return[fr]}static get[Mr(478)](){return Mr(455)}constructor(t){const e=Mr;super(t),this[e(439)]=new Set,this[e(459)]=new Set}[Mr(440)](){const t=Mr,e=this[t(484)],n=e[t(461)][t(460)][t(472)],o=Ws((()=>this[t(450)]()),10);n.on(t(481),((e,n)=>{const s=t;n[s(443)]&&(o[s(458)](),this[s(450)]())})),this[t(454)](e[t(432)][t(426)][t(460)],t(486),((t,e,n)=>{n&&o()})),this[t(454)](e.ui[t(463)],t(486),((n,o,s)=>{const r=t;s||e[r(435)]||this[r(449)](r(431),{isAnnotationTracked:t=>this[r(434)][r(448)](t[r(485)])})})),this[t(454)](this[t(484)].ui,t(425),(()=>this[t(449)](t(465))))}[Mr(444)](t){const e=Mr;if(this[e(459)][e(448)](t[e(426)]))return;this[e(459)][e(477)](t[e(426)]),this[e(484)].ui[e(463)][e(477)](t[e(426)][e(447)]);const n=this[e(484)][e(452)][e(438)](fr);this[e(454)](n[e(445)],e(451),((t,n)=>{const o=e;this[o(484)].ui[o(463)][o(451)](n[o(426)][o(447)]),this[o(459)][o(480)](n[o(426)])}))}[Mr(430)](){const t=Mr;return this[t(484)][t(432)][t(426)][t(430)]}[Mr(473)](t){const n=Mr;if(n(433)!=typeof t)throw new e.CKEditorError(n(453));this[n(439)][n(477)](t)}[Mr(450)](){const t=Mr;this[t(449)](t(470))}[Mr(466)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(484)][n(461)][n(460)][n(472)],r=Array[n(483)](s[n(475)]());for(const[t,s]of this[n(434)]){const r=i(s),c=e[n(437)](t);r&&c&&o[n(468)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(471)](t,!s[e(427)]))return n;return null}return o[n(476)](((e,o)=>{const s=n,r=e[s(474)],i=o[s(474)];if(!r[s(482)](i)){if(r[s(471)](i,!0))return 1;if(i[s(471)](r,!0))return-1}return e[s(469)]==t?-1:o[s(469)]==t?1:0}))[n(429)]((t=>t[n(469)]))}get[Mr(434)](){const t=Mr,e=new Map;for(const n of Array[t(483)](this[t(439)]))for(const[o,s]of n())e[t(462)](o,s);return e}}function jr(){const t=["function","_editorAnnotationsData","isReadOnly","367214dbujTv","getByInnerView","get","_dataCollectors","init","68190HFruBZ","7468360ymvROD","directChange","registerAnnotation","collection","382102sQbRGh","element","has","fire","refreshSelectedViews","remove","plugins","editorannotations-invalid-source-callback","listenTo","EditorAnnotations","1664253YkxWCP","requires","cancel","_editorAnnotations","document","model","set","focusTracker","2458670ugKQqK","uiUpdate","getOrderedSelectedAnnotations","74564dJTpYQ","push","annotation","refresh","containsRange","selection","addSourceCollector","range","getRanges","sort","add","pluginName","3OQwCIR","delete","change:range","isEqual","from","editor","innerView","change:isFocused","update","view","isCollapsed","343DIoRmK","map","hasDomSelection","blur","editing"];return(jr=function(){return t})()}function Vr(t,e){const n=Sr();return(Vr=function(t,e){return n[t-=221]})(t,e)}const Nr=Vr;function Sr(){const t=["enableCommand","8695680NWLGCq","afterInit","573644rjOBYP","9777069WCYdXD","has","RestrictedEditingModeEditing","get","24008fMKFcp","plugins","5822274BkkXVY","748838KkkEDP","addCommentThread","1575OEHJRo","editor","6qCHhkf","7323755AcxjUs","4DoUtpi"];return(Sr=function(){return t})()}!function(t){const e=Vr,n=t();for(;;)try{if(777630===parseInt(e(237))/1+-parseInt(e(227))/2*(parseInt(e(231))/3)+parseInt(e(233))/4*(parseInt(e(232))/5)+-parseInt(e(226))/6+parseInt(e(229))/7*(parseInt(e(224))/8)+-parseInt(e(238))/9+parseInt(e(235))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class Dr extends t.Plugin{[Nr(236)](){const t=Nr,e=this[t(230)];e[t(225)][t(221)](t(222))&&e[t(225)][t(223)](t(222))[t(234)](t(228))}}const Pr=Br;function Br(t,e){const n=Lr();return(Br=function(t,e){return n[t-=363]})(t,e)}function Lr(){const t=["commands","10244179LWUmIZ","collaboration_features","dataInsert","3181XtBITv","afterInit","basic","13055ddhqxb","plugins","listenTo","9jKcaxy","importWord.formatting.comments","importWord","748150suJoXe","get","execute","high","_handleImportedData","538DjlTBf","map","addCommentThread","collaboration.channelId","editor","config","6995330LZsELM","3jlJuiK","forEach","1602EwweFw","define","9971864ekUrUs","2216044VsEiLh"];return(Lr=function(){return t})()}!function(t){const e=Br,n=t();for(;;)try{if(828236===parseInt(e(369))/1*(-parseInt(e(383))/2)+-parseInt(e(390))/3*(-parseInt(e(364))/4)+parseInt(e(378))/5+-parseInt(e(392))/6*(parseInt(e(372))/7)+-parseInt(e(363))/8*(-parseInt(e(375))/9)+-parseInt(e(389))/10+parseInt(e(366))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Lr);class Fr extends t.Plugin{constructor(t){const e=Br;super(t),this[e(387)][e(388)][e(393)](e(376),e(371))}[Pr(370)](){const t=Pr,n=this[t(387)],o=n[t(365)][t(379)](t(377)),r=n[t(373)][t(379)](s.Users);o&&(o.on(t(380),((e,[,n])=>{n[t(367)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(381)]+10}),this[t(374)](o,t(368),this[t(382)]))}[Pr(382)](t,e){const n=Pr,{comment_threads:o}=e;o&&o[n(391)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(384)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(387)][r(373)][r(379)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(377)}}}))),a=this[r(387)][r(388)][r(379)](r(386));this[r(387)][r(373)][r(379)](_r)[r(385)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}const zr=Kr;function Kr(t,e){const n=Ur();return(Kr=function(t,e){return n[t-=435]})(t,e)}function Ur(){const t=["168678NwZztS","contentInsertion","comments.copyMarkers","delete","168237CPOdZY","config","dragstart","split","5237590vDNgGO","all","ClipboardPipeline","editor","content","default","requires","markers","has","34888sTZuDd","define","comment","cut","_registerMarkerToCopy","hasCommentThread","ClipboardMarkersUtils","plugins","afterInit","always","6221452suxYkR","CommentsRepository","keys","4097118gXGNMq","get","_mapCommentsCopyConfigToRegisterConfiguration","205gDdKDQ","highest","_removeMarkersWithoutThreads","1dDWDjG","2488844YlGoQv","_registerMarkerInClipboardPipeline","744sJqRTM","never","listenTo"];return(Ur=function(){return t})()}!function(t){const e=Kr,n=t();for(;;)try{if(938228===-parseInt(e(463))/1*(parseInt(e(464))/2)+parseInt(e(457))/3+-parseInt(e(454))/4+-parseInt(e(460))/5*(-parseInt(e(469))/6)+parseInt(e(444))/7+parseInt(e(466))/8*(parseInt(e(473))/9)+-parseInt(e(435))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ur);class Hr extends t.Plugin{constructor(t){const e=Kr;super(t),this[e(438)][e(474)][e(445)](e(471),e(440))}static get[zr(441)](){return[xo.ClipboardMarkersUtils,xo.ClipboardPipeline]}[zr(452)](){const t=zr,e=this[t(438)][t(451)][t(458)](t(437));this[t(465)](),this[t(468)](e,t(470),((e,n)=>this[t(462)](n[t(439)][t(442)])),{priority:t(461)})}[zr(462)](t){const e=zr;if(!this[e(438)][e(451)][e(443)](e(455)))return t;const n=this[e(438)][e(451)][e(458)](e(455));for(const o of t[e(456)]()){const[s,r]=o[e(476)](":");e(446)!=s||n[e(449)](r)||t[e(472)](o)}return t}[zr(465)](){const t=zr,e=this[t(438)][t(451)][t(458)](t(450)),n=this[t(459)](this[t(438)][t(474)][t(458)](t(471)));n&&e[t(448)](t(446),n)}[zr(459)](t){const e=zr;switch(t){case e(453):return{allowedActions:e(436),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(440):return{allowedActions:[e(447),e(475)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(467):default:return null}}}var Wr=n(492),qr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wr.A,qr);Wr.A.locals;function Xr(t,e){const n=Jr();return(Xr=function(t,e){return n[t-=434]})(t,e)}const Gr=Xr;function Jr(){const t=["comment","switchReadOnly","view","render","19878729IZRUbT","dataToMarker","reconvertMarker","hasDomSelection","_threadToController","5835969nnYzaI","createPositionBefore","addCommentThread","ignoreResolvedComments","setUnlinkedAt","elementToElement","hasMarkerForId","config","isAttached","split","$marker","fetchCommentThread","commands","dataDowncast","_attachMarkerToThread","markers","CommentsEditing","resolveCommentThread","addMarker:","markerToData","openNewCommentThread","_hasTargetInContent","conversion","removeMarker","then","enqueueChange","markerToHighlight","_getTextContext","isObject","scrollToThreadMarker","end","push","ck-comment-marker--active","get","comment:","requires","getAttribute","announce","registerPostFixer","reopenCommentThread","isCollapsed","change:activeMarker","substring","once","editing","getItems","LEAVE_COMMENT_ANNOUNCEMENT","_reconvertMarkers","unlinkedAt","length","editor","schema","getAllMarkersForId","upcast","listenTo","attachTo","getRange","33RXjLIS","updateMarker","createElement","_getTargetForId","change:isThreadsLoadingPaused","focus","ck-comment-marker","createRange","clear","startsWith","data","registerAnnotation","4jEmbtM","add","2MsxIzG","24QFlEQB","_initAriaMarkerChangeAnnouncements","destroyed","_detachCommentThread","pluginName","editingDowncast","getWalker","removeMarker:","_attachArchivedThread","start","ENTER_COMMENT_ANNOUNCEMENT","name","refreshVisibility","_handleMarkerAddAndRemove","newRange","3642321LLEUJa","isThreadsLoadingPaused","2706klliif","isLocal","activeMarker","from","consumable","_threads","change","addComment","init","getCommentThread","setContext","removeCommentThread","change:isReadOnly","model","_initializeMarkerConverters","_handleThreadMarker","set","group","for","affectsData","isEqual","8LpDfXL","size","isResolved","ready","2148825ZacIPH","locale","hasContent","rootName","document","root","low","292471aXDkeg","hasCommentThread","getByInnerView","context","getCommentThreads","consume","delete","managedUsingOperations","collaboration.channelId","getChangedMarkers","differ","$graveyard","markerName","$textProxy","ariaLiveAnnouncer","item","949670ITYZLz","text","state","plugins","destroy","2290VduAFp"];return(Jr=function(){return t})()}!function(t){const e=Xr,n=t();for(;;)try{if(718763===-parseInt(e(536))/1*(parseInt(e(486))/2)+-parseInt(e(502))/3*(parseInt(e(484))/4)+-parseInt(e(557))/5*(parseInt(e(504))/6)+-parseInt(e(529))/7*(-parseInt(e(525))/8)+-parseInt(e(567))/9+parseInt(e(552))/10*(-parseInt(e(472))/11)+parseInt(e(487))/12*(parseInt(e(562))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jr);class Yr extends t.Plugin{static get[Gr(450)](){return[_r,Rr,Dr,Fr,Hr]}static get[Gr(491)](){return Gr(583)}constructor(t){const e=Gr;super(t),this[e(520)](e(503),!0),t[e(482)][e(458)](e(528),(()=>this[e(503)]=!1)),this[e(520)](e(506),null),this.on(e(456),((n,o,s,r)=>{const i=e,c=s?Zr(s).id:null;if(t[i(517)][i(510)]((()=>{const e=i;if(c){const n=this[e(467)](c);for(const o of n)t[e(459)][e(564)](o)}if(r){const{id:n}=Zr(r),o=this[e(467)](n);for(const n of o)t[e(459)][e(564)](n)}})),c){const e=t[i(555)][i(448)](_r)[i(513)](c);e&&e[i(527)]&&this[i(444)](c)}})),this[e(488)]()}[Gr(512)](){const t=Gr,e=this[t(465)],n=e[t(555)][t(448)](_r),o=e[t(574)][t(448)](t(544));e[t(579)][t(485)](t(569),new Er(e)),this[t(469)](e,t(516),((o,s,r)=>{const i=t;n[i(559)](r,e[i(574)][i(448)](i(544)))})),this[t(469)](n,Qr(t(569),o),((e,{threadId:n})=>{const o=t,s=this[o(465)][o(555)][o(448)](_r)[o(513)](n);s&&s[o(463)]&&this[o(495)](n)})),this[t(469)](n,Qr(t(515),o),((n,{threadId:o})=>{const s=t;e[s(517)][s(440)]({isUndoable:!1},(t=>{const e=s,n=this[e(467)](o);for(const o of n)t[e(438)](o)}))})),this[t(469)](n,Qr(t(584),o),((e,{threadId:n})=>{const o=t;this[o(462)](n),this[o(465)][o(459)][o(560)][o(565)]&&(this[o(465)][o(555)][o(448)](_r)[o(513)](n)[o(463)]||this[o(465)][o(459)][o(560)][o(477)]())}),{priority:t(535)}),this[t(469)](n,Qr(t(454),o),((e,{threadId:n})=>{this[t(462)](n)}),{priority:t(535)}),this[t(469)](n,Qr(t(511),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(467)](s);!r&&0!=c[i(464)]&&n[i(537)](s)&&1===n[i(513)](s)[i(464)]&&e[i(517)][i(440)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(473)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(535)}),this[t(518)](),this[t(500)]()}[Gr(556)](){const t=Gr,e=this[t(465)][t(555)][t(448)](_r),n=this[t(465)][t(574)][t(448)](t(544));for(const o of e[t(540)]({channelId:n}))e[t(490)](o.id),e[t(509)][t(542)](o.id);super[t(556)]()}[Gr(573)](t){const e=Gr;return this[e(467)](t)[e(464)]>0}[Gr(467)](t){const e=Gr,n=[];for(const o of this[e(465)][e(517)][e(582)])o[e(498)][e(481)](e(449)+t)&&n[e(446)](o);return n}[Gr(444)](t){const n=Gr,o=this[n(475)](t);o&&setTimeout((()=>{const s=n;this[s(506)]&&Zr(this[s(506)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Gr(462)](t){const e=Gr;this[e(465)][e(517)][e(510)]((()=>{const n=e;for(const e of this[n(467)](t))this[n(465)][n(459)][n(564)](e)}))}[Gr(495)](t){const e=Gr,n=this[e(465)][e(555)][e(448)](_r),o=this[e(465)][e(555)][e(448)](Rr),s=n[e(513)](t);if(!s[e(575)]){const t=s[e(470)]((()=>this[e(475)](s.id)));o[e(483)](t),s[e(436)]=!1}}[Gr(518)](){const t=Gr,e=this[t(465)];e[t(437)][t(522)](t(492))[t(441)]({model:t(558),view:(n,o)=>{const s=t,{id:r}=Zr(n[s(548)]),i=e[s(555)][s(448)](_r)[s(513)](r),c=this[s(506)]&&Zr(this[s(506)]).id===r;if(i&&i[s(527)]&&!c&&n[s(551)])return o[s(508)][s(541)](n[s(551)],s(585)+n[s(548)]),o[s(508)][s(541)](n[s(551)],s(494)+n[s(548)]),null;const a=[s(478)];return c&&a[s(446)](s(447)),{classes:a,attributes:{"data-comment":r}}}}),e[t(437)][t(522)](t(580))[t(434)]({model:t(558),view:(n,{options:o})=>{const s=t,r=e[s(555)][s(448)](_r),i=e[s(517)][s(582)][s(448)](n),{id:c,part:a}=Zr(n);if(i&&!i[s(523)])return null;if(o[s(570)]){const t=r[s(513)](c);if(t&&t[s(527)])return null}return{group:s(558),name:a?c+":"+a:c}}}),e[t(437)][t(522)](t(468))[t(572)]({view:{name:t(558),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(474)](t(577),{"data-name":t(449)+e[t(451)]("id")})}),e[t(437)][t(522)](t(468))[t(563)]({view:t(558)})}[Gr(500)](){const t=Gr,e=this[t(465)],n=e[t(555)][t(448)](_r),o=new Set,s=new Set;e[t(517)][t(533)][t(453)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(517)][r(533)][r(546)][r(545)]()){const{group:a,id:h}=Zr(t);let u=c[r(501)];if(r(558)!==a||!u)continue;const d=r(547)===u[r(534)][r(532)];d||(u=$r(u,e[r(517)]),!u||u[r(455)]||!c[r(501)]||u[r(524)](c[r(501)]))?e[r(517)][r(531)](u)&&!d?this[r(503)]?o[r(485)](t):this[r(519)](t,h):(s[r(485)](t),o[r(542)](t),n[r(438)](t),i=!0):(n[r(473)](t,{range:u}),i=!0)}return i})),this.on(t(476),((n,s,r)=>{const i=t;if(!r&&o[i(526)])for(const t of o){const{id:n}=Zr(t);o[i(542)](t),e[i(517)][i(582)][i(448)](t)&&this[i(519)](t,n)}})),this[t(469)](e[t(517)][t(533)],t(510),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(517)][c(533)][c(546)][c(545)]()){const{group:i,id:a}=Zr(t);if(c(558)!==i)continue;const h=n[c(513)](a),u=this[c(573)](a);h&&(h[c(436)]||e[c(459)][c(560)][c(458)](c(561),(()=>{const t=c,o=e[t(555)][t(448)](fr),s=n[t(566)][t(448)](h)[t(560)];o[t(538)](s)[t(499)]()}),{priority:c(535)}),h[c(436)]=u||!!r),r||(s[c(485)](t),o[c(542)](t))}if(i[c(505)])for(const t of s){const{id:e}=Zr(t),s=n[c(513)](e),r=this[c(573)](e);o[c(542)](t),!s||r||s[c(463)]||s[c(571)](new Date)}s[c(480)]()}))}[Gr(475)](t){const e=Gr,n=this[e(465)],o=this[e(467)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(459)],o)}[Gr(442)](t){const e=Gr,n=this[e(467)](t);let o="",s=!1;for(const t of n){const n=t[e(471)]();for(const t of Array[e(507)](n[e(460)]()))t.is(e(549))?(o&&s&&(o+=" ",s=!1),o+=t[e(482)]):s=!0;s=!0}return o[e(457)](0,150)}[Gr(581)](t,e){const n=Gr,o=this[n(465)],s=o[n(555)][n(448)](_r);let r=s[n(513)](e);const i=o[n(574)][n(448)](n(544)),c=o[n(555)][n(448)](Rr);return r&&(r[n(463)]&&r[n(571)](null),r[n(575)])||(this[n(467)](e)[0][n(543)]?s[n(578)]({channelId:i,threadId:e})[n(439)]((t=>{const s=n;if(s(489)!==o[s(554)])if(r=t,r&&!r[s(575)]){const t=r[s(470)]((()=>this[s(475)](e)));c[s(483)](t),r[s(527)]&&this[s(462)](e)}else if(!r){const t=this[s(467)](e);o[s(517)][s(510)]((e=>{const n=s;for(const o of t)e[n(438)](o)}))}})):o[n(459)][n(560)][n(458)](n(561),(()=>{const t=n;if(s[t(513)](e))return;const a=o[t(555)][t(448)](fr);r=s[t(435)]({channelId:i,threadId:e,target:()=>this[t(475)](e),context:{type:t(553),value:this[t(442)](e)}});const h=s[t(566)][t(448)](r)[t(560)],u=a[t(538)](h);u&&c[t(483)](u)}),{priority:n(535)})),r}[Gr(519)](t,e){const n=Gr,o=this[n(581)](t,e);o&&!o[n(539)]&&o[n(514)]({type:n(553),value:this[n(442)](e)})}[Gr(488)](){const t=Gr,e=this[t(465)];(0,s.surroundingMarkersDetector)(e[t(517)],(({left:n,entered:o})=>{const s=t;for(const t of n)if(ti(t)){e.ui[s(550)][s(452)](vo(e[s(530)],s(461)));break}for(const t of o)if(ti(t)){e.ui[s(550)][s(452)](vo(e[s(530)],s(497)));break}}))}}function Qr(t,e){return e?t+":"+e:t}function Zr(t){const e=t[Gr(576)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Gr,o=e[n(466)],s=e[n(479)](t[n(496)]);for(const r of t[n(493)]()){const{type:t,item:i,nextPosition:c}=r;if(n(553)===t||o[n(443)](i)){const t=e[n(568)](i);s[n(455)]&&(s[n(496)]=t),s[n(445)]=c}}return s}function ti(t){const e=Gr;return e(558)===Zr(t[e(498)])[e(521)]}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(t){const e=si,n=t();for(;;)try{if(735129===parseInt(e(245))/1+-parseInt(e(231))/2*(-parseInt(e(266))/3)+parseInt(e(280))/4*(-parseInt(e(256))/5)+parseInt(e(287))/6+-parseInt(e(242))/7*(-parseInt(e(247))/8)+parseInt(e(261))/9+-parseInt(e(290))/10*(parseInt(e(265))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ri);class oi extends t.Plugin{static get[ni(257)](){return ni(285)}static get[ni(276)](){return[_r,Yr,Rr,fr]}get[ni(272)](){return Qo}get[ni(268)](){return qo}[ni(260)](){const t=ni,e=this[t(255)],n=e[t(270)][t(234)](_r),o=e[t(270)][t(234)](Yr),s=e[t(270)][t(234)](fr),r=e[t(270)][t(234)](Rr);e.ui[t(277)][t(275)](t(284),(()=>{const e=t,n=this[e(289)](go.ButtonView);return n[e(282)]=!0,n})),e.ui[t(277)][t(275)](t(271),(()=>this[t(289)](go.MenuBarMenuListItemButtonView))),r[t(239)]((()=>{const e=t,s=[];for(const[t,r]of n[e(291)]){const n=o[e(243)](t.id),i=n[e(264)]((t=>t[e(281)]()));n[e(244)]>0&&s[e(251)]([r[e(258)],i])}return s})),this[t(269)](s,t(249),((e,s,r)=>{const i=t,c=Array[i(233)](r)[i(264)]((t=>t[i(263)]))[i(288)]((t=>n[i(246)][i(236)](t)));if(!c)return void(o[i(279)]=null);const a=n[i(246)][i(234)](c)[i(241)].id,h=i(252)+a;a&&o[i(238)](a)?o[i(279)]=h:o[i(279)]&&(o[i(279)]=null)})),this[t(269)](n,t(232),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(274)][i(230)]&&o[i(238)](s)&&e[i(278)][i(258)][i(283)]()}),{priority:t(250)}),this[t(269)](n,t(237),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(238)](r)&&n[c(286)](r)&&1===n[c(248)](r)[c(244)]&&(e[c(278)][c(258)][c(283)](),s[c(240)]())}),{priority:t(273)})}[ni(289)](t){const e=ni,n=this[e(255)],o=new t(n[e(253)]),s=n[e(254)][e(234)](e(262));return o[e(229)]({label:vo(n[e(253)],e(228)),icon:ei}),o[e(259)](e(235)).to(s),this[e(269)](o,e(267),(()=>s[e(267)]())),o}}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=228]})(t,e)}function ri(){const t=["change:activeAnnotations","highest","push","comment:","locale","commands","editor","420110QidHSl","pluginName","view","bind","init","11978523TpuGcz","addCommentThread","innerView","map","51073CyKawv","1071sirrPq","execute","CommentThreadInputView","listenTo","plugins","menuBar:comment","CommentsListView","low","focusTracker","add","requires","componentFactory","editing","activeMarker","56ISZFxV","getRange","tooltip","focus","comment","CommentsUI","hasCommentThread","1721532WwpJLt","find","_createUIButton","4030PpTSQH","_threadToController","Comment","set","isFocused","4198FjNnDE","removeCommentThread","from","get","isEnabled","has","addComment","hasMarkerForId","addSourceCollector","stop","model","70ybvSzZ","getAllMarkersForId","length","1088064UayWYQ","_viewToController","261832uEDhEl","getCommentThread"];return(ri=function(){return t})()}const ii=ai;function ci(){const t=["DragDrop","config","change:isEnabled","cut","plugins","isEnabled","editor","commands","609805wvdBVk","editing","view","_disableCommentsOnlyMode","addCommentThread","listenTo","document","get","pluginName","has","10978wewJvq","208tPPrJH","affectsData","1107bEJBbJ","commentsOnlyMode","17169800KGtRYs","delete","set","_enableCommentsOnlyMode","54ubOZYf","highest","3251059LnJeLI","clipboardInput","2045968EdeNQx","clearForceDisabled","commentsOnly","CommentsOnly","stopListening","7873536uDXSRD","requires","stop","forceDisabled","1584HrzADl","afterInit"];return(ci=function(){return t})()}function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=498]})(t,e)}!function(t){const e=ai,n=t();for(;;)try{if(793322===-parseInt(e(527))/1*(parseInt(e(528))/2)+parseInt(e(530))/3*(-parseInt(e(507))/4)+parseInt(e(517))/5+parseInt(e(503))/6+parseInt(e(538))/7+-parseInt(e(498))/8*(parseInt(e(536))/9)+parseInt(e(532))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ci);class hi extends t.Plugin{static get[ii(525)](){return ii(501)}static get[ii(504)](){return[Yr]}constructor(t){const e=ii;super(t),this[e(534)](e(514),!1),this.on(e(511),((t,n,o)=>{const s=e;o?this[s(535)]():this[s(520)]()}))}[ii(508)](){const t=ii;!this[t(514)]&&this[t(515)][t(510)][t(524)](t(500))&&(this[t(514)]=!0)}[ii(535)](){const t=ii;for(const[e,n]of this[t(515)][t(516)])n[t(529)]&&t(521)!==e&&n[t(506)](t(531));this[t(515)][t(513)][t(526)](t(509))&&this[t(515)][t(513)][t(524)](t(509))[t(506)](t(531));const e=this[t(515)][t(518)][t(519)][t(523)];this[t(522)](e,t(512),(e=>e[t(505)]()),{priority:t(537)}),this[t(522)](e,t(539),(e=>e[t(505)]()),{priority:t(537)}),this[t(522)](e,t(533),(e=>e[t(505)]()),{priority:t(537)})}[ii(520)](){const t=ii;for(const[e,n]of this[t(515)][t(516)])n[t(529)]&&t(521)!==e&&n[t(499)](t(531));this[t(502)](this[t(515)][t(518)][t(519)][t(523)])}}const ui=di;function di(t,e){const n=mi();return(di=function(t,e){return n[t-=252]})(t,e)}!function(t){const e=di,n=t();for(;;)try{if(794002===-parseInt(e(283))/1*(parseInt(e(261))/2)+-parseInt(e(279))/3+parseInt(e(266))/4+-parseInt(e(308))/5*(parseInt(e(311))/6)+parseInt(e(258))/7+parseInt(e(293))/8+parseInt(e(262))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mi);class li extends t.ContextPlugin{static get[ui(286)](){return[fr]}static get[ui(282)](){return ui(267)}constructor(t){const e=ui;super(t),this[e(310)]=new Set,this[e(265)]=new Map,this[e(294)]=new Map}[ui(277)](){const t=ui,e=this[t(303)][t(296)][t(269)](fr);this[t(292)](e,t(305),((e,n)=>{const o=t;for(const t of this[o(310)]){const e=this[o(265)][o(269)](t);(0,this[o(294)][o(269)](t)[o(253)])(n)&&e[o(298)](n)}})),this[t(292)](e,t(300),(()=>{const e=t;for(const t of this[e(310)])this[e(265)][e(269)](t)[e(298)](null)})),this[t(292)](e[t(289)],t(263),((e,n)=>{this[t(274)](n)}))}[ui(276)](){const t=ui;return this[t(310)][t(302)]>0}[ui(290)](t){const e=ui;return this[e(310)][e(275)](t)}[ui(299)](t,n=()=>!0){const o=ui,s=this[o(303)][o(296)][o(269)](fr);if(!this[o(265)][o(275)](t))throw new e.CKEditorError(o(287),this,{uiName:t});this[o(290)](t)&&this[o(255)](t),this[o(310)][o(263)](t);const r=new ar;(function({source:t,target:e,filter:n}){const o=cr;for(const s of t)n(s)&&e[o(180)](s);e[o(176)](t,o(180),((t,s)=>{const r=o;n(s)&&e[r(180)](s)})),e[o(176)](t,o(155),((t,n)=>{const s=o;e[s(151)](n)&&e[s(155)](n)}))})({source:s[o(289)],target:r,filter:n}),this[o(294)][o(273)](t,{collection:r,filter:n});const i=this[o(265)][o(269)](t);i[o(256)](r),this[o(292)](i,o(257),((t,e,n,r)=>{const i=o;r&&s[i(297)](r),n&&s[i(295)](n)}))}[ui(255)](t){const n=ui;if(this[n(310)][n(301)](t),!this[n(265)][n(275)](t))throw new e.CKEditorError(n(287),this,{uiName:t});const o=this[n(265)][n(269)](t);o[n(306)](),this[n(268)](o),this[n(294)][n(269)](t)[n(284)][n(291)](),this[n(294)][n(301)](t)}[ui(288)](t){const n=ui;if(!this[n(265)][n(275)](t))throw new e.CKEditorError(n(287),this,{uiName:t});const o=this[n(303)][n(296)][n(269)](fr),s=Array[n(264)](o[n(271)])[0]||null;this[n(304)](),this[n(299)](t);const r=this[n(265)][n(269)](t);r[n(298)](s),r[n(278)]&&s&&r[n(278)]([s])}[ui(304)](){const t=ui;for(const e of this[t(310)])this[t(255)](e)}[ui(270)](t,n){const o=ui;if(this[o(265)][o(275)](t))throw new e.CKEditorError(o(281));if(o(272)!=typeof n[o(256)]||o(272)!=typeof n[o(306)]||o(272)!=typeof n[o(298)])throw new e.CKEditorError(o(280),null);this[o(265)][o(273)](t,n)}[ui(307)](){const t=ui,e=this[t(303)][t(296)][t(269)](fr)[t(284)],n=new Map,o=Array[t(264)](this[t(310)]);for(const e of this[t(310)]){const o=this[t(294)][t(269)](e)[t(284)];for(const s of o)n[t(273)](s,e)}for(const s of e){const e=n[t(269)](s);this[t(274)](s);const r=o[t(254)]((e=>this[t(294)][t(269)](e)[t(253)](s)));e!==r&&(e&&this[t(294)][t(269)](e)[t(284)][t(285)](s),r&&this[t(294)][t(269)](r)[t(284)][t(263)](s))}}[ui(291)](){const t=ui;this[t(304)](),super[t(291)]()}[ui(274)](t){const n=ui,o=[];for(const e of this[n(310)])(0,this[n(294)][n(269)](e)[n(253)])(t)&&o[n(260)](e);if(o[n(259)]>1)throw new e.CKEditorError(n(252),null,{matchedUIs:o,annotationType:t[n(309)]})}}function mi(){const t=["_removeActiveAnnotation","setActiveAnnotation","activate","_deactivateAllAnnotations","delete","size","context","deactivateAll","_activateAnnotation","detach","refilterAnnotations","6850EfzQMH","type","activeUIs","600aUOkRO","annotationsuis-annotation-mismatch","filter","find","deactivate","attach","change:activeAnnotation","3160276lNnjKx","length","push","14oIsyPq","7384941sFYeXy","add","from","_uis","3939176dlnGOq","AnnotationsUIs","stopListening","get","register","activeAnnotations","function","set","_assertAnnotationDoesNotBelongToMultipleUIs","has","hasActive","init","_setSelectedAnnotations","3168687vYDEFG","annotationsuis-register-invalid-interface","annotationsuis-register-already-registered","pluginName","199757gAovMa","collection","remove","requires","annotationsuis-missing-ui","switchTo","_visibleAnnotations","isActive","destroy","listenTo","9029752NwZcSS","_uisData","_addActiveAnnotation","plugins"];return(mi=function(){return t})()}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(){const t=["199614GeDgXH","bindTemplate","minHeight","ck-reset","createCollection","list","1993362QllbkV","set","248aVOWQm","255555ZYlNiq","1585108WaIWFI","ck-sidebar","setTemplate","number","div","1459014gnXYOD","131839VewABb","9Ypxpjm","146358UGDznP","class"];return(gi=function(){return t})()}!function(t){const e=ki,n=t();for(;;)try{if(265913===-parseInt(e(159))/1+parseInt(e(143))/2*(parseInt(e(160))/3)+-parseInt(e(153))/4+-parseInt(e(152))/5+-parseInt(e(158))/6+parseInt(e(149))/7+-parseInt(e(151))/8*(-parseInt(e(161))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gi);const vi=(0,e.toUnit)("px");function ki(t,e){const n=gi();return(ki=function(t,e){return n[t-=142]})(t,e)}class bi extends go.View{constructor(t){const e=ki;super(t);const n=this[e(144)];this[e(150)](e(145),0),this[e(150)](e(142),""),this[e(148)]=this[e(147)](),this[e(155)]({tag:e(157),attributes:{class:["ck",e(154),e(146),n.to(e(142))],style:{minHeight:n.to(e(145),(t=>e(156)==typeof t?vi(t+10):null))}},children:this[e(148)]})}}const wi=_i;function _i(t,e){const n=Ii();return(_i=function(t,e){return n[t-=348]})(t,e)}function Ii(){const t=["ck-sidebar-item--no-animation","15tTPWGB","setTemplate","element","top","updateHeight","355800whBhww","clear","_targetTop","15785wZbQQQ","attach","div","isAnimationDisabled","ck-sidebar-item","content","set","height","12GlniZm","clientHeight","bind","8FBiahx","createCollection","render","bottom","bindTemplate","1114108brvxAn","5020TmFcOq","3211989lkPhnH","1809647rBAVbV","2111031aotXMR","226086sSrbbE","_mutationObserver","detach","destroy"];return(Ii=function(){return t})()}!function(t){const e=_i,n=t();for(;;)try{if(579515===-parseInt(e(374))/1+-parseInt(e(379))/2+parseInt(e(376))/3+-parseInt(e(355))/4*(parseInt(e(350))/5)+-parseInt(e(366))/6*(-parseInt(e(377))/7)+parseInt(e(369))/8*(-parseInt(e(378))/9)+parseInt(e(375))/10*(parseInt(e(358))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ii);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=_i;super(t),this[e(364)](e(353),0),this[e(364)](e(365),0),this[e(368)](e(372)).to(this,e(353),this,e(365),((t,e)=>t+e)),this[e(364)](e(361),!1),this[e(380)]=Js((()=>this[e(354)]())),this[e(357)]=null,this[e(363)]=this[e(370)]();const n=this[e(373)];this[e(351)]({tag:e(360),attributes:{class:[e(362),n.to(e(361),(t=>t?e(349):""))],style:{top:n.to(e(353),(t=>yi(t)))}},children:this[e(363)]})}[wi(371)](){const t=wi;super[t(371)](),this[t(380)][t(359)](this[t(352)])}[wi(354)](){const t=wi,e=this[t(352)][t(367)];e&&(this[t(365)]=e)}[wi(348)](){const t=wi;this[t(363)][t(356)](),this[t(380)][t(381)](),super[t(348)]()}}const Ai=Ei;!function(t){const e=Ei,n=t();for(;;)try{if(209044===-parseInt(e(363))/1*(-parseInt(e(343))/2)+-parseInt(e(379))/3*(parseInt(e(314))/4)+-parseInt(e(374))/5+-parseInt(e(313))/6*(-parseInt(e(382))/7)+parseInt(e(327))/8+parseInt(e(306))/9*(-parseInt(e(316))/10)+parseInt(e(354))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oi);class Ti extends t.ContextPlugin{static get[Ai(302)](){return Ai(307)}constructor(t){const e=Ai;super(t),this[e(300)](e(317),void 0),this[e(346)]=this[e(368)](),this[e(300)](e(369),null),this[e(320)]=25,this[e(347)]=new Map,this[e(364)]=new Map,this[e(355)][e(358)][e(380)](e(299),!1),this[e(325)]=null,this[e(319)]=null,this[e(298)]=[]}[Ai(342)](){const t=Ai,e=this[t(355)][t(358)][t(334)](t(340));e&&this[t(353)](e)}[Ai(353)](t){const n=Ai;if(!Mi(t))throw new e.CKEditorError(n(362));this[n(369)]=t}[Ai(330)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ai;if(!Mi(this[o(369)]))throw new e.CKEditorError(o(321),this);this[o(369)][o(367)](this[o(346)][o(309)]),this[o(346)][o(366)]=t,this[o(320)]=n}[Ai(311)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ai,s=this[o(383)](t);this[o(346)][o(350)][o(331)](s),this[o(339)](t),e&&this[o(296)](this[o(383)](e)),n&&this[o(296)](this[o(383)](n)),this[o(336)]()}[Ai(338)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ai;if(this[o(319)]=e,t){t[o(301)]=!1;const e=this[o(383)](t);e&&n&&(e[o(357)]=!1)}if(e){const t=this[o(383)](e);t&&(e[o(301)]=!0,n&&(t[o(357)]=!0,t[o(378)]+=1),this[o(296)](t))}}[Ai(308)](t){const e=Ai;if(this[e(346)][e(309)][e(331)](),t)for(const n of t)this[e(339)](n);this[e(346)][e(350)][e(352)](),this[e(346)][e(366)]="",this[e(317)]=null}[Ai(371)](t,e){const n=Ai;e||(e=t[n(346)]);const o=new Ci(this[n(355)][n(297)]);this[n(347)][n(300)](o,t),this[n(364)][n(300)](t,o),o[n(361)][n(318)](e),this[n(335)](t[n(346)],n(381),((e,s,r)=>{const i=n,c=this[i(333)](t,r);o[i(365)]!=c&&(o[i(365)]=c,this[i(359)](o,c))})),this[n(335)](o,n(344),(()=>{const t=n;this[t(304)](o,t(378))})),this[n(335)](o,n(376),(()=>{const t=n;this[t(304)](o,t(377))})),this[n(296)](o);const s=this[n(303)](o);return s&&this[n(348)](s,o)||this[n(296)](o),this[n(336)](),this[n(346)][n(350)][n(318)](o),o}[Ai(341)](t){const e=Ai;if(!t[e(361)][e(356)])return;const n=this[e(303)](t);if(!n)return;const o=this[e(347)][e(334)](n),s=this[e(319)];s&&s===o?this[e(348)](n,t):this[e(384)](t,n)}[Ai(312)](t){const e=Ai;if(!t[e(361)][e(356)])return;const n=this[e(305)](t);if(!n)return;const o=this[e(347)][e(334)](n),s=this[e(355)][e(358)][e(334)](e(299)),r=this[e(319)];r&&r===o&&s?(this[e(384)](n,t),this[e(348)](t,n)):r&&r===o?this[e(384)](n,t):this[e(348)](t,n)}[Ai(304)](t,e){const n=Ai;0===this[n(298)][n(356)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(298)])t(378)===n?this[t(341)](e):this[t(312)](e);this[t(298)]=[]}),10),this[n(298)][n(295)]({sidebarItemView:t,changedProp:e})}[Ai(383)](t){const e=Ai;return this[e(364)][e(334)](t)}[Ai(332)](){const t=Ai;this[t(375)](),this[t(346)][t(332)]()}[Ai(339)](t){const e=Ai,n=this[e(383)](t);this[e(375)](n),this[e(375)](t[e(346)]),n[e(332)](),this[e(364)][e(370)](t),this[e(347)][e(370)](n)}[Ai(368)](){const t=Ai,e=new bi(this[t(355)][t(297)]);return e[t(324)](),this.on(t(329),((n,o,s,r)=>{const i=t;r&&e[i(322)](i(349)),s?e[i(337)](i(349)).to(s,i(377)):e[i(349)]=null})),e}[Ai(336)](){const t=Ai;var e;this[t(317)]=(null===(e=this[t(325)])||void 0===e?void 0:e[t(373)])?this[t(383)](this[t(325)][t(373)]):null}[Ai(303)](t){const e=Ai;var n;const o=this[e(347)][e(334)](t),s=o&&(null===(n=this[e(325)])||void 0===n?void 0:n[e(334)](this[e(325)][e(351)](o)-1));return s&&this[e(383)](s)||null}[Ai(305)](t){const e=Ai;var n;const o=this[e(347)][e(334)](t),s=o&&(null===(n=this[e(325)])||void 0===n?void 0:n[e(334)](this[e(325)][e(351)](o)+1));return s&&this[e(383)](s)||null}[Ai(384)](t,e){const n=Ai;t[n(328)]();const o=xi(e[n(377)]+this[n(320)],t[n(378)]);return!!o&&(this[n(359)](e,e[n(378)]-o),!0)}[Ai(348)](t,e){const n=Ai;t[n(328)]();const o=xi(t[n(377)]+this[n(320)],e[n(378)]);return!!o&&(this[n(359)](e,e[n(378)]+o,!1),!0)}[Ai(296)](t){const e=Ai,n=this[e(347)][e(334)](t);if(!n||!n[e(326)]||!n[e(310)])return;const o=this[e(333)](n,n[e(310)]);this[e(359)](t,o)}[Ai(333)](t,n){const o=Ai;if(null===n)return 0;if(t[o(326)]instanceof e.Rect)return n[o(378)];{const t=new e.Rect(this[o(346)][o(309)])[o(378)];return n[o(378)]-t}}[Ai(359)](t,e,n=this[Ai(355)][Ai(358)][Ai(334)](Ai(299))){const o=Ai;n&&(e=Math[o(372)](e,this[o(360)](t))),t[o(378)]=e}[Ai(360)](t){const e=Ai;let n=this[e(303)](t),o=0;for(;n;)n[e(328)](),o+=this[e(320)]+n[e(315)],n=this[e(303)](n);return o}}function xi(t,e){return Math[Ai(372)](t-e,0)}function Ei(t,e){const n=Oi();return(Ei=function(t,e){return n[t-=295]})(t,e)}function Oi(){const t=["change:top","object","view","_sidebarItemViewToAnnotation","_alignAfterItem","minHeight","list","getIndex","clear","setContainer","3179880loCZMz","context","length","isAnimationDisabled","config","_setItemTop","_getMaxAvailableTop","content","sidebar-setcontainer-invalid-element","2kvolJt","_annotationToSidebarItemView","_targetTop","class","appendChild","_createSidebarView","container","delete","addAnnotation","max","last","1865635URiDGi","stopListening","change:bottom","bottom","top","28311uAPbcm","define","change:targetRect","789131WKMScE","getSidebarItemView","_alignBeforeItem","push","_alignToTargetRect","locale","_recalculateBuffer","sidebar.preventScrollOutOfView","set","isActive","pluginName","_getItemBefore","_recalculate","_getItemAfter","675yVUTeM","Sidebar","_detachFromContainer","element","targetRect","rearrange","_alignForBottomChange","6TSHkmR","60tVtWtX","height","5470bvpEBg","_lastItem","add","_activeAnnotation","_spaceBetweenItems","sidebar-attachtocontainer-missing-container","unbind","nodeType","render","_annotations","target","943360fvGumy","updateHeight","change:_lastItem","_attachToContainer","remove","destroy","_getTargetTop","get","listenTo","_updateLastItem","bind","refresh","_destroySidebarItemView","sidebar.container","_alignForTopChange","init","245018qteobq"];return(Oi=function(){return t})()}function Mi(t){const e=Ai;return null!==t&&e(345)==typeof t&&1===t[e(323)]}const Ri=ji;function ji(t,e){const n=Vi();return(ji=function(t,e){return n[t-=413]})(t,e)}function Vi(){const t=["widesidebar-attach-already-attached","change:container","isAttached","requires","widesidebar-detach-not-attached","4388935jnmKwz","_destroyEditorAnnotationsIntegration","get","_annotations","3038861uPeqCP","blur","_detachFromContainer","add","off","_editorAnnotations","pluginName","destroy","stopListening","_attachToContainer","register","activeAnnotation","getOrderedSelectedAnnotations","context","refreshPositioning","11JhjuWP","updateTargetRect","addAnnotation","container","detach","stop","cancel","WideSidebar","34557616yopMrB","removeEventListener","12084BJUzwD","addEventListener","_refreshPositioningDebounced","switchTo","focus","EditorAnnotations","rearrange","remove","init","wideSidebar","plugins","annotations","4587174fmVmNK","4724562KCwcYQ","high","listenTo","setActiveAnnotation","set:container","resize","_integrateWithEditorAnnotations","_activeAnnotation","has","refresh","hasDomSelection","set","ck-sidebar--wide","editors","from","attach","uiUpdate","115994IPFgXh","ready"];return(Vi=function(){return t})()}!function(t){const e=ji,n=t();for(;;)try{if(901709===-parseInt(e(470))/1*(parseInt(e(444))/2)+-parseInt(e(427))/3+parseInt(e(414))/4+-parseInt(e(451))/5+-parseInt(e(426))/6+parseInt(e(455))/7+parseInt(e(478))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vi);class Ni extends t.ContextPlugin{static get[Ri(449)](){return[Ti,li]}static get[Ri(461)](){return Ri(477)}constructor(t){const n=Ri;super(t),this[n(448)]=!1,this[n(438)](n(466),null),this[n(425)]=null,this[n(460)]=new e.Collection,this[n(416)]=Ws((()=>{const t=n;this[t(425)][t(469)]()}),250,{leading:!1})}[Ri(422)](){const t=Ri,e=this[t(468)][t(424)][t(453)](li),n=this[t(468)][t(424)][t(453)](Ti);e[t(465)](t(423),this),n[t(473)]&&e[t(417)](t(423))}[Ri(430)](t){const e=Ri;if(t===this[e(466)])return;const n=this[e(468)][e(424)][e(453)](Ti);n[e(434)]=t;const o=this[e(466)];this[e(466)]=t,n[e(436)]({blurredAnnotation:o,activatedAnnotation:this[e(466)]})}[Ri(442)](n){const o=Ri;this[o(425)]=n;const s=this[o(468)][o(424)][o(453)](Ti);if(s[o(454)]=n,this[o(448)])throw new e.CKEditorError(o(446),this);this[o(448)]=!0,this[o(429)](s,o(431),(()=>{const t=o;this[t(474)](),this[t(429)](s,t(447),(e=>{const o=t;e[o(459)](),this[o(442)](n)}))})),s[o(464)]({viewClass:o(439)});const r=t=>{const e=o;t[e(471)](),s[e(472)](t)};for(const t of n)r(t);this[o(429)](n,o(458),((t,e)=>{r(e)})),this[o(429)](n,o(421),((t,e,r)=>{const i=o;s[i(420)]({removedAnnotation:e,previousAnnotation:n[i(453)](r-1),nextAnnotation:n[i(453)](r+1)}),e===this[i(466)]&&this[i(430)](null)}),{priority:o(428)}),this[o(429)](n,o(418),((t,e)=>{this[o(430)](e)})),this[o(429)](n,o(456),(()=>{this[o(430)](null)}));const i=this[o(468)]instanceof t.Context?this[o(468)][o(440)]:new e.Collection([this[o(468)]]);for(const t of i)this[o(433)](t);this[o(429)](i,o(458),((t,e)=>{const n=o;this[n(429)](e,n(445),(()=>{this[n(433)](e)}))})),this[o(429)](i,o(421),((t,e)=>{const n=o;e[n(424)][n(435)](n(419))&&this[n(452)](e[n(424)][n(453)](n(419)))})),window[o(415)](o(432),this[o(416)]),this[o(425)][o(469)]()}[Ri(474)](){const n=Ri;if(!this[n(448)])throw new e.CKEditorError(n(450),this);this[n(430)](null);const o=this[n(468)][n(424)][n(453)](Ti);o[n(457)](this[n(425)]),this[n(463)](o),this[n(463)](this[n(425)]),this[n(468)]instanceof t.Context&&this[n(463)](this[n(468)][n(440)]);for(const t of Array[n(441)](this[n(460)]))this[n(452)](t);window[n(413)](n(432),this[n(416)]),this[n(416)][n(476)](),this[n(466)]=null,this[n(448)]=!1,this[n(425)]=null}[Ri(462)](){const t=Ri;this[t(448)]&&this[t(474)]()}[Ri(433)](t){const e=Ri;if(!t[e(424)][e(435)](e(419)))return;const n=t[e(424)][e(453)](e(419)),o=()=>{const t=e,o=n[t(467)]({annotations:this[t(425)],activeAnnotation:this[t(466)]});this[t(430)](o[0]||null)};this[e(429)](n,e(436),o),this[e(429)](n,e(456),((t,{isAnnotationTracked:n})=>{const o=e;this[o(466)]&&n(this[o(466)])&&this[o(430)](null)})),this[e(429)](n,e(443),(()=>{this[e(416)]()})),this[e(429)](this[e(425)],e(456),(t=>{const s=e;n[s(437)]()&&(o(),t[s(475)]())}),{priority:e(428)}),this[e(460)][e(458)](n)}[Ri(452)](t){const e=Ri;this[e(463)](t),this[e(460)][e(421)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=364]})(t,e)}function Di(){const t=["annotationType","add","toString","isDirty","set","setTemplate","3ZoPtMY","bind","ck-annotation-counter","number","276221RiGQVw","2340nbriHf","ck-annotation-counter__badge--edit-mode","1757784EramER","ck-annotation-counter__badge","extendTemplate","children","ck-annotation-counter__badge--","2513152SRoMaL","438356aJjzZq","256724TeLPtC","counterView","span","...","icon","480300ILtYgs","5OodBcR","bindTemplate","54470BTaTUa","_badge"];return(Di=function(){return t})()}!function(t){const e=Si,n=t();for(;;)try{if(256742===-parseInt(e(371))/1+-parseInt(e(381))/2+parseInt(e(367))/3*(-parseInt(e(380))/4)+-parseInt(e(387))/5*(parseInt(e(386))/6)+-parseInt(e(374))/7+-parseInt(e(379))/8+-parseInt(e(372))/9*(-parseInt(e(389))/10))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(388)];this[e(365)](e(364),!1),this[e(365)](e(370),0),this[e(368)](e(390)).to(this,e(364),this,e(370),((t,n)=>t?e(384):n[e(393)]())),this[e(365)](e(391),""),this[e(385)]=ei,this[e(376)]({attributes:{class:[e(369)]}}),this[e(382)]=new go.View,this[e(382)][e(366)]({tag:e(383),attributes:{class:[e(375),n.to(e(391),(t=>e(378)+t)),n.if(e(364),e(373))]},children:[{text:n.to(e(390))}]}),this[e(377)][e(392)](this[e(382)])}}var Bi=n(197),Li={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Bi.A,Li);Bi.A.locals;const Fi=zi;function zi(t,e){const n=Ki();return(zi=function(t,e){return n[t-=413]})(t,e)}function Ki(){const t=["NarrowSidebar","isAttached","refresh","high","861kMhaQr","annotationType","content","6197147KRIKjx","cancel","_destroyEditorAnnotationsIntegration","addEventListener","getByView","activeAnnotation","Esc","context","plugins","focus","1118564mddHCQ","_detachFromContainer","resize","_annotationToNarrowView","getOrderedSelectedAnnotations","_showBalloon","setActiveAnnotation","first","preventDefault","from","keydown","pluginName","_selectedAnnotations","get","_domEmitter","element","values","bodyCollection","_updateBalloonPosition","has","target","listenTo","change:container","stop","_refreshPositioning","register","narrowsidebar-detach-not-attached","_hideBalloon","destroy","northArrowSouthEast","keyCode","change:height","add","editors","58185yqkzyt","focusableElements","northArrowSouth","annotations","24lwrvxw","blur","detachFromDom","hasDomSelection","removeEventListener","attachToDom","requires","unpin","5JZczrc","_integrateWithEditorAnnotations","EditorAnnotations","init","mousedown","clear","preventClosingBalloon","3250mKIaPW","southArrowNorth","low","_detachListeners","number","narrowsidebar-attach-already-attached","13XzZlbI","includes","southArrowNorthWest","696HfVxIC","southArrowNorthEast","create","isVisible","_attachToContainer","set:container","esc","_setSelectedAnnotations","ready","rearrange","execute","contains","locale","refreshPositioning","10dJHMuU","detach","7548564FEDmgW","northArrowSouthWest","ck-sidebar--narrow","uiUpdate","narrowSidebar","balloonPanelView","bind","isDirty","stopPropagation","_attachListeners","defaultPositions","pin","886284YwgFXG","view","set","find","off","_refreshPositioningDebounced","delete","getSidebarItemView","addAnnotation","_annotations","attach","type","457893tcPwhC","stopListening","remove","_manuallyClosedAnnotationViews","_editorAnnotations","length"];return(Ki=function(){return t})()}!function(t){const e=zi,n=t();for(;;)try{if(489946===-parseInt(e(442))/1+-parseInt(e(518))/2*(parseInt(e(452))/3)+parseInt(e(465))/4*(parseInt(e(511))/5)+-parseInt(e(503))/6*(-parseInt(e(430))/7)+-parseInt(e(527))/8*(-parseInt(e(499))/9)+parseInt(e(416))/10*(-parseInt(e(455))/11)+parseInt(e(418))/12*(parseInt(e(524))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ki);class Ui extends t.ContextPlugin{static get[Fi(509)](){return[Ti,li]}static get[Fi(476)](){return Fi(448)}constructor(t){const n=Fi;super(t),this[n(449)]=!1,this[n(445)]=new Set,this[n(479)]=Object[n(529)](e.DomEmitterMixin),this[n(468)]=new Map,this[n(432)](n(460),null),this[n(502)]=null,this[n(477)]=[],this[n(446)]=new e.Collection,this[n(435)]=Ws((()=>{this[n(489)]()}),250,{leading:!1})}[Fi(514)](){const t=Fi;this[t(462)][t(463)][t(478)](li)[t(490)](t(422),this),this[t(482)]=new go.BodyCollection(this[t(462)][t(414)]),this[t(423)]=new go.BalloonPanelView(this[t(462)][t(414)]),this[t(482)][t(508)](),this[t(482)][t(497)](this[t(423)])}[Fi(440)](n){const o=Fi;this[o(502)]=n;const s=this[o(462)][o(463)][o(478)](Ti),r=this[o(423)];if(s[o(439)]=n,this[o(449)])throw new e.CKEditorError(o(523),this);this[o(449)]=!0,this[o(486)](s,o(532),(()=>{const t=o;this[t(417)](),this[t(486)](s,t(487),(e=>{const o=t;e[o(434)](),this[o(440)](n)}))})),s[o(531)]({viewClass:o(420),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(462)][e(414)]);s[e(438)](t,n),this[e(468)][e(432)](t,n),n[e(424)](e(425),e(453),e(522)).to(t[e(431)],e(425),e(441),e(447)),n.on(e(537),(()=>{const n=e;this[n(445)][n(516)](),r[n(454)][n(472)]!==t[n(431)]?(this[n(470)](t),t[n(431)][n(480)][n(464)](),this[n(471)](t)):this[n(471)](null)}))};for(const t of n)i(t);this[o(486)](n,o(497),((t,e)=>{i(e)})),this[o(486)](n,o(444),((t,e,r)=>{const i=o;this[i(468)][i(478)](e)[i(493)](),this[i(468)][i(436)](e),s[i(536)]({removedAnnotation:e,previousAnnotation:n[i(478)](r-1),nextAnnotation:n[i(478)](r+1)}),e===this[i(460)]&&this[i(471)](null)}),{priority:o(520)}),this[o(486)](n,o(464),((t,e)=>{this[o(471)](e)})),this[o(486)](n,o(504),(()=>{this[o(471)](null)})),this[o(479)][o(486)](document,o(475),((t,n)=>{const s=o;n[s(495)]===e.keyCodes[s(533)]&&r[s(530)]&&(this[s(445)][s(497)](r[s(454)][s(472)]),this[s(492)](),n[s(426)](),n[s(473)]())})),this[o(479)][o(486)](document,o(515),((t,e)=>{const n=o,i=e[n(485)];r[n(530)]&&r[n(480)][n(413)](i)||s[n(431)][n(480)][n(413)](i)||t[n(517)]||this[n(460)]&&this[n(460)][n(500)][n(433)]((t=>t[n(413)](i)))||(this[n(445)][n(516)](),this[n(492)](),this[n(471)](null))}));const c=this[o(462)]instanceof t.Context?this[o(462)][o(498)]:new e.Collection([this[o(462)]]);for(const t of c)this[o(512)](t);this[o(486)](c,o(497),((t,e)=>{const n=o;this[n(486)](e,n(535),(()=>{this[n(512)](e)}))})),this[o(486)](c,o(444),((t,e)=>{const n=o;e[n(463)][n(484)](n(513))&&this[n(457)](e[n(463)][n(478)](n(513)))})),window[o(458)](o(467),this[o(435)]),this[o(489)]()}[Fi(471)](t){const e=Fi;if(t===this[e(460)])return;const n=this[e(462)][e(463)][e(478)](Ti);n[e(450)]({blurredAnnotation:this[e(460)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(437)](t)?this[e(470)](t):this[e(492)](),this[e(460)]=t}[Fi(417)](){const n=Fi;if(!this[n(449)])throw new e.CKEditorError(n(491),this);this[n(471)](null);const o=this[n(462)][n(463)][n(478)](Ti);this[n(492)](),Array[n(474)](this[n(468)][n(481)](),(t=>t[n(493)]())),this[n(468)][n(516)](),o[n(466)](this[n(502)]),this[n(443)](),this[n(479)][n(443)](),this[n(462)]instanceof t.Context&&this[n(443)](this[n(462)][n(498)]);for(const t of Array[n(474)](this[n(446)]))this[n(457)](t);window[n(507)](n(467),this[n(435)]),this[n(435)][n(456)](),this[n(477)]=[],this[n(449)]=!1,this[n(502)]=null}[Fi(493)](){const t=Fi;this[t(449)]&&this[t(417)](),this[t(482)][t(505)]()}[Fi(512)](t){const e=Fi;if(!t[e(463)][e(484)](e(513)))return;const n=t[e(463)][e(478)](e(513)),o=this[e(462)][e(463)][e(478)](Ti),s=this[e(502)],r=this[e(423)],i=()=>{const t=e,o=n[t(469)]({annotations:this[t(502)],activeAnnotation:this[t(460)]});this[t(534)](o),this[t(471)](o[0]||null)};this[e(486)](n,e(450),i),this[e(486)](n,e(504),((t,{isAnnotationTracked:n})=>{const o=e;this[o(460)]&&n(this[o(460)])&&(this[o(534)]([]),this[o(471)](null))})),this[e(486)](n,e(421),(()=>{this[e(435)]()})),this[e(486)](s,e(504),(t=>{const o=e;n[o(506)]()&&t[o(488)]()}),{priority:e(451)}),this[e(486)](this[e(479)],e(515),((t,s)=>{const c=e,a=s[c(485)];r[c(530)]&&r[c(480)][c(413)](a)||o[c(431)][c(480)][c(413)](a)||this[c(460)]&&n[c(506)]()&&(i(),t[c(517)]=!0)}),{priority:e(451)}),this[e(446)][e(497)](n)}[Fi(457)](t){const e=Fi;t&&(this[e(443)](t),this[e(446)][e(444)](t))}[Fi(534)](t){const e=Fi;for(const n of this[e(477)])t[e(525)](n)||this[e(445)][e(436)](n[e(431)]);this[e(477)]=t}[Fi(489)](){const t=Fi,e=this[t(423)];this[t(502)][t(415)](),e[t(530)]&&this[t(483)]()}[Fi(470)](t){const e=Fi;if(this[e(445)][e(484)](t[e(431)]))return;const n=this[e(423)][e(454)][e(472)];n!==t[e(431)]?(n&&this[e(521)](n),this[e(427)](t[e(431)]),this[e(423)][e(454)][e(516)](),this[e(423)][e(454)][e(497)](t[e(431)]),this[e(483)]()):this[e(483)]()}[Fi(483)](){const t=Fi,e=this[t(423)][t(454)][t(472)],n=e&&this[t(502)][t(459)](e);if(!n||!this[t(468)][t(484)](n))return;const o=this[t(468)][t(478)](n)[t(480)],s=function(){const e=t,n=go.BalloonPanelView[e(428)];return[n[e(528)],n[e(494)],n[e(519)],n[e(501)],n[e(526)],n[e(419)]]}();this[t(423)][t(429)]({target:o,positions:s})}[Fi(492)](){const t=Fi,e=this[t(423)],n=e[t(454)][t(472)];n&&(this[t(521)](n),e[t(510)](),e[t(454)][t(516)]())}[Fi(427)](t){const e=Fi;this[e(486)](t,e(496),(()=>this[e(483)]())),this[e(486)](t,e(461),((n,o)=>{const s=e;this[s(445)][s(497)](t),this[s(492)](),o()}))}[Fi(521)](t){this[Fi(443)](t)}}var Hi=n(874),Wi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hi.A,Wi);Hi.A.locals;const qi=Xi;function Xi(t,e){const n=Gi();return(Xi=function(t,e){return n[t-=482]})(t,e)}function Gi(){const t=["keystrokes","_forceRefresh","InlineAnnotations","right","_getBalloonTargetForAnnotation","getOrderedSelectedAnnotations","7tlRKyu","bottom","remove","from","add","detach","visibleView","Esc","document","refresh","collapse","set","mousedown","addObserver","targetRect","includes","afterInit","init","view","register","length","change:visibleView","_manuallyClosed","_balloon","isAttached","annotations","hasView","_removeAnnotationFromBalloon","hasActive","target","viewRangeToDom","delete","top","focus","editableElement","push","_addAnnotationToBalloon","3050YJssDx","_setSelectedAnnotations","domConverter","4938368OevVsF","252012xACMcT","map","listenTo","getClientRects","getBoundingClientRect","getFirstRange","1301032BzfqDn","switchTo","inlineannotations-attach-already-attached","showStack","width","updatePosition","update","5496xyCnLx","clear","selection","inline","plugins","change:isFocused","_selectedAnnotations","editing","get","getByView","attach","change:height","setActiveAnnotation","find","left","activeAnnotation","requires","656wPNJcs","has","1257157uwllfM","isActive","every","blur","_addedAnnotations","isFocused","3852iotHDo","_closeAnnotation","50taldFW","context","2358RyKxPz","fromRect","stopListening","destroy","focusTracker","pluginName","inlineannotations-detach-not-attached","inlineannotations-not-allowed-with-context","editor"];return(Gi=function(){return t})()}!function(t){const e=Xi,n=t();for(;;)try{if(330251===parseInt(e(521))/1+parseInt(e(551))/2*(-parseInt(e(559))/3)+parseInt(e(527))/4+parseInt(e(517))/5*(-parseInt(e(534))/6)+-parseInt(e(578))/7*(-parseInt(e(520))/8)+-parseInt(e(563))/9*(-parseInt(e(561))/10)+parseInt(e(553))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gi);class Ji extends t.Plugin{static get[qi(550)](){return[Rr,go.ContextualBalloon,li]}static get[qi(568)](){return qi(574)}constructor(t){const e=qi;super(t),t[e(541)][e(498)][e(493)](To.MouseObserver),this[e(504)]=!1,this[e(491)](e(549),null),this[e(505)]=null,this[e(502)]=new Set,this[e(503)]=t[e(538)][e(542)](go.ContextualBalloon),this[e(557)]=new Set,this[e(540)]=[],this[e(573)]=!1}[qi(497)](){const t=qi,e=this[t(571)][t(538)][t(542)](li);e[t(562)]===this[t(571)]&&(e[t(499)](t(537),this),this[t(571)][t(572)][t(491)](t(487),((e,n)=>{const o=t,s=this[o(503)];if(this[o(504)]&&s[o(486)]){const t=this[o(505)][o(543)](s[o(486)]);t&&this[o(560)](t),n()}})))}[qi(496)](){const t=qi,e=this[t(571)][t(538)][t(542)](li);e[t(562)]===this[t(571)]&&(e[t(508)]()||e[t(528)](t(537)))}[qi(546)](t){const e=qi;t!==this[e(549)]&&(this[e(549)]&&(this[e(549)][e(554)]=!1),t&&this[e(571)].ui[e(567)][e(558)]&&(this[e(505)][e(552)](t)&&this[e(516)](t,!0),t[e(554)]=!0),t||this[e(518)]([]),this[e(549)]=t)}[qi(544)](t){const n=qi;this[n(505)]=t;const o=this[n(571)][n(538)][n(542)](li),s=this[n(503)];if(this[n(504)])throw new e.CKEditorError(n(529),this);if(o[n(562)]!==this[n(571)])throw new e.CKEditorError(n(570),this);const r=this[n(571)][n(538)][n(542)](Rr);this[n(523)](r,n(489),(()=>{const t=n,e=r[t(577)]({annotations:this[t(505)],activeAnnotation:this[t(549)]});var o,s;!this[t(573)]&&(o=e,s=this[t(540)],o[t(500)]===s[t(500)]&&o[t(555)]((e=>s[t(495)](e))))||(this[t(573)]=!1,this[t(518)](e),this[t(546)](e[0]||null))})),this[n(523)](r,n(556),((t,{isAnnotationTracked:e})=>{const o=n;this[o(549)]&&e(this[o(549)])&&(this[o(518)]([]),this[o(546)](null))})),this[n(523)](this[n(571)].ui[n(567)],n(539),((t,e,o)=>{o||this[n(546)](null)})),this[n(523)](t,n(482),((t,e)=>{const o=n;this[o(507)](e),e===this[o(549)]&&this[o(546)](null)})),this[n(523)](s,n(501),((e,o,r,i)=>{const c=n;i&&this[c(565)](i);const a=t[c(543)](r);r&&a&&(this[c(523)](r,c(545),(()=>{s[c(532)]()})),this[c(523)](r,c(487),(()=>{const t=c;this[t(560)](a),this[t(571)][t(541)][t(498)][t(513)]()})),this[c(549)]!==a&&this[c(546)](a))})),this[n(523)](this[n(571)].ui,n(533),(()=>{const e=n;s[e(486)]&&t[e(543)](s[e(486)])&&s[e(532)]()})),this[n(523)](this[n(571)][n(541)][n(498)][n(488)],n(492),(()=>{const t=n;this[t(573)]=!0,this[t(502)][t(535)]()})),this[n(571)][n(541)][n(498)][n(488)][n(536)][n(514)]&&this[n(571)][n(541)][n(498)][n(513)](),this[n(504)]=!0}[qi(485)](){const t=qi;if(!this[t(504)])throw new e.CKEditorError(t(569),this);this[t(546)](null);for(const e of this[t(557)])this[t(507)](e);this[t(565)](),this[t(504)]=!1,this[t(505)]=null}[qi(566)](){const t=qi;this[t(504)]&&this[t(485)]()}[qi(518)](t){const e=qi;for(const n of this[e(540)])t[e(495)](n)||this[e(502)][e(511)](n);for(const n of this[e(505)])t[e(495)](n)||this[e(507)](n);if(this[e(571)].ui[e(567)][e(558)])for(const n of t)this[e(516)](n);this[e(540)]=t}[qi(516)](t,e=!1){const n=qi;this[n(502)][n(552)](t)||(this[n(557)][n(552)](t)||this[n(503)][n(506)](t[n(498)])||(this[n(557)][n(484)](t),this[n(503)][n(484)]({stackId:t[n(498)].id,view:t[n(498)],position:{target:()=>this[n(576)](t)}})),e&&this[n(503)][n(530)](t[n(498)].id))}[qi(576)](t){const n=qi,o=t[n(509)],s=this[n(571)][n(541)][n(498)],r=s[n(488)][n(536)][n(526)](),i=s[n(519)][n(510)](r);if(i[n(490)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(515)](...(c=e[n(524)](),Array[n(483)](c)[n(522)](DOMRect[n(564)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(500)];n++)Yi(s,t[n])?s[e(531)]+=t[n][e(531)]:(o[e(515)](s),s=t[n]);return o[e(515)](s),o}(t);const s=i[n(525)]();return t[n(547)]((t=>t[n(512)]<=s[n(512)]&&t[n(579)]>=s[n(579)]&&t[n(548)]<=s[n(548)]&&t[n(575)]>=s[n(575)]))||t[0]}var c;return t[n(494)]||i}[qi(507)](t){const e=qi;this[e(557)][e(552)](t)&&this[e(503)][e(506)](t[e(498)])&&(this[e(557)][e(511)](t),this[e(503)][e(482)](t[e(498)]))}[qi(560)](t){const e=qi;this[e(502)][e(484)](t),this[e(507)](t)}}function Yi(t,e){const n=qi;return t[n(512)]===e[n(512)]&&t[n(579)]===e[n(579)]&&t[n(575)]===e[n(548)]}var Qi=n(353),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qi.A,Zi);Qi.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=nc();return(ec=function(t,e){return n[t-=309]})(t,e)}function nc(){const t=["15nqBzia","821346fAIQEt","3922114SifODU","isEmpty","8dlfYhy","set","remove","ck-comments-archive__info","_keystrokes","_focusCycler","listenTo","1064548AYHpyV","bindTemplate","element","render","setTemplate","2111835FqYcow","38492ZympBV","arrowleft","stopPropagation","_focusables","_focusTracker","arrowright","arrowup","EMPTY_COMMENTS_ARCHIVE","length","arrowdown","tab","5GkOGKX","562220FhkcMv","auto","ck-comments-archive","focus","selectstart","isActive","add","ck-comments-archive__content","destroy","63sxMqwQ","4362654HxFxbi","div","shift + tab","ck-hidden","12rgaVmr","high"];return(nc=function(){return t})()}!function(t){const e=ec,n=t();for(;;)try{if(471215===-parseInt(e(316))/1+-parseInt(e(326))/2+-parseInt(e(315))/3*(parseInt(e(332))/4)+parseInt(e(343))/5*(parseInt(e(309))/6)+parseInt(e(317))/7*(parseInt(e(319))/8)+-parseInt(e(353))/9*(-parseInt(e(344))/10)+-parseInt(e(331))/11*(-parseInt(e(313))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nc);class oc extends go.View{constructor(t,n){const o=ec;super(t),this[o(320)](o(318),!n[o(340)]),this[o(336)]=new e.FocusTracker,this[o(323)]=new e.KeystrokeHandler,this[o(335)]=n,this[o(324)]=new go.FocusCycler({focusables:this[o(335)],focusTracker:this[o(336)],keystrokeHandler:this[o(323)],actions:{focusPrevious:o(311),focusNext:o(342)}}),this[o(325)](n,o(350),(()=>{this[o(318)]=!1})),this[o(325)](n,o(321),((t,e)=>{const s=o;e[s(349)]&&this[s(347)](),n[s(340)]||(this[s(318)]=!0)}));const s=this[o(327)];this[o(330)]({tag:o(310),attributes:{dir:o(345),class:["ck",o(346)],tabindex:-1},children:[{tag:o(310),attributes:{class:[o(351)]},children:[{tag:o(310),children:n},{tag:"p",attributes:{class:[o(322),s.if(o(318),o(312),(t=>!t))]},children:[{text:vo(t,o(339))}]}]}]})}[tc(329)](){const t=tc;super[t(329)](),this[t(323)][t(325)](this[t(328)]);const e=e=>e[t(334)]();this[t(323)][t(320)](t(337),e),this[t(323)][t(320)](t(333),e),this[t(323)][t(320)](t(338),e),this[t(323)][t(320)](t(341),e),this[t(325)](this[t(328)],t(348),((e,n)=>{n[t(334)]()}),{priority:t(314)})}[tc(352)](){const t=tc;super[t(352)](),this[t(336)][t(352)](),this[t(323)][t(352)]()}[tc(347)](){const t=tc;this[t(328)][t(347)]()}}const sc=ic;function rc(){const t=["focus","stopListening","_calculatePosition","getCommentThread","1496683HSkZNJ","requires","remove","context","init","get","13411354TGVnCt","9495znQxrA","plugins","isActive","add","archivedThreads","728vBIOwO","pluginName","276465uBbxxb","36tVAlyY","11004590oQIqIL","215403wSWoAX","collection","length","addCommentThread","CommentsArchive","activate","change:archivedAt","archivedAt","276XVAUSp","highest","findIndex","12iGGnhY","44NBxmFD","listenTo","has","removeCommentThread","2574280mkAQRq"];return(rc=function(){return t})()}function ic(t,e){const n=rc();return(ic=function(t,e){return n[t-=473]})(t,e)}!function(t){const e=ic,n=t();for(;;)try{if(911064===parseInt(e(481))/1+-parseInt(e(510))/2*(parseInt(e(498))/3)+parseInt(e(493))/4*(parseInt(e(488))/5)+-parseInt(e(506))/6*(-parseInt(e(495))/7)+parseInt(e(476))/8*(-parseInt(e(496))/9)+-parseInt(e(497))/10+-parseInt(e(487))/11*(-parseInt(e(509))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rc);class cc extends t.ContextPlugin{static get[sc(494)](){return sc(502)}static get[sc(482)](){return[_r,fr]}constructor(t){const n=sc;super(t),this[n(492)]=new e.Collection}[sc(485)](){const t=sc,e=this[t(484)],n=e[t(489)][t(486)](_r),o=e[t(489)][t(486)](fr);this[t(473)](n,t(501),((e,{threadId:o})=>{const s=t,r=n[s(480)](o);r[s(505)]&&this[s(492)][s(491)](r,this[s(479)](r[s(505)])),this[s(473)](r,s(504),((t,e,n)=>{const o=s;n?this[o(492)][o(474)](r)||this[o(492)][o(491)](r,this[o(479)](r[o(505)])):this[o(492)][o(474)](r)&&this[o(492)][o(483)](r)}))})),this[t(473)](n,t(475),((e,{threadId:o})=>{const s=t,r=n[s(480)](o);this[s(478)](r),this[s(492)][s(474)](r)&&this[s(492)][s(483)](r)}),{priority:t(507)}),this[t(473)](o[t(499)],t(477),((e,n)=>{const s=t;n[s(490)]=!0,o[s(503)](n)}))}[sc(479)](t){const e=sc,n=[...this[e(492)]][e(508)]((n=>n[e(505)]<t));return n>-1?n:this[e(492)][e(500)]}}const ac=uc;function hc(){const t=["requires","13909240ouRqOn","init","1477916dsyTni","3386332FXPLnw","listenTo","channelId","menuBar:commentsArchive","isEnabled","CommentsRepository","archivedAt","execute","Annotations","innerView","CommentsArchiveUI","push","12095622CtjJQO","length","add","annotationViews","componentFactory","editor","pluginName","_createCommentsArchiveButton","plugins","Dialog","EDITOR_TOP_SIDE","3NEjeiO","bind","indexOf","collaboration.channelId","tooltip","_calculatePosition","getByInnerView","view","get","collection","locale","remove","stopListening","splice","archivedThreads","filter","focusableElements","1058992GWGDFj","find","306498vxemws","isVisible","hide","165PapBQF","_toggleDialog","commentsArchive","_pendingThreads","show","21344985TAOzSL","config","COMMENTS_ARCHIVE","commentsArchiveView","findIndex","_visibleAnnotations","set","_threadToController"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=169]})(t,e)}!function(t){const e=uc,n=t();for(;;)try{if(925058===-parseInt(e(180))/1+-parseInt(e(202))/2+parseInt(e(225))/3*(-parseInt(e(201))/4)+parseInt(e(185))/5*(parseInt(e(182))/6)+parseInt(e(214))/7+-parseInt(e(199))/8+parseInt(e(190))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hc);class dc extends t.Plugin{static get[ac(220)](){return ac(212)}static get[ac(198)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(217)]=new go.ViewCollection,this[e(188)]=[]}[ac(200)](){const t=ac;this[t(219)].ui[t(218)][t(216)](t(187),(()=>this[t(221)](go.ButtonView,!0))),this[t(219)].ui[t(218)][t(216)](t(205),(()=>this[t(221)](go.MenuBarMenuListItemButtonView)));const e=this[t(219)][t(222)][t(171)](cc),n=this[t(219)][t(222)][t(171)](t(210)),o=this[t(219)][t(222)][t(171)](t(207));this[t(203)](e[t(177)],t(216),((e,s)=>{const r=t,i=this[r(219)][r(191)][r(171)](r(228));if(!i||s[r(204)]===i){const t=o[r(197)][r(171)](s);if(!t)return void this[r(188)][r(213)](s);const e=this[r(230)](s[r(208)]),i=n[r(169)](t[r(170)]);i[r(183)]&&n[r(195)][r(174)](i),this[r(217)][r(216)](i[r(170)],e)}})),this[t(203)](n[t(172)],t(216),((e,n)=>{const s=t,r=this[s(188)][s(181)]((t=>{const e=s,r=o[e(197)][e(171)](t);return r&&n[e(211)]===r[e(170)]}));if(r){const t=this[s(230)](r[s(208)]);this[s(217)][s(216)](n[s(170)],t),this[s(188)][s(176)](this[s(188)][s(227)](r),1)}})),this[t(203)](e[t(177)],t(174),((e,s)=>{const r=t,i=this[r(219)][r(191)][r(171)](r(228));if(!i||s[r(204)]===i){const t=o[r(197)][r(171)](s),e=n[r(169)](t[r(170)]);this[r(217)][r(174)](e[r(170)]),this[r(175)](e[r(179)])}}))}[ac(230)](t){const e=ac,n=this[e(219)][e(191)][e(171)](e(228)),o=[...this[e(219)][e(222)][e(171)](cc)[e(177)]][e(178)]((t=>t[e(204)]===n))[e(194)]((n=>n[e(208)]<t));return o<0||o>this[e(217)][e(215)]?this[e(217)][e(215)]:o-1}[ac(186)](){const t=ac,e=this[t(219)],n=e[t(222)][t(171)](t(223));this[t(193)]||(this[t(193)]=new oc(e[t(173)],this[t(217)])),t(187)===n.id?n[t(184)]():n[t(189)]({id:t(187),title:vo(e[t(173)],t(192)),icon:$i,hasCloseButton:!0,content:this[t(193)],position:go.DialogViewPosition[t(224)]})}[ac(221)](t,e=!1){const n=ac,o=this[n(219)][n(173)],s=new t(o);return s[n(226)](n(206)).to(this,n(206)),s[n(196)]({label:vo(o,n(192)),icon:$i}),e&&(s[n(229)]=!0),this[n(203)](s,n(209),(()=>this[n(186)]())),s}}var lc=pc;function mc(){var t=["1161192bzrCVK","1660608upJJLe","1954704CLSnfp","4676890FTwGVt","1iAXzQA","27vxNiLM","2867835tKowwJ","requires","6JXxGyG","pluginName","Comments","22442676ZatqgO","1197614LwBEPN","7CsUZHK","11kQVcoU"];return(mc=function(){return t})()}function pc(t,e){var n=mc();return(pc=function(t,e){return n[t-=212]})(t,e)}!function(t){for(var e=pc,n=t();;)try{if(717959===-parseInt(e(217))/1*(-parseInt(e(225))/2)+-parseInt(e(215))/3+-parseInt(e(214))/4+-parseInt(e(219))/5*(-parseInt(e(221))/6)+parseInt(e(226))/7*(parseInt(e(213))/8)+parseInt(e(218))/9*(-parseInt(e(216))/10)+parseInt(e(212))/11*(parseInt(e(224))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mc);class fc extends t.Plugin{static get[lc(220)](){return[_r,Yr,oi,cc,dc,hi,Ni,Ui,Ji]}static get[lc(222)](){return lc(223)}}function gc(t,e){var n=vc();return(gc=function(t,e){return n[t-=385]})(t,e)}function vc(){var t=["1540595qprpjP","8jFiWDf","16347Yqngdn","1435LsMCVv","3670688azJKVM","8394coViQQ","11zvdOHq","1040280ZkaXwI","5231796MRIusG","12190455aPCAST","310NwFncP","10LBpish"];return(vc=function(){return t})()}!function(t){for(var e=gc,n=t();;)try{if(882676===parseInt(e(395))/1+-parseInt(e(386))/2*(-parseInt(e(390))/3)+parseInt(e(389))/4*(parseInt(e(388))/5)+-parseInt(e(393))/6*(parseInt(e(391))/7)+parseInt(e(392))/8+-parseInt(e(385))/9*(parseInt(e(387))/10)+parseInt(e(394))/11*(-parseInt(e(396))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vc)})(),(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 p(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 m=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=m||(m=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=p.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:()=>ki,BaseCommentThreadView:()=>ls,BaseCommentView:()=>As,Comment:()=>Er,CommentThread:()=>Cr,CommentThreadController:()=>fo,CommentThreadInputView:()=>Yo,CommentThreadView:()=>gs,CommentView:()=>xs,Comments:()=>Ia,CommentsListView:()=>$o,CommentsOnly:()=>pi,CommentsRepository:()=>Tr,CommentsUI:()=>hi,EditorAnnotations:()=>jr,InlineAnnotations:()=>ta,NarrowSidebar:()=>Gi,WideSidebar:()=>Bi});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 p(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])}}p.prototype.clear=r,p.prototype.delete=h,p.prototype.get=u,p.prototype.has=d,p.prototype.set=l;const m=p;const f=function(){this.__data__=new m,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const k=function(t){return this.__data__.get(t)};const v=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,T=y.toString,C=w?w.toStringTag:void 0;const E=function(t){var e=A.call(t,C),n=t[C];try{t[C]=void 0;var o=!0}catch(t){}var s=T.call(t);return o&&(e?t[C]=n:delete t[C]),s};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var N=w?w.toStringTag:void 0;const S=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":N&&N in Object(t)?E(t):O(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!M(t))return!1;var e=S(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 D=Function.prototype.toString;const B=function(t){if(null!=t){try{return D.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var K=/^\[object .+?Constructor\]$/,F=Function.prototype,H=Object.prototype,z=F.toString,U=H.hasOwnProperty,W=RegExp("^"+z.call(U).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Y=function(t){return!(!M(t)||P(t))&&(R(t)?W:K).test(B(t))};const q=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=q(t,e);return Y(n)?n:void 0};const X=G(_,"Map");const J=G(Object,"create");const Z=function(){this.__data__=J?J(null):{},this.size=0};const Q=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(J){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 J?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]=J&&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=Q,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||m),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 pt(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])}}pt.prototype.clear=it,pt.prototype.delete=ht,pt.prototype.get=ut,pt.prototype.has=dt,pt.prototype.set=lt;const mt=pt;const ft=function(t,e){var n=this.__data__;if(n instanceof m){var o=n.__data__;if(!X||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new m(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=k,gt.prototype.has=v,gt.prototype.set=ft;const kt=gt;const vt=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 mt;++e<n;)this.add(t[e])}It.prototype.add=It.prototype.push=vt,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,p=2&n?new _t:void 0;for(r.set(t,e),r.set(e,t);++d<a;){var m=t[d],f=e[d];if(o)var g=i?o(f,m,d,e,t,r):o(m,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(p){if(!wt(e,(function(t,e){if(!yt(p,e)&&(m===t||s(m,t,n,o,r)))return p.push(e)}))){l=!1;break}}else if(m!==f&&!s(m,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const Tt=_.Uint8Array;const Ct=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 Tt(t),new Tt(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=Ct;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 St=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const Mt=Array.isArray;const Rt=function(t,e,n){var o=e(t);return Mt(t)?o:St(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 Dt=Pt?function(t){return null==t?[]:(t=Object(t),Vt(Pt(t),(function(e){return jt.call(t,e)})))}:Lt;const Bt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Kt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return Kt(t)&&"[object Arguments]"==S(t)};var Ht=Object.prototype,zt=Ht.hasOwnProperty,Ut=Ht.propertyIsEnumerable;const Wt=Ft(function(){return arguments}())?Ft:function(t){return Kt(t)&&zt.call(t,"callee")&&!Ut.call(t,"callee")};const Yt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Gt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Xt=Gt&&Gt.exports===qt?_.Buffer:void 0;const Jt=(Xt?Xt.isBuffer:void 0)||Yt;var Zt=/^(?:0|[1-9]\d*)$/;const Qt=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 Kt(t)&&$t(t.length)&&!!te[S(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=Mt(t),o=!n&&Wt(t),s=!n&&!o&&Jt(t),r=!n&&!o&&!s&&ce(t),i=n||o||s||r,a=i?Bt(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)||Qt(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 pe=function(t,e){return function(n){return t(e(n))}};const me=pe(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return me(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ke=function(t){return null!=t&&$t(t.length)&&!R(t)};const ve=function(t){return ke(t)?ue(t):ge(t)};const be=function(t){return Rt(t,ve,Dt)};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 p=!0;r.set(t,e),r.set(e,t);for(var m=i;++h<c;){var f=t[u=a[h]],g=e[u];if(o)var k=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===k?f===g||s(f,g,n,o,r):k)){p=!1;break}m||(m="constructor"==u)}if(p&&!m){var v=t.constructor,b=e.constructor;v==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof v&&v instanceof v&&"function"==typeof b&&b instanceof b||(p=!1)}return r.delete(t),r.delete(e),p};const we=G(_,"DataView");const ye=G(_,"Promise");const Ae=G(_,"Set");const Te=G(_,"WeakMap");var Ce="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Ne="[object DataView]",Se=B(we),Me=B(X),Re=B(ye),Ve=B(Ae),Le=B(Te),je=S;(we&&je(new we(new ArrayBuffer(1)))!=Ne||X&&je(new X)!=Ce||ye&&je(ye.resolve())!=Ee||Ae&&je(new Ae)!=xe||Te&&je(new Te)!=Oe)&&(je=function(t){var e=S(t),n="[object Object]"==e?t.constructor:void 0,o=n?B(n):"";if(o)switch(o){case Se:return Ne;case Me:return Ce;case Re:return Ee;case Ve:return xe;case Le:return Oe}return e});const Pe=je;var De="[object Arguments]",Be="[object Array]",Ke="[object Object]",Fe=Object.prototype.hasOwnProperty;const He=function(t,e,n,o,s,r){var i=Mt(t),a=Mt(e),c=i?Be:Pe(t),h=a?Be:Pe(e),u=(c=c==De?Ke:c)==Ke,d=(h=h==De?Ke:h)==Ke,l=c==h;if(l&&Jt(t)){if(!Jt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new kt),i||ce(t)?At(t,e,n,o,s,r):Nt(t,e,c,n,o,s,r);if(!(1&n)){var p=u&&Fe.call(t,"__wrapped__"),m=d&&Fe.call(e,"__wrapped__");if(p||m){var f=p?t.value():t,g=m?e.value():e;return r||(r=new kt),s(f,g,n,o,r)}}return!!l&&(r||(r=new kt),_e(t,e,n,o,s,r))};const ze=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Kt(e)&&!Kt(n)?e!=e&&n!=n:He(e,n,o,s,t,r))};const Ue=function(t,e){return ze(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 Ye=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ye?Ye(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ge=Object.prototype.hasOwnProperty;const Xe=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 Je=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 Ze=function(t,e){return t&&Je(e,ve(e),t)};const Qe=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(!M(t))return Qe(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 ke(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&Je(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 Je(t,Dt(t),e)};const dn=pe(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)St(e,Dt(t)),t=dn(t);return e}:Lt;const pn=function(t,e){return Je(t,ln(t),e)};const mn=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 kn=function(t){var e=new t.constructor(t.byteLength);return new Tt(e).set(new Tt(t)),e};const vn=function(t,e){var n=e?kn(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?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Tn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return kn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return vn(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 Cn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Cn)return Cn(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 Kt(t)&&"[object Map]"==Pe(t)};var Nn=ie&&ie.isMap;const Sn=Nn?ne(Nn):On;const Mn=function(t){return Kt(t)&&"[object Set]"==Pe(t)};var Rn=ie&&ie.isSet;const Vn=Rn?ne(Rn):Mn;var Ln="[object Arguments]",jn="[object Function]",Pn="[object Object]",Dn={};Dn[Ln]=Dn["[object Array]"]=Dn["[object ArrayBuffer]"]=Dn["[object DataView]"]=Dn["[object Boolean]"]=Dn["[object Date]"]=Dn["[object Float32Array]"]=Dn["[object Float64Array]"]=Dn["[object Int8Array]"]=Dn["[object Int16Array]"]=Dn["[object Int32Array]"]=Dn["[object Map]"]=Dn["[object Number]"]=Dn[Pn]=Dn["[object RegExp]"]=Dn["[object Set]"]=Dn["[object String]"]=Dn["[object Symbol]"]=Dn["[object Uint8Array]"]=Dn["[object Uint8ClampedArray]"]=Dn["[object Uint16Array]"]=Dn["[object Uint32Array]"]=!0,Dn["[object Error]"]=Dn[jn]=Dn["[object WeakMap]"]=!1;const Bn=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(!M(e))return e;var d=Mt(e);if(d){if(a=gn(e),!c)return hn(e,a)}else{var l=Pe(e),p=l==jn||"[object GeneratorFunction]"==l;if(Jt(e))return cn(e,c);if(l==Pn||l==Ln||p&&!r){if(a=h||p?{}:xn(e),!c)return h?pn(e,nn(a,e)):un(e,Ze(a,e))}else{if(!Dn[l])return r?e:{};a=Tn(e,l,c)}}i||(i=new kt);var m=i.get(e);if(m)return m;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,o,s,e,i))})):Sn(e)&&e.forEach((function(s,r){a.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?mn:be:h?en:ve)(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 Kn=function(t){return Bn(t,5)};const Fn=function(t){return"symbol"==typeof t||Kt(t)&&"[object Symbol]"==S(t)};var Hn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,zn=/^\w*$/;const Un=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Fn(t))||(zn.test(t)||!Hn.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||mt),n}Wn.Cache=mt;const Yn=Wn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gn=/\\(\\)?/g;const Xn=function(t){var e=Yn(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 Jn=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=w?w.prototype:void 0,Qn=Zn?Zn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Mt(e))return Jn(e,t)+"";if(Fn(e))return Qn?Qn.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 Mt(t)?t:Un(t,e)?[t]:Xn(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(!M(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=M(u)?u:Qt(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)};var lo=mo;function po(){var t=["stopListening","submit","destroy","resolveCommentThread","resolve","model","2292ohEyxt","getComment","updateComment","2649cNVipd","1104KnCGIX","addComment","8idRDWb","remove","reopenCommentThread","reopen","listenTo","14612004NRAbQc","3GmZKdm","isResolved","_isAttached","_localUser","3314374ucEyGx","removeCommentThread","3375594nbCFIu","394738mBZKYF","submitCommentThread","335wiHxIp","removeComment","update","628190CdCubx","view"];return(po=function(){return t})()}function mo(t,e){var n=po();return(mo=function(t,e){return n[t-=380]})(t,e)}!function(t){for(var e=mo,n=t();;)try{if(343177===parseInt(e(400))/1*(-parseInt(e(407))/2)+parseInt(e(391))/3*(parseInt(e(388))/4)+parseInt(e(409))/5*(parseInt(e(392))/6)+parseInt(e(404))/7*(-parseInt(e(394))/8)+-parseInt(e(406))/9+-parseInt(e(380))/10+parseInt(e(399))/11)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(387)]=t,this[n(387)][n(402)]=!0,this[n(381)]=e,this[n(398)](e,n(408),(()=>this[n(383)]())),this[n(398)](e,n(405),(()=>this[n(395)]())),this[n(398)](e,n(385),(()=>this[n(386)]())),this[n(398)](e,n(396),(()=>this[n(397)]())),this[n(398)](e,n(393),((t,e)=>this[n(393)](e))),this[n(398)](e,n(390),((t,e,o)=>this[n(390)](e,o))),this[n(398)](e,n(410),((t,e)=>this[n(410)](e)))}[lo(383)](){var t=lo;this[t(387)][t(383)]()}[lo(395)](){var t=lo;this[t(387)][t(395)]()}[lo(386)](){var t=lo;this[t(387)][t(401)]||this[t(387)][t(386)]()}[lo(397)](){var t=lo;this[t(387)][t(401)]&&this[t(387)][t(397)]()}[lo(393)](t){var e=lo;this[e(387)][e(393)]({content:t,authorId:this[e(381)][e(403)].id})}[lo(390)](t,e){var n=lo;this[n(387)][n(389)](t)[n(411)]({content:e})}[lo(410)](t){var e=lo;this[e(387)][e(389)](t)[e(395)]()}[lo(384)](){var t=lo;this[t(382)](),this[t(387)][t(402)]=!1}}var go=n(311);function ko(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 vo=bo;function bo(t,e){const n=Io();return(bo=function(t,e){return n[t-=195]})(t,e)}function Io(){const t=["Comment editor","6DkjDWx","359715bYMnGd","49UtRpNd","setTemplate","9weVSFj","div","createCollection","focus","presentation","ck-comment__input","599990OudIWW","ck-reset","183807tWnpty","element","ck-editor","main","render","487644zlmJvA","uiLanguageDirection","cke-editor__aria-label_","add","ck-rounded-corners","uiLanguage","24468GERHOz","ck-editor__main","887248XUAkDc","editable","92070KlJpaJ"];return(Io=function(){return t})()}!function(t){const e=bo,n=t();for(;;)try{if(224382===parseInt(e(219))/1+-parseInt(e(221))/2*(-parseInt(e(204))/3)+-parseInt(e(209))/4+-parseInt(e(222))/5+parseInt(e(215))/6*(-parseInt(e(223))/7)+parseInt(e(217))/8+-parseInt(e(196))/9*(-parseInt(e(202))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Io);class _o extends go.EditorUIView{constructor(t,n){const o=bo;super(t);const s=(0,e.uid)();this[o(207)]=this[o(198)](),this[o(218)]=new go.InlineEditableUIView(t,n,void 0,{label:()=>ko(t,o(220))}),this[o(195)]({tag:o(197),attributes:{class:[o(203),o(206),o(213),o(201)],dir:t[o(210)],lang:t[o(214)],"aria-labelledby":o(211)+s},children:[{tag:o(197),attributes:{class:o(216),role:o(200)},children:this[o(207)]}]})}[vo(208)](){const t=vo;super[t(208)](),this[t(207)][t(212)](this[t(218)])}[vo(199)](){const t=vo;this[t(218)][t(205)][t(199)]()}}const wo=yo;function yo(t,e){const n=Ao();return(yo=function(t,e){return n[t-=208]})(t,e)}function Ao(){const t=["locale","434365rSEyKX","isFocused","19899BYSrbT","ready","fire","2800Jbpdmw","view","getRoot","destroy","document","bind","editor","40gnomul","attachDomRoot","1034826MqlwOa","3229368thRknI","editable","element","6108QzLqqy","32945tTqxYM","setEditableElement","editing","208356NJCdbE","name","focusTracker","28qJUomD","903112ZCioqU","init","rootName","render","1WJsNOr"];return(Ao=function(){return t})()}!function(t){const e=yo,n=t();for(;;)try{if(431176===-parseInt(e(232))/1*(parseInt(e(224))/2)+parseInt(e(216))/3+-parseInt(e(227))/4*(parseInt(e(234))/5)+parseInt(e(217))/6+-parseInt(e(228))/7*(parseInt(e(214))/8)+parseInt(e(236))/9*(-parseInt(e(239))/10)+-parseInt(e(221))/11*(-parseInt(e(220))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ao);class To extends go.EditorUI{constructor(t){const e=yo;super(t),this[e(208)]=new _o(t[e(233)],t[e(223)][e(208)])}get[wo(219)](){const t=wo;return this[t(208)][t(219)]}[wo(229)](){const t=wo,e=this[t(213)][t(223)][t(208)],n=this[t(208)][t(218)],o=e[t(211)][t(209)]();n[t(225)]=o[t(230)],this[t(208)][t(231)]();const s=n[t(219)];this[t(222)](n[t(225)],s),this[t(208)][t(218)][t(212)](t(235)).to(this[t(226)]),e[t(215)](s),this[t(238)](t(237))}[wo(210)](){const t=wo;super[t(210)](),this[t(208)][t(210)]()}}var Co=n(783),Eo=n(331),xo=n(507),Oo=n(727),No=n(834),So=n(251),Mo=n(179);const Ro=Lo;function Vo(){const t=["plugins","getRoot","setSelection","focus","change","4459158KZMbWX","data","171485SpQLov","3347904jlpAwK","name","ready","editing","low","init","change:placeholder","defaultPlugins","end","initialData","set","create","getChild","4595227RfhZKg","then","document","view","fire","destroy","placeholder","model","config","_updatePlaceholder","5063872tGsEZl","initPlugins","28ttaevb","95944yAHQXF","childCount","6xvRhjt","2396912DNpyUS","placeholderElement","get","createRoot","assign","10svYVUK","23EhnrmW"];return(Vo=function(){return t})()}function Lo(t,e){const n=Vo();return(Lo=function(t,e){return n[t-=341]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(619424===-parseInt(e(347))/1*(-parseInt(e(382))/2)+-parseInt(e(356))/3+-parseInt(e(381))/4*(-parseInt(e(355))/5)+parseInt(e(384))/6*(parseInt(e(369))/7)+-parseInt(e(341))/8+-parseInt(e(353))/9*(-parseInt(e(346))/10)+-parseInt(e(379))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vo);const jo=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,No.Typing,So.Undo,Mo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=Lo;(t=Object[e(345)]({},t))[e(348)]||(t[e(348)]=Po[e(363)]),super(t),this.ui=new To(this),this[e(366)](e(375),""),this[e(376)][e(371)].on(e(352),(()=>this[e(378)]()),{priority:e(360)}),this.on(e(362),(()=>this[e(378)]())),this[e(376)][e(371)][e(344)]()}[Ro(367)](){const t=Ro,e=this[t(377)][t(343)](t(365))||"";return this[t(380)]()[t(370)]((()=>this.ui[t(361)]()))[t(370)]((()=>this[t(354)][t(361)](e)))[t(370)]((()=>this[t(373)](t(358))))}[Ro(374)](){const t=Ro;return super[t(374)]()[t(370)]((()=>this.ui[t(374)]()))}[Ro(351)](){const t=Ro;this[t(376)][t(352)]((e=>{const n=t,o=this[n(376)][n(371)][n(349)](),s=o&&o[n(368)](o[n(383)]-1);e[n(350)](s,n(364)),this[n(359)][n(372)][n(351)]()}))}[Ro(378)](){const t=Ro,e=this[t(359)][t(372)],n=e[t(371)][t(349)](),o=n[t(368)](0);n[t(383)]>1||!o||"p"!=o[t(357)]?this[t(342)]&&this[t(342)][t(375)]&&((0,Co.disablePlaceholder)(e,this[t(342)]),this[t(342)]=void 0):(this[t(375)]&&(o[t(375)]=this[t(375)]),(0,Co.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(342)]=o)}}Po[Ro(363)]=jo;const Do=Po,Bo=Ko;function Ko(t,e){const n=Ho();return(Ko=function(t,e){return n[t-=205]})(t,e)}!function(t){const e=Ko,n=t();for(;;)try{if(145405===parseInt(e(269))/1*(parseInt(e(253))/2)+-parseInt(e(220))/3*(-parseInt(e(242))/4)+parseInt(e(244))/5*(-parseInt(e(273))/6)+parseInt(e(206))/7+-parseInt(e(286))/8*(-parseInt(e(260))/9)+-parseInt(e(233))/10*(parseInt(e(248))/11)+-parseInt(e(255))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ho);class Fo extends go.View{constructor(t,n={}){const o=Ko;super(t),this[o(281)]=null,this[o(207)]=n,this[o(222)](o(213),n[o(234)]||""),this[o(222)](o(254),!1),this[o(222)](o(265),!0),this[o(222)](o(263),ko(t,o(245))),this[o(222)](o(214),ko(t,o(223))),this[o(228)]=this[o(289)](),this[o(266)]=this[o(218)](),this[o(290)]=this[o(267)]([this[o(228)],this[o(266)]]),this[o(278)]=new e.KeystrokeHandler,this[o(217)]=new e.FocusTracker,this[o(232)]=new go.FocusCycler({focusables:this[o(290)],focusTracker:this[o(217)],keystrokeHandler:this[o(278)],actions:{focusPrevious:o(259),focusNext:o(270)}}),this[o(288)]({tag:o(243),attributes:{class:[o(271)]},children:[{tag:o(243),attributes:{class:[o(230),this[o(211)].if(o(265),o(241))]},children:[this[o(228)],this[o(266)]]}]}),this[o(278)][o(222)](o(268),((t,e)=>{const n=o;this[n(266)][n(247)](n(216)),e()})),this[o(278)][o(222)](o(275),((t,e)=>{const n=o;this[n(228)][n(250)]&&(this[n(228)][n(247)](n(216)),e())})),this.on(o(229),((e,n)=>{const s=o;n[s(279)]>65e3?(alert(ko(t,s(256),[n[s(279)],65e3])),e[s(264)]()):this[s(281)][s(283)]("")}),{priority:o(257)})}[Bo(226)](){const t=Bo;super[t(226)](),this[t(235)]()}[Bo(239)](){const t=Bo;return this[t(281)]||(this[t(281)]=new Do(this[t(207)]),this[t(237)]=this[t(281)][t(276)]()[t(236)]((()=>{const e=t;if(this[e(285)])return;const n=this[e(281)];this[e(252)][e(258)](n.ui[e(252)],this[e(252)][e(238)]),n[e(287)][e(224)].on(e(219),(()=>this[e(213)]=n[e(249)]())),n[e(277)](e(263)).to(this),this[e(290)][e(261)](n.ui[e(284)],0),this[e(247)](e(280),this[e(281)])}))),this[t(237)]}[Bo(215)](t){const e=Bo;-1===t?(this[e(232)][e(240)](),this[e(232)][e(291)]()):this[e(232)][e(240)]()}async[Bo(272)](){const t=Bo;this[t(285)]||(this[t(285)]=!0,this[t(281)]&&(await this[t(237)],await this[t(281)][t(272)](),this[t(247)](t(205),this[t(281)])),await super[t(272)]())}[Bo(289)](){const t=Bo,{locale:e}=this,n=new go.ButtonView(e);return n[t(246)]({attributes:{class:[t(225)]}}),n[t(208)]=!0,n[t(277)](t(227)).to(this,t(214)),n.on(t(216),(()=>{const e=t;this[e(247)](e(229),this[e(213)])})),n[t(277)](t(250)).to(this,t(213),this,t(254),((e,n)=>!n&&!!e[t(282)]())),n}[Bo(218)](){const t=Bo,{locale:e}=this,n=new go.ButtonView(e);return n[t(246)]({attributes:{class:[t(221)]}}),n[t(227)]=ko(e,t(274)),n[t(208)]=!0,n.on(t(216),(()=>{const e=t;this[e(281)][e(283)](""),this[e(247)](e(210))})),n}[Bo(235)](){const t=Bo;this[t(278)][t(251)](this[t(252)]),this[t(290)][t(262)]((e=>{const n=t;this[n(217)][n(261)](e[n(252)])})),this[t(290)].on(t(219),((e,n)=>{const o=t;for(const t of Array[o(212)](n[o(231)])[o(209)]())this[o(217)][o(261)](t[o(252)])}))}}function Ho(){const t=["submitLabel","focus","execute","focusTracker","_createCancelButton","change","12kOlGIY","ck-comment__input-actions--cancel","set","Reply","document","ck-comment__input-actions--submit","render","label","submitButtonView","submit","ck-comment__input-actions","added","focusCycler","4510SwaISG","initialData","_setupKeyboardNavigation","then","_editorCreationPromise","firstChild","createEditor","focusFirst","ck-comment__input-actions--active","239916xNwKPt","div","23825DXDuMT","Reply...","extendTemplate","fire","1914dOigMi","getData","isEnabled","listenTo","element","211634StzvJl","disabledSubmit","2872944jbQMNn","TOO_LONG_COMMENT_ALERT","high","insertBefore","shift+tab","333DBVpYm","add","forEach","placeholder","stop","showButtons","cancelButtonView","createCollection","Esc","1eqXJLG","tab","ck-comment__input-wrapper","destroy","324RdkXbh","Cancel","Ctrl+Enter","create","bind","keystrokes","length","editorReady","editor","trim","setData","view","_isDestroyed","59112ipZybC","model","setTemplate","_createSubmitButton","focusables","focusLast","editorDestroyed","710325omwEDE","_editorConfig","withText","reverse","cancel","bindTemplate","from","value"];return(Ho=function(){return t})()}var zo=Uo;function Uo(t,e){var n=Wo();return(Uo=function(t,e){return n[t-=366]})(t,e)}function Wo(){var t=["bindTemplate","isFocused","value","then","delegate","6300344FuIxLM","destroy","focusTracker","ck-comment__input-container--active","createEditor","userView","showInput","6538469yFxrlU","change:showInput","ck-thread__input","setTemplate","ck-thread__user","extendTemplate","set","editorDestroyed","1179598cFnrvI","5101895ntOrMT","editorReady","bind","editor","2032488gAEpVM","97809aXkwti","focusCycler","focus","div","1314924GMQtyM","ck-comment__input-container","commentInputView","3ArNyeO","showButtons"];return(Wo=function(){return t})()}!function(t){for(var e=Uo,n=t();;)try{if(681102===-parseInt(e(368))/1+-parseInt(e(397))/2+parseInt(e(375))/3*(parseInt(e(372))/4)+-parseInt(e(398))/5+parseInt(e(367))/6+parseInt(e(389))/7+parseInt(e(382))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class Yo extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(374)]=new Fo(t,n),this[o(369)]=this[o(374)][o(369)],this[o(374)][o(400)](o(376)).to(this[o(374)][o(384)],o(378),this[o(374)],o(379),((t,e)=>t||!!e)),this[o(395)](o(388),!1),this.on(o(390),(()=>{var t=o;this[t(388)]&&!this[t(374)][t(366)]&&this[t(374)][t(386)]()})),this[o(374)][o(381)](o(399)).to(this),this[o(374)][o(381)](o(396)).to(this),this[o(387)]=new s.UserView(t,e),this[o(387)][o(394)]({attributes:{class:o(393),"aria-hidden":!0}}),this[o(374)][o(394)]({attributes:{class:o(391)}}),this[o(392)]({tag:o(371),attributes:{class:[o(373),this[o(377)].if(o(388),o(385))]},children:[this[o(387)],this[o(374)]]})}[zo(383)](){var t=zo;return this[t(374)][t(383)]()[t(380)]((()=>super[t(383)]()))}[zo(370)](t){var e=zo;this[e(374)][e(370)](t)}}function qo(t,e){const n=Go();return(qo=function(t,e){return n[t-=345]})(t,e)}function Go(){const t=["8864JfEgVw","12JitjyE","1134hadLSO","396954OKTIHu","277119eRzLHB","10xOAxMa","count","426846PYmlaP","set","1UTORKG","setTemplate","1517544lwPlEw","bindTemplate","4897387sEReVI","ck-thread__comment-count","14120880dSTvCC","5JwJpVP","NUMBER_OF_COMMENTS"];return(Go=function(){return t})()}!function(t){const e=qo,n=t();for(;;)try{if(233628===parseInt(e(348))/1*(parseInt(e(360))/2)+-parseInt(e(361))/3*(parseInt(e(358))/4)+-parseInt(e(355))/5*(parseInt(e(346))/6)+-parseInt(e(359))/7*(parseInt(e(357))/8)+-parseInt(e(350))/9+parseInt(e(362))/10*(-parseInt(e(352))/11)+parseInt(e(354))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Go);class Xo extends go.View{constructor(t){const e=qo;super(t);const n=this[e(351)];this[e(347)](e(345),void 0),this[e(349)]({tag:"li",attributes:{class:e(353)},children:[{text:n.to(e(345),(n=>ko(t,e(356),n)))}]})}}const Jo=Zo;function Zo(t,e){const n=Qo();return(Zo=function(t,e){return n[t-=215]})(t,e)}function Qo(){const t=["map","_calculatePosition","_setupKeyboardNavigation","change:hasDirtyComment","Thread comments","editorConfig","count","render","_handleInfoComment","6GQpNzx","resolvedCommentView","275958ecjkiT","add","authoredAt","collapse","some","focusTracker","expand","stopListening","insert","target","_rearrangeCollapse","viewUid","visibleViews","focusLast","maxCommentCharsWhenCollapsed","editorReady","change","5Hdyvtf","863682lVxfny","reverse","_handleRemoveCommentModel","_findOptimalIndex","keystrokes","_handleNewCommentModel","editorDestroyed","delegate","includes","3789qjDNqy","Marked as resolved","arrowup","commentViews","equal","element","2408goqouM","forEach","set","weight","focusFirst","isActive","hasDirtyComment","bind","listenTo","removeComment","ck-thread__comments","length","destroy","1643430yXHPVN","_model","from","isEditMode","maxCommentsWhenCollapsed","_shouldCollapse","updateComment","change:isResolved","formatDateTime","ck-hidden","change:isActive","3324RgTiRl","_rearrangeExpand","maxThreadTotalWeight","CommentView","2244143DDaFGN","locale","120lELKIl","_collapsedCommentsView","23553pYhZYF","commentUpdated","remove","focusCycler","removed","focus","resolveCommentThread","change:isEditMode","bindTemplate","resolved","_config","createCollection","refreshVisibleViews","comments","arrowdown","setTemplate","_updateHasDirtyComment","added","resolvedBy","2326219Xkwyfz","resolvedAt","delete","get"];return(Qo=function(){return t})()}!function(t){const e=Zo,n=t();for(;;)try{if(649041===parseInt(e(257))/1*(parseInt(e(259))/2)+-parseInt(e(286))/3*(-parseInt(e(217))/4)+-parseInt(e(276))/5*(parseInt(e(277))/6)+parseInt(e(244))/7+parseInt(e(292))/8*(parseInt(e(225))/9)+-parseInt(e(305))/10+parseInt(e(221))/11*(-parseInt(e(223))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qo);class $o extends go.View{constructor(t,n,o){const s=Zo;super(t);const r=this[s(233)];this[s(294)](s(298),!1),this[s(294)](s(303),n[s(238)][s(303)]),this[s(294)](s(297),!1),this[s(306)]=n,this[s(235)]=o,this[s(289)]=this[s(236)](),this[s(271)]=this[s(236)](),this[s(258)]=null,this[s(264)]=new e.FocusTracker,this[s(281)]=new e.KeystrokeHandler,this[s(228)]=new go.FocusCycler({focusables:this[s(289)],focusTracker:this[s(264)],keystrokeHandler:this[s(281)],keystrokeHandlerOptions:{filter:t=>this[s(289)][s(248)]((t=>t[s(291)]))[s(285)](t[s(268)])},actions:{focusPrevious:s(288),focusNext:s(239)}}),this[s(224)]=new Xo(t),this[s(224)][s(299)](s(254)).to(this,s(303),(t=>t-this[s(235)][s(309)]));for(const t of n[s(238)])this[s(282)](t);this[s(256)](),this[s(300)](n[s(238)],s(260),((t,e)=>{const n=s,o=this[n(249)](e);this[n(303)]++,this[n(282)](e,o),this[n(237)]()})),this[s(300)](n[s(238)],s(227),((t,e)=>{const n=s;this[n(303)]--,this[n(279)](e),this[n(237)]()})),this[s(300)](n,s(226),(()=>this[s(237)]())),this[s(300)](n,s(312),(()=>this[s(256)]())),this.on(s(216),(()=>this[s(237)]())),this.on(s(251),(()=>this[s(237)]())),this[s(240)]({tag:"ul",attributes:{class:[s(302),r.if(s(303),s(215),(t=>!t))],"aria-label":ko(t,s(252))},children:this[s(271)]})}get[Jo(310)](){const t=Jo;return this[t(306)][t(295)]>this[t(235)][t(219)]&&!this[t(297)]&&!this[t(298)]}[Jo(255)](){const t=Jo;super[t(255)](),this[t(237)](),this[t(250)]()}[Jo(230)](t){const e=Jo;-1===t?this[e(228)][e(272)]():this[e(228)][e(296)]()}[Jo(304)](){const t=Jo;this[t(224)][t(304)]();for(const e of this[t(289)])e[t(304)]();super[t(304)]()}[Jo(237)](){const t=Jo;this[t(310)]?this[t(269)]():this[t(218)]()}[Jo(282)](t,e){const n=Jo,o=new(this[n(235)][n(220)])(this[n(222)],t,{maxCommentCharsWhenCollapsed:this[n(235)][n(273)],formatDateTime:this[n(235)][n(313)],editorConfig:this[n(235)][n(253)]});o[n(270)]=t.id,o[n(284)](n(301)).to(this),o[n(284)](n(311)).to(this),o[n(284)](n(231)).to(this),o[n(284)](n(274)).to(this),o[n(284)](n(283)).to(this),this[n(300)](o,n(232),(()=>this[n(241)]())),this[n(289)][n(260)](o,e)}[Jo(249)](t){const e=Jo,n=this[e(306)][e(280)](t);return this[e(258)]?this[e(258)][e(261)]>t[e(261)]?n-1:n:n-1}[Jo(256)](){const t=Jo;if(this[t(306)][t(243)]&&this[t(306)][t(245)]){const e={id:t(234),author:this[t(306)][t(243)],authoredAt:this[t(306)][t(245)],content:ko(this[t(222)],t(287)),attributes:{}};this[t(258)]=new(this[t(235)][t(220)])(this[t(222)],e,{maxCommentCharsWhenCollapsed:this[t(235)][t(273)],formatDateTime:this[t(235)][t(313)],editorConfig:this[t(235)][t(253)],isSystemComment:!0}),this[t(289)][t(260)](this[t(258)],this[t(306)][t(280)](e))}else this[t(258)]&&(this[t(289)][t(227)](this[t(258)]),this[t(258)][t(304)](),this[t(258)]=null);this[t(237)]()}[Jo(279)](t){const e=Jo,n=this[e(289)][e(227)](t.id);this[e(266)](n),n[e(308)]&&this[e(241)](),n[e(304)]()}[Jo(241)](){const t=Jo;this[t(298)]=Array[t(307)](this[t(289)])[t(263)]((e=>e[t(308)]))}[Jo(269)](){const t=Jo,n=function(t){const n=Zo,o=new e.Collection;for(const e of t)o[n(260)](e);return o}(this[t(289)]),o=this[t(224)][t(254)];for(let e=1;e<=o;e++)n[t(227)](1);for(const e of n)e[t(262)]();o>0&&n[t(260)](this[t(224)],1),ts((0,e.diff)(Array[t(307)](this[t(271)]),Array[t(307)](n)),this[t(271)],n)}[Jo(218)](){const t=Jo;ts((0,e.diff)(Array[t(307)](this[t(271)]),Array[t(307)](this[t(289)])),this[t(271)],this[t(289)]);for(const e of this[t(271)])e[t(265)]()}[Jo(250)](){const t=Jo;this[t(289)][t(293)]((e=>{const n=t;this[n(264)][n(260)](e[n(291)]),this[n(281)][n(300)](e[n(291)])})),this[t(289)].on(t(275),((e,n)=>{const o=t;for(const t of n[o(229)])this[o(264)][o(227)](t[o(291)]),this[o(281)][o(266)](t[o(291)]);for(const t of Array[o(307)](n[o(242)])[o(278)]())this[o(264)][o(260)](t[o(291)]),this[o(281)][o(300)](t[o(291)])}))}}function ts(t,e,n){const o=Jo;let s=0;for(const r of t)switch(r){case o(267):e[o(260)](n[o(247)](s),s),s++;break;case o(246):e[o(227)](s);break;case o(290):s++}}const es=os;function ns(){const t=["span","set","setTemplate","2LFlyYy","43062GLCMWj","bindTemplate","element","109930OAvRGc","focus","104531VMuleN","ck-context__value","3600064CfGcAd","879993pQXFYL","THREAD_CONTEXT_LABEL","45CjSPrV","869zXZSVX","8JHShrt","1461399oGZJAH","9242289HfdXhR","contextValue"];return(ns=function(){return t})()}function os(t,e){const n=ns();return(os=function(t,e){return n[t-=271]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(522966===-parseInt(e(289))/1+-parseInt(e(280))/2*(-parseInt(e(274))/3)+-parseInt(e(288))/4+parseInt(e(271))/5*(-parseInt(e(281))/6)+-parseInt(e(286))/7*(parseInt(e(273))/8)+parseInt(e(275))/9+parseInt(e(284))/10*(parseInt(e(272))/11))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(282)];this[e(278)](e(276),""),this[e(279)]({tag:e(277),attributes:{class:["ck",e(287)],"aria-label":n.to(e(276),(n=>ko(t,e(290),n))),tabindex:-1},children:[{text:n.to(e(276))}]})}[es(285)](){const t=es;this[t(283)][t(285)]()}}const rs=as;function is(){const t=["65466VEBxoc","Comment was made on an element","280demipu","execute","icon","710ArijKU","...","substring","isReadOnly","locale","createCollection","48535CLVsJO","shift+tab","ck-context","classList","_createContextView","Reopen",".ck-context__value","mouseleave","isVisible","reopenButtonView","contextView","contextValue","focusTracker","_model","div","focusFirst","isResolvable","8404QTCvHP","32931UgBnkR","keystrokes","focus","8THPWBo",".ck-context","ck-annotation__actions","1688645Mngxgg","1675674KvJzUP","focusCycler","hasContext","bindTemplate","isEnabled","ck-thread__header","tab","ck-context-wrapper","lastIndexOf","context","value","scrollWidth","_createReopenButton","focusables","element","tooltip","_attachContextActions","ck-context--quotes","bind","isResolved","overlay","label","length","mouseenter","remove","61WnrqVr","render","reopenCommentThread","_setupKeyboardNavigation","querySelector","_trimContextValue","setTemplate","listenTo","add","offsetWidth","75163ldFccf","fire"];return(is=function(){return t})()}function as(t,e){const n=is();return(as=function(t,e){return n[t-=450]})(t,e)}!function(t){const e=as,n=t();for(;;)try{if(141208===parseInt(e(494))/1*(-parseInt(e(461))/2)+parseInt(e(506))/3+parseInt(e(465))/4*(-parseInt(e(517))/5)+parseInt(e(469))/6+-parseInt(e(468))/7+parseInt(e(508))/8*(-parseInt(e(462))/9)+-parseInt(e(511))/10*(-parseInt(e(504))/11))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(472)];this[o(457)]=n,this[o(453)]=this[o(481)](),this[o(454)]=this[o(521)](),this[o(482)]=this[o(516)]([this[o(454)],this[o(453)]]),this[o(456)]=new e.FocusTracker,this[o(463)]=new e.KeystrokeHandler,this[o(470)]=new go.FocusCycler({focusables:this[o(482)],focusTracker:this[o(456)],keystrokeHandler:this[o(463)],actions:{focusPrevious:o(518),focusNext:o(475)}}),this[o(487)](o(471)).to(this[o(457)],o(478),(t=>!!t)),this[o(487)](o(455)).to(this[o(457)],o(478),(t=>t&&t[o(479)]?this[o(499)](t[o(479)]):ko(this[o(515)],o(507)))),this[o(500)]({tag:o(458),attributes:{class:[o(474)]},children:[{tag:o(458),attributes:{class:[o(476)]},children:[{tag:o(458),attributes:{class:[o(519),s.if(o(471),o(486))]},children:[this[o(454)]]}]},{tag:o(458),attributes:{class:[o(467)]},children:[this[o(453)]]}]})}[rs(495)](){const t=rs;super[t(495)](),this[t(485)](),this[t(497)]()}[rs(464)](){const t=rs;this[t(470)][t(459)]()}[rs(481)](){const t=rs,e=new go.ButtonView(this[t(515)]);return e[t(490)]=ko(this[t(515)],t(522)),e[t(484)]=ko(this[t(515)],t(522)),e[t(510)]='<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(487)](t(473)).to(this[t(457)],t(514),(t=>!t)),e[t(487)](t(452)).to(this[t(457)],t(460),this[t(457)],t(488),((t,e)=>t&&e)),e.on(t(509),(()=>{const e=t;this[e(505)](e(496),this[e(457)].id)})),e}[rs(499)](t){const e=rs;if(t[e(491)]<150)return t;const n=t[e(477)](" ",147);return t[e(513)](0,n>-1?n:147)+e(512)}[rs(485)](){const t=rs,e=this[t(483)][t(498)](t(466)),n=e[t(498)](t(450));this[t(501)](e,t(492),(()=>{const o=t;n[o(503)]<n[o(480)]&&e[o(520)][o(502)](o(489))})),this[t(501)](e,t(451),(()=>{const n=t;e[n(520)][n(493)](n(489))}))}[rs(497)](){const t=rs;this[t(463)][t(501)](this[t(483)]);for(const e of this[t(482)])this[t(456)][t(502)](e[t(483)]),this[t(463)][t(501)](e[t(483)])}[rs(521)](){const t=rs,e=new ss(this[t(515)]);return e[t(487)](t(455)).to(this),e}}function hs(){const t=["316492NQOuCK","45PnPXqr","removeComment","updateComment","addComment","isDirty","value","commentThreadHeaderView","assign","disabledSubmit","_localUser","submitCommentThread","change:isActive","focusables","author","keystrokes","ariaDescriptionView","hasDirtyComment","canComment","7654724gTssdY","Reply...","Reply","placeholder","isActive","CommentView","COMMENT_THREAD_DESCRIPTION","editorConfig","submitLabel","6HhKsnW","Reply to reopen discussion...","bind","reopenCommentThread","editorReady","focus","createCollection","cancel","comments","tab","Comment","COMMENT_THREAD_LABEL","submit","commentsListView","focusTracker","resolveCommentThread","349212zuQEMp","_config","first","isSubmitted","stop","12077250vDxbFi","editorDestroyed","delegate","isReadOnly","target","element","locale","set","fire","unlinkedAt","length","commentInputView","shift+tab","removeCommentThread","name","40QiRTPk","isUnlinked","focusCycler","2539061CzYBIr","showInput","Write a comment...","commentThreadInputView","ariaLabel","archivedAt","isResolved","isResolvable","_model","listenTo","destroy","_createCommentThreadInputView","1hylAZs","1035352pfLTMg","623358eiGhgl","render"];return(hs=function(){return t})()}const us=ds;function ds(t,e){const n=hs();return(ds=function(t,e){return n[t-=475]})(t,e)}!function(t){const e=ds,n=t();for(;;)try{if(606281===parseInt(e(496))/1*(-parseInt(e(497))/2)+-parseInt(e(544))/3+-parseInt(e(500))/4*(-parseInt(e(501))/5)+parseInt(e(528))/6*(parseInt(e(484))/7)+-parseInt(e(481))/8*(parseInt(e(498))/9)+parseInt(e(549))/10+-parseInt(e(519))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hs);class ls extends go.View{constructor(t,n,o,r){const i=ds;super(t),this[i(556)](i(523),!1),this[i(556)](i(505),!1),this[i(492)]=n,this[i(510)]=o,this[i(545)]=r,this[i(507)]=new cs(t,n),this[i(507)][i(551)](i(531)).to(this),this[i(516)]=new s.AriaDescriptionView(t,ko(t,i(525))),this[i(493)](this,i(531),(()=>{this[i(533)]()})),this[i(541)]=new $o(t,n,Object[i(508)]({CommentView:this[i(545)][i(524)]},r)),this[i(541)][i(551)](i(502)).to(this),this[i(541)][i(551)](i(503)).to(this),this[i(541)][i(551)](i(543)).to(this),this[i(541)][i(551)](i(532)).to(this),this[i(541)][i(551)](i(550)).to(this),this[i(541)][i(530)](i(523)).to(this),this[i(493)](this,i(543),(()=>{this[i(533)]()})),this[i(556)](i(476),this[i(541)][i(476)]),this[i(530)](i(476)).to(this[i(541)],i(476)),this[i(487)]=this[i(495)](),this[i(487)][i(551)](i(532)).to(this),this[i(487)][i(551)](i(550)).to(this),this.on(i(502),(()=>this[i(533)]())),this[i(530)](i(505)).to(this[i(541)],i(517),this[i(487)][i(477)],i(506),((t,e)=>t||!!e)),this[i(530)](i(482)).to(n,i(475),(t=>!!t)),this[i(530)](i(488)).to(this,i(476),(t=>{const e=i,n=this[e(492)][e(536)][e(546)]?this[e(492)][e(536)][e(546)][e(514)][e(480)]:this[e(510)][e(480)];return ko(this[e(555)],e(539),[t,n])})),this[i(513)]=this[i(534)]([this[i(541)],this[i(487)]]),this[i(542)]=new e.FocusTracker,this[i(515)]=new e.KeystrokeHandler,this[i(483)]=new go.FocusCycler({focusables:this[i(513)],focusTracker:this[i(542)],keystrokeHandler:this[i(515)],keystrokeHandlerOptions:{filter:t=>t[i(553)]!==this[i(554)]},actions:{focusPrevious:i(478),focusNext:i(537)}})}[us(533)](){const t=us;this[t(554)][t(533)]()}[us(499)](){const t=us;super[t(499)](),(0,s.setupThreadKeyboardNavigation)(this,this[t(513)])}async[us(494)](){const t=us;this[t(505)]=!1,this[t(541)][t(494)](),await this[t(487)][t(494)](),super[t(494)]()}[us(495)](){const t=us,e=new Yo(this[t(555)],this[t(510)],this[t(545)][t(526)]),n=e[t(477)];return e[t(530)](t(485)).to(this,t(523),this[t(492)],t(552),this[t(492)],t(518),this[t(492)],t(489),n,t(506),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(530)](t(522)).to(this,t(476),this[t(492)],t(491),this[t(492)],t(490),((e,n,o)=>{const s=t;let r;return r=s(o&&n?529:e?520:486),ko(this[s(555)],r)})),n[t(530)](t(527)).to(this,t(476),(e=>ko(this[t(555)],t(e?521:538)))),n.on(t(540),((e,n)=>{const o=t;this[o(557)](o(504),n),this[o(492)][o(490)]&&this[o(492)][o(491)]&&this[o(557)](o(531),this[o(492)].id),this[o(492)][o(547)]||this[o(557)](o(511))})),n.on(t(535),(()=>{this[t(533)]()})),n[t(530)](t(509)).to(this[t(492)],t(552)),n.on(t(535),(e=>{const n=t;0==this[n(476)]&&(this[n(557)](n(479)),e[n(548)]())})),this.on(t(512),((e,o,s)=>{const r=t;s||this[r(476)]||n[r(506)]||this[r(557)](r(479))})),e}}const ps=ms;function ms(t,e){const n=fs();return(ms=function(t,e){return n[t-=232]})(t,e)}function fs(){const t=["ck-thread","ck-comment--resolve","isActive","resolveCommentThread","commentThreadHeaderView",".ck-thread__container","isUnlinked","bind","add","_cancelAllConfirms","extendTemplate","12071652UPNFOq","commentViews","isReadOnly","actionBar","1156836NPRplt","2jGIrSe","_boundFirstCommentView","ck-reset_all-excluded","resolveButton","then","div","change:archivedAt","focusables","ck-thread--remove-confirmation","stop","get","getTemplate","actionIndicator","createCollection","isSystemComment","removeConfirm","execute","icon","change:isActive","40uKvfXR","_bindFirstCommentView","removeCommentThread","listitem","length","commentThreadChildren","Resolve","_updateArchivedThreadHeader","Delete comment thread?","remove","ck-thread__container","2631600PDkTwl","11JLsJGn","tooltip","containerElement","ck-rounded-corners","has","placeholder","change:isReadOnly","label","ck-thread--","ck-thread--active","294764RPkbYy","removeButton","Write a comment...","set","fire","high","ariaDescriptionView","isConfirm","setTemplate","295sXlQCO","_model","commentsListView","_createResolveButton","45612zEQSdJ","showConfirm","bindTemplate","focus","ariaLabel","isEnabled","isResolved","302723JMWeMQ","isResolvable","isVisible","10WXRjYn","ck-thread--unlinked","querySelector","commentThreadInputView","locale","check","19896GwJBdi","render","element","archivedAt","cancelConfirm","unbind","listenTo"];return(fs=function(){return t})()}!function(t){const e=ms,n=t();for(;;)try{if(211519===parseInt(e(292))/1+-parseInt(e(324))/2*(-parseInt(e(323))/3)+parseInt(e(272))/4+-parseInt(e(281))/5*(-parseInt(e(301))/6)+-parseInt(e(285))/7*(parseInt(e(250))/8)+-parseInt(e(261))/9*(-parseInt(e(295))/10)+parseInt(e(262))/11*(-parseInt(e(319))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fs);class gs extends((0,s.ConfirmMixin)(ls)){constructor(t,e,n,o){const s=ms;super(t,e,n,o),this[s(255)]=this[s(244)]([this[s(283)],this[s(298)],this[s(278)]]),this[s(275)](s(243),null),this[s(264)]=null,this[s(232)]=null,this[s(299)]=t,this[s(234)]=this[s(284)](),this[s(280)](this[s(242)]()),this.on(s(249),((t,e,n)=>{n||this[s(317)]()})),this[s(307)](this[s(282)],s(268),((t,e,n)=>{n&&this[s(317)]()})),this[s(254)]>0&&this[s(251)](),this[s(307)](this[s(283)][s(320)],s(316),(()=>{this[s(251)]()}))}[ps(242)](){const t=ps,e=this[t(287)];return{tag:t(236),attributes:{class:["ck",t(308),t(233),t(265),e.if(t(310),t(271)),e.if(t(314),t(296)),e.if(t(279),t(239)),e.to(t(243),(e=>e?t(270)+e:""))],"data-thread-id":this[t(282)].id,tabindex:0,role:t(253),"aria-label":e.to(t(289)),"aria-describedby":this[t(278)].id},children:[{tag:t(236),attributes:{class:t(260)},children:this[t(255)]}]}}[ps(302)](){const t=ps;super[t(302)](),this[t(264)]=this[t(303)][t(297)](t(313)),this[t(282)].on(t(237),(()=>{this[t(257)]()})),this[t(257)]()}[ps(317)](){const t=ps;this[t(305)]();for(const e of this[t(283)][t(320)])e[t(305)]()}[ps(251)](){const t=ps,{locale:e}=this,n=this[t(283)][t(320)][t(241)](0);n===this[t(232)]||n[t(245)]||(this[t(232)]=n,this[t(306)](t(243)),this[t(315)](t(243)).to(n,t(243),(e=>t(259)===e?t(259):null)),n[t(267)]=ko(e,t(274)),n[t(273)].on(t(247),(n=>{const o=t;n[o(240)](),this[o(286)](ko(e,o(258)),this[o(264)])[o(235)]((()=>{const t=o;this[t(276)](t(252))}))}),{priority:t(277)}),this.on(t(246),(()=>{n[t(288)]()})),n[t(322)][t(316)](this[t(234)],0),n[t(238)][t(316)](this[t(234)],0))}[ps(284)](){const e=ps,n=new s.LateFocusButtonView(this[e(299)]);return n[e(269)]=ko(this[e(299)],e(256)),n[e(263)]=ko(this[e(299)],e(256)),n[e(248)]=t.icons[e(300)],n[e(318)]({attributes:{class:e(309)}}),n[e(315)](e(290)).to(this[e(282)],e(321),(t=>!t)),n[e(315)](e(294)).to(this[e(282)],e(293),this[e(282)],e(291),((t,e)=>t&&!e)),n.on(e(247),(()=>{const t=e;this[t(276)](t(311),this[t(282)].id)})),n}[ps(257)](){const t=ps;this[t(282)][t(304)]?this[t(255)][t(266)](this[t(312)])||(this[t(255)][t(316)](this[t(312)],0),this[t(238)][t(316)](this[t(312)],0)):this[t(255)][t(266)](this[t(312)])&&(this[t(255)][t(259)](this[t(312)]),this[t(238)][t(259)](this[t(312)]))}}function ks(){var t=["5508522EARlaz","819128NBZVKT","952974RqMvnU","96vRGric","render","ck-comment__content","element","content","set","ck-annotation__content","3947225YDqUbP","320sflUrE","59500qEfeHE","160363AsJwwP","ck-content","402sCyXYD","setTemplate","div","change:content","innerHTML"];return(ks=function(){return t})()}var vs=bs;function bs(t,e){var n=ks();return(bs=function(t,e){return n[t-=143]})(t,e)}!function(t){for(var e=bs,n=t();;)try{if(416048===parseInt(e(151))/1+-parseInt(e(160))/2+parseInt(e(161))/3*(parseInt(e(149))/4)+parseInt(e(148))/5+-parseInt(e(153))/6*(parseInt(e(150))/7)+-parseInt(e(159))/8+parseInt(e(158))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ks);class Is extends go.View{constructor(t){var e=bs;super(t),this[e(146)](e(145),""),this[e(154)]({tag:e(155),attributes:{class:[e(152),e(143),e(147)]}})}[vs(162)](){var t=vs;super[t(162)](),this.on(t(156),((e,n,o)=>{var s=t;this[s(144)][s(157)]=o})),this[t(144)][t(157)]=this[t(145)]}}function _s(t,e){const n=ys();return(_s=function(t,e){return n[t-=250]})(t,e)}const ws=_s;function ys(){const t=["added","Save","importWord","target","locale","isReadOnly","createEditor","isExternal","isCollapsed","authoredAt","switchToEditMode","2302846fVSLzC","submitLabel","EXTERNAL_COMMENT","once","_createCommentInputView","stopListening","_config","content","disabledSubmit","change","ariaLabel","set","value","EXTERNAL_IMPORT_WORD_COMMENT","focusFirst","switchToDisplayMode","createCollection","esc","ariaDescriptionView","editorReady","focusCycler","8swjLit","@external","source","formatDateTime","6033ZYvZHp","collapse","text/html","add","shift+tab","tab","_createCommentContentView","removed","cancel","getUserViewNotificationText","author","updateComment","body","submit","44279851VKBrpy","enter","creator","_setupKeyboardNavigation","7051345pJZOPv","name","get","focusables","5svPxtv","editorConfig","expand","focus","COMMENT_ARIA_LABEL","COMMENT_THREAD_DESCRIPTION","EXTERNAL_AVATAR","destroy","keystrokes","fire","10ZgJeoc","10164843NimpTF","render","listenTo","_model","parseFromString","textContent","2888484LPldBZ","464588SDvSkA","2680YcLgZP","editorDestroyed","isEditMode","maxCommentCharsWhenCollapsed","EXTERNAL_IMPORT_WORD_AVATAR","initialData","remove","focusTracker","delegate","bind","attributes","visibleView","isSystemComment","getExternalCommentNote","element"];return(ys=function(){return t})()}!function(t){const e=_s,n=t();for(;;)try{if(702738===-parseInt(e(282))/1+-parseInt(e(309))/2+-parseInt(e(334))/3*(parseInt(e(283))/4)+-parseInt(e(264))/5*(parseInt(e(281))/6)+parseInt(e(260))/7*(-parseInt(e(330))/8)+parseInt(e(275))/9+parseInt(e(274))/10*(parseInt(e(256))/11))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(278)]=n,this[r(315)]=o,this[r(295)]=!!this[r(315)][r(295)],this[r(320)](r(285),!1),this[r(320)](r(306),!0),this[r(292)](r(319)).to(n,r(316),n,r(307),((e,s)=>ko(t,r(268),[n[r(252)][r(261)],o[r(333)](s),(new DOMParser)[r(279)](e,r(336))[r(254)][r(280)],n[r(305)]?this[r(296)]():""]))),this[r(327)]=new s.AriaDescriptionView(t,ko(t,r(269))),this[r(294)]=this[r(325)](),this[r(294)][r(337)](this[r(340)]()),this[r(263)]=new go.ViewCollection,this[r(290)]=new e.FocusTracker,this[r(272)]=new e.KeystrokeHandler,this[r(329)]=new go.FocusCycler({focusables:this[r(263)],focusTracker:this[r(290)],keystrokeHandler:this[r(272)],keystrokeHandlerOptions:{filter:t=>t[r(301)]!==this[r(297)]},actions:{focusPrevious:r(338),focusNext:r(339)}})}[ws(266)](){this[ws(306)]=!1}[ws(335)](){const t=ws;this[t(285)]||(this[t(306)]=!0)}[ws(267)](){const t=ws;this[t(297)][t(267)]()}[ws(276)](){const t=ws;super[t(276)](),this[t(259)]()}async[ws(271)](){const t=ws;await this[t(294)][t(262)](0)[t(271)](),super[t(271)]()}[ws(308)](){const t=ws;this[t(285)]||(this[t(285)]=!0,this[t(294)][t(289)](0)[t(271)](),this[t(294)][t(337)](this[t(313)]()))}[ws(324)](){const t=ws;this[t(285)]&&(this[t(285)]=!1,this[t(294)][t(289)](0)[t(271)](),this[t(294)][t(337)](this[t(340)]()))}[ws(296)](){const t=ws;return t(300)===this[t(278)][t(293)][t(331)][t(332)]?ko(this[t(302)],t(322)):ko(this[t(302)],t(311))}[ws(251)](){const t=ws;return this[t(278)][t(305)]?t(300)===this[t(278)][t(293)][t(331)][t(332)]?ko(this[t(302)],t(287),this[t(278)][t(258)][t(261)]):ko(this[t(302)],t(270),this[t(278)][t(258)][t(261)]):null}[ws(340)](){const t=ws,e=new Is(this[t(302)]);return e[t(292)](t(316)).to(this[t(278)],t(316),this,t(306),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(315)][t(286)]}):e)),e}[ws(313)](){const t=ws;this[t(315)][t(265)]||(this[t(315)][t(265)]={}),this[t(315)][t(265)][t(288)]=this[t(278)][t(316)];const e=new Fo(this[t(302)],this[t(315)][t(265)]);return e[t(321)]=this[t(278)][t(316)],e[t(292)](t(317)).to(this[t(278)],t(303)),e[t(310)]=ko(this[t(302)],t(299)),e.on(t(255),((e,n)=>{const o=t;this[o(273)](o(253),this[o(278)].id,n),this[o(324)](),this[o(267)]()})),e.on(t(250),(()=>{const e=t;this[e(324)](),this[e(267)]()})),e[t(312)](t(328),(()=>{e[t(267)]()})),e[t(304)](),e[t(291)](t(328)).to(this),e[t(291)](t(284)).to(this),e}[ws(259)](){const t=ws,e=this[t(297)];this[t(272)][t(277)](e);for(const e of this[t(263)])this[t(290)][t(337)](e[t(297)]),this[t(272)][t(277)](e[t(297)]);this[t(263)].on(t(318),((e,n)=>{const o=t;for(const t of n[o(341)])this[o(290)][o(289)](t[o(297)]),this[o(272)][o(314)](t[o(297)]);for(const t of n[o(298)])this[o(290)][o(337)](t[o(297)]),this[o(272)][o(277)](t[o(297)])})),this[t(272)][t(320)](t(257),((n,o)=>{const s=t;e===n[s(301)]&&(this[s(329)][s(323)](),o())})),this[t(272)][t(320)](t(326),((n,o)=>{const s=t;e!==n[s(301)]&&(this[s(267)](),o())}))}}function Ts(t,e){const n=Es();return(Ts=function(t,e){return n[t-=476]})(t,e)}const Cs=Ts;function Es(){const t=["getTemplate","_createEditButton","ck-comment--","unbind","isSystemComment","element","listenTo","ck-annotation__info-time","63xpJZXn","remove","ck-comment__actions--hidden","listitem","find","createCollection","group","time","then","ck-comment__main","_createCommentInputView","icon","span","removeButton","author","div","toMany","ck-comment--remove-confirmation","userView","formatDateTime","name","Show more items","Delete comment?","28227661tpEuWZ","from","blur","2SfHwiI","panelPosition","switchToEditMode","353590GFxXBC","ck-comment__external","isVisible","ck-comment__actions","length","ariaLabel","editButton","isEnabled","ck-annotation__info-name","set","ck-annotation__actions","7026885ZQBQpp","placeholder","some","ck-comment__info-time","isExternal","bindTemplate","707868SVdfHk","threeVerticalDots","ck-annotation__main","Edit","12IaFplw","execute","withText","_createDropdown","addMany","edit","ck-annotation__user","ck-comment--edit","ck-hidden","getUserViewNotificationText","6296766nBgTBR","ariaDescriptionView","visibleView","add","ck-comment__wrapper","ck-comment__user","12vpYNHF","isConfirm","ck-comment--info","ck-annotation__actions--hidden","extendTemplate","_config","bind","1099167TcYdkK","actionIndicator","children","fire","getExternalCommentNote","actionBar","authoredAt","ck-comment__info","push","_attachActions","buttonView","ck-comment","isRemovable","panelView","ck-annotation__info","isReadOnly","change:isRemovable","setTemplate","mouseenter","_createRemoveButton","label","Remove","_model","removeComment","render","resolvedAt","210959IFKxCY","ck-comment__info-name","items","ck-comment--remove","focus","Reply...","ck-annotation__content-wrapper","ck-annotation","dropdown","pencil","mouseleave","locale","cancelConfirm","showConfirm","isEditable","200PANGmg","isEditMode","focusables"];return(Es=function(){return t})()}!function(t){const e=Ts,n=t();for(;;)try{if(720952===-parseInt(e(590))/1*(-parseInt(e(485))/2)+-parseInt(e(512))/3*(parseInt(e(505))/4)+-parseInt(e(479))/5+-parseInt(e(499))/6+-parseInt(e(538))/7*(-parseInt(e(553))/8)+-parseInt(e(564))/9*(-parseInt(e(593))/10)+parseInt(e(587))/11*(parseInt(e(489))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Es);class xs extends((0,s.ConfirmMixin)(As)){constructor(t,e,n){const o=Ts;super(t,e,n),this[o(477)](o(513),null),this[o(477)](o(480),ko(t,o(543))),this[o(511)](o(518)).to(e),this[o(511)](o(537)).to(e),this[o(517)]=this[o(569)](),this[o(560)]||(this[o(599)]=this[o(557)](),this[o(577)]=this[o(531)](),this[o(540)]=this[o(569)](),this[o(540)][o(493)]([this[o(599)],this[o(577)]]),this[o(546)]=this[o(492)](),this[o(517)][o(502)](this[o(546)]),this[o(555)][o(502)](this[o(546)])),this[o(582)]=new s.UserView(t,e[o(578)],this[o(498)]()),this[o(582)][o(509)]({attributes:{class:[o(504),o(495)],"aria-hidden":!0}}),this[o(562)](e,o(528),(()=>this[o(550)]())),this[o(529)](this[o(556)]())}[Cs(556)](){const t=Cs,e=this[t(484)],n=[{tag:t(579),attributes:{class:[t(519),t(526)]},children:[{tag:t(576),children:[{text:this[t(582)][t(584)]}],attributes:{class:[t(539),t(476)]}},{tag:t(571),attributes:{datetime:e.to(t(518)),class:[t(482),t(563)]},children:[{text:e.to(t(518),(e=>this[t(510)][t(583)](e)))}]}]},{tag:t(579),attributes:{class:[t(596),t(478),e.if(t(554),t(566)),e.if(t(554),t(508))]},children:this[t(517)]},{tag:t(579),attributes:{class:[t(544)]},children:this[t(501)]},this[t(500)]];return this[t(534)][t(483)]&&n[t(520)]({tag:t(579),attributes:{class:[t(594)]},children:[{text:this[t(516)]()}]}),{tag:"li",attributes:{class:[t(503),e.if(t(506),t(581))],tabindex:-1,"aria-label":e.to(t(598)),"aria-describedby":this[t(500)].id,role:t(567)},children:[{tag:t(579),attributes:{class:[t(523),t(545),e.if(t(554),t(496)),e.if(t(560),t(507)),e.to(t(513),(e=>e?t(558)+e:""))],"data-author-id":this[t(534)][t(578)].id,"data-comment-id":this[t(534)].id,role:t(570)},children:[this[t(582)],{tag:t(579),attributes:{class:[t(573),t(487)]},children:n}]}]}}[Cs(557)](){const e=Cs,n=new go.ButtonView(this[e(549)]);return n[e(532)]=ko(this[e(549)],e(488)),n[e(575)]=t.icons[e(547)],n[e(491)]=!0,n[e(509)]({attributes:{class:e(496)}}),n[e(511)](e(600)).to(this[e(534)],e(527),(t=>!t)),n[e(511)](e(595)).to(this[e(534)],e(552)),n.on(e(490),(()=>this[e(592)]())),n}[Cs(531)](){const t=Cs,e=new go.ButtonView(this[t(549)]);return e[t(532)]=ko(this[t(549)],t(533)),e[t(575)]='\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(491)]=!0,e[t(509)]({attributes:{class:t(541)}}),e[t(511)](t(600)).to(this[t(534)],t(527),(t=>!t)),e[t(511)](t(595)).to(this[t(534)],t(524)),e.on(t(490),(()=>{const e=t;this[e(551)](ko(this[e(549)],e(586)),this[e(561)])[e(572)]((()=>{const t=e;this[t(515)](t(535),this[t(534)].id)}))})),e}[Cs(492)](){const e=Cs,n=(0,go.createDropdown)(this[e(549)],s.LateFocusDropdownButtonView),o=n[e(525)][e(514)],r=new go.ListView(this[e(549)]),i=n[e(484)];(0,go.focusChildOnDropdownOpen)(n,(()=>this[e(540)][e(568)]((t=>t[e(595)])))),n[e(509)]({attributes:{class:[i.if(e(595),e(497),(t=>!t))]}});const a=(t,o=-1)=>{const s=e,i=new go.ListItemView(this[s(549)]);i[s(514)][s(502)](t);const a=o>-1?o:r[s(540)][s(597)];r[s(540)][s(502)](i,a);const c=Array[s(588)](this[s(540)]);n[s(559)](s(600),s(595)),n[s(511)](s(600))[s(580)](c,s(600),((...t)=>t[s(481)]((t=>t)))),n[s(511)](s(595))[s(580)](c,s(595),((...t)=>t[s(481)]((t=>t))))};n[e(591)]="sw",n[e(522)][e(477)]({label:ko(this[e(549)],e(585)),icon:t.icons[e(486)]}),n[e(600)]=[...this[e(540)]][e(481)]((t=>t[e(600)])),n[e(522)][e(595)]=[...this[e(540)]][e(481)]((t=>t[e(595)]));for(const t of this[e(540)])a(t);return o[e(502)](r),n[e(562)](this[e(540)],e(502),((t,e,n)=>{a(e,n)})),n[e(562)](this[e(540)],e(565),((t,n,o)=>{const s=e;r[s(540)][s(565)](o)})),n}[Cs(521)](t,e){const n=Cs,o=t&&t[n(561)];o&&(this[n(562)](o,n(530),(()=>this[n(513)]=e)),this[n(562)](o,n(542),(()=>this[n(513)]=e)),this[n(562)](o,n(548),(()=>this[n(513)]=null)),this[n(562)](o,n(589),(()=>this[n(513)]=null)))}[Cs(574)](){const t=Cs,e=super[t(574)]();return e[t(511)](t(480)).to(this),e}[Cs(536)](){const t=Cs;super[t(536)](),this[t(521)](this[t(599)],t(494)),this[t(521)](this[t(577)],t(565))}}var Os=n(673),Ns=n.n(Os),Ss=n(554),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Ss.A,Ms);Ss.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 Ds=/\s/;const Bs=function(t){for(var e=t.length;e--&&Ds.test(t.charAt(e)););return e};var Ks=/^\s+/;const Fs=function(t){return t?t.slice(0,Bs(t)+1).replace(Ks,""):t};var Hs=/^[-+]0x[0-9a-f]+$/i,zs=/^0b[01]+$/i,Us=/^0o[0-7]+$/i,Ws=parseInt;const Ys=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Fs(t);var n=zs.test(t);return n||Us.test(t)?Ws(t.slice(2),n?2:8):Hs.test(t)?NaN:+t};var qs=Math.max,Gs=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 p(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function m(t){var n=t-c;return void 0===c||n>=e||n<0||d&&t-h>=r}function f(){var t=Ps();if(m(t))return g(t);a=setTimeout(f,function(t){var n=e-(t-c);return d?Gs(n,r-(t-h)):n}(t))}function g(t){return a=void 0,l&&o?p(t):(o=s=void 0,i)}function k(){var t=Ps(),n=m(t);if(o=arguments,s=this,c=t,n){if(void 0===a)return function(t){return h=t,a=setTimeout(f,e),u?p(t):i}(c);if(d)return clearTimeout(a),a=setTimeout(f,e),p(c)}return void 0===a&&(a=setTimeout(f,e)),i}return e=Ys(e)||0,M(n)&&(u=!!n.leading,r=(d="maxWait"in n)?qs(Ys(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),k.cancel=function(){void 0!==a&&clearTimeout(a),h=0,o=c=s=a=void 0},k.flush=function(){return void 0===a?i:g(Ps())},k};const Js=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(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 Zs(t,e){const n=Qs();return(Zs=function(t,e){return n[t-=285]})(t,e)}function Qs(){const t=["type","attributeName","disconnect","class","1032857xTnCgB","18cQKUUk","105272PJyTsy","attributes","22rVkfxp","2721861ruqcbT","16QtOIPV","824VlWJke","5KRTrgj","cancel","1391574fvFoyL","observe","childList","characterData","344FVutZo","1500150mIyZNc","2609940PsLqBe"];return(Qs=function(){return t})()}function $s(t){const e=Js(t,30),n=new MutationObserver((t=>{const n=Zs;for(const o of t)(n(303)==o[n(296)]&&n(299)==o[n(297)]||n(291)==o[n(296)]||n(292)==o[n(296)])&&e()}));return{attach(t){n[Zs(290)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Zs;n[t(298)](),e[t(288)]()}}}!function(t){const e=Zs,n=t();for(;;)try{if(375482===-parseInt(e(293))/1*(parseInt(e(286))/2)+parseInt(e(289))/3+-parseInt(e(302))/4*(parseInt(e(287))/5)+parseInt(e(301))/6*(-parseInt(e(300))/7)+-parseInt(e(285))/8*(-parseInt(e(305))/9)+parseInt(e(294))/10*(-parseInt(e(304))/11)+parseInt(e(295))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qs);var tr=n(438),er={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(tr.A,er);tr.A.locals;function nr(t,e){const n=sr();return(nr=function(t,e){return n[t-=351]})(t,e)}const or=nr;function sr(){const t=["keystrokes","3010035sFTfcD","detach","18ODEdqM","isActive","focus","_mutationObserver","ck-annotation-wrapper","height","4576716czzhIr","isDirty","createCollection","add","length","first","clientHeight","setTemplate","element","_updateHeight","3099720EOEPXy","div","arrowup","ck-annotation-wrapper--active","set","render","listenTo","8324168lPzQkf","arrowdown","attach","presentation","1671608oBIzjb","fire","bindTemplate","destroy","delegate","focusTracker","targetRect","mainView","ck-rounded-corners","70377sXzyfa","Esc","clear","138740dslloS","content","type"];return(sr=function(){return t})()}!function(t){const e=nr,n=t();for(;;)try{if(407847===-parseInt(e(353))/1+parseInt(e(359))/2*(parseInt(e(395))/3)+-parseInt(e(386))/4+-parseInt(e(375))/5+parseInt(e(365))/6+-parseInt(e(357))/7+parseInt(e(382))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sr);class rr extends go.View{constructor(t,n){const o=nr;super(t),this.id=(0,e.uid)(),this[o(391)]=new e.FocusTracker,this[o(356)]=new e.KeystrokeHandler,this[o(356)][o(379)](o(351),((t,e)=>this[o(387)](o(351),e))),this[o(379)](o(392),{top:0,right:0,bottom:0,left:0}),this[o(379)](o(364),0),this[o(379)](o(360),!1),this[o(379)](o(366),!1),this[o(379)](o(369),0),this[o(379)](o(355),""),this[o(362)]=$s((()=>this[o(374)]())),this[o(354)]=this[o(367)](),this[o(354)][o(390)](o(377),o(383)).to(this),this[o(354)][o(368)](n),this[o(393)]=n;const s=this[o(388)];this[o(372)]({tag:o(376),attributes:{class:["ck",o(363),o(394),s.if(o(360),o(378))],role:o(385)},children:this[o(354)]})}[or(380)](){const t=or;super[t(380)](),this[t(391)][t(368)](this[t(373)]),this[t(356)][t(381)](this[t(373)]),this[t(362)][t(384)](this[t(373)])}[or(389)](){const t=or;this[t(354)][t(352)](),this[t(356)][t(389)](),this[t(391)][t(389)](),this[t(362)][t(358)](),super[t(389)]()}[or(361)](){const t=or;this[t(354)][t(370)]&&this[t(354)][t(370)][t(361)]()}[or(374)](){const t=or,e=this[t(373)][t(371)];e&&(this[t(364)]=e)}}function ir(){const t=["focusTracker","346781DBxLqb","offsetParent","target","1863530ueRLAt","_target","innerView","_assertCorrectTarget","remove","2335623AOKzgj","length","every","10905510VqbBLy","nodeType","mainView","function","472152IEprLT","render","6uhcEhq","element","targetRect","isVisible","object","refreshVisibility","clear","_type","isArray","_getNormalizedTarget","updateTargetRect","focusableElements","getClientRects","add","isActive","stopListening","destroy","198GiBNnk","item","type","35yNjQqv","260765zWoNFM","filter","637032bTnHeu","annotation-invalid-target","54aWYNDJ","set","_id","view"];return(ir=function(){return t})()}const ar=cr;function cr(t,e){const n=ir();return(cr=function(t,e){return n[t-=466]})(t,e)}!function(t){const e=cr,n=t();for(;;)try{if(878186===parseInt(e(501))/1*(-parseInt(e(471))/2)+parseInt(e(509))/3+-parseInt(e(494))/4+parseInt(e(492))/5*(parseInt(e(488))/6)+-parseInt(e(491))/7*(parseInt(e(469))/8)+parseInt(e(496))/9*(-parseInt(e(504))/10)+parseInt(e(512))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir);class hr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=cr;super(),this[r(499)]=t,this[r(499)][r(472)]||this[r(499)][r(470)](),this[r(478)]=o,this[r(505)]=n,hr[r(507)](this[r(480)]()),this[r(482)]=new e.Collection([this[r(499)][r(472)]],{idProperty:r(498)}),this[r(482)].on(r(484),((t,e)=>{const n=r;this[n(499)][n(500)][n(484)](e)})),this[r(482)].on(r(508),((t,e)=>{const n=r;this[n(499)][n(500)][n(508)](e)})),this[r(497)](r(474),s)}get[ar(490)](){const t=ar;return t(468)==typeof this[t(478)]?this[t(478)]():this[t(478)]}get[ar(506)](){const t=ar;return this[t(499)][t(467)]}get[ar(503)](){const t=ar,e=this[t(480)]();return hr[t(507)](e),e}get[ar(473)](){const t=ar,n=this[t(503)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(493)]((e=>function(e){const n=t;if(e[n(502)])return!0;return!!e[n(483)]()[n(489)](0)}(e)));return 0===o[t(510)]?null:new e.Rect(o[0][t(483)]()[t(489)](0))}get[ar(485)](){const t=ar;return this[t(499)][t(485)]}set[ar(485)](t){const e=ar;this[e(499)][e(485)]=t,this[e(499)][e(467)][e(485)]=t}[ar(481)](){const t=ar;this[t(499)][t(473)]=this[t(473)]}[ar(487)](){const t=ar;this[t(482)][t(486)](),this[t(482)][t(477)](),this[t(486)]()}[ar(476)](){const t=ar;this[t(474)]=!!this[t(473)]}static[ar(507)](t){const n=ar;if(!(null===t||t instanceof e.Rect||Array[n(479)](t)&&t[n(511)]((t=>ur(t)))))throw new e.CKEditorError(n(495),null,{target:t})}[ar(480)](){const t=ar,e=t(468)==typeof this[t(505)]?this[t(505)]():this[t(505)];return ur(e)?[e]:e}}function ur(t){const e=ar;return null!==t&&e(475)==typeof t&&e(466)in t&&1===t[e(466)]}const dr=lr;function lr(t,e){const n=pr();return(lr=function(t,e){return n[t-=320]})(t,e)}function pr(){const t=["remove","148UAPlSF","_viewToAnnotation","687804qpTLJM","annotationcollection-not-existing-item","246GVQRNi","focus","from","16fGeGMz","set","_innerViewToAnnotation","2154845RsKdqi","_getOrderInContent","refreshPositioning","destroy","clear","listenTo","add","104820iZXsGJ","blur","change:isFocused","sort","length","innerView","view","left","delete","annotationcollection-duplicated-item","stopListening","getByInnerView","targetRect","get","has","339538OMYSfy","930310bsjcTo","updateTargetRect","top","1210131UxWnAf","fire","isFocused","3PSBoto","focusTracker","_focusTracker","getIndex","getByView","focusableElements","_sort","120799viHJww"];return(pr=function(){return t})()}!function(t){const e=lr,n=t();for(;;)try{if(769434===parseInt(e(320))/1+parseInt(e(350))/2*(parseInt(e(357))/3)+-parseInt(e(366))/4*(parseInt(e(335))/5)+-parseInt(e(322))/6*(-parseInt(e(364))/7)+-parseInt(e(325))/8*(-parseInt(e(354))/9)+-parseInt(e(351))/10+-parseInt(e(328))/11)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(327)]=new Map,this[n(367)]=new Map,this[n(359)]=new e.FocusTracker,this[n(359)].on(n(337),((t,e,o)=>{const s=n;o||this[s(355)](s(336))}));for(const e of t)this[n(334)](e)}get[dr(356)](){const t=dr;return this[t(359)][t(356)]}[dr(334)](t){const n=dr;if(this[n(349)](t))throw new e.CKEditorError(n(344),null);this[n(327)][n(326)](t[n(340)],t),this[n(367)][n(326)](t[n(341)],t);for(const e of t[n(362)])this[n(359)][n(334)](e);this[n(333)](t[n(362)],n(334),((t,e)=>{const o=n;this[o(359)][o(334)](e)})),this[n(333)](t[n(362)],n(365),((t,e)=>{const o=n;this[o(359)][o(365)](e)})),this[n(333)](t[n(341)][n(358)],n(337),((e,o,s)=>{const r=n;s&&this[r(355)](r(323),t)})),t[n(352)]();const o=this[n(329)](t[n(341)][n(347)]);return super[n(334)](t,o)}[dr(365)](t){const n=dr;if(!this[n(349)](t))throw new e.CKEditorError(n(321),null);this[n(345)](t[n(341)][n(358)]),this[n(345)](t[n(362)]);for(const e of t[n(362)])this[n(359)][n(365)](e);return this[n(367)][n(343)](t[n(341)]),this[n(327)][n(343)](t[n(340)]),super[n(365)](t)}[dr(346)](t){const e=dr;return this[e(327)][e(348)](t)}[dr(361)](t){const e=dr;return this[e(367)][e(348)](t)}[dr(331)](){const t=dr;super[t(332)](),this[t(345)](),this[t(327)][t(332)](),this[t(367)][t(332)](),this[t(359)][t(331)]()}[dr(330)](){const t=dr;for(const e of this)e[t(352)]();this[t(363)]()}[dr(363)](){const t=dr,e=Array[t(324)](this)[t(338)](((e,n)=>fr(e[t(341)][t(347)],n[t(341)][t(347)])));for(let n=e[t(339)]-1;n>0;n--){const o=e[n];n!==this[t(360)](o)&&(this[t(365)](o),this[t(334)](o))}}[dr(329)](t){const e=dr;let n=0;if(!t)return this[e(339)];for(const o of this){const s=o[e(341)][e(347)];if(s){if(fr(t,s)<0)return n;n++}}return n}}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(353)]-e[n(353)];return 0==o?t[n(342)]-e[n(342)]:o}function gr(){const t=["_visibleAnnotations","_deactivateAllAnnotations","destroy","87333MnVQqB","1325250zQQiEe","add","722892Ikqiit","stopListening","addKeystrokeInfoGroup","Ctrl+Shift+E","Esc","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","annotations","_bindAnnotationsToVisibleAnnotations","change:isVisible","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","refreshVisibility","remove","createAnnotationView","Arrowdown","Arrowup","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO","_addActiveAnnotation","element","activate","refreshPositioning","isVisible","Tab","2007955MIDTAp","3590880jhFvgK","_activateAnnotation","focusTracker","Enter","Annotations","getByInnerView","fire","activeAnnotations","collection","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS","Shift+Tab","91ZYLZVo","locale","listenTo","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","view","2KaquFu","delete","pluginName","Ctrl+Enter","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","_removeActiveAnnotation","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","set","143058gNvTDP","has","createAnnotation","3aaeCcm","accessibility","deactivateAll","6762940HKzJfx","source"];return(gr=function(){return t})()}const kr=vr;function vr(t,e){const n=gr();return(vr=function(t,e){return n[t-=288]})(t,e)}!function(t){const e=vr,n=t();for(;;)try{if(292798===-parseInt(e(298))/1*(parseInt(e(340))/2)+-parseInt(e(290))/3*(parseInt(e(301))/4)+-parseInt(e(323))/5+parseInt(e(348))/6*(-parseInt(e(335))/7)+parseInt(e(324))/8+parseInt(e(299))/9+parseInt(e(293))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gr);class br extends t.ContextPlugin{static get[kr(342)](){return kr(328)}constructor(e){const n=kr;if(super(e),this[n(332)]=new mr,this[n(295)]=new mr,this[n(347)](n(331),new Set),this[n(308)](),e instanceof t.Editor){const t=e[n(336)];e[n(291)][n(303)]({id:n(307),label:ko(t,n(346)),keystrokes:[{label:ko(t,n(316)),keystroke:n(304)},{label:ko(t,n(338)),keystroke:n(305)},{label:ko(t,n(310)),keystroke:n(327)},{label:ko(t,n(333)),keystroke:[[n(322)],[n(334)]]},{label:ko(t,n(344)),keystroke:[n(343)]},{label:ko(t,n(306)),keystroke:[[n(315)],[n(314)]]}]})}}[kr(300)](t){const e=kr;this[e(332)][e(300)](t)}[kr(312)](t){const e=kr;this[e(332)][e(312)](t),t[e(297)]()}[kr(311)](){const t=kr;for(const e of this[t(332)])e[t(311)]()}[kr(320)](){const t=kr;this[t(295)][t(320)]()}[kr(329)](t){const e=kr;return this[e(332)][e(329)](t)}[kr(292)](){const t=kr;this[t(330)](t(296))}[kr(297)](){const t=kr;for(const e of this[t(332)])e[t(297)]();this[t(295)][t(297)](),this[t(332)][t(297)](),super[t(297)]()}[kr(319)](t){const e=kr;this[e(330)](e(325),t)}[kr(289)](t){return new hr(t)}[kr(313)](t,e){return new rr(t,e)}[kr(317)](t){const e=kr,n=new Set(this[e(331)]);n[e(300)](t),this[e(331)]=n}[kr(345)](t){const e=kr,n=new Set(this[e(331)]);n[e(341)](t),this[e(331)]=n}[kr(308)](){const t=kr,e=this[t(332)],n=this[t(295)];function o(e){const o=t,s=e[o(294)];s[o(321)]&&!n[o(288)](s)?n[o(300)](s):!s[o(321)]&&n[o(288)](s)&&n[o(312)](s),s[o(339)][o(326)][o(312)](s[o(339)][o(318)]),s[o(339)][o(326)][o(300)](s[o(339)][o(318)])}this[t(337)](e,t(300),((e,s)=>{const r=t;s[r(321)]&&n[r(300)](s),this[r(337)](s,r(309),o)})),this[t(337)](e,t(312),((e,s)=>{const r=t;n[r(288)](s)&&n[r(312)](s),this[r(302)](s,r(309),o)}))}}const Ir=_r;function _r(t,e){const n=wr();return(_r=function(t,e){return n[t-=412]})(t,e)}function wr(){const t=["toJSON","submit","weight","commentsrepository-reopen-comment-thread-internal-error","focus","_attachCommentThread","PendingActions","_remove","write","addComment","map","getRevision","commentsrepository-resolved-comment-thread","change:activeAnnotations","getIndex","42691TtacIq","set","locale","addUser","CommentsRepository","body","add","commentsrepository-get-comment-invalid-id","commentsrepository-update-missing-comment","authorName","commentsrepository-add-comment-thread-internal-error","PENDING_ACTION_COMMENT_THREAD","_addComment","commentsrepository-missing-comment-thread","commentsrepository-fetch-comment-thread","getByInnerView","777026Jwvefu","attachTo","_updateComment","view","escapeThread","submitCommentThread","archivedAt","isResolvable","trim","reduce","admin","getCommentThreads","_bindAnnotationToEditors","resolvedAt","getComment","comments.editorConfig","commentsrepository-active-missing-comment-thread","commentsrepository-update-comment-invalid-content","refreshVisibility","commentsrepository-remove-comment-internal-error","filter","commentsrepository-reopen-comment-thread","external:","licenseKey","isEditable","_adapter","activate","fire","commentThreadInputView","delete","27IORyQa","removeCommentThread","commentsrepository-update-comment-missing-comment-thread","isNaN","updateComment","isReadOnly","comments.maxCommentsWhenCollapsed","join","getEarlierVisibleRevision","get","editor","error","_removeActiveAnnotation","div","121821VSaPlt","setContext","setAttribute","reopen","_unbindEditors","listenTo","init","innerView","commentsrepository-add-comment-internal-error","commentsListView","addCommentThread","has","isAttached","isActive","destroy","commentId","_removeComment","lowest","isFromAdapter","_updateActiveAnnotation","commentsrepository-invalid-comment-thread-id","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","setActiveCommentThread","_readOnlyChannels","_hasTargetInContent","commentsrepository-adapter-already-set","channelId","_findOptimalIndex","forbiddenHandler","_removeCommentThread","commentsrepository-invalid-commentid","once","createElement","setUnlinkedAt","requires","isRemovable","commentsrepository-resolve-comment-thread-internal-error","isExternal","change:isDirty","openNewCommentThread","author","plugins","_permissions","commentsrepository-attach-missing-comment-thread","creator","type","createCommentThreadController","setPermissions","commentsrepository-update-comment-thread-internal-error","_add","escape","updateCommentThread","deactivateAll","_update","focusTracker","_createNewComment","isDirty","noChannel","commentsrepository-remove-missing-comment-thread","remove","editorReady","activeCommentThread","find","getTime","_viewToController","hasCommentThread","afterInit","_isAttached","commentInputView","_isSubmitted","comments","threadId","commentsrepository-remove-comment-thread-internal-error","fetchCommentThread","_submitCommentThread","getPermissions","_detachCommentThread","removeAttribute","isResolved","2872370Rxmypt","resolveCommentThread","comments.maxCommentCharsWhenCollapsed","pluginName","commentsrepository-missing-target","textContent","attributes","commentsrepository-add-comment-to-missing-comment-thread","8afUwIq","assign","max","warn","comments.copyMarkers","highest","commentsrepository-remove-comment-missing-comment-thread","getCommentThread","config","function","length","commentsrepository-invalid-comment-content","comments.maxThreadTotalWeight","comments.CommentView","_addCommentThread","removeComment","model","24YkrLVR","innerHTML","commentsrepository-add-comment-user-not-exists","_threads","from","context","CommentThreadView","push","commentsrepository-invalid-comment-authorid","change:_readOnlyChannels","_reopenCommentThread","reopenCommentThread","commentUpdated","authoredAt","adapter","editorDestroyed","then","unlinkedAt","@external","commentsrepository-missing-thread-and-adapter-method","fromCharCode","commentsrepository-duplicated-comment-thread-id","getUser","change:_permissions","_createCommentThreadView","500259xKVVCB","catch","createdAt","2594985sOVclO","_repository","content","stopListening","change:authoredAt","_getExternalAuthor","_threadToController","resolve","focusableElements","commentsrepository-update-comment-internal-error","CommentView","comments.CommentThreadView","_updateCommentThread","values","1525936CfyZqE","define","commentsrepository-remove-missing-comment","_resolveCommentThread","resolvedBy","canComment","string","commentsrepository-active-not-attached","update","bind","bodyCollectionContainer","switchReadOnly","comment","modifyAll","isSubmitted"];return(wr=function(){return t})()}!function(t){const e=_r,n=t();for(;;)try{if(319282===parseInt(e(632))/1+parseInt(e(412))/2+-parseInt(e(585))/3*(parseInt(e(543))/4)+-parseInt(e(588))/5+parseInt(e(560))/6*(parseInt(e(456))/7)+-parseInt(e(602))/8+-parseInt(e(442))/9*(-parseInt(e(535))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wr);const yr=Symbol(Ir(513)),Ar={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Tr extends t.ContextPlugin{static get[Ir(490)](){return[br,t.PendingActions,s.Users]}static get[Ir(538)](){return Ir(636)}constructor(t){const e=Ir;super(t),this[e(563)]=new Map,this[e(594)]=new Map,this[e(520)]=new Map,this[e(633)](e(479),new Set),this[e(633)](e(498),new Map),this[e(435)]=this[e(565)][e(551)][e(451)](e(435));const n=this[e(565)][e(551)];n[e(603)](e(448),2),n[e(603)](e(555),500),n[e(603)](e(537),140),n[e(603)](e(599),gs),n[e(603)](e(556),xs),n[e(451)](e(427))||console[e(546)](e(477))}[Ir(462)](){const t=Ir,e=this[t(565)][t(497)][t(451)](br);this[t(633)](t(517),null),this.on(t(466),((e,n)=>this[t(557)](n))),this.on(t(417),((e,n)=>this[t(530)](n))),this.on(t(536),((e,n)=>this[t(605)](n))),this.on(t(536),((e,n)=>this[t(475)](n)),{priority:t(473)}),this.on(t(571),((e,n)=>this[t(570)](n))),this.on(t(571),((e,n)=>this[t(475)](n)),{priority:t(473)}),this.on(t(443),((e,n)=>this[t(485)](n))),this.on(t(507),((e,n)=>this[t(600)](n))),this.on(t(507),((e,n)=>this[t(475)](n)),{priority:t(473)}),this.on(t(626),((e,n)=>this[t(644)](n))),this.on(t(446),((e,n)=>this[t(414)](n))),this.on(t(558),((e,n)=>this[t(472)](n))),this.on(t(626),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(550)](n),i=r&&this[s(594)][s(451)](r);i&&i[s(415)][s(465)][s(621)](-1)}),{priority:t(473)}),this[t(461)](e,t(630),((e,n,o)=>{const s=t,r=Array[s(564)](o)[s(627)]((t=>this[s(520)][s(451)](t[s(463)])))[s(432)](Boolean)[0];this[s(517)]=r?r[s(559)]:null}))}[Ir(522)](){!function(e){function n(t){const e=_r;return t[e(627)]((t=>String[e(580)](t)))[e(449)]("")}(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,p=o;for(;p<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&&p<e;)i=p>>2,c=p%4,h[i][c]=r[d],u[t-i][c]=r[d++],p++}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=p(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 p(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){k(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){k(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=T(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 v(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 v(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(),v(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]))&&(T(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])),T(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,T(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,T(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]))&&(T(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])),T(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,T(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,T(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=T(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=s[o(628)](0),i=s[o(450)](r[n([105,100])]);T(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(576)]((()=>e()))}}))}A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&T(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(445)](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=T(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(445)](Number(e))&&window[e]===a)return!0;return!1}()?v(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 v(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(565)]:e[o(452)],l=n([52,48,52,56,49,54,48,52]),p=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]),m=d[o(551)][o(451)](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]))||T(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]))||T(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]))||T(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)?v(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(484)]&&s[t[e(484)]]()}(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])]?v(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])]?v(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])):v(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])):v(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 v(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 k(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),v(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),v(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 v(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>=p[n([108,101,110,103,116,104])]&&(s-=p[n([108,101,110,103,116,104])]),e+=p[s]}return e}function I(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);T(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),T(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 T(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}}(m),f)})(e)}(this)}set[Ir(574)](t){const n=Ir;if(this[n(437)])throw new e.CKEditorError(n(481));this[n(437)]=t}get[Ir(574)](){return this[Ir(437)]}[Ir(466)]({channelId:t=yr,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 p=Ir;return this[p(439)](xr(p(466),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[p(550)](n)}[Ir(495)]({channelId:t=yr,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=Ir;if(this[i(479)][i(467)](t)||this[i(479)][i(467)](void 0))return null;if(!o)throw new e.CKEditorError(i(539));const a=this[i(466)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!a)return null;const c=this[i(594)][i(451)](a),h=c[i(415)][i(440)][i(524)],u=this[i(565)][i(497)][i(451)](br),d=u[i(647)](c[i(415)]);return u[i(438)](d),h[i(487)](i(516),(()=>h[i(621)]())),a}[Ir(521)](t){const n=Ir;if(n(608)!=typeof t)throw new e.CKEditorError(n(476));return this[n(563)][n(467)](t)}[Ir(507)]({channelId:t=yr,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=Ir;return this[i(439)](xr(i(507),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(550)](e)}[Ir(550)](t){const n=Ir;if(n(608)!=typeof t)throw new e.CKEditorError(n(476));return this[n(563)][n(451)](t)}[Ir(529)]({channelId:t,threadId:n}={}){const o=Ir,s=this[o(550)](n);if(s)return Promise[o(595)](s);if(!this[o(574)])return Promise[o(595)](void 0);if(o(552)!=typeof this[o(574)][o(550)])throw new e.CKEditorError(o(579),this[o(565)]);return this[o(574)][o(550)]({channelId:t,threadId:n})[o(576)]((e=>this[o(521)](n)?this[o(550)](n):e?this[o(466)](Object[o(544)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(586)]((t=>{const n=o;throw console[n(453)](t),new e.CKEditorError(n(646),this[n(565)])}))}[Ir(423)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=Ir,r=[];for(const o of this[s(563)][s(601)]())t&&o[s(482)]!==t||e&&!o[s(468)]||n&&0===o[s(553)]||r[s(567)](o);return o?r[s(627)]((t=>t[s(617)]())):r}[Ir(478)](t){const n=Ir,o=this[n(565)][n(497)][n(451)](br);if(!t)return void(this[n(517)]&&o[n(508)]());const s=this[n(550)](t);if(!s)throw new e.CKEditorError(n(428),null,{threadId:t});if(!this[n(594)][n(467)](s))throw new e.CKEditorError(n(609),null,{threadId:t});const r=o[n(647)](this[n(594)][n(451)](s)[n(415)]);o[n(438)](r)}[Ir(613)](t,e){const n=Ir;t?this[n(479)][n(638)](e):this[n(479)][n(441)](e),this[n(439)](n(569),n(479),this[n(479)],this[n(479)])}[Ir(447)](t){const e=Ir;return this[e(479)][e(467)](t)||this[e(479)][e(467)](void 0)}[Ir(502)](t,e){return new fo(t,e)}[Ir(503)](t,e=yr){const n=Ir;this[n(498)][n(633)](e,t),this[n(439)](n(583),n(498),this[n(498)],this[n(498)])}[Ir(531)](t=yr){const e=Ir;return this[e(498)][e(467)](t)?this[e(498)][e(451)](t):Ar}[Ir(557)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:a,target:c,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:p}){const m=Ir;if(m(608)!=typeof n)throw new e.CKEditorError(m(476),null,{threadId:n});if(this[m(521)](n))throw new e.CKEditorError(m(581),null,{threadId:n});const f=new Cr(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:a?this[m(565)][m(497)][m(451)](s.Users)[m(582)](a):null,isResolvable:l,isSubmitted:p||d});this[m(563)][m(633)](n,f);for(const t of o)f[m(505)](this[m(511)]({threadId:n,...t}));return c&&f[m(413)](c),d||!f[m(553)]?Promise[m(595)]():this[m(530)]({channelId:t,threadId:n})}[Ir(530)]({channelId:t,threadId:n}){const o=Ir;if(!this[o(521)](n))throw new e.CKEditorError(o(645),this);const s=this[o(550)](n);if(s[o(525)]=!0,!this[o(574)]||o(552)!=typeof this[o(574)][o(466)])return Promise[o(595)]();const{id:r,comments:i,resolvedAt:a,resolvedBy:c,context:h,attributes:u}=s,d=this[o(565)][o(497)][o(451)](o(623)),l=d[o(638)](ko(this[o(565)][o(634)],o(643)));return this[o(574)][o(466)]({channelId:t,threadId:r,comments:i[o(627)]((t=>t[o(617)]())),resolvedAt:a,resolvedBy:c?c.id:c,context:h,attributes:u})[o(576)]((({comments:e})=>{const s=o;d[s(515)](l);for(const o of e)this[s(414)]({channelId:t,threadId:n,commentId:o[s(471)],createdAt:o[s(587)],isFromAdapter:!0})}))[o(586)]((t=>{const n=o;throw console[n(453)](t),new e.CKEditorError(n(642),this)}))}[Ir(622)]({threadId:t,target:n}){const o=Ir,s=this[o(550)](t);if(!s)throw new e.CKEditorError(o(499),this);const r=this[o(565)][o(497)][o(451)](o(623)),i=this[o(565)][o(497)][o(451)](br),a=this[o(584)](s),c=new fo(s,a);let h=null;a.on(o(494),((t,e,n)=>{const s=o;n?h=r[s(638)](ko(this[s(565)][s(634)],s(643))):h&&(r[s(515)](h),h=null)})),a.on(o(506),(()=>{const e=o;this[e(439)](xr(e(416),s[e(482)]),{threadId:t,channelId:s[e(482)]})})),this[o(594)][o(633)](s,c),this[o(520)][o(633)](a,c);const u=new rr(this[o(565)][o(634)],a);u[o(611)](o(553)).to(a),u[o(611)](o(512)).to(a,o(512),a,o(553),((t,e)=>t||!e)),u[o(611)](o(469)).to(a),u[o(501)]=o(614);const d=new hr({view:u,target:n,type:o(614),isVisible:!s[o(534)]});return this[o(424)](a,d),i[o(638)](d),d}[Ir(424)](e,n){const o=Ir;this[o(461)](e,o(516),((e,s)=>{const r=o,i=s.ui[r(415)][r(637)][r(612)];n[r(596)][r(638)](i),this[r(565)]instanceof t.Editor&&this[r(565)].ui[r(510)][r(638)](i)}),{priority:o(548)}),this[o(461)](e,o(575),((e,s)=>{const r=o,i=s.ui[r(415)][r(637)][r(612)];n[r(596)][r(467)](i)&&n[r(596)][r(515)](i),this[r(565)]instanceof t.Editor&&this[r(565)].ui[r(510)][r(515)](i)}))}[Ir(460)](t){const e=Ir;this[e(591)](t,e(516)),this[e(591)](t,e(575))}[Ir(584)](t){const e=Ir,n=this[e(565)][e(497)][e(451)](s.Users),{config:o,locale:r}=this[e(565)],i=(0,s.getDateTimeFormatter)(o[e(451)](e(634)));return new(0,o[e(451)](e(526))[e(566)])(r,t,n.me,{editorConfig:{...o[e(451)](e(427)),licenseKey:this[e(565)][e(551)][e(451)](e(435))},copyMarkers:o[e(451)](e(547)),maxCommentsWhenCollapsed:o[e(451)](e(448)),maxThreadTotalWeight:o[e(451)](e(555)),maxCommentCharsWhenCollapsed:o[e(451)](e(537)),formatDateTime:i,CommentView:o[e(451)](e(526))[e(598)]})}[Ir(605)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const a=Ir;if(!this[a(521)](t))throw new e.CKEditorError(a(645),null,{threadId:t});const c=this[a(550)](t);if(c[a(534)])throw new e.CKEditorError(a(629),null,{threadId:t});const h=this[a(565)][a(497)][a(451)](s.Users);if(c[a(606)]=h[a(582)](r),c[a(425)]=o,i||!this[a(574)]||a(552)!=typeof this[a(574)][a(536)])return Promise[a(595)]();const u=this[a(565)][a(497)][a(451)](a(623)),d=u[a(638)](ko(this[a(565)][a(634)],a(643)));return this[a(574)][a(536)]({channelId:n,threadId:t})[a(576)]((({resolvedAt:t,resolvedBy:e})=>{const n=a;u[n(515)](d),c[n(606)].id!==e&&(c[n(606)]=h[n(582)](e)),c[n(425)]=t}))[a(586)]((t=>{const n=a;throw console[n(453)](t),new e.CKEditorError(n(492),this)}))}[Ir(570)]({threadId:t,channelId:n,isFromAdapter:o}){const s=Ir;if(!this[s(521)](t))throw new e.CKEditorError(s(645),null,{threadId:t});const r=this[s(550)](t);if(!r[s(534)])throw new e.CKEditorError(s(433),null,{threadId:t});if(r[s(606)]=null,r[s(425)]=null,o||!this[s(574)]||s(552)!=typeof this[s(574)][s(571)])return Promise[s(595)]();const i=this[s(565)][s(497)][s(451)](s(623)),a=i[s(638)](ko(this[s(565)][s(634)],s(643)));return this[s(574)][s(571)]({channelId:n,threadId:t})[s(576)]((()=>i[s(515)](a)))[s(586)]((t=>{const n=s;throw console[n(453)](t),new e.CKEditorError(n(620),this)}))}[Ir(485)]({threadId:t,isFromAdapter:n}){const o=Ir,s=this[o(550)](t);if(!s)throw new e.CKEditorError(o(514),this);if(this[o(532)](t),this[o(563)][o(441)](t),!s[o(616)]||n||!this[o(574)]||o(552)!=typeof this[o(574)][o(443)])return Promise[o(595)]();const r=this[o(565)][o(497)][o(451)](o(623)),{channelId:i}=s,a=r[o(638)](ko(this[o(565)][o(634)],o(643)));return this[o(574)][o(443)]({channelId:i,threadId:t})[o(576)]((()=>r[o(515)](a)))[o(586)]((t=>{const n=o;throw console[n(453)](t),new e.CKEditorError(n(528),this)}))}[Ir(600)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=Ir;if(i(608)!=typeof t)throw new e.CKEditorError(i(476),null,{threadId:t});if(!this[i(521)](t))throw new e.CKEditorError(i(645),null,{threadId:t});const a=this[i(550)](t);let c=!1;if(void 0!==o&&a[i(565)]!==o&&(a[i(565)]=o,c=!0),void 0!==n&&a[i(577)]!==n&&(a[i(577)]=n,c=!0),s&&!Ue(s,a[i(541)])&&(a[i(541)]=s,c=!0),!c)return Promise[i(595)]();if(!a[i(616)]||r||!this[i(574)]||i(552)!=typeof this[i(574)][i(507)])return Promise[i(595)]();const h=this[i(565)][i(497)][i(451)](i(623)),{channelId:u}=a,d=h[i(638)](ko(this[i(565)][i(634)],i(643)));return this[i(574)][i(507)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(576)]((()=>h[i(515)](d)))[i(586)]((t=>{const n=i;throw console[n(453)](t),new e.CKEditorError(n(504),this)}))}[Ir(532)](t){const e=Ir,n=this[e(565)][e(497)][e(451)](br),o=this[e(550)](t);if(this[e(594)][e(467)](o)){const t=this[e(594)][e(451)](o),s=t[e(415)],r=n[e(647)](s);this[e(594)][e(441)](o),this[e(520)][e(441)](s),r&&n[e(515)](r),t[e(470)](),s[e(470)]()[e(576)]((()=>{this[e(460)](s)}))}}[Ir(475)]({threadId:t,resolvedAt:e}){const n=Ir,o=!!e,s=this[n(565)][n(497)][n(451)](br),r=this[n(550)](t);if(this[n(594)][n(467)](r)){const t=this[n(594)][n(451)](r)[n(415)],e=s[n(647)](t);e&&(o&&s[n(454)](e),e[n(430)]())}}[Ir(593)](t){const e=Ir,n=this[e(565)][e(497)][e(451)](s.Users),o=(0,s.hashObject)(e(434)+t);return n[e(582)](o)||n[e(635)]({id:o,name:t})}[Ir(511)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:a}){const c=Ir;if(c(608)!=typeof n)throw new e.CKEditorError(c(486));if(c(608)!=typeof r)throw new e.CKEditorError(c(568));if(c(608)!=typeof o||!o[c(420)]())throw new e.CKEditorError(c(554));const h=this[c(565)][c(497)][c(451)](s.Users)[c(582)](r);if(!h)throw new e.CKEditorError(c(562),null,{authorId:r});let u=null,d=i;return a&&a[c(578)]&&(u=this[c(593)](a[c(578)][c(641)]),d=new Date(a[c(578)][c(587)])),new Er(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:a})}[Ir(644)](t){const n=Ir;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const a=this[n(550)](t[n(527)]);if(!a)throw new e.CKEditorError(n(542),this);const c=this[n(511)](t),{id:h}=c;if(a[n(505)](c),i||!this[n(574)]||n(552)!=typeof this[n(574)][n(626)]||!a[n(616)])return Promise[n(595)]();const u=this[n(565)][n(497)][n(451)](n(623)),{channelId:d}=a,l=u[n(638)](ko(this[n(565)][n(634)],n(643)));return r||(r={}),this[n(574)][n(626)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(576)]((t=>{const e=n;u[e(515)](l),t&&this[e(414)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(587)],isFromAdapter:!0})}))[n(586)]((t=>{const o=n;throw console[o(453)](t),new e.CKEditorError(o(464),this)}))}[Ir(414)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const a=Ir;if(void 0!==o&&(a(608)!=typeof o||!o[a(420)]()[a(553)]))throw new e.CKEditorError(a(429));const c=this[a(550)](t),h=c[a(426)](n);if(!h)throw new e.CKEditorError(a(640),this);let u=!1;if(o&&o!==h[a(590)]&&(h[a(436)]||i)&&(h[a(590)]=o,u=!0),s&&s!==h[a(587)]&&(h[a(587)]=s,h[a(541)]&&h[a(541)][a(578)]||(h[a(573)]=s),u=!0),r&&!Ue(r,h[a(541)])&&(h[a(541)]=r,u=!0),!u)return Promise[a(595)]();if(c[a(439)](a(572)),i||!this[a(574)]||a(552)!=typeof this[a(574)][a(446)])return Promise[a(595)]();const d=this[a(565)][a(497)][a(451)](a(623)),{channelId:l}=this[a(550)](h[a(527)]),p=d[a(638)](ko(this[a(565)][a(634)],a(643)));return this[a(574)][a(446)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[a(576)]((()=>d[a(515)](p)))[a(586)]((t=>{const n=a;throw console[n(453)](t),new e.CKEditorError(n(597),this)}))}[Ir(472)]({threadId:t,commentId:n,isFromAdapter:o}){const s=Ir,r=this[s(550)](t),i=r[s(426)](n);if(!i)throw new e.CKEditorError(s(604),this);if(r[s(624)](i),o||!this[s(574)]||s(552)!=typeof this[s(574)][s(558)])return Promise[s(595)]();const a=this[s(565)][s(497)][s(451)](s(623)),{channelId:c}=r,h=a[s(638)](ko(this[s(565)][s(634)],s(643)));return this[s(574)][s(558)]({channelId:c,threadId:t,commentId:n})[s(576)]((()=>a[s(515)](h)))[s(586)]((t=>{const n=s;throw console[n(453)](t),new e.CKEditorError(n(431),this)}))}}class Cr extends((0,e.ObservableMixin)()){constructor(t,n){const o=Ir;super();const s=n[o(419)];this[o(482)]=n[o(482)],this.id=n.id,this[o(526)]=new e.Collection,this[o(589)]=t,this[o(523)]=!1,this[o(525)]=n[o(616)],this[o(633)](o(480),!0),this[o(611)](o(447)).to(t,o(498),t,o(479),(()=>t[o(447)](this[o(482)]))),this[o(611)](o(491)).to(t,o(498),(()=>t[o(531)](this[o(482)])[o(422)])),this[o(611)](o(607)).to(t,o(498),(()=>{const e=o,n=t[e(531)](this[e(482)]);return n[e(625)]||n[e(422)]})),this[o(611)](o(419)).to(t,o(498),(()=>s&&t[o(531)](this[o(482)])[o(595)])),this[o(633)](o(565),n[o(565)]),this[o(611)](o(418)).to(this,o(425),this,o(577),((t,e)=>t?e?t<e?t:e:t:e)),this[o(633)](o(577),n[o(577)]||null),this[o(633)](o(425),n[o(425)]||null),this[o(633)](o(606),n[o(606)]||null),this[o(611)](o(534)).to(this,o(425),(t=>!!t)),this[o(633)](o(541),n[o(541)]||{})}get[Ir(619)](){const t=Ir;return Array[t(564)](this[t(526)])[t(421)](((e,n)=>e+n[t(619)]),0)}get[Ir(553)](){const t=Ir;return this[t(526)][t(553)]}get[Ir(468)](){return this[Ir(523)]}get[Ir(616)](){return this[Ir(525)]}[Ir(618)](){const t=Ir,{channelId:e,id:n}=this;this[t(589)][t(439)](xr(t(417),e),{channelId:e,threadId:n})}[Ir(489)](t){this[Ir(509)]({unlinkedAt:t})}[Ir(595)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=Ir,r=this[o(589)][o(565)][o(497)][o(451)](s.Users).me,{channelId:i,id:a}=this;this[o(589)][o(439)](xr(o(536),i),{channelId:i,threadId:a,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[Ir(459)]({isFromAdapter:t=!1}={}){const e=Ir,{channelId:n,id:o}=this;this[e(589)][e(439)](xr(e(571),n),{channelId:n,threadId:o,isFromAdapter:t})}[Ir(457)](t){const e=Ir;this[e(565)]||this[e(509)]({context:t})}[Ir(458)](t,e){const n=Ir,o=Kn(this[n(541)]);so(o,t,e),this[n(509)]({attributes:o})}[Ir(533)](t){const e=Ir,n=Kn(this[e(541)]);uo(n,t),this[e(509)]({attributes:n})}[Ir(515)]({isFromAdapter:t=!1}={}){const e=Ir,{channelId:n,id:o}=this;this[e(589)][e(439)](xr(e(443),n),{channelId:n,threadId:o,isFromAdapter:t})}[Ir(413)](t){const e=Ir;return this[e(589)][e(622)]({threadId:this.id,target:t})}[Ir(626)](t){const e=Ir,{channelId:n,id:o}=this;this[e(589)][e(439)](xr(e(626),n,o),Object[e(544)]({channelId:n,threadId:o},t))}[Ir(426)](t){const n=Ir;if(n(608)!=typeof t)throw new e.CKEditorError(n(639),null,{commentId:t});return this[n(526)][n(451)](t)}[Ir(617)](){const t=Ir;return{threadId:this.id,context:this[t(565)],unlinkedAt:this[t(577)],resolvedAt:this[t(425)],resolvedBy:this[t(606)]?this[t(606)].id:null,archivedAt:this[t(418)],comments:this[t(526)][t(627)]((e=>e[t(617)]())),attributes:this[t(541)]}}[Ir(505)](t){const e=Ir;return this[e(461)](t,e(592),(()=>{const n=e,o=this[n(483)](t),s=this[n(526)];o-1!=s[n(631)](t)&&o+1!=s[n(631)](t)&&(this[n(624)](t),this[n(505)](t))})),this[e(526)][e(638)](t,this[e(483)](t))}[Ir(509)](t){const e=Ir,{channelId:n,id:o}=this;this[e(589)][e(439)](xr(e(507),n),{...t,channelId:n,threadId:o})}[Ir(624)](t){const e=Ir;return this[e(591)](t),t[e(470)](),this[e(526)][e(515)](t)}[Ir(483)](t){const e=Ir,n=this[e(526)][e(518)]((n=>new Date(n[e(573)])[e(519)]()>new Date(t[e(573)])[e(519)]()));return n?this[e(526)][e(631)](n):this[e(553)]}}class Er extends((0,e.ObservableMixin)()){constructor(t,e){const n=Ir;super();const o=t[n(565)][n(497)][n(451)](s.Users).me,r=t[n(550)](e[n(527)]),i=0===r[n(526)][n(553)],a=o===e[n(496)];this.id=e.id,this[n(527)]=e[n(527)],this[n(496)]=e[n(496)],this[n(500)]=e[n(500)],this[n(493)]=Boolean(e[n(541)]&&e[n(541)][n(578)]),this[n(633)](n(590),e[n(590)]),this[n(587)]=e[n(587)]||new Date,this[n(633)](n(573),e[n(573)]||new Date),this[n(611)](n(425)).to(r,n(425)),this[n(633)](n(541),e[n(541)]||{}),this[n(611)](n(436)).to(t,n(498),(()=>{const e=n,o=t[e(531)](r[e(482)])[e(625)],s=t[e(531)](r[e(482)])[e(615)];return a&&o||!a&&s})),this[n(611)](n(491)).to(r,n(491),t,n(498),(e=>{const o=n,s=t[o(531)](r[o(482)])[o(625)],c=t[o(531)](r[o(482)])[o(615)];return a&&s||e&&i||!a&&c&&!i})),this[n(611)](n(447)).to(r,n(447)),this[n(589)]=t}get[Ir(619)](){const t=Ir;return Math[t(545)](function(e){const n=t,o=document[n(488)](n(455));return o[n(561)]=e,o[n(540)][n(553)]}(this[t(590)]),200)}[Ir(610)](t){const n=Ir,{threadId:o,id:s}=this;if(!this[n(589)][n(521)](o))throw new e.CKEditorError(n(444),this);const{channelId:r}=this[n(589)][n(550)](o);this[n(589)][n(439)](xr(n(446),r,o),{channelId:r,threadId:o,commentId:s,...t})}[Ir(458)](t,e){const n=Ir,o=Kn(this[n(541)]);so(o,t,e),this[n(610)]({attributes:o})}[Ir(533)](t){const e=Ir,n=Kn(this[e(541)]);uo(n,t),this[e(610)]({attributes:n})}[Ir(515)](t={}){const n=Ir;if(!t[n(474)]&&!this[n(491)])return;const{threadId:o,id:s}=this;if(!this[n(589)][n(521)](o))throw new e.CKEditorError(n(549),this);const{channelId:r}=this[n(589)][n(550)](o);this[n(589)][n(439)](xr(n(558),r,o),{channelId:r,threadId:o,commentId:s,...t})}[Ir(617)](){const t=Ir;return{commentId:this.id,content:this[t(590)],createdAt:this[t(587)],authorId:this[t(500)].id,attributes:this[t(541)]}}[Ir(470)](){this[Ir(591)]()}}function xr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Or=Sr;!function(t){const e=Sr,n=t();for(;;)try{if(933031===parseInt(e(278))/1*(parseInt(e(291))/2)+-parseInt(e(277))/3*(-parseInt(e(298))/4)+parseInt(e(295))/5*(parseInt(e(306))/6)+parseInt(e(279))/7*(-parseInt(e(296))/8)+parseInt(e(281))/9+parseInt(e(294))/10+-parseInt(e(311))/11*(parseInt(e(287))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mr);class Nr extends t.Command{[Or(290)](){const t=Or,e=this[t(299)][t(275)][t(292)][t(289)];for(const n of e[t(301)]())if(this[t(297)](n))return void(this[t(273)]=!0);this[t(273)]=!1}[Or(280)]({threadId:t=(0,e.uid)()}={}){const n=Or,o=this[n(299)][n(275)],s=[];for(const t of o[n(292)][n(289)][n(301)]())this[n(297)](t)&&s[n(305)](this[n(308)](t));o[n(282)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(276)](1,5),i=r(272)+t+":"+s;o[r(300)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Or(297)](t){const e=Or;for(const n of t[e(302)]())if(this[e(304)](n))return!0;return!1}[Or(304)](t){const e=Or;return t.is(e(283))||this[e(299)][e(275)][e(284)][e(307)](t)&&!t.is(e(285),e(309))}[Or(308)](t){const e=Or,n=t=>!this[e(304)](t[e(274)]),o=t[e(293)][e(303)](n),s=t[e(288)][e(303)](n,{direction:e(286)});return this[e(299)][e(275)][e(310)](o,s)}}function Sr(t,e){const n=Mr();return(Sr=function(t,e){return n[t-=272]})(t,e)}function Mr(){const t=["_itemIsContent","push","27828fYPzlt","isObject","_trimToContent","tableCell","createRange","34771OcCLSK","comment:","isEnabled","item","model","substr","3JbJkJe","10dTAERc","7EWZZdS","execute","3639447hDtuDR","change","$textProxy","schema","element","backward","4188ijUpZK","end","selection","refresh","4846mpXRsc","document","start","11147320SabPwm","745tDxmhb","10514344wdPRWJ","_hasContent","4464424ccknLc","editor","addMarker","getRanges","getItems","getLastMatchingPosition"];return(Mr=function(){return t})()}const Rr=Vr;function Vr(t,e){const n=Lr();return(Vr=function(t,e){return n[t-=239]})(t,e)}function Lr(){const t=["containsRange","registerAnnotation","getOrderedSelectedAnnotations","plugins","push","8lvHmWx","hasDomSelection","has","9100040rdbEBI","uiUpdate","focusTracker","3907057bzCQBs","function","update","collection","isReadOnly","remove","3365qLyPAW","isEqual","pluginName","add","directChange","cancel","listenTo","change:isFocused","isCollapsed","308870NRXIFv","refreshSelectedViews","change:range","EditorAnnotations","fire","get","view","range","editorannotations-invalid-source-callback","document","selection","_editorAnnotationsData","model","141jzCBpi","delete","14388eCvDTA","map","editor","getByInnerView","21720721jExQYI","6abyGku","init","element","editing","from","2WejXGW","_editorAnnotations","set","refresh","addSourceCollector","innerView","blur","getRanges","_dataCollectors","sort","8282079obAwcu","requires","annotation"];return(Lr=function(){return t})()}!function(t){const e=Vr,n=t();for(;;)try{if(517695===parseInt(e(281))/1*(-parseInt(e(251))/2)+parseInt(e(239))/3*(parseInt(e(241))/4)+-parseInt(e(290))/5*(parseInt(e(246))/6)+parseInt(e(275))/7*(parseInt(e(269))/8)+parseInt(e(261))/9+parseInt(e(272))/10+-parseInt(e(245))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Lr);class jr extends t.Plugin{static get[Rr(262)](){return[br]}static get[Rr(283)](){return Rr(293)}constructor(t){const e=Rr;super(t),this[e(259)]=new Set,this[e(252)]=new Set}[Rr(247)](){const t=Rr,e=this[t(243)],n=e[t(302)][t(299)][t(300)],o=Xs((()=>this[t(291)]()),10);n.on(t(292),((e,n)=>{const s=t;n[s(285)]&&(o[s(286)](),this[s(291)]())})),this[t(287)](e[t(249)][t(296)][t(299)],t(288),((t,e,n)=>{n&&o()})),this[t(287)](e.ui[t(274)],t(288),((n,o,s)=>{const r=t;s||e[r(279)]||this[r(294)](r(257),{isAnnotationTracked:t=>this[r(301)][r(271)](t[r(256)])})})),this[t(287)](this[t(243)].ui,t(277),(()=>this[t(294)](t(273))))}[Rr(265)](t){const e=Rr;if(this[e(252)][e(271)](t[e(296)]))return;this[e(252)][e(284)](t[e(296)]),this[e(243)].ui[e(274)][e(284)](t[e(296)][e(248)]);const n=this[e(243)][e(267)][e(295)](br);this[e(287)](n[e(278)],e(280),((t,n)=>{const o=e;this[o(243)].ui[o(274)][o(280)](n[o(296)][o(248)]),this[o(252)][o(240)](n[o(296)])}))}[Rr(270)](){const t=Rr;return this[t(243)][t(249)][t(296)][t(270)]}[Rr(255)](t){const n=Rr;if(n(276)!=typeof t)throw new e.CKEditorError(n(298));this[n(259)][n(284)](t)}[Rr(291)](){const t=Rr;this[t(294)](t(254))}[Rr(266)]({activeAnnotation:t,annotations:e}){const n=Rr,o=[],s=this[n(243)][n(302)][n(299)][n(300)],r=Array[n(250)](s[n(258)]());for(const[t,s]of this[n(301)]){const r=i(s),a=e[n(244)](t);r&&a&&o[n(268)]({annotation:a,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(264)](t,!s[e(289)]))return n;return null}return o[n(260)](((e,o)=>{const s=n,r=e[s(297)],i=o[s(297)];if(!r[s(282)](i)){if(r[s(264)](i,!0))return 1;if(i[s(264)](r,!0))return-1}return e[s(263)]==t?-1:o[s(263)]==t?1:0}))[n(242)]((t=>t[n(263)]))}get[Rr(301)](){const t=Rr,e=new Map;for(const n of Array[t(250)](this[t(259)]))for(const[o,s]of n())e[t(253)](o,s);return e}}const Pr=Dr;function Dr(t,e){const n=Br();return(Dr=function(t,e){return n[t-=466]})(t,e)}function Br(){const t=["2382urZanU","507048NyCaaO","enableCommand","addCommentThread","afterInit","16tKwWma","5281746UuEaCI","2739mDwSmN","10024659YlTiYm","7252504aPSglq","editor","673009RhPvse","RestrictedEditingModeEditing","1057585OMulbD","has","plugins","get"];return(Br=function(){return t})()}!function(t){const e=Dr,n=t();for(;;)try{if(640958===-parseInt(e(478))/1+-parseInt(e(467))/2*(-parseInt(e(474))/3)+parseInt(e(468))/4+-parseInt(e(480))/5+-parseInt(e(473))/6+-parseInt(e(476))/7+parseInt(e(472))/8*(parseInt(e(475))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Br);class Kr extends t.Plugin{[Pr(471)](){const t=Pr,e=this[t(477)];e[t(482)][t(481)](t(479))&&e[t(482)][t(466)](t(479))[t(469)](t(470))}}const Fr=Hr;function Hr(t,e){const n=Ur();return(Hr=function(t,e){return n[t-=500]})(t,e)}!function(t){const e=Hr,n=t();for(;;)try{if(299273===-parseInt(e(510))/1*(-parseInt(e(505))/2)+parseInt(e(520))/3+parseInt(e(512))/4+-parseInt(e(521))/5*(parseInt(e(525))/6)+-parseInt(e(509))/7*(parseInt(e(504))/8)+parseInt(e(506))/9*(-parseInt(e(507))/10)+parseInt(e(526))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ur);class zr extends t.Plugin{constructor(t){const e=Hr;super(t),this[e(501)][e(503)][e(519)](e(522),e(527))}[Fr(514)](){const t=Fr,n=this[t(501)],o=n[t(530)][t(508)](t(529)),r=n[t(500)][t(508)](s.Users);o&&(o.on(t(518),((e,[,n])=>{n[t(517)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(515)]+10}),this[t(524)](o,t(516),this[t(511)]))}[Fr(511)](t,e){const n=Fr,{comment_threads:o}=e;o&&o[n(523)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,a=e[r(513)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(501)][r(500)][r(508)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(529)}}}))),c=this[r(501)][r(503)][r(508)](r(528));this[r(501)][r(500)][r(508)](Tr)[r(502)]({channelId:c,threadId:t,comments:a,resolvedAt:o?i:null})}))}}function Ur(){const t=["basic","collaboration.channelId","importWord","commands","plugins","editor","addCommentThread","config","728GdTXZr","118YoZmfD","9HlaLDO","2311970UWqqJh","get","16373SBVaZs","5015AuOShc","_handleImportedData","139640oiUJqK","map","afterInit","high","dataInsert","collaboration_features","execute","define","351393hQNSQN","80RurSZn","importWord.formatting.comments","forEach","listenTo","190038ZfeVVk","8823771QlmQAS"];return(Ur=function(){return t})()}const Wr=Yr;function Yr(t,e){const n=Gr();return(Yr=function(t,e){return n[t-=203]})(t,e)}!function(t){const e=Yr,n=t();for(;;)try{if(384797===parseInt(e(223))/1*(-parseInt(e(239))/2)+-parseInt(e(227))/3+-parseInt(e(243))/4*(-parseInt(e(222))/5)+parseInt(e(208))/6+-parseInt(e(238))/7*(parseInt(e(219))/8)+parseInt(e(216))/9+parseInt(e(213))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gr);class qr extends t.Plugin{constructor(t){const e=Yr;super(t),this[e(228)][e(229)][e(232)](e(211),e(235))}static get[Wr(205)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Wr(242)](){const t=Wr,e=this[t(228)][t(218)][t(225)](t(236));this[t(215)](),this[t(244)](e,t(209),((e,n)=>this[t(240)](n[t(224)][t(203)])),{priority:t(214)})}[Wr(240)](t){const e=Wr;if(!this[e(228)][e(218)][e(204)](e(221)))return t;const n=this[e(228)][e(218)][e(225)](e(221));for(const o of t[e(226)]()){const[s,r]=o[e(206)](":");e(212)!=s||n[e(233)](r)||t[e(220)](o)}return t}[Wr(215)](){const t=Wr,e=this[t(228)][t(218)][t(225)](t(231)),n=this[t(237)](this[t(228)][t(229)][t(225)](t(211)));n&&e[t(217)](t(212),n)}[Wr(237)](t){const e=Wr;switch(t){case e(230):return{allowedActions:e(234),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(235):return{allowedActions:[e(241),e(210)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(207):default:return null}}}function Gr(){const t=["CommentsRepository","391270LGAftk","3751mjydne","content","get","keys","2019192POqgBL","editor","config","always","ClipboardMarkersUtils","define","hasCommentThread","all","default","ClipboardPipeline","_mapCommentsCopyConfigToRegisterConfiguration","891989AAQjRx","186wtGfYu","_removeMarkersWithoutThreads","cut","afterInit","4HauxEW","listenTo","markers","has","requires","split","never","3266262QFlGmX","contentInsertion","dragstart","comments.copyMarkers","comment","10818460hpnGkI","highest","_registerMarkerInClipboardPipeline","760572VBQCSf","_registerMarkerToCopy","plugins","24kFIKbL","delete"];return(Gr=function(){return t})()}var Xr=n(492),Jr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Xr.A,Jr);Xr.A.locals;const Zr=Qr;function Qr(t,e){const n=$r();return(Qr=function(t,e){return n[t-=204]})(t,e)}function $r(){const t=["for","removeMarker:","4296284uKFGMc","comment","CommentsEditing","resolveCommentThread","hasCommentThread","ariaLiveAnnouncer","_initAriaMarkerChangeAnnouncements","6958800VjCuYj","registerPostFixer","low","getCommentThread","change:isReadOnly","openNewCommentThread","19EFeklc","editing","length","collaboration.channelId","upcast","_attachMarkerToThread","dataDowncast","getAllMarkersForId","ignoreResolvedComments","markerToHighlight","registerAnnotation","newRange","getWalker","3516vDlKza","_handleThreadMarker","config","unlinkedAt","substring","consumable","isResolved","$marker","plugins","1647744pLXsTv","getAttribute","listenTo","removeMarker","hasDomSelection","$textProxy","fetchCommentThread","enqueueChange","managedUsingOperations","6ORmydN","9aMysYB","clear","89735hEzIpk","hasMarkerForId","init","isThreadsLoadingPaused","_hasTargetInContent","createRange","isCollapsed","schema","comment:","1990250sAozIw","item","reopenCommentThread","getByInnerView","attachTo","_attachArchivedThread","activeMarker","context","change:isThreadsLoadingPaused","commands","state","size","addMarker:","requires","markers","once","root","from","change:activeMarker","updateMarker","addCommentThread","destroyed","set","then","get","split","$graveyard","locale","createPositionBefore","hasContent","startsWith","_detachCommentThread","ck-comment-marker","isLocal","ck-comment-marker--active","announce","isEqual","_reconvertMarkers","add","getChangedMarkers","isAttached","_handleMarkerAddAndRemove","conversion","differ","text","focus","markerName","rootName","ready","_initializeMarkerConverters","end","consume","render","change","getCommentThreads","markerToData","editor","name","scrollToThreadMarker","getItems","createElement","setUnlinkedAt","refreshVisibility","destroy","switchReadOnly","document","getRange","7712418viVGex","dataToMarker","reconvertMarker","_threadToController","ENTER_COMMENT_ANNOUNCEMENT","model","addComment","start","setContext","view","editingDowncast","delete","group","pluginName","elementToElement","isObject","_getTextContext","push","affectsData","data","LEAVE_COMMENT_ANNOUNCEMENT","_threads","removeCommentThread","_getTargetForId"];return($r=function(){return t})()}!function(t){const e=Qr,n=t();for(;;)try{if(573177===parseInt(e(249))/1*(parseInt(e(262))/2)+-parseInt(e(271))/3+parseInt(e(236))/4+parseInt(e(283))/5*(-parseInt(e(280))/6)+parseInt(e(210))/7+parseInt(e(243))/8*(-parseInt(e(281))/9)+-parseInt(e(292))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($r);class ti extends t.Plugin{static get[Zr(305)](){return[Tr,jr,Kr,zr,qr]}static get[Zr(223)](){return Zr(238)}constructor(t){const e=Zr;super(t),this[e(314)](e(286),!0),t[e(229)][e(307)](e(340),(()=>this[e(286)]=!1)),this[e(314)](e(298),null),this.on(e(310),((n,o,s,r)=>{const i=e,a=s?ni(s).id:null;if(t[i(215)][i(345)]((()=>{const e=i;if(a){const n=this[e(256)](a);for(const o of n)t[e(250)][e(212)](o)}if(r){const{id:n}=ni(r),o=this[e(256)](n);for(const n of o)t[e(250)][e(212)](n)}})),a){const e=t[i(270)][i(316)](Tr)[i(246)](a);e&&e[i(268)]&&this[i(350)](a)}})),this[e(242)]()}[Zr(285)](){const t=Zr,e=this[t(348)],n=e[t(270)][t(316)](Tr),o=e[t(264)][t(316)](t(252));e[t(301)][t(330)](t(312),new Nr(e)),this[t(273)](e,t(247),((o,s,r)=>{const i=t;n[i(207)](r,e[i(264)][i(316)](i(252)))})),this[t(273)](n,ei(t(312),o),((e,{threadId:n})=>{const o=t,s=this[o(348)][o(270)][o(316)](Tr)[o(246)](n);s&&s[o(265)]&&this[o(297)](n)})),this[t(273)](n,ei(t(232),o),((n,{threadId:o})=>{const s=t;e[s(215)][s(278)]({isUndoable:!1},(t=>{const e=s,n=this[e(256)](o);for(const o of n)t[e(274)](o)}))})),this[t(273)](n,ei(t(239),o),((e,{threadId:n})=>{const o=t;this[o(329)](n),this[o(348)][o(250)][o(219)][o(275)]&&(this[o(348)][o(270)][o(316)](Tr)[o(246)](n)[o(265)]||this[o(348)][o(250)][o(219)][o(337)]())}),{priority:t(245)}),this[t(273)](n,ei(t(294),o),((e,{threadId:n})=>{this[t(329)](n)}),{priority:t(245)}),this[t(273)](n,ei(t(216),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,a=this[i(256)](s);!r&&0!=a[i(251)]&&n[i(240)](s)&&1===n[i(246)](s)[i(251)]&&e[i(215)][i(278)]({isUndoable:!1},(t=>{const e=i;for(const n of a)t[e(311)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(245)}),this[t(341)](),this[t(333)]()}[Zr(206)](){const t=Zr,e=this[t(348)][t(270)][t(316)](Tr),n=this[t(348)][t(264)][t(316)](t(252));for(const o of e[t(346)]({channelId:n}))e[t(323)](o.id),e[t(231)][t(221)](o.id);super[t(206)]()}[Zr(284)](t){const e=Zr;return this[e(256)](t)[e(251)]>0}[Zr(256)](t){const e=Zr,n=[];for(const o of this[e(348)][e(215)][e(306)])o[e(349)][e(322)](e(291)+t)&&n[e(227)](o);return n}[Zr(350)](t){const n=Zr,o=this[n(233)](t);o&&setTimeout((()=>{const s=n;this[s(298)]&&ni(this[s(298)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Zr(329)](t){const e=Zr;this[e(348)][e(215)][e(345)]((()=>{const n=e;for(const e of this[n(256)](t))this[n(348)][n(250)][n(212)](e)}))}[Zr(297)](t){const e=Zr,n=this[e(348)][e(270)][e(316)](Tr),o=this[e(348)][e(270)][e(316)](jr),s=n[e(246)](t);if(!s[e(332)]){const t=s[e(296)]((()=>this[e(233)](s.id)));o[e(259)](t),s[e(287)]=!1}}[Zr(341)](){const t=Zr,e=this[t(348)];e[t(334)][t(234)](t(220))[t(258)]({model:t(237),view:(n,o)=>{const s=t,{id:r}=ni(n[s(338)]),i=e[s(270)][s(316)](Tr)[s(246)](r),a=this[s(298)]&&ni(this[s(298)]).id===r;if(i&&i[s(268)]&&!a&&n[s(293)])return o[s(267)][s(343)](n[s(293)],s(304)+n[s(338)]),o[s(267)][s(343)](n[s(293)],s(235)+n[s(338)]),null;const c=[s(324)];return a&&c[s(227)](s(326)),{classes:c,attributes:{"data-comment":r}}}}),e[t(334)][t(234)](t(255))[t(347)]({model:t(237),view:(n,{options:o})=>{const s=t,r=e[s(270)][s(316)](Tr),i=e[s(215)][s(306)][s(316)](n),{id:a,part:c}=ni(n);if(i&&!i[s(228)])return null;if(o[s(257)]){const t=r[s(246)](a);if(t&&t[s(268)])return null}return{group:s(237),name:c?a+":"+c:a}}}),e[t(334)][t(234)](t(253))[t(224)]({view:{name:t(237),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(352)](t(269),{"data-name":t(291)+e[t(272)]("id")})}),e[t(334)][t(234)](t(253))[t(211)]({view:t(237)})}[Zr(333)](){const t=Zr,e=this[t(348)],n=e[t(270)][t(316)](Tr),o=new Set,s=new Set;e[t(215)][t(208)][t(244)]((n=>{const r=t;let i=!1;for(const{name:t,data:a}of e[r(215)][r(208)][r(335)][r(331)]()){const{group:c,id:h}=ni(t);let u=a[r(260)];if(r(237)!==c||!u)continue;const d=r(318)===u[r(308)][r(339)];d||(u=oi(u,e[r(215)]),!u||u[r(289)]||!a[r(260)]||u[r(328)](a[r(260)]))?e[r(215)][r(321)](u)&&!d?this[r(286)]?o[r(330)](t):this[r(263)](t,h):(s[r(330)](t),o[r(221)](t),n[r(274)](t),i=!0):(n[r(311)](t,{range:u}),i=!0)}return i})),this.on(t(300),((n,s,r)=>{const i=t;if(!r&&o[i(303)])for(const t of o){const{id:n}=ni(t);o[i(221)](t),e[i(215)][i(306)][i(316)](t)&&this[i(263)](t,n)}})),this[t(273)](e[t(215)][t(208)],t(345),((r,i)=>{const a=t;for(const{name:t,data:{newRange:r}}of e[a(215)][a(208)][a(335)][a(331)]()){const{group:i,id:c}=ni(t);if(a(237)!==i)continue;const h=n[a(246)](c),u=this[a(284)](c);h&&(h[a(287)]||e[a(250)][a(219)][a(307)](a(344),(()=>{const t=a,o=e[t(270)][t(316)](br),s=n[t(213)][t(316)](h)[t(219)];o[t(295)](s)[t(205)]()}),{priority:a(245)}),h[a(287)]=u||!!r),r||(s[a(330)](t),o[a(221)](t))}if(i[a(325)])for(const t of s){const{id:e}=ni(t),s=n[a(246)](e),r=this[a(284)](e);o[a(221)](t),!s||r||s[a(265)]||s[a(204)](new Date)}s[a(282)]()}))}[Zr(233)](t){const e=Zr,n=this[e(348)],o=this[e(256)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(250)],o)}[Zr(226)](t){const e=Zr,n=this[e(256)](t);let o="",s=!1;for(const t of n){const n=t[e(209)]();for(const t of Array[e(309)](n[e(351)]()))t.is(e(276))?(o&&s&&(o+=" ",s=!1),o+=t[e(229)]):s=!0;s=!0}return o[e(266)](0,150)}[Zr(254)](t,e){const n=Zr,o=this[n(348)],s=o[n(270)][n(316)](Tr);let r=s[n(246)](e);const i=o[n(264)][n(316)](n(252)),a=o[n(270)][n(316)](jr);return r&&(r[n(265)]&&r[n(204)](null),r[n(332)])||(this[n(256)](e)[0][n(279)]?s[n(277)]({channelId:i,threadId:e})[n(315)]((t=>{const s=n;if(s(313)!==o[s(302)])if(r=t,r&&!r[s(332)]){const t=r[s(296)]((()=>this[s(233)](e)));a[s(259)](t),r[s(268)]&&this[s(329)](e)}else if(!r){const t=this[s(256)](e);o[s(215)][s(345)]((e=>{const n=s;for(const o of t)e[n(274)](o)}))}})):o[n(250)][n(219)][n(307)](n(344),(()=>{const t=n;if(s[t(246)](e))return;const c=o[t(270)][t(316)](br);r=s[t(248)]({channelId:i,threadId:e,target:()=>this[t(233)](e),context:{type:t(336),value:this[t(226)](e)}});const h=s[t(213)][t(316)](r)[t(219)],u=c[t(295)](h);u&&a[t(259)](u)}),{priority:n(245)})),r}[Zr(263)](t,e){const n=Zr,o=this[n(254)](t,e);o&&!o[n(299)]&&o[n(218)]({type:n(336),value:this[n(226)](e)})}[Zr(242)](){const t=Zr,n=this[t(348)];(0,s.surroundingMarkersDetector)(n[t(215)],(({left:o,entered:r})=>{const i=t;for(const t of o)if(si(t)){n.ui[i(241)][i(327)](ko(n[i(319)],i(230)));break}for(const t of r)if(si(t)){n.ui[i(241)][i(327)](ko(n[i(319)],i(214),(0,e.getEnvKeystrokeText)(s.ENTER_THREAD_KEYSTROKE)));break}}))}}function ei(t,e){return e?t+":"+e:t}function ni(t){const e=t[Zr(317)](":");return{group:e[0],id:e[1],part:e[2]}}function oi(t,e){const n=Zr,o=e[n(290)],s=e[n(288)](t[n(217)]);for(const r of t[n(261)]()){const{type:t,item:i,nextPosition:a}=r;if(n(336)===t||o[n(225)](i)){const t=e[n(320)](i);s[n(289)]&&(s[n(217)]=t),s[n(342)]=a}}return s}function si(t){const e=Zr;return e(237)===ni(t[e(349)])[e(222)]}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=ci;function ai(){const t=["81678noGsVZ","4946634hZOsRd","removeCommentThread","CommentsListView","_initKeyboardNavigation","init","plugins","locale","83730ldDiux","isEnabled","CommentThreadInputView","getAllMarkersForId","from","requires","listenTo","map","isFocused","2069505bmhHbl","push","archivedAt","low","find","217psipUE","get","Comment","view","componentFactory","addSourceCollector","innerView","64GSuaOj","bind","menuBar:comment","highest","focus","242474RxRRtb","activeMarker","comment:","hasMarkerForId","comment","_createUIButton","add","addCommentThread","change:activeAnnotations","execute","stop","focusTracker","collaboration.channelId","pluginName","addComment","length","277934WWkXVs","getRange","3435024zckYqB","set","keystrokes","_viewToController","CommentsUI","config","tooltip","escapeThread","commands","getCommentThread","editor","_threadToController","model","has","editing","hasCommentThread"];return(ai=function(){return t})()}function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=451]})(t,e)}!function(t){const e=ci,n=t();for(;;)try{if(372603===parseInt(e(469))/1+-parseInt(e(485))/2+-parseInt(e(511))/3*(parseInt(e(464))/4)+parseInt(e(452))/5+parseInt(e(503))/6*(parseInt(e(457))/7)+parseInt(e(487))/8+-parseInt(e(504))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ai);class hi extends t.Plugin{static get[ii(482)](){return ii(491)}static get[ii(516)](){return[Tr,ti,jr,br]}get[ii(506)](){return $o}get[ii(513)](){return Yo}[ii(508)](){const t=ii,e=this[t(497)],n=e[t(509)][t(458)](Tr),o=e[t(509)][t(458)](ti),s=e[t(509)][t(458)](br),r=e[t(509)][t(458)](jr);e.ui[t(461)][t(475)](t(473),(()=>{const e=t,n=this[e(474)](go.ButtonView);return n[e(493)]=!0,n})),e.ui[t(461)][t(475)](t(466),(()=>this[t(474)](go.MenuBarMenuListItemButtonView))),r[t(462)]((()=>{const e=t,s=[];for(const[t,r]of n[e(498)]){const n=o[e(514)](t.id),i=n[e(518)]((t=>t[e(486)]()));n[e(484)]>0&&s[e(453)]([r[e(460)],i])}return s})),this[t(517)](s,t(477),((e,s,r)=>{const i=t,a=Array[i(515)](r)[i(518)]((t=>t[i(463)]))[i(456)]((t=>n[i(490)][i(500)](t)));if(!a)return void(o[i(470)]=null);const c=n[i(490)][i(458)](a)[i(499)].id,h=i(471)+c;c&&o[i(472)](c)?o[i(470)]=h:o[i(470)]&&(o[i(470)]=null)})),this[t(517)](n,t(505),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(480)][i(451)]&&o[i(472)](s)&&e[i(501)][i(460)][i(468)]()}),{priority:t(467)}),this[t(517)](n,t(483),((s,{threadId:r,isFromAdapter:i})=>{const a=t;!i&&o[a(472)](r)&&n[a(502)](r)&&1===n[a(496)](r)[a(484)]&&(e[a(501)][a(460)][a(468)](),s[a(479)]())}),{priority:t(455)}),this[t(507)]()}[ii(474)](t){const e=ii,n=this[e(497)],o=new t(n[e(510)]),s=n[e(495)][e(458)](e(476));return o[e(488)]({label:ko(n[e(510)],e(459)),icon:ri}),o[e(465)](e(512)).to(s),this[e(517)](o,e(478),(()=>s[e(478)]())),o}[ii(507)](){const t=ii,e=this[t(497)],n=e[t(509)][t(458)](Tr);this[t(517)](n,t(494),((o,{threadId:s,channelId:r})=>{const i=t;if(r!==e[i(492)][i(458)](i(481)))return;const a=n[i(496)](s);a&&!a[i(454)]&&e[i(501)][i(460)][i(468)]()}),{priority:t(455)}),e[t(489)][t(488)](s.ENTER_THREAD_KEYSTROKE,((n,o)=>{const s=t,r=this[s(497)][s(509)][s(458)](ti);if(!r[s(470)])return;const i=e[s(509)][s(458)](Tr),{id:a}=ni(r[s(470)]),c=i[s(496)](a);c&&(i[s(498)][s(458)](c)[s(460)][s(468)](),o())}))}}function ui(){const t=["cut","change:isEnabled","delete","29217MRwkRa","1140595zzYTkn","CommentsOnly","329065niRsep","set","plugins","config","24vFUhNO","DragDrop","pluginName","commentsOnlyMode","addCommentThread","82dypVPs","view","_disableCommentsOnlyMode","clearForceDisabled","2310868cnwBgn","commentsOnly","stop","afterInit","stopListening","isEnabled","listenTo","highest","commands","360765vApHbD","editing","5eKCRWE","forceDisabled","editor","has","70jlXnZp","requires","document","_enableCommentsOnlyMode","clipboardInput","276042CAMEAO","affectsData","2860780XLJSgG","get"];return(ui=function(){return t})()}const di=li;function li(t,e){const n=ui();return(li=function(t,e){return n[t-=401]})(t,e)}!function(t){const e=li,n=t();for(;;)try{if(750700===parseInt(e(430))/1+-parseInt(e(441))/2*(parseInt(e(429))/3)+parseInt(e(424))/4+parseInt(e(413))/5*(-parseInt(e(422))/6)+-parseInt(e(402))/7+-parseInt(e(436))/8*(parseInt(e(411))/9)+-parseInt(e(417))/10*(parseInt(e(432))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ui);class pi extends t.Plugin{static get[di(438)](){return di(431)}static get[di(418)](){return[ti]}constructor(t){const e=di;super(t),this[e(433)](e(407),!1),this.on(e(427),((t,n,o)=>{const s=e;o?this[s(420)]():this[s(443)]()}))}[di(405)](){const t=di;!this[t(407)]&&this[t(415)][t(435)][t(425)](t(403))&&(this[t(407)]=!0)}[di(420)](){const t=di;for(const[e,n]of this[t(415)][t(410)])n[t(423)]&&t(440)!==e&&n[t(414)](t(439));this[t(415)][t(434)][t(416)](t(437))&&this[t(415)][t(434)][t(425)](t(437))[t(414)](t(439));const e=this[t(415)][t(412)][t(442)][t(419)];this[t(408)](e,t(426),(e=>e[t(404)]()),{priority:t(409)}),this[t(408)](e,t(421),(e=>e[t(404)]()),{priority:t(409)}),this[t(408)](e,t(428),(e=>e[t(404)]()),{priority:t(409)})}[di(443)](){const t=di;for(const[e,n]of this[t(415)][t(410)])n[t(423)]&&t(440)!==e&&n[t(401)](t(439));this[t(406)](this[t(415)][t(412)][t(442)][t(419)])}}function mi(){const t=["_uisData","7806skYrOJ","_addActiveAnnotation","register","init","switchTo","1022795VCmcLA","refilterAnnotations","202808qQwGFe","set","_setSelectedAnnotations","has","detach","get","annotationsuis-register-invalid-interface","collection","3835Wlvafz","activeAnnotations","144DDfTto","function","836NrNLZb","pluginName","87708BqULhW","_removeActiveAnnotation","6gDAFlM","annotationsuis-annotation-mismatch","deactivateAll","13926cfBJth","annotationsuis-register-already-registered","find","push","deactivate","_uis","delete","remove","add","plugins","22tUeAqj","type","activate","activeUIs","_activateAnnotation","_deactivateAllAnnotations","_assertAnnotationDoesNotBelongToMultipleUIs","annotationsuis-missing-ui","AnnotationsUIs","setActiveAnnotation","requires","context","hasActive","filter","size","destroy","length","from","listenTo","change:activeAnnotation","49xnSgsA","isActive","stopListening","8899308qAeanq","attach","265390uPXnqg","_visibleAnnotations"];return(mi=function(){return t})()}const fi=gi;function gi(t,e){const n=mi();return(gi=function(t,e){return n[t-=377]})(t,e)}!function(t){const e=gi,n=t();for(;;)try{if(688605===-parseInt(e(380))/1*(parseInt(e(408))/2)+parseInt(e(434))/3*(-parseInt(e(427))/4)+parseInt(e(413))/5*(-parseInt(e(431))/6)+parseInt(e(400))/7*(parseInt(e(415))/8)+parseInt(e(425))/9*(parseInt(e(405))/10)+-parseInt(e(403))/11+parseInt(e(429))/12*(parseInt(e(423))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mi);class ki extends t.ContextPlugin{static get[fi(390)](){return[br]}static get[fi(428)](){return fi(388)}constructor(t){const e=fi;super(t),this[e(383)]=new Set,this[e(439)]=new Map,this[e(407)]=new Map}[fi(411)](){const t=fi,e=this[t(391)][t(379)][t(420)](br);this[t(398)](e,t(384),((e,n)=>{const o=t;for(const t of this[o(383)]){const e=this[o(439)][o(420)](t);(0,this[o(407)][o(420)](t)[o(393)])(n)&&e[o(389)](n)}})),this[t(398)](e,t(385),(()=>{const e=t;for(const t of this[e(383)])this[e(439)][e(420)](t)[e(389)](null)})),this[t(398)](e[t(406)],t(378),((e,n)=>{this[t(386)](n)}))}[fi(392)](){const t=fi;return this[t(383)][t(394)]>0}[fi(401)](t){const e=fi;return this[e(383)][e(418)](t)}[fi(382)](t,n=()=>!0){const o=fi,s=this[o(391)][o(379)][o(420)](br);if(!this[o(439)][o(418)](t))throw new e.CKEditorError(o(387),this,{uiName:t});this[o(401)](t)&&this[o(438)](t),this[o(383)][o(378)](t);const r=new mr;(function({source:t,target:e,filter:n}){const o=dr;for(const s of t)n(s)&&e[o(334)](s);e[o(333)](t,o(334),((t,s)=>{const r=o;n(s)&&e[r(334)](s)})),e[o(333)](t,o(365),((t,n)=>{const s=o;e[s(349)](n)&&e[s(365)](n)}))})({source:s[o(406)],target:r,filter:n}),this[o(407)][o(416)](t,{collection:r,filter:n});const i=this[o(439)][o(420)](t);i[o(404)](r),this[o(398)](i,o(399),((t,e,n,r)=>{const i=o;r&&s[i(430)](r),n&&s[i(409)](n)}))}[fi(438)](t){const n=fi;if(this[n(383)][n(440)](t),!this[n(439)][n(418)](t))throw new e.CKEditorError(n(387),this,{uiName:t});const o=this[n(439)][n(420)](t);o[n(419)](),this[n(402)](o),this[n(407)][n(420)](t)[n(422)][n(395)](),this[n(407)][n(440)](t)}[fi(412)](t){const n=fi;if(!this[n(439)][n(418)](t))throw new e.CKEditorError(n(387),this,{uiName:t});const o=this[n(391)][n(379)][n(420)](br),s=Array[n(397)](o[n(424)])[0]||null;this[n(433)](),this[n(382)](t);const r=this[n(439)][n(420)](t);r[n(389)](s),r[n(417)]&&s&&r[n(417)]([s])}[fi(433)](){const t=fi;for(const e of this[t(383)])this[t(438)](e)}[fi(410)](t,n){const o=fi;if(this[o(439)][o(418)](t))throw new e.CKEditorError(o(435));if(o(426)!=typeof n[o(404)]||o(426)!=typeof n[o(419)]||o(426)!=typeof n[o(389)])throw new e.CKEditorError(o(421),null);this[o(439)][o(416)](t,n)}[fi(414)](){const t=fi,e=this[t(391)][t(379)][t(420)](br)[t(422)],n=new Map,o=Array[t(397)](this[t(383)]);for(const e of this[t(383)]){const o=this[t(407)][t(420)](e)[t(422)];for(const s of o)n[t(416)](s,e)}for(const s of e){const e=n[t(420)](s);this[t(386)](s);const r=o[t(436)]((e=>this[t(407)][t(420)](e)[t(393)](s)));e!==r&&(e&&this[t(407)][t(420)](e)[t(422)][t(377)](s),r&&this[t(407)][t(420)](r)[t(422)][t(378)](s))}}[fi(395)](){const t=fi;this[t(433)](),super[t(395)]()}[fi(386)](t){const n=fi,o=[];for(const e of this[n(383)])(0,this[n(407)][n(420)](e)[n(393)])(t)&&o[n(437)](e);if(o[n(396)]>1)throw new e.CKEditorError(n(432),null,{matchedUIs:o,annotationType:t[n(381)]})}}var vi=n(573),bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(vi.A,bi);vi.A.locals;const Ii=_i;function _i(t,e){const n=wi();return(_i=function(t,e){return n[t-=391]})(t,e)}function wi(){const t=["Annotations list","length","div","97210UlPDsc","80NuQeVM","_updateItemPositionInFocusables","added","createCollection","source","application","212850kaRPqz","focusPrevious","forEach","class","551683wcVlrB","Annotations sidebar","1604Eampbf","focusNext","setTemplate","listenTo","list","ck-reset","focusFirst","2217HCyWXo","12abWkWM","uiLanguageDirection","set","bindTemplate","arrowdown","add","focus","removed","getIndex","delegate","622071GWtqgL","number","16586yXTISZ","_setupKeyboardNavigation","focusTracker","48fcIRWt","arrowup","render","focusCycler","change:top","26FlDvbJ","change","remove","focusables","minHeight","ck-sidebar","3341212khxdvT","top","element"];return(wi=function(){return t})()}!function(t){const e=_i,n=t();for(;;)try{if(345277===parseInt(e(397))/1*(-parseInt(e(405))/2)+parseInt(e(437))/3*(parseInt(e(430))/4)+parseInt(e(418))/5*(-parseInt(e(424))/6)+parseInt(e(411))/7+parseInt(e(400))/8*(parseInt(e(395))/9)+-parseInt(e(417))/10+parseInt(e(428))/11*(-parseInt(e(438))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);const yi=(0,e.toUnit)("px");class Ai extends go.View{constructor(t){const n=_i;super(t);const o=this[n(441)];this[n(440)](n(409),0),this[n(440)](n(427),""),this[n(434)]=this[n(421)](),this[n(408)]=this[n(421)](),this[n(434)][n(394)](n(401),n(442)).to(this),this[n(399)]=new e.FocusTracker,this[n(403)]=new go.FocusCycler({focusables:this[n(408)],focusTracker:this[n(399)]}),this[n(432)]({tag:n(416),attributes:{class:["ck",n(410),n(435),o.to(n(427))],style:{minHeight:o.to(n(409),(t=>n(396)==typeof t?yi(t+10):null))},dir:t[n(439)],role:n(423),"aria-label":ko(t,n(429)),tabindex:0},children:[{tag:n(416),attributes:{role:n(434),"aria-label":ko(t,n(414))},children:this[n(434)]}]})}[Ii(402)](){const t=Ii;super[t(402)](),this[t(398)]()}[Ii(391)](){const t=Ii;this[t(403)][t(436)]()}[Ii(398)](){const t=Ii;this[t(434)][t(394)](t(404)).to(this),this.on(t(404),(e=>{const n=t;this[n(419)](e[n(422)])})),this[t(434)][t(426)]((e=>{const n=t;this[n(399)][n(443)](e[n(413)]),this[n(419)](e)})),this[t(434)].on(t(406),((e,n)=>{const o=t;for(const t of n[o(392)])this[o(399)][o(407)](t[o(413)]),this[o(408)][o(407)](t);for(const t of n[o(420)])this[o(399)][o(443)](t[o(413)]),this[o(419)](t)})),this.on(t(401),(()=>{const e=t;this[e(403)][e(425)]()})),this.on(t(442),(()=>{const e=t;this[e(403)][e(431)]()})),this[t(433)](this[t(413)],t(391),(()=>{this[t(391)]()}))}[Ii(419)](t){const e=Ii,n=this[e(408)][e(393)](t);let o,s;for(const n of this[e(408)])if(t[e(412)]<n[e(412)]){o=n;break}if(s=o?this[e(408)][e(393)](o):this[e(408)][e(415)],-1!==n){if(n===s-1)return;this[e(408)][e(407)](t),s=o?this[e(408)][e(393)](o):this[e(408)][e(415)]}this[e(408)][e(443)](t,s)}}const Ti=Ci;function Ci(t,e){const n=Oi();return(Ci=function(t,e){return n[t-=177]})(t,e)}!function(t){const e=Ci,n=t();for(;;)try{if(141976===parseInt(e(183))/1*(-parseInt(e(197))/2)+-parseInt(e(216))/3+parseInt(e(210))/4*(-parseInt(e(178))/5)+parseInt(e(196))/6*(parseInt(e(205))/7)+-parseInt(e(192))/8*(parseInt(e(195))/9)+parseInt(e(187))/10+parseInt(e(194))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oi);const Ei=(0,e.toUnit)("px");class xi extends go.View{constructor(t){const e=Ci;super(t),this[e(193)](e(184),0),this[e(193)](e(202),0),this[e(189)](e(203)).to(this,e(184),this,e(202),((t,e)=>t+e)),this[e(193)](e(215),!1),this[e(181)]=$s((()=>this[e(188)]())),this[e(209)]=null,this[e(198)]=this[e(211)](),this[e(198)][e(213)](e(214),e(186)).to(this);const n=this[e(191)];this[e(206)]({tag:e(212),attributes:{class:[e(200),n.to(e(215),(t=>t?e(207):""))],style:{top:n.to(e(184),(t=>Ei(t)))},role:e(190)},children:this[e(198)]})}[Ti(208)](){const t=Ti;super[t(208)](),this[t(181)][t(179)](this[t(182)])}[Ti(177)](){const t=Ti;this[t(198)][t(185)]&&this[t(198)][t(185)][t(177)]()}[Ti(188)](){const t=Ti,e=this[t(182)][t(201)];e&&(this[t(202)]=e)}[Ti(180)](){const t=Ti;this[t(198)][t(199)](),this[t(181)][t(204)](),super[t(180)]()}}function Oi(){const t=["_mutationObserver","element","46shYRzD","top","first","arrowdown","1320880BuJoqm","updateHeight","bind","presentation","bindTemplate","237392RmTrNk","set","3731937eRYjsa","63DTuiVB","12dguxfs","7026yIcERq","content","clear","ck-sidebar-item","clientHeight","height","bottom","detach","348677CWmOQW","setTemplate","ck-sidebar-item--no-animation","render","_targetTop","3860NdiacG","createCollection","div","delegate","arrowup","isAnimationDisabled","164580vEstkI","focus","25QRqqFM","attach","destroy"];return(Oi=function(){return t})()}const Ni=Si;function Si(t,e){const n=Ri();return(Si=function(t,e){return n[t-=207]})(t,e)}!function(t){const e=Si,n=t();for(;;)try{if(654742===-parseInt(e(295))/1+-parseInt(e(242))/2*(-parseInt(e(209))/3)+-parseInt(e(244))/4*(parseInt(e(289))/5)+parseInt(e(217))/6*(parseInt(e(232))/7)+parseInt(e(277))/8+parseInt(e(266))/9*(-parseInt(e(284))/10)+parseInt(e(257))/11*(parseInt(e(259))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ri);class Mi extends t.ContextPlugin{static get[Ni(222)](){return Ni(254)}constructor(t){const e=Ni;super(t),this[e(294)](e(297),void 0),this[e(233)]=this[e(216)](),this[e(294)](e(282),null),this[e(252)]=25,this[e(293)]=new Map,this[e(235)]=new Map,this[e(278)][e(208)][e(285)](e(211),!1),this[e(250)]=null,this[e(237)]=null,this[e(296)]=[]}[Ni(255)](){const t=Ni,e=this[t(278)][t(208)][t(249)](t(230));e&&this[t(207)](e)}[Ni(207)](t){const n=Ni;if(!Li(t))throw new e.CKEditorError(n(290));this[n(282)]=t}[Ni(281)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ni;if(!Li(this[o(282)]))throw new e.CKEditorError(o(223),this);this[o(282)][o(248)](this[o(233)][o(262)]),this[o(233)][o(210)]=t,this[o(252)]=n}[Ni(274)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ni,s=this[o(220)](t);this[o(233)][o(240)][o(236)](s),this[o(231)](t),e&&this[o(246)](this[o(220)](e)),n&&this[o(246)](this[o(220)](n)),this[o(272)]()}[Ni(287)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ni;if(this[o(237)]=e,t){t[o(288)]=!1;const e=this[o(220)](t);e&&n&&(e[o(256)]=!1)}if(e){const t=this[o(220)](e);t&&(e[o(288)]=!0,n&&(t[o(256)]=!0,t[o(243)]+=1),this[o(246)](t))}}[Ni(273)](t){const e=Ni;if(this[e(233)][e(262)][e(236)](),t)for(const n of t)this[e(231)](n);this[e(233)][e(240)][e(283)](),this[e(233)][e(210)]="",this[e(297)]=null}[Ni(239)](t,e){const n=Ni;e||(e=t[n(233)]);const o=new xi(this[n(278)][n(225)]);this[n(293)][n(294)](o,t),this[n(235)][n(294)](t,o),o[n(212)][n(269)](e),this[n(214)](t[n(233)],n(213),((e,s,r)=>{const i=n,a=this[i(258)](t,r);o[i(292)]!=a&&(o[i(292)]=a,this[i(241)](o,a))})),this[n(214)](o,n(279),(()=>{const t=n;this[t(271)](o,t(243))})),this[n(214)](o,n(260),(()=>{const t=n;this[t(271)](o,t(291))})),this[n(246)](o);const s=this[n(268)](o);return s&&this[n(238)](s,o)||this[n(246)](o),this[n(272)](),this[n(233)][n(240)][n(269)](o),o}[Ni(228)](t){const e=Ni;if(!t[e(212)][e(261)])return;const n=this[e(268)](t);if(!n)return;const o=this[e(293)][e(249)](n),s=this[e(237)];s&&s===o?this[e(238)](n,t):this[e(275)](t,n)}[Ni(226)](t){const e=Ni;if(!t[e(212)][e(261)])return;const n=this[e(221)](t);if(!n)return;const o=this[e(293)][e(249)](n),s=this[e(278)][e(208)][e(249)](e(211)),r=this[e(237)];r&&r===o&&s?(this[e(275)](n,t),this[e(238)](t,n)):r&&r===o?this[e(275)](n,t):this[e(238)](t,n)}[Ni(271)](t,e){const n=Ni;0===this[n(296)][n(261)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(296)])t(243)===n?this[t(228)](e):this[t(226)](e);this[t(296)]=[]}),10),this[n(296)][n(215)]({sidebarItemView:t,changedProp:e})}[Ni(220)](t){const e=Ni;return this[e(235)][e(249)](t)}[Ni(280)](){const t=Ni;this[t(229)](),this[t(233)][t(280)]()}[Ni(231)](t){const e=Ni,n=this[e(220)](t);this[e(229)](n),this[e(229)](t[e(233)]),n[e(280)](),this[e(235)][e(286)](t),this[e(293)][e(286)](n)}[Ni(216)](){const t=Ni,e=new Ai(this[t(278)][t(225)]);return e[t(267)](),this.on(t(265),((n,o,s,r)=>{const i=t;r&&e[i(219)](i(264)),s?e[i(251)](i(264)).to(s,i(291)):e[i(264)]=null})),e}[Ni(272)](){const t=Ni;var e;this[t(297)]=(null===(e=this[t(250)])||void 0===e?void 0:e[t(245)])?this[t(220)](this[t(250)][t(245)]):null}[Ni(268)](t){const e=Ni;var n;const o=this[e(293)][e(249)](t),s=o&&(null===(n=this[e(250)])||void 0===n?void 0:n[e(249)](this[e(250)][e(227)](o)-1));return s&&this[e(220)](s)||null}[Ni(221)](t){const e=Ni;var n;const o=this[e(293)][e(249)](t),s=o&&(null===(n=this[e(250)])||void 0===n?void 0:n[e(249)](this[e(250)][e(227)](o)+1));return s&&this[e(220)](s)||null}[Ni(275)](t,e){const n=Ni;t[n(253)]();const o=Vi(e[n(291)]+this[n(252)],t[n(243)]);return!!o&&(this[n(241)](e,e[n(243)]-o),!0)}[Ni(238)](t,e){const n=Ni;t[n(253)]();const o=Vi(t[n(291)]+this[n(252)],e[n(243)]);return!!o&&(this[n(241)](e,e[n(243)]+o,!1),!0)}[Ni(246)](t){const e=Ni,n=this[e(293)][e(249)](t);if(!n||!n[e(224)]||!n[e(263)])return;const o=this[e(258)](n,n[e(263)]);this[e(241)](t,o)}[Ni(258)](t,n){const o=Ni;if(null===n)return 0;if(t[o(224)]instanceof e.Rect)return n[o(243)];{const t=new e.Rect(this[o(233)][o(262)])[o(243)];return n[o(243)]-t}}[Ni(241)](t,e,n=this[Ni(278)][Ni(208)][Ni(249)](Ni(211))){const o=Ni;n&&(e=Math[o(247)](e,this[o(276)](t))),t[o(243)]=e}[Ni(276)](t){const e=Ni;let n=this[e(268)](t),o=0;for(;n;)n[e(253)](),o+=this[e(252)]+n[e(270)],n=this[e(268)](n);return o}}function Ri(){const t=["max","appendChild","get","_annotations","bind","_spaceBetweenItems","updateHeight","Sidebar","init","isAnimationDisabled","11ZUsmps","_getTargetTop","18183576HbLMxm","change:bottom","length","element","targetRect","minHeight","change:_lastItem","3450537mCqXJM","render","_getItemBefore","add","height","_recalculate","_updateLastItem","_detachFromContainer","rearrange","_alignBeforeItem","_getMaxAvailableTop","3219008utVxlG","context","change:top","destroy","_attachToContainer","container","clear","10BpDMWu","define","delete","refresh","isActive","30HkQVWP","sidebar-setcontainer-invalid-element","bottom","_targetTop","_sidebarItemViewToAnnotation","set","1236141apSFAd","_recalculateBuffer","_lastItem","setContainer","config","566421sSBadY","class","sidebar.preventScrollOutOfView","content","change:targetRect","listenTo","push","_createSidebarView","122538SZBZaE","nodeType","unbind","getSidebarItemView","_getItemAfter","pluginName","sidebar-attachtocontainer-missing-container","target","locale","_alignForBottomChange","getIndex","_alignForTopChange","stopListening","sidebar.container","_destroySidebarItemView","35QGWTAt","view","object","_annotationToSidebarItemView","remove","_activeAnnotation","_alignAfterItem","addAnnotation","list","_setItemTop","6CBaKdx","top","207956VhYePU","last","_alignToTargetRect"];return(Ri=function(){return t})()}function Vi(t,e){return Math[Ni(247)](t-e,0)}function Li(t){const e=Ni;return null!==t&&e(234)==typeof t&&1===t[e(218)]}const ji=Di;function Pi(){const t=["isAttached","155580pObSho","getOrderedSelectedAnnotations","attach","listenTo","99kLWhTs","18210tRywHf","_annotations","set","refresh","WideSidebar","1056ZzJWQz","_detachFromContainer","addAnnotation","register","ready","1587592HfeuAN","add","activeAnnotation","2252wApjBv","plugins","high","59653mzBgPw","setActiveAnnotation","from","switchTo","widesidebar-attach-already-attached","stop","addEventListener","change:container","removeEventListener","get","remove","uiUpdate","off","_destroyEditorAnnotationsIntegration","_attachToContainer","pluginName","requires","cancel","EditorAnnotations","_refreshPositioningDebounced","editors","stopListening","739980EBkBTh","_editorAnnotations","950120eRlwkf","wideSidebar","45nWNsCB","init","_integrateWithEditorAnnotations","ck-sidebar--wide","refreshPositioning","annotations","rearrange","resize","196tmqyoU","blur","set:container","destroy","detach","hasDomSelection","container","widesidebar-detach-not-attached","context","focus","_activeAnnotation","updateTargetRect","has"];return(Pi=function(){return t})()}function Di(t,e){const n=Pi();return(Di=function(t,e){return n[t-=123]})(t,e)}!function(t){const e=Di,n=t();for(;;)try{if(399847===-parseInt(e(135))/1+-parseInt(e(129))/2+-parseInt(e(124))/3*(parseInt(e(132))/4)+parseInt(e(157))/5+-parseInt(e(183))/6*(-parseInt(e(169))/7)+parseInt(e(159))/8*(parseInt(e(161))/9)+parseInt(e(188))/10*(-parseInt(e(187))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pi);class Bi extends t.ContextPlugin{static get[ji(151)](){return[Mi,ki]}static get[ji(150)](){return ji(123)}constructor(t){const n=ji;super(t),this[n(182)]=!1,this[n(190)](n(131),null),this[n(166)]=null,this[n(158)]=new e.Collection,this[n(154)]=Xs((()=>{const t=n;this[t(166)][t(165)]()}),250,{leading:!1})}[ji(162)](){const t=ji,e=this[t(177)][t(133)][t(144)](ki),n=this[t(177)][t(133)][t(144)](Mi);e[t(127)](t(160),this),n[t(175)]&&e[t(138)](t(160))}[ji(136)](t){const e=ji;if(t===this[e(131)])return;const n=this[e(177)][e(133)][e(144)](Mi);n[e(179)]=t;const o=this[e(131)];this[e(131)]=t,n[e(191)]({blurredAnnotation:o,activatedAnnotation:this[e(131)]})}[ji(185)](n){const o=ji;this[o(166)]=n;const s=this[o(177)][o(133)][o(144)](Mi);if(s[o(189)]=n,this[o(182)])throw new e.CKEditorError(o(139),this);this[o(182)]=!0,this[o(186)](s,o(171),(()=>{const t=o;this[t(173)](),this[t(186)](s,t(142),(e=>{const o=t;e[o(147)](),this[o(185)](n)}))})),s[o(149)]({viewClass:o(164)});const r=t=>{const e=o;t[e(180)](),s[e(126)](t)};for(const t of n)r(t);this[o(186)](n,o(130),((t,e)=>{r(e)})),this[o(186)](n,o(145),((t,e,r)=>{const i=o;s[i(167)]({removedAnnotation:e,previousAnnotation:n[i(144)](r-1),nextAnnotation:n[i(144)](r+1)}),e===this[i(131)]&&this[i(136)](null)}),{priority:o(134)}),this[o(186)](n,o(178),((t,e)=>{this[o(136)](e)})),this[o(186)](n,o(170),(()=>{this[o(136)](null)}));const i=this[o(177)]instanceof t.Context?this[o(177)][o(155)]:new e.Collection([this[o(177)]]);for(const t of i)this[o(163)](t);this[o(186)](i,o(130),((t,e)=>{const n=o;this[n(186)](e,n(128),(()=>{this[n(163)](e)}))})),this[o(186)](i,o(145),((t,e)=>{const n=o;e[n(133)][n(181)](n(153))&&this[n(148)](e[n(133)][n(144)](n(153)))})),window[o(141)](o(168),this[o(154)]),this[o(166)][o(165)]()}[ji(173)](){const n=ji;if(!this[n(182)])throw new e.CKEditorError(n(176),this);this[n(136)](null);const o=this[n(177)][n(133)][n(144)](Mi);o[n(125)](this[n(166)]),this[n(156)](o),this[n(156)](this[n(166)]),this[n(177)]instanceof t.Context&&this[n(156)](this[n(177)][n(155)]);for(const t of Array[n(137)](this[n(158)]))this[n(148)](t);window[n(143)](n(168),this[n(154)]),this[n(154)][n(152)](),this[n(131)]=null,this[n(182)]=!1,this[n(166)]=null}[ji(172)](){const t=ji;this[t(182)]&&this[t(173)]()}[ji(163)](t){const e=ji;if(!t[e(133)][e(181)](e(153)))return;const n=t[e(133)][e(144)](e(153)),o=()=>{const t=e,o=n[t(184)]({annotations:this[t(166)],activeAnnotation:this[t(131)]});this[t(136)](o[0]||null)};this[e(186)](n,e(191),o),this[e(186)](n,e(170),((t,{isAnnotationTracked:n})=>{const o=e;this[o(131)]&&n(this[o(131)])&&this[o(136)](null)})),this[e(186)](n,e(146),(()=>{this[e(154)]()})),this[e(186)](this[e(166)],e(170),(t=>{const s=e;n[s(174)]()&&(o(),t[s(140)]())}),{priority:e(134)}),this[e(158)][e(130)](n)}[ji(148)](t){const e=ji;this[e(156)](t),this[e(158)][e(145)](t)}}function Ki(){const t=["extendTemplate","156ujpksm","number","...","ck-annotation-counter","_badge","882832VLJslT","children","add","icon","905994SnUenK","114755vnaDsV","30SNRaYF","isDirty","annotationType","11529nMrRlI","ck-annotation-counter__badge--","ck-annotation-counter__badge","1784363iqMidF","toString","bindTemplate","5020ltTkTP","bind","counterView","setTemplate","set","ck-annotation-counter__badge--edit-mode","span","245228odLmNV","34534iQOuKQ"];return(Ki=function(){return t})()}function Fi(t,e){const n=Ki();return(Fi=function(t,e){return n[t-=424]})(t,e)}!function(t){const e=Fi,n=t();for(;;)try{if(826466===parseInt(e(439))/1+-parseInt(e(428))/2*(-parseInt(e(441))/3)+-parseInt(e(427))/4+parseInt(e(440))/5*(parseInt(e(430))/6)+-parseInt(e(447))/7+parseInt(e(435))/8+-parseInt(e(444))/9*(parseInt(e(450))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ki);class Hi extends go.ButtonView{constructor(t){const e=Fi;super(t);const n=this[e(449)];this[e(424)](e(442),!1),this[e(424)](e(431),0),this[e(451)](e(434)).to(this,e(442),this,e(431),((t,n)=>t?e(432):n[e(448)]())),this[e(424)](e(443),""),this[e(438)]=ri,this[e(429)]({attributes:{class:[e(433)]}}),this[e(452)]=new go.View,this[e(452)][e(453)]({tag:e(426),attributes:{class:[e(446),n.to(e(443),(t=>e(445)+t)),n.if(e(442),e(425))]},children:[{text:n.to(e(434))}]}),this[e(436)][e(437)](this[e(452)])}}var zi=n(197),Ui={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(zi.A,Ui);zi.A.locals;const Wi=Yi;function Yi(t,e){const n=qi();return(Yi=function(t,e){return n[t-=219]})(t,e)}function qi(){const t=["narrowsidebar-detach-not-attached","set","focus","removeEventListener","2606692UrQKiy","type","length","values","_setSelectedAnnotations","create","unpin","refresh","get","rearrange","southArrowNorthEast","537111MZESES","preventDefault","4214000iHUqDm","editors","first","getByView","getOrderedSelectedAnnotations","_refreshPositioningDebounced","change:container","hasDomSelection","init","northArrowSouthEast","_hideBalloon","blur","cancel","isDirty","refreshPositioning","defaultPositions","pluginName","_annotationToNarrowView","addEventListener","_annotations","resize","add","set:container","number","_refreshPositioning","ready","isAttached","114zSeCoN","contains","15aJjAkx","register","195724YSgQUP","focusableElements","_manuallyClosedAnnotationViews","requires","preventClosingBalloon","off","southArrowNorthWest","southArrowNorth","_updateBalloonPosition","setActiveAnnotation","clear","401779TYUDMJ","change:height","uiUpdate","EditorAnnotations","ck-sidebar--narrow","northArrowSouth","detach","find","context","_attachListeners","high","5zNsHTo","mousedown","keydown","narrowSidebar","addAnnotation","18703256YXQdIw","locale","destroy","view","attachToDom","activeAnnotation","attach","annotationType","Esc","stop","_domEmitter","has","delete","_editorAnnotations","_attachToContainer","_destroyEditorAnnotationsIntegration","includes","stopPropagation","keyCode","northArrowSouthWest","_integrateWithEditorAnnotations","plugins","_detachFromContainer","pin","annotations","listenTo","detachFromDom","balloonPanelView","bind","NarrowSidebar","_selectedAnnotations","isVisible","esc","low","from","bodyCollection","narrowsidebar-attach-already-attached","90821CqqwMw","getSidebarItemView","target","_showBalloon","_detachListeners","remove","execute","96XgEIwA","content","element","stopListening"];return(qi=function(){return t})()}!function(t){const e=Yi,n=t();for(;;)try{if(599337===-parseInt(e(299))/1+-parseInt(e(235))/2*(parseInt(e(233))/3)+-parseInt(e(314))/4*(-parseInt(e(257))/5)+parseInt(e(231))/6*(parseInt(e(246))/7)+parseInt(e(306))/8*(parseInt(e(325))/9)+parseInt(e(327))/10+-parseInt(e(262))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Gi extends t.ContextPlugin{static get[Wi(238)](){return[Mi,ki]}static get[Wi(220)](){return Wi(291)}constructor(t){const n=Wi;super(t),this[n(230)]=!1,this[n(237)]=new Set,this[n(272)]=Object[n(319)](e.DomEmitterMixin),this[n(221)]=new Map,this[n(311)](n(267),null),this[n(286)]=null,this[n(292)]=[],this[n(275)]=new e.Collection,this[n(332)]=Xs((()=>{this[n(228)]()}),250,{leading:!1})}[Wi(335)](){const t=Wi;this[t(254)][t(283)][t(322)](ki)[t(234)](t(260),this),this[t(297)]=new go.BodyCollection(this[t(254)][t(263)]),this[t(289)]=new go.BalloonPanelView(this[t(254)][t(263)]),this[t(297)][t(266)](),this[t(297)][t(225)](this[t(289)])}[Wi(268)](n){const o=Wi;this[o(286)]=n;const s=this[o(254)][o(283)][o(322)](Mi),r=this[o(289)];if(s[o(223)]=n,this[o(230)])throw new e.CKEditorError(o(298),this);this[o(230)]=!0,this[o(287)](s,o(226),(()=>{const t=o;this[t(252)](),this[t(287)](s,t(333),(e=>{const o=t;e[o(240)](),this[o(268)](n)}))})),s[o(276)]({viewClass:o(250),spaceBetweenItems:5});const i=t=>{const e=o,n=new Hi(this[e(254)][e(263)]);s[e(261)](t,n),this[e(221)][e(311)](t,n),n[e(290)](e(340),e(269),e(227)).to(t[e(265)],e(340),e(315),e(316)),n.on(e(305),(()=>{const n=e;this[n(237)][n(245)](),r[n(307)][n(329)]!==t[n(265)]?(this[n(302)](t),t[n(265)][n(308)][n(312)](),this[n(244)](t)):this[n(244)](null)}))};for(const t of n)i(t);this[o(287)](n,o(225),((t,e)=>{i(e)})),this[o(287)](n,o(304),((t,e,r)=>{const i=o;this[i(221)][i(322)](e)[i(264)](),this[i(221)][i(274)](e),s[i(323)]({removedAnnotation:e,previousAnnotation:n[i(322)](r-1),nextAnnotation:n[i(322)](r+1)}),e===this[i(267)]&&this[i(244)](null)}),{priority:o(295)}),this[o(287)](n,o(312),((t,e)=>{this[o(244)](e)})),this[o(287)](n,o(338),(()=>{this[o(244)](null)})),this[o(272)][o(287)](document,o(259),((t,n)=>{const s=o;n[s(280)]===e.keyCodes[s(294)]&&r[s(293)]&&(this[s(237)][s(225)](r[s(307)][s(329)]),this[s(337)](),n[s(279)](),n[s(326)]())})),this[o(272)][o(287)](document,o(258),((t,e)=>{const n=o,i=e[n(301)];r[n(293)]&&r[n(308)][n(232)](i)||s[n(265)][n(308)][n(232)](i)||t[n(239)]||this[n(267)]&&this[n(267)][n(236)][n(253)]((t=>t[n(232)](i)))||(this[n(237)][n(245)](),this[n(337)](),this[n(244)](null))}));const a=this[o(254)]instanceof t.Context?this[o(254)][o(328)]:new e.Collection([this[o(254)]]);for(const t of a)this[o(282)](t);this[o(287)](a,o(225),((t,e)=>{const n=o;this[n(287)](e,n(229),(()=>{this[n(282)](e)}))})),this[o(287)](a,o(304),((t,e)=>{const n=o;e[n(283)][n(273)](n(249))&&this[n(277)](e[n(283)][n(322)](n(249)))})),window[o(222)](o(224),this[o(332)]),this[o(228)]()}[Wi(244)](t){const e=Wi;if(t===this[e(267)])return;const n=this[e(254)][e(283)][e(322)](Mi);n[e(321)]({blurredAnnotation:this[e(267)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(300)](t)?this[e(302)](t):this[e(337)](),this[e(267)]=t}[Wi(252)](){const n=Wi;if(!this[n(230)])throw new e.CKEditorError(n(310),this);this[n(244)](null);const o=this[n(254)][n(283)][n(322)](Mi);this[n(337)](),Array[n(296)](this[n(221)][n(317)](),(t=>t[n(264)]())),this[n(221)][n(245)](),o[n(284)](this[n(286)]),this[n(309)](),this[n(272)][n(309)](),this[n(254)]instanceof t.Context&&this[n(309)](this[n(254)][n(328)]);for(const t of Array[n(296)](this[n(275)]))this[n(277)](t);window[n(313)](n(224),this[n(332)]),this[n(332)][n(339)](),this[n(292)]=[],this[n(230)]=!1,this[n(286)]=null}[Wi(264)](){const t=Wi;this[t(230)]&&this[t(252)](),this[t(297)][t(288)]()}[Wi(282)](t){const e=Wi;if(!t[e(283)][e(273)](e(249)))return;const n=t[e(283)][e(322)](e(249)),o=this[e(254)][e(283)][e(322)](Mi),s=this[e(286)],r=this[e(289)],i=()=>{const t=e,o=n[t(331)]({annotations:this[t(286)],activeAnnotation:this[t(267)]});this[t(318)](o),this[t(244)](o[0]||null)};this[e(287)](n,e(321),i),this[e(287)](n,e(338),((t,{isAnnotationTracked:n})=>{const o=e;this[o(267)]&&n(this[o(267)])&&(this[o(318)]([]),this[o(244)](null))})),this[e(287)](n,e(248),(()=>{this[e(332)]()})),this[e(287)](s,e(338),(t=>{const o=e;n[o(334)]()&&t[o(271)]()}),{priority:e(256)}),this[e(287)](this[e(272)],e(258),((t,s)=>{const a=e,c=s[a(301)];r[a(293)]&&r[a(308)][a(232)](c)||o[a(265)][a(308)][a(232)](c)||this[a(267)]&&n[a(334)]()&&(i(),t[a(239)]=!0)}),{priority:e(256)}),this[e(275)][e(225)](n)}[Wi(277)](t){const e=Wi;t&&(this[e(309)](t),this[e(275)][e(304)](t))}[Wi(318)](t){const e=Wi;for(const n of this[e(292)])t[e(278)](n)||this[e(237)][e(274)](n[e(265)]);this[e(292)]=t}[Wi(228)](){const t=Wi,e=this[t(289)];this[t(286)][t(341)](),e[t(293)]&&this[t(243)]()}[Wi(302)](t){const e=Wi;if(this[e(237)][e(273)](t[e(265)]))return;const n=this[e(289)][e(307)][e(329)];n!==t[e(265)]?(n&&this[e(303)](n),this[e(255)](t[e(265)]),this[e(289)][e(307)][e(245)](),this[e(289)][e(307)][e(225)](t[e(265)]),this[e(243)]()):this[e(243)]()}[Wi(243)](){const t=Wi,e=this[t(289)][t(307)][t(329)],n=e&&this[t(286)][t(330)](e);if(!n||!this[t(221)][t(273)](n))return;const o=this[t(221)][t(322)](n)[t(308)],s=function(){const e=t,n=go.BalloonPanelView[e(219)];return[n[e(324)],n[e(336)],n[e(242)],n[e(251)],n[e(241)],n[e(281)]]}();this[t(289)][t(285)]({target:o,positions:s})}[Wi(337)](){const t=Wi,e=this[t(289)],n=e[t(307)][t(329)];n&&(this[t(303)](n),e[t(320)](),e[t(307)][t(245)]())}[Wi(255)](t){const e=Wi;this[e(287)](t,e(247),(()=>this[e(243)]())),this[e(287)](t,e(270),((n,o)=>{const s=e;this[s(237)][s(225)](t),this[s(337)](),o()}))}[Wi(303)](t){this[Wi(309)](t)}}var Xi=n(874),Ji={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Xi.A,Ji);Xi.A.locals;function Zi(t,e){const n=$i();return(Zi=function(t,e){return n[t-=458]})(t,e)}const Qi=Zi;function $i(){const t=["editableElement","bottom","document","right","getClientRects","8163162zzVKwZ","22210NXXkQe","getOrderedSelectedAnnotations","focusTracker","blur","top","delete","add","selection","editor","hasView","updatePosition","requires","left","2996444BxGwpO","afterInit","view","17019znWhQy","detach","width","editing","670znEgSj","inlineannotations-detach-not-attached","set","every","Esc","_forceRefresh","_closeAnnotation","addObserver","domConverter","change:visibleView","update","3675UScOkU","push","annotations","getByView","fromRect","destroy","activeAnnotation","isAttached","getBoundingClientRect","hasActive","stopListening","context","includes","_addAnnotationToBalloon","change:isFocused","3494WTsvFv","init","plugins","focus","246eTWqYt","inline","find","showStack","register","84ltpUZc","listenTo","pluginName","visibleView","_manuallyClosed","switchTo","_addedAnnotations","428jMfCJs","954NwTaOd","_selectedAnnotations","_setSelectedAnnotations","_getBalloonTargetForAnnotation","has","isActive","change:height","setActiveAnnotation","inlineannotations-not-allowed-with-context","InlineAnnotations","refresh","_balloon","_removeAnnotationFromBalloon","isFocused","attach","remove","mousedown","clear","viewRangeToDom","get","859880tzhmMI","getFirstRange","length","targetRect","target","from","keystrokes","inlineannotations-attach-already-attached","collapse","map"];return($i=function(){return t})()}!function(t){const e=Zi,n=t();for(;;)try{if(760635===parseInt(e(529))/1*(parseInt(e(533))/2)+parseInt(e(514))/3*(parseInt(e(545))/4)+parseInt(e(483))/5*(parseInt(e(546))/6)+parseInt(e(482))/7+parseInt(e(467))/8+parseInt(e(499))/9*(parseInt(e(503))/10)+parseInt(e(496))/11*(-parseInt(e(538))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class ta extends t.Plugin{static get[Qi(494)](){return[jr,go.ContextualBalloon,ki]}static get[Qi(540)](){return Qi(555)}constructor(t){const e=Qi;super(t),t[e(502)][e(498)][e(510)](Co.MouseObserver),this[e(521)]=!1,this[e(505)](e(520),null),this[e(516)]=null,this[e(542)]=new Set,this[e(458)]=t[e(531)][e(466)](go.ContextualBalloon),this[e(544)]=new Set,this[e(547)]=[],this[e(508)]=!1}[Qi(530)](){const t=Qi,e=this[t(491)][t(531)][t(466)](ki);e[t(525)]===this[t(491)]&&(e[t(537)](t(534),this),this[t(491)][t(473)][t(505)](t(507),((e,n)=>{const o=t,s=this[o(458)];if(this[o(521)]&&s[o(541)]){const t=this[o(516)][o(517)](s[o(541)]);t&&this[o(509)](t),n()}})))}[Qi(497)](){const t=Qi,e=this[t(491)][t(531)][t(466)](ki);e[t(525)]===this[t(491)]&&(e[t(523)]()||e[t(543)](t(534)))}[Qi(553)](t){const e=Qi;t!==this[e(520)]&&(this[e(520)]&&(this[e(520)][e(551)]=!1),t&&this[e(491)].ui[e(485)][e(460)]&&(this[e(516)][e(550)](t)&&this[e(527)](t,!0),t[e(551)]=!0),t||this[e(548)]([]),this[e(520)]=t)}[Qi(461)](t){const n=Qi;this[n(516)]=t;const o=this[n(491)][n(531)][n(466)](ki),s=this[n(458)];if(this[n(521)])throw new e.CKEditorError(n(474),this);if(o[n(525)]!==this[n(491)])throw new e.CKEditorError(n(554),this);const r=this[n(491)][n(531)][n(466)](jr);this[n(539)](r,n(556),(()=>{const t=n,e=r[t(484)]({annotations:this[t(516)],activeAnnotation:this[t(520)]});var o,s;!this[t(508)]&&(o=e,s=this[t(547)],o[t(469)]===s[t(469)]&&o[t(506)]((e=>s[t(526)](e))))||(this[t(508)]=!1,this[t(548)](e),this[t(553)](e[0]||null))})),this[n(539)](r,n(486),((t,{isAnnotationTracked:e})=>{const o=n;this[o(520)]&&e(this[o(520)])&&(this[o(548)]([]),this[o(553)](null))})),this[n(539)](this[n(491)].ui[n(485)],n(528),((t,e,o)=>{o||this[n(553)](null)})),this[n(539)](t,n(462),((t,e)=>{const o=n;this[o(459)](e),e===this[o(520)]&&this[o(553)](null)})),this[n(539)](s,n(512),((e,o,r,i)=>{const a=n;i&&this[a(524)](i);const c=t[a(517)](r);r&&c&&(this[a(539)](r,a(552),(()=>{s[a(493)]()})),this[a(539)](r,a(507),(()=>{const t=a;this[t(509)](c),this[t(491)][t(502)][t(498)][t(532)]()})),this[a(520)]!==c&&this[a(553)](c))})),this[n(539)](this[n(491)].ui,n(513),(()=>{const e=n;s[e(541)]&&t[e(517)](s[e(541)])&&s[e(493)]()})),this[n(539)](this[n(491)][n(502)][n(498)][n(479)],n(463),(()=>{const t=n;this[t(508)]=!0,this[t(542)][t(464)]()})),this[n(491)][n(502)][n(498)][n(479)][n(490)][n(477)]&&this[n(491)][n(502)][n(498)][n(532)](),this[n(521)]=!0}[Qi(500)](){const t=Qi;if(!this[t(521)])throw new e.CKEditorError(t(504),this);this[t(553)](null);for(const e of this[t(544)])this[t(459)](e);this[t(524)](),this[t(521)]=!1,this[t(516)]=null}[Qi(519)](){const t=Qi;this[t(521)]&&this[t(500)]()}[Qi(548)](t){const e=Qi;for(const n of this[e(547)])t[e(526)](n)||this[e(542)][e(488)](n);for(const n of this[e(516)])t[e(526)](n)||this[e(459)](n);if(this[e(491)].ui[e(485)][e(460)])for(const n of t)this[e(527)](n);this[e(547)]=t}[Qi(527)](t,e=!1){const n=Qi;this[n(542)][n(550)](t)||(this[n(544)][n(550)](t)||this[n(458)][n(492)](t[n(498)])||(this[n(544)][n(489)](t),this[n(458)][n(489)]({stackId:t[n(498)].id,view:t[n(498)],position:{target:()=>this[n(549)](t)}})),e&&this[n(458)][n(536)](t[n(498)].id))}[Qi(549)](t){const n=Qi,o=t[n(471)],s=this[n(491)][n(502)][n(498)],r=s[n(479)][n(490)][n(468)](),i=s[n(511)][n(465)](r);if(i[n(475)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(515)](...(a=e[n(481)](),Array[n(472)](a)[n(476)](DOMRect[n(518)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(469)];n++)ea(s,t[n])?s[e(501)]+=t[n][e(501)]:(o[e(515)](s),s=t[n]);return o[e(515)](s),o}(t);const s=i[n(522)]();return t[n(535)]((t=>t[n(487)]<=s[n(487)]&&t[n(478)]>=s[n(478)]&&t[n(495)]<=s[n(495)]&&t[n(480)]>=s[n(480)]))||t[0]}var a;return t[n(470)]||i}[Qi(459)](t){const e=Qi;this[e(544)][e(550)](t)&&this[e(458)][e(492)](t[e(498)])&&(this[e(544)][e(488)](t),this[e(458)][e(462)](t[e(498)]))}[Qi(509)](t){const e=Qi;this[e(542)][e(489)](t),this[e(459)](t)}}function ea(t,e){const n=Qi;return t[n(487)]===e[n(487)]&&t[n(478)]===e[n(478)]&&t[n(480)]===e[n(495)]}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';function ra(){const t=["929850RIbAze","length","first","3656cCytDU","arrowdown","isEmpty","listenTo","set","298420okSxGX","destroy","setTemplate","EMPTY_COMMENTS_ARCHIVE","focusPrevious","div","369118djChIp","delegate","3521721xmXNNJ","focus","bindTemplate","9534hZmtPY","ck-hidden","focusNext","focusTracker","list","arrowup","11266029FVklpC","auto","ck-comments-archive","_setupKeyboardNavigation","isActive","_annotationViews","focusCycler","ck-comments-archive__content","COMMENTS_ARCHIVE_LIST_LABEL","ck-comments-archive__info","focusFirst","render","change","3246300JJlXcs","element","presentation","95tKQoKy","add","remove"];return(ra=function(){return t})()}const ia=aa;function aa(t,e){const n=ra();return(aa=function(t,e){return n[t-=236]})(t,e)}!function(t){const e=aa,n=t();for(;;)try{if(831002===parseInt(e(255))/1+-parseInt(e(241))/2+parseInt(e(257))/3+-parseInt(e(249))/4*(parseInt(e(238))/5)+parseInt(e(279))/6+parseInt(e(260))/7*(-parseInt(e(244))/8)+parseInt(e(266))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ra);class ca extends go.View{constructor(t,n){const o=aa;super(t),this[o(248)](o(246),!n[o(242)]),this[o(263)]=new e.FocusTracker,this[o(271)]=n,this[o(271)][o(256)](o(265),o(245)).to(this),this.on(o(265),(()=>{const t=o;this[t(272)][t(253)]()})),this.on(o(245),(()=>{const t=o;this[t(272)][t(262)]()})),this[o(272)]=new go.FocusCycler({focusables:n,focusTracker:this[o(263)]}),this[o(247)](n,o(239),(()=>{this[o(246)]=!1})),this[o(247)](n,o(240),((t,e)=>{const s=o;e[s(270)]&&this[s(258)](),n[s(242)]||(this[s(246)]=!0)}));const s=this[o(259)];this[o(251)]({tag:o(254),attributes:{dir:o(267),class:["ck",o(268)],tabindex:-1,role:o(264),"aria-label":ko(t,o(274))},children:[{tag:o(254),attributes:{class:[o(273)],role:o(237)},children:[{tag:o(254),attributes:{role:o(237)},children:n},{tag:"p",attributes:{class:[o(275),s.if(o(246),o(261),(t=>!t))]},children:[{text:ko(t,o(252))}]}]}]})}[ia(277)](){const t=ia;super[t(277)](),this[t(269)]()}[ia(250)](){const t=ia;super[t(250)](),this[t(263)][t(250)]()}[ia(258)](){const t=ia;this[t(272)][t(243)]?this[t(272)][t(276)]():this[t(236)][t(258)]()}[ia(269)](){const t=ia;for(const e of this[t(271)])this[t(263)][t(239)](e[t(236)]);this[t(271)].on(t(278),((e,{added:n,removed:o})=>{const s=t;for(const t of n)this[s(263)][s(239)](t[s(236)]);for(const t of o)this[s(263)][s(240)](t[s(236)])}))}}function ha(t,e){const n=da();return(ha=function(t,e){return n[t-=279]})(t,e)}const ua=ha;function da(){const t=["stopListening","remove","archivedThreads","findIndex","329240NihPNP","removeCommentThread","45oLHAyF","archivedAt","length","5789yGGYnA","pluginName","203955KNEMPU","get","collection","getCommentThread","highest","listenTo","4722IrCNJM","addCommentThread","CommentsArchive","requires","change:archivedAt","focus","isActive","12765020wJUMKK","plugins","context","isVisible","74325AUlgsj","add","_calculatePosition","activate","723848XUJvXm","57634WrmPYg","116enzPgi","init","has"];return(da=function(){return t})()}!function(t){const e=ha,n=t();for(;;)try{if(340366===parseInt(e(296))/1+parseInt(e(295))/2+-parseInt(e(311))/3+-parseInt(e(297))/4*(parseInt(e(291))/5)+-parseInt(e(280))/6*(parseInt(e(309))/7)+-parseInt(e(304))/8*(parseInt(e(306))/9)+parseInt(e(287))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(da);class la extends t.ContextPlugin{static get[ua(310)](){return ua(282)}static get[ua(283)](){return[Tr,br]}constructor(t){const n=ua;super(t),this[n(302)]=new e.Collection}[ua(298)](){const t=ua,e=this[t(289)],n=e[t(288)][t(312)](Tr),o=e[t(288)][t(312)](br);this[t(279)](n,t(281),((e,{threadId:o})=>{const s=t,r=n[s(314)](o);r[s(307)]&&this[s(302)][s(292)](r,this[s(293)](r[s(307)])),this[s(279)](r,s(284),((t,e,n)=>{const o=s;n?this[o(302)][o(299)](r)||this[o(302)][o(292)](r,this[o(293)](r[o(307)])):this[o(302)][o(299)](r)&&this[o(302)][o(301)](r)}))})),this[t(279)](n,t(305),((e,{threadId:o})=>{const s=t,r=n[s(314)](o);this[s(300)](r),this[s(302)][s(299)](r)&&this[s(302)][s(301)](r)}),{priority:t(315)}),this[t(279)](o[t(313)],t(285),((e,n)=>{const s=t;n[s(290)]||(n[s(286)]=!0,o[s(294)](n))}))}[ua(293)](t){const e=ua,n=[...this[e(302)]][e(303)]((n=>n[e(307)]<t));return n>-1?n:this[e(302)][e(308)]}}const pa=ma;function ma(t,e){const n=fa();return(ma=function(t,e){return n[t-=286]})(t,e)}function fa(){const t=["componentFactory","listenTo","COMMENTS_ARCHIVE","commentsArchiveView","plugins","_pendingThreads","isEnabled","indexOf","1429124NnLNhe","set","isVisible","collaboration.channelId","init","annotationViews","_visibleAnnotations","_toggleDialog","locale","execute","view","bind","EDITOR_TOP_SIDE","focusableElements","splice","findIndex","_threadToController","add","getByInnerView","archivedThreads","isOpen","isOn","63184ihDvRO","innerView","menuBar:commentsArchive","Annotations","2203137kbwSTS","show","commentsArchive","117048bDuQVe","archivedAt","push","6IatbQM","1kprcvI","200iHugnE","668222JKFyjq","channelId","tooltip","get","_calculatePosition","_createCommentsArchiveButton","CommentsRepository","63yrYzpK","find","76674hMpLDr","collection","requires","remove","pluginName","CommentsArchiveUI","330WHDKve","config","menuitemcheckbox","12245736geHzWC","Dialog","editor","stopListening","escapeThread","filter","length","hide","getCommentThread"];return(fa=function(){return t})()}!function(t){const e=ma,n=t();for(;;)try{if(431381===-parseInt(e(295))/1*(parseInt(e(297))/2)+-parseInt(e(294))/3*(-parseInt(e(332))/4)+-parseInt(e(312))/5*(-parseInt(e(306))/6)+-parseInt(e(304))/7*(parseInt(e(291))/8)+parseInt(e(288))/9+parseInt(e(296))/10*(parseInt(e(354))/11)+-parseInt(e(315))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fa);class ga extends t.Plugin{static get[pa(310)](){return pa(311)}static get[pa(308)](){return[la,go.Dialog]}constructor(t){const e=pa;super(t),this[e(337)]=new go.ViewCollection,this[e(329)]=[]}[pa(336)](){const t=pa,e=this[t(317)];e.ui[t(324)][t(349)](t(290),(()=>this[t(302)](go.ButtonView,!0))),e.ui[t(324)][t(349)](t(286),(()=>{const e=t,n=this[e(302)](go.MenuBarMenuListItemButtonView);return n[e(333)]({role:e(314)}),n}));const n=e[t(328)][t(300)](la),o=e[t(328)][t(300)](t(287)),s=e[t(328)][t(300)](t(303));this[t(325)](n[t(351)],t(349),((n,r)=>{const i=t,a=e[i(313)][i(300)](i(335));if(!a||r[i(298)]===a){const t=s[i(348)][i(300)](r);if(!t)return void this[i(329)][i(293)](r);const e=this[i(301)](r[i(292)]),n=o[i(350)](t[i(342)]);n[i(334)]&&o[i(338)][i(309)](n),this[i(337)][i(349)](n[i(342)],e)}})),this[t(325)](o[t(307)],t(349),((e,n)=>{const o=t,r=this[o(329)][o(305)]((t=>{const e=o,r=s[e(348)][e(300)](t);return r&&n[e(355)]===r[e(342)]}));if(r){const t=this[o(301)](r[o(292)]);this[o(337)][o(349)](n[o(342)],t),this[o(329)][o(346)](this[o(329)][o(331)](r),1)}})),this[t(325)](n[t(351)],t(309),((n,r)=>{const i=t,a=e[i(313)][i(300)](i(335));if(!a||r[i(298)]===a){const t=s[i(348)][i(300)](r),e=o[i(350)](t[i(342)]);this[i(337)][i(309)](e[i(342)]),this[i(318)](e[i(345)])}})),this[t(325)](s,t(319),((n,{threadId:o,channelId:r})=>{const i=t;if(r!==e[i(313)][i(300)](i(335)))return;if(!s[i(323)](o)[i(292)])return;const a=e[i(328)][i(300)](i(316));a[i(352)]&&i(290)===a.id&&a[i(322)]()}))}[pa(301)](t){const e=pa,n=this[e(317)][e(313)][e(300)](e(335)),o=[...this[e(317)][e(328)][e(300)](la)[e(351)]][e(320)]((t=>t[e(298)]===n))[e(347)]((n=>n[e(292)]<t));return o<0||o>this[e(337)][e(321)]?this[e(337)][e(321)]:o-1}[pa(339)](){const t=pa,e=this[t(317)],n=e[t(328)][t(300)](t(316));this[t(327)]||(this[t(327)]=new ca(e[t(340)],this[t(337)])),t(290)===n.id?n[t(322)]():n[t(289)]({id:t(290),title:ko(e[t(340)],t(326)),icon:sa,hasCloseButton:!0,content:this[t(327)],position:go.DialogViewPosition[t(344)]})}[pa(302)](t,e=!1){const n=pa,o=this[n(317)][n(340)],s=this[n(317)][n(328)][n(300)](n(316)),r=new t(o);return r[n(343)](n(330)).to(this,n(330)),r[n(343)](n(353)).to(s,"id",(t=>n(290)===t)),r[n(333)]({label:ko(o,n(326)),icon:sa,isToggleable:!0}),e&&(r[n(299)]=!0),this[n(325)](r,n(341),(()=>this[n(339)]())),r}}var ka=ba;function va(){var t=["pluginName","1222011TenhnS","276648eXhQIM","4188xlcSId","63DgYIEj","3810400ZyXhLL","1318924YqnEsV","461054amQrsD","requires","5NCyyJh","Comments","246InifBQ","77HFidim","636304rOgede"];return(va=function(){return t})()}function ba(t,e){var n=va();return(ba=function(t,e){return n[t-=486]})(t,e)}!function(t){for(var e=ba,n=t();;)try{if(287310===-parseInt(e(486))/1*(parseInt(e(492))/2)+parseInt(e(490))/3+-parseInt(e(495))/4*(parseInt(e(498))/5)+parseInt(e(491))/6*(parseInt(e(487))/7)+-parseInt(e(488))/8*(-parseInt(e(493))/9)+-parseInt(e(494))/10+parseInt(e(496))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(va);class Ia extends t.Plugin{static get[ka(497)](){return[Tr,ti,hi,la,ga,pi,Bi,Gi,ta]}static get[ka(489)](){return ka(499)}}function _a(t,e){var n=wa();return(_a=function(t,e){return n[t-=404]})(t,e)}function wa(){var t=["2514501EpbeEU","328480hVkaBY","20wIBTwQ","502839GqdfFf","36095LVqvsg","90ovEQtJ","150nDhDAl","7LwceCK","3344eroqFJ","12uUNECm","7798310kSSntq","3lpbyXw","48644dVnueI"];return(wa=function(){return t})()}!function(t){for(var e=_a,n=t();;)try{if(128447===-parseInt(e(412))/1*(-parseInt(e(414))/2)+parseInt(e(404))/3*(-parseInt(e(405))/4)+parseInt(e(410))/5*(parseInt(e(411))/6)+-parseInt(e(413))/7*(-parseInt(e(407))/8)+parseInt(e(409))/9*(parseInt(e(408))/10)+parseInt(e(406))/11*(parseInt(e(415))/12)+-parseInt(e(416))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wa)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
|