@ckeditor/ckeditor5-comments 47.1.0-alpha.0 → 47.1.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/build/comments.js +1 -1
- package/dist/index.js +11 -11
- package/package.json +18 -18
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +2 -2
- package/src/annotations/view/sidebarview.js +2 -2
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +3 -3
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/integrations/showcommenthighlights.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/utils/createmutationobserver.js +1 -1
package/build/comments.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={6:t=>{"use strict";var e=[];function n(t){for(var n=-1,r=0;r<e.length;r++)if(e[r].identifier===t){n=r;break}return n}function r(t,r){for(var s={},i=[],c=0;c<t.length;c++){var a=t[c],u=r.base?a[0]+r.base:a[0],h=s[u]||0,d="".concat(u," ").concat(h);s[u]=h+1;var l=n(d),m={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==l)e[l].references++,e[l].updater(m);else{var k=o(m,r);r.byIndex=c,e.splice(c,0,{identifier:d,updater:k,references:1})}i.push(d)}return i}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var s=r(t=t||[],o=o||{});return function(t){t=t||[];for(var i=0;i<s.length;i++){var c=n(s[i]);e[c].references--}for(var a=r(t,o),u=0;u<s.length;u++){var h=n(s[u]);0===e[h].references&&(e[h].updater(),e.splice(h,1))}s=a}}},22:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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-comment-content-font-family:var(--ck-font-face);--ck-comment-content-font-size:var(--ck-font-size-base);--ck-comment-content-font-color:var(--ck-color-base-text)}.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: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--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{overflow-wrap:anywhere;word-break:normal}.ck .ck-comment--info .ck-comment__content,.ck .ck-comment__content{color:var(--ck-comment-content-font-color);font-family:var(--ck-comment-content-font-family)}.ck .ck-comment--info .ck-comment__content{font-size:var(--ck-comment-content-font-size);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:var(--ck-spacing-small) 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)}',""]);const c=i},79:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},103:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const c=i},168:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-content .ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-content .ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-content .ck-comment-marker--active,.ck-content .ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-content .ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-content .ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const c=i},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},237:t=>{"use strict";t.exports=CKEditor5.dll},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},254:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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:0;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%}.ck .ck-thread.ck-rounded-corners,.ck-rounded-corners .ck .ck-thread{border-radius:var(--ck-border-radius)}@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-button.ck-confirm-view-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-confirm-view-cancel{color:var(--ck-color-button-cancel)}',""]);const c=i},276:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const c=i},290:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},293:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},302:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},328:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption,.ck-content .ck-suggestion-marker-insertion.table>table>caption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>caption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>caption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>caption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const c=i},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},334:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const c=i},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},364:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},369:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},528:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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;color:var(--ck-comment-content-font-color);font-family:var(--ck-comment-content-font-family);font-size:var(--ck-comment-content-font-size);overflow:visible;overflow-wrap:anywhere;padding:0;word-break:normal}.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 c=i},545:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const c=i},557:t=>{"use strict";var e={};t.exports=function(t,n){var r=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},562:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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-comment-content-font-size);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 c=i},569:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},602:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function r(t,e,r,o){var s;if(r)s="";else{s="",o.supports&&(s+="@supports (".concat(o.supports,") {")),o.media&&(s+="@media ".concat(o.media," {"));var i=void 0!==o.layer;i&&(s+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),s+=o.css,i&&(s+="}"),o.media&&(s+="}"),o.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,s);else{var c=document.createTextNode(s),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){r(n,e,!1,t)},remove:function(t){r(n,e,!0,t)}}}},633:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck.ck-aria-description{display:none}",""]);const c=i},649:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},690:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const c=i},718:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n="",r=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),r&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),r&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n}).join("")},e.i=function(t,n,r,o,s){"string"==typeof t&&(t=[[null,t,void 0]]);var i={};if(r)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(i[a]=!0)}for(var u=0;u<t.length;u++){var h=[].concat(t[u]);r&&i[h[0]]||(void 0!==s&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=s),n&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=n):h[2]=n),o&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=o):h[4]="".concat(o)),e.push(h))}},e}},725:t=>{"use strict";t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},774:t=>{"use strict";t.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23fff%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},806:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},878:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},909:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck.ck-button.ck-confirm-view-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-confirm-view-cancel{color:var(--ck-color-button-cancel)}.ck .ck-confirm-view-active{transform:translate3d(-100%,0,0);transition:all .3s linear}.ck .ck-confirm-view{background-color:var(--ck-color-light-red);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-confirm-view .ck-confirm-view-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-confirm-view p{font-weight:700;margin:0}",""]);const c=i},910:(t,e,n)=>{"use strict";n.d(e,{A:()=>l});var r=n(933),o=n.n(r),s=n(718),i=n.n(s),c=n(725),a=n.n(c),u=new URL(n(774),n.b),h=i()(o()),d=a()(u);h.push([t.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${d});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const l=h},933:t=>{"use strict";t.exports=function(t){return t[1]}}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={id:r,exports:{}};return t[r](s,s.exports,n),s.exports}n.m=t,n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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.b=document.baseURI||self.location.href;var r={};(()=>{"use strict";n.r(r),n.d(r,{AddCommentThreadCommand:()=>vo,Annotation:()=>qe,AnnotationCollection:()=>Qe,AnnotationCounterButtonView:()=>Ds,AnnotationView:()=>He,Annotations:()=>io,AnnotationsSidebarItemView:()=>ys,AnnotationsSidebarView:()=>bs,AnnotationsUIs:()=>ds,BaseCommentThreadView:()=>te,BaseCommentView:()=>le,Comment:()=>mo,CommentThread:()=>lo,CommentThreadController:()=>rt,CommentThreadInputView:()=>Rt,CommentThreadView:()=>oe,CommentView:()=>ge,Comments:()=>pi,CommentsArchive:()=>ci,CommentsArchiveUI:()=>di,CommentsEditing:()=>Go,CommentsListView:()=>zt,CommentsOnly:()=>is,CommentsRepository:()=>ho,CommentsUI:()=>rs,EditorAnnotations:()=>Ao,InlineAnnotations:()=>Js,NarrowSidebar:()=>Hs,Sidebar:()=>Ts,WideSidebar:()=>Ps,bindAnnotationCollections:()=>$e});var t=n(782),e=n(584),o=n(211);function s(t){if(!t||"object"!=typeof t)return!1;const e=Object.getPrototypeOf(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e))&&"[object Object]"===Object.prototype.toString.call(t)}function i(t){return Object.getOwnPropertySymbols(t).filter(e=>Object.prototype.propertyIsEnumerable.call(t,e))}function c(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const a="[object RegExp]",u="[object String]",h="[object Number]",d="[object Boolean]",l="[object Arguments]",m="[object Symbol]",k="[object Date]",p="[object Map]",g="[object Set]",f="[object Array]",b="[object ArrayBuffer]",v="[object Object]",I="[object DataView]",w="[object Uint8Array]",_="[object Uint8ClampedArray]",y="[object Uint16Array]",A="[object Uint32Array]",C="[object Int8Array]",T="[object Int16Array]",E="[object Int32Array]",x="[object Float32Array]",N="[object Float64Array]";function O(t,e){return t===e||Number.isNaN(t)&&Number.isNaN(e)}function M(t,e,n,r,o,s,i){const c=i(t,e,n,r,o,s);if(void 0!==c)return c;if(typeof t==typeof e)switch(typeof t){case"bigint":case"string":case"boolean":case"symbol":case"undefined":case"function":return t===e;case"number":return t===e||Object.is(t,e);case"object":return S(t,e,s,i)}return S(t,e,s,i)}function S(t,e,n,r){if(Object.is(t,e))return!0;let o=c(t),P=c(e);if(o===l&&(o=v),P===l&&(P=v),o!==P)return!1;switch(o){case u:return t.toString()===e.toString();case h:return O(t.valueOf(),e.valueOf());case d:case k:case m:return Object.is(t.valueOf(),e.valueOf());case a:return t.source===e.source&&t.flags===e.flags;case"[object Function]":return t===e}const R=(n=n??new Map).get(t),L=n.get(e);if(null!=R&&null!=L)return R===e;n.set(t,e),n.set(e,t);try{switch(o){case p:if(t.size!==e.size)return!1;for(const[o,s]of t.entries())if(!e.has(o)||!M(s,e.get(o),o,t,e,n,r))return!1;return!0;case g:{if(t.size!==e.size)return!1;const o=Array.from(t.values()),s=Array.from(e.values());for(let i=0;i<o.length;i++){const c=o[i],a=s.findIndex(o=>M(c,o,void 0,t,e,n,r));if(-1===a)return!1;s.splice(a,1)}return!0}case f:case w:case _:case y:case A:case"[object BigUint64Array]":case C:case T:case E:case"[object BigInt64Array]":case x:case N:if("undefined"!=typeof Buffer&&Buffer.isBuffer(t)!==Buffer.isBuffer(e))return!1;if(t.length!==e.length)return!1;for(let o=0;o<t.length;o++)if(!M(t[o],e[o],o,t,e,n,r))return!1;return!0;case b:return t.byteLength===e.byteLength&&S(new Uint8Array(t),new Uint8Array(e),n,r);case I:return t.byteLength===e.byteLength&&t.byteOffset===e.byteOffset&&S(new Uint8Array(t),new Uint8Array(e),n,r);case"[object Error]":return t.name===e.name&&t.message===e.message;case v:{if(!(S(t.constructor,e.constructor,n,r)||s(t)&&s(e)))return!1;const o=[...Object.keys(t),...i(t)],c=[...Object.keys(e),...i(e)];if(o.length!==c.length)return!1;for(let s=0;s<o.length;s++){const i=o[s],c=t[i];if(!Object.hasOwn(e,i))return!1;if(!M(c,e[i],i,t,e,n,r))return!1}return!0}default:return!1}}finally{n.delete(t),n.delete(e)}}function P(){}function R(t,e){return function(t,e,n){return M(t,e,void 0,void 0,void 0,void 0,n)}(t,e,P)}function L(t,e,n,r=new Map,o=void 0){const s=o?.(t,e,n,r);if(null!=s)return s;if(null==(i=t)||"object"!=typeof i&&"function"!=typeof i)return t;var i,O;if(r.has(t))return r.get(t);if(Array.isArray(t)){const e=new Array(t.length);r.set(t,e);for(let s=0;s<t.length;s++)e[s]=L(t[s],s,n,r,o);return Object.hasOwn(t,"index")&&(e.index=t.index),Object.hasOwn(t,"input")&&(e.input=t.input),e}if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp){const e=new RegExp(t.source,t.flags);return e.lastIndex=t.lastIndex,e}if(t instanceof Map){const e=new Map;r.set(t,e);for(const[s,i]of t)e.set(s,L(i,s,n,r,o));return e}if(t instanceof Set){const e=new Set;r.set(t,e);for(const s of t)e.add(L(s,void 0,n,r,o));return e}if("undefined"!=typeof Buffer&&Buffer.isBuffer(t))return t.subarray();if(O=t,ArrayBuffer.isView(O)&&!(O instanceof DataView)){const e=new(Object.getPrototypeOf(t).constructor)(t.length);r.set(t,e);for(let s=0;s<t.length;s++)e[s]=L(t[s],s,n,r,o);return e}if(t instanceof ArrayBuffer||"undefined"!=typeof SharedArrayBuffer&&t instanceof SharedArrayBuffer)return t.slice(0);if(t instanceof DataView){const e=new DataView(t.buffer.slice(0),t.byteOffset,t.byteLength);return r.set(t,e),V(e,t,n,r,o),e}if("undefined"!=typeof File&&t instanceof File){const e=new File([t],t.name,{type:t.type});return r.set(t,e),V(e,t,n,r,o),e}if(t instanceof Blob){const e=new Blob([t],{type:t.type});return r.set(t,e),V(e,t,n,r,o),e}if(t instanceof Error){const e=new t.constructor;return r.set(t,e),e.message=t.message,e.name=t.name,e.stack=t.stack,e.cause=t.cause,V(e,t,n,r,o),e}if("object"==typeof t&&function(t){switch(c(t)){case l:case f:case b:case I:case d:case k:case x:case N:case C:case T:case E:case p:case h:case v:case a:case g:case u:case m:case w:case _:case y:case A:return!0;default:return!1}}(t)){const e=Object.create(Object.getPrototypeOf(t));return r.set(t,e),V(e,t,n,r,o),e}return t}function V(t,e,n=t,r,o){const s=[...Object.keys(e),...i(e)];for(let i=0;i<s.length;i++){const c=s[i],a=Object.getOwnPropertyDescriptor(t,c);(null==a||a.writable)&&(t[c]=L(e[c],c,n,r,o))}}function D(t,e){return function(t,e){return L(t,void 0,t,new Map,e)}(t,(n,r,o,s)=>{const i=e?.(n,r,o,s);if(null!=i)return i;if("object"==typeof t)switch(Object.prototype.toString.call(t)){case h:case u:case d:{const e=new t.constructor(t?.valueOf());return V(e,t),e}case l:{const e={};return V(e,t),e.length=t.length,e[Symbol.iterator]=t[Symbol.iterator],e}default:return}})}function B(t){return D(t)}function j(t){return"__proto__"===t}const U=(t,e,n)=>{const r=t[e];Object.hasOwn(t,e)&&O(r,n)&&(void 0!==n||e in t)||(t[e]=n)},z=/^(?:0|[1-9]\d*)$/;function F(t,e=Number.MAX_SAFE_INTEGER){switch(typeof t){case"number":return Number.isInteger(t)&&t>=0&&t<e;case"symbol":return!1;case"string":return z.test(t)}}const H=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,K=/^\w*$/;function W(t,e){return!Array.isArray(t)&&(!("number"!=typeof t&&"boolean"!=typeof t&&null!=t&&!function(t){return"symbol"==typeof t||t instanceof Symbol}(t))||("string"==typeof t&&(K.test(t)||!H.test(t))||null!=e&&Object.hasOwn(e,t)))}function q(t){return"string"==typeof t||"symbol"==typeof t?t:Object.is(t?.valueOf?.(),-0)?"-0":String(t)}function Y(t){return null!==t&&("object"==typeof t||"function"==typeof t)}function X(t){const e=[],n=t.length;if(0===n)return e;let r=0,o="",s="",i=!1;for(46===t.charCodeAt(0)&&(e.push(""),r++);r<n;){const c=t[r];s?"\\"===c&&r+1<n?(r++,o+=t[r]):c===s?s="":o+=c:i?'"'===c||"'"===c?s=c:"]"===c?(i=!1,e.push(o),o=""):o+=c:"["===c?(i=!0,o&&(e.push(o),o="")):"."===c?o&&(e.push(o),o=""):o+=c,r++}return o&&e.push(o),e}function J(t,e,n){return function(t,e,n,r){if(null==t&&!Y(t))return t;const o=W(e,t)?[e]:Array.isArray(e)?e:"string"==typeof e?X(e):[e];let s=t;for(let e=0;e<o.length&&null!=s;e++){const i=q(o[e]);if(j(i))continue;let c;if(e===o.length-1)c=n(s[i]);else{const n=s[i],a=r?.(n,i,t);c=void 0!==a?a:Y(n)?n:F(o[e+1])?[]:{}}U(s,i,c),s=s[i]}return t}(t,e,()=>n,()=>{})}function G(t){switch(typeof t){case"number":case"symbol":return!1;case"string":return t.includes(".")||t.includes("[")||t.includes("]")}}function Z(t,e,n){if(null==t)return n;switch(typeof e){case"string":{if(j(e))return n;const r=t[e];return void 0===r?G(e)?Z(t,X(e),n):n:r}case"number":case"symbol":{"number"==typeof e&&(e=q(e));const r=t[e];return void 0===r?n:r}default:{if(Array.isArray(e))return function(t,e,n){if(0===e.length)return n;let r=t;for(let t=0;t<e.length;t++){if(null==r)return n;if(j(e[t]))return n;r=r[e[t]]}if(void 0===r)return n;return r}(t,e,n);if(j(e=Object.is(e?.valueOf(),-0)?"-0":String(e)))return n;const r=t[e];return void 0===r?n:r}}}function Q(t,e){if(null==t)return!0;switch(typeof e){case"symbol":case"number":case"object":if(Array.isArray(e))return $(t,e);if("number"==typeof e?e=q(e):"object"==typeof e&&(e=Object.is(e?.valueOf(),-0)?"-0":String(e)),j(e))return!1;if(void 0===t?.[e])return!0;try{return delete t[e],!0}catch{return!1}case"string":if(void 0===t?.[e]&&G(e))return $(t,X(e));if(j(e))return!1;try{return delete t[e],!0}catch{return!1}}}function $(t,e){const n=Z(t,e.slice(0,-1),t),r=e[e.length-1];if(void 0===n?.[r])return!0;if(j(r))return!1;try{return delete n[r],!0}catch{return!1}}var tt=et;function et(t,e){var n=nt();return(et=function(t,e){return n[t-=187]})(t,e)}function nt(){var t=["listenTo","update","model","removeCommentThread","6950517axNlgJ","7094028UJXqiq","addComment","reopenCommentThread","removeComment","isResolved","2755296ySlNGR","36BUWIae","resolve","2131485rOYDIx","stopListening","getComment","692115AyCmbO","view","3219312bgziwm","_localUser","reopen","submitCommentThread","81IjYNzX","1321047AxttNQ","resolveCommentThread","_isAttached","destroy","updateComment","submit","remove"];return(nt=function(){return t})()}!function(t){for(var e=et,n=t();;)try{if(704064===-parseInt(e(206))/1+-parseInt(e(193))/2+parseInt(e(196))/3+-parseInt(e(194))/4*(-parseInt(e(199))/5)+-parseInt(e(188))/6+-parseInt(e(187))/7+parseInt(e(201))/8*(parseInt(e(205))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class rt extends((0,e.ObservableMixin)()){[tt(215)];[tt(200)];constructor(t,e){var n=tt;super(),this[n(215)]=t,this[n(215)][n(208)]=!0,this[n(200)]=e,this[n(213)](e,n(204),()=>this[n(211)]()),this[n(213)](e,n(216),()=>this[n(212)]()),this[n(213)](e,n(207),()=>this[n(195)]()),this[n(213)](e,n(190),()=>this[n(203)]()),this[n(213)](e,n(189),(t,e)=>this[n(189)](e)),this[n(213)](e,n(210),(t,e,r)=>this[n(210)](e,r)),this[n(213)](e,n(191),(t,e)=>this[n(191)](e))}[tt(211)](){var t=tt;this[t(215)][t(211)]()}[tt(212)](){var t=tt;this[t(215)][t(212)]()}[tt(195)](){var t=tt;this[t(215)][t(192)]||this[t(215)][t(195)]()}[tt(203)](){var t=tt;this[t(215)][t(192)]&&this[t(215)][t(203)]()}[tt(189)](t){var e=tt;this[e(215)][e(189)]({content:t,authorId:this[e(200)][e(202)].id})}[tt(210)](t,e){var n=tt;this[n(215)][n(198)](t)[n(214)]({content:e})}[tt(191)](t){var e=tt;this[e(215)][e(198)](t)[e(212)]()}[tt(209)](){var t=tt;this[t(197)](),this[t(215)][t(208)]=!1}}var ot=n(355),st=n(311);function it(t,e,n){const r=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return r({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return r("Comment");case"Reply...":return r("Reply...");case"Reply to reopen discussion...":return r("Reply to reopen discussion...");case"Write a comment...":return r("Write a comment...");case"Comment was made on an element":return r("Comment was made on an element");case"Comment editor":return r("Comment editor");case"Delete comment thread?":return r("Delete comment thread?");case"Delete comment?":return r("Delete comment?");case"Marked as resolved":return r("Marked as resolved");case"Show more items":return r("Show more items");case"Cancel":return r("Cancel");case"Edit":return r("Edit");case"Resolve":return r("Resolve");case"Reopen":return r("Reopen");case"Remove":return r("Remove");case"Reply":return r("Reply");case"Save":return r("Save");case"Annotations sidebar":return r("Annotations sidebar");case"Annotations list":return r("Annotations list");case"Thread comments":return r("Thread comments");case"THREAD_CONTEXT_LABEL":return r({string:"Thread context: %0",id:"THREAD_CONTEXT_LABEL"},n);case"COMMENT_THREAD_LABEL":return r({string:"Comment thread by %1. %1 reply.",plural:"Comment thread by %1. %0 replies.",id:"COMMENT_THREAD_LABEL"},n);case"COMMENT_THREAD_DESCRIPTION":return r({string:"Press Enter for more options. Press Escape to exit.",id:"COMMENT_THREAD_DESCRIPTION"});case"COMMENT_ARIA_LABEL":return r({string:"Comment by %0. Created on %1. %2. %3",id:"COMMENT_ARIA_LABEL"},n);case"LEAVE_COMMENT_ANNOUNCEMENT":return r({string:"Leaving a content with comments.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return r({string:"Entering a content with comments. Press %0 to go to the discussion.",id:"ENTER_COMMENT_ANNOUNCEMENT"},n);case"NUMBER_OF_COMMENTS":return r({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return r({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 r({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return r({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return r({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return r({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});case"COMMENTS_ARCHIVE_LIST_LABEL":return r({string:"List of comments",id:"COMMENTS_ARCHIVE_LIST_LABEL"});case"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP":return r({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 r({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 r({string:"Exit the annotation and move focus back to the edited content",id:"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER":return r({string:"Browse the focused annotation thread or thread comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"});case"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS":return r({string:"Move across internals of the annotation thread",id:"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"});case"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT":return r({string:"Submit the reply while writing a comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS":return r({string:"Move to the previous or next thread in the annotations sidebar or comments archive",id:"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"});default:return""}}const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=495]})(t,e)}function ut(){const t=["render","1211240yZyvKP","5976859MCNMQz","149436geQiKM","uiLanguage","uiLanguageDirection","ck-comment__input","setTemplate","7887370VocpEL","ck-rounded-corners","Comment editor","focus","3kopXjp","6XckstZ","editable","ck-editor","ck-reset","cke-editor__aria-label_","createCollection","30cZAmtE","ck-editor__main","2880632qFRdrb","9upRIAB","add","element","presentation","8500129mFYBkY","main","div","30487MCXtit"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(493002===-parseInt(e(499))/1*(parseInt(e(519))/2)+parseInt(e(512))/3*(-parseInt(e(503))/4)+-parseInt(e(501))/5*(parseInt(e(513))/6)+parseInt(e(502))/7+parseInt(e(521))/8+-parseInt(e(522))/9*(-parseInt(e(508))/10)+-parseInt(e(496))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class ht extends st.EditorUIView{[ct(497)];[ct(514)];constructor(t,n){const r=ct;super(t);const o=(0,e.uid)();this[r(497)]=this[r(518)](),this[r(514)]=new st.InlineEditableUIView(t,n,void 0,{label:()=>it(t,r(510))}),this[r(507)]({tag:r(498),attributes:{class:[r(516),r(515),r(509),r(506)],dir:t[r(505)],lang:t[r(504)],"aria-labelledby":r(517)+o},children:[{tag:r(498),attributes:{class:r(520),role:r(495)},children:this[r(497)]}]})}[ct(500)](){const t=ct;super[t(500)](),this[t(497)][t(523)](this[t(514)])}[ct(511)](){const t=ct;this[t(514)][t(524)][t(511)]()}}const dt=lt;function lt(t,e){const n=mt();return(lt=function(t,e){return n[t-=474]})(t,e)}function mt(){const t=["render","ready","isFocused","bind","attachDomRoot","name","9771923sSAFJP","element","14369128ZUSdXL","editable","2662270gaggbx","rootName","338fRoOHe","getRoot","9886IHGuTN","editor","6VSKqDg","view","6546332DtKCVL","fire","setEditableElement","editing","document","destroy","locale","focusTracker","2790035qNcWRy","18XqbOBv","835434hMZcix","init"];return(mt=function(){return t})()}!function(t){const e=lt,n=t();for(;;)try{if(927170===parseInt(e(503))/1*(parseInt(e(501))/2)+-parseInt(e(487))/3+parseInt(e(477))/4+-parseInt(e(485))/5*(-parseInt(e(475))/6)+-parseInt(e(495))/7+-parseInt(e(497))/8+-parseInt(e(486))/9*(-parseInt(e(499))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class kt extends st.EditorUI{[dt(476)];constructor(t){const e=dt;super(t),this[e(476)]=new ht(t[e(483)],t[e(480)][e(476)])}get[dt(496)](){const t=dt;return this[t(476)][t(496)]}[dt(488)](){const t=dt,e=this[t(474)][t(480)][t(476)],n=this[t(476)][t(498)],r=e[t(481)][t(502)]();n[t(494)]=r[t(500)],this[t(476)][t(489)]();const o=n[t(496)];this[t(479)](n[t(494)],o),this[t(476)][t(498)][t(492)](t(491)).to(this[t(484)]),e[t(493)](o),this[t(478)](t(490))}[dt(482)](){const t=dt;super[t(482)](),this[t(476)][t(482)]()}}var pt=n(783),gt=n(331),ft=n(507),bt=n(727),vt=n(834),It=n(251),wt=n(179);function _t(t,e){const n=At();return(_t=function(t,e){return n[t-=301]})(t,e)}const yt=_t;function At(){const t=["focus","945195IiwObe","destroy","change","setSelection","defaultPlugins","fromCharCode","651728xjBVfp","2177097cSMLhL","471520GuxPeS","plugins","getChild","ready","placeholder","_updatePlaceholder","placeholderElement","336cARkRh","initialData","then","set","model","init","name","create","144XmkPKF","editing","fire","end","getRoot","low","map","assign","334892jPYSLZ","join","change:placeholder","view","4OXbgWR","document","initPlugins","config","553366jEIjfk","childCount","createRoot","77742ytupUg","get","data"];return(At=function(){return t})()}!function(t){const e=_t,n=t();for(;;)try{if(398114===parseInt(e(314))/1+parseInt(e(306))/2+parseInt(e(328))/3*(-parseInt(e(310))/4)+parseInt(e(321))/5+-parseInt(e(336))/6*(parseInt(e(317))/7)+parseInt(e(327))/8+parseInt(e(344))/9*(parseInt(e(329))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(At);const Ct=[gt.Clipboard,ft.Enter,ft.ShiftEnter,bt.SelectAll,vt.Typing,It.Undo,wt.Paragraph];class Tt extends((0,e.ObservableMixin)(t.Editor)){static[yt(325)]=(()=>Ct)();constructor(t={}){const e=yt;function n(t){const e=_t;return t[e(304)](t=>String[e(326)](t))[e(307)]("")}(t=Object[e(305)]({},t))[e(330)]||(t[e(330)]=Tt[e(325)]),super(t),this.ui=new kt(this),this[e(339)](e(333),""),this[e(340)][e(311)].on(e(323),()=>this[e(334)](),{priority:e(303)}),this.on(e(308),()=>this[e(334)]()),this[e(340)][e(311)][e(316)](),this[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),this[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}[yt(343)](){const t=yt,e=this[t(313)][t(318)](t(337))||"";return this[t(312)]()[t(338)](()=>this.ui[t(341)]())[t(338)](()=>this[t(319)][t(341)](e))[t(338)](()=>this[t(346)](t(332)))}[yt(322)](){const t=yt;return super[t(322)]()[t(338)](()=>this.ui[t(322)]())}[yt(320)](){const t=yt;this[t(340)][t(323)](e=>{const n=t,r=this[n(340)][n(311)][n(302)](),o=r&&r[n(331)](r[n(315)]-1);e[n(324)](o,n(301)),this[n(345)][n(309)][n(320)]()})}[yt(334)](){const t=yt,e=this[t(345)][t(309)],n=e[t(311)][t(302)](),r=n[t(331)](0);n[t(315)]>1||!r||"p"!=r[t(342)]?this[t(335)]&&this[t(335)][t(333)]&&((0,pt.disableViewPlaceholder)(e,this[t(335)]),this[t(335)]=void 0):(this[t(333)]&&(r[t(333)]=this[t(333)]),(0,pt.enableViewPlaceholder)({view:e,element:r,keepOnFocus:!0}),this[t(335)]=r)}}const Et=Nt;function xt(){const t=["bindTemplate","add","change","Ctrl+Enter","listenTo","Cancel","reverse","6803721IWJAhL","focusTracker","set","disabledSubmit","Esc","ck-comment__input-actions--submit","_editorConfig","withText","Reply","cancelButtonView","fire","tab","1bKhisf","document","191948kCAMSn","33733DjCtdo","ck-comment__input-actions--active","placeholder","createEditor","ck-comment__input-wrapper","Reply...","execute","editorReady","then","focus","setTemplate","5637885NMXzSZ","submit","2636755KXqJHO","createCollection","editorDestroyed","added","9247944dmSqOC","shift+tab","ck-comment__input-actions--cancel","model","20AsmZRA","9591KUJNTN","render","high","116nXLDNA","_isDestroyed","label","keystrokes","_createCancelButton","insertBefore","trim","bind","create","ck-comment__input-actions","initialData","forEach","TOO_LONG_COMMENT_ALERT","focusFirst","value","cancel","div","destroy","showButtons","498TjeJhq","extendTemplate","editor","focusCycler","isEnabled","firstChild","element","_setupKeyboardNavigation","_editorCreationPromise","view","_createSubmitButton","focusLast","from","length","submitLabel","stop","focusables","getData","setData","submitButtonView"];return(xt=function(){return t})()}function Nt(t,e){const n=xt();return(Nt=function(t,e){return n[t-=457]})(t,e)}!function(t){const e=Nt,n=t();for(;;)try{if(773999===-parseInt(e(480))/1*(-parseInt(e(482))/2)+parseInt(e(505))/3*(-parseInt(e(508))/4)+parseInt(e(496))/5+parseInt(e(527))/6*(parseInt(e(483))/7)+-parseInt(e(500))/8+parseInt(e(468))/9*(parseInt(e(504))/10)+-parseInt(e(494))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xt);class Ot extends st.View{[Et(511)];[Et(469)];[Et(457)];[Et(530)];[Et(460)];[Et(477)];[Et(474)];constructor(t,n={}){const r=Et;super(t),this[r(529)]=null,this[r(474)]=n,this[r(470)](r(522),n[r(518)]||""),this[r(470)](r(471),!1),this[r(470)](r(526),!0),this[r(470)](r(485),it(t,r(488))),this[r(470)](r(541),it(t,r(476))),this[r(460)]=this[r(537)](),this[r(477)]=this[r(512)](),this[r(457)]=this[r(497)]([this[r(460)],this[r(477)]]),this[r(511)]=new e.KeystrokeHandler,this[r(469)]=new e.FocusTracker,this[r(530)]=new st.FocusCycler({focusables:this[r(457)],focusTracker:this[r(469)],keystrokeHandler:this[r(511)],actions:{focusPrevious:r(501),focusNext:r(479)}}),this[r(493)]({tag:r(524),attributes:{class:[r(487)]},children:[{tag:r(524),attributes:{class:[r(517),this[r(461)].if(r(526),r(484))]},children:[this[r(460)],this[r(477)]]}]}),this[r(511)][r(470)](r(472),(t,e)=>{const n=r;this[n(477)][n(478)](n(489)),e()}),this[r(511)][r(470)](r(464),(t,e)=>{const n=r;this[n(460)][n(531)]&&(this[n(460)][n(478)](n(489)),e())}),this.on(r(495),(e,n)=>{const o=r;n[o(540)]>65e3?(alert(it(t,o(520),[n[o(540)],65e3])),e[o(542)]()):this[o(529)][o(459)]("")},{priority:r(507)})}[Et(506)](){const t=Et;super[t(506)](),this[t(534)]()}[Et(486)](){const t=Et;return this[t(529)]||(this[t(529)]=new Tt(this[t(474)]),this[t(535)]=this[t(529)][t(516)]()[t(491)](()=>{const e=t;if(this[e(509)])return;const n=this[e(529)];this[e(533)][e(513)](n.ui[e(533)],this[e(533)][e(532)]),n[e(503)][e(481)].on(e(463),()=>this[e(522)]=n[e(458)]()),n[e(515)](e(485)).to(this),this[e(457)][e(462)](n.ui[e(536)],0),this[e(478)](e(490),this[e(529)])})),this[t(535)]}[Et(492)](t){const e=Et;-1===t?(this[e(530)][e(521)](),this[e(530)][e(538)]()):this[e(530)][e(521)]()}async[Et(525)](){const t=Et;this[t(509)]||(this[t(509)]=!0,this[t(529)]&&(await this[t(535)],await this[t(529)][t(525)](),this[t(478)](t(498),this[t(529)])),await super[t(525)]())}[Et(537)](){const t=Et,{locale:e}=this,n=new st.ButtonView(e);return n[t(528)]({attributes:{class:[t(473)]}}),n[t(475)]=!0,n[t(515)](t(510)).to(this,t(541)),n.on(t(489),()=>{const e=t;this[e(478)](e(495),this[e(522)])}),n[t(515)](t(531)).to(this,t(522),this,t(471),(e,n)=>!n&&!!e[t(514)]()),n}[Et(512)](){const t=Et,{locale:e}=this,n=new st.ButtonView(e);return n[t(528)]({attributes:{class:[t(502)]}}),n[t(510)]=it(e,t(466)),n[t(475)]=!0,n.on(t(489),()=>{const e=t;this[e(529)][e(459)](""),this[e(478)](e(523))}),n}[Et(534)](){const t=Et;this[t(511)][t(465)](this[t(533)]),this[t(457)][t(519)](e=>{const n=t;this[n(469)][n(462)](e[n(533)])}),this[t(457)].on(t(463),(e,n)=>{const r=t;for(const t of Array[r(539)](n[r(499)])[r(467)]())this[r(469)][r(462)](t[r(533)])})}}const Mt=Pt;function St(){const t=["focusCycler","setTemplate","value","ck-thread__user","4359968nYCNFR","editorDestroyed","bindTemplate","listenTo","userView","focusTracker","editorReady","then","48xHPllJ","3823122bJJwkC","getDomRoot","showInput","preventDefault","render","1rYNSjD","change:showInput","showButtons","view","ck-thread__input","135PuZNGJ","mousedown","38670IsawRd","2922658wGTGwp","1384RXgUlE","filter","_focusOnNonInteractiveMouseDown","some","5390484SyOCYn","delegate","bind","set","destroy","element","contains","commentInputView","103098kdffbi","target","isFocused","div","editor","editing","ck-comment__input-container","extendTemplate","459FNiiOs","focus","ck-comment__input-container--active","createEditor","67865avxnhw"];return(St=function(){return t})()}function Pt(t,e){const n=St();return(Pt=function(t,e){return n[t-=401]})(t,e)}!function(t){const e=Pt,n=t();for(;;)try{if(898730===-parseInt(e(402))/1*(-parseInt(e(410))/2)+-parseInt(e(449))/3+parseInt(e(440))/4+parseInt(e(407))/5*(-parseInt(e(423))/6)+parseInt(e(435))/7*(-parseInt(e(411))/8)+-parseInt(e(431))/9*(parseInt(e(409))/10)+parseInt(e(415))/11*(parseInt(e(448))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(St);class Rt extends st.View{constructor(t,e,n){const r=Pt;super(t),this[r(422)]=new Ot(t,n),this[r(436)]=this[r(422)][r(436)],this[r(422)][r(417)](r(404)).to(this[r(422)][r(445)],r(425),this[r(422)],r(438),(t,e)=>t||!!e),this[r(418)](r(451),!1),this.on(r(403),()=>{const t=r;this[t(451)]&&!this[t(422)][t(427)]&&this[t(422)][t(434)]()}),this[r(422)][r(416)](r(446)).to(this),this[r(422)][r(416)](r(441)).to(this),this[r(444)]=new o.UserView(t,e),this[r(444)][r(430)]({attributes:{class:r(439),"aria-hidden":!0}}),this[r(422)][r(430)]({attributes:{class:r(406)}}),this[r(437)]({tag:r(426),attributes:{class:[r(429),this[r(442)].if(r(451),r(433))]},children:[this[r(444)],this[r(422)]]})}[Mt(401)](){const t=Mt;super[t(401)](),this[t(413)]()}[Mt(419)](){const t=Mt;return this[t(422)][t(419)]()[t(447)](()=>super[t(419)]())}[Mt(432)](t){const e=Mt;this[e(422)][e(432)](t)}[Mt(413)](){const t=Mt;this[t(443)](this[t(420)],t(408),(e,n)=>{const r=t,{submitButtonView:o,cancelButtonView:s,editor:i}=this[r(422)];[o[r(420)],s[r(420)],i?i[r(428)][r(405)][r(450)]():null][r(412)](t=>t)[r(414)](t=>t[r(421)](n[r(424)]))||(this[r(432)](),n[r(452)]())})}}function Lt(t,e){const n=Dt();return(Lt=function(t,e){return n[t-=394]})(t,e)}!function(t){const e=Lt,n=t();for(;;)try{if(360416===-parseInt(e(400))/1*(-parseInt(e(403))/2)+parseInt(e(404))/3+-parseInt(e(402))/4+-parseInt(e(399))/5*(parseInt(e(408))/6)+parseInt(e(394))/7+-parseInt(e(405))/8*(parseInt(e(398))/9)+parseInt(e(409))/10*(parseInt(e(401))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Dt);class Vt extends st.View{constructor(t){const e=Lt;super(t);const n=this[e(407)];this[e(397)](e(395),void 0),this[e(410)]({tag:"li",attributes:{class:e(396)},children:[{text:n.to(e(395),n=>it(t,e(406),n))}]})}}function Dt(){const t=["1480fzAOMp","NUMBER_OF_COMMENTS","bindTemplate","6RFuIIH","590KgZpec","setTemplate","3243352tTDWKw","count","ck-thread__comment-count","set","31302AjjLKw","3101185hVeCLe","1ofbSke","108394YrzqAW","821036oBsLrH","274522RJOroM","1942077Exmnhl"];return(Dt=function(){return t})()}const Bt=Ut;function jt(){const t=["commentViews","updateComment","CommentView","8133848IByWTV","editorConfig","get","render","setTemplate","394188llXgKp","set","added","maxCommentsWhenCollapsed","collapse","_model","stopListening","add","ck-hidden","_handleNewCommentModel","resolved","focusLast","isActive","576617ySYQlS","insert","4800756HyJjiw","arrowup","_collapsedCommentsView","target","_handleRemoveCommentModel","isEditMode","_setupKeyboardNavigation","maxCommentCharsWhenCollapsed","_config","editorReady","_findOptimalIndex","focusTracker","Thread comments","resolvedAt","_rearrangeExpand","hasDirtyComment","locale","90830BRDQdB","length","expand","_handleInfoComment","maxThreadTotalWeight","removeComment","map","element","some","change:isActive","369FphvxB","914275HUiqsp","bind","from","resolvedCommentView","count","removed","weight","editorDestroyed","focusCycler","includes","7krWqRQ","focusFirst","reverse","viewUid","arrowdown","change","change:isResolved","_calculatePosition","commentUpdated","10gnZbeY","focus","listenTo","bindTemplate","_updateHasDirtyComment","change:isEditMode","authoredAt","destroy","_rearrangeCollapse","delete","createCollection","delegate","3893968MZfVQN","resolvedBy","keystrokes","visibleViews","comments","_shouldCollapse","Marked as resolved","formatDateTime","forEach","change:hasDirtyComment","resolveCommentThread","remove","equal","refreshVisibleViews","ck-thread__comments"];return(jt=function(){return t})()}function Ut(t,e){const n=jt();return(Ut=function(t,e){return n[t-=498]})(t,e)}!function(t){const e=Ut,n=t();for(;;)try{if(511758===-parseInt(e(503))/1+parseInt(e(552))/2*(-parseInt(e(587))/3)+parseInt(e(564))/4+parseInt(e(533))/5+-parseInt(e(505))/6+parseInt(e(543))/7*(parseInt(e(582))/8)+parseInt(e(532))/9*(parseInt(e(522))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jt);class zt extends st.View{[Bt(579)];[Bt(536)];[Bt(516)];[Bt(566)];[Bt(541)];[Bt(592)];[Bt(513)];[Bt(507)];constructor(t,n,r){const o=Bt;super(t);const s=this[o(555)];this[o(588)](o(520),!1),this[o(588)](o(523),n[o(568)][o(523)]),this[o(588)](o(502),!1),this[o(592)]=n,this[o(513)]=r,this[o(579)]=this[o(562)](),this[o(567)]=this[o(562)](),this[o(536)]=null,this[o(516)]=new e.FocusTracker,this[o(566)]=new e.KeystrokeHandler,this[o(541)]=new st.FocusCycler({focusables:this[o(579)],focusTracker:this[o(516)],keystrokeHandler:this[o(566)],keystrokeHandlerOptions:{filter:t=>this[o(579)][o(528)](t=>t[o(529)])[o(542)](t[o(508)])},actions:{focusPrevious:o(506),focusNext:o(547)}}),this[o(507)]=new Vt(t),this[o(507)][o(534)](o(537)).to(this,o(523),t=>t-this[o(513)][o(590)]);for(const t of n[o(568)])this[o(499)](t);this[o(525)](),this[o(554)](n[o(568)],o(594),(t,e)=>{const n=o,r=this[n(550)](e);this[n(523)]++,this[n(499)](e,r),this[n(577)]()}),this[o(554)](n[o(568)],o(575),(t,e)=>{const n=o;this[n(523)]--,this[n(509)](e),this[n(577)]()}),this[o(554)](n,o(551),()=>this[o(577)]()),this[o(554)](n,o(549),()=>this[o(525)]()),this.on(o(531),()=>this[o(577)]()),this.on(o(573),()=>this[o(577)]()),this[o(586)]({tag:"ul",attributes:{class:[o(578),s.if(o(523),o(498),t=>!t)],"aria-label":it(t,o(517))},children:this[o(567)]})}get[Bt(569)](){const t=Bt;return this[t(592)][t(539)]>this[t(513)][t(526)]&&!this[t(502)]&&!this[t(520)]}[Bt(585)](){const t=Bt;super[t(585)](),this[t(577)](),this[t(511)]()}[Bt(553)](t){const e=Bt;-1===t?this[e(541)][e(501)]():this[e(541)][e(544)]()}[Bt(559)](){const t=Bt;this[t(507)][t(559)]();for(const e of this[t(579)])e[t(559)]();super[t(559)]()}[Bt(577)](){const t=Bt;this[t(569)]?this[t(560)]():this[t(519)]()}[Bt(499)](t,e){const n=Bt,r=new(this[n(513)][n(581)])(this[n(521)],t,{maxCommentCharsWhenCollapsed:this[n(513)][n(512)],formatDateTime:this[n(513)][n(571)],editorConfig:this[n(513)][n(583)]});r[n(546)]=t.id,r[n(563)](n(527)).to(this),r[n(563)](n(580)).to(this),r[n(563)](n(574)).to(this),r[n(563)](n(514)).to(this),r[n(563)](n(540)).to(this),this[n(554)](r,n(557),()=>this[n(556)]()),this[n(579)][n(594)](r,e)}[Bt(550)](t){const e=Bt,n=this[e(592)][e(515)](t);return this[e(536)]?this[e(536)][e(558)]>t[e(558)]?n-1:n:n-1}[Bt(525)](){const t=Bt;if(this[t(592)][t(565)]&&this[t(592)][t(518)]){const e={id:t(500),author:this[t(592)][t(565)],authoredAt:this[t(592)][t(518)],content:it(this[t(521)],t(570)),attributes:{}};this[t(536)]=new(this[t(513)][t(581)])(this[t(521)],e,{maxCommentCharsWhenCollapsed:this[t(513)][t(512)],formatDateTime:this[t(513)][t(571)],editorConfig:this[t(513)][t(583)],isSystemComment:!0}),this[t(579)][t(594)](this[t(536)],this[t(592)][t(515)](e))}else this[t(536)]&&(this[t(579)][t(575)](this[t(536)]),this[t(536)][t(559)](),this[t(536)]=null);this[t(577)]()}[Bt(509)](t){const e=Bt,n=this[e(579)][e(575)](t.id);this[e(593)](n),n[e(510)]&&this[e(556)](),n[e(559)]()}[Bt(556)](){const t=Bt;this[t(520)]=Array[t(535)](this[t(579)])[t(530)](e=>e[t(510)])}[Bt(560)](){const t=Bt,n=function(t){const n=Ut,r=new e.Collection;for(const e of t)r[n(594)](e);return r}(this[t(579)]),r=this[t(507)][t(537)];for(let e=1;e<=r;e++)n[t(575)](1);for(const e of n)e[t(591)]();r>0&&n[t(594)](this[t(507)],1),Ft((0,e.diff)(Array[t(535)](this[t(567)]),Array[t(535)](n)),this[t(567)],n)}[Bt(519)](){const t=Bt;Ft((0,e.diff)(Array[t(535)](this[t(567)]),Array[t(535)](this[t(579)])),this[t(567)],this[t(579)]);for(const e of this[t(567)])e[t(524)]()}[Bt(511)](){const t=Bt;this[t(579)][t(572)](e=>{const n=t;this[n(516)][n(594)](e[n(529)]),this[n(566)][n(554)](e[n(529)])}),this[t(579)].on(t(548),(e,n)=>{const r=t;for(const t of n[r(538)])this[r(516)][r(575)](t[r(529)]),this[r(566)][r(593)](t[r(529)]);for(const t of Array[r(535)](n[r(589)])[r(545)]())this[r(516)][r(594)](t[r(529)]),this[r(566)][r(554)](t[r(529)])})}}function Ft(t,e,n){const r=Bt;let o=0;for(const s of t)switch(s){case r(504):e[r(594)](n[r(584)](o),o),o++;break;case r(561):e[r(575)](o);break;case r(576):o++}}function Ht(){const t=["1487024VrUZbf","9490552ivsieA","setTemplate","span","element","1292039ewUYmO","THREAD_CONTEXT_LABEL","contextValue","4WxEjIJ","6359930xDSgEN","set","ck-context__value","2jwecNi","12576942tkojse","focus","1622829zEgzKb","6071994BwCUSy","bindTemplate"];return(Ht=function(){return t})()}const Kt=Wt;function Wt(t,e){const n=Ht();return(Wt=function(t,e){return n[t-=478]})(t,e)}!function(t){const e=Wt,n=t();for(;;)try{if(703220===-parseInt(e(485))/1+-parseInt(e(492))/2*(parseInt(e(495))/3)+parseInt(e(488))/4*(-parseInt(e(489))/5)+parseInt(e(478))/6+parseInt(e(480))/7+parseInt(e(481))/8+parseInt(e(493))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ht);class qt extends st.View{constructor(t){const e=Wt;super(t);const n=this[e(479)];this[e(490)](e(487),""),this[e(482)]({tag:e(483),attributes:{class:["ck",e(491)],"aria-label":n.to(e(487),n=>it(t,e(486),n)),tabindex:-1},children:[{text:n.to(e(487))}]})}[Kt(494)](){const t=Kt;this[t(484)][t(494)]()}}const Yt=Jt;function Xt(){const t=["label","offsetWidth","scrollWidth","3068715peJrEY","div","focusFirst",".ck-context","_createContextView","ck-context","shift+tab","contextView","createCollection","focusCycler","execute","fire","25817UWDWaW","bind","23966856FsmKFM","ck-context-wrapper","reopenCommentThread","setTemplate","add",".ck-context__value","isResolvable","tab","icon","tooltip","_model","hasContext","3533823PweYyG","locale","bindTemplate","contextValue","_createReopenButton","132852OzbIze","isVisible","ck-thread__header","querySelector","...","Reopen","value","substring","mouseleave","mouseenter","remove","focus","keystrokes","14OInMLk","16ChzRxt","_setupKeyboardNavigation","95qHTJRO","overlay","isEnabled","3486InWJSW","classList","isReadOnly","listenTo","ck-context--quotes","48686gLgtbg","isResolved","render","context","element","_attachContextActions","length","2270ImJBxj","reopenButtonView","lastIndexOf","focusTracker","focusables","ck-annotation__actions","1548NTIDLn","_trimContextValue","Comment was made on an element"];return(Xt=function(){return t})()}!function(t){const e=Jt,n=t();for(;;)try{if(546865===parseInt(e(441))/1*(-parseInt(e(473))/2)+parseInt(e(429))/3+-parseInt(e(460))/4*(parseInt(e(402))/5)+-parseInt(e(423))/6*(-parseInt(e(405))/7)+parseInt(e(400))/8*(-parseInt(e(455))/9)+-parseInt(e(417))/10*(parseInt(e(410))/11)+parseInt(e(443))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xt);function Jt(t,e){const n=Xt();return(Jt=function(t,e){return n[t-=400]})(t,e)}class Gt extends st.View{[Yt(453)];[Yt(418)];[Yt(436)];[Yt(421)];[Yt(420)];[Yt(472)];[Yt(438)];constructor(t,n){const r=Yt;super(t);const o=this[r(457)];this[r(453)]=n,this[r(418)]=this[r(459)](),this[r(436)]=this[r(433)](),this[r(421)]=this[r(437)]([this[r(436)],this[r(418)]]),this[r(420)]=new e.FocusTracker,this[r(472)]=new e.KeystrokeHandler,this[r(438)]=new st.FocusCycler({focusables:this[r(421)],focusTracker:this[r(420)],keystrokeHandler:this[r(472)],actions:{focusPrevious:r(435),focusNext:r(450)}}),this[r(442)](r(454)).to(this[r(453)],r(413),t=>!!t),this[r(442)](r(458)).to(this[r(453)],r(413),t=>t&&t[r(466)]?this[r(424)](t[r(466)]):it(this[r(456)],r(425))),this[r(446)]({tag:r(430),attributes:{class:[r(462)]},children:[{tag:r(430),attributes:{class:[r(444)]},children:[{tag:r(430),attributes:{class:[r(434),o.if(r(454),r(409))]},children:[this[r(436)]]}]},{tag:r(430),attributes:{class:[r(422)]},children:[this[r(418)]]}]})}[Yt(412)](){const t=Yt;super[t(412)](),this[t(415)](),this[t(401)]()}[Yt(471)](){const t=Yt;this[t(438)][t(431)]()}[Yt(459)](){const t=Yt,e=new st.ButtonView(this[t(456)]);return e[t(426)]=it(this[t(456)],t(465)),e[t(452)]=it(this[t(456)],t(465)),e[t(451)]=ot.IconUndo,e[t(442)](t(404)).to(this[t(453)],t(407),t=>!t),e[t(442)](t(461)).to(this[t(453)],t(449),this[t(453)],t(411),(t,e)=>t&&e),e.on(t(439),()=>{const e=t;this[e(440)](e(445),this[e(453)].id)}),e}[Yt(424)](t){const e=Yt;if(t[e(416)]<150)return t;const n=t[e(419)](" ",147);return t[e(467)](0,n>-1?n:147)+e(464)}[Yt(415)](){const t=Yt,e=this[t(414)][t(463)](t(432)),n=e[t(463)](t(448));this[t(408)](e,t(469),()=>{const r=t;n[r(427)]<n[r(428)]&&e[r(406)][r(447)](r(403))}),this[t(408)](e,t(468),()=>{const n=t;e[n(406)][n(470)](n(403))})}[Yt(401)](){const t=Yt;this[t(472)][t(408)](this[t(414)]);for(const e of this[t(421)])this[t(420)][t(447)](e[t(414)]),this[t(472)][t(408)](e[t(414)])}[Yt(433)](){const t=Yt,e=new qt(this[t(456)]);return e[t(442)](t(458)).to(this),e}}const Zt=Qt;function Qt(t,e){const n=$t();return(Qt=function(t,e){return n[t-=330]})(t,e)}function $t(){const t=["removeComment","cancel","Reply to reopen discussion...","1904091dZKBir","reopenCommentThread","isDirty","_createCommentThreadInputView","destroy","1221032NLkpLJ","hasDirtyComment","first","stop","unlinkedAt","listenTo","archivedAt","createCollection","submit","value","COMMENT_THREAD_LABEL","focus","addComment","showInput","change:isActive","ariaDescriptionView","author","commentThreadInputView","isSubmitted","738034GmILkj","fire","isResolved","isReadOnly","resolveCommentThread","removeCommentThread","target","disabledSubmit","ariaLabel","editorDestroyed","COMMENT_THREAD_DESCRIPTION","placeholder","isUnlinked","120905KNzIKr","984077MaCcqb","bind","Reply...","commentInputView","length","45iSJJzM","5236730WPoKqM","Comment","_model","assign","shift+tab","delegate","render","22vicipn","Write a comment...","570201SFgSQG","editorConfig","focusCycler","name","locale","keystrokes","_config","element","tab","updateComment","focusables","isActive","CommentView","20UXcmGU","comments","_localUser","set","canComment","commentsListView","commentThreadHeaderView","editorReady","focusTracker","submitLabel","isResolvable","150TLjyOt","Reply","submitCommentThread"];return($t=function(){return t})()}!function(t){const e=Qt,n=t();for(;;)try{if(598678===parseInt(e(342))/1+-parseInt(e(411))/2+-parseInt(e(357))/3*(parseInt(e(370))/4)+-parseInt(e(341))/5*(parseInt(e(381))/6)+-parseInt(e(387))/7+parseInt(e(392))/8*(parseInt(e(347))/9)+parseInt(e(348))/10*(parseInt(e(355))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($t);class te extends st.View{[Zt(350)];[Zt(363)];[Zt(376)];[Zt(409)];[Zt(407)];[Zt(367)];[Zt(378)];[Zt(362)];[Zt(359)];constructor(t,n,r,s){const i=Zt;super(t),this[i(373)](i(368),!1),this[i(373)](i(389),!1),this[i(350)]=n,this[i(372)]=r,this[i(363)]=s,this[i(376)]=new Gt(t,n),this[i(376)][i(353)](i(388)).to(this),this[i(407)]=new o.AriaDescriptionView(t,it(t,i(338))),this[i(397)](this,i(388),()=>{this[i(403)]()}),this[i(375)]=new zt(t,n,Object[i(351)]({CommentView:this[i(363)][i(369)]},s)),this[i(375)][i(353)](i(384)).to(this),this[i(375)][i(353)](i(366)).to(this),this[i(375)][i(353)](i(332)).to(this),this[i(375)][i(353)](i(377)).to(this),this[i(375)][i(353)](i(337)).to(this),this[i(375)][i(343)](i(368)).to(this),this[i(397)](this,i(332),()=>{this[i(403)]()}),this[i(373)](i(346),this[i(375)][i(346)]),this[i(343)](i(346)).to(this[i(375)],i(346)),this[i(409)]=this[i(390)](),this[i(409)][i(353)](i(377)).to(this),this[i(409)][i(353)](i(337)).to(this),this.on(i(384),()=>this[i(403)]()),this[i(343)](i(389)).to(this[i(375)],i(393),this[i(409)][i(345)],i(401),(t,e)=>t||!!e),this[i(343)](i(340)).to(n,i(396),t=>!!t),this[i(343)](i(336)).to(this,i(346),t=>{const e=i,n=this[e(350)][e(371)][e(394)]?this[e(350)][e(371)][e(394)][e(408)][e(360)]:this[e(372)][e(360)];return it(this[e(361)],e(402),[t,n])}),this[i(367)]=this[i(399)]([this[i(375)],this[i(409)]]),this[i(378)]=new e.FocusTracker,this[i(362)]=new e.KeystrokeHandler,this[i(359)]=new st.FocusCycler({focusables:this[i(367)],focusTracker:this[i(378)],keystrokeHandler:this[i(362)],keystrokeHandlerOptions:{filter:t=>t[i(334)]!==this[i(364)]},actions:{focusPrevious:i(352),focusNext:i(365)}})}[Zt(403)](){const t=Zt;this[t(364)][t(403)]()}[Zt(354)](){const t=Zt;super[t(354)](),(0,o.setupThreadKeyboardNavigation)(this,this[t(367)])}async[Zt(391)](){const t=Zt;this[t(389)]=!1,this[t(375)][t(391)](),await this[t(409)][t(391)](),super[t(391)]()}[Zt(390)](){const t=Zt,e=new Rt(this[t(361)],this[t(372)],this[t(363)][t(358)]),n=e[t(345)];return e[t(343)](t(405)).to(this,t(368),this[t(350)],t(331),this[t(350)],t(374),this[t(350)],t(398),n,t(401),(t,e,n,r,o)=>!!o||!!r&&n&&!e||t&&n&&!e),n[t(343)](t(339)).to(this,t(346),this[t(350)],t(380),this[t(350)],t(330),(e,n,r)=>{const o=t;let s;return s=o(r&&n?386:e?344:356),it(this[o(361)],s)}),n[t(343)](t(379)).to(this,t(346),e=>it(this[t(361)],t(e?382:349))),n.on(t(400),(e,n)=>{const r=t;this[r(412)](r(404),n),this[r(350)][r(330)]&&this[r(350)][r(380)]&&this[r(412)](r(388),this[r(350)].id),this[r(350)][r(410)]||this[r(412)](r(383))}),n.on(t(385),()=>{this[t(403)]()}),n[t(343)](t(335)).to(this[t(350)],t(331)),n.on(t(385),e=>{const n=t;0==this[n(346)]&&(this[n(412)](n(333)),e[n(395)]())}),this.on(t(406),(e,r,o)=>{const s=t;o||this[s(346)]||n[s(401)]||this[s(412)](s(333))}),e}}const ee=re;function ne(){const t=["set","createCollection",".ck-thread__container","tooltip","render","locale","isReadOnly","_model","change:isReadOnly","949236TNyFhK","8864910tUBAaV","icon","ck-rounded-corners","element","add","label","140427IxtLHj","ck-thread--","focusables","isResolved","isSystemComment","4lfcjic","get","_createResolveButton","showConfirm","containerElement","commentThreadInputView","6230PyhkMV","1758979BKNwxI","execute","Write a comment...","_boundFirstCommentView","bind","actionBar","_bindFirstCommentView","commentThreadHeaderView","high","stop","resolveButton","querySelector","getTemplate","fire","listenTo","div","ck-comment--resolve","change:archivedAt","extendTemplate","focus","archivedAt","cancelConfirm","isUnlinked","ck-reset_all-excluded","Resolve","Delete comment thread?","setTemplate","then","unbind","42wYPkOG","placeholder","removeCommentThread","change:isActive","_cancelAllConfirms","removeConfirm","length","has","ariaLabel","isEnabled","commentThreadChildren","ck-thread--unlinked","3535049gcouAA","8154npwmrh","removeButton","11SWMwvA","commentViews","actionIndicator","16UUBUUa","isVisible","25275036JcXvqw","ck-thread--active","ck-thread","_updateArchivedThreadHeader","isActive","bindTemplate","isResolvable","commentsListView","ck-thread__container","remove","resolveCommentThread","ariaDescriptionView","listitem"];return(ne=function(){return t})()}function re(t,e){const n=ne();return(re=function(t,e){return n[t-=146]})(t,e)}!function(t){const e=re,n=t();for(;;)try{if(973527===-parseInt(e(213))/1+-parseInt(e(152))/2*(-parseInt(e(201))/3)+parseInt(e(206))/4*(-parseInt(e(195))/5)+-parseInt(e(194))/6+-parseInt(e(164))/7*(-parseInt(e(170))/8)+parseInt(e(165))/9*(parseInt(e(212))/10)+-parseInt(e(167))/11*(-parseInt(e(172))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ne);class oe extends((0,o.ConfirmMixin)(te)){[ee(162)];[ee(210)];[ee(223)];[ee(216)];constructor(t,e,n,r){const o=ee;super(t,e,n,r),this[o(162)]=this[o(186)]([this[o(179)],this[o(211)],this[o(183)]]),this[o(185)](o(169),null),this[o(210)]=null,this[o(216)]=null,this[o(190)]=t,this[o(223)]=this[o(208)](),this[o(149)](this[o(225)]()),this.on(o(155),(t,e,n)=>{n||this[o(156)]()}),this[o(227)](this[o(192)],o(193),(t,e,n)=>{n&&this[o(156)]()}),this[o(158)]>0&&this[o(219)](),this[o(227)](this[o(179)][o(168)],o(199),()=>{this[o(219)]()})}[ee(225)](){const t=ee,e=this[t(177)];return{tag:t(228),attributes:{class:["ck",t(174),t(146),t(197),e.if(t(176),t(173)),e.if(t(235),t(163)),e.to(t(169),e=>e?t(202)+e:"")],"data-thread-id":this[t(192)].id,tabindex:0,role:t(184),"aria-label":e.to(t(160)),"aria-describedby":this[t(183)].id},children:[{tag:t(228),attributes:{class:t(180)},children:this[t(162)]}]}}[ee(189)](){const t=ee;super[t(189)](),this[t(210)]=this[t(198)][t(224)](t(187)),this[t(192)].on(t(230),()=>{this[t(175)]()}),this[t(175)]()}[ee(156)](){const t=ee;this[t(234)]();for(const e of this[t(179)][t(168)])e[t(234)]()}[ee(219)](){const t=ee,{locale:e}=this,n=this[t(179)][t(168)][t(207)](0);n===this[t(216)]||n[t(205)]||(this[t(216)]=n,this[t(151)](t(169)),this[t(217)](t(169)).to(n,t(169),e=>t(181)===e?t(181):null),n[t(153)]=it(e,t(215)),n[t(166)].on(t(214),n=>{const r=t;n[r(222)](),this[r(209)](it(e,r(148)),this[r(210)])[r(150)](()=>{const t=r;this[t(226)](t(154))})},{priority:t(221)}),this.on(t(157),()=>{n[t(232)]()}),n[t(218)][t(199)](this[t(223)],0),n[t(203)][t(199)](this[t(223)],0))}[ee(208)](){const t=ee,e=new o.LateFocusButtonView(this[t(190)]);return e[t(200)]=it(this[t(190)],t(147)),e[t(188)]=it(this[t(190)],t(147)),e[t(196)]=ot.IconCheck,e[t(231)]({attributes:{class:t(229)}}),e[t(217)](t(161)).to(this[t(192)],t(191),t=>!t),e[t(217)](t(171)).to(this[t(192)],t(178),this[t(192)],t(204),(t,e)=>t&&!e),e.on(t(214),()=>{const e=t;this[e(226)](e(182),this[e(192)].id)}),e}[ee(175)](){const t=ee;this[t(192)][t(233)]?this[t(162)][t(159)](this[t(220)])||(this[t(162)][t(199)](this[t(220)],0),this[t(203)][t(199)](this[t(220)],0)):this[t(162)][t(159)](this[t(220)])&&(this[t(162)][t(181)](this[t(220)]),this[t(203)][t(181)](this[t(220)]))}}var se=ie;function ie(t,e){var n=ce();return(ie=function(t,e){return n[t-=196]})(t,e)}function ce(){var t=["ck-content","3255777pKydcE","ck-comment__content","2601wQBrlN","3183010bDPbBC","render","1544697resrwL","innerHTML","2VWzNHR","div","set","335364FVQzqM","11JVgEGx","ck-annotation__content","6XchRVw","setTemplate","84NHBbFm","8344vFZRPt","508069wrwMQQ","221qFVFhZ","element","content","change:content","30445pJXNkR"];return(ce=function(){return t})()}!function(t){for(var e=ie,n=t();;)try{if(265383===-parseInt(e(201))/1*(-parseInt(e(215))/2)+parseInt(e(213))/3+-parseInt(e(199))/4*(parseInt(e(206))/5)+-parseInt(e(197))/6*(-parseInt(e(208))/7)+-parseInt(e(200))/8*(parseInt(e(210))/9)+-parseInt(e(211))/10*(parseInt(e(219))/11)+-parseInt(e(218))/12*(parseInt(e(202))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ce);class ae extends st.View{constructor(t){var e=ie;super(t),this[e(217)](e(204),""),this[e(198)]({tag:e(216),attributes:{class:[e(207),e(209),e(196)]}})}[se(212)](){var t=se;super[t(212)](),this.on(t(205),(e,n,r)=>{var o=t;this[o(203)][o(214)]=r}),this[t(203)][t(214)]=this[t(204)]}}const ue=de;function he(){const t=["Save","value","authoredAt","textContent","render","attributes","expand","get","6rtaHHN","EXTERNAL_IMPORT_WORD_COMMENT","listenTo","name","locale","focusables","once","collapse","added","editorDestroyed","stopListening","253gGGrQF","keystrokes","1470iQhXpN","focusTracker","_createCommentContentView","editorConfig","parseFromString","51010LYcbSo","_createCommentInputView","isReadOnly","remove","6PtyoEr","editorReady","submit","importWord","element","@external","_model","target","change","fire","9588828QSJmvs","formatDateTime","createCollection","isEditMode","ariaDescriptionView","tab","content","3479139ANYeQI","getUserViewNotificationText","350752dBEDin","EXTERNAL_COMMENT","184NaGsLh","bind","focusFirst","creator","createEditor","focusCycler","add","removed","author","switchToDisplayMode","_setupKeyboardNavigation","_config","getExternalCommentNote","961jRgRYY","set","cancel","submitLabel","disabledSubmit","body","isExternal","destroy","delegate","text/html","EXTERNAL_IMPORT_WORD_AVATAR","COMMENT_THREAD_DESCRIPTION","visibleView","maxCommentCharsWhenCollapsed","570155aZHTqP","source","isSystemComment","isCollapsed","EXTERNAL_AVATAR","switchToEditMode","COMMENT_ARIA_LABEL","updateComment","esc","2569WMSHsb","ariaLabel","initialData","shift+tab","enter","focus"];return(he=function(){return t})()}function de(t,e){const n=he();return(de=function(t,e){return n[t-=489]})(t,e)}!function(t){const e=de,n=t();for(;;)try{if(431768===-parseInt(e(580))/1*(parseInt(e(537))/2)+parseInt(e(524))/3*(parseInt(e(565))/4)+-parseInt(e(501))/5*(parseInt(e(546))/6)+-parseInt(e(510))/7*(-parseInt(e(567))/8)+parseInt(e(563))/9+parseInt(e(542))/10*(-parseInt(e(535))/11)+parseInt(e(556))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(he);class le extends st.View{[ue(499)];[ue(560)];[ue(529)];[ue(538)];[ue(536)];[ue(572)];[ue(552)];[ue(578)];constructor(t,n,r){const s=ue;super(t),this[s(552)]=n,this[s(578)]=r,this[s(503)]=!!this[s(578)][s(503)],this[s(581)](s(559),!1),this[s(581)](s(504),!0),this[s(568)](s(511)).to(n,s(562),n,s(518),(e,o)=>it(t,s(507),[n[s(575)][s(527)],r[s(557)](o),(new DOMParser)[s(541)](e,s(496))[s(492)][s(519)],n[s(493)]?this[s(579)]():""])),this[s(560)]=new o.AriaDescriptionView(t,it(t,s(498))),this[s(499)]=this[s(558)](),this[s(499)][s(573)](this[s(539)]()),this[s(529)]=new st.ViewCollection,this[s(538)]=new e.FocusTracker,this[s(536)]=new e.KeystrokeHandler,this[s(572)]=new st.FocusCycler({focusables:this[s(529)],focusTracker:this[s(538)],keystrokeHandler:this[s(536)],keystrokeHandlerOptions:{filter:t=>t[s(553)]!==this[s(550)]},actions:{focusPrevious:s(513),focusNext:s(561)}})}[ue(522)](){this[ue(504)]=!1}[ue(531)](){const t=ue;this[t(559)]||(this[t(504)]=!0)}[ue(515)](){const t=ue;this[t(550)][t(515)]()}[ue(520)](){const t=ue;super[t(520)](),this[t(577)]()}async[ue(494)](){const t=ue;await this[t(499)][t(523)](0)[t(494)](),super[t(494)]()}[ue(506)](){const t=ue;this[t(559)]||(this[t(559)]=!0,this[t(499)][t(545)](0)[t(494)](),this[t(499)][t(573)](this[t(543)]()))}[ue(576)](){const t=ue;this[t(559)]&&(this[t(559)]=!1,this[t(499)][t(545)](0)[t(494)](),this[t(499)][t(573)](this[t(539)]()))}[ue(579)](){const t=ue;return t(549)===this[t(552)][t(521)][t(551)][t(502)]?it(this[t(528)],t(525)):it(this[t(528)],t(566))}[ue(564)](){const t=ue;return this[t(552)][t(493)]?t(549)===this[t(552)][t(521)][t(551)][t(502)]?it(this[t(528)],t(497),this[t(552)][t(570)][t(527)]):it(this[t(528)],t(505),this[t(552)][t(570)][t(527)]):null}[ue(539)](){const t=ue,e=new ae(this[t(528)]);return e[t(568)](t(562)).to(this[t(552)],t(562),this,t(504),(e,n)=>n?(0,o.trimHtml)(e,{limit:this[t(578)][t(500)]}):e),e}[ue(543)](){const t=ue;this[t(578)][t(540)]||(this[t(578)][t(540)]={}),this[t(578)][t(540)][t(512)]=this[t(552)][t(562)];const e=new Ot(this[t(528)],this[t(578)][t(540)]);return e[t(517)]=this[t(552)][t(562)],e[t(568)](t(491)).to(this[t(552)],t(544)),e[t(490)]=it(this[t(528)],t(516)),e.on(t(548),(e,n)=>{const r=t;this[r(555)](r(508),this[r(552)].id,n),this[r(576)](),this[r(515)]()}),e.on(t(489),()=>{const e=t;this[e(576)](),this[e(515)]()}),e[t(530)](t(547),()=>{e[t(515)]()}),e[t(571)](),e[t(495)](t(547)).to(this),e[t(495)](t(533)).to(this),e}[ue(577)](){const t=ue,e=this[t(550)];this[t(536)][t(526)](e);for(const e of this[t(529)])this[t(538)][t(573)](e[t(550)]),this[t(536)][t(526)](e[t(550)]);this[t(529)].on(t(554),(e,n)=>{const r=t;for(const t of n[r(574)])this[r(538)][r(545)](t[r(550)]),this[r(536)][r(534)](t[r(550)]);for(const t of n[r(532)])this[r(538)][r(573)](t[r(550)]),this[r(536)][r(526)](t[r(550)])}),this[t(536)][t(581)](t(514),(n,r)=>{const o=t;e===n[o(553)]&&(this[o(572)][o(569)](),r())}),this[t(536)][t(581)](t(509),(n,r)=>{const o=t;e!==n[o(553)]&&(this[o(515)](),r())})}}const me=pe;function ke(){const t=["authoredAt","246849qSHaBx","ck-annotation__actions--hidden","author","change:isRemovable","resolvedAt","toMany","ck-comment","listenTo","items","extendTemplate","focusables","bindTemplate","isRemovable","ck-annotation__main","mouseenter","withText","time","formatDateTime","some","27YWFQpw","userView","ck-annotation__info","listitem","3495960shvRdY","blur","Remove","ariaLabel","then","editButton","showConfirm","_createCommentInputView","ck-comment__info-name","ck-comment__info","locale","add","find","panelView","ck-annotation__info-name","switchToEditMode","mouseleave","_attachActions","placeholder","edit","addMany","ariaDescriptionView","isSystemComment","fire","ck-comment--edit","removeButton","ck-annotation__info-time","_createDropdown","cancelConfirm","div","ck-comment__wrapper","_createEditButton","isEditMode","icon","isEditable","ck-comment--","7514530lrMVBK","unbind","from","getUserViewNotificationText","2whNoLD","28UaQajN","focus","498758OPXYDZ","ck-comment__actions","remove","3849105UiHacp","name","span","render","ck-annotation__user","Delete comment?","ck-comment__main","Edit","ck-hidden","ck-comment__actions--hidden","ck-comment__user","Show more items","ck-comment--remove","push","isEnabled","isVisible","2803801AOVvHn","children","ck-comment__external","visibleView","createCollection","panelPosition","dropdown","set","group","ck-comment--info","length","getExternalCommentNote","ck-comment__info-time","isReadOnly","setTemplate","getTemplate","ck-annotation__content-wrapper","bind","ck-annotation","actionBar","ck-annotation__actions","actionIndicator","element","_createRemoveButton","execute","_config","removeComment","_model","Reply...","buttonView","label","isExternal","5314566mrucib"];return(ke=function(){return t})()}function pe(t,e){const n=ke();return(pe=function(t,e){return n[t-=485]})(t,e)}!function(t){const e=pe,n=t();for(;;)try{if(512414===-parseInt(e(590))/1*(-parseInt(e(587))/2)+-parseInt(e(524))/3*(-parseInt(e(588))/4)+parseInt(e(593))/5+parseInt(e(522))/6+-parseInt(e(490))/7+parseInt(e(547))/8+parseInt(e(543))/9*(-parseInt(e(583))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ke);class ge extends((0,o.ConfirmMixin)(le)){[me(509)];[me(544)];constructor(t,e,n){const r=me;super(t,e,n),this[r(497)](r(511),null),this[r(497)](r(565),it(t,r(518))),this[r(507)](r(523)).to(e),this[r(507)](r(528)).to(e),this[r(509)]=this[r(494)](),this[r(569)]||(this[r(552)]=this[r(578)](),this[r(572)]=this[r(513)](),this[r(532)]=this[r(494)](),this[r(532)][r(567)]([this[r(552)],this[r(572)]]),this[r(496)]=this[r(574)](),this[r(509)][r(558)](this[r(496)]),this[r(534)][r(558)](this[r(496)])),this[r(544)]=new o.UserView(t,e[r(526)],this[r(586)]()),this[r(544)][r(533)]({attributes:{class:[r(603),r(597)],"aria-hidden":!0}}),this[r(531)](e,r(527),()=>this[r(575)]()),this[r(504)](this[r(505)]())}[me(505)](){const t=me,e=this[t(535)],n=[{tag:t(576),attributes:{class:[t(556),t(545)]},children:[{tag:t(595),children:[{text:this[t(544)][t(594)]}],attributes:{class:[t(555),t(561)],"data-cke-tooltip-text":this[t(544)][t(594)]}},{tag:t(540),attributes:{datetime:e.to(t(523)),class:[t(502),t(573)]},children:[{text:e.to(t(523),e=>this[t(515)][t(541)](e))}]}]},{tag:t(576),attributes:{class:[t(591),t(510),e.if(t(579),t(602)),e.if(t(579),t(525))]},children:this[t(509)]},{tag:t(576),attributes:{class:[t(506)]},children:this[t(493)]},this[t(568)]];return this[t(517)][t(521)]&&n[t(487)]({tag:t(576),attributes:{class:[t(492)]},children:[{text:this[t(501)]()}]}),{tag:"li",attributes:{class:[t(577)],tabindex:-1,"aria-label":e.to(t(550)),"aria-describedby":this[t(568)].id,role:t(546)},children:[{tag:t(576),attributes:{class:[t(530),t(508),e.if(t(579),t(571)),e.if(t(569),t(499)),e.to(t(511),e=>e?t(582)+e:"")],"data-author-id":this[t(517)][t(526)].id,"data-comment-id":this[t(517)].id,role:t(498)},children:[this[t(544)],{tag:t(576),attributes:{class:[t(599),t(537)]},children:n}]}]}}[me(578)](){const t=me,e=new st.ButtonView(this[t(557)]);return e[t(520)]=it(this[t(557)],t(600)),e[t(580)]=ot.IconPencil,e[t(539)]=!0,e[t(533)]({attributes:{class:t(571)}}),e[t(507)](t(488)).to(this[t(517)],t(503),t=>!t),e[t(507)](t(489)).to(this[t(517)],t(581)),e.on(t(514),()=>this[t(562)]()),e}[me(513)](){const t=me,e=new st.ButtonView(this[t(557)]);return e[t(520)]=it(this[t(557)],t(549)),e[t(580)]=ot.IconRemoveComment,e[t(539)]=!0,e[t(533)]({attributes:{class:t(486)}}),e[t(507)](t(488)).to(this[t(517)],t(503),t=>!t),e[t(507)](t(489)).to(this[t(517)],t(536)),e.on(t(514),()=>{const e=t;this[e(553)](it(this[e(557)],e(598)),this[e(512)])[e(551)](()=>{const t=e;this[t(570)](t(516),this[t(517)].id)})}),e}[me(574)](){const t=me,e=(0,st.createDropdown)(this[t(557)],o.LateFocusDropdownButtonView),n=e[t(560)][t(491)],r=new st.ListView(this[t(557)]),s=e[t(535)];(0,st.focusChildOnDropdownOpen)(e,()=>this[t(532)][t(559)](e=>e[t(489)])),e[t(533)]({attributes:{class:[s.if(t(489),t(601),t=>!t)]}});const i=(n,o=-1)=>{const s=t,i=new st.ListItemView(this[s(557)]);i[s(491)][s(558)](n);const c=o>-1?o:r[s(532)][s(500)];r[s(532)][s(558)](i,c);const a=Array[s(585)](this[s(532)]);e[s(584)](s(488),s(489)),e[s(507)](s(488))[s(529)](a,s(488),(...t)=>t[s(542)](t=>t)),e[s(507)](s(489))[s(529)](a,s(489),(...t)=>t[s(542)](t=>t))};e[t(495)]="sw",e[t(519)][t(497)]({label:it(this[t(557)],t(485)),icon:ot.IconThreeVerticalDots});for(const e of this[t(532)])i(e);return n[t(558)](r),e[t(531)](this[t(532)],t(558),(t,e,n)=>{i(e,n)}),e[t(531)](this[t(532)],t(592),(e,n,o)=>{const s=t;r[s(532)][s(592)](o)}),e}[me(564)](t,e){const n=me,r=t&&t[n(512)];r&&(this[n(531)](r,n(538),()=>this[n(511)]=e),this[n(531)](r,n(589),()=>this[n(511)]=e),this[n(531)](r,n(563),()=>this[n(511)]=null),this[n(531)](r,n(548),()=>this[n(511)]=null))}[me(554)](){const t=me,e=super[t(554)]();return e[t(507)](t(565)).to(this),e}[me(596)](){const t=me;super[t(596)](),this[t(564)](this[t(552)],t(566)),this[t(564)](this[t(572)],t(592))}}var fe=n(6),be=n.n(fe),ve=n(602),Ie=n.n(ve),we=n(557),_e=n.n(we),ye=n(302),Ae=n.n(ye),Ce=n(290),Te=n.n(Ce),Ee=n(22),xe={attributes:{"data-cke":!0}};xe.setAttributes=Ae(),xe.insert=_e().bind(null,"head"),xe.domAPI=Ie(),xe.insertStyleElement=Te();be()(Ee.A,xe);Ee.A&&Ee.A.locals&&Ee.A.locals;var Ne=n(254),Oe={attributes:{"data-cke":!0}};Oe.setAttributes=Ae(),Oe.insert=_e().bind(null,"head"),Oe.domAPI=Ie(),Oe.insertStyleElement=Te();be()(Ne.A,Oe);Ne.A&&Ne.A.locals&&Ne.A.locals;var Me=n(528),Se={attributes:{"data-cke":!0}};Se.setAttributes=Ae(),Se.insert=_e().bind(null,"head"),Se.domAPI=Ie(),Se.insertStyleElement=Te();be()(Me.A,Se);Me.A&&Me.A.locals&&Me.A.locals;function Pe(t,e,{signal:n,edges:r}={}){let o,s=null;const i=null!=r&&r.includes("leading"),c=null==r||r.includes("trailing"),a=()=>{null!==s&&(t.apply(o,s),o=void 0,s=null)};let u=null;const h=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),l()},e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},l=()=>{d(),o=void 0,s=null},m=function(...t){if(n?.aborted)return;o=this,s=t;const e=null==u;h(),i&&e&&a()};return m.schedule=h,m.cancel=l,m.flush=()=>{d(),a()},n?.addEventListener("abort",l,{once:!0}),m}function Re(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:r=!1,trailing:o=!0,maxWait:s}=n,i=Array(2);let c;r&&(i[0]="leading"),o&&(i[1]="trailing");let a=null;const u=Pe(function(...e){c=t.apply(this,e),a=null},e,{edges:i}),h=function(...e){return null!=s&&(null===a&&(a=Date.now()),Date.now()-a>=s)?(c=t.apply(this,e),a=Date.now(),u.cancel(),u.schedule(),c):(u.apply(this,e),c)};return h.cancel=u.cancel,h.flush=()=>(u.flush(),c),h}function Le(t,e){const n=De();return(Le=function(t,e){return n[t-=222]})(t,e)}function Ve(t){const e=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:r=!0,trailing:o=!0}=n;return Re(t,e,{leading:r,trailing:o,maxWait:e})}(t,30),n=new MutationObserver(t=>{const n=Le;for(const r of t)(n(226)==r[n(238)]&&n(236)==r[n(227)]||n(234)==r[n(238)]||n(231)==r[n(238)])&&e()});return{attach(t){n[Le(233)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Le;n[t(229)](),e[t(224)]()}}}function De(){const t=["402VFfEVH","18047620yLiZwJ","114996inPHTt","5056731tfQSdC","cancel","3440oCiaDB","attributes","attributeName","13937imnqDu","disconnect","943722gGJrfG","characterData","215eNIXBI","observe","childList","191252nzfXUn","class","10320ULEIAP","type"];return(De=function(){return t})()}!function(t){const e=Le,n=t();for(;;)try{if(472064===parseInt(e(230))/1+-parseInt(e(239))/2*(-parseInt(e(237))/3)+parseInt(e(235))/4+-parseInt(e(232))/5*(parseInt(e(222))/6)+parseInt(e(228))/7*(parseInt(e(225))/8)+parseInt(e(223))/9+-parseInt(e(240))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(De);var Be=n(562),je={attributes:{"data-cke":!0}};je.setAttributes=Ae(),je.insert=_e().bind(null,"head"),je.domAPI=Ie(),je.insertStyleElement=Te();be()(Be.A,je);Be.A&&Be.A.locals&&Be.A.locals;const Ue=ze;function ze(t,e){const n=Fe();return(ze=function(t,e){return n[t-=386]})(t,e)}function Fe(){const t=["4018yuIzgC","4903746LtMDiG","ck-rounded-corners","listenTo","32890dpQTXz","arrowup","set","attach","targetRect","destroy","presentation","type","content","keystrokes","4800422TdPNuw","ck-annotation-wrapper--active","element","728703fkiUvg","detach","focus","2050024UOadsE","arrowdown","mainView","setTemplate","height","200wUJiuN","length","fire","delegate","focusTracker","1342200HuvWaW","add","_mutationObserver","isDirty","render","100SZvtdo","isActive","_updateHeight","906uvlDgt","ck-annotation-wrapper","bindTemplate","div","7XqTSSH","clear","clientHeight","createCollection","first","Esc","12rRhvHh"];return(Fe=function(){return t})()}!function(t){const e=ze,n=t();for(;;)try{if(852315===-parseInt(e(391))/1*(-parseInt(e(426))/2)+parseInt(e(392))/3+parseInt(e(421))/4+-parseInt(e(395))/5*(-parseInt(e(429))/6)+-parseInt(e(433))/7*(parseInt(e(411))/8)+parseInt(e(408))/9*(-parseInt(e(416))/10)+-parseInt(e(405))/11*(parseInt(e(390))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fe);class He extends st.View{[Ue(420)];id;[Ue(404)];[Ue(403)];[Ue(413)];[Ue(423)];constructor(t,n){const r=Ue;super(t),this.id=(0,e.uid)(),this[r(420)]=new e.FocusTracker,this[r(404)]=new e.KeystrokeHandler,this[r(404)][r(397)](r(389),(t,e)=>this[r(418)](r(389),e)),this[r(397)](r(399),{top:0,right:0,bottom:0,left:0}),this[r(397)](r(415),0),this[r(397)](r(427),!1),this[r(397)](r(424),!1),this[r(397)](r(417),0),this[r(397)](r(402),""),this[r(423)]=Ve(()=>this[r(428)]()),this[r(403)]=this[r(387)](),this[r(403)][r(419)](r(396),r(412)).to(this),this[r(403)][r(422)](n),this[r(413)]=n;const o=this[r(431)];this[r(414)]({tag:r(432),attributes:{class:["ck",r(430),r(393),o.if(r(427),r(406))],role:r(401)},children:this[r(403)]})}[Ue(425)](){const t=Ue;super[t(425)](),this[t(420)][t(422)](this[t(407)]),this[t(404)][t(394)](this[t(407)]),this[t(423)][t(398)](this[t(407)])}[Ue(400)](){const t=Ue;this[t(403)][t(434)](),this[t(404)][t(400)](),this[t(420)][t(400)](),this[t(423)][t(409)](),super[t(400)]()}[Ue(410)](){const t=Ue;this[t(403)][t(388)]&&this[t(403)][t(388)][t(410)]()}[Ue(428)](){const t=Ue,e=this[t(407)][t(386)];e&&(this[t(415)]=e)}}function Ke(){const t=["element","add","getClientRects","function","destroy","1708130cpNIfu","refreshVisibility","_target","length","isActive","type","innerView","_type","7326785ZhGTcx","set","nodeType","isArray","every","clear","_getNormalizedTarget","mainView","271524XrWazg","offsetParent","targetRect","_assertCorrectTarget","8340mmKPSR","350346MNpOkl","905572MLKkSO","object","focusableElements","36wBzwZo","view","1203uVVFLb","175nEDbek","remove","filter","stopListening","focusTracker","annotation-invalid-target","updateTargetRect","isVisible","9609880kJDFNV","render","target","item","_id"];return(Ke=function(){return t})()}const We=Ye;!function(t){const e=Ye,n=t();for(;;)try{if(872722===parseInt(e(442))/1+-parseInt(e(448))/2+-parseInt(e(453))/3*(parseInt(e(446))/4)+parseInt(e(434))/5+parseInt(e(447))/6*(-parseInt(e(454))/7)+parseInt(e(416))/8+-parseInt(e(451))/9*(-parseInt(e(426))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ke);class qe extends((0,e.ObservableMixin)()){[We(452)];[We(450)];[We(433)];[We(428)];constructor({view:t,target:n,type:r,isVisible:o=!0}){const s=We;super(),this[s(452)]=t,this[s(452)][s(421)]||this[s(452)][s(417)](),this[s(433)]=r,this[s(428)]=n,qe[s(445)](this[s(440)]()),this[s(450)]=new e.Collection([this[s(452)][s(421)]],{idProperty:s(420)}),this[s(450)].on(s(422),(t,e)=>{const n=s;this[n(452)][n(412)][n(422)](e)}),this[s(450)].on(s(409),(t,e)=>{const n=s;this[n(452)][n(412)][n(409)](e)}),this[s(435)](s(415),o)}get[We(431)](){const t=We;return t(424)==typeof this[t(433)]?this[t(433)]():this[t(433)]}get[We(432)](){const t=We;return this[t(452)][t(441)]}get[We(418)](){const t=We,e=this[t(440)]();return qe[t(445)](e),e}get[We(444)](){const t=We,n=this[t(418)];if(null===n)return null;if(n instanceof e.Rect)return n;const r=n[t(410)](e=>function(e){const n=t;if(e[n(443)])return!0;return!!e[n(423)]()[n(419)](0)}(e));return 0===r[t(429)]?null:new e.Rect(r[0][t(423)]()[t(419)](0))}get[We(430)](){const t=We;return this[t(452)][t(430)]}set[We(430)](t){const e=We;this[e(452)][e(430)]=t,this[e(452)][e(441)][e(430)]=t}[We(414)](){const t=We;this[t(452)][t(444)]=this[t(444)]}[We(425)](){const t=We;this[t(450)][t(411)](),this[t(450)][t(439)](),this[t(411)]()}[We(427)](){const t=We;this[t(415)]=!!this[t(444)]}static[We(445)](t){const n=We;if(!(null===t||t instanceof e.Rect||Array[n(437)](t)&&t[n(438)](t=>Xe(t))))throw new e.CKEditorError(n(413),null,{target:t})}[We(440)](){const t=We,e=t(424)==typeof this[t(428)]?this[t(428)]():this[t(428)];return Xe(e)?[e]:e}}function Ye(t,e){const n=Ke();return(Ye=function(t,e){return n[t-=409]})(t,e)}function Xe(t){const e=We;return null!==t&&e(449)==typeof t&&e(436)in t&&1===t[e(436)]}const Je=Ze;function Ge(){const t=["8qiMZfZ","36008rVkIFI","_focusTracker","fire","_innerViewToAnnotation","20qaebDX","focusableElements","724160eCPwjV","from","change:isFocused","focusTracker","_viewToAnnotation","set","stopListening","getByInnerView","getByView","delete","targetRect","1629033pZVXxt","getIndex","refreshPositioning","clear","get","left","length","annotationcollection-duplicated-item","remove","1219707RLTlDO","innerView","updateTargetRect","view","add","isFocused","_getOrderInContent","blur","30630QPMVOT","124794WbpqQE","focus","sort","has","3904310bcwFBz","_sort","annotationcollection-not-existing-item","24WnJEWE","listenTo","destroy","top"];return(Ge=function(){return t})()}function Ze(t,e){const n=Ge();return(Ze=function(t,e){return n[t-=154]})(t,e)}!function(t){const e=Ze,n=t();for(;;)try{if(162167===-parseInt(e(169))/1+-parseInt(e(156))/2*(-parseInt(e(164))/3)+parseInt(e(175))/4+-parseInt(e(173))/5*(parseInt(e(157))/6)+-parseInt(e(186))/7*(-parseInt(e(168))/8)+parseInt(e(195))/9+-parseInt(e(161))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ge);class Qe extends e.Collection{[Je(172)];[Je(179)];[Je(170)];constructor(t=[]){const n=Je;super(),this[n(172)]=new Map,this[n(179)]=new Map,this[n(170)]=new e.FocusTracker,this[n(170)].on(n(177),(t,e,r)=>{const o=n;r||this[o(171)](o(155))});for(const e of t)this[n(199)](e)}get[Je(200)](){const t=Je;return this[t(170)][t(200)]}[Je(199)](t){const n=Je;if(this[n(160)](t))throw new e.CKEditorError(n(193),null);this[n(172)][n(180)](t[n(196)],t),this[n(179)][n(180)](t[n(198)],t);for(const e of t[n(174)])this[n(170)][n(199)](e);this[n(165)](t[n(174)],n(199),(t,e)=>{const r=n;this[r(170)][r(199)](e)}),this[n(165)](t[n(174)],n(194),(t,e)=>{const r=n;this[r(170)][r(194)](e)}),this[n(165)](t[n(198)][n(178)],n(177),(e,r,o)=>{const s=n;o&&this[s(171)](s(158),t)}),t[n(197)]();const r=this[n(154)](t[n(198)][n(185)]);return super[n(199)](t,r)}[Je(194)](t){const n=Je;if(!this[n(160)](t))throw new e.CKEditorError(n(163),null);this[n(181)](t[n(198)][n(178)]),this[n(181)](t[n(174)]);for(const e of t[n(174)])this[n(170)][n(194)](e);return this[n(179)][n(184)](t[n(198)]),this[n(172)][n(184)](t[n(196)]),super[n(194)](t)}[Je(182)](t){const e=Je;return this[e(172)][e(190)](t)}[Je(183)](t){const e=Je;return this[e(179)][e(190)](t)}[Je(166)](){const t=Je;super[t(189)](),this[t(181)](),this[t(172)][t(189)](),this[t(179)][t(189)](),this[t(170)][t(166)]()}[Je(188)](){const t=Je;for(const e of this)e[t(197)]();this[t(162)]()}[Je(162)](){const t=Je,e=Array[t(176)](this)[t(159)]((e,n)=>tn(e[t(198)][t(185)],n[t(198)][t(185)]));for(let n=e[t(192)]-1;n>0;n--){const r=e[n];n!==this[t(187)](r)&&(this[t(194)](r),this[t(199)](r))}}[Je(154)](t){const e=Je;let n=0;if(!t)return this[e(192)];for(const r of this){const o=r[e(198)][e(185)];if(o){if(tn(t,o)<0)return n;n++}}return n}}function $e({source:t,target:e,filter:n}){const r=Je;for(const o of t)n(o)&&e[r(199)](o);e[r(165)](t,r(199),(t,o)=>{const s=r;n(o)&&e[s(199)](o)}),e[r(165)](t,r(194),(t,n)=>{const o=r;e[o(160)](n)&&e[o(194)](n)})}function tn(t,e){const n=Je;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const r=t[n(167)]-e[n(167)];return 0==r?t[n(191)]-e[n(191)]:r}const en=rn;function nn(){const t=["104vRTElw","commands","1710687dNJcYy","find","isPremiumPlugin","no-permissions","includes","360157PfqYvX","collaboration.channelId","comment:modify_all","addCommentThread","4CIBKMU","isOfficialPlugin","context","6QceiMc","setPermissions","comment:admin","document:write","forceDisabled","config","plugins","clearForceDisabled","permissions-set-permissions-invalid-channel-id","449040RfoeJo","enableReadOnlyMode","has","1805424vYMQOs","get","80304QfkPqT","CommentsOnly","editors","CommentsRepository","disableReadOnlyMode","12wUpkyX","36EKeVZs","20cuQKci","noPermissions","pluginName","comment:write","1827655fdGjxA","Permissions","isEnabled"];return(nn=function(){return t})()}function rn(t,e){const n=nn();return(rn=function(t,e){return n[t-=458]})(t,e)}!function(t){const e=rn,n=t();for(;;)try{if(258861===parseInt(e(470))/1+-parseInt(e(463))/2*(parseInt(e(498))/3)+-parseInt(e(481))/4*(-parseInt(e(467))/5)+-parseInt(e(484))/6*(-parseInt(e(477))/7)+-parseInt(e(496))/8+parseInt(e(462))/9*(parseInt(e(493))/10)+-parseInt(e(472))/11*(-parseInt(e(461))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nn);t.ContextPlugin,en(465),en(482),en(474),en(485);var on=n(545),sn={attributes:{"data-cke":!0}};sn.setAttributes=Ae(),sn.insert=_e().bind(null,"head"),sn.domAPI=Ie(),sn.insertStyleElement=Te();be()(on.A,sn);on.A&&on.A.locals&&on.A.locals;const cn=un;function an(){const t=["isPremiumPlugin","ck-user__marker--","toUpperCase","20950189YbAIlY","_id","522nAiwqD","Users","3901534GfCJtt","users.getInitialsCallback","string","290349znrFwC","users","6661240EUwrZk","fromCodePoint","_locale","requires","init","users-me-already-defined","_isAnonymous","length","ck-user__selection--","_lastColor","users-add-invalid-id","5mPOazq","trim","_computeInitials","60129hMJfMC","getUser","isAnonymous","locale","pluginName","4742djPrBo","has","name","test","color","context","addUser","getMarkerClass","filter","codePointAt","decorate","_myId","defineMe","config","getOperationAuthor","users.colorsCount","users.anonymousUserId","2956794crWViy","useAnonymousUser","12cTIMdu","getBackgroundColorClass","11vzhRSH","define","add","anonymous-user","users-add-duplicated-id","Anonymous","ck-user__bg-color--","_addAnonymousUser","split","getSelectionClass","users-me-missing-user","_getNextColor","_isMe","20RuzRAx","isOfficialPlugin","_getInitial","initials","isMe","avatar","get","8YJWZQu"];return(an=function(){return t})()}!function(t){const e=un,n=t();for(;;)try{if(627344===parseInt(e(427))/1*(-parseInt(e(380))/2)+parseInt(e(359))/3*(-parseInt(e(414))/4)+parseInt(e(372))/5*(-parseInt(e(397))/6)+parseInt(e(356))/7+parseInt(e(421))/8*(parseInt(e(375))/9)+-parseInt(e(361))/10*(-parseInt(e(401))/11)+parseInt(e(399))/12*(parseInt(e(425))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(an);t.ContextPlugin,cn(360),cn(370),cn(391),cn(363),cn(379),cn(415),cn(422),cn(364),cn(365),cn(386),cn(376),cn(398),cn(392),cn(394),cn(412),cn(408);cn(384),cn(382),cn(417),cn(419),cn(413),cn(367),cn(377),cn(418),cn(374),cn(416);function un(t,e){const n=an();return(un=function(t,e){return n[t-=355]})(t,e)}cn(426),cn(400),cn(410),cn(387);var hn=n(910),dn={attributes:{"data-cke":!0}};dn.setAttributes=Ae(),dn.insert=_e().bind(null,"head"),dn.domAPI=Ie(),dn.insertStyleElement=Te();be()(hn.A,dn);hn.A&&hn.A.locals&&hn.A.locals;function ln(t,e){const n=kn();return(ln=function(t,e){return n[t-=461]})(t,e)}const mn=ln;function kn(){const t=["ck ck-user__name ck-user__name--hidden","310863PAHiXe","139NLLNJB","avatar","div","94506AAaKeL","ck ck-user__name","content","ck-user","ck-user__avatar","extendTemplate","ck-user__img","initials","push","isAnonymous","ck-user__anonymous","url('","2418680CVgtGN","ck-user__notification","setTemplate","48ruYDjd","name","3764riuDEj","isMe","7374tYkCUy","ck-user__icon","ck-user_me","notificationView","276AiMMdo","4413871JkZMHY","185UEZuYe","1576899HHpfXw"];return(kn=function(){return t})()}!function(t){const e=ln,n=t();for(;;)try{if(412929===-parseInt(e(480))/1*(-parseInt(e(468))/2)+-parseInt(e(470))/3*(-parseInt(e(474))/4)+-parseInt(e(476))/5*(-parseInt(e(483))/6)+parseInt(e(479))/7*(-parseInt(e(466))/8)+-parseInt(e(477))/9+parseInt(e(463))/10+-parseInt(e(475))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kn);st.View,mn(467),mn(473);function pn(t,e){var n=gn();return(pn=function(t,e){return n[t-=242]})(t,e)}function gn(){var t=["77dsHXNS","1411857uIklJd","ck-aria-description-","839716CLnqIG","415944gisGCJ","ck-aria-description","span","75275HsisnC","1115808kmSAWg","2xbvxqI","setTemplate","1694613CxKsgb","24392sfMPVT"];return(gn=function(){return t})()}!function(t){for(var e=pn,n=t();;)try{if(482774===parseInt(e(252))/1*(parseInt(e(246))/2)+-parseInt(e(254))/3+-parseInt(e(242))/4+-parseInt(e(250))/5+-parseInt(e(251))/6+parseInt(e(243))/7*(parseInt(e(247))/8)+-parseInt(e(244))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gn);st.View;var fn=vn;!function(t){for(var e=vn,n=t();;)try{if(236313===parseInt(e(321))/1+parseInt(e(313))/2+-parseInt(e(317))/3*(parseInt(e(308))/4)+parseInt(e(310))/5+-parseInt(e(323))/6+-parseInt(e(311))/7+parseInt(e(316))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bn);st.ButtonView,fn(309);function bn(){var t=["1172384cetwhf","319632iRPibu","mouseup","element","stopPropagation","355067bZxnZp","focus","1285782mAnUTq","4rRJpvQ","render","1179615oRUWot","2882201nruhoq","listenTo","462718kIHfuV","preventDefault","mousedown"];return(bn=function(){return t})()}st.DropdownButtonView,fn(309);function vn(t,e){var n=bn();return(vn=function(t,e){return n[t-=308]})(t,e)}class In extends Error{}class wn extends In{constructor(){super("Zone is an abstract class")}}class _n{get type(){throw new wn}get name(){throw new wn}get ianaName(){return this.name}get isUniversal(){throw new wn}offsetName(t,e){throw new wn}formatOffset(t,e){throw new wn}offset(t){throw new wn}equals(t){throw new wn}get isValid(){throw new wn}}const yn=new Map;const An={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};const Cn=new Map;class Tn extends _n{static create(t){let e=Cn.get(t);return void 0===e&&Cn.set(t,e=new Tn(t)),e}static resetCache(){Cn.clear(),yn.clear()}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}}constructor(t){super(),this.zoneName=t,this.valid=Tn.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:e,locale:n}){return Ln(t,e,n,this.name)}formatOffset(t,e){return Dn(this.offset(t),e)}offset(t){if(!this.valid)return NaN;const e=new Date(t);if(isNaN(e))return NaN;const n=function(t){let e=yn.get(t);return void 0===e&&(e=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),yn.set(t,e)),e}(this.name);let[r,o,s,i,c,a,u]=n.formatToParts?function(t,e){const n=t.formatToParts(e),r=[];for(let t=0;t<n.length;t++){const{type:e,value:o}=n[t],s=An[e];"era"===e?r[s]=o:On(s)||(r[s]=parseInt(o,10))}return r}(n,e):function(t,e){const n=t.format(e).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,o,s,i,c,a,u,h]=r;return[i,o,s,c,a,u,h]}(n,e);"BC"===i&&(r=1-Math.abs(r));let h=+e;const d=h%1e3;return h-=d>=0?d:1e3+d,(Rn({year:r,month:o,day:s,hour:24===c?0:c,minute:a,second:u,millisecond:0})-h)/6e4}equals(t){return"iana"===t.type&&t.name===this.name}get isValid(){return this.valid}}new Map;new Map;new Map;new Map;new Map;let En=null;class xn extends _n{static get utcInstance(){return null===En&&(En=new xn(0)),En}static instance(t){return 0===t?xn.utcInstance:new xn(t)}static parseSpecifier(t){if(t){const e=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(e)return new xn(Vn(e[1],e[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${Dn(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${Dn(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(t,e){return Dn(this.fixed,e)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return"fixed"===t.type&&t.fixed===this.fixed}get isValid(){return!0}}const Nn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"};Nn.hanidec.replace(/[\[|\]]/g,"").split("");new Map;function On(t){return void 0===t}function Mn(t,e=2){let n;return n=t<0?"-"+(""+-t).padStart(e,"0"):(""+t).padStart(e,"0"),n}function Sn(t){return On(t)||null===t||""===t?void 0:parseInt(t,10)}function Pn(t){if(!On(t)&&null!==t&&""!==t){const e=1e3*parseFloat("0."+t);return Math.floor(e)}}function Rn(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function Ln(t,e,n,r=null){const o=new Date(t),s={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(s.timeZone=r);const i={timeZoneName:e,...s},c=new Intl.DateTimeFormat(n,i).formatToParts(o).find(t=>"timezonename"===t.type.toLowerCase());return c?c.value:null}function Vn(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const r=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function Dn(t,e){const n=Math.trunc(Math.abs(t/60)),r=Math.trunc(Math.abs(t%60)),o=t>=0?"+":"-";switch(e){case"short":return`${o}${Mn(n,2)}:${Mn(r,2)}`;case"narrow":return`${o}${n}${r>0?`:${r}`:""}`;case"techie":return`${o}${Mn(n,2)}${Mn(r,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}const Bn=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function jn(...t){const e=t.reduce((t,e)=>t+e.source,"");return RegExp(`^${e}$`)}function Un(...t){return e=>t.reduce(([t,n,r],o)=>{const[s,i,c]=o(e,r);return[{...t,...s},i||n,c]},[{},null,1]).slice(0,2)}function zn(...t){return(e,n)=>{const r={};let o;for(o=0;o<t.length;o++)r[t[o]]=Sn(e[n+o]);return[r,null,n+o]}}const Fn=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,Hn=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,Kn=RegExp(`${Hn.source}${`(?:${Fn.source}?(?:\\[(${Bn.source})\\])?)?`}`),Wn=RegExp(`(?:T${Kn.source})?`),qn=zn("weekYear","weekNumber","weekDay"),Yn=zn("year","ordinal"),Xn=RegExp(`${Hn.source} ?(?:${Fn.source}|(${Bn.source}))?`),Jn=RegExp(`(?: ${Xn.source})?`);function Gn(t,e,n){const r=t[e];return On(r)?n:Sn(r)}function Zn(t,e){return[{hours:Gn(t,e,0),minutes:Gn(t,e+1,0),seconds:Gn(t,e+2,0),milliseconds:Pn(t[e+3])},null,e+4]}function Qn(t,e){const n=!t[e]&&!t[e+1],r=Vn(t[e+1],t[e+2]);return[{},n?null:xn.instance(r),e+3]}function $n(t,e){return[{},t[e]?Tn.create(t[e]):null,e+1]}RegExp(`^T?${Hn.source}$`);jn(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Wn),jn(/(\d{4})-?W(\d\d)(?:-?(\d))?/,Wn),jn(/(\d{4})-?(\d{3})/,Wn),jn(Kn),Un(function(t,e){return[{year:Gn(t,e),month:Gn(t,e+1,1),day:Gn(t,e+2,1)},null,e+3]},Zn,Qn,$n),Un(qn,Zn,Qn,$n),Un(Yn,Zn,Qn,$n),Un(Zn,Qn,$n);Un(Zn);jn(/(\d{4})-(\d\d)-(\d\d)/,Jn),jn(Xn),Un(Zn,Qn,$n);const tr={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},er=365.2425,nr=30.436875,rr=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"];rr.slice(0).reverse();Symbol.for("nodejs.util.inspect.custom");Symbol.for("nodejs.util.inspect.custom");const or=`[ ${String.fromCharCode(160)}]`;new RegExp(or,"g");new Map;Symbol.for("nodejs.util.inspect.custom");function sr(t,e){const n=ir();return(sr=function(t,e){return n[t-=179]})(t,e)}function ir(){const t=["406vcMeSS","days","3745320SIalBv","87201JaHxhX","'Yesterday' hh:mma","1631115rELeAL","18404760ODNPEi","'Last' EEEE hh:mma","string","230zaEUTF","invalid-date-time-format","32700tADabt","floor","4kTtjlZ","Today","'Today' hh:mma","toFormat","function","Last","now","1366520lQuTNI","fromJSDate","toJSDate","Yesterday","EEEE","2AeNabn","dateTimeFormat","LL-dd-yyyy hh:mma","694209MLpvOI","fromISO","diff","hh:mma"];return(ir=function(){return t})()}function cr(){const t=["markerNameToElements","sort","item","96362PGhigS","domConverter","2307550mipDeQ","view","from","domElement","mapper","34415RawlkD","2pRmTzd","mapViewToDom","790808BOnqhN","874179wZEYgX","push","4YcACKJ","getClientRects","10412776SSoqLJ","filter","522hjMvpT","values","4670280vIYTHs","map","42PCsasw","name","length"];return(cr=function(){return t})()}function ar(t,e){const n=cr();return(ar=function(t,e){return n[t-=335]})(t,e)}function ur(){const t=["match","join","startsWith","186798zvZzhw","slice","823448XiwIZa","6WeUxNv","substring","push","8ZUizBK","9HabXlF","1562630TIqXCo","replace","indexOf","pop","1041992EEnieQ","split","90014aWfxha","187CReZkA","11390HyenCz","length","67781UCPTch","..."];return(ur=function(){return t})()}function hr(t,e){const n=ur();return(hr=function(t,e){return n[t-=191]})(t,e)}!function(t){const e=sr,n=t();for(;;)try{if(395944===-parseInt(e(189))/1+-parseInt(e(186))/2*(parseInt(e(198))/3)+-parseInt(e(206))/4*(parseInt(e(195))/5)+-parseInt(e(204))/6*(-parseInt(e(193))/7)+parseInt(e(181))/8+parseInt(e(196))/9*(parseInt(e(202))/10)+parseInt(e(199))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir),function(t){const e=ar,n=t();for(;;)try{if(344901===parseInt(e(350))/1*(parseInt(e(358))/2)+-parseInt(e(361))/3*(-parseInt(e(336))/4)+-parseInt(e(357))/5*(-parseInt(e(340))/6)+-parseInt(e(344))/7*(-parseInt(e(360))/8)+-parseInt(e(342))/9+parseInt(e(352))/10+-parseInt(e(338))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cr);!function(t){const e=hr,n=t();for(;;)try{if(217841===parseInt(e(199))/1*(parseInt(e(191))/2)+-parseInt(e(208))/3+-parseInt(e(197))/4+parseInt(e(193))/5+-parseInt(e(211))/6*(parseInt(e(203))/7)+parseInt(e(210))/8*(-parseInt(e(192))/9)+-parseInt(e(201))/10*(parseInt(e(200))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ur);var dr=n(909),lr={attributes:{"data-cke":!0}};lr.setAttributes=Ae(),lr.insert=_e().bind(null,"head"),lr.domAPI=Ie(),lr.insertStyleElement=Te();be()(dr.A,lr);dr.A&&dr.A.locals&&dr.A.locals;const mr=kr;function kr(t,e){const n=pr();return(kr=function(t,e){return n[t-=150]})(t,e)}function pr(){const t=["cancel","execute","extendTemplate","message","focusables","174424mOQHnd","_createButtonView","5nHjDqu","2977026nhHvNa","ck-confirm-view-actions","3861256piwOMN","label","12678iqIlfi","div","fire","cancelView","2035bibnpU","shift+tab","alertdialog","submit","focusTracker","listenTo","ck-confirm-view-inner","icon","59dafQPA","focusCycler","set","forEach","render","Yes","setTemplate","esc","submitView","element","7600828ETHqhJ","bindTemplate","tab","360590Tdzyzv","add","presentation","_setupKeyboardNavigation","ck-confirm-view-","keystrokes","342CuAFre","ck-confirm-view","Are you sure?","createCollection","4630557EhikDE","focus"];return(pr=function(){return t})()}!function(t){const e=kr,n=t();for(;;)try{if(976895===parseInt(e(159))/1*(-parseInt(e(196))/2)+-parseInt(e(182))/3+-parseInt(e(169))/4+parseInt(e(191))/5*(-parseInt(e(192))/6)+-parseInt(e(194))/7+parseInt(e(189))/8*(-parseInt(e(178))/9)+-parseInt(e(172))/10*(-parseInt(e(151))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pr);st.View,mr(167),mr(150),mr(155),mr(177),mr(160),mr(188),mr(163),mr(183),mr(190),mr(175);function gr(t,e){var n=fr();return(gr=function(t,e){return n[t-=184]})(t,e)}function fr(){var t=["186010jIpPDc","message","remove","registerChild","submit","render","1164iFzQpa","2148030rfLkXs","destroy","isConfirm","once","set","showConfirm","element","cancelConfirm","add","11370bUMGob","change:isConfirm","5435744lCGWcj","appendChild","classList","1177586JyJGCp","_removeConfirm","cancel","deregisterChild","removeConfirm","203frcneu","fire","confirmView","focus","2248026pXYshy","locale","ck-confirm-view-active","8202tVZgkU"];return(fr=function(){return t})()}function br(t,e){const n=vr();return(br=function(t,e){return n[t-=103]})(t,e)}function vr(){const t=["string","702535LxpChT","4033074kbBNcz","55260mxfyuG","object","1930422IpwgPk","7316721RKKePP","7RVPOzi","sort","2MZRBzz","2436940MlrrWz","5105190iCcRqC","charCodeAt","isArray","toString","keys","number","8Ynosjm","sign"];return(vr=function(){return t})()}!function(t){for(var e=gr,n=t();;)try{if(806936===-parseInt(e(216))/1+parseInt(e(195))/2+parseInt(e(191))/3+-parseInt(e(201))/4*(-parseInt(e(211))/5)+-parseInt(e(194))/6*(-parseInt(e(187))/7)+parseInt(e(213))/8+-parseInt(e(202))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fr),function(t){const e=br,n=t();for(;;)try{if(441995===-parseInt(e(110))/1+-parseInt(e(118))/2*(-parseInt(e(114))/3)+parseInt(e(112))/4+-parseInt(e(119))/5+-parseInt(e(111))/6*(-parseInt(e(116))/7)+-parseInt(e(107))/8*(-parseInt(e(115))/9)+-parseInt(e(120))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vr);const Ir=wr;!function(t){const e=wr,n=t();for(;;)try{if(376656===parseInt(e(339))/1+-parseInt(e(306))/2*(parseInt(e(321))/3)+-parseInt(e(322))/4*(parseInt(e(346))/5)+parseInt(e(319))/6*(-parseInt(e(340))/7)+parseInt(e(342))/8*(-parseInt(e(330))/9)+parseInt(e(303))/10+-parseInt(e(344))/11*(-parseInt(e(326))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_r);Ir(305),Ir(335),Ir(329),Ir(304),Ir(338),Ir(331),Ir(336),Ir(328),Ir(334),Ir(332);function wr(t,e){const n=_r();return(wr=function(t,e){return n[t-=303]})(t,e)}function _r(){const t=["11384CPrHZr","every","132wehsTN","includes","510PBhrNd","get","5398180Wrvfrt","rootsAttributes","initialData","2bNAhPu","set","filter","find","from","has","concat","prototype","_context","config","constructor","builtinPlugins","requires","6LaZpyk","removePlugins","200613kSPkxD","15168QHFJsH","plugins","extraPlugins","length","1148124qcvNXI","string","WordCount","toolbar","3204yRPNkJ","RevisionTracker","WProofreader","map","DocumentOutline","context","Autosave","names","WebSocketGateway","191686FRdCsf","3799103zdAmAa","pluginName"];return(_r=function(){return t})()}function yr(t,e){const n=Ar();return(yr=function(t,e){return n[t-=184]})(t,e)}function Ar(){const t=["end","37144YHoGIM","includes","containsPosition","length","push","14806408CMFTzh","getRange","363QGqMoa","3693151LNIuQj","markers","selection","start","focus","4882TYhhzv","75xGwmlv","isEqual","191wsxAPJ","75899070rBOlhN","11592144KjOEgu","change:range","document","535698kEEnRG"];return(Ar=function(){return t})()}!function(t){const e=yr,n=t();for(;;)try{if(994415===parseInt(e(205))/1*(-parseInt(e(202))/2)+-parseInt(e(196))/3*(parseInt(e(189))/4)+-parseInt(e(203))/5*(parseInt(e(187))/6)+-parseInt(e(197))/7+-parseInt(e(194))/8+-parseInt(e(184))/9+parseInt(e(206))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ar);const Cr=Er;!function(t){const e=Er,n=t();for(;;)try{if(667503===parseInt(e(305))/1*(-parseInt(e(307))/2)+parseInt(e(287))/3+-parseInt(e(274))/4*(-parseInt(e(278))/5)+parseInt(e(299))/6+parseInt(e(283))/7*(-parseInt(e(281))/8)+parseInt(e(302))/9*(-parseInt(e(273))/10)+-parseInt(e(280))/11*(-parseInt(e(296))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xr);const Tr=Cr(285);function Er(t,e){const n=xr();return(Er=function(t,e){return n[t-=272]})(t,e)}function xr(){const t=["removed","stopListening","focusTracker","set","target","5302392vIanUt","listenTo","isRendered","5263782owbfJP","change","keys","9vqfGdk","focusFirst","chain","27974okhOgI","fire","8HSVlBg","enter","reverse","added","escape","esc","remove","8081150xDVDsi","36dSspSn","actions","keystrokes","unchain","143945IkpbGa","arrowup","11atwjtP","66200rCMByt","arrowdown","959GXqhHd","focus","Ctrl+Shift+E","from","3428775LeoBcm","focusCycler","add","element"];return(xr=function(){return t})()}class Nr{diff(t,e,n={}){let r;"function"==typeof n?(r=n,n={}):"callback"in n&&(r=n.callback);const o=this.castInput(t,n),s=this.castInput(e,n),i=this.removeEmpty(this.tokenize(o,n)),c=this.removeEmpty(this.tokenize(s,n));return this.diffWithOptionsObj(i,c,n,r)}diffWithOptionsObj(t,e,n,r){var o;const s=t=>(t=this.postProcess(t,n),r?void setTimeout(function(){r(t)},0):t),i=e.length,c=t.length;let a=1,u=i+c;null!=n.maxEditLength&&(u=Math.min(u,n.maxEditLength));const h=null!==(o=n.timeout)&&void 0!==o?o:1/0,d=Date.now()+h,l=[{oldPos:-1,lastComponent:void 0}];let m=this.extractCommon(l[0],e,t,0,n);if(l[0].oldPos+1>=c&&m+1>=i)return s(this.buildValues(l[0].lastComponent,e,t));let k=-1/0,p=1/0;const g=()=>{for(let r=Math.max(k,-a);r<=Math.min(p,a);r+=2){let o;const a=l[r-1],u=l[r+1];a&&(l[r-1]=void 0);let h=!1;if(u){const t=u.oldPos-r;h=u&&0<=t&&t<i}const d=a&&a.oldPos+1<c;if(h||d){if(o=!d||h&&a.oldPos<u.oldPos?this.addToPath(u,!0,!1,0,n):this.addToPath(a,!1,!0,1,n),m=this.extractCommon(o,e,t,r,n),o.oldPos+1>=c&&m+1>=i)return s(this.buildValues(o.lastComponent,e,t))||!0;l[r]=o,o.oldPos+1>=c&&(p=Math.min(p,r-1)),m+1>=i&&(k=Math.max(k,r+1))}else l[r]=void 0}a++};if(r)!function t(){setTimeout(function(){if(a>u||Date.now()>d)return r(void 0);g()||t()},0)}();else for(;a<=u&&Date.now()<=d;){const t=g();if(t)return t}}addToPath(t,e,n,r,o){const s=t.lastComponent;return s&&!o.oneChangePerToken&&s.added===e&&s.removed===n?{oldPos:t.oldPos+r,lastComponent:{count:s.count+1,added:e,removed:n,previousComponent:s.previousComponent}}:{oldPos:t.oldPos+r,lastComponent:{count:1,added:e,removed:n,previousComponent:s}}}extractCommon(t,e,n,r,o){const s=e.length,i=n.length;let c=t.oldPos,a=c-r,u=0;for(;a+1<s&&c+1<i&&this.equals(n[c+1],e[a+1],o);)a++,c++,u++,o.oneChangePerToken&&(t.lastComponent={count:1,previousComponent:t.lastComponent,added:!1,removed:!1});return u&&!o.oneChangePerToken&&(t.lastComponent={count:u,previousComponent:t.lastComponent,added:!1,removed:!1}),t.oldPos=c,a}equals(t,e,n){return n.comparator?n.comparator(t,e):t===e||!!n.ignoreCase&&t.toLowerCase()===e.toLowerCase()}removeEmpty(t){const e=[];for(let n=0;n<t.length;n++)t[n]&&e.push(t[n]);return e}castInput(t,e){return t}tokenize(t,e){return Array.from(t)}join(t){return t.join("")}postProcess(t,e){return t}get useLongestToken(){return!1}buildValues(t,e,n){const r=[];let o;for(;t;)r.push(t),o=t.previousComponent,delete t.previousComponent,t=o;r.reverse();const s=r.length;let i=0,c=0,a=0;for(;i<s;i++){const t=r[i];if(t.removed)t.value=this.join(n.slice(a,a+t.count)),a+=t.count;else{if(!t.added&&this.useLongestToken){let r=e.slice(c,c+t.count);r=r.map(function(t,e){const r=n[a+e];return r.length>t.length?r:t}),t.value=this.join(r)}else t.value=this.join(e.slice(c,c+t.count));c+=t.count,t.added||(a+=t.count)}}return r}}new class extends Nr{tokenize(t){return t.slice()}join(t){return t}removeEmpty(t){return t}};const Or=Mr;function Mr(t,e){const n=Sr();return(Mr=function(t,e){return n[t-=401]})(t,e)}!function(t){const e=Mr,n=t();for(;;)try{if(457357===parseInt(e(512))/1+parseInt(e(533))/2*(parseInt(e(455))/3)+-parseInt(e(414))/4+parseInt(e(453))/5*(parseInt(e(464))/6)+-parseInt(e(551))/7+parseInt(e(517))/8*(-parseInt(e(405))/9)+-parseInt(e(569))/10*(-parseInt(e(488))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);Or(412),Or(552);function Sr(){const t=["offsetSize","null","5288668hTkSTE","data-id","related","matchAll","listenTo","sort","_getAttributeChanges","markers","_handleUnchanged","getRoot","merge","writer","isStart","_getAttrsForOffsets","end","getOperationsData","slice","_tokenizeModel","7143770UYBsQR","solid","$markedRemove:","path","insert","getOperations","anchor","_calculateMarkersOperationsData","_getElementCategory","length","elementEnd","remove","type","isLimit","_makeTokensFromTextByWords","1175886igZeaI","nextSibling","change","getItems","ready","shift","category","$elementId","_removeAttribute","2311804DHOoHX","filter","createPositionAt","startOffset","limitId","index","removed","_handleElementRename","getShiftedBy","isContent","data","isMarkedRemoveOperation","block","isOfficialPlugin","_path","_handleTextAttributeChanges","elementId","NEGATIVE_INFINITY","_handleElementAttributeChanges","maxOffset","documentcompare-no-editor","createRangeIn","document","from","pluginName","addAttributeCheck","_handleChanged","lowest","howMany","init","map","rename","splice","getChildAtOffset","schema","markedRemove","stringify","_editor","isPremiumPlugin","897755rPKeaq","get","3roVLIP","_diffItems","_parents","fill","viewItem","added","entries","getAttribute","item","30gLaYwq","wrap","_clone","_integrateEditor","_createIn","_getPositionFromAnchorAndPath","isInline","$markedRemove","key","pop","documentcompare-compare-no-root","modelRange","unwrap","text","oldName","newName","isBlock","getDiff","model","range","string","container","value","parent","11gGEDUR","marker","DocumentCompare","getAttributes","set","add","_handleUnwraps","conversion","push","context","flatMap","newValue","element","_calculateOperationsData","first","_markDeletions","version","attribute","previousPosition","after","_createAt","editors","unshift","startsWith","573235FJSVEO","forEach","before","upcast","_findUnclosedBlockOpeningToken","56nLpNtn","offset","root","clone","_diffModelTokens","graveyard","unchanged","setAttribute","start","oldValue","getPath","token","model-diff-incorrect-matching-and-closing-tags","_makeModelFromTokens","elementStart","_createFromPositionAndShift","1040086xCZjqc","for","_handleUnclosedBlockOpeningTags","editor","parse","reduce","_anchor","name","_handleWraps","markDeletions","main","_operationsData","$textProxy","_traverseOverItem","split","tokens"];return(Sr=function(){return t})()}t.ContextPlugin,Or(438),Or(427),Or(452),Or(443),Or(536),Or(481),Or(425),Or(467);Or(451),Or(456),Or(544),Or(503),Or(539),Or(428),Or(457),Or(566),Or(574),Or(568),Or(404),Or(577),Or(521),Or(535),Or(516),Or(501),Or(576),Or(494),Or(541),Or(559),Or(440),Or(546),Or(421),Or(432),Or(429),Or(557),Or(564),Or(469),Or(530);var Pr=n(276),Rr={attributes:{"data-cke":!0}};Rr.setAttributes=Ae(),Rr.insert=_e().bind(null,"head"),Rr.domAPI=Ie(),Rr.insertStyleElement=Te();be()(Pr.A,Rr);Pr.A&&Pr.A.locals&&Pr.A.locals;var Lr=n(690),Vr={attributes:{"data-cke":!0}};Vr.setAttributes=Ae(),Vr.insert=_e().bind(null,"head"),Vr.domAPI=Ie(),Vr.insertStyleElement=Te();be()(Lr.A,Vr);Lr.A&&Lr.A.locals&&Lr.A.locals;var Dr=n(633),Br={attributes:{"data-cke":!0}};Br.setAttributes=Ae(),Br.insert=_e().bind(null,"head"),Br.domAPI=Ie(),Br.insertStyleElement=Te();be()(Dr.A,Br);Dr.A&&Dr.A.locals&&Dr.A.locals;var jr=n(79),Ur={attributes:{"data-cke":!0}};Ur.setAttributes=Ae(),Ur.insert=_e().bind(null,"head"),Ur.domAPI=Ie(),Ur.insertStyleElement=Te();be()(jr.A,Ur);jr.A&&jr.A.locals&&jr.A.locals;var zr=n(364),Fr={attributes:{"data-cke":!0}};Fr.setAttributes=Ae(),Fr.insert=_e().bind(null,"head"),Fr.domAPI=Ie(),Fr.insertStyleElement=Te();be()(zr.A,Fr);zr.A&&zr.A.locals&&zr.A.locals;var Hr=n(369),Kr={attributes:{"data-cke":!0}};Kr.setAttributes=Ae(),Kr.insert=_e().bind(null,"head"),Kr.domAPI=Ie(),Kr.insertStyleElement=Te();be()(Hr.A,Kr);Hr.A&&Hr.A.locals&&Hr.A.locals;var Wr=n(103),qr={attributes:{"data-cke":!0}};qr.setAttributes=Ae(),qr.insert=_e().bind(null,"head"),qr.domAPI=Ie(),qr.insertStyleElement=Te();be()(Wr.A,qr);Wr.A&&Wr.A.locals&&Wr.A.locals;var Yr=n(878),Xr={attributes:{"data-cke":!0}};Xr.setAttributes=Ae(),Xr.insert=_e().bind(null,"head"),Xr.domAPI=Ie(),Xr.insertStyleElement=Te();be()(Yr.A,Xr);Yr.A&&Yr.A.locals&&Yr.A.locals;var Jr=n(328),Gr={attributes:{"data-cke":!0}};Gr.setAttributes=Ae(),Gr.insert=_e().bind(null,"head"),Gr.domAPI=Ie(),Gr.insertStyleElement=Te();be()(Jr.A,Gr);Jr.A&&Jr.A.locals&&Jr.A.locals;var Zr=n(334),Qr={attributes:{"data-cke":!0}};Qr.setAttributes=Ae(),Qr.insert=_e().bind(null,"head"),Qr.domAPI=Ie(),Qr.insertStyleElement=Te();be()(Zr.A,Qr);Zr.A&&Zr.A.locals&&Zr.A.locals;function $r(t,e){var n=to();return($r=function(t,e){return n[t-=142]})(t,e)}function to(){var t=["6IhgMwx","1149372nbUNNp","396935qBbZxF","7GnUQcq","311468gOvMhY","5qlTCcy","2203360ANoKvz","290979wTljte","40nSFMqe","176110XGyUfq","1417398ibuFCh"];return(to=function(){return t})()}function eo(){var t=["3476dQyILf","920078cwSQwg","40879359CvLJtp","4425687qrPvUp","2KfbxmJ","35xpkCDt","905442DUmWQJ","5511499quDRST","4191864CBxkLE"];return(eo=function(){return t})()}function no(t,e){var n=eo();return(no=function(t,e){return n[t-=493]})(t,e)}!function(t){for(var e=$r,n=t();;)try{if(170181===parseInt(e(152))/1+-parseInt(e(143))/2*(parseInt(e(145))/3)+parseInt(e(149))/4*(parseInt(e(150))/5)+-parseInt(e(144))/6*(-parseInt(e(148))/7)+-parseInt(e(151))/8+-parseInt(e(146))/9+-parseInt(e(142))/10*(-parseInt(e(147))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(to),function(t){for(var e=no,n=t();;)try{if(826252===-parseInt(e(498))/1*(parseInt(e(495))/2)+-parseInt(e(497))/3+-parseInt(e(494))/4+parseInt(e(499))/5*(-parseInt(e(500))/6)+-parseInt(e(501))/7+parseInt(e(493))/8+parseInt(e(496))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(eo);const ro=so;function oo(){const t=["Enter","change:isVisible","destroy","source","annotations","refreshPositioning","focusTracker","Ctrl+Enter","keystrokes","Shift+Tab","_activateAnnotation","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","remove","fire","584zoYIxX","collection","focus","context","editing","domRoots","refreshVisibility","delete","set","_removeActiveAnnotation","accessibility","Arrowdown","_addActiveAnnotation","isPremiumPlugin","1509856GwpgZv","isArray","locale","push","2073484PoHlBR","listenTo","Annotations","view","Esc","5433575erfhAv","Tab","840699KeXnaT","low","83321KhQXjQ","ready","createAnnotationView","isOfficialPlugin","_setupEscapeAnnotationHandling","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","contains","_visibleAnnotations","Arrowup","values","has","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","isVisible","activeAnnotations","editors","_bindAnnotationsToVisibleAnnotations","target","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS","Ctrl+Shift+E","createAnnotation","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","deactivateAll","activate","element","686722EPJVZW","_setupEnterAnnotationKeystroke","stopListening","getByInnerView","addKeystrokeInfoGroup","_deactivateAllAnnotations","4930926bWmlAQ","pluginName","add","escape"];return(oo=function(){return t})()}function so(t,e){const n=oo();return(so=function(t,e){return n[t-=197]})(t,e)}!function(t){const e=so,n=t();for(;;)try{if(592366===parseInt(e(240))/1+-parseInt(e(205))/2+parseInt(e(212))/3+-parseInt(e(201))/4+parseInt(e(210))/5+parseInt(e(246))/6+parseInt(e(214))/7*(-parseInt(e(264))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oo);class io extends t.ContextPlugin{[ro(265)];[ro(221)];static get[ro(247)](){return ro(207)}static get[ro(217)](){return!0}static get[ro(200)](){return!0}constructor(e){const n=ro;if(super(e),this[n(265)]=new Qe,this[n(221)]=new Qe,this[n(272)](n(227),new Set),this[n(229)](),e instanceof t.Editor){const t=e[n(203)];e[n(197)][n(244)]({id:n(254),label:it(t,n(225)),keystrokes:[{label:it(t,n(232)),keystroke:n(234)},{label:it(t,n(231)),keystroke:n(209)},{label:it(t,n(261)),keystroke:n(250)},{label:it(t,n(233)),keystroke:[[n(211)],[n(259)]]},{label:it(t,n(236)),keystroke:[n(257)]},{label:it(t,n(219)),keystroke:[[n(222)],[n(198)]]}]})}this[n(241)](),this[n(218)]()}[ro(248)](t){const e=ro;this[e(265)][e(248)](t)}[ro(262)](t){const e=ro;this[e(265)][e(262)](t),t[e(252)]()}[ro(270)](){const t=ro;for(const e of this[t(265)])e[t(270)]()}[ro(255)](){const t=ro;this[t(221)][t(255)]()}[ro(243)](t){const e=ro;return this[e(265)][e(243)](t)}[ro(237)](){const t=ro;this[t(263)](t(245))}[ro(252)](){const t=ro;for(const e of this[t(265)])e[t(252)]();this[t(221)][t(252)](),this[t(265)][t(252)](),super[t(252)]()}[ro(238)](t){const e=ro;this[e(263)](e(260),t)}[ro(235)](t){return new qe(t)}[ro(216)](t,e){return new He(t,e)}[ro(199)](t){const e=ro,n=new Set(this[e(227)]);n[e(248)](t),this[e(227)]=n}[ro(273)](t){const e=ro,n=new Set(this[e(227)]);n[e(271)](t),this[e(227)]=n}[ro(229)](){const t=ro,e=this[t(265)],n=this[t(221)];function r(e){const r=t,o=e[r(253)];o[r(226)]&&!n[r(224)](o)?n[r(248)](o):!o[r(226)]&&n[r(224)](o)&&n[r(262)](o),o[r(208)][r(256)][r(262)](o[r(208)][r(239)]),o[r(208)][r(256)][r(248)](o[r(208)][r(239)])}this[t(206)](e,t(248),(e,o)=>{const s=t;o[s(226)]&&n[s(248)](o),this[s(206)](o,s(251),r)}),this[t(206)](e,t(262),(e,o)=>{const s=t;n[s(224)](o)&&n[s(262)](o),this[s(242)](o,s(251),r)})}[ro(241)](){const n=ro,r=t=>{const n=so;t.on(n(215),()=>{const r=n;t[r(258)][r(272)](Tr,(t,n)=>{const o=r,s=(0,e.first)(this[o(227)][o(223)]());s&&(s[o(208)][o(266)](),n())})})};this[n(267)]instanceof t.Editor?r(this[n(267)]):this[n(267)][n(228)]&&this[n(267)][n(228)].on(n(248),(t,e)=>{r(e)})}[ro(218)](){const e=ro,n=e=>{const n=so,r=e[n(253)],o=[];let s;if(Array[n(202)](r[n(230)])){s=r[n(230)][0],this[n(267)]instanceof t.Editor?o[n(204)](this[n(267)]):this[n(267)][n(228)]&&o[n(204)](...this[n(267)][n(228)]);for(const t of o)for(const e of t[n(268)][n(208)][n(269)][n(223)]())if(e[n(220)](s))return void t[n(268)][n(208)][n(266)]();s[n(266)]()}};this[e(206)](this[e(265)],e(248),(t,r)=>{const o=e;this[o(206)](r,o(249),n,{priority:o(213)})}),this[e(206)](this[e(265)],e(262),(t,r)=>{const o=e;this[o(242)](r,o(249),n)})}}const co=po;!function(t){const e=po,n=t();for(;;)try{if(913628===parseInt(e(410))/1+parseInt(e(375))/2+-parseInt(e(396))/3*(-parseInt(e(320))/4)+parseInt(e(420))/5*(parseInt(e(428))/6)+-parseInt(e(338))/7*(-parseInt(e(260))/8)+-parseInt(e(297))/9+-parseInt(e(321))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(go);const ao=Symbol(co(346)),uo={admin:!0,modifyAll:!1,write:!0,resolve:!0};class ho extends t.ContextPlugin{[co(335)];[co(434)];[co(234)];static get[co(350)](){return[io,t.PendingActions,o.Users]}static get[co(332)](){return co(408)}static get[co(237)](){return!0}static get[co(355)](){return!0}constructor(t){const e=co;super(t),this[e(335)]=new Map,this[e(434)]=new Map,this[e(234)]=new Map,this[e(372)](e(299),new Set),this[e(372)](e(264),new Map);const n=this[e(377)][e(392)];n[e(240)](e(211),2),n[e(240)](e(393),500),n[e(240)](e(322),140),n[e(240)](e(403),oe),n[e(240)](e(296),ge),n[e(397)](e(313))||console[e(303)](e(416))}[co(344)](){const t=co,e=this[t(377)][t(243)][t(397)](io);this[t(372)](t(358),null),this.on(t(337),(e,n)=>this[t(387)](n)),this.on(t(267),(e,n)=>this[t(394)](n)),this.on(t(225),(e,n)=>this[t(314)](n)),this.on(t(225),(e,n)=>this[t(281)](n),{priority:t(427)}),this.on(t(352),(e,n)=>this[t(247)](n)),this.on(t(352),(e,n)=>this[t(281)](n),{priority:t(427)}),this.on(t(218),(e,n)=>this[t(298)](n)),this.on(t(388),(e,n)=>this[t(349)](n)),this.on(t(388),(e,n)=>this[t(281)](n),{priority:t(427)}),this.on(t(291),(e,n)=>this[t(288)](n)),this.on(t(304),(e,n)=>this[t(301)](n)),this.on(t(252),(e,n)=>this[t(414)](n)),this.on(t(291),(e,{threadId:n,isFromAdapter:r})=>{const o=t;if(r)return;const s=this[o(292)](n),i=s&&this[o(434)][o(397)](s);i&&i[o(390)][o(357)][o(415)](-1)},{priority:t(427)}),this[t(285)](e,t(307),(e,n,r)=>{const o=t,s=Array[o(277)](r)[o(315)](t=>this[o(234)][o(397)](t[o(317)]))[o(236)](Boolean)[0];this[o(358)]=s?s[o(230)]:null})}set[co(219)](t){const n=co;if(this[n(279)])throw new e.CKEditorError(n(324));this[n(279)]=t}get[co(219)](){return this[co(279)]}[co(337)]({channelId:t=ao,threadId:n=(0,e.uid)(),comments:r=[],unlinkedAt:o=null,resolvedAt:s=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:u={},isResolvable:h=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=co;return this[m(399)](ko(m(337),t),{channelId:t,threadId:n,comments:r,unlinkedAt:o,resolvedAt:s,resolvedBy:i,target:c,context:a,attributes:u,isFromAdapter:l,isResolvable:h,isSubmitted:d}),this[m(292)](n)}[co(258)]({channelId:t=ao,threadId:n=(0,e.uid)(),target:r,context:o=null,isResolvable:s=!0}){const i=co;if(this[i(299)][i(305)](t)||this[i(299)][i(305)](void 0))return null;if(!r)throw new e.CKEditorError(i(398));const c=this[i(337)]({channelId:t,threadId:n,target:r,context:o,isResolvable:s});if(!c)return null;const a=this[i(434)][i(397)](c),u=a[i(390)][i(238)][i(283)],h=this[i(377)][i(243)][i(397)](io),d=h[i(365)](a[i(390)]);return h[i(353)](d),u[i(430)](i(402),()=>u[i(415)]()),c}[co(232)](t){const n=co;if(n(407)!=typeof t)throw new e.CKEditorError(n(256));return this[n(335)][n(305)](t)}[co(388)]({channelId:t=ao,threadId:e,context:n,unlinkedAt:r,attributes:o,isFromAdapter:s=!1}){const i=co;return this[i(399)](ko(i(388),t),{channelId:t,threadId:e,context:n,unlinkedAt:r,attributes:o,isFromAdapter:s}),this[i(292)](e)}[co(292)](t){const n=co;if(n(407)!=typeof t)throw new e.CKEditorError(n(256));return this[n(335)][n(397)](t)}[co(343)]({channelId:t,threadId:n}={}){const r=co,o=this[r(292)](n);if(o)return Promise[r(362)](o);if(!this[r(219)])return Promise[r(362)](void 0);if(r(323)!=typeof this[r(219)][r(292)])throw new e.CKEditorError(r(233),this[r(377)]);return this[r(219)][r(292)]({channelId:t,threadId:n})[r(245)](e=>this[r(232)](n)?this[r(292)](n):e?this[r(337)](Object[r(269)]({isFromAdapter:!0,channelId:t},e)):void 0)[r(429)](t=>{const n=r;throw console[n(309)](t),new e.CKEditorError(n(411),this[n(377)])})}[co(333)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:r=!1}={}){const o=co,s=[];for(const r of this[o(335)][o(239)]())t&&r[o(257)]!==t||e&&!r[o(293)]||n&&0===r[o(319)]||s[o(215)](r);return r?s[o(315)](t=>t[o(289)]()):s}[co(316)](t){const e=co,n=this[e(434)][e(397)](t);return n&&this[e(377)][e(243)][e(397)](io)[e(365)](n[e(390)])||null}[co(235)](t){const e=co,n=this[e(234)][e(397)](t[e(317)]);return n?n[e(230)]:null}[co(268)](t){const n=co,r=this[n(377)][n(243)][n(397)](io);if(!t)return void(this[n(358)]&&r[n(419)]());const o=this[n(292)](t);if(!o)throw new e.CKEditorError(n(231),null,{threadId:t});if(!this[n(434)][n(305)](o))throw new e.CKEditorError(n(376),null,{threadId:t});const s=r[n(365)](this[n(434)][n(397)](o)[n(390)]);r[n(353)](s)}[co(227)](t,e){const n=co;t?this[n(299)][n(280)](e):this[n(299)][n(222)](e),this[n(399)](n(356),n(299),this[n(299)],this[n(299)])}[co(339)](t){const e=co;return this[e(299)][e(305)](t)||this[e(299)][e(305)](void 0)}[co(423)](t,e){return new rt(t,e)}[co(386)](t,e=ao){const n=co;this[n(264)][n(372)](e,t),this[n(399)](n(294),n(264),this[n(264)],this[n(264)])}[co(278)](t=ao){const e=co;return this[e(264)][e(305)](t)?this[e(264)][e(397)](t):uo}[co(387)]({channelId:t,threadId:n,comments:r,unlinkedAt:s,resolvedAt:i,resolvedBy:c,target:a,context:u,attributes:h,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const k=co;if(k(407)!=typeof n)throw new e.CKEditorError(k(256),null,{threadId:n});if(this[k(232)](n))throw new e.CKEditorError(k(417),null,{threadId:n});const p=new lo(this,{channelId:t,id:n,context:u,attributes:h,unlinkedAt:s,resolvedAt:i,resolvedBy:c?this[k(377)][k(243)][k(397)](o.Users)[k(310)](c):null,isResolvable:l,isSubmitted:m||d});this[k(335)][k(372)](n,p);for(const t of r)p[k(213)](this[k(220)]({threadId:n,...t}));return a&&p[k(374)](a),d||!p[k(319)]?Promise[k(362)]():this[k(394)]({channelId:t,threadId:n})}[co(394)]({channelId:t,threadId:n}){const r=co;if(!this[r(232)](n))throw new e.CKEditorError(r(413),this);const o=this[r(292)](n);if(o[r(435)]=!0,!this[r(219)]||r(323)!=typeof this[r(219)][r(337)])return Promise[r(362)]();const{id:s,comments:i,resolvedAt:c,resolvedBy:a,context:u,attributes:h}=o,d=this[r(377)][r(243)][r(397)](r(381)),l=d[r(280)](it(this[r(377)][r(373)],r(272)));return this[r(219)][r(337)]({channelId:t,threadId:s,comments:i[r(315)](t=>t[r(289)]()),resolvedAt:c,resolvedBy:a?a.id:a,context:u,attributes:h})[r(245)](({comments:e})=>{const o=r;d[o(361)](l);for(const r of e)this[o(301)]({channelId:t,threadId:n,commentId:r[o(401)],createdAt:r[o(354)],isFromAdapter:!0})})[r(429)](t=>{const n=r;throw console[n(309)](t),new e.CKEditorError(n(248),this)})}[co(287)]({threadId:t,target:n}){const r=co,o=this[r(292)](t);if(!o)throw new e.CKEditorError(r(433),this);const s=this[r(377)][r(243)][r(397)](r(381)),i=this[r(377)][r(243)][r(397)](io),c=this[r(424)](o),a=new rt(o,c);let u=null;c.on(r(370),(t,e,n)=>{const o=r;n?u=s[o(280)](it(this[o(377)][o(373)],o(272))):u&&(s[o(361)](u),u=null)}),this[r(434)][r(372)](o,a),this[r(234)][r(372)](c,a);const h=new He(this[r(377)][r(373)],c);h[r(244)](r(319)).to(c),h[r(244)](r(347)).to(c,r(347),c,r(319),(t,e)=>t||!e),h[r(244)](r(282)).to(c),h[r(274)]=r(223);const d=new qe({view:h,target:n,type:r(223),isVisible:!o[r(207)]&&!!(r(323)==typeof n?n():n)});return c.on(r(345),()=>{const t=r;d[t(399)](t(345))}),this[r(249)](c,d),i[r(280)](d),d}[co(249)](e,n){const r=co;this[r(285)](e,r(402),(e,o)=>{const s=r,i=o.ui[s(390)][s(405)][s(330)];n[s(369)][s(280)](i),this[s(377)]instanceof t.Editor&&this[s(377)].ui[s(242)][s(280)](i)},{priority:r(383)}),this[r(285)](e,r(262),(e,o)=>{const s=r,i=o.ui[s(390)][s(405)][s(330)];n[s(369)][s(305)](i)&&n[s(369)][s(361)](i),this[s(377)]instanceof t.Editor&&this[s(377)].ui[s(242)][s(361)](i)})}[co(367)](t){const e=co;this[e(290)](t,e(402)),this[e(290)](t,e(262))}[co(424)](t){const e=co,n=this[e(377)][e(243)][e(397)](o.Users),{config:r,locale:s}=this[e(377)],i=(0,o.getDateTimeFormatter)(r[e(397)](e(373)),s);return new(0,r[e(397)](e(217))[e(206)])(s,t,n.me,{editorConfig:{...r[e(397)](e(313)),licenseKey:this[e(377)][e(392)][e(397)](e(412))},copyMarkers:r[e(397)](e(295)),maxCommentsWhenCollapsed:r[e(397)](e(211)),maxThreadTotalWeight:r[e(397)](e(393)),maxCommentCharsWhenCollapsed:r[e(397)](e(322)),formatDateTime:i,CommentView:r[e(397)](e(217))[e(327)]})}[co(314)]({threadId:t,channelId:n,resolvedAt:r,resolvedBy:s,isFromAdapter:i}){const c=co;if(!this[c(232)](t))throw new e.CKEditorError(c(413),null,{threadId:t});const a=this[c(292)](t);if(a[c(400)])throw new e.CKEditorError(c(363),null,{threadId:t});const u=this[c(377)][c(243)][c(397)](o.Users);if(a[c(208)]=u[c(310)](s),a[c(418)]=r,i||!this[c(219)]||c(323)!=typeof this[c(219)][c(225)])return Promise[c(362)]();const h=this[c(377)][c(243)][c(397)](c(381)),d=h[c(280)](it(this[c(377)][c(373)],c(272)));return this[c(219)][c(225)]({channelId:n,threadId:t})[c(245)](({resolvedAt:t,resolvedBy:e})=>{const n=c;h[n(361)](d),a[n(208)].id!==e&&(a[n(208)]=u[n(310)](e)),a[n(418)]=t})[c(429)](t=>{const n=c;throw console[n(309)](t),new e.CKEditorError(n(421),this)})}[co(247)]({threadId:t,channelId:n,isFromAdapter:r}){const o=co;if(!this[o(232)](t))throw new e.CKEditorError(o(413),null,{threadId:t});const s=this[o(292)](t);if(!s[o(400)])throw new e.CKEditorError(o(251),null,{threadId:t});if(s[o(208)]=null,s[o(418)]=null,r||!this[o(219)]||o(323)!=typeof this[o(219)][o(352)])return Promise[o(362)]();const i=this[o(377)][o(243)][o(397)](o(381)),c=i[o(280)](it(this[o(377)][o(373)],o(272)));return this[o(219)][o(352)]({channelId:n,threadId:t})[o(245)](()=>i[o(361)](c))[o(429)](t=>{const n=o;throw console[n(309)](t),new e.CKEditorError(n(224),this)})}[co(298)]({threadId:t,isFromAdapter:n}){const r=co,o=this[r(292)](t);if(!o)throw new e.CKEditorError(r(379),this);if(this[r(360)](t),this[r(335)][r(222)](t),!o[r(395)]||n||!this[r(219)]||r(323)!=typeof this[r(219)][r(218)])return Promise[r(362)]();const s=this[r(377)][r(243)][r(397)](r(381)),{channelId:i}=o,c=s[r(280)](it(this[r(377)][r(373)],r(272)));return this[r(219)][r(218)]({channelId:i,threadId:t})[r(245)](()=>s[r(361)](c))[r(429)](t=>{const n=r;throw console[n(309)](t),new e.CKEditorError(n(273),this)})}[co(349)]({threadId:t,unlinkedAt:n,context:r,attributes:o,isFromAdapter:s}){const i=co;if(i(407)!=typeof t)throw new e.CKEditorError(i(256),null,{threadId:t});if(!this[i(232)](t))throw new e.CKEditorError(i(413),null,{threadId:t});const c=this[i(292)](t);let a=!1;if(void 0!==r&&c[i(377)]!==r&&(c[i(377)]=r,a=!0),void 0!==n&&c[i(389)]!==n&&(c[i(389)]=n,a=!0),o&&!R(o,c[i(366)])&&(c[i(366)]=o,a=!0),!a)return Promise[i(362)]();if(!c[i(395)]||s||!this[i(219)]||i(323)!=typeof this[i(219)][i(388)])return Promise[i(362)]();const u=this[i(377)][i(243)][i(397)](i(381)),{channelId:h}=c,d=u[i(280)](it(this[i(377)][i(373)],i(272)));return this[i(219)][i(388)]({channelId:h,threadId:t,context:r,unlinkedAt:n,attributes:o})[i(245)](()=>u[i(361)](d))[i(429)](t=>{const n=i;throw console[n(309)](t),new e.CKEditorError(n(312),this)})}[co(360)](t){const e=co,n=this[e(377)][e(243)][e(397)](io),r=this[e(292)](t);if(r[e(425)]=!1,this[e(434)][e(305)](r)){const t=this[e(434)][e(397)](r),o=t[e(390)],s=n[e(365)](o);this[e(434)][e(222)](r),this[e(234)][e(222)](o),s&&n[e(361)](s),t[e(371)](),o[e(371)]()[e(245)](()=>{this[e(367)](o)})}}[co(281)]({threadId:t,resolvedAt:e,unlinkedAt:n}){const r=co,o=!!e,s=this[r(377)][r(243)][r(397)](io),i=this[r(292)](t);if(this[r(434)][r(305)](i)){const t=this[r(434)][r(397)](i)[r(390)],e=s[r(365)](t);e&&(o&&s[r(286)](e),n?e[r(426)]=!1:e[r(300)]())}}[co(348)](t){const e=co,n=this[e(377)][e(243)][e(397)](o.Users),r=(0,o.hashObject)(e(228)+t);return n[e(310)](r)||n[e(334)]({id:r,name:t})}[co(220)]({threadId:t,commentId:n=(0,e.uid)(),content:r,authorId:s,createdAt:i,attributes:c}){const a=co;if(a(407)!=typeof n)throw new e.CKEditorError(a(409));if(a(407)!=typeof s)throw new e.CKEditorError(a(261));if(a(407)!=typeof r||!r[a(308)]())throw new e.CKEditorError(a(385));const u=this[a(377)][a(243)][a(397)](o.Users)[a(310)](s);if(!u)throw new e.CKEditorError(a(254),null,{authorId:s});let h=null,d=i;return c?.[a(241)]&&(h=this[a(348)](c[a(241)][a(253)]),d=new Date(c[a(241)][a(354)])),new mo(this,{threadId:t,id:n,author:h||u,creator:u,content:r,createdAt:i,authoredAt:d,attributes:c})}[co(288)](t){const n=co;let{threadId:r,content:o,attributes:s,isFromAdapter:i}=t;const c=this[n(292)](t[n(275)]);if(!c)throw new e.CKEditorError(n(250),this);const a=this[n(220)](t),{id:u}=a;if(c[n(213)](a),i||!this[n(219)]||n(323)!=typeof this[n(219)][n(291)]||!c[n(395)])return Promise[n(362)]();const h=this[n(377)][n(243)][n(397)](n(381)),{channelId:d}=c,l=h[n(280)](it(this[n(377)][n(373)],n(272)));return s||(s={}),this[n(219)][n(291)]({channelId:d,threadId:r,commentId:u,content:o,attributes:s})[n(245)](t=>{const e=n;h[e(361)](l),t&&this[e(301)]({channelId:d,threadId:r,commentId:u,createdAt:t[e(354)],isFromAdapter:!0})})[n(429)](t=>{const r=n;throw console[r(309)](t),new e.CKEditorError(r(431),this)})}[co(301)]({threadId:t,commentId:n,content:r,createdAt:o,attributes:s,isFromAdapter:i}){const c=co;if(void 0!==r&&(c(407)!=typeof r||!r[c(308)]()[c(319)]))throw new e.CKEditorError(c(270));const a=this[c(292)](t),u=a[c(205)](n);if(!u)throw new e.CKEditorError(c(266),this);let h=!1;if(r&&r!==u[c(216)]&&(u[c(311)]||i)&&(u[c(216)]=r,h=!0),o&&o!==u[c(354)]&&(u[c(354)]=o,u[c(366)]&&u[c(366)][c(241)]||(u[c(336)]=o),h=!0),s&&!R(s,u[c(366)])&&(u[c(366)]=s,h=!0),!h)return Promise[c(362)]();if(a[c(399)](c(432)),i||!this[c(219)]||c(323)!=typeof this[c(219)][c(304)])return Promise[c(362)]();const d=this[c(377)][c(243)][c(397)](c(381)),{channelId:l}=this[c(292)](u[c(275)]),m=d[c(280)](it(this[c(377)][c(373)],c(272)));return this[c(219)][c(304)]({channelId:l,threadId:t,commentId:n,content:r,attributes:s})[c(245)](()=>d[c(361)](m))[c(429)](t=>{const n=c;throw console[n(309)](t),new e.CKEditorError(n(364),this)})}[co(414)]({threadId:t,commentId:n,isFromAdapter:r}){const o=co,s=this[o(292)](t),i=s[o(205)](n);if(!i)throw new e.CKEditorError(o(391),this);if(s[o(209)](i),r||!this[o(219)]||o(323)!=typeof this[o(219)][o(252)])return Promise[o(362)]();const c=this[o(377)][o(243)][o(397)](o(381)),{channelId:a}=s,u=c[o(280)](it(this[o(377)][o(373)],o(272)));return this[o(219)][o(252)]({channelId:a,threadId:t,commentId:n})[o(245)](()=>c[o(361)](u))[o(429)](t=>{const n=o;throw console[n(309)](t),new e.CKEditorError(n(221),this)})}}class lo extends((0,e.ObservableMixin)()){[co(257)];id;[co(425)];[co(435)];[co(217)];[co(382)];constructor(t,n){const r=co;super();const o=n[r(271)];this[r(257)]=n[r(257)],this.id=n.id,this[r(217)]=new e.Collection,this[r(382)]=t,this[r(425)]=!1,this[r(435)]=n[r(395)],this[r(372)](r(263),!0),this[r(244)](r(339)).to(t,r(264),t,r(299),()=>t[r(339)](this[r(257)])),this[r(244)](r(226)).to(t,r(264),()=>t[r(278)](this[r(257)])[r(214)]),this[r(244)](r(384)).to(t,r(264),()=>{const e=r,n=t[e(278)](this[e(257)]);return n[e(284)]||n[e(214)]}),this[r(244)](r(271)).to(t,r(264),()=>o&&t[r(278)](this[r(257)])[r(362)]),this[r(372)](r(377),n[r(377)]),this[r(244)](r(207)).to(this,r(418),this,r(389),(t,e)=>t?e?t<e?t:e:t:e),this[r(372)](r(389),n[r(389)]||null),this[r(372)](r(418),n[r(418)]||null),this[r(372)](r(208),n[r(208)]||null),this[r(244)](r(400)).to(this,r(418),t=>!!t),this[r(372)](r(366),n[r(366)]||{})}get[co(210)](){const t=co;return Array[t(277)](this[t(217)])[t(422)]((e,n)=>e+n[t(210)],0)}get[co(319)](){const t=co;return this[t(217)][t(319)]}get[co(293)](){return this[co(425)]}get[co(395)](){return this[co(435)]}[co(246)](){const t=co,{channelId:e,id:n}=this;this[t(382)][t(399)](ko(t(267),e),{channelId:e,threadId:n})}[co(340)](t){this[co(306)]({unlinkedAt:t})}[co(362)]({resolvedAt:t=new Date,resolvedBy:e="",isFromAdapter:n=!1}={}){const r=co,s=this[r(382)][r(377)][r(243)][r(397)](o.Users).me,{channelId:i,id:c}=this;this[r(382)][r(399)](ko(r(225),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||s.id,isFromAdapter:n})}[co(341)]({isFromAdapter:t=!1}={}){const e=co,{channelId:n,id:r}=this;this[e(382)][e(399)](ko(e(352),n),{channelId:n,threadId:r,isFromAdapter:t})}[co(359)](t){const e=co;this[e(377)]||this[e(306)]({context:t})}[co(380)](t,e){const n=co,r=B(this[n(366)]);J(r,t,e),this[n(306)]({attributes:r})}[co(378)](t){const e=co,n=B(this[e(366)]);Q(n,t),this[e(306)]({attributes:n})}[co(361)]({isFromAdapter:t=!1}={}){const e=co,{channelId:n,id:r}=this;this[e(382)][e(399)](ko(e(218),n),{channelId:n,threadId:r,isFromAdapter:t})}[co(374)](t){const e=co;return this[e(382)][e(287)]({threadId:this.id,target:t})}[co(291)](t){const e=co,{channelId:n,id:r}=this;this[e(382)][e(399)](ko(e(291),n,r),Object[e(269)]({channelId:n,threadId:r},t))}[co(205)](t){const n=co;if(n(407)!=typeof t)throw new e.CKEditorError(n(404),null,{commentId:t});return this[n(217)][n(397)](t)}[co(289)](){const t=co;return{threadId:this.id,context:this[t(377)],unlinkedAt:this[t(389)],resolvedAt:this[t(418)],resolvedBy:this[t(208)]?this[t(208)].id:null,archivedAt:this[t(207)],comments:this[t(217)][t(315)](e=>e[t(289)]()),attributes:this[t(366)]}}[co(213)](t){const e=co;return this[e(285)](t,e(325),()=>{const n=e,r=this[n(302)](t),o=this[n(217)];r-1!=o[n(342)](t)&&r+1!=o[n(342)](t)&&(this[n(209)](t),this[n(213)](t))}),this[e(217)][e(280)](t,this[e(302)](t))}[co(306)](t){const e=co,{channelId:n,id:r}=this;this[e(382)][e(399)](ko(e(388),n),{...t,channelId:n,threadId:r})}[co(209)](t){const e=co;return this[e(290)](t),t[e(371)](),this[e(217)][e(361)](t)}[co(302)](t){const e=co,n=this[e(217)][e(406)](n=>new Date(n[e(336)])[e(212)]()>new Date(t[e(336)])[e(212)]());return n?this[e(217)][e(342)](n):this[e(319)]}}class mo extends((0,e.ObservableMixin)()){id;[co(275)];[co(329)];[co(436)];[co(255)];[co(354)];[co(382)];constructor(t,e){const n=co;super();const r=t[n(377)][n(243)][n(397)](o.Users).me,s=t[n(292)](e[n(275)]),i=0===s[n(217)][n(319)],c=r===e[n(329)];this.id=e.id,this[n(275)]=e[n(275)],this[n(329)]=e[n(329)],this[n(436)]=e[n(436)],this[n(255)]=Boolean(e[n(366)]&&e[n(366)][n(241)]),this[n(372)](n(216),e[n(216)]),this[n(354)]=e[n(354)]||new Date,this[n(372)](n(336),e[n(336)]||new Date),this[n(244)](n(418)).to(s,n(418)),this[n(372)](n(366),e[n(366)]||{}),this[n(244)](n(311)).to(t,n(264),()=>{const e=n,r=t[e(278)](s[e(257)])[e(284)],o=t[e(278)](s[e(257)])[e(331)];return c&&r||!c&&o}),this[n(244)](n(226)).to(s,n(226),t,n(264),e=>{const r=n,o=t[r(278)](s[r(257)])[r(284)],a=t[r(278)](s[r(257)])[r(331)];return c&&o||e&&i||!c&&a&&!i}),this[n(244)](n(339)).to(s,n(339)),this[n(382)]=t}get[co(210)](){const t=co;return Math[t(328)](function(e){const n=t,r=document[n(351)](n(276));return r[n(265)]=e,r[n(368)][n(319)]}(this[t(216)]),200)}[co(259)](t){const n=co,{threadId:r,id:o}=this;if(!this[n(382)][n(232)](r))throw new e.CKEditorError(n(229),this);const{channelId:s}=this[n(382)][n(292)](r);this[n(382)][n(399)](ko(n(304),s,r),{channelId:s,threadId:r,commentId:o,...t})}[co(380)](t,e){const n=co,r=B(this[n(366)]);J(r,t,e),this[n(259)]({attributes:r})}[co(378)](t){const e=co,n=B(this[e(366)]);Q(n,t),this[e(259)]({attributes:n})}[co(361)](t={}){const n=co;if(!t[n(318)]&&!this[n(226)])return;const{threadId:r,id:o}=this;if(!this[n(382)][n(232)](r))throw new e.CKEditorError(n(326),this);const{channelId:s}=this[n(382)][n(292)](r);this[n(382)][n(399)](ko(n(252),s,r),{channelId:s,threadId:r,commentId:o,...t})}[co(289)](){const t=co;return{commentId:this.id,content:this[t(216)],createdAt:this[t(354)],authorId:this[t(436)].id,attributes:this[t(366)]}}[co(371)](){this[co(290)]()}}function ko(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}function po(t,e){const n=go();return(po=function(t,e){return n[t-=205]})(t,e)}function go(){const t=["_addCommentThread","updateCommentThread","unlinkedAt","view","commentsrepository-remove-missing-comment","config","comments.maxThreadTotalWeight","_submitCommentThread","isSubmitted","30963hnAJDk","get","commentsrepository-missing-target","fire","isResolved","commentId","editorReady","comments.CommentThreadView","commentsrepository-get-comment-invalid-id","body","find","string","CommentsRepository","commentsrepository-invalid-commentid","1156674fKLkiF","commentsrepository-fetch-comment-thread","licenseKey","commentsrepository-missing-comment-thread","_removeComment","focus","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","commentsrepository-duplicated-comment-thread-id","resolvedAt","deactivateAll","35fKLYoj","commentsrepository-resolve-comment-thread-internal-error","reduce","createCommentThreadController","_createCommentThreadView","_isAttached","isVisible","lowest","52662upldJT","catch","once","commentsrepository-add-comment-internal-error","commentUpdated","commentsrepository-attach-missing-comment-thread","_threadToController","_isSubmitted","creator","getComment","CommentThreadView","archivedAt","resolvedBy","_remove","weight","comments.maxCommentsWhenCollapsed","getTime","_add","admin","push","content","comments","removeCommentThread","adapter","_createNewComment","commentsrepository-remove-comment-internal-error","delete","comment","commentsrepository-reopen-comment-thread-internal-error","resolveCommentThread","isRemovable","switchReadOnly","external:","commentsrepository-update-comment-missing-comment-thread","model","commentsrepository-active-missing-comment-thread","hasCommentThread","commentsrepository-missing-thread-and-adapter-method","_viewToController","getCommentThreadForAnnotation","filter","isOfficialPlugin","commentThreadInputView","values","define","@external","focusTracker","plugins","bind","then","submit","_reopenCommentThread","commentsrepository-add-comment-thread-internal-error","_bindAnnotationToEditors","commentsrepository-add-comment-to-missing-comment-thread","commentsrepository-reopen-comment-thread","removeComment","authorName","commentsrepository-add-comment-user-not-exists","isExternal","commentsrepository-invalid-comment-thread-id","channelId","openNewCommentThread","update","664iqLgpA","commentsrepository-invalid-comment-authorid","editorDestroyed","_hasTargetInContent","_permissions","innerHTML","commentsrepository-update-missing-comment","submitCommentThread","setActiveCommentThread","assign","commentsrepository-update-comment-invalid-content","isResolvable","PENDING_ACTION_COMMENT_THREAD","commentsrepository-remove-comment-thread-internal-error","type","threadId","div","from","getPermissions","_adapter","add","_updateActiveAnnotation","isActive","commentInputView","write","listenTo","_removeActiveAnnotation","_attachCommentThread","_addComment","toJSON","stopListening","addComment","getCommentThread","isAttached","change:_permissions","comments.copyMarkers","comments.CommentView","15777576kITdtD","_removeCommentThread","_readOnlyChannels","refreshVisibility","_updateComment","_findOptimalIndex","warn","updateComment","has","_update","change:activeAnnotations","trim","error","getUser","isEditable","commentsrepository-update-comment-thread-internal-error","comments.editorConfig","_resolveCommentThread","map","getAnnotationForCommentThread","innerView","isFromAdapter","length","212BRamna","1477970kyXERD","comments.maxCommentCharsWhenCollapsed","function","commentsrepository-adapter-already-set","change:authoredAt","commentsrepository-remove-comment-missing-comment-thread","CommentView","max","author","bodyCollectionContainer","modifyAll","pluginName","getCommentThreads","addUser","_threads","authoredAt","addCommentThread","79961HrbaWT","isReadOnly","setUnlinkedAt","reopen","getIndex","fetchCommentThread","init","escape","noChannel","isDirty","_getExternalAuthor","_updateCommentThread","requires","createElement","reopenCommentThread","activate","createdAt","isPremiumPlugin","change:_readOnlyChannels","commentsListView","activeCommentThread","setContext","_detachCommentThread","remove","resolve","commentsrepository-resolved-comment-thread","commentsrepository-update-comment-internal-error","getByInnerView","attributes","_unbindEditors","textContent","focusableElements","change:isDirty","destroy","set","locale","attachTo","202508jZxrqg","commentsrepository-active-not-attached","context","removeAttribute","commentsrepository-remove-missing-comment-thread","setAttribute","PendingActions","_repository","highest","canComment","commentsrepository-invalid-comment-content","setPermissions"];return(go=function(){return t})()}const fo=bo;function bo(t,e){const n=Io();return(bo=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=bo,n=t();for(;;)try{if(821729===parseInt(e(421))/1*(parseInt(e(422))/2)+-parseInt(e(401))/3*(-parseInt(e(404))/4)+parseInt(e(447))/5*(-parseInt(e(417))/6)+parseInt(e(444))/7+-parseInt(e(413))/8+parseInt(e(424))/9*(-parseInt(e(429))/10)+parseInt(e(412))/11*(parseInt(e(410))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Io);class vo extends t.Command{constructor(t){const e=bo;super(t),this[e(411)](e(426),!1)}[fo(405)](){const t=fo,e=this[t(431)][t(451)][t(430)][t(449)];this[t(419)]=!0,this[t(426)]=!1;for(const n of e[t(440)]())if(this[t(452)](n))return void(this[t(426)]=!0)}[fo(415)]({threadId:t=(0,e.uid)(),ranges:n,comment:r}={}){const o=fo,s=this[o(431)][o(451)],i=n??Array[o(439)](s[o(430)][o(449)][o(440)]()),c=[];for(const t of i)this[o(452)](t)&&c[o(443)](this[o(436)](t));if(!c[o(408)])throw new e.CKEditorError(o(437),null);r&&this[o(416)](t,r),this[o(453)](t,c,!!r)}[fo(453)](t,n,r){const o=fo;this[o(431)][o(451)][o(409)](s=>{const i=o;for(const o of n){const n=(0,e.uid)()[i(441)](1,5),c=i(407)+t+":"+n;s[i(403)](c,{range:o,usingOperation:r,affectsData:r})}})}[fo(416)](t,n){const r=fo,o=this[r(431)][r(406)][r(420)](r(446)),s=this[r(431)][r(402)][r(420)](r(400)),i=this[r(431)][r(406)][r(420)](r(433)).me;if(!i)throw new e.CKEditorError(r(445),null);o[r(427)]({threadId:t,channelId:s,comments:[{authorId:i.id,content:n,createdAt:new Date,attributes:{}}]})}[fo(452)](t){const e=fo;for(const n of t[e(432)]())if(this[e(425)](n))return!0;return!1}[fo(425)](t){const e=fo;return t.is(e(438))||this[e(431)][e(451)][e(454)][e(418)](t)&&!t.is(e(428),e(448))}[fo(436)](t){const e=fo,n=t=>!this[e(425)](t[e(450)]),r=t[e(442)][e(435)](n),o=t[e(434)][e(435)](n,{direction:e(423)});return this[e(431)][e(451)][e(414)](r,o)}}function Io(){const t=["getRanges","substr","start","push","6394080aJoIkw","addcommentthreadcommand-user-not-found","CommentsRepository","11315GDIOGK","tableCell","selection","item","model","_hasContent","_createMarkersFromRanges","schema","collaboration.channelId","56859kEpnsl","config","addMarker","32RUOGMf","refresh","plugins","comment:","length","change","72INHZhJ","set","2846217DDNLha","10907080uXznIX","createRange","execute","_createCommentThread","270XXnPwX","isObject","isEnabled","get","8NIVuTd","80942ltZxJX","backward","45NooWWQ","_itemIsContent","hasContent","addCommentThread","element","1308730JPsbrx","document","editor","getItems","Users","end","getLastMatchingPosition","_trimToContent","addcommentthreadcommand-incorrect-ranges","$textProxy","from"];return(Io=function(){return t})()}const wo=yo;function _o(){const t=["2270308trFRnH","plugins","remove","isOfficialPlugin","getRanges","model","addSourceCollector","change:isFocused","isEqual","update","1242942tpBFFv","getOrderedSelectedAnnotations","innerView","3172813AdCnKU","editing","124098JxqIVk","1091600eHZEsE","425988aPZrVo","containsRange","refreshSelectedViews","editorannotations-invalid-source-callback","hasDomSelection","from","6CdcsJk","map","264tjCAru","requires","init","getByInnerView","focusTracker","set","uiUpdate","blur","cancel","_editorAnnotations","change:range","isPremiumPlugin","range","EditorAnnotations","element","directChange","has","registerAnnotation","_dataCollectors","add","refresh","selection","isCollapsed","fire","listenTo","push","annotation","_editorAnnotationsData","function","sort","view","document","pluginName","collection","get","120627jvqJGx","delete","editor"];return(_o=function(){return t})()}function yo(t,e){const n=_o();return(yo=function(t,e){return n[t-=311]})(t,e)}!function(t){const e=yo,n=t();for(;;)try{if(393549===-parseInt(e(371))/1+parseInt(e(373))/2+parseInt(e(366))/3+parseInt(e(356))/4+parseInt(e(372))/5+-parseInt(e(316))/6*(parseInt(e(369))/7)+parseInt(e(318))/8*(-parseInt(e(353))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_o);class Ao extends t.Plugin{[wo(336)];[wo(327)];static get[wo(319)](){return[io]}static get[wo(350)](){return wo(331)}static get[wo(359)](){return!0}static get[wo(329)](){return!0}constructor(t){const e=wo;super(t),this[e(336)]=new Set,this[e(327)]=new Set}[wo(320)](){const t=wo,e=this[t(355)],n=e[t(361)][t(349)][t(339)],r=Re(()=>this[t(312)](),10);n.on(t(328),(e,n)=>{const o=t;n[o(333)]&&(r[o(326)](),this[o(312)]())}),this[t(342)](e[t(370)][t(348)][t(349)],t(363),(t,e,n)=>{n&&r()}),this[t(342)](e.ui[t(322)],t(363),(e,n,r)=>{const o=t;r||this[o(341)](o(325),{isAnnotationTracked:t=>this[o(345)][o(334)](t[o(368)])})}),this[t(342)](this[t(355)].ui,t(365),()=>this[t(341)](t(324)))}[wo(335)](t){const e=wo;if(this[e(327)][e(334)](t[e(348)]))return;this[e(327)][e(337)](t[e(348)]),this[e(355)].ui[e(322)][e(337)](t[e(348)][e(332)]);const n=this[e(355)][e(357)][e(352)](io);this[e(342)](n[e(351)],e(358),(t,n)=>{const r=e;this[r(355)].ui[r(322)][r(358)](n[r(348)][r(332)]),this[r(327)][r(354)](n[r(348)])})}[wo(314)](){const t=wo;return this[t(355)][t(370)][t(348)][t(314)]}[wo(362)](t){const n=wo;if(n(346)!=typeof t)throw new e.CKEditorError(n(313));this[n(336)][n(337)](t)}[wo(312)](){const t=wo;this[t(341)](t(338))}[wo(367)]({activeAnnotation:t,annotations:e}){const n=wo,r=[],o=this[n(355)][n(361)][n(349)][n(339)],s=Array[n(315)](o[n(360)]());for(const[t,o]of this[n(345)]){const s=i(o),c=e[n(321)](t);s&&c&&r[n(343)]({annotation:c,range:s})}function i(t){const e=n;for(const n of t)for(const t of s)if(n[e(311)](t,!o[e(340)]))return n;return null}return r[n(347)]((e,r)=>{const o=n,s=e[o(330)],i=r[o(330)];if(!s[o(364)](i)){if(s[o(311)](i,!0))return 1;if(i[o(311)](s,!0))return-1}return e[o(344)]==t?-1:r[o(344)]==t?1:0})[n(317)](t=>t[n(344)])}get[wo(345)](){const t=wo,e=new Map;for(const n of Array[t(315)](this[t(336)]))for(const[r,o]of n())e[t(323)](r,o);return e}}const Co=Eo;function To(){const t=["3424160nFFfil","has","addCommentThread","editor","116768XqzdhP","2UEXHzW","RestrictedEditingModeEditing","14616027tHMPMJ","enableCommand","afterInit","3904248ypFqeN","2249055dEHlef","172344EPNquv","165967QJzSpE","get","357GqNSHI","plugins"];return(To=function(){return t})()}function Eo(t,e){const n=To();return(Eo=function(t,e){return n[t-=233]})(t,e)}!function(t){const e=Eo,n=t();for(;;)try{if(406055===-parseInt(e(237))/1*(-parseInt(e(246))/2)+-parseInt(e(235))/3+-parseInt(e(236))/4+-parseInt(e(241))/5+-parseInt(e(234))/6+parseInt(e(239))/7*(parseInt(e(245))/8)+parseInt(e(248))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(To);class xo extends t.Plugin{[Co(233)](){const t=Co,e=this[t(244)];e[t(240)][t(242)](t(247))&&e[t(240)][t(238)](t(247))[t(249)](t(243))}}const No=Mo;function Oo(){const t=["4997248HKfckk","execute","15855804QhfLwp","addCommentThread","46gUwUBy","basic","4350830VffIWM","afterInit","high","dataInsert","collaboration.channelId","collaboration_features","2090544JISCUx","importWord.formatting.comments","config","importWord","131739OIcyFi","plugins","map","261634Uachhy","forEach","listenTo","_handleImportedData","4945936BzETOm","14CxyIzV","define","get","commands","editor"];return(Oo=function(){return t})()}function Mo(t,e){const n=Oo();return(Mo=function(t,e){return n[t-=199]})(t,e)}!function(t){const e=Mo,n=t();for(;;)try{if(790663===-parseInt(e(209))/1+-parseInt(e(223))/2*(parseInt(e(206))/3)+parseInt(e(219))/4+-parseInt(e(225))/5+parseInt(e(202))/6*(-parseInt(e(214))/7)+parseInt(e(213))/8+parseInt(e(221))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oo);class So extends t.Plugin{constructor(t){const e=Mo;super(t),this[e(218)][e(204)][e(215)](e(203),e(224))}[No(226)](){const t=No,n=this[t(218)],r=n[t(217)][t(216)](t(205)),s=n[t(207)][t(216)](o.Users);r&&(r.on(t(220),(e,[,n])=>{n[t(201)]={comments:!0,user_id:s.me.id}},{priority:e.priorities[t(227)]+10}),this[t(211)](r,t(199),this[t(212)]))}[No(212)](t,e){const n=No,{comment_threads:r}=e;r&&r[n(210)](({thread_id:t,comments:e,is_resolved:r})=>{const s=n,i=new Date,c=e[s(208)](({author:t,content:e,created_at:n})=>({content:e,authorId:this[s(218)][s(207)][s(216)](o.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:s(205)}}})),a=this[s(218)][s(204)][s(216)](s(200));this[s(218)][s(207)][s(216)](ho)[s(222)]({channelId:a,threadId:t,comments:c,resolvedAt:r?i:null})})}}const Po=Lo;!function(t){const e=Lo,n=t();for(;;)try{if(272867===-parseInt(e(477))/1+-parseInt(e(472))/2+-parseInt(e(445))/3+parseInt(e(458))/4*(-parseInt(e(444))/5)+parseInt(e(465))/6*(-parseInt(e(478))/7)+-parseInt(e(454))/8+parseInt(e(450))/9*(parseInt(e(474))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vo);class Ro extends t.Plugin{constructor(t){const e=Lo;super(t),this[e(460)][e(440)][e(463)](e(479),e(455))}static get[Po(471)](){return[gt.ClipboardMarkersUtils,gt.ClipboardPipeline]}[Po(443)](){const t=Po,e=this[t(460)][t(473)][t(457)](t(442));this[t(469)](),this[t(468)](e,t(452),(e,n)=>this[t(459)](n[t(470)][t(451)]),{priority:t(449)})}[Po(459)](t){const e=Po;if(!this[e(460)][e(473)][e(476)](e(475)))return t;const n=this[e(460)][e(473)][e(457)](e(475));for(const r of t[e(467)]()){const[o,s]=r[e(439)](":");e(456)!=o||n[e(461)](s)||t[e(447)](r)}return t}[Po(469)](){const t=Po,e=this[t(460)][t(473)][t(457)](t(464)),n=this[t(480)](this[t(460)][t(440)][t(457)](t(479)));n&&e[t(466)](t(456),n)}[Po(480)](t){const e=Po;switch(t){case e(441):return{allowedActions:e(446),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(455):return{allowedActions:[e(453),e(448)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(462):default:return null}}}function Lo(t,e){const n=Vo();return(Lo=function(t,e){return n[t-=439]})(t,e)}function Vo(){const t=["all","delete","dragstart","highest","27noMXOd","markers","contentInsertion","cut","2084032zVGaIP","default","comment","get","361588uoHMYA","_removeMarkersWithoutThreads","editor","hasCommentThread","never","define","ClipboardMarkersUtils","6MsDrVw","_registerMarkerToCopy","keys","listenTo","_registerMarkerInClipboardPipeline","content","requires","256224CqJlLW","plugins","4293820HjSUpL","CommentsRepository","has","242005isjZya","422618bAqYFK","comments.copyMarkers","_mapCommentsCopyConfigToRegisterConfiguration","split","config","always","ClipboardPipeline","afterInit","5TKDVWE","701661mWodhk"];return(Vo=function(){return t})()}var Do=n(901);function Bo(){const t=["2IqVBCE","1419372reCkLq","888zfjnFc","4847612JAtIbf","7173RvPGxv","3mDsyzE","117165JJuzYu","split","282aKgouI","114483VERNTc","66mzEfRw","5093736igyauc","1677880tgaWnp"];return(Bo=function(){return t})()}function jo(t,e){const n=Bo();return(jo=function(t,e){return n[t-=247]})(t,e)}function Uo(t){const e=t[jo(253)](":");return{group:e[0],id:e[1],part:e[2]}}!function(t){const e=jo,n=t();for(;;)try{if(767806===parseInt(e(255))/1*(-parseInt(e(259))/2)+parseInt(e(251))/3*(parseInt(e(257))/4)+-parseInt(e(252))/5*(-parseInt(e(254))/6)+-parseInt(e(249))/7+-parseInt(e(248))/8*(-parseInt(e(250))/9)+-parseInt(e(258))/10*(parseInt(e(256))/11)+parseInt(e(247))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bo);const zo=Ho;function Fo(){const t=["data","comment","schema","stop","showCommentHighlights","imageInline","elementToStructure","item","overrideHorizontalRuleConverter","18853317ooCxhJ","widget","consumable","containerElement","createContainerElement","media","div","conversion","mapper","3113255flVvWL","addClass","init","2wdJRKV","942231apioee","isObject","high","isResolved","ck-horizontal-line","for","elementToElement","1154091jMILYF","markerToHighlight","span","insert","18nZClme","plugins","toViewElement","editor","horizontalLine","markerName","consume","overrideMarkerConverters","dataDowncast","overrideMediaEmbedConverter","ignoreResolvedComments","add","1969576AyeTQz","options","writer","createPositionAt","addMarker:comment","4139120SjGyuI","img","attribute:url:media","getCommentThread","ck-comment-marker","createEmptyElement","getCustomProperty","get","downcastDispatcher","addMarker:","removeMarker:","overrideImageInlineConverter","1502936hlDkNC","image-inline","model"];return(Fo=function(){return t})()}function Ho(t,e){const n=Fo();return(Ho=function(t,e){return n[t-=214]})(t,e)}!function(t){const e=Ho,n=t();for(;;)try{if(621159===parseInt(e(276))/1+-parseInt(e(268))/2*(parseInt(e(269))/3)+-parseInt(e(232))/4+-parseInt(e(265))/5+-parseInt(e(215))/6*(parseInt(e(227))/7)+parseInt(e(244))/8+parseInt(e(256))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fo);class Ko extends t.Plugin{[zo(267)](){const t=zo;this[t(222)](),this[t(255)](),this[t(243)](),this[t(224)]()}[zo(222)](){const t=zo;this[t(218)][t(263)][t(274)](t(223))[t(277)]({model:t(248),view:(e,n)=>{const r=t;if(!n[r(228)][r(251)])return null;if(n[r(228)][r(225)]){const{id:t}=Uo(e[r(220)]),o=this[r(218)][r(216)][r(239)](ho);if(o[r(235)](t)?.[r(272)]&&e[r(254)])return n[r(258)][r(221)](e[r(254)],r(241)+e[r(220)]),n[r(258)][r(221)](e[r(254)],r(242)+e[r(220)]),null}return{classes:[r(236)]}}}),this[t(218)][t(263)][t(274)](t(223))[t(226)](e=>{const n=t;e.on(n(231),(t,e,r)=>{const o=n;if(!r[o(228)][o(251)])return;const s=e[o(254)];if(!s)return;const i=r[o(264)][o(217)](s);this[o(218)][o(246)][o(249)][o(270)](s)&&i&&!i[o(238)](o(257))&&i.is(o(259))&&(0,Do.toWidget)(i,r[o(229)])},{priority:n(271)})})}[zo(255)](){const t=zo;this[t(218)][t(263)][t(274)](t(223))[t(253)]({model:t(219),view:(e,{writer:n,options:r})=>{const o=t;if(!r[o(251)])return null;const s=n[o(260)](o(262)),i=n[o(237)]("hr");return n[o(266)](o(273),s),n[o(214)](n[o(230)](s,0),i),s},converterPriority:t(271)})}[zo(243)](){const t=zo;this[t(218)][t(263)][t(274)](t(223))[t(253)]({model:t(252),view:(e,{writer:n,options:r})=>{const o=t;if(!r[o(251)])return null;const s=n[o(260)](o(278)),i=n[o(237)](o(233));return n[o(266)](o(245),s),n[o(214)](n[o(230)](s,0),i),s},converterPriority:t(271)})}[zo(224)](){const t=zo;this[t(218)][t(263)][t(274)](t(223))[t(275)]({model:t(261),view:(e,{writer:n,options:r})=>{const o=t;if(r[o(251)])return n[o(237)](o(262))},converterPriority:t(271)}),this[t(218)][t(247)][t(240)].on(t(234),(e,n,r)=>{const o=t;r[o(228)][o(251)]&&e[o(250)]()},{priority:t(271)})}}var Wo=n(168),qo={attributes:{"data-cke":!0}};qo.setAttributes=Ae(),qo.insert=_e().bind(null,"head"),qo.domAPI=Ie(),qo.insertStyleElement=Te();be()(Wo.A,qo);Wo.A&&Wo.A.locals&&Wo.A.locals;const Yo=Xo;function Xo(t,e){const n=Jo();return(Xo=function(t,e){return n[t-=202]})(t,e)}function Jo(){const t=["root","registerAnnotation","getCommentThread","getByInnerView","schema","hasMarkerForId","_attachMarkerToThread","clear","openNewCommentThread","requires","removeMarker","change","isOfficialPlugin","259731NjYFZL","locale","_reconvertMarkers","removeCommentThread","updateMarker","getAllMarkersForId","unlinkedAt","then","dataToMarker","markers","get","href","push","removeMarker:","end","attachTo","filter","hasContent","remove","457299OteWIK","length","_handleThreadMarker","getCommentThreads","delete","consume","context","add","ENTER_COMMENT_ANNOUNCEMENT","from","init","channelId","commands","55782DzYmja","data","destroy","managedUsingOperations","ready","98166yNgfti","setContext","isSubmitted","item","map","addCommentThread","size","CommentsEditing","comment:","change:isThreadsLoadingPaused","markerToHighlight","name","_attachArchivedThread","addComment","first","consumable","ck-comment-marker--active","markerToData","set","getAttribute","_handleInitialThreads","_threads","start","newRange","isObject","110756PHWmrI","author","for","ariaLiveAnnouncer","editing","_getTargetForId","editingDowncast","change:activeMarker","_initializeMarkerConverters","getChangedMarkers","isEqual","$textProxy","comments","listenTo","editor","reopenCommentThread","reconvertMarker","state","enqueueChange","switchReadOnly","config","forEach","join","getRange","document","$marker","_handleMarkerAddAndRemove","createRange","markerName","isAttached","getWalker","substring","comment","fetchCommentThread","scrollToThreadMarker","pluginName","conversion","$graveyard","_hasTargetInContent","showCommentHighlights","upcast","refreshVisibility","text","getItems","rootName","announce","isCollapsed","once","plugins","activeMarker","group","collaboration.channelId","1552220NkgXxl","isThreadsLoadingPaused","dataDowncast","elementToElement","render","isResolved","_getTextContext","low","differ","change:isReadOnly","afterInit","_initAriaMarkerChangeAnnouncements","hasCommentThread","registerPostFixer","ignoreResolvedComments","focus","LEAVE_COMMENT_ANNOUNCEMENT","createElement","24nXcABK","7TjSdcC","hasDomSelection","affectsData","resolveCommentThread","startsWith","addMarker:","_threadToController","fromCharCode","destroyed","createPositionBefore","ck-comment-marker","_detachCommentThread","view","isPremiumPlugin","model","setUnlinkedAt","724041vSXkjU"];return(Jo=function(){return t})()}!function(t){const e=Xo,n=t();for(;;)try{if(160236===parseInt(e(341))/1+parseInt(e(210))/2+-parseInt(e(360))/3+-parseInt(e(240))/4+parseInt(e(292))/5+parseInt(e(215))/6*(-parseInt(e(311))/7)+-parseInt(e(310))/8*(parseInt(e(327))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jo);class Go extends t.Plugin{static get[Yo(337)](){return[ho,Ao,o.Users,xo,So,Ro,Ko]}static get[Yo(275)](){return Yo(222)}static get[Yo(340)](){return!0}static get[Yo(324)](){return!0}constructor(t){const e=Yo;super(t),this[e(233)](e(293),!0),t[e(211)][e(287)](e(214),()=>this[e(293)]=!1),this[e(233)](e(289),null),this.on(e(247),(n,r,o,s)=>{const i=e,c=t[i(288)][i(351)](ho),a=o?Uo(o).id:null;t[i(325)][i(339)](()=>{const e=i;if(a){const n=this[e(346)](a);for(const r of n)t[e(244)][e(256)](r)}if(s){const{id:n}=Uo(s),r=c[e(330)](n);if(r&&r[e(347)])return;if(r&&!r[e(269)])return;const o=this[e(346)](n);for(const n of o)t[e(244)][e(256)](n)}}),a&&this[i(274)](a)}),this[e(303)]()}[Yo(207)](){const t=Yo,e=this[t(254)],n=e[t(288)][t(351)](ho),r=e[t(260)][t(351)](t(291)),o=n[t(363)]()[t(357)](e=>e[t(208)]!==r);e[t(209)][t(204)](t(220),new vo(e)),this[t(253)](e,t(301),(r,o,s)=>{const i=t;n[i(259)](s,e[i(260)][i(351)](i(291)))}),this[t(253)](n,Zo(t(220),r),(e,{threadId:n})=>{const r=t,o=this[r(254)][r(288)][r(351)](ho)[r(330)](n);o?.[r(347)]&&this[r(227)](n)}),this[t(253)](n,Zo(t(344),r),(n,{threadId:r})=>{const o=t;e[o(325)][o(258)]({isUndoable:!1},t=>{const e=o,n=this[e(346)](r);for(const r of n)t[e(338)](r)})}),this[t(253)](n,Zo(t(314),r),(e,{threadId:n})=>{const r=t;this[r(343)](n),this[r(254)][r(244)][r(323)][r(312)]&&(this[r(254)][r(288)][r(351)](ho)[r(330)](n)[r(347)]||this[r(254)][r(244)][r(323)][r(307)]())},{priority:t(299)}),this[t(253)](n,Zo(t(255),r),(e,{threadId:n})=>{this[t(343)](n)},{priority:t(299)}),this[t(253)](n,Zo(t(228),r),(r,{threadId:o,isFromAdapter:s})=>{const i=t,c=this[i(346)](o);!s&&0!=c[i(361)]&&n[i(304)](o)&&1===n[i(330)](o)[i(361)]&&e[i(325)][i(258)]({isUndoable:!1},t=>{const e=i;for(const n of c)t[e(345)](n,{usingOperation:!0,affectsData:!0})})},{priority:t(299)}),this[t(248)](),this[t(266)](),this[t(235)](o)}[Yo(302)](){!async function(t){const n=g([75,112,79,66,74,71,78,83,69,103,113,67,121,102,86,70,49,107,90,56,108,98,110,82,106,77,55,101,73,122,65,115,68,81,72,119,57,97,84,104,117,54,114,99,89,105,48,53,85,109,80,76,52,100,51,88,50,87,111,116,118,120]),r=window[g([68,97,116,101])][g([110,111,119])](),o=t[g([101,100,105,116,111,114])],s=new(window[g([80,114,111,109,105,115,101])])(t=>{o[g([111,110,99,101])](g([114,101,97,100,121]),t)}),i={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=o[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function a(t){const e=[new(window[g([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(t=>{let e=0;o[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](e)[g([116,104,101,110])](()=>t)}function u(t){return t[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](h(t)):null}function h(t){return window[g([97,116,111,98])](t[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[g([108,101,110,103,116,104])];n++){const r=t[g([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[g([105,115,65,114,114,97,121])](e)?e[g([102,111,114,69,97,99,104])](t):e&&typeof e==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](e)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[g([83,116,114,105,110,103])](e))}(t),e>>>0}function l(t){return t[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function m(t){return t[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function k(t){return o[g([112,108,117,103,105,110,115])][g([104,97,115])](t)}function p(){}function g(t){const e=Xo;return t[e(219)](t=>String[e(318)](t))[e(262)]("")}!function(t){const e=function(){const t=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let e=g([75]);for(let r=0;r<t[g([108,101,110,103,116,104])];r+=2){let o=window[g([112,97,114,115,101,73,110,116])](t[g([115,117,98,115,116,114,105,110,103])](r,r+2));o>=n[g([108,101,110,103,116,104])]&&(o-=n[g([108,101,110,103,116,104])]),e+=n[o]}return e}();o[e]=g([99,111,109,109,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=g([86,97,108,105,100])&&async function(){await s,o[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=p,o[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,o[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let t,n=null,p=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[g([115,112,108,105,116])](g([46]));return 3!=t[g([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=u(t);return e&&n()?e:null;function n(){const t=e[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](t[g([115,117,98,115,116,114,105,110,103])](t[g([108,101,110,103,116,104])]-8),16),r={...e,[g([106,116,105])]:t[g([115,117,98,115,116,114,105,110,103])](0,t[g([108,101,110,103,116,104])]-8)};return delete r[g([118,99])],d(r)==n}}}(),t?(t[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,n){return new(window[g([80,114,111,109,105,115,101])])(a=>{if(i())return a(g([86,97,108,105,100]));c(),o[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const h=(0,e.uid)();function k(t){return!!t&&(typeof t===g([111,98,106,101,99,116])||typeof t===g([102,117,110,99,116,105,111,110]))&&typeof t[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof t[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function p(e){c(e)[g([116,104,101,110])](t=>t&&t[g([115,116,97,116,117,115])]==g([111,107])?l(d(h+n))!=t[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](t=>(s(),t),()=>{const t=i();return null==t?(s(),g([86,97,108,105,100])):g(r-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](a)[g([99,97,116,99,104])](()=>{a(g([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function s(){const e=g([108,108,99,116,45])+l(d(t)),n=m(l(window[g([77,97,116,104])][g([99,101,105,108])](r/o)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](e,n)}function i(){const e=g([108,108,99,116,45])+l(d(t)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](e);return n?window[g([112,97,114,115,101,73,110,116])](m(n),16)*o:null}function c(t){return new(window[g([80,114,111,109,105,115,101])])((e,n)=>{t[g([116,104,101,110])](e,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}o[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return a(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:h}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),o[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{k(t[g([114,101,116,117,114,110])])&&(u=!0,p(t[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),s[g([116,104,101,110])](()=>{u||a(g([85,115,97,103,101,76,105,109,105,116]))})});function i(){return o[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function c(){o[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(t[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[g([106,116,105])])),await async function(){let t=!0;try{const r=c[g([115,112,108,105,116])](g([46])),[o,s,i]=r;return e(o),await n(o,s,i),t}catch{return!1}function e(e){const n=u(e);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const o=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](h(r),t=>t[g([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](e+g([46])+n),c=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!c)return;const a=await c[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),i,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await c[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[g([102,101,97,116,117,114,101,115])];if(!e)return!1;if(e[g([105,110,99,108,117,100,101,115])](g([42])))return!0;if(e[g([105,110,99,108,117,100,101,115])](g([67,77,84])))return!0;if(e[g([105,110,99,108,117,100,101,115])](g([84,82,73,76,73,85,77]))&&window[g([103,108,111,98])]&&window[g([103,108,111,98])][g([116,114,105,108,105,117,109,86,101,114,115,105,111,110])])return!0;if(e[g([105,110,99,108,117,100,101,115])](g([82,67,77,84]))){if(k(g([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&(n=g([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]),o[g([112,108,117,103,105,110,115])][g([103,101,116])](n))[g([115,116,97,116,101])]==g([99,111,110,110,101,99,116,101,100]))return!0;if(k(g([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]))||k(g([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114])))return!0}var n;return!1}()?function(){const e=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](t[g([108,105,99,101,110,115,101,84,121,112,101])])?r/1e3:17604e5;return t[g([101,120,112])]<e}()?g([69,120,112,105,114,101,100]):function(){const e=Xo,n=t[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[g([108,111,99,97,116,105,111,110])][e(352)]);if(n[g([105,110,99,108,117,100,101,115])](r))return!0;const o=r[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](t=>t[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](t=>t[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](t=>t[g([108,101,110,103,116,104])]<=o[g([108,101,110,103,116,104])])[g([109,97,112])](t=>Array(o[g([108,101,110,103,116,104])]-t[g([108,101,110,103,116,104])])[g([102,105,108,108])](t[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](t))[g([115,111,109,101])](t=>o[g([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===g([42])))}()?(t[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=a(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=a(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&p?new(window[g([80,114,111,109,105,115,101])])((t,e)=>{n[g([116,104,101,110])](t,e),p[g([116,104,101,110])](e=>{e!=g([86,97,108,105,100])&&t(e)},e)}):n||p||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[Yo(212)](){const t=Yo,e=this[t(254)][t(288)][t(351)](ho),n=this[t(254)][t(260)][t(351)](t(291));for(const r of e[t(363)]({channelId:n}))e[t(322)](r.id),e[t(236)][t(364)](r.id);super[t(212)]()}[Yo(333)](t){const e=Yo;return this[e(346)](t)[e(361)]>0}[Yo(346)](t){const e=Yo,n=[];for(const r of this[e(254)][e(325)][e(350)])r[e(226)][e(315)](e(223)+t)&&n[e(353)](r);return n}[Yo(274)](t){setTimeout(()=>{const n=Xo,r=this[n(245)](t);r&&this[n(289)]&&Uo(this[n(289)]).id===t&&(0,e.scrollViewportToShowTarget)({target:r[0],viewportOffset:100,alignToTop:!0})},50)}[Yo(343)](t){const e=Yo;this[e(254)][e(325)][e(339)](()=>{const n=e;for(const e of this[n(346)](t))this[n(254)][n(244)][n(256)](e)})}[Yo(227)](t){const e=Yo,n=this[e(254)][e(288)][e(351)](ho),r=this[e(254)][e(288)][e(351)](Ao),o=n[e(330)](t);if(!o[e(269)]){const t=o[e(356)](()=>this[e(245)](o.id));r[e(329)](t),o[e(278)]=!1}}[Yo(248)](){const t=Yo,e=this[t(254)],n=e[t(288)][t(351)](o.Users);e[t(276)][t(242)](t(246))[t(225)]({model:t(272),view:(r,o)=>{const s=t,{id:i}=Uo(r[s(268)]),c=e[s(288)][s(351)](ho)[s(330)](i),a=this[s(289)]&&Uo(this[s(289)]).id===i;let u;if(c&&c[s(297)]&&!a&&r[s(218)])return o[s(230)][s(202)](r[s(218)],s(316)+r[s(268)]),o[s(230)][s(202)](r[s(218)],s(354)+r[s(268)]),null;const h=[s(321)];return a&&h[s(353)](s(231)),u=c?.[s(361)]?c[s(252)][s(229)][s(241)].id:n.me.id,{classes:h,attributes:{"data-comment":i,"data-author-id":u}}}}),e[t(276)][t(242)](t(294))[t(232)]({model:t(272),view:(n,{options:r})=>{const o=t;if(r[o(279)])return null;const s=e[o(288)][o(351)](ho),i=e[o(325)][o(350)][o(351)](n),{id:c,part:a}=Uo(n);return i&&!i[o(313)]||r[o(306)]&&s[o(330)](c)?.[o(297)]?null:{group:o(272),name:a?c+":"+a:c}}}),e[t(276)][t(242)](t(280))[t(295)]({view:{name:t(272),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(309)](t(265),{"data-name":t(223)+e[t(234)]("id")})}),e[t(276)][t(242)](t(280))[t(349)]({view:t(272)})}[Yo(266)](){const t=Yo,e=this[t(254)],n=e[t(288)][t(351)](ho),r=new Set,o=new Set;e[t(325)][t(264)][t(305)](n=>{const s=t;let i=!1;for(const{name:t,data:c}of e[s(325)][s(264)][s(300)][s(249)]()){const{group:a,id:u}=Uo(t);let h=c[s(238)];if(s(272)!==a||!h)continue;const d=s(277)===h[s(328)][s(284)];d||(h=Qo(h,e[s(325)]),!h||h[s(286)]||!c[s(238)]||h[s(250)](c[s(238)]))?e[s(325)][s(358)](h)&&!d?this[s(293)]?r[s(204)](t):this[s(362)](t,u):(o[s(204)](t),r[s(364)](t),n[s(338)](t),i=!0):(n[s(345)](t,{range:h}),i=!0)}return i}),this.on(t(224),(n,o,s)=>{const i=t;if(!s&&r[i(221)])for(const t of r){const{id:n}=Uo(t);r[i(364)](t),e[i(325)][i(350)][i(351)](t)&&this[i(362)](t,n)}}),this[t(253)](e[t(325)][t(264)],t(339),()=>{const s=t;for(const{name:t,data:{newRange:i}}of e[s(325)][s(264)][s(300)][s(249)]()){const{group:c,id:a}=Uo(t);if(s(272)!==c)continue;const u=n[s(330)](a),h=this[s(333)](a);u&&(!u[s(278)]&&i&&e[s(244)][s(323)][s(287)](s(296),()=>{const t=s,r=e[t(288)][t(351)](io),o=n[t(317)][t(351)](u)[t(323)];r[t(331)](o)[t(281)]()},{priority:s(299)}),u[s(278)]=h||!!i),i||(o[s(204)](t),r[s(364)](t))}for(const t of o){const{id:e}=Uo(t),o=n[s(330)](e);if(r[s(364)](t),!o)continue;const i=this[s(333)](e);i||o[s(217)]?i||o[s(347)]||o[s(326)](new Date):o[s(359)]()}o[s(335)]()})}[Yo(235)](t){const e=Yo;t[e(261)](t=>{const n=e;t[n(347)]&&this[n(227)](t.id)})}[Yo(245)](t){const e=Yo,n=this[e(254)],r=this[e(346)](t);return(0,o.getAllMarkersDomElementsSorted)(n[e(244)],r)}[Yo(298)](t){const e=Yo,n=this[e(346)](t);let r="",o=!1;for(const t of n){const n=t[e(263)]();for(const t of Array[e(206)](n[e(283)]()))t.is(e(251))?(r&&o&&(r+=" ",o=!1),r+=t[e(211)]):o=!0;o=!0}return r[e(271)](0,150)}[Yo(334)](t,e){const n=Yo,r=this[n(254)],o=r[n(288)][n(351)](ho);let s=o[n(330)](e);const i=r[n(260)][n(351)](n(291)),c=r[n(288)][n(351)](Ao);return s&&(s[n(347)]&&s[n(326)](null),s[n(269)])||(this[n(346)](e)[0][n(213)]?o[n(273)]({channelId:i,threadId:e})[n(348)](t=>{const o=n;if(o(319)!==r[o(257)])if(s=t,s&&!s[o(269)]){const t=s[o(356)](()=>this[o(245)](e));c[o(329)](t),s[o(297)]&&this[o(343)](e)}else if(!s){const t=this[o(346)](e);r[o(325)][o(339)](e=>{const n=o;for(const r of t)e[n(338)](r)})}}):r[n(244)][n(323)][n(287)](n(296),()=>{const t=n;if(o[t(330)](e))return;const a=r[t(288)][t(351)](io);s=o[t(336)]({channelId:i,threadId:e,target:()=>this[t(245)](e),context:{type:t(282),value:this[t(298)](e)}});const u=o[t(317)][t(351)](s)[t(323)],h=a[t(331)](u);h&&c[t(329)](h)},{priority:n(299)})),s}[Yo(362)](t,e){const n=Yo,r=this[n(334)](t,e);r&&!r[n(203)]&&r[n(216)]({type:n(282),value:this[n(298)](e)})}[Yo(303)](){const t=Yo,n=this[t(254)];(0,o.surroundingMarkersDetector)(n[t(325)],({left:r,entered:s})=>{const i=t;for(const t of r)if($o(t)){n.ui[i(243)][i(285)](it(n[i(342)],i(308)));break}for(const t of s)if($o(t)){n.ui[i(243)][i(285)](it(n[i(342)],i(205),(0,e.getEnvKeystrokeText)(o.FOCUS_ANNOTATION_KEYSTROKE)));break}})}}function Zo(t,e){return e?t+":"+e:t}function Qo(t,e){const n=Yo,r=e[n(332)],o=e[n(267)](t[n(237)]);for(const s of t[n(270)]()){const{type:t,item:i,nextPosition:c}=s;if(n(282)===t||r[n(239)](i)){const t=e[n(320)](i);o[n(286)]&&(o[n(237)]=t),o[n(355)]=c}}return o}function $o(t){const e=Yo;return e(272)===Uo(t[e(226)])[e(290)]}const ts=es;function es(t,e){const n=ns();return(es=function(t,e){return n[t-=385]})(t,e)}function ns(){const t=["removeCommentThread","addSourceCollector","commentsLicenseKeyNotAllowed","featureNotAllowed","innerView","menuBar:comment","_showLicenseError","isFocused","componentFactory","find","plugins","isOfficialPlugin","map","commentsLicenseKeyUsageLimit","focus","editing","locale","tooltip","comment:","60830rJHrjn","licenseKey","set","_createUIButton","Comments","CommentsListView","commentsLicenseKeyTrialLimit","commentsLicenseKeyValid","commentsLicenseKeyDomainLimit","376360DwzzJV","hasMarkerForId","320fMbELY","destroy","listenTo","2lAiDSs","_threadToController","hasCommentThread","requires","bind","Comment","low","get","19385YxwVsD","evaluationLimit","isPremiumPlugin","length","expired","81KTOZAg","push","getCommentThread","change:activeAnnotations","isEnabled","highest","activeMarker","model","execute","hasContent","getRange","init","CommentsUI","getAllMarkersForId","add","focusTracker","has","CommentThreadInputView","commands","255579AcqOHg","trialLimit","addComment","view","1451958ZBcHNd","config","editor","from","1467060zdmpMm","6008FBgCpU","comment","stop","pluginName","addCommentThread","domainLimit","usageLimit","_viewToController","commentsLicenseKeyInvalid","commentsLicenseKeyExpired","invalid","_licenseKeyCheckInterval","commentsLicenseKeyEvaluationLimit","1727PgSzwz"];return(ns=function(){return t})()}!function(t){const e=es,n=t();for(;;)try{if(261496===parseInt(e(387))/1+-parseInt(e(392))/2*(-parseInt(e(424))/3)+parseInt(e(389))/4*(parseInt(e(400))/5)+parseInt(e(428))/6+parseInt(e(432))/7+parseInt(e(433))/8*(-parseInt(e(405))/9)+parseInt(e(466))/10*(-parseInt(e(446))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ns);class rs extends t.Plugin{[ts(467)];[ts(444)];static get[ts(436)](){return ts(417)}static get[ts(458)](){return!0}static get[ts(402)](){return!0}static get[ts(395)](){return[ho,Go,Ao,io]}get[ts(471)](){return zt}get[ts(422)](){return Rt}[ts(416)](){const t=ts,e=this[t(430)],n=e[t(457)][t(399)](ho),r=e[t(457)][t(399)](Go),o=e[t(457)][t(399)](io),s=e[t(457)][t(399)](Ao);e.ui[t(455)][t(419)](t(434),()=>{const e=t,n=this[e(469)](st.ButtonView);return n[e(464)]=!0,n}),e.ui[t(455)][t(419)](t(452),()=>this[t(469)](st.MenuBarMenuListItemButtonView)),s[t(448)](()=>{const e=t,o=[];for(const[t,s]of n[e(393)]){const n=r[e(418)](t.id),i=n[e(459)](t=>t[e(415)]());n[e(403)]>0&&o[e(406)]([s[e(427)],i])}return o}),this[t(391)](o,t(408),(e,o,s)=>{const i=t,c=Array[i(431)](s)[i(459)](t=>t[i(451)])[i(456)](t=>n[i(440)][i(421)](t));if(!c)return void(r[i(411)]=null);const a=n[i(440)][i(399)](c)[i(412)].id,u=i(465)+a;a&&r[i(388)](a)?r[i(411)]=u:r[i(411)]&&(r[i(411)]=null)}),this[t(391)](n,t(447),(n,{threadId:o,isFromAdapter:s})=>{const i=t;!s&&e.ui[i(420)][i(454)]&&r[i(388)](o)&&e[i(462)][i(427)][i(461)]()},{priority:t(410)}),this[t(391)](n,t(426),(o,{threadId:s,isFromAdapter:i})=>{const c=t;!i&&r[c(388)](s)&&n[c(394)](s)&&1===n[c(407)](s)[c(403)]&&(e[c(462)][c(427)][c(461)](),o[c(435)]())},{priority:t(398)}),this[t(467)]=this[t(430)][t(429)][t(399)](t(467));const i=this[t(430)];this[t(444)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,o=i[r];if(e(385)==o||e(441)==o||e(442)==o||e(386)==o||e(449)==o||e(445)==o||e(472)==o||e(460)==o){delete i[r],n=o,clearInterval(this[e(444)]),this[e(444)]=void 0;break}}e(441)==n&&i[e(453)](e(443)),e(442)==n&&i[e(453)](e(404)),e(386)==n&&i[e(453)](e(438)),e(449)==n&&i[e(453)](e(450),e(470)),e(445)==n&&i[e(453)](e(401)),e(472)==n&&i[e(453)](e(425)),e(460)==n&&i[e(453)](e(439))},1e3)}[ts(390)](){const t=ts;super[t(390)](),this[t(444)]&&clearInterval(this[t(444)])}[ts(469)](t){const e=ts,n=this[e(430)],r=new t(n[e(463)]),o=n[e(423)][e(399)](e(437));return r[e(468)]({label:it(n[e(463)],e(397)),icon:ot.IconAddComment}),r[e(396)](e(409)).to(o,e(414)),this[e(391)](r,e(413),()=>{o[e(413)]()}),r}}const os=ss;function ss(t,e){const n=cs();return(ss=function(t,e){return n[t-=251]})(t,e)}!function(t){const e=ss,n=t();for(;;)try{if(306672===parseInt(e(275))/1*(-parseInt(e(263))/2)+-parseInt(e(292))/3*(-parseInt(e(298))/4)+parseInt(e(257))/5*(-parseInt(e(262))/6)+-parseInt(e(259))/7*(parseInt(e(293))/8)+-parseInt(e(258))/9*(parseInt(e(272))/10)+parseInt(e(269))/11+parseInt(e(284))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cs);class is extends t.Plugin{static get[os(282)](){return os(261)}static get[os(289)](){return!0}static get[os(266)](){return!0}static get[os(291)](){return[Go]}constructor(t){const e=os;super(t),this[e(296)](e(288),!1),this.on(e(297),(t,n,r)=>{const o=e;r?this[o(254)]():this[o(267)]()})}[os(270)](){const t=os;!this[t(288)]&&this[t(278)][t(290)][t(279)](t(285))&&(this[t(288)]=!0)}[os(254)](){const t=os;for(const[e,n]of this[t(278)][t(264)])n[t(268)]&&t(251)!==e&&n[t(276)](t(286));this[t(278)][t(255)][t(294)](t(283))&&this[t(278)][t(255)][t(279)](t(283))[t(276)](t(286)),this[t(278)][t(255)][t(294)](t(287))&&this[t(278)][t(255)][t(279)](t(287))[t(276)](t(286)),this[t(278)][t(264)][t(279)](t(273))?.[t(276)](t(286));const e=this[t(278)][t(253)][t(274)][t(281)];this[t(280)](e,t(277),e=>e[t(260)](),{priority:t(252)}),this[t(280)](e,t(271),e=>e[t(260)](),{priority:t(252)}),this[t(280)](e,t(265),e=>e[t(260)](),{priority:t(252)})}[os(267)](){const t=os;for(const[e,n]of this[t(278)][t(264)])n[t(268)]&&t(251)!==e&&n[t(256)](t(286));this[t(278)][t(255)][t(294)](t(287))&&this[t(278)][t(255)][t(279)](t(287))[t(256)](t(286)),this[t(278)][t(264)][t(279)](t(273))?.[t(256)](t(286)),this[t(295)](this[t(278)][t(253)][t(274)][t(281)])}}function cs(){const t=["clipboardInput","4390070vyjznB","editSource","view","250780CbgGRB","forceDisabled","cut","editor","get","listenTo","document","pluginName","DragDrop","10878660nvGRYU","commentsOnly","commentsOnlyMode","SourceEditing","isEnabled","isOfficialPlugin","config","requires","6189jvophg","4240696jrNBLM","has","stopListening","set","change:isEnabled","492NzTdQg","addCommentThread","highest","editing","_enableCommentsOnlyMode","plugins","clearForceDisabled","5Gjltnv","9znLXJI","7paHRRw","stop","CommentsOnly","1381704pGPOUK","2SqiZJP","commands","delete","isPremiumPlugin","_disableCommentsOnlyMode","affectsData","6561786YZQOKM","afterInit"];return(cs=function(){return t})()}function as(){const t=["find","208TJNPvs","uisData","3155240UiYgXE","annotationsuis-register-already-registered","11726011UVrsEE","deactivateAll","activeAnnotations","annotationsuis-missing-ui","108340MmoPrD","_removeActiveAnnotation","remove","isPremiumPlugin","12ISIXPW","collection","_deactivateAllAnnotations","defaultFilter","stopListening","init","delete","set","attach","760092pNbcRh","plugins","requires","detach","length","_setSelectedAnnotations","12OQuTFU","refilterAnnotations","filter","24atkQOq","_uis","context","push","isOfficialPlugin","has","1596602caDmeL","get","7054731VMyRkb","switchTo","deactivate","annotationsuis-annotation-mismatch","change:activeAnnotation","_activateAnnotation","setActiveAnnotation","isActive","activeUIs","size","activate","add","register","type","destroy","_visibleAnnotations","function","_addActiveAnnotation","hasActive","144EyWRlQ","AnnotationsUIs","_assertAnnotationDoesNotBelongToMultipleUIs","5464sEhRGr","listenTo","annotationsuis-register-invalid-interface","pluginName","from"];return(as=function(){return t})()}const us=hs;function hs(t,e){const n=as();return(hs=function(t,e){return n[t-=233]})(t,e)}!function(t){const e=hs,n=t();for(;;)try{if(473608===-parseInt(e(241))/1*(parseInt(e(235))/2)+parseInt(e(262))/3*(-parseInt(e(253))/4)+-parseInt(e(249))/5*(-parseInt(e(298))/6)+parseInt(e(277))/7*(parseInt(e(271))/8)+-parseInt(e(279))/9+parseInt(e(243))/10+-parseInt(e(245))/11*(-parseInt(e(268))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(as);class ds extends t.ContextPlugin{[us(287)];[us(242)];[us(272)];static get[us(264)](){return[io]}static get[us(238)](){return us(233)}static get[us(275)](){return!0}static get[us(252)](){return!0}constructor(t){const e=us;super(t),this[e(287)]=new Set,this[e(272)]=new Map,this[e(242)]=new Map}[us(258)](){const t=us,e=this[t(273)][t(263)][t(278)](io);this[t(236)](e,t(284),(e,n)=>{const r=t;for(const t of this[r(287)]){const e=this[r(272)][r(278)](t);(0,this[r(242)][r(278)](t)[r(270)])(n)&&e[r(285)](n)}}),this[t(236)](e,t(255),()=>{const e=t;for(const t of this[e(287)])this[e(272)][e(278)](t)[e(285)](null)}),this[t(236)](e[t(294)],t(290),(e,n)=>{this[t(234)](n)})}[us(297)](){const t=us;return this[t(287)][t(288)]>0}[us(286)](t){const e=us;return this[e(287)][e(276)](t)}[us(289)](t,n=this[us(256)]){const r=us,o=this[r(273)][r(263)][r(278)](io);if(!this[r(272)][r(276)](t))throw new e.CKEditorError(r(248),this,{uiName:t});this[r(286)](t)&&this[r(281)](t),this[r(287)][r(290)](t);const s=new Qe;$e({source:o[r(294)],target:s,filter:n}),this[r(242)][r(260)](t,{collection:s,filter:n});const i=this[r(272)][r(278)](t);i[r(261)](s),this[r(236)](i,r(283),(t,e,n,s)=>{const i=r;s&&o[i(250)](s),n&&o[i(296)](n)})}[us(281)](t){const n=us;if(this[n(287)][n(259)](t),!this[n(272)][n(276)](t))throw new e.CKEditorError(n(248),this,{uiName:t});const r=this[n(272)][n(278)](t);r[n(265)](),this[n(257)](r),this[n(242)][n(278)](t)[n(254)][n(293)](),this[n(242)][n(259)](t)}[us(280)](t){const n=us;if(!this[n(272)][n(276)](t))throw new e.CKEditorError(n(248),this,{uiName:t});const r=this[n(273)][n(263)][n(278)](io),o=Array[n(239)](r[n(247)])[0]||null;this[n(246)](),this[n(289)](t);const s=this[n(272)][n(278)](t);s[n(285)](o),s[n(267)]&&o&&s[n(267)]([o])}[us(246)](){const t=us;for(const e of this[t(287)])this[t(281)](e)}[us(291)](t,n){const r=us;if(this[r(272)][r(276)](t))throw new e.CKEditorError(r(244));if(r(295)!=typeof n[r(261)]||r(295)!=typeof n[r(265)]||r(295)!=typeof n[r(285)])throw new e.CKEditorError(r(237),null);this[r(272)][r(260)](t,n)}[us(269)](){const t=us,e=this[t(273)][t(263)][t(278)](io)[t(254)],n=new Map,r=Array[t(239)](this[t(287)]);for(const e of this[t(287)]){const r=this[t(242)][t(278)](e)[t(254)];for(const o of r)n[t(260)](o,e)}for(const o of e){const e=n[t(278)](o);this[t(234)](o);const s=r[t(240)](e=>this[t(242)][t(278)](e)[t(270)](o));e!==s&&(e&&this[t(242)][t(278)](e)[t(254)][t(251)](o),s&&this[t(242)][t(278)](s)[t(254)][t(290)](o))}}[us(293)](){const t=us;this[t(246)](),super[t(293)]()}[us(256)](){return!0}[us(234)](t){const n=us,r=[];for(const e of this[n(287)])(0,this[n(242)][n(278)](e)[n(270)])(t)&&r[n(274)](e);if(r[n(266)]>1)throw new e.CKEditorError(n(282),null,{matchedUIs:r,annotationType:t[n(292)]})}}var ls=n(569),ms={attributes:{"data-cke":!0}};ms.setAttributes=Ae(),ms.insert=_e().bind(null,"head"),ms.domAPI=Ie(),ms.insertStyleElement=Te();be()(ls.A,ms);ls.A&&ls.A.locals&&ls.A.locals;const ks=ps;function ps(t,e){const n=fs();return(ps=function(t,e){return n[t-=416]})(t,e)}!function(t){const e=ps,n=t();for(;;)try{if(572512===-parseInt(e(455))/1+-parseInt(e(436))/2+-parseInt(e(444))/3+parseInt(e(430))/4+parseInt(e(416))/5*(parseInt(e(443))/6)+-parseInt(e(458))/7*(-parseInt(e(433))/8)+parseInt(e(456))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fs);const gs=(0,e.toUnit)("px");function fs(){const t=["bindTemplate","ck-sidebar","3205976TyCMmJ","element","length","1785598hEYwmc","focusCycler","list","delegate","arrowdown","added","change:top","156UljEWu","2810826HDTzIQ","createCollection","change","focusNext","forEach","uiLanguageDirection","minHeight","focusFirst","_updateItemPositionInFocusables","remove","focusPrevious","562701bbATrw","18663579daoylr","focusTracker","14RsZbET","ck-reset","listenTo","setTemplate","Annotations list","Annotations sidebar","removed","class","3340ltrJTb","source","add","render","top","arrowup","focus","set","_setupKeyboardNavigation","number","div","focusables","getIndex","application","289444fOyuoA"];return(fs=function(){return t})()}class bs extends st.View{[ks(438)];[ks(427)];[ks(457)];[ks(437)];constructor(t){const n=ks;super(t);const r=this[n(431)];this[n(423)](n(450),0),this[n(423)](n(465),""),this[n(438)]=this[n(445)](),this[n(427)]=this[n(445)](),this[n(438)][n(439)](n(421),n(440)).to(this),this[n(457)]=new e.FocusTracker,this[n(437)]=new st.FocusCycler({focusables:this[n(427)],focusTracker:this[n(457)]}),this[n(461)]({tag:n(426),attributes:{class:["ck",n(432),n(459),r.to(n(465))],style:{minHeight:r.to(n(450),t=>n(425)==typeof t?gs(t+10):null)},dir:t[n(449)],role:n(429),"aria-label":it(t,n(463)),tabindex:0},children:[{tag:n(426),attributes:{role:n(438),"aria-label":it(t,n(462))},children:this[n(438)]}]})}[ks(419)](){const t=ks;super[t(419)](),this[t(424)]()}[ks(422)](){const t=ks;this[t(437)][t(451)]()}[ks(424)](){const t=ks;this[t(438)][t(439)](t(442)).to(this),this.on(t(442),e=>{const n=t;this[n(452)](e[n(417)])}),this[t(438)][t(448)](e=>{const n=t;this[n(457)][n(418)](e[n(434)]),this[n(452)](e)}),this[t(438)].on(t(446),(e,n)=>{const r=t;for(const t of n[r(464)])this[r(457)][r(453)](t[r(434)]),this[r(427)][r(453)](t);for(const t of n[r(441)])this[r(457)][r(418)](t[r(434)]),this[r(452)](t)}),this.on(t(421),()=>{const e=t;this[e(437)][e(454)]()}),this.on(t(440),()=>{const e=t;this[e(437)][e(447)]()}),this[t(460)](this[t(434)],t(422),()=>{this[t(422)]()})}[ks(452)](t){const e=ks,n=this[e(427)][e(428)](t);let r,o;for(const n of this[e(427)])if(t[e(420)]<n[e(420)]){r=n;break}if(o=r?this[e(427)][e(428)](r):this[e(427)][e(435)],-1!==n){if(n===o-1)return;this[e(427)][e(453)](t),o=r?this[e(427)][e(428)](r):this[e(427)][e(435)]}this[e(427)][e(418)](t,o)}}const vs=_s;function Is(){const t=["11849100MPFnEH","setTemplate","focus","10761903GShZUh","810AdDcqJ","delegate","createCollection","arrowdown","height","first","_mutationObserver","clear","content","50vgkSAc","_targetTop","div","bind","presentation","top","33uNacxg","33035kuZHpV","ck-sidebar-item--no-animation","8YcHZdc","73822pJaqOA","202136aExrJh","destroy","clientHeight","render","bindTemplate","isAnimationDisabled","updateHeight","detach","3192970cDIsvO","1578897ZhOlxL","ck-sidebar-item","916uFeRXK","set","attach","arrowup","element","bottom"];return(Is=function(){return t})()}!function(t){const e=_s,n=t();for(;;)try{if(809872===-parseInt(e(442))/1+-parseInt(e(433))/2*(-parseInt(e(428))/3)+parseInt(e(444))/4*(parseInt(e(429))/5)+-parseInt(e(413))/6*(-parseInt(e(432))/7)+parseInt(e(431))/8*(-parseInt(e(412))/9)+parseInt(e(422))/10*(-parseInt(e(441))/11)+parseInt(e(450))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);const ws=(0,e.toUnit)("px");function _s(t,e){const n=Is();return(_s=function(t,e){return n[t-=411]})(t,e)}class ys extends st.View{[vs(421)];[vs(423)];[vs(419)];constructor(t){const e=vs;super(t),this[e(445)](e(427),0),this[e(445)](e(417),0),this[e(425)](e(449)).to(this,e(427),this,e(417),(t,e)=>t+e),this[e(445)](e(438),!1),this[e(419)]=Ve(()=>this[e(439)]()),this[e(423)]=null,this[e(421)]=this[e(415)](),this[e(421)][e(414)](e(447),e(416)).to(this);const n=this[e(437)];this[e(451)]({tag:e(424),attributes:{class:[e(443),n.to(e(438),t=>t?e(430):"")],style:{top:n.to(e(427),t=>ws(t))},role:e(426)},children:this[e(421)]})}[vs(436)](){const t=vs;super[t(436)](),this[t(419)][t(446)](this[t(448)])}[vs(411)](){const t=vs;this[t(421)][t(418)]&&this[t(421)][t(418)][t(411)]()}[vs(439)](){const t=vs,e=this[t(448)][t(435)];e&&(this[t(417)]=e)}[vs(434)](){const t=vs;this[t(421)][t(420)](),this[t(419)][t(440)](),super[t(434)]()}}const As=Es;function Cs(){const t=["sidebar-attachtocontainer-missing-container","_attachToContainer","isOfficialPlugin","config","_annotations","define","_updateLastItem","container","1254755Eclbfj","39084XrKikO","context","_alignForTopChange","bottom","minHeight","appendChild","Sidebar","nodeType","listenTo","targetRect","74oXLuuU","content","bind","max","9Ksznhi","_activeAnnotation","change:bottom","isAnimationDisabled","1941357ehdawC","_recalculateBuffer","_alignBeforeItem","element","_getItemBefore","change:targetRect","locale","_recalculate","_createSidebarView","7948010EgQONq","init","getSidebarItemView","destroy","isPremiumPlugin","_sidebarItemViewToAnnotation","5840024HMBrGw","_getItemAfter","_detachFromContainer","target","sidebar.container","addAnnotation","_targetTop","1764081zTPLZj","last","top","_alignToTargetRect","_lastItem","get","remove","set","view","5720wgoiUu","push","10EhNnfo","_getMaxAvailableTop","33389bEcjFs","unbind","6sxQpMU","render","getIndex","8cFkFpx","list","class","clear","refresh","change:top","object","delete","pluginName","updateHeight","_alignAfterItem","setContainer","length","sidebar.preventScrollOutOfView","_setItemTop","change:_lastItem","_alignForBottomChange","_annotationToSidebarItemView","sidebar-setcontainer-invalid-element","isActive","rearrange","_getTargetTop","add","height","_destroySidebarItemView","stopListening","_spaceBetweenItems"];return(Cs=function(){return t})()}!function(t){const e=Es,n=t();for(;;)try{if(675176===parseInt(e(339))/1*(-parseInt(e(296))/2)+-parseInt(e(304))/3*(-parseInt(e(344))/4)+-parseInt(e(379))/5*(parseInt(e(341))/6)+-parseInt(e(313))/7+-parseInt(e(319))/8*(-parseInt(e(300))/9)+-parseInt(e(337))/10*(parseInt(e(326))/11)+-parseInt(e(380))/12*(-parseInt(e(335))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cs);class Ts extends t.ContextPlugin{[As(334)];[As(301)];[As(375)];[As(370)];[As(318)];[As(361)];[As(305)];static get[As(352)](){return As(386)}static get[As(373)](){return!0}static get[As(317)](){return!0}constructor(t){const e=As;super(t),this[e(333)](e(330),void 0),this[e(334)]=this[e(312)](),this[e(333)](e(378),null),this[e(370)]=25,this[e(318)]=new Map,this[e(361)]=new Map,this[e(381)][e(374)][e(376)](e(357),!1),this[e(375)]=null,this[e(301)]=null,this[e(305)]=[]}[As(314)](){const t=As,e=this[t(381)][t(374)][t(331)](t(323));e&&this[t(355)](e)}[As(355)](t){const n=As;if(!Ns(t))throw new e.CKEditorError(n(362));this[n(378)]=t}[As(372)]({viewClass:t="",spaceBetweenItems:n=25}={}){const r=As;if(!Ns(this[r(378)]))throw new e.CKEditorError(r(371),this);this[r(378)][r(385)](this[r(334)][r(307)]),this[r(334)][r(346)]=t,this[r(370)]=n}[As(364)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const r=As,o=this[r(315)](t);this[r(334)][r(345)][r(332)](o),this[r(368)](t),e&&this[r(329)](this[r(315)](e)),n&&this[r(329)](this[r(315)](n)),this[r(377)]()}[As(348)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const r=As;if(this[r(301)]=e,t){t[r(363)]=!1;const e=this[r(315)](t);e&&n&&(e[r(303)]=!1)}if(e){const t=this[r(315)](e);t&&(e[r(363)]=!0,n&&(t[r(303)]=!0,t[r(328)]+=1),this[r(329)](t))}}[As(321)](t){const e=As;if(this[e(334)][e(307)][e(332)](),t)for(const n of t)this[e(368)](n);this[e(334)][e(345)][e(347)](),this[e(334)][e(346)]="",this[e(330)]=null}[As(324)](t,e){const n=As;e||(e=t[n(334)]);const r=new ys(this[n(381)][n(310)]);this[n(318)][n(333)](r,t),this[n(361)][n(333)](t,r),r[n(297)][n(366)](e),this[n(294)](t[n(334)],n(309),(e,o,s)=>{const i=n,c=this[i(365)](t,s);r[i(325)]!=c&&(r[i(325)]=c,this[i(358)](r,c))}),this[n(294)](r,n(349),()=>{const t=n;this[t(311)](r,t(328))}),this[n(294)](r,n(302),()=>{const t=n;this[t(311)](r,t(383))}),this[n(329)](r);const o=this[n(308)](r);return o&&this[n(354)](o,r)||this[n(329)](r),this[n(377)](),this[n(334)][n(345)][n(366)](r),r}[As(382)](t){const e=As;if(!t[e(297)][e(356)])return;const n=this[e(308)](t);if(!n)return;const r=this[e(318)][e(331)](n),o=this[e(301)];o&&o===r?this[e(354)](n,t):this[e(306)](t,n)}[As(360)](t){const e=As;if(!t[e(297)][e(356)])return;const n=this[e(320)](t);if(!n)return;const r=this[e(318)][e(331)](n),o=this[e(381)][e(374)][e(331)](e(357)),s=this[e(301)];s&&s===r&&o?(this[e(306)](n,t),this[e(354)](t,n)):s&&s===r?this[e(306)](n,t):this[e(354)](t,n)}[As(311)](t,e){const n=As;0===this[n(305)][n(356)]&&setTimeout(()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(305)])t(328)===n?this[t(382)](e):this[t(360)](e);this[t(305)]=[]},10),this[n(305)][n(336)]({sidebarItemView:t,changedProp:e})}[As(315)](t){const e=As;return this[e(361)][e(331)](t)}[As(316)](){const t=As;this[t(369)](),this[t(334)][t(316)]()}[As(368)](t){const e=As,n=this[e(315)](t);this[e(369)](n),this[e(369)](t[e(334)]),n[e(316)](),this[e(361)][e(351)](t),this[e(318)][e(351)](n)}[As(312)](){const t=As,e=new bs(this[t(381)][t(310)]);return e[t(342)](),this.on(t(359),(n,r,o,s)=>{const i=t;s&&e[i(340)](i(384)),o?e[i(298)](i(384)).to(o,i(383)):e[i(384)]=null}),e}[As(377)](){const t=As;this[t(330)]=this[t(375)]?.[t(327)]?this[t(315)](this[t(375)][t(327)]):null}[As(308)](t){const e=As,n=this[e(318)][e(331)](t),r=n&&this[e(375)]?.[e(331)](this[e(375)][e(343)](n)-1);return r&&this[e(315)](r)||null}[As(320)](t){const e=As,n=this[e(318)][e(331)](t),r=n&&this[e(375)]?.[e(331)](this[e(375)][e(343)](n)+1);return r&&this[e(315)](r)||null}[As(306)](t,e){const n=As;t[n(353)]();const r=xs(e[n(383)]+this[n(370)],t[n(328)]);return!!r&&(this[n(358)](e,e[n(328)]-r),!0)}[As(354)](t,e){const n=As;t[n(353)]();const r=xs(t[n(383)]+this[n(370)],e[n(328)]);return!!r&&(this[n(358)](e,e[n(328)]+r,!1),!0)}[As(329)](t){const e=As,n=this[e(318)][e(331)](t);if(!n||!n[e(322)]||!n[e(295)])return;const r=this[e(365)](n,n[e(295)]);this[e(358)](t,r)}[As(365)](t,n){const r=As;if(null===n)return 0;if(t[r(322)]instanceof e.Rect)return n[r(328)];{const t=new e.Rect(this[r(334)][r(307)])[r(328)];return n[r(328)]-t}}[As(358)](t,e,n=this[As(381)][As(374)][As(331)](As(357))){const r=As;n&&(e=Math[r(299)](e,this[r(338)](t))),t[r(328)]=e}[As(338)](t){const e=As;let n=this[e(308)](t),r=0;for(;n;)n[e(353)](),r+=this[e(370)]+n[e(367)],n=this[e(308)](n);return r}}function Es(t,e){const n=Cs();return(Es=function(t,e){return n[t-=294]})(t,e)}function xs(t,e){return Math[As(299)](t-e,0)}function Ns(t){const e=As;return null!==t&&e(350)==typeof t&&1===t[e(387)]}const Os=Ss;function Ms(){const t=["setActiveAnnotation","switchTo","_refreshPositioningDebounced","EditorAnnotations","listenTo","stop","_activeAnnotation","add","widesidebar-attach-already-attached","465462ixAdUR","1362340INaELl","513966QDchrT","ck-sidebar--wide","removeEventListener","get","remove","_integrateWithEditorAnnotations","56BdVLul","addEventListener","Annotations","change:container","refreshPositioning","pluginName","isPremiumPlugin","_destroyEditorAnnotationsIntegration","container","_editorAnnotations","set:container","detach","getOrderedSelectedAnnotations","destroy","hasDomSelection","activeAnnotation","5MbwcCX","isOfficialPlugin","_attachToContainer","uiUpdate","cancel","focus","772398RaBbwW","widesidebar-detach-not-attached","_detachFromContainer","isAttached","ready","off","set","refreshVisibility","updateTargetRect","addAnnotation","WideSidebar","3626084eTzuSX","attach","high","editors","641108rfakmE","resize","annotations","requires","refresh","plugins","context","blur","has","_annotations","rearrange","wideSidebar","88839xeYXAz","stopListening","register","from","init"];return(Ms=function(){return t})()}function Ss(t,e){const n=Ms();return(Ss=function(t,e){return n[t-=471]})(t,e)}!function(t){const e=Ss,n=t();for(;;)try{if(273421===-parseInt(e(538))/1+parseInt(e(512))/2+parseInt(e(497))/3+-parseInt(e(539))/4+parseInt(e(491))/5*(-parseInt(e(540))/6)+parseInt(e(508))/7+-parseInt(e(475))/8*(-parseInt(e(524))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ms);class Ps extends t.ContextPlugin{[Os(500)];[Os(514)];[Os(484)];[Os(531)];static get[Os(515)](){return[Ts,ds]}static get[Os(480)](){return Os(507)}static get[Os(492)](){return!0}static get[Os(481)](){return!0}constructor(t){const n=Os;super(t),this[n(500)]=!1,this[n(503)](n(490),null),this[n(514)]=null,this[n(484)]=new e.Collection,this[n(531)]=Re(()=>{const e=n;t[e(517)][e(472)](e(477))[e(504)](),this[e(514)][e(479)]()},250,{leading:!1})}[Os(528)](){const t=Os,e=this[t(518)][t(517)][t(472)](ds),n=this[t(518)][t(517)][t(472)](Ts);e[t(526)](t(523),this),n[t(483)]&&e[t(530)](t(523))}[Os(529)](t){const e=Os;if(t===this[e(490)])return;const n=this[e(518)][e(517)][e(472)](Ts);n[e(535)]=t;const r=this[e(490)];n[e(516)]({blurredAnnotation:r,activatedAnnotation:t}),this[e(490)]=t}[Os(509)](n){const r=Os;this[r(514)]=n;const o=this[r(518)][r(517)][r(472)](Ts);if(o[r(521)]=n,this[r(500)])throw new e.CKEditorError(r(537),this);this[r(500)]=!0,this[r(533)](o,r(485),()=>{const t=r;this[t(486)](),this[t(533)](o,t(478),e=>{const r=t;e[r(502)](),this[r(509)](n)})}),o[r(493)]({viewClass:r(541)});const s=t=>{const e=r;t[e(505)](),o[e(506)](t)};for(const t of n)s(t);this[r(533)](n,r(536),(t,e)=>{s(e)}),this[r(533)](n,r(473),(t,e,s)=>{const i=r;o[i(522)]({removedAnnotation:e,previousAnnotation:n[i(472)](s-1),nextAnnotation:n[i(472)](s+1)}),e===this[i(490)]&&this[i(529)](null)},{priority:r(510)}),this[r(533)](n,r(496),(t,e)=>{this[r(529)](e)}),this[r(533)](n,r(519),()=>{this[r(529)](null)});const i=this[r(518)]instanceof t.Context?this[r(518)][r(511)]:new e.Collection([this[r(518)]]);for(const t of i)this[r(474)](t);this[r(533)](i,r(536),(t,e)=>{const n=r;this[n(533)](e,n(501),()=>{this[n(474)](e)})}),this[r(533)](i,r(473),(t,e)=>{const n=r;e[n(517)][n(520)](n(532))&&this[n(482)](e[n(517)][n(472)](n(532)))}),window[r(476)](r(513),this[r(531)]),this[r(518)][r(517)][r(472)](r(477))[r(504)](),this[r(514)][r(479)]()}[Os(486)](){const n=Os;if(!this[n(500)])throw new e.CKEditorError(n(498),this);this[n(529)](null);const r=this[n(518)][n(517)][n(472)](Ts);r[n(499)](this[n(514)]),this[n(525)](r),this[n(525)](this[n(514)]),this[n(518)]instanceof t.Context&&this[n(525)](this[n(518)][n(511)]);for(const t of Array[n(527)](this[n(484)]))this[n(482)](t);window[n(471)](n(513),this[n(531)]),this[n(531)][n(495)](),this[n(490)]=null,this[n(500)]=!1,this[n(514)]=null}[Os(488)](){const t=Os;this[t(500)]&&this[t(486)]()}[Os(474)](t){const e=Os;if(!t[e(517)][e(520)](e(532)))return;const n=t[e(517)][e(472)](e(532)),r=()=>{const t=e,r=n[t(487)]({annotations:this[t(514)],activeAnnotation:this[t(490)]});this[t(529)](r[0]||null)};this[e(533)](n,e(516),r),this[e(533)](n,e(519),(t,{isAnnotationTracked:n})=>{const r=e;this[r(490)]&&n(this[r(490)])&&this[r(529)](null)}),this[e(533)](n,e(494),()=>{this[e(531)]()}),this[e(533)](this[e(514)],e(519),t=>{const o=e;n[o(489)]()&&(r(),t[o(534)]())},{priority:e(510)}),this[e(484)][e(536)](n)}[Os(482)](t){const e=Os;this[e(525)](t),this[e(484)][e(473)](t)}}function Rs(t,e){const n=Ls();return(Rs=function(t,e){return n[t-=161]})(t,e)}function Ls(){const t=["146FcLxSW","10965084AcWxpu","ck-annotation-counter","9dfyYND","ck-annotation-counter__badge--edit-mode","add","set","toString","7syvKwp","3422608NLkDqO","annotationType","...","counterView","bind","span","setTemplate","_badge","341pQzZkn","isDirty","2288932gqdHql","ck-annotation-counter__badge--","3375100giuBQz","icon","8486xVGrNG","bindTemplate","ck-annotation-counter__badge","children","5097006teiCcZ","extendTemplate","711130DAbprm","number"];return(Ls=function(){return t})()}const Vs=Rs;!function(t){const e=Rs,n=t();for(;;)try{if(937698===parseInt(e(191))/1*(-parseInt(e(168))/2)+parseInt(e(171))/3*(parseInt(e(187))/4)+-parseInt(e(189))/5+-parseInt(e(169))/6+-parseInt(e(176))/7*(parseInt(e(177))/8)+parseInt(e(164))/9+-parseInt(e(166))/10*(-parseInt(e(185))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ls);class Ds extends st.ButtonView{[Vs(180)];constructor(t){const e=Vs;super(t);const n=this[e(161)];this[e(174)](e(186),!1),this[e(174)](e(167),0),this[e(181)](e(184)).to(this,e(186),this,e(167),(t,n)=>t?e(179):n[e(175)]()),this[e(174)](e(178),""),this[e(190)]=ot.IconAddComment,this[e(165)]({attributes:{class:[e(170)]}}),this[e(180)]=new st.View,this[e(180)][e(183)]({tag:e(182),attributes:{class:[e(162),n.to(e(178),t=>e(188)+t),n.if(e(186),e(172))]},children:[{text:n.to(e(184))}]}),this[e(163)][e(173)](this[e(180)])}}var Bs=n(649),js={attributes:{"data-cke":!0}};js.setAttributes=Ae(),js.insert=_e().bind(null,"head"),js.domAPI=Ie(),js.insertStyleElement=Te();be()(Bs.A,js);Bs.A&&Bs.A.locals&&Bs.A.locals;function Us(){const t=["setActiveAnnotation","42jCTyaj","resize","northArrowSouthEast","refreshPositioning","locale","annotations","element","_updateBalloonPosition","annotationType","3073jMmsLz","_detachFromContainer","clear","narrowSidebar","_showBalloon","34166wViuvz","detachFromDom","southArrowNorth","preventClosingBalloon","northArrowSouthWest","381CFxhog","_domEmitter","low","narrowsidebar-detach-not-attached","attachToDom","pluginName","focusableElements","content","pin","addEventListener","add","_refreshPositioningDebounced","refreshVisibility","11301459giynAn","southArrowNorthWest","set","first","unpin","from","_attachToContainer","1962006RxHTVp","cancel","434494AZaleI","number","change:container","remove","high","contains","_attachListeners","EditorAnnotations","northArrowSouth","_manuallyClosedAnnotationViews","type","preventDefault","336HRgOzF","rearrange","_destroyEditorAnnotationsIntegration","ready","activeAnnotation","esc","_annotationToNarrowView","getSidebarItemView","isAttached","stopListening","has","delete","_detachListeners","change:height","target","off","attach","listenTo","register","_editorAnnotations","includes","focus","_selectedAnnotations","set:container","values","25LpGAKD","context","editors","refresh","getByView","31792XFPsZU","22424gyMIfa","_refreshPositioning","isDirty","_annotations","10015263IZOODd","isPremiumPlugin","_setSelectedAnnotations","init","removeEventListener","_hideBalloon","Annotations","isOfficialPlugin","10lzePRB","keydown","5HoTxvT","detach","getOrderedSelectedAnnotations","uiUpdate","hasDomSelection","bodyCollection","mousedown","destroy","stop","requires","execute","defaultPositions","Esc","narrowsidebar-attach-already-attached","length","balloonPanelView","stopPropagation","keyCode","addAnnotation","southArrowNorthEast","bind","isVisible","ck-sidebar--narrow","_integrateWithEditorAnnotations","get","blur","plugins","view","NarrowSidebar","find"];return(Us=function(){return t})()}function zs(t,e){const n=Us();return(zs=function(t,e){return n[t-=159]})(t,e)}const Fs=zs;!function(t){const e=zs,n=t();for(;;)try{if(845185===-parseInt(e(168))/1*(-parseInt(e(240))/2)+parseInt(e(218))/3*(-parseInt(e(282))/4)+parseInt(e(277))/5*(-parseInt(e(238))/6)+-parseInt(e(208))/7*(parseInt(e(283))/8)+-parseInt(e(287))/9*(-parseInt(e(166))/10)+parseInt(e(213))/11*(-parseInt(e(252))/12)+-parseInt(e(231))/13*(-parseInt(e(199))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Us);class Hs extends t.ContextPlugin{[Fs(260)];[Fs(204)];[Fs(249)];[Fs(219)];[Fs(258)];[Fs(274)];[Fs(271)];[Fs(229)];static get[Fs(177)](){return[Ts,ds]}static get[Fs(223)](){return Fs(196)}static get[Fs(165)](){return!0}static get[Fs(159)](){return!0}constructor(t){const n=Fs;super(t),this[n(260)]=!1,this[n(249)]=new Set,this[n(219)]=new((0,e.DomEmitterMixin)()),this[n(258)]=new Map,this[n(233)](n(256),null),this[n(204)]=null,this[n(274)]=[],this[n(271)]=new e.Collection,this[n(229)]=Re(()=>{this[n(284)]()},250,{leading:!1})}[Fs(161)](){const t=Fs;this[t(278)][t(194)][t(192)](ds)[t(270)](t(211),this),this[t(173)]=new st.BodyCollection(this[t(278)][t(203)]),this[t(183)]=new st.BalloonPanelView(this[t(278)][t(203)]),this[t(173)][t(222)](),this[t(173)][t(228)](this[t(183)])}[Fs(268)](n){const r=Fs;this[r(204)]=n;const o=this[r(278)][r(194)][r(192)](Ts),s=this[r(183)];if(o[r(286)]=n,this[r(260)])throw new e.CKEditorError(r(181),this);this[r(260)]=!0,this[r(269)](o,r(275),()=>{const t=r;this[t(169)](),this[t(269)](o,t(242),e=>{const r=t;e[r(267)](),this[r(268)](n)})}),o[r(237)]({viewClass:r(190),spaceBetweenItems:5});const i=t=>{const e=r,n=new Ds(this[e(278)][e(203)]);o[e(186)](t,n),this[e(258)][e(233)](t,n),n[e(188)](e(285),e(207),e(241)).to(t[e(195)],e(285),e(250),e(182)),n.on(e(178),()=>{const n=e;this[n(249)][n(210)](),s[n(225)][n(234)]!==t[n(195)]?(this[n(212)](t),t[n(195)][n(205)][n(273)](),this[n(198)](t)):this[n(198)](null)})};for(const t of n)i(t);this[r(269)](n,r(228),(t,e)=>{i(e)}),this[r(269)](n,r(243),(t,e,s)=>{const i=r;this[i(258)][i(192)](e)[i(175)](),this[i(258)][i(263)](e),o[i(253)]({removedAnnotation:e,previousAnnotation:n[i(192)](s-1),nextAnnotation:n[i(192)](s+1)}),e===this[i(256)]&&this[i(198)](null)},{priority:r(220)}),this[r(269)](n,r(273),(t,e)=>{this[r(198)](e)}),this[r(269)](n,r(193),()=>{this[r(198)](null)}),this[r(219)][r(269)](document,r(167),(t,n)=>{const o=r;n[o(185)]===e.keyCodes[o(257)]&&s[o(189)]&&(this[o(249)][o(228)](s[o(225)][o(234)]),this[o(163)](),n[o(184)](),n[o(251)]())}),this[r(219)][r(269)](document,r(174),(t,e)=>{const n=r,i=e[n(266)];s[n(189)]&&s[n(205)][n(245)](i)||o[n(195)][n(205)][n(245)](i)||t[n(216)]||this[n(256)]&&this[n(256)][n(224)][n(197)](t=>t[n(245)](i))||(this[n(249)][n(210)](),this[n(163)](),this[n(198)](null))});const c=this[r(278)]instanceof t.Context?this[r(278)][r(279)]:new e.Collection([this[r(278)]]);for(const t of c)this[r(191)](t);this[r(269)](c,r(228),(t,e)=>{const n=r;this[n(269)](e,n(255),()=>{this[n(191)](e)})}),this[r(269)](c,r(243),(t,e)=>{const n=r;e[n(194)][n(262)](n(247))&&this[n(254)](e[n(194)][n(192)](n(247)))}),window[r(227)](r(200),this[r(229)]),this[r(284)]()}[Fs(198)](t){const e=Fs;if(t===this[e(256)])return;const n=this[e(278)][e(194)][e(192)](Ts);n[e(280)]({blurredAnnotation:this[e(256)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(259)](t)?this[e(212)](t):this[e(163)](),this[e(256)]=t}[Fs(169)](){const n=Fs;if(!this[n(260)])throw new e.CKEditorError(n(221),this);this[n(198)](null);const r=this[n(278)][n(194)][n(192)](Ts);this[n(163)](),Array[n(236)](this[n(258)][n(276)](),t=>t[n(175)]()),this[n(258)][n(210)](),r[n(209)](this[n(204)]),this[n(261)](),this[n(219)][n(261)](),this[n(278)]instanceof t.Context&&this[n(261)](this[n(278)][n(279)]);for(const t of Array[n(236)](this[n(271)]))this[n(254)](t);window[n(162)](n(200),this[n(229)]),this[n(229)][n(239)](),this[n(274)]=[],this[n(260)]=!1,this[n(204)]=null}[Fs(175)](){const t=Fs;this[t(260)]&&this[t(169)](),this[t(173)][t(214)]()}[Fs(191)](t){const e=Fs;if(!t[e(194)][e(262)](e(247)))return;const n=t[e(194)][e(192)](e(247)),r=this[e(278)][e(194)][e(192)](Ts),o=this[e(204)],s=this[e(183)],i=()=>{const t=e,r=n[t(170)]({annotations:this[t(204)],activeAnnotation:this[t(256)]});this[t(160)](r),this[t(198)](r[0]||null)};this[e(269)](n,e(280),i),this[e(269)](n,e(193),(t,{isAnnotationTracked:n})=>{const r=e;this[r(256)]&&n(this[r(256)])&&(this[r(160)]([]),this[r(198)](null))}),this[e(269)](n,e(171),()=>{this[e(229)]()}),this[e(269)](o,e(193),t=>{const r=e;n[r(172)]()&&t[r(176)]()},{priority:e(244)}),this[e(269)](this[e(219)],e(174),(t,o)=>{const c=e,a=o[c(266)];s[c(189)]&&s[c(205)][c(245)](a)||r[c(195)][c(205)][c(245)](a)||this[c(256)]&&n[c(172)]()&&(i(),t[c(216)]=!0)},{priority:e(244)}),this[e(271)][e(228)](n)}[Fs(254)](t){const e=Fs;t&&(this[e(261)](t),this[e(271)][e(243)](t))}[Fs(160)](t){const e=Fs;for(const n of this[e(274)])t[e(272)](n)||this[e(249)][e(263)](n[e(195)]);this[e(274)]=t}[Fs(284)](){const t=Fs,e=this[t(183)];this[t(278)][t(194)][t(192)](t(164))[t(230)](),this[t(204)][t(202)](),e[t(189)]&&this[t(206)]()}[Fs(212)](t){const e=Fs;if(this[e(249)][e(262)](t[e(195)]))return;const n=this[e(183)][e(225)][e(234)];n!==t[e(195)]?(n&&this[e(264)](n),this[e(246)](t[e(195)]),this[e(183)][e(225)][e(210)](),this[e(183)][e(225)][e(228)](t[e(195)]),this[e(206)]()):this[e(206)]()}[Fs(206)](){const t=Fs,e=this[t(183)][t(225)][t(234)],n=e&&this[t(204)][t(281)](e);if(!n||!this[t(258)][t(262)](n))return;const r=this[t(258)][t(192)](n)[t(205)],o=function(){const e=t,n=st.BalloonPanelView[e(179)];return[n[e(187)],n[e(201)],n[e(215)],n[e(248)],n[e(232)],n[e(217)]]}();this[t(183)][t(226)]({target:r,positions:o})}[Fs(163)](){const t=Fs,e=this[t(183)],n=e[t(225)][t(234)];n&&(this[t(264)](n),e[t(235)](),e[t(225)][t(210)]())}[Fs(246)](t){const e=Fs;this[e(269)](t,e(265),()=>this[e(206)]()),this[e(269)](t,e(180),(n,r)=>{const o=e;this[o(249)][o(228)](t),this[o(163)](),r()})}[Fs(264)](t){this[Fs(261)](t)}}var Ks=n(806),Ws={attributes:{"data-cke":!0}};Ws.setAttributes=Ae(),Ws.insert=_e().bind(null,"head"),Ws.domAPI=Ie(),Ws.insertStyleElement=Te();be()(Ks.A,Ws);Ks.A&&Ks.A.locals&&Ks.A.locals;function qs(t,e){const n=Xs();return(qs=function(t,e){return n[t-=275]})(t,e)}const Ys=qs;function Xs(){const t=["editor","_manuallyClosed","visibleView","register","get","setActiveAnnotation","8RwAFDB","has","_balloon","collapse","from","plugins","destroy","selection","_removeAnnotationFromBalloon","inline","475988frJmlr","4379263JtiqBX","mousedown","afterInit","6wRQNGh","_getBalloonTargetForAnnotation","isAttached","getClientRects","hasView","InlineAnnotations","editing","pluginName","every","change:visibleView","fromRect","target","inlineannotations-detach-not-attached","activeAnnotation","length","getByView","_addAnnotationToBalloon","1710ANMAdI","focus","detach","add","_forceRefresh","bottom","map","listenTo","isOfficialPlugin","isPremiumPlugin","delete","change:height","right","108ZsmCNP","_addedAnnotations","editableElement","update","refresh","width","getBoundingClientRect","targetRect","keystrokes","focusTracker","top","addObserver","view","left","includes","Esc","showStack","viewRangeToDom","clear","remove","295560IHBdJT","_setSelectedAnnotations","annotations","_selectedAnnotations","inlineannotations-attach-already-attached","stopListening","inlineannotations-not-allowed-with-context","768053BSTAhD","86bVWQcD","set","hasActive","isActive","updatePosition","blur","isFocused","push","domConverter","switchTo","document","18181bTdGhc","12900HaWbgq","init","change:isFocused","requires","getOrderedSelectedAnnotations","find","_closeAnnotation","getFirstRange","context","attach","788230JTLygw"];return(Xs=function(){return t})()}!function(t){const e=qs,n=t();for(;;)try{if(393342===-parseInt(e(371))/1*(-parseInt(e(360))/2)+-parseInt(e(302))/3*(-parseInt(e(298))/4)+-parseInt(e(372))/5*(parseInt(e(319))/6)+-parseInt(e(299))/7*(-parseInt(e(288))/8)+parseInt(e(352))/9+parseInt(e(281))/10+-parseInt(e(359))/11*(parseInt(e(332))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xs);class Js extends t.Plugin{[Ys(304)];[Ys(354)];[Ys(283)];[Ys(290)];[Ys(333)];[Ys(355)];[Ys(323)];static get[Ys(375)](){return[Ao,st.ContextualBalloon,ds]}static get[Ys(309)](){return Ys(307)}static get[Ys(327)](){return!0}static get[Ys(328)](){return!0}constructor(t){const e=Ys;super(t),t[e(308)][e(344)][e(343)](pt.MouseObserver),this[e(304)]=!1,this[e(361)](e(315),null),this[e(354)]=null,this[e(283)]=new Set,this[e(290)]=t[e(293)][e(286)](st.ContextualBalloon),this[e(333)]=new Set,this[e(355)]=[],this[e(323)]=!1}[Ys(373)](){const t=Ys,e=this[t(282)][t(293)][t(286)](ds);e[t(279)]===this[t(282)]&&(e[t(285)](t(297),this),this[t(282)][t(340)][t(361)](t(347),(e,n)=>{const r=t,o=this[r(290)];if(this[r(304)]&&o[r(284)]){const t=this[r(354)][r(317)](o[r(284)]);t&&this[r(277)](t),n()}}))}[Ys(301)](){const t=Ys,e=this[t(282)][t(293)][t(286)](ds);e[t(279)]===this[t(282)]&&(e[t(362)]()||e[t(369)](t(297)))}[Ys(287)](t){const e=Ys;t!==this[e(315)]&&(this[e(315)]&&(this[e(315)][e(363)]=!1),t&&this[e(282)].ui[e(341)][e(366)]&&(this[e(354)][e(289)](t)&&this[e(318)](t,!0),t[e(363)]=!0),t||this[e(353)]([]),this[e(315)]=t)}[Ys(280)](t){const n=Ys;this[n(354)]=t;const r=this[n(282)][n(293)][n(286)](ds),o=this[n(290)];if(this[n(304)])throw new e.CKEditorError(n(356),this);if(r[n(279)]!==this[n(282)])throw new e.CKEditorError(n(358),this);const s=this[n(282)][n(293)][n(286)](Ao);this[n(326)](s,n(336),()=>{const t=n,e=s[t(275)]({annotations:this[t(354)],activeAnnotation:this[t(315)]});var r,o;!this[t(323)]&&(r=e,o=this[t(355)],r[t(316)]===o[t(316)]&&r[t(310)](e=>o[t(346)](e)))||(this[t(323)]=!1,this[t(353)](e),this[t(287)](e[0]||null))}),this[n(326)](s,n(365),(t,{isAnnotationTracked:e})=>{const r=n;this[r(315)]&&e(this[r(315)])&&(this[r(353)]([]),this[r(287)](null))}),this[n(326)](this[n(282)].ui[n(341)],n(374),(t,e,r)=>{r||this[n(287)](null)}),this[n(326)](t,n(351),(t,e)=>{const r=n;this[r(296)](e),e===this[r(315)]&&this[r(287)](null)}),this[n(326)](o,n(311),(e,r,s,i)=>{const c=n;i&&this[c(357)](i);const a=t[c(317)](s);s&&a&&(this[c(326)](s,c(330),()=>{o[c(364)]()}),this[c(326)](s,c(347),()=>{const t=c;this[t(277)](a),this[t(282)][t(308)][t(344)][t(320)]()}),this[c(315)]!==a&&this[c(287)](a))}),this[n(326)](this[n(282)].ui,n(335),()=>{const e=n;o[e(284)]&&t[e(317)](o[e(284)])&&o[e(364)]()}),this[n(326)](this[n(282)][n(308)][n(344)][n(370)],n(300),()=>{const t=n;this[t(323)]=!0,this[t(283)][t(350)]()}),this[n(282)][n(308)][n(344)][n(370)][n(295)][n(334)]&&this[n(282)][n(308)][n(344)][n(320)](),this[n(304)]=!0}[Ys(321)](){const t=Ys;if(!this[t(304)])throw new e.CKEditorError(t(314),this);this[t(287)](null);for(const e of this[t(333)])this[t(296)](e);this[t(357)](),this[t(304)]=!1,this[t(354)]=null}[Ys(294)](){const t=Ys;this[t(304)]&&this[t(321)]()}[Ys(353)](t){const e=Ys;for(const n of this[e(355)])t[e(346)](n)||this[e(283)][e(329)](n);for(const n of this[e(354)])t[e(346)](n)||this[e(296)](n);if(this[e(282)].ui[e(341)][e(366)])for(const n of t)this[e(318)](n);this[e(355)]=t}[Ys(318)](t,e=!1){const n=Ys;this[n(283)][n(289)](t)||(this[n(333)][n(289)](t)||this[n(290)][n(306)](t[n(344)])||(this[n(333)][n(322)](t),this[n(290)][n(322)]({stackId:t[n(344)].id,view:t[n(344)],position:{target:()=>this[n(303)](t)}})),e&&this[n(290)][n(348)](t[n(344)].id))}[Ys(303)](t){const n=Ys,r=t[n(313)],o=this[n(282)][n(308)][n(344)],s=o[n(370)][n(295)][n(278)](),i=o[n(368)][n(349)](s);if(i[n(291)](!0),r){if(r instanceof e.Rect)return r;let t=[];for(const e of r)t[n(367)](...Gs(e[n(305)]()));t=function(t){const e=n,r=[];let o=t[0];for(let n=1;n<t[e(316)];n++)Zs(o,t[n])?o[e(337)]+=t[n][e(337)]:(r[e(367)](o),o=t[n]);return r[e(367)](o),r}(t);const o=i[n(338)]();return t[n(276)](t=>t[n(342)]<=o[n(342)]&&t[n(324)]>=o[n(324)]&&t[n(345)]<=o[n(345)]&&t[n(331)]>=o[n(331)])||t[0]}return t[n(339)]||i}[Ys(296)](t){const e=Ys;this[e(333)][e(289)](t)&&this[e(290)][e(306)](t[e(344)])&&(this[e(333)][e(329)](t),this[e(290)][e(351)](t[e(344)]))}[Ys(277)](t){const e=Ys;this[e(283)][e(322)](t),this[e(296)](t)}}function Gs(t){const e=Ys;return Array[e(292)](t)[e(325)](DOMRect[e(312)])}function Zs(t,e){const n=Ys;return t[n(342)]===e[n(342)]&&t[n(324)]===e[n(324)]&&t[n(331)]===e[n(345)]}var Qs=n(293),$s={attributes:{"data-cke":!0}};$s.setAttributes=Ae(),$s.insert=_e().bind(null,"head"),$s.domAPI=Ie(),$s.insertStyleElement=Te();be()(Qs.A,$s);Qs.A&&Qs.A.locals&&Qs.A.locals;function ti(t,e){const n=ni();return(ti=function(t,e){return n[t-=101]})(t,e)}const ei=ti;function ni(){const t=["isActive","arrowdown","5135865WcYDbw","first","5drjsDG","14kzdoQx","6203961SohRmM","bindTemplate","delegate","listenTo","remove","auto","_setupKeyboardNavigation","change","focusCycler","focusPrevious","ck-comments-archive","ck-comments-archive__content","presentation","render","30occDdk","COMMENTS_ARCHIVE_LIST_LABEL","setTemplate","isEmpty","length","element","3473752XstMbm","focusTracker","div","add","list","4140012QtoIJN","focusNext","ck-comments-archive__info","_annotationViews","focusFirst","567864FQnVKP","destroy","EMPTY_COMMENTS_ARCHIVE","109815uzFcXN","arrowup","402947vnkIFk","ck-hidden","focus","set"];return(ni=function(){return t})()}!function(t){const e=ti,n=t();for(;;)try{if(506017===parseInt(e(106))/1+-parseInt(e(115))/2*(-parseInt(e(104))/3)+-parseInt(e(136))/4*(parseInt(e(114))/5)+-parseInt(e(141))/6+-parseInt(e(112))/7+parseInt(e(101))/8+parseInt(e(116))/9*(parseInt(e(130))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ni);class ri extends st.View{[ei(137)];[ei(124)];[ei(144)];constructor(t,n){const r=ei;super(t),this[r(109)](r(133),!n[r(134)]),this[r(137)]=new e.FocusTracker,this[r(144)]=n,this[r(144)][r(118)](r(105),r(111)).to(this),this.on(r(105),()=>{const t=r;this[t(124)][t(125)]()}),this.on(r(111),()=>{const t=r;this[t(124)][t(142)]()}),this[r(124)]=new st.FocusCycler({focusables:n,focusTracker:this[r(137)]}),this[r(119)](n,r(139),()=>{this[r(133)]=!1}),this[r(119)](n,r(120),(t,e)=>{const o=r;e[o(110)]&&this[o(108)](),n[o(134)]||(this[o(133)]=!0)});const o=this[r(117)];this[r(132)]({tag:r(138),attributes:{dir:r(121),class:["ck",r(126)],tabindex:-1,role:r(140),"aria-label":it(t,r(131))},children:[{tag:r(138),attributes:{class:[r(127)],role:r(128)},children:[{tag:r(138),attributes:{role:r(128)},children:n},{tag:"p",attributes:{class:[r(143),o.if(r(133),r(107),t=>!t)]},children:[{text:it(t,r(103))}]}]}]})}[ei(129)](){const t=ei;super[t(129)](),this[t(122)]()}[ei(102)](){const t=ei;super[t(102)](),this[t(137)][t(102)]()}[ei(108)](){const t=ei;this[t(124)][t(113)]?this[t(124)][t(145)]():this[t(135)][t(108)]()}[ei(122)](){const t=ei;for(const e of this[t(144)])this[t(137)][t(139)](e[t(135)]);this[t(144)].on(t(123),(e,{added:n,removed:r})=>{const o=t;for(const t of n)this[o(137)][o(139)](t[o(135)]);for(const t of r)this[o(137)][o(120)](t[o(135)])})}}const oi=ii;function si(){const t=["requires","activate","isVisible","5675144LrrHfL","get","has","archivedAt","_calculatePosition","collection","pluginName","202993MwLzgk","remove","isOfficialPlugin","change:archivedAt","1624230pMYfft","length","addCommentThread","listenTo","26673fNCzpp","plugins","removeCommentThread","161394TGneRH","isPremiumPlugin","CommentsArchive","stopListening","getCommentThread","116IZoZDp","105ysRDVN","context","archivedThreads","findIndex","isActive","add","18987732flsOxd","316400oSXrRS","highest","focus","init"];return(si=function(){return t})()}function ii(t,e){const n=si();return(ii=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=ii,n=t();for(;;)try{if(438993===parseInt(e(426))/1+-parseInt(e(430))/2+-parseInt(e(434))/3*(-parseInt(e(442))/4)+-parseInt(e(443))/5*(parseInt(e(437))/6)+-parseInt(e(450))/7+-parseInt(e(457))/8+parseInt(e(449))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(si);class ci extends t.ContextPlugin{static get[oi(425)](){return oi(439)}static get[oi(428)](){return!0}static get[oi(438)](){return!0}static get[oi(454)](){return[ho,io]}constructor(t){const n=oi;super(t),this[n(445)]=new e.Collection}[oi(453)](){const t=oi,e=this[t(444)],n=e[t(435)][t(458)](ho),r=e[t(435)][t(458)](io);this[t(433)](n,t(432),(e,{threadId:r})=>{const o=t,s=n[o(441)](r);s[o(460)]&&this[o(445)][o(448)](s,this[o(461)](s[o(460)])),this[o(433)](s,o(429),(t,e,n)=>{const r=o;n?this[r(445)][r(459)](s)||this[r(445)][r(448)](s,this[r(461)](s[r(460)])):this[r(445)][r(459)](s)&&this[r(445)][r(427)](s)})}),this[t(433)](n,t(436),(e,{threadId:r})=>{const o=t,s=n[o(441)](r);this[o(440)](s),this[o(445)][o(459)](s)&&this[o(445)][o(427)](s)},{priority:t(451)}),this[t(433)](r[t(462)],t(452),(e,n)=>{const o=t;n[o(456)]||(n[o(447)]=!0,r[o(455)](n))})}[oi(461)](t){const e=oi,n=[...this[e(445)]][e(446)](n=>n[e(460)]<t);return n>-1?n:this[e(445)][e(431)]}}const ai=hi;function ui(){const t=["requires","indexOf","set:isVisible","init","commentsArchive","tooltip","_threadToController","564140dcbXSE","add","_hideDialogOnAnnotationEscape","isVisible","_pendingThreads","hide","return","isEnabled","archivedAt","show","_addAnnotationToArchive","18yyCOAO","bind","521706CYhiWM","collection","946dADhoF","splice","isOfficialPlugin","5185300NctGxm","stopListening","5shBVHR","98pENjAO","get","length","CommentsRepository","EDITOR_TOP_SIDE","remove","Dialog","channelId","forEach","source","50352AiDrOo","Annotations","has","escape","_visibleAnnotations","menuBar:commentsArchive","collaboration.channelId","getByInnerView","_toggleDialog","focusableElements","_createCommentsArchiveButton","_handleNewThread","componentFactory","isOpen","1039800mloJiT","7744392WQYqUE","set","execute","locale","editor","isOn","isPremiumPlugin","plugins","findIndex","stop","annotationViews","COMMENTS_ARCHIVE","find","filter","_calculatePosition","commentsArchiveView","view","innerView","CommentsArchiveUI","pluginName","listenTo","1791291yQeWjY","push","includes","3Wtceyg","menuitemcheckbox","config","archivedThreads"];return(ui=function(){return t})()}function hi(t,e){const n=ui();return(hi=function(t,e){return n[t-=311]})(t,e)}!function(t){const e=hi,n=t();for(;;)try{if(915810===-parseInt(e(373))/1*(-parseInt(e(384))/2)+parseInt(e(370))/3+parseInt(e(348))/4*(parseInt(e(323))/5)+parseInt(e(316))/6*(-parseInt(e(324))/7)+-parseInt(e(349))/8+parseInt(e(314))/9*(parseInt(e(321))/10)+parseInt(e(318))/11*(parseInt(e(334))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ui);class di extends t.Plugin{[ai(364)];[ai(359)];[ai(388)];static get[ai(368)](){return ai(367)}static get[ai(320)](){return!0}static get[ai(355)](){return!0}static get[ai(377)](){return[ci,st.Dialog]}constructor(t){const e=ai;super(t),this[e(359)]=new st.ViewCollection,this[e(388)]=[]}[ai(380)](){const t=ai,e=this[t(353)],n=this[t(386)][t(315)](this);e.ui[t(346)][t(385)](t(381),()=>this[t(344)](st.ButtonView,!0)),e.ui[t(346)][t(385)](t(339),()=>{const e=t,n=this[e(344)](st.MenuBarMenuListItemButtonView);return n[e(350)]({role:e(374)}),n});const r=e[t(356)][t(325)](ci),o=e[t(356)][t(325)](t(335)),s=e[t(356)][t(325)](t(327));r[t(376)][t(332)](e=>{this[t(345)](e)}),this[t(369)](r[t(376)],t(385),(e,n)=>{this[t(345)](n)}),this[t(369)](o[t(317)],t(385),(e,n)=>{const r=t,o=this[r(388)][r(361)](t=>{const e=r,o=s[e(383)][e(325)](t);return o&&n[e(366)]===o[e(365)]});if(o){const t=this[r(363)](o[r(311)]);this[r(313)](n,t),this[r(388)][r(319)](this[r(388)][r(378)](o),1)}}),this[t(369)](r[t(376)],t(329),(n,r)=>{const i=t,c=e[i(375)][i(325)](i(340));if(!c||r[i(331)]===c)if(this[i(388)][i(372)](r))this[i(388)][i(319)](this[i(388)][i(378)](r),1);else{const t=s[i(383)][i(325)](r),e=o[i(341)](t[i(365)]);this[i(359)][i(329)](e[i(365)]),this[i(322)](e),this[i(322)](e[i(343)])}}),this[t(369)](o[t(317)],t(385),(e,r)=>{const o=t;this[o(369)](r,o(337),n)}),this[t(369)](o[t(317)],t(329),(e,r)=>{const o=t;this[o(322)](r,o(337),n)})}[ai(313)](t,e){const n=ai;this[n(369)](t,n(379),t=>{const e=n;t[e(390)]=!1,t[e(358)]()}),this[n(359)][n(385)](t[n(365)],e)}[ai(345)](t){const e=ai,n=this[e(353)][e(356)][e(325)](e(327)),r=this[e(353)][e(356)][e(325)](e(335)),o=this[e(353)][e(375)][e(325)](e(340));if(!o||t[e(331)]===o){const o=n[e(383)][e(325)](t);if(!o)return void this[e(388)][e(371)](t);const s=this[e(363)](t[e(311)]),i=r[e(341)](o[e(365)]);i[e(387)]&&r[e(338)][e(329)](i),this[e(313)](i,s)}}[ai(363)](t){const e=ai,n=this[e(353)][e(375)][e(325)](e(340)),r=[...this[e(353)][e(356)][e(325)](ci)[e(376)]][e(362)](t=>t[e(331)]===n)[e(357)](n=>n[e(311)]<t);return r<0||r>this[e(359)][e(326)]?this[e(359)][e(326)]:r-1}[ai(342)](){const t=ai,e=this[t(353)],n=e[t(356)][t(325)](t(330));this[t(364)]||(this[t(364)]=new ri(e[t(352)],this[t(359)])),t(381)===n.id?n[t(389)]():n[t(312)]({id:t(381),title:it(e[t(352)],t(360)),icon:ot.IconCommentsArchive,hasCloseButton:!0,content:this[t(364)],position:st.DialogViewPosition[t(328)]})}[ai(344)](t,e=!1){const n=ai,r=this[n(353)][n(352)],o=this[n(353)][n(356)][n(325)](n(330)),s=new t(r);return s[n(315)](n(391)).to(this,n(391)),s[n(315)](n(354)).to(o,"id",t=>n(381)===t),s[n(350)]({label:it(r,n(360)),icon:ot.IconCommentsArchive,isToggleable:!0}),e&&(s[n(382)]=!0),this[n(369)](s,n(351),()=>this[n(342)]()),s}[ai(386)]=t=>{const e=ai,n=t[e(333)];if(!this[e(359)][e(336)](n[e(365)]))return;const r=this[e(353)][e(356)][e(325)](e(330));r[e(347)]&&e(381)===r.id&&(r[e(389)](),t[e(358)]())}}var li=ki;function mi(){var t=["6JgOWFB","Comments","2kyxklK","48036JVsfwa","113265vQbGnn","2118650TRHBDR","isOfficialPlugin","109961SpjSMe","requires","266380cfxFMr","isPremiumPlugin","368LgRnQM","1375VgNZKs","1357342xehhha","40thAbUr","34353rvATze","pluginName"];return(mi=function(){return t})()}function ki(t,e){var n=mi();return(ki=function(t,e){return n[t-=109]})(t,e)}!function(t){for(var e=ki,n=t();;)try{if(223763===parseInt(e(120))/1*(-parseInt(e(115))/2)+parseInt(e(117))/3*(-parseInt(e(110))/4)+parseInt(e(122))/5+-parseInt(e(113))/6*(-parseInt(e(109))/7)+-parseInt(e(124))/8*(-parseInt(e(111))/9)+-parseInt(e(118))/10+parseInt(e(125))/11*(parseInt(e(116))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mi);class pi extends t.Plugin{static get[li(121)](){return[ho,Go,rs,ci,di,is,Ps,Hs,Js]}static get[li(112)](){return li(114)}static get[li(119)](){return!0}static get[li(123)](){return!0}}function gi(){var t=["205sKByRM","4pCWwQt","996030DvrwaF","40DNduSb","777cJsEYi","7757168foIVVl","2558234LUQNct","2942BzNflt","182982AdIcvC","4366239QlXxiS","3303476xfEUls"];return(gi=function(){return t})()}function fi(t,e){var n=gi();return(fi=function(t,e){return n[t-=382]})(t,e)}!function(t){for(var e=fi,n=t();;)try{if(855073===-parseInt(e(387))/1*(parseInt(e(390))/2)+-parseInt(e(392))/3*(-parseInt(e(384))/4)+parseInt(e(383))/5*(parseInt(e(391))/6)+-parseInt(e(389))/7+parseInt(e(388))/8+-parseInt(e(385))/9+parseInt(e(386))/10*(-parseInt(e(382))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gi)})(),(window.CKEditor5=window.CKEditor5||{}).comments=r})();
|
|
5
|
+
*/(()=>{var t={6:t=>{"use strict";var e=[];function n(t){for(var n=-1,r=0;r<e.length;r++)if(e[r].identifier===t){n=r;break}return n}function r(t,r){for(var s={},i=[],c=0;c<t.length;c++){var a=t[c],u=r.base?a[0]+r.base:a[0],h=s[u]||0,l="".concat(u," ").concat(h);s[u]=h+1;var d=n(l),m={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==d)e[d].references++,e[d].updater(m);else{var k=o(m,r);r.byIndex=c,e.splice(c,0,{identifier:l,updater:k,references:1})}i.push(l)}return i}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var s=r(t=t||[],o=o||{});return function(t){t=t||[];for(var i=0;i<s.length;i++){var c=n(s[i]);e[c].references--}for(var a=r(t,o),u=0;u<s.length;u++){var h=n(s[u]);0===e[h].references&&(e[h].updater(),e.splice(h,1))}s=a}}},22:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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-comment-content-font-family:var(--ck-font-face);--ck-comment-content-font-size:var(--ck-font-size-base);--ck-comment-content-font-color:var(--ck-color-base-text)}.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: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--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{overflow-wrap:anywhere;word-break:normal}.ck .ck-comment--info .ck-comment__content,.ck .ck-comment__content{color:var(--ck-comment-content-font-color);font-family:var(--ck-comment-content-font-family)}.ck .ck-comment--info .ck-comment__content{font-size:var(--ck-comment-content-font-size);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:var(--ck-spacing-small) 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)}',""]);const c=i},79:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},103:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const c=i},168:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-content .ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-content .ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-content .ck-comment-marker--active,.ck-content .ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-content .ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-content .ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const c=i},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},237:t=>{"use strict";t.exports=CKEditor5.dll},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},254:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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:0;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%}.ck .ck-thread.ck-rounded-corners,.ck-rounded-corners .ck .ck-thread{border-radius:var(--ck-border-radius)}@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-button.ck-confirm-view-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-confirm-view-cancel{color:var(--ck-color-button-cancel)}',""]);const c=i},276:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const c=i},290:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},293:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},302:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},328:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active,.ck-content .ck-widget.table>table>caption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption,.ck-content .ck-suggestion-marker-insertion.table>table>caption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>caption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>caption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>caption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const c=i},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},334:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const c=i},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},364:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},369:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},528:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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;color:var(--ck-comment-content-font-color);font-family:var(--ck-comment-content-font-family);font-size:var(--ck-comment-content-font-size);overflow:visible;overflow-wrap:anywhere;padding:0;word-break:normal}.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 c=i},545:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const c=i},557:t=>{"use strict";var e={};t.exports=function(t,n){var r=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},562:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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-comment-content-font-size);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 c=i},569:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},602:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function r(t,e,r,o){var s;if(r)s="";else{s="",o.supports&&(s+="@supports (".concat(o.supports,") {")),o.media&&(s+="@media ".concat(o.media," {"));var i=void 0!==o.layer;i&&(s+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),s+=o.css,i&&(s+="}"),o.media&&(s+="}"),o.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,s);else{var c=document.createTextNode(s),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){r(n,e,!1,t)},remove:function(t){r(n,e,!0,t)}}}},633:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck.ck-aria-description{display:none}",""]);const c=i},649:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},690:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const c=i},718:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n="",r=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),r&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),r&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n}).join("")},e.i=function(t,n,r,o,s){"string"==typeof t&&(t=[[null,t,void 0]]);var i={};if(r)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(i[a]=!0)}for(var u=0;u<t.length;u++){var h=[].concat(t[u]);r&&i[h[0]]||(void 0!==s&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=s),n&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=n):h[2]=n),o&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=o):h[4]="".concat(o)),e.push(h))}},e}},725:t=>{"use strict";t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},774:t=>{"use strict";t.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23fff%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},806:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.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 c=i},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},878:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},909:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=n(933),o=n.n(r),s=n(718),i=n.n(s)()(o());i.push([t.id,".ck.ck-button.ck-confirm-view-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-confirm-view-cancel{color:var(--ck-color-button-cancel)}.ck .ck-confirm-view-active{transform:translate3d(-100%,0,0);transition:all .3s linear}.ck .ck-confirm-view{background-color:var(--ck-color-light-red);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-confirm-view .ck-confirm-view-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-confirm-view p{font-weight:700;margin:0}",""]);const c=i},910:(t,e,n)=>{"use strict";n.d(e,{A:()=>d});var r=n(933),o=n.n(r),s=n(718),i=n.n(s),c=n(725),a=n.n(c),u=new URL(n(774),n.b),h=i()(o()),l=a()(u);h.push([t.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${l});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const d=h},933:t=>{"use strict";t.exports=function(t){return t[1]}}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={id:r,exports:{}};return t[r](s,s.exports,n),s.exports}n.m=t,n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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.b=document.baseURI||self.location.href;var r={};(()=>{"use strict";n.r(r),n.d(r,{AddCommentThreadCommand:()=>vo,Annotation:()=>qe,AnnotationCollection:()=>Qe,AnnotationCounterButtonView:()=>Ds,AnnotationView:()=>He,Annotations:()=>io,AnnotationsSidebarItemView:()=>ys,AnnotationsSidebarView:()=>fs,AnnotationsUIs:()=>ls,BaseCommentThreadView:()=>te,BaseCommentView:()=>de,Comment:()=>ko,CommentThread:()=>mo,CommentThreadController:()=>rt,CommentThreadInputView:()=>Rt,CommentThreadView:()=>oe,CommentView:()=>ge,Comments:()=>pi,CommentsArchive:()=>ci,CommentsArchiveUI:()=>li,CommentsEditing:()=>Jo,CommentsListView:()=>Ut,CommentsOnly:()=>is,CommentsRepository:()=>lo,CommentsUI:()=>rs,EditorAnnotations:()=>Ao,InlineAnnotations:()=>Js,NarrowSidebar:()=>Hs,Sidebar:()=>Ts,WideSidebar:()=>Ss,bindAnnotationCollections:()=>$e});var t=n(782),e=n(584),o=n(211);function s(t){if(!t||"object"!=typeof t)return!1;const e=Object.getPrototypeOf(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e))&&"[object Object]"===Object.prototype.toString.call(t)}function i(t){return Object.getOwnPropertySymbols(t).filter(e=>Object.prototype.propertyIsEnumerable.call(t,e))}function c(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const a="[object RegExp]",u="[object String]",h="[object Number]",l="[object Boolean]",d="[object Arguments]",m="[object Symbol]",k="[object Date]",p="[object Map]",g="[object Set]",f="[object Array]",b="[object ArrayBuffer]",v="[object Object]",I="[object DataView]",w="[object Uint8Array]",_="[object Uint8ClampedArray]",y="[object Uint16Array]",A="[object Uint32Array]",C="[object Int8Array]",T="[object Int16Array]",E="[object Int32Array]",x="[object Float32Array]",N="[object Float64Array]";function O(t,e){return t===e||Number.isNaN(t)&&Number.isNaN(e)}function M(t,e,n,r,o,s,i){const c=i(t,e,n,r,o,s);if(void 0!==c)return c;if(typeof t==typeof e)switch(typeof t){case"bigint":case"string":case"boolean":case"symbol":case"undefined":case"function":return t===e;case"number":return t===e||Object.is(t,e);case"object":return P(t,e,s,i)}return P(t,e,s,i)}function P(t,e,n,r){if(Object.is(t,e))return!0;let o=c(t),S=c(e);if(o===d&&(o=v),S===d&&(S=v),o!==S)return!1;switch(o){case u:return t.toString()===e.toString();case h:return O(t.valueOf(),e.valueOf());case l:case k:case m:return Object.is(t.valueOf(),e.valueOf());case a:return t.source===e.source&&t.flags===e.flags;case"[object Function]":return t===e}const R=(n=n??new Map).get(t),L=n.get(e);if(null!=R&&null!=L)return R===e;n.set(t,e),n.set(e,t);try{switch(o){case p:if(t.size!==e.size)return!1;for(const[o,s]of t.entries())if(!e.has(o)||!M(s,e.get(o),o,t,e,n,r))return!1;return!0;case g:{if(t.size!==e.size)return!1;const o=Array.from(t.values()),s=Array.from(e.values());for(let i=0;i<o.length;i++){const c=o[i],a=s.findIndex(o=>M(c,o,void 0,t,e,n,r));if(-1===a)return!1;s.splice(a,1)}return!0}case f:case w:case _:case y:case A:case"[object BigUint64Array]":case C:case T:case E:case"[object BigInt64Array]":case x:case N:if("undefined"!=typeof Buffer&&Buffer.isBuffer(t)!==Buffer.isBuffer(e))return!1;if(t.length!==e.length)return!1;for(let o=0;o<t.length;o++)if(!M(t[o],e[o],o,t,e,n,r))return!1;return!0;case b:return t.byteLength===e.byteLength&&P(new Uint8Array(t),new Uint8Array(e),n,r);case I:return t.byteLength===e.byteLength&&t.byteOffset===e.byteOffset&&P(new Uint8Array(t),new Uint8Array(e),n,r);case"[object Error]":return t.name===e.name&&t.message===e.message;case v:{if(!(P(t.constructor,e.constructor,n,r)||s(t)&&s(e)))return!1;const o=[...Object.keys(t),...i(t)],c=[...Object.keys(e),...i(e)];if(o.length!==c.length)return!1;for(let s=0;s<o.length;s++){const i=o[s],c=t[i];if(!Object.hasOwn(e,i))return!1;if(!M(c,e[i],i,t,e,n,r))return!1}return!0}default:return!1}}finally{n.delete(t),n.delete(e)}}function S(){}function R(t,e){return function(t,e,n){return M(t,e,void 0,void 0,void 0,void 0,n)}(t,e,S)}function L(t,e,n,r=new Map,o=void 0){const s=o?.(t,e,n,r);if(null!=s)return s;if(null==(i=t)||"object"!=typeof i&&"function"!=typeof i)return t;var i,O;if(r.has(t))return r.get(t);if(Array.isArray(t)){const e=new Array(t.length);r.set(t,e);for(let s=0;s<t.length;s++)e[s]=L(t[s],s,n,r,o);return Object.hasOwn(t,"index")&&(e.index=t.index),Object.hasOwn(t,"input")&&(e.input=t.input),e}if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp){const e=new RegExp(t.source,t.flags);return e.lastIndex=t.lastIndex,e}if(t instanceof Map){const e=new Map;r.set(t,e);for(const[s,i]of t)e.set(s,L(i,s,n,r,o));return e}if(t instanceof Set){const e=new Set;r.set(t,e);for(const s of t)e.add(L(s,void 0,n,r,o));return e}if("undefined"!=typeof Buffer&&Buffer.isBuffer(t))return t.subarray();if(O=t,ArrayBuffer.isView(O)&&!(O instanceof DataView)){const e=new(Object.getPrototypeOf(t).constructor)(t.length);r.set(t,e);for(let s=0;s<t.length;s++)e[s]=L(t[s],s,n,r,o);return e}if(t instanceof ArrayBuffer||"undefined"!=typeof SharedArrayBuffer&&t instanceof SharedArrayBuffer)return t.slice(0);if(t instanceof DataView){const e=new DataView(t.buffer.slice(0),t.byteOffset,t.byteLength);return r.set(t,e),V(e,t,n,r,o),e}if("undefined"!=typeof File&&t instanceof File){const e=new File([t],t.name,{type:t.type});return r.set(t,e),V(e,t,n,r,o),e}if(t instanceof Blob){const e=new Blob([t],{type:t.type});return r.set(t,e),V(e,t,n,r,o),e}if(t instanceof Error){const e=new t.constructor;return r.set(t,e),e.message=t.message,e.name=t.name,e.stack=t.stack,e.cause=t.cause,V(e,t,n,r,o),e}if("object"==typeof t&&function(t){switch(c(t)){case d:case f:case b:case I:case l:case k:case x:case N:case C:case T:case E:case p:case h:case v:case a:case g:case u:case m:case w:case _:case y:case A:return!0;default:return!1}}(t)){const e=Object.create(Object.getPrototypeOf(t));return r.set(t,e),V(e,t,n,r,o),e}return t}function V(t,e,n=t,r,o){const s=[...Object.keys(e),...i(e)];for(let i=0;i<s.length;i++){const c=s[i],a=Object.getOwnPropertyDescriptor(t,c);(null==a||a.writable)&&(t[c]=L(e[c],c,n,r,o))}}function D(t,e){return function(t,e){return L(t,void 0,t,new Map,e)}(t,(n,r,o,s)=>{const i=e?.(n,r,o,s);if(null!=i)return i;if("object"==typeof t)switch(Object.prototype.toString.call(t)){case h:case u:case l:{const e=new t.constructor(t?.valueOf());return V(e,t),e}case d:{const e={};return V(e,t),e.length=t.length,e[Symbol.iterator]=t[Symbol.iterator],e}default:return}})}function B(t){return D(t)}function j(t){return"__proto__"===t}const F=(t,e,n)=>{const r=t[e];Object.hasOwn(t,e)&&O(r,n)&&(void 0!==n||e in t)||(t[e]=n)},U=/^(?:0|[1-9]\d*)$/;function z(t,e=Number.MAX_SAFE_INTEGER){switch(typeof t){case"number":return Number.isInteger(t)&&t>=0&&t<e;case"symbol":return!1;case"string":return U.test(t)}}const H=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,K=/^\w*$/;function W(t,e){return!Array.isArray(t)&&(!("number"!=typeof t&&"boolean"!=typeof t&&null!=t&&!function(t){return"symbol"==typeof t||t instanceof Symbol}(t))||("string"==typeof t&&(K.test(t)||!H.test(t))||null!=e&&Object.hasOwn(e,t)))}function q(t){return"string"==typeof t||"symbol"==typeof t?t:Object.is(t?.valueOf?.(),-0)?"-0":String(t)}function X(t){return null!==t&&("object"==typeof t||"function"==typeof t)}function Y(t){const e=[],n=t.length;if(0===n)return e;let r=0,o="",s="",i=!1;for(46===t.charCodeAt(0)&&(e.push(""),r++);r<n;){const c=t[r];s?"\\"===c&&r+1<n?(r++,o+=t[r]):c===s?s="":o+=c:i?'"'===c||"'"===c?s=c:"]"===c?(i=!1,e.push(o),o=""):o+=c:"["===c?(i=!0,o&&(e.push(o),o="")):"."===c?o&&(e.push(o),o=""):o+=c,r++}return o&&e.push(o),e}function J(t,e,n){return function(t,e,n,r){if(null==t&&!X(t))return t;const o=W(e,t)?[e]:Array.isArray(e)?e:"string"==typeof e?Y(e):[e];let s=t;for(let e=0;e<o.length&&null!=s;e++){const i=q(o[e]);if(j(i))continue;let c;if(e===o.length-1)c=n(s[i]);else{const n=s[i],a=r?.(n,i,t);c=void 0!==a?a:X(n)?n:z(o[e+1])?[]:{}}F(s,i,c),s=s[i]}return t}(t,e,()=>n,()=>{})}function G(t){switch(typeof t){case"number":case"symbol":return!1;case"string":return t.includes(".")||t.includes("[")||t.includes("]")}}function Z(t,e,n){if(null==t)return n;switch(typeof e){case"string":{if(j(e))return n;const r=t[e];return void 0===r?G(e)?Z(t,Y(e),n):n:r}case"number":case"symbol":{"number"==typeof e&&(e=q(e));const r=t[e];return void 0===r?n:r}default:{if(Array.isArray(e))return function(t,e,n){if(0===e.length)return n;let r=t;for(let t=0;t<e.length;t++){if(null==r)return n;if(j(e[t]))return n;r=r[e[t]]}if(void 0===r)return n;return r}(t,e,n);if(j(e=Object.is(e?.valueOf(),-0)?"-0":String(e)))return n;const r=t[e];return void 0===r?n:r}}}function Q(t,e){if(null==t)return!0;switch(typeof e){case"symbol":case"number":case"object":if(Array.isArray(e))return $(t,e);if("number"==typeof e?e=q(e):"object"==typeof e&&(e=Object.is(e?.valueOf(),-0)?"-0":String(e)),j(e))return!1;if(void 0===t?.[e])return!0;try{return delete t[e],!0}catch{return!1}case"string":if(void 0===t?.[e]&&G(e))return $(t,Y(e));if(j(e))return!1;try{return delete t[e],!0}catch{return!1}}}function $(t,e){const n=Z(t,e.slice(0,-1),t),r=e[e.length-1];if(void 0===n?.[r])return!0;if(j(r))return!1;try{return delete n[r],!0}catch{return!1}}var tt=et;function et(t,e){var n=nt();return(et=function(t,e){return n[t-=187]})(t,e)}function nt(){var t=["listenTo","update","model","removeCommentThread","6950517axNlgJ","7094028UJXqiq","addComment","reopenCommentThread","removeComment","isResolved","2755296ySlNGR","36BUWIae","resolve","2131485rOYDIx","stopListening","getComment","692115AyCmbO","view","3219312bgziwm","_localUser","reopen","submitCommentThread","81IjYNzX","1321047AxttNQ","resolveCommentThread","_isAttached","destroy","updateComment","submit","remove"];return(nt=function(){return t})()}!function(t){for(var e=et,n=t();;)try{if(704064===-parseInt(e(206))/1+-parseInt(e(193))/2+parseInt(e(196))/3+-parseInt(e(194))/4*(-parseInt(e(199))/5)+-parseInt(e(188))/6+-parseInt(e(187))/7+parseInt(e(201))/8*(parseInt(e(205))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class rt extends((0,e.ObservableMixin)()){[tt(215)];[tt(200)];constructor(t,e){var n=tt;super(),this[n(215)]=t,this[n(215)][n(208)]=!0,this[n(200)]=e,this[n(213)](e,n(204),()=>this[n(211)]()),this[n(213)](e,n(216),()=>this[n(212)]()),this[n(213)](e,n(207),()=>this[n(195)]()),this[n(213)](e,n(190),()=>this[n(203)]()),this[n(213)](e,n(189),(t,e)=>this[n(189)](e)),this[n(213)](e,n(210),(t,e,r)=>this[n(210)](e,r)),this[n(213)](e,n(191),(t,e)=>this[n(191)](e))}[tt(211)](){var t=tt;this[t(215)][t(211)]()}[tt(212)](){var t=tt;this[t(215)][t(212)]()}[tt(195)](){var t=tt;this[t(215)][t(192)]||this[t(215)][t(195)]()}[tt(203)](){var t=tt;this[t(215)][t(192)]&&this[t(215)][t(203)]()}[tt(189)](t){var e=tt;this[e(215)][e(189)]({content:t,authorId:this[e(200)][e(202)].id})}[tt(210)](t,e){var n=tt;this[n(215)][n(198)](t)[n(214)]({content:e})}[tt(191)](t){var e=tt;this[e(215)][e(198)](t)[e(212)]()}[tt(209)](){var t=tt;this[t(197)](),this[t(215)][t(208)]=!1}}var ot=n(355),st=n(311);function it(t,e,n){const r=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return r({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return r("Comment");case"Reply...":return r("Reply...");case"Reply to reopen discussion...":return r("Reply to reopen discussion...");case"Write a comment...":return r("Write a comment...");case"Comment was made on an element":return r("Comment was made on an element");case"Comment editor":return r("Comment editor");case"Delete comment thread?":return r("Delete comment thread?");case"Delete comment?":return r("Delete comment?");case"Marked as resolved":return r("Marked as resolved");case"Show more items":return r("Show more items");case"Cancel":return r("Cancel");case"Edit":return r("Edit");case"Resolve":return r("Resolve");case"Reopen":return r("Reopen");case"Remove":return r("Remove");case"Reply":return r("Reply");case"Save":return r("Save");case"Annotations sidebar":return r("Annotations sidebar");case"Annotations list":return r("Annotations list");case"Thread comments":return r("Thread comments");case"THREAD_CONTEXT_LABEL":return r({string:"Thread context: %0",id:"THREAD_CONTEXT_LABEL"},n);case"COMMENT_THREAD_LABEL":return r({string:"Comment thread by %1. %1 reply.",plural:"Comment thread by %1. %0 replies.",id:"COMMENT_THREAD_LABEL"},n);case"COMMENT_THREAD_DESCRIPTION":return r({string:"Press Enter for more options. Press Escape to exit.",id:"COMMENT_THREAD_DESCRIPTION"});case"COMMENT_ARIA_LABEL":return r({string:"Comment by %0. Created on %1. %2. %3",id:"COMMENT_ARIA_LABEL"},n);case"LEAVE_COMMENT_ANNOUNCEMENT":return r({string:"Leaving a content with comments.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return r({string:"Entering a content with comments. Press %0 to go to the discussion.",id:"ENTER_COMMENT_ANNOUNCEMENT"},n);case"NUMBER_OF_COMMENTS":return r({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return r({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 r({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return r({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return r({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return r({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});case"COMMENTS_ARCHIVE_LIST_LABEL":return r({string:"List of comments",id:"COMMENTS_ARCHIVE_LIST_LABEL"});case"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP":return r({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 r({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 r({string:"Exit the annotation and move focus back to the edited content",id:"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER":return r({string:"Browse the focused annotation thread or thread comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"});case"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS":return r({string:"Move across internals of the annotation thread",id:"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"});case"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT":return r({string:"Submit the reply while writing a comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS":return r({string:"Move to the previous or next thread in the annotations sidebar or comments archive",id:"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"});default:return""}}const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=495]})(t,e)}function ut(){const t=["render","1211240yZyvKP","5976859MCNMQz","149436geQiKM","uiLanguage","uiLanguageDirection","ck-comment__input","setTemplate","7887370VocpEL","ck-rounded-corners","Comment editor","focus","3kopXjp","6XckstZ","editable","ck-editor","ck-reset","cke-editor__aria-label_","createCollection","30cZAmtE","ck-editor__main","2880632qFRdrb","9upRIAB","add","element","presentation","8500129mFYBkY","main","div","30487MCXtit"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(493002===-parseInt(e(499))/1*(parseInt(e(519))/2)+parseInt(e(512))/3*(-parseInt(e(503))/4)+-parseInt(e(501))/5*(parseInt(e(513))/6)+parseInt(e(502))/7+parseInt(e(521))/8+-parseInt(e(522))/9*(-parseInt(e(508))/10)+-parseInt(e(496))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class ht extends st.EditorUIView{[ct(497)];[ct(514)];constructor(t,n){const r=ct;super(t);const o=(0,e.uid)();this[r(497)]=this[r(518)](),this[r(514)]=new st.InlineEditableUIView(t,n,void 0,{label:()=>it(t,r(510))}),this[r(507)]({tag:r(498),attributes:{class:[r(516),r(515),r(509),r(506)],dir:t[r(505)],lang:t[r(504)],"aria-labelledby":r(517)+o},children:[{tag:r(498),attributes:{class:r(520),role:r(495)},children:this[r(497)]}]})}[ct(500)](){const t=ct;super[t(500)](),this[t(497)][t(523)](this[t(514)])}[ct(511)](){const t=ct;this[t(514)][t(524)][t(511)]()}}const lt=dt;function dt(t,e){const n=mt();return(dt=function(t,e){return n[t-=474]})(t,e)}function mt(){const t=["render","ready","isFocused","bind","attachDomRoot","name","9771923sSAFJP","element","14369128ZUSdXL","editable","2662270gaggbx","rootName","338fRoOHe","getRoot","9886IHGuTN","editor","6VSKqDg","view","6546332DtKCVL","fire","setEditableElement","editing","document","destroy","locale","focusTracker","2790035qNcWRy","18XqbOBv","835434hMZcix","init"];return(mt=function(){return t})()}!function(t){const e=dt,n=t();for(;;)try{if(927170===parseInt(e(503))/1*(parseInt(e(501))/2)+-parseInt(e(487))/3+parseInt(e(477))/4+-parseInt(e(485))/5*(-parseInt(e(475))/6)+-parseInt(e(495))/7+-parseInt(e(497))/8+-parseInt(e(486))/9*(-parseInt(e(499))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mt);class kt extends st.EditorUI{[lt(476)];constructor(t){const e=lt;super(t),this[e(476)]=new ht(t[e(483)],t[e(480)][e(476)])}get[lt(496)](){const t=lt;return this[t(476)][t(496)]}[lt(488)](){const t=lt,e=this[t(474)][t(480)][t(476)],n=this[t(476)][t(498)],r=e[t(481)][t(502)]();n[t(494)]=r[t(500)],this[t(476)][t(489)]();const o=n[t(496)];this[t(479)](n[t(494)],o),this[t(476)][t(498)][t(492)](t(491)).to(this[t(484)]),e[t(493)](o),this[t(478)](t(490))}[lt(482)](){const t=lt;super[t(482)](),this[t(476)][t(482)]()}}var pt=n(783),gt=n(331),ft=n(507),bt=n(727),vt=n(834),It=n(251),wt=n(179);const _t=yt;function yt(t,e){const n=At();return(yt=function(t,e){return n[t-=353]})(t,e)}function At(){const t=["fromCharCode","getChild","4691019LEzwBM","defaultPlugins","fire","getRoot","editing","37413240VBfizp","placeholderElement","2016blqCLL","data","end","136zNxqxF","create","model","change:placeholder","initPlugins","12104352pCGolA","placeholder","170eKMsDj","then","get","set","13163949FkxEil","destroy","config","_updatePlaceholder","10512EScBJM","change","ready","document","join","low","focus","assign","138110oJLdfe","25464gRtfLT","name","map","plugins","setSelection","view","createRoot","initialData","childCount","init"];return(At=function(){return t})()}!function(t){const e=yt,n=t();for(;;)try{if(826906===parseInt(e(355))/1*(parseInt(e(393))/2)+parseInt(e(376))/3+-parseInt(e(386))/4*(-parseInt(e(363))/5)+parseInt(e(364))/6*(parseInt(e(383))/7)+-parseInt(e(391))/8+parseInt(e(397))/9+-parseInt(e(381))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(At);const Ct=[gt.Clipboard,ft.Enter,ft.ShiftEnter,bt.SelectAll,vt.Typing,It.Undo,wt.Paragraph];class Tt extends((0,e.ObservableMixin)(t.Editor)){static[_t(377)]=(()=>Ct)();constructor(t={}){const e=_t;function n(t){const e=yt;return t[e(366)](t=>String[e(374)](t))[e(359)]("")}(t=Object[e(362)]({},t))[e(367)]||(t[e(367)]=Tt[e(377)]),super(t),this.ui=new kt(this),this[e(396)](e(392),""),this[e(388)][e(358)].on(e(356),()=>this[e(354)](),{priority:e(360)}),this.on(e(389),()=>this[e(354)]()),this[e(388)][e(358)][e(370)](),this[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),this[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}[_t(387)](){const t=_t,e=this[t(353)][t(395)](t(371))||"";return this[t(390)]()[t(394)](()=>this.ui[t(373)]())[t(394)](()=>this[t(384)][t(373)](e))[t(394)](()=>this[t(378)](t(357)))}[_t(398)](){const t=_t;return super[t(398)]()[t(394)](()=>this.ui[t(398)]())}[_t(361)](){const t=_t;this[t(388)][t(356)](e=>{const n=t,r=this[n(388)][n(358)][n(379)](),o=r&&r[n(375)](r[n(372)]-1);e[n(368)](o,n(385)),this[n(380)][n(369)][n(361)]()})}[_t(354)](){const t=_t,e=this[t(380)][t(369)],n=e[t(358)][t(379)](),r=n[t(375)](0);n[t(372)]>1||!r||"p"!=r[t(365)]?this[t(382)]&&this[t(382)][t(392)]&&((0,pt.disableViewPlaceholder)(e,this[t(382)]),this[t(382)]=void 0):(this[t(392)]&&(r[t(392)]=this[t(392)]),(0,pt.enableViewPlaceholder)({view:e,element:r,keepOnFocus:!0}),this[t(382)]=r)}}const Et=xt;function xt(t,e){const n=Ot();return(xt=function(t,e){return n[t-=461]})(t,e)}!function(t){const e=xt,n=t();for(;;)try{if(576033===parseInt(e(471))/1+parseInt(e(478))/2+-parseInt(e(490))/3*(parseInt(e(463))/4)+-parseInt(e(526))/5+parseInt(e(541))/6+parseInt(e(475))/7+parseInt(e(517))/8*(-parseInt(e(497))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ot);class Nt extends st.View{[Et(506)];[Et(469)];[Et(540)];[Et(489)];[Et(473)];[Et(513)];[Et(488)];constructor(t,n={}){const r=Et;super(t),this[r(533)]=null,this[r(488)]=n,this[r(505)](r(472),n[r(502)]||""),this[r(505)](r(492),!1),this[r(505)](r(504),!0),this[r(505)](r(525),it(t,r(512))),this[r(505)](r(507),it(t,r(499))),this[r(473)]=this[r(466)](),this[r(513)]=this[r(498)](),this[r(540)]=this[r(470)]([this[r(473)],this[r(513)]]),this[r(506)]=new e.KeystrokeHandler,this[r(469)]=new e.FocusTracker,this[r(489)]=new st.FocusCycler({focusables:this[r(540)],focusTracker:this[r(469)],keystrokeHandler:this[r(506)],actions:{focusPrevious:r(503),focusNext:r(483)}}),this[r(494)]({tag:r(519),attributes:{class:[r(538)]},children:[{tag:r(519),attributes:{class:[r(522),this[r(491)].if(r(504),r(462))]},children:[this[r(473)],this[r(513)]]}]}),this[r(506)][r(505)](r(516),(t,e)=>{const n=r;this[n(513)][n(486)](n(530)),e()}),this[r(506)][r(505)](r(495),(t,e)=>{const n=r;this[n(473)][n(535)]&&(this[n(473)][n(486)](n(530)),e())}),this.on(r(539),(e,n)=>{const o=r;n[o(534)]>65e3?(alert(it(t,o(487),[n[o(534)],65e3])),e[o(514)]()):this[o(533)][o(532)]("")},{priority:r(493)})}[Et(527)](){const t=Et;super[t(527)](),this[t(480)]()}[Et(476)](){const t=Et;return this[t(533)]||(this[t(533)]=new Tt(this[t(488)]),this[t(536)]=this[t(533)][t(523)]()[t(544)](()=>{const e=t;if(this[e(529)])return;const n=this[e(533)];this[e(479)][e(468)](n.ui[e(479)],this[e(479)][e(509)]),n[e(465)][e(467)].on(e(482),()=>this[e(472)]=n[e(528)]()),n[e(464)](e(525)).to(this),this[e(540)][e(477)](n.ui[e(508)],0),this[e(486)](e(510),this[e(533)])})),this[t(536)]}[Et(481)](t){const e=Et;-1===t?(this[e(489)][e(520)](),this[e(489)][e(543)]()):this[e(489)][e(520)]()}async[Et(518)](){const t=Et;this[t(529)]||(this[t(529)]=!0,this[t(533)]&&(await this[t(536)],await this[t(533)][t(518)](),this[t(486)](t(485),this[t(533)])),await super[t(518)]())}[Et(466)](){const t=Et,{locale:e}=this,n=new st.ButtonView(e);return n[t(511)]({attributes:{class:[t(524)]}}),n[t(501)]=!0,n[t(464)](t(461)).to(this,t(507)),n.on(t(530),()=>{const e=t;this[e(486)](e(539),this[e(472)])}),n[t(464)](t(535)).to(this,t(472),this,t(492),(e,n)=>!n&&!!e[t(500)]()),n}[Et(498)](){const t=Et,{locale:e}=this,n=new st.ButtonView(e);return n[t(511)]({attributes:{class:[t(474)]}}),n[t(461)]=it(e,t(531)),n[t(501)]=!0,n.on(t(530),()=>{const e=t;this[e(533)][e(532)](""),this[e(486)](e(496))}),n}[Et(480)](){const t=Et;this[t(506)][t(515)](this[t(479)]),this[t(540)][t(484)](e=>{const n=t;this[n(469)][n(477)](e[n(479)])}),this[t(540)].on(t(482),(e,n)=>{const r=t;for(const t of Array[r(537)](n[r(521)])[r(542)]())this[r(469)][r(477)](t[r(479)])})}}function Ot(){const t=["createEditor","add","1031132wiytor","element","_setupKeyboardNavigation","focus","change","tab","forEach","editorDestroyed","fire","TOO_LONG_COMMENT_ALERT","_editorConfig","focusCycler","66yalMJK","bindTemplate","disabledSubmit","high","setTemplate","Ctrl+Enter","cancel","207PqLvDe","_createCancelButton","Reply","trim","withText","initialData","shift+tab","showButtons","set","keystrokes","submitLabel","view","firstChild","editorReady","extendTemplate","Reply...","cancelButtonView","stop","listenTo","Esc","269144rYbsDO","destroy","div","focusFirst","added","ck-comment__input-actions","create","ck-comment__input-actions--submit","placeholder","261205zEnwPr","render","getData","_isDestroyed","execute","Cancel","setData","editor","length","isEnabled","_editorCreationPromise","from","ck-comment__input-wrapper","submit","focusables","3709488oVoYbs","reverse","focusLast","then","label","ck-comment__input-actions--active","74132gzvZEG","bind","model","_createSubmitButton","document","insertBefore","focusTracker","createCollection","236415ezEbMG","value","submitButtonView","ck-comment__input-actions--cancel","3076920uIINHP"];return(Ot=function(){return t})()}const Mt=St;function Pt(){const t=["focusCycler","setTemplate","value","ck-thread__user","4359968nYCNFR","editorDestroyed","bindTemplate","listenTo","userView","focusTracker","editorReady","then","48xHPllJ","3823122bJJwkC","getDomRoot","showInput","preventDefault","render","1rYNSjD","change:showInput","showButtons","view","ck-thread__input","135PuZNGJ","mousedown","38670IsawRd","2922658wGTGwp","1384RXgUlE","filter","_focusOnNonInteractiveMouseDown","some","5390484SyOCYn","delegate","bind","set","destroy","element","contains","commentInputView","103098kdffbi","target","isFocused","div","editor","editing","ck-comment__input-container","extendTemplate","459FNiiOs","focus","ck-comment__input-container--active","createEditor","67865avxnhw"];return(Pt=function(){return t})()}function St(t,e){const n=Pt();return(St=function(t,e){return n[t-=401]})(t,e)}!function(t){const e=St,n=t();for(;;)try{if(898730===-parseInt(e(402))/1*(-parseInt(e(410))/2)+-parseInt(e(449))/3+parseInt(e(440))/4+parseInt(e(407))/5*(-parseInt(e(423))/6)+parseInt(e(435))/7*(-parseInt(e(411))/8)+-parseInt(e(431))/9*(parseInt(e(409))/10)+parseInt(e(415))/11*(parseInt(e(448))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pt);class Rt extends st.View{constructor(t,e,n){const r=St;super(t),this[r(422)]=new Nt(t,n),this[r(436)]=this[r(422)][r(436)],this[r(422)][r(417)](r(404)).to(this[r(422)][r(445)],r(425),this[r(422)],r(438),(t,e)=>t||!!e),this[r(418)](r(451),!1),this.on(r(403),()=>{const t=r;this[t(451)]&&!this[t(422)][t(427)]&&this[t(422)][t(434)]()}),this[r(422)][r(416)](r(446)).to(this),this[r(422)][r(416)](r(441)).to(this),this[r(444)]=new o.UserView(t,e),this[r(444)][r(430)]({attributes:{class:r(439),"aria-hidden":!0}}),this[r(422)][r(430)]({attributes:{class:r(406)}}),this[r(437)]({tag:r(426),attributes:{class:[r(429),this[r(442)].if(r(451),r(433))]},children:[this[r(444)],this[r(422)]]})}[Mt(401)](){const t=Mt;super[t(401)](),this[t(413)]()}[Mt(419)](){const t=Mt;return this[t(422)][t(419)]()[t(447)](()=>super[t(419)]())}[Mt(432)](t){const e=Mt;this[e(422)][e(432)](t)}[Mt(413)](){const t=Mt;this[t(443)](this[t(420)],t(408),(e,n)=>{const r=t,{submitButtonView:o,cancelButtonView:s,editor:i}=this[r(422)];[o[r(420)],s[r(420)],i?i[r(428)][r(405)][r(450)]():null][r(412)](t=>t)[r(414)](t=>t[r(421)](n[r(424)]))||(this[r(432)](),n[r(452)]())})}}function Lt(t,e){const n=Dt();return(Lt=function(t,e){return n[t-=394]})(t,e)}!function(t){const e=Lt,n=t();for(;;)try{if(360416===-parseInt(e(400))/1*(-parseInt(e(403))/2)+parseInt(e(404))/3+-parseInt(e(402))/4+-parseInt(e(399))/5*(parseInt(e(408))/6)+parseInt(e(394))/7+-parseInt(e(405))/8*(parseInt(e(398))/9)+parseInt(e(409))/10*(parseInt(e(401))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Dt);class Vt extends st.View{constructor(t){const e=Lt;super(t);const n=this[e(407)];this[e(397)](e(395),void 0),this[e(410)]({tag:"li",attributes:{class:e(396)},children:[{text:n.to(e(395),n=>it(t,e(406),n))}]})}}function Dt(){const t=["1480fzAOMp","NUMBER_OF_COMMENTS","bindTemplate","6RFuIIH","590KgZpec","setTemplate","3243352tTDWKw","count","ck-thread__comment-count","set","31302AjjLKw","3101185hVeCLe","1ofbSke","108394YrzqAW","821036oBsLrH","274522RJOroM","1942077Exmnhl"];return(Dt=function(){return t})()}const Bt=Ft;function jt(){const t=["commentViews","updateComment","CommentView","8133848IByWTV","editorConfig","get","render","setTemplate","394188llXgKp","set","added","maxCommentsWhenCollapsed","collapse","_model","stopListening","add","ck-hidden","_handleNewCommentModel","resolved","focusLast","isActive","576617ySYQlS","insert","4800756HyJjiw","arrowup","_collapsedCommentsView","target","_handleRemoveCommentModel","isEditMode","_setupKeyboardNavigation","maxCommentCharsWhenCollapsed","_config","editorReady","_findOptimalIndex","focusTracker","Thread comments","resolvedAt","_rearrangeExpand","hasDirtyComment","locale","90830BRDQdB","length","expand","_handleInfoComment","maxThreadTotalWeight","removeComment","map","element","some","change:isActive","369FphvxB","914275HUiqsp","bind","from","resolvedCommentView","count","removed","weight","editorDestroyed","focusCycler","includes","7krWqRQ","focusFirst","reverse","viewUid","arrowdown","change","change:isResolved","_calculatePosition","commentUpdated","10gnZbeY","focus","listenTo","bindTemplate","_updateHasDirtyComment","change:isEditMode","authoredAt","destroy","_rearrangeCollapse","delete","createCollection","delegate","3893968MZfVQN","resolvedBy","keystrokes","visibleViews","comments","_shouldCollapse","Marked as resolved","formatDateTime","forEach","change:hasDirtyComment","resolveCommentThread","remove","equal","refreshVisibleViews","ck-thread__comments"];return(jt=function(){return t})()}function Ft(t,e){const n=jt();return(Ft=function(t,e){return n[t-=498]})(t,e)}!function(t){const e=Ft,n=t();for(;;)try{if(511758===-parseInt(e(503))/1+parseInt(e(552))/2*(-parseInt(e(587))/3)+parseInt(e(564))/4+parseInt(e(533))/5+-parseInt(e(505))/6+parseInt(e(543))/7*(parseInt(e(582))/8)+parseInt(e(532))/9*(parseInt(e(522))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jt);class Ut extends st.View{[Bt(579)];[Bt(536)];[Bt(516)];[Bt(566)];[Bt(541)];[Bt(592)];[Bt(513)];[Bt(507)];constructor(t,n,r){const o=Bt;super(t);const s=this[o(555)];this[o(588)](o(520),!1),this[o(588)](o(523),n[o(568)][o(523)]),this[o(588)](o(502),!1),this[o(592)]=n,this[o(513)]=r,this[o(579)]=this[o(562)](),this[o(567)]=this[o(562)](),this[o(536)]=null,this[o(516)]=new e.FocusTracker,this[o(566)]=new e.KeystrokeHandler,this[o(541)]=new st.FocusCycler({focusables:this[o(579)],focusTracker:this[o(516)],keystrokeHandler:this[o(566)],keystrokeHandlerOptions:{filter:t=>this[o(579)][o(528)](t=>t[o(529)])[o(542)](t[o(508)])},actions:{focusPrevious:o(506),focusNext:o(547)}}),this[o(507)]=new Vt(t),this[o(507)][o(534)](o(537)).to(this,o(523),t=>t-this[o(513)][o(590)]);for(const t of n[o(568)])this[o(499)](t);this[o(525)](),this[o(554)](n[o(568)],o(594),(t,e)=>{const n=o,r=this[n(550)](e);this[n(523)]++,this[n(499)](e,r),this[n(577)]()}),this[o(554)](n[o(568)],o(575),(t,e)=>{const n=o;this[n(523)]--,this[n(509)](e),this[n(577)]()}),this[o(554)](n,o(551),()=>this[o(577)]()),this[o(554)](n,o(549),()=>this[o(525)]()),this.on(o(531),()=>this[o(577)]()),this.on(o(573),()=>this[o(577)]()),this[o(586)]({tag:"ul",attributes:{class:[o(578),s.if(o(523),o(498),t=>!t)],"aria-label":it(t,o(517))},children:this[o(567)]})}get[Bt(569)](){const t=Bt;return this[t(592)][t(539)]>this[t(513)][t(526)]&&!this[t(502)]&&!this[t(520)]}[Bt(585)](){const t=Bt;super[t(585)](),this[t(577)](),this[t(511)]()}[Bt(553)](t){const e=Bt;-1===t?this[e(541)][e(501)]():this[e(541)][e(544)]()}[Bt(559)](){const t=Bt;this[t(507)][t(559)]();for(const e of this[t(579)])e[t(559)]();super[t(559)]()}[Bt(577)](){const t=Bt;this[t(569)]?this[t(560)]():this[t(519)]()}[Bt(499)](t,e){const n=Bt,r=new(this[n(513)][n(581)])(this[n(521)],t,{maxCommentCharsWhenCollapsed:this[n(513)][n(512)],formatDateTime:this[n(513)][n(571)],editorConfig:this[n(513)][n(583)]});r[n(546)]=t.id,r[n(563)](n(527)).to(this),r[n(563)](n(580)).to(this),r[n(563)](n(574)).to(this),r[n(563)](n(514)).to(this),r[n(563)](n(540)).to(this),this[n(554)](r,n(557),()=>this[n(556)]()),this[n(579)][n(594)](r,e)}[Bt(550)](t){const e=Bt,n=this[e(592)][e(515)](t);return this[e(536)]?this[e(536)][e(558)]>t[e(558)]?n-1:n:n-1}[Bt(525)](){const t=Bt;if(this[t(592)][t(565)]&&this[t(592)][t(518)]){const e={id:t(500),author:this[t(592)][t(565)],authoredAt:this[t(592)][t(518)],content:it(this[t(521)],t(570)),attributes:{}};this[t(536)]=new(this[t(513)][t(581)])(this[t(521)],e,{maxCommentCharsWhenCollapsed:this[t(513)][t(512)],formatDateTime:this[t(513)][t(571)],editorConfig:this[t(513)][t(583)],isSystemComment:!0}),this[t(579)][t(594)](this[t(536)],this[t(592)][t(515)](e))}else this[t(536)]&&(this[t(579)][t(575)](this[t(536)]),this[t(536)][t(559)](),this[t(536)]=null);this[t(577)]()}[Bt(509)](t){const e=Bt,n=this[e(579)][e(575)](t.id);this[e(593)](n),n[e(510)]&&this[e(556)](),n[e(559)]()}[Bt(556)](){const t=Bt;this[t(520)]=Array[t(535)](this[t(579)])[t(530)](e=>e[t(510)])}[Bt(560)](){const t=Bt,n=function(t){const n=Ft,r=new e.Collection;for(const e of t)r[n(594)](e);return r}(this[t(579)]),r=this[t(507)][t(537)];for(let e=1;e<=r;e++)n[t(575)](1);for(const e of n)e[t(591)]();r>0&&n[t(594)](this[t(507)],1),zt((0,e.diff)(Array[t(535)](this[t(567)]),Array[t(535)](n)),this[t(567)],n)}[Bt(519)](){const t=Bt;zt((0,e.diff)(Array[t(535)](this[t(567)]),Array[t(535)](this[t(579)])),this[t(567)],this[t(579)]);for(const e of this[t(567)])e[t(524)]()}[Bt(511)](){const t=Bt;this[t(579)][t(572)](e=>{const n=t;this[n(516)][n(594)](e[n(529)]),this[n(566)][n(554)](e[n(529)])}),this[t(579)].on(t(548),(e,n)=>{const r=t;for(const t of n[r(538)])this[r(516)][r(575)](t[r(529)]),this[r(566)][r(593)](t[r(529)]);for(const t of Array[r(535)](n[r(589)])[r(545)]())this[r(516)][r(594)](t[r(529)]),this[r(566)][r(554)](t[r(529)])})}}function zt(t,e,n){const r=Bt;let o=0;for(const s of t)switch(s){case r(504):e[r(594)](n[r(584)](o),o),o++;break;case r(561):e[r(575)](o);break;case r(576):o++}}function Ht(){const t=["1487024VrUZbf","9490552ivsieA","setTemplate","span","element","1292039ewUYmO","THREAD_CONTEXT_LABEL","contextValue","4WxEjIJ","6359930xDSgEN","set","ck-context__value","2jwecNi","12576942tkojse","focus","1622829zEgzKb","6071994BwCUSy","bindTemplate"];return(Ht=function(){return t})()}const Kt=Wt;function Wt(t,e){const n=Ht();return(Wt=function(t,e){return n[t-=478]})(t,e)}!function(t){const e=Wt,n=t();for(;;)try{if(703220===-parseInt(e(485))/1+-parseInt(e(492))/2*(parseInt(e(495))/3)+parseInt(e(488))/4*(-parseInt(e(489))/5)+parseInt(e(478))/6+parseInt(e(480))/7+parseInt(e(481))/8+parseInt(e(493))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ht);class qt extends st.View{constructor(t){const e=Wt;super(t);const n=this[e(479)];this[e(490)](e(487),""),this[e(482)]({tag:e(483),attributes:{class:["ck",e(491)],"aria-label":n.to(e(487),n=>it(t,e(486),n)),tabindex:-1},children:[{text:n.to(e(487))}]})}[Kt(494)](){const t=Kt;this[t(484)][t(494)]()}}const Xt=Jt;function Yt(){const t=["_setupKeyboardNavigation","querySelector","_trimContextValue","contextValue","tab","4491074zLWoIC","ck-context","setTemplate","1320NDMpXE","3042pqKUne",".ck-context__value","_model","focus","165810EYBHAl","isEnabled","ck-context-wrapper","ck-annotation__actions","reopenCommentThread","isReadOnly","31168TKZhoA","overlay","lastIndexOf","execute","2847lugaAU","_createReopenButton","mouseenter","add","scrollWidth","context","keystrokes","contextView","length","35CdAReG","focusCycler","bind","bindTemplate","isVisible","icon","...","remove","substring","_attachContextActions","focusables","element","6212gOsoVm","Comment was made on an element","value",".ck-context","tooltip","div","isResolved","mouseleave","6512215RrKPBl","render","_createContextView","fire","focusFirst","Reopen","78816PLcQRF","classList","label","ck-context--quotes","isResolvable","43028ifrGhw","ck-thread__header","listenTo","shift+tab","offsetWidth","reopenButtonView","locale","createCollection","hasContext","focusTracker"];return(Yt=function(){return t})()}function Jt(t,e){const n=Yt();return(Jt=function(t,e){return n[t-=146]})(t,e)}!function(t){const e=Jt,n=t();for(;;)try{if(745954===parseInt(e(153))/1*(-parseInt(e(184))/2)+-parseInt(e(217))/3*(-parseInt(e(165))/4)+-parseInt(e(173))/5+parseInt(e(179))/6+parseInt(e(199))/7+parseInt(e(213))/8*(-parseInt(e(203))/9)+-parseInt(e(207))/10*(-parseInt(e(202))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yt);class Gt extends st.View{[Xt(205)];[Xt(189)];[Xt(151)];[Xt(163)];[Xt(193)];[Xt(150)];[Xt(154)];constructor(t,n){const r=Xt;super(t);const o=this[r(156)];this[r(205)]=n,this[r(189)]=this[r(218)](),this[r(151)]=this[r(175)](),this[r(163)]=this[r(191)]([this[r(151)],this[r(189)]]),this[r(193)]=new e.FocusTracker,this[r(150)]=new e.KeystrokeHandler,this[r(154)]=new st.FocusCycler({focusables:this[r(163)],focusTracker:this[r(193)],keystrokeHandler:this[r(150)],actions:{focusPrevious:r(187),focusNext:r(198)}}),this[r(155)](r(192)).to(this[r(205)],r(149),t=>!!t),this[r(155)](r(197)).to(this[r(205)],r(149),t=>t&&t[r(167)]?this[r(196)](t[r(167)]):it(this[r(190)],r(166))),this[r(201)]({tag:r(170),attributes:{class:[r(185)]},children:[{tag:r(170),attributes:{class:[r(209)]},children:[{tag:r(170),attributes:{class:[r(200),o.if(r(192),r(182))]},children:[this[r(151)]]}]},{tag:r(170),attributes:{class:[r(210)]},children:[this[r(189)]]}]})}[Xt(174)](){const t=Xt;super[t(174)](),this[t(162)](),this[t(194)]()}[Xt(206)](){const t=Xt;this[t(154)][t(177)]()}[Xt(218)](){const t=Xt,e=new st.ButtonView(this[t(190)]);return e[t(181)]=it(this[t(190)],t(178)),e[t(169)]=it(this[t(190)],t(178)),e[t(158)]=ot.IconUndo,e[t(155)](t(208)).to(this[t(205)],t(212),t=>!t),e[t(155)](t(157)).to(this[t(205)],t(183),this[t(205)],t(171),(t,e)=>t&&e),e.on(t(216),()=>{const e=t;this[e(176)](e(211),this[e(205)].id)}),e}[Xt(196)](t){const e=Xt;if(t[e(152)]<150)return t;const n=t[e(215)](" ",147);return t[e(161)](0,n>-1?n:147)+e(159)}[Xt(162)](){const t=Xt,e=this[t(164)][t(195)](t(168)),n=e[t(195)](t(204));this[t(186)](e,t(146),()=>{const r=t;n[r(188)]<n[r(148)]&&e[r(180)][r(147)](r(214))}),this[t(186)](e,t(172),()=>{const n=t;e[n(180)][n(160)](n(214))})}[Xt(194)](){const t=Xt;this[t(150)][t(186)](this[t(164)]);for(const e of this[t(163)])this[t(193)][t(147)](e[t(164)]),this[t(150)][t(186)](e[t(164)])}[Xt(175)](){const t=Xt,e=new qt(this[t(190)]);return e[t(155)](t(197)).to(this),e}}const Zt=Qt;function Qt(t,e){const n=$t();return(Qt=function(t,e){return n[t-=330]})(t,e)}function $t(){const t=["removeComment","cancel","Reply to reopen discussion...","1904091dZKBir","reopenCommentThread","isDirty","_createCommentThreadInputView","destroy","1221032NLkpLJ","hasDirtyComment","first","stop","unlinkedAt","listenTo","archivedAt","createCollection","submit","value","COMMENT_THREAD_LABEL","focus","addComment","showInput","change:isActive","ariaDescriptionView","author","commentThreadInputView","isSubmitted","738034GmILkj","fire","isResolved","isReadOnly","resolveCommentThread","removeCommentThread","target","disabledSubmit","ariaLabel","editorDestroyed","COMMENT_THREAD_DESCRIPTION","placeholder","isUnlinked","120905KNzIKr","984077MaCcqb","bind","Reply...","commentInputView","length","45iSJJzM","5236730WPoKqM","Comment","_model","assign","shift+tab","delegate","render","22vicipn","Write a comment...","570201SFgSQG","editorConfig","focusCycler","name","locale","keystrokes","_config","element","tab","updateComment","focusables","isActive","CommentView","20UXcmGU","comments","_localUser","set","canComment","commentsListView","commentThreadHeaderView","editorReady","focusTracker","submitLabel","isResolvable","150TLjyOt","Reply","submitCommentThread"];return($t=function(){return t})()}!function(t){const e=Qt,n=t();for(;;)try{if(598678===parseInt(e(342))/1+-parseInt(e(411))/2+-parseInt(e(357))/3*(parseInt(e(370))/4)+-parseInt(e(341))/5*(parseInt(e(381))/6)+-parseInt(e(387))/7+parseInt(e(392))/8*(parseInt(e(347))/9)+parseInt(e(348))/10*(parseInt(e(355))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($t);class te extends st.View{[Zt(350)];[Zt(363)];[Zt(376)];[Zt(409)];[Zt(407)];[Zt(367)];[Zt(378)];[Zt(362)];[Zt(359)];constructor(t,n,r,s){const i=Zt;super(t),this[i(373)](i(368),!1),this[i(373)](i(389),!1),this[i(350)]=n,this[i(372)]=r,this[i(363)]=s,this[i(376)]=new Gt(t,n),this[i(376)][i(353)](i(388)).to(this),this[i(407)]=new o.AriaDescriptionView(t,it(t,i(338))),this[i(397)](this,i(388),()=>{this[i(403)]()}),this[i(375)]=new Ut(t,n,Object[i(351)]({CommentView:this[i(363)][i(369)]},s)),this[i(375)][i(353)](i(384)).to(this),this[i(375)][i(353)](i(366)).to(this),this[i(375)][i(353)](i(332)).to(this),this[i(375)][i(353)](i(377)).to(this),this[i(375)][i(353)](i(337)).to(this),this[i(375)][i(343)](i(368)).to(this),this[i(397)](this,i(332),()=>{this[i(403)]()}),this[i(373)](i(346),this[i(375)][i(346)]),this[i(343)](i(346)).to(this[i(375)],i(346)),this[i(409)]=this[i(390)](),this[i(409)][i(353)](i(377)).to(this),this[i(409)][i(353)](i(337)).to(this),this.on(i(384),()=>this[i(403)]()),this[i(343)](i(389)).to(this[i(375)],i(393),this[i(409)][i(345)],i(401),(t,e)=>t||!!e),this[i(343)](i(340)).to(n,i(396),t=>!!t),this[i(343)](i(336)).to(this,i(346),t=>{const e=i,n=this[e(350)][e(371)][e(394)]?this[e(350)][e(371)][e(394)][e(408)][e(360)]:this[e(372)][e(360)];return it(this[e(361)],e(402),[t,n])}),this[i(367)]=this[i(399)]([this[i(375)],this[i(409)]]),this[i(378)]=new e.FocusTracker,this[i(362)]=new e.KeystrokeHandler,this[i(359)]=new st.FocusCycler({focusables:this[i(367)],focusTracker:this[i(378)],keystrokeHandler:this[i(362)],keystrokeHandlerOptions:{filter:t=>t[i(334)]!==this[i(364)]},actions:{focusPrevious:i(352),focusNext:i(365)}})}[Zt(403)](){const t=Zt;this[t(364)][t(403)]()}[Zt(354)](){const t=Zt;super[t(354)](),(0,o.setupThreadKeyboardNavigation)(this,this[t(367)])}async[Zt(391)](){const t=Zt;this[t(389)]=!1,this[t(375)][t(391)](),await this[t(409)][t(391)](),super[t(391)]()}[Zt(390)](){const t=Zt,e=new Rt(this[t(361)],this[t(372)],this[t(363)][t(358)]),n=e[t(345)];return e[t(343)](t(405)).to(this,t(368),this[t(350)],t(331),this[t(350)],t(374),this[t(350)],t(398),n,t(401),(t,e,n,r,o)=>!!o||!!r&&n&&!e||t&&n&&!e),n[t(343)](t(339)).to(this,t(346),this[t(350)],t(380),this[t(350)],t(330),(e,n,r)=>{const o=t;let s;return s=o(r&&n?386:e?344:356),it(this[o(361)],s)}),n[t(343)](t(379)).to(this,t(346),e=>it(this[t(361)],t(e?382:349))),n.on(t(400),(e,n)=>{const r=t;this[r(412)](r(404),n),this[r(350)][r(330)]&&this[r(350)][r(380)]&&this[r(412)](r(388),this[r(350)].id),this[r(350)][r(410)]||this[r(412)](r(383))}),n.on(t(385),()=>{this[t(403)]()}),n[t(343)](t(335)).to(this[t(350)],t(331)),n.on(t(385),e=>{const n=t;0==this[n(346)]&&(this[n(412)](n(333)),e[n(395)]())}),this.on(t(406),(e,r,o)=>{const s=t;o||this[s(346)]||n[s(401)]||this[s(412)](s(333))}),e}}const ee=re;function ne(){const t=["set","createCollection",".ck-thread__container","tooltip","render","locale","isReadOnly","_model","change:isReadOnly","949236TNyFhK","8864910tUBAaV","icon","ck-rounded-corners","element","add","label","140427IxtLHj","ck-thread--","focusables","isResolved","isSystemComment","4lfcjic","get","_createResolveButton","showConfirm","containerElement","commentThreadInputView","6230PyhkMV","1758979BKNwxI","execute","Write a comment...","_boundFirstCommentView","bind","actionBar","_bindFirstCommentView","commentThreadHeaderView","high","stop","resolveButton","querySelector","getTemplate","fire","listenTo","div","ck-comment--resolve","change:archivedAt","extendTemplate","focus","archivedAt","cancelConfirm","isUnlinked","ck-reset_all-excluded","Resolve","Delete comment thread?","setTemplate","then","unbind","42wYPkOG","placeholder","removeCommentThread","change:isActive","_cancelAllConfirms","removeConfirm","length","has","ariaLabel","isEnabled","commentThreadChildren","ck-thread--unlinked","3535049gcouAA","8154npwmrh","removeButton","11SWMwvA","commentViews","actionIndicator","16UUBUUa","isVisible","25275036JcXvqw","ck-thread--active","ck-thread","_updateArchivedThreadHeader","isActive","bindTemplate","isResolvable","commentsListView","ck-thread__container","remove","resolveCommentThread","ariaDescriptionView","listitem"];return(ne=function(){return t})()}function re(t,e){const n=ne();return(re=function(t,e){return n[t-=146]})(t,e)}!function(t){const e=re,n=t();for(;;)try{if(973527===-parseInt(e(213))/1+-parseInt(e(152))/2*(-parseInt(e(201))/3)+parseInt(e(206))/4*(-parseInt(e(195))/5)+-parseInt(e(194))/6+-parseInt(e(164))/7*(-parseInt(e(170))/8)+parseInt(e(165))/9*(parseInt(e(212))/10)+-parseInt(e(167))/11*(-parseInt(e(172))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ne);class oe extends((0,o.ConfirmMixin)(te)){[ee(162)];[ee(210)];[ee(223)];[ee(216)];constructor(t,e,n,r){const o=ee;super(t,e,n,r),this[o(162)]=this[o(186)]([this[o(179)],this[o(211)],this[o(183)]]),this[o(185)](o(169),null),this[o(210)]=null,this[o(216)]=null,this[o(190)]=t,this[o(223)]=this[o(208)](),this[o(149)](this[o(225)]()),this.on(o(155),(t,e,n)=>{n||this[o(156)]()}),this[o(227)](this[o(192)],o(193),(t,e,n)=>{n&&this[o(156)]()}),this[o(158)]>0&&this[o(219)](),this[o(227)](this[o(179)][o(168)],o(199),()=>{this[o(219)]()})}[ee(225)](){const t=ee,e=this[t(177)];return{tag:t(228),attributes:{class:["ck",t(174),t(146),t(197),e.if(t(176),t(173)),e.if(t(235),t(163)),e.to(t(169),e=>e?t(202)+e:"")],"data-thread-id":this[t(192)].id,tabindex:0,role:t(184),"aria-label":e.to(t(160)),"aria-describedby":this[t(183)].id},children:[{tag:t(228),attributes:{class:t(180)},children:this[t(162)]}]}}[ee(189)](){const t=ee;super[t(189)](),this[t(210)]=this[t(198)][t(224)](t(187)),this[t(192)].on(t(230),()=>{this[t(175)]()}),this[t(175)]()}[ee(156)](){const t=ee;this[t(234)]();for(const e of this[t(179)][t(168)])e[t(234)]()}[ee(219)](){const t=ee,{locale:e}=this,n=this[t(179)][t(168)][t(207)](0);n===this[t(216)]||n[t(205)]||(this[t(216)]=n,this[t(151)](t(169)),this[t(217)](t(169)).to(n,t(169),e=>t(181)===e?t(181):null),n[t(153)]=it(e,t(215)),n[t(166)].on(t(214),n=>{const r=t;n[r(222)](),this[r(209)](it(e,r(148)),this[r(210)])[r(150)](()=>{const t=r;this[t(226)](t(154))})},{priority:t(221)}),this.on(t(157),()=>{n[t(232)]()}),n[t(218)][t(199)](this[t(223)],0),n[t(203)][t(199)](this[t(223)],0))}[ee(208)](){const t=ee,e=new o.LateFocusButtonView(this[t(190)]);return e[t(200)]=it(this[t(190)],t(147)),e[t(188)]=it(this[t(190)],t(147)),e[t(196)]=ot.IconCheck,e[t(231)]({attributes:{class:t(229)}}),e[t(217)](t(161)).to(this[t(192)],t(191),t=>!t),e[t(217)](t(171)).to(this[t(192)],t(178),this[t(192)],t(204),(t,e)=>t&&!e),e.on(t(214),()=>{const e=t;this[e(226)](e(182),this[e(192)].id)}),e}[ee(175)](){const t=ee;this[t(192)][t(233)]?this[t(162)][t(159)](this[t(220)])||(this[t(162)][t(199)](this[t(220)],0),this[t(203)][t(199)](this[t(220)],0)):this[t(162)][t(159)](this[t(220)])&&(this[t(162)][t(181)](this[t(220)]),this[t(203)][t(181)](this[t(220)]))}}var se=ie;function ie(t,e){var n=ce();return(ie=function(t,e){return n[t-=196]})(t,e)}function ce(){var t=["ck-content","3255777pKydcE","ck-comment__content","2601wQBrlN","3183010bDPbBC","render","1544697resrwL","innerHTML","2VWzNHR","div","set","335364FVQzqM","11JVgEGx","ck-annotation__content","6XchRVw","setTemplate","84NHBbFm","8344vFZRPt","508069wrwMQQ","221qFVFhZ","element","content","change:content","30445pJXNkR"];return(ce=function(){return t})()}!function(t){for(var e=ie,n=t();;)try{if(265383===-parseInt(e(201))/1*(-parseInt(e(215))/2)+parseInt(e(213))/3+-parseInt(e(199))/4*(parseInt(e(206))/5)+-parseInt(e(197))/6*(-parseInt(e(208))/7)+-parseInt(e(200))/8*(parseInt(e(210))/9)+-parseInt(e(211))/10*(parseInt(e(219))/11)+-parseInt(e(218))/12*(parseInt(e(202))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ce);class ae extends st.View{constructor(t){var e=ie;super(t),this[e(217)](e(204),""),this[e(198)]({tag:e(216),attributes:{class:[e(207),e(209),e(196)]}})}[se(212)](){var t=se;super[t(212)](),this.on(t(205),(e,n,r)=>{var o=t;this[o(203)][o(214)]=r}),this[t(203)][t(214)]=this[t(204)]}}const ue=le;function he(){const t=["enter","change","343974JgpPOK","keystrokes","EXTERNAL_COMMENT","isSystemComment","cancel","delegate","@external","editorConfig","fire","author","COMMENT_THREAD_DESCRIPTION","text/html","render","239204UELZVJ","27wHuKaB","ariaDescriptionView","name","switchToEditMode","_createCommentContentView","collapse","createCollection","parseFromString","maxCommentCharsWhenCollapsed","EXTERNAL_IMPORT_WORD_AVATAR","initialData","importWord","updateComment","formatDateTime","stopListening","expand","esc","_model","EXTERNAL_IMPORT_WORD_COMMENT","attributes","once","tab","shift+tab","2216612mpHkqB","focusFirst","added","value","element","getUserViewNotificationText","remove","ariaLabel","Save","_setupKeyboardNavigation","28173710LMQbEv","focusCycler","add","1150120mLESmb","161wzXEjH","_createCommentInputView","removed","isEditMode","authoredAt","1732176jQxqSz","EXTERNAL_AVATAR","COMMENT_ARIA_LABEL","source","editorDestroyed","focusTracker","set","submit","submitLabel","destroy","1900386WEVdFC","isCollapsed","target","creator","visibleView","createEditor","isReadOnly","body","content","focusables","switchToDisplayMode","locale","editorReady","56nbnJWm","bind","textContent","listenTo","disabledSubmit","_config","get","getExternalCommentNote","focus","isExternal"];return(he=function(){return t})()}function le(t,e){const n=he();return(le=function(t,e){return n[t-=402]})(t,e)}!function(t){const e=le,n=t();for(;;)try{if(950855===parseInt(e(403))/1+parseInt(e(475))/2+-parseInt(e(452))/3*(-parseInt(e(451))/4)+parseInt(e(488))/5+parseInt(e(438))/6*(-parseInt(e(489))/7)+-parseInt(e(426))/8*(-parseInt(e(413))/9)+-parseInt(e(485))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(he);class de extends st.View{[ue(417)];[ue(453)];[ue(422)];[ue(408)];[ue(439)];[ue(486)];[ue(469)];[ue(431)];constructor(t,n,r){const s=ue;super(t),this[s(469)]=n,this[s(431)]=r,this[s(441)]=!!this[s(431)][s(441)],this[s(409)](s(492),!1),this[s(409)](s(414),!0),this[s(427)](s(482)).to(n,s(421),n,s(402),(e,o)=>it(t,s(405),[n[s(447)][s(454)],r[s(465)](o),(new DOMParser)[s(459)](e,s(449))[s(420)][s(428)],n[s(435)]?this[s(433)]():""])),this[s(453)]=new o.AriaDescriptionView(t,it(t,s(448))),this[s(417)]=this[s(458)](),this[s(417)][s(487)](this[s(456)]()),this[s(422)]=new st.ViewCollection,this[s(408)]=new e.FocusTracker,this[s(439)]=new e.KeystrokeHandler,this[s(486)]=new st.FocusCycler({focusables:this[s(422)],focusTracker:this[s(408)],keystrokeHandler:this[s(439)],keystrokeHandlerOptions:{filter:t=>t[s(415)]!==this[s(479)]},actions:{focusPrevious:s(474),focusNext:s(473)}})}[ue(467)](){this[ue(414)]=!1}[ue(457)](){const t=ue;this[t(492)]||(this[t(414)]=!0)}[ue(434)](){const t=ue;this[t(479)][t(434)]()}[ue(450)](){const t=ue;super[t(450)](),this[t(484)]()}async[ue(412)](){const t=ue;await this[t(417)][t(432)](0)[t(412)](),super[t(412)]()}[ue(455)](){const t=ue;this[t(492)]||(this[t(492)]=!0,this[t(417)][t(481)](0)[t(412)](),this[t(417)][t(487)](this[t(490)]()))}[ue(423)](){const t=ue;this[t(492)]&&(this[t(492)]=!1,this[t(417)][t(481)](0)[t(412)](),this[t(417)][t(487)](this[t(456)]()))}[ue(433)](){const t=ue;return t(463)===this[t(469)][t(471)][t(444)][t(406)]?it(this[t(424)],t(470)):it(this[t(424)],t(440))}[ue(480)](){const t=ue;return this[t(469)][t(435)]?t(463)===this[t(469)][t(471)][t(444)][t(406)]?it(this[t(424)],t(461),this[t(469)][t(416)][t(454)]):it(this[t(424)],t(404),this[t(469)][t(416)][t(454)]):null}[ue(456)](){const t=ue,e=new ae(this[t(424)]);return e[t(427)](t(421)).to(this[t(469)],t(421),this,t(414),(e,n)=>n?(0,o.trimHtml)(e,{limit:this[t(431)][t(460)]}):e),e}[ue(490)](){const t=ue;this[t(431)][t(445)]||(this[t(431)][t(445)]={}),this[t(431)][t(445)][t(462)]=this[t(469)][t(421)];const e=new Nt(this[t(424)],this[t(431)][t(445)]);return e[t(478)]=this[t(469)][t(421)],e[t(427)](t(430)).to(this[t(469)],t(419)),e[t(411)]=it(this[t(424)],t(483)),e.on(t(410),(e,n)=>{const r=t;this[r(446)](r(464),this[r(469)].id,n),this[r(423)](),this[r(434)]()}),e.on(t(442),()=>{const e=t;this[e(423)](),this[e(434)]()}),e[t(472)](t(425),()=>{e[t(434)]()}),e[t(418)](),e[t(443)](t(425)).to(this),e[t(443)](t(407)).to(this),e}[ue(484)](){const t=ue,e=this[t(479)];this[t(439)][t(429)](e);for(const e of this[t(422)])this[t(408)][t(487)](e[t(479)]),this[t(439)][t(429)](e[t(479)]);this[t(422)].on(t(437),(e,n)=>{const r=t;for(const t of n[r(491)])this[r(408)][r(481)](t[r(479)]),this[r(439)][r(466)](t[r(479)]);for(const t of n[r(477)])this[r(408)][r(487)](t[r(479)]),this[r(439)][r(429)](t[r(479)])}),this[t(439)][t(409)](t(436),(n,r)=>{const o=t;e===n[o(415)]&&(this[o(486)][o(476)](),r())}),this[t(439)][t(409)](t(468),(n,r)=>{const o=t;e!==n[o(415)]&&(this[o(434)](),r())})}}const me=pe;function ke(){const t=["ck-comment--edit","ck-comment__wrapper","Remove","66DHMgyi","edit","unbind","Delete comment?","mouseleave","ck-comment__user","mouseenter","items","div","ck-comment__external","ck-annotation__actions--hidden","_createEditButton","time","isExternal","ck-annotation__actions","1320870JgbwAZ","fire","_createDropdown","panelView","element","_attachActions","change:isRemovable","focus","isRemovable","render","_model","ck-annotation__info-time","then","addMany","ck-comment__info","Edit","showConfirm","770328cOQMMD","add","ariaDescriptionView","listitem","listenTo","ck-annotation__user","isEnabled","isReadOnly","createCollection","_createRemoveButton","length","setTemplate","isEditMode","remove","ck-comment__actions--hidden","some","getExternalCommentNote","10pqkoSF","ck-comment__actions","actionBar","find","bindTemplate","_createCommentInputView","cancelConfirm","children","set","resolvedAt","ck-comment__main","899217jFJHKx","panelPosition","name","getUserViewNotificationText","ck-annotation__content-wrapper","toMany","placeholder","14QMKLYD","label","ck-annotation","span","from","removeComment","getTemplate","ck-hidden","Reply...","extendTemplate","switchToEditMode","ariaLabel","ck-comment--","removeButton","isEditable","dropdown","editButton","Show more items","19658pVyEBI","10953770jsghSH","isVisible","bind","push","actionIndicator","withText","ck-annotation__main","_config","4002320WZacCW","4271697gtOStu","focusables","isSystemComment","authoredAt","ck-comment--info","buttonView","ck-comment--remove","ck-comment__info-name","icon","group","formatDateTime","visibleView","ck-annotation__info-name","locale","blur","ck-comment","userView","ck-annotation__info","ck-comment__info-time","author","execute"];return(ke=function(){return t})()}function pe(t,e){const n=ke();return(pe=function(t,e){return n[t-=125]})(t,e)}!function(t){const e=pe,n=t();for(;;)try{if(550851===parseInt(e(189))/1+-parseInt(e(214))/2*(parseInt(e(129))/3)+-parseInt(e(223))/4+-parseInt(e(178))/5*(-parseInt(e(144))/6)+-parseInt(e(196))/7*(parseInt(e(161))/8)+-parseInt(e(224))/9+parseInt(e(215))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ke);class ge extends((0,o.ConfirmMixin)(de)){[me(180)];[me(240)];constructor(t,e,n){const r=me;super(t,e,n),this[r(186)](r(219),null),this[r(186)](r(195),it(t,r(204))),this[r(217)](r(227)).to(e),this[r(217)](r(187)).to(e),this[r(180)]=this[r(169)](),this[r(226)]||(this[r(212)]=this[r(140)](),this[r(209)]=this[r(170)](),this[r(136)]=this[r(169)](),this[r(136)][r(157)]([this[r(212)],this[r(209)]]),this[r(211)]=this[r(146)](),this[r(180)][r(162)](this[r(211)]),this[r(225)][r(162)](this[r(211)])),this[r(240)]=new o.UserView(t,e[r(243)],this[r(192)]()),this[r(240)][r(205)]({attributes:{class:[r(134),r(166)],"aria-hidden":!0}}),this[r(165)](e,r(150),()=>this[r(184)]()),this[r(172)](this[r(202)]())}[me(202)](){const t=me,e=this[t(182)],n=[{tag:t(137),attributes:{class:[t(158),t(241)]},children:[{tag:t(199),children:[{text:this[t(240)][t(191)]}],attributes:{class:[t(231),t(236)],"data-cke-tooltip-text":this[t(240)][t(191)]}},{tag:t(141),attributes:{datetime:e.to(t(227)),class:[t(242),t(155)]},children:[{text:e.to(t(227),e=>this[t(222)][t(234)](e))}]}]},{tag:t(137),attributes:{class:[t(179),t(143),e.if(t(173),t(175)),e.if(t(173),t(139))]},children:this[t(180)]},{tag:t(137),attributes:{class:[t(193)]},children:this[t(235)]},this[t(163)]];return this[t(154)][t(142)]&&n[t(218)]({tag:t(137),attributes:{class:[t(138)]},children:[{text:this[t(177)]()}]}),{tag:"li",attributes:{class:[t(127)],tabindex:-1,"aria-label":e.to(t(207)),"aria-describedby":this[t(163)].id,role:t(164)},children:[{tag:t(137),attributes:{class:[t(239),t(198),e.if(t(173),t(126)),e.if(t(226),t(228)),e.to(t(219),e=>e?t(208)+e:"")],"data-author-id":this[t(154)][t(243)].id,"data-comment-id":this[t(154)].id,role:t(233)},children:[this[t(240)],{tag:t(137),attributes:{class:[t(188),t(221)]},children:n}]}]}}[me(140)](){const t=me,e=new st.ButtonView(this[t(237)]);return e[t(197)]=it(this[t(237)],t(159)),e[t(232)]=ot.IconPencil,e[t(220)]=!0,e[t(205)]({attributes:{class:t(126)}}),e[t(217)](t(167)).to(this[t(154)],t(168),t=>!t),e[t(217)](t(216)).to(this[t(154)],t(210)),e.on(t(125),()=>this[t(206)]()),e}[me(170)](){const t=me,e=new st.ButtonView(this[t(237)]);return e[t(197)]=it(this[t(237)],t(128)),e[t(232)]=ot.IconRemoveComment,e[t(220)]=!0,e[t(205)]({attributes:{class:t(230)}}),e[t(217)](t(167)).to(this[t(154)],t(168),t=>!t),e[t(217)](t(216)).to(this[t(154)],t(152)),e.on(t(125),()=>{const e=t;this[e(160)](it(this[e(237)],e(132)),this[e(148)])[e(156)](()=>{const t=e;this[t(145)](t(201),this[t(154)].id)})}),e}[me(146)](){const t=me,e=(0,st.createDropdown)(this[t(237)],o.LateFocusDropdownButtonView),n=e[t(147)][t(185)],r=new st.ListView(this[t(237)]),s=e[t(182)];(0,st.focusChildOnDropdownOpen)(e,()=>this[t(136)][t(181)](e=>e[t(216)])),e[t(205)]({attributes:{class:[s.if(t(216),t(203),t=>!t)]}});const i=(n,o=-1)=>{const s=t,i=new st.ListItemView(this[s(237)]);i[s(185)][s(162)](n);const c=o>-1?o:r[s(136)][s(171)];r[s(136)][s(162)](i,c);const a=Array[s(200)](this[s(136)]);e[s(131)](s(167),s(216)),e[s(217)](s(167))[s(194)](a,s(167),(...t)=>t[s(176)](t=>t)),e[s(217)](s(216))[s(194)](a,s(216),(...t)=>t[s(176)](t=>t))};e[t(190)]="sw",e[t(229)][t(186)]({label:it(this[t(237)],t(213)),icon:ot.IconThreeVerticalDots});for(const e of this[t(136)])i(e);return n[t(162)](r),e[t(165)](this[t(136)],t(162),(t,e,n)=>{i(e,n)}),e[t(165)](this[t(136)],t(174),(e,n,o)=>{const s=t;r[s(136)][s(174)](o)}),e}[me(149)](t,e){const n=me,r=t&&t[n(148)];r&&(this[n(165)](r,n(135),()=>this[n(219)]=e),this[n(165)](r,n(151),()=>this[n(219)]=e),this[n(165)](r,n(133),()=>this[n(219)]=null),this[n(165)](r,n(238),()=>this[n(219)]=null))}[me(183)](){const t=me,e=super[t(183)]();return e[t(217)](t(195)).to(this),e}[me(153)](){const t=me;super[t(153)](),this[t(149)](this[t(212)],t(130)),this[t(149)](this[t(209)],t(174))}}var fe=n(6),be=n.n(fe),ve=n(602),Ie=n.n(ve),we=n(557),_e=n.n(we),ye=n(302),Ae=n.n(ye),Ce=n(290),Te=n.n(Ce),Ee=n(22),xe={attributes:{"data-cke":!0}};xe.setAttributes=Ae(),xe.insert=_e().bind(null,"head"),xe.domAPI=Ie(),xe.insertStyleElement=Te();be()(Ee.A,xe);Ee.A&&Ee.A.locals&&Ee.A.locals;var Ne=n(254),Oe={attributes:{"data-cke":!0}};Oe.setAttributes=Ae(),Oe.insert=_e().bind(null,"head"),Oe.domAPI=Ie(),Oe.insertStyleElement=Te();be()(Ne.A,Oe);Ne.A&&Ne.A.locals&&Ne.A.locals;var Me=n(528),Pe={attributes:{"data-cke":!0}};Pe.setAttributes=Ae(),Pe.insert=_e().bind(null,"head"),Pe.domAPI=Ie(),Pe.insertStyleElement=Te();be()(Me.A,Pe);Me.A&&Me.A.locals&&Me.A.locals;function Se(t,e,{signal:n,edges:r}={}){let o,s=null;const i=null!=r&&r.includes("leading"),c=null==r||r.includes("trailing"),a=()=>{null!==s&&(t.apply(o,s),o=void 0,s=null)};let u=null;const h=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),d()},e)},l=()=>{null!==u&&(clearTimeout(u),u=null)},d=()=>{l(),o=void 0,s=null},m=function(...t){if(n?.aborted)return;o=this,s=t;const e=null==u;h(),i&&e&&a()};return m.schedule=h,m.cancel=d,m.flush=()=>{l(),a()},n?.addEventListener("abort",d,{once:!0}),m}function Re(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:r=!1,trailing:o=!0,maxWait:s}=n,i=Array(2);let c;r&&(i[0]="leading"),o&&(i[1]="trailing");let a=null;const u=Se(function(...e){c=t.apply(this,e),a=null},e,{edges:i}),h=function(...e){return null!=s&&(null===a&&(a=Date.now()),Date.now()-a>=s)?(c=t.apply(this,e),a=Date.now(),u.cancel(),u.schedule(),c):(u.apply(this,e),c)};return h.cancel=u.cancel,h.flush=()=>(u.flush(),c),h}function Le(t,e){const n=Ve();return(Le=function(t,e){return n[t-=216]})(t,e)}function Ve(){const t=["attributeName","760270SKFYrK","class","childList","attributes","cancel","observe","303335WbOSnN","174992jKshUY","characterData","type","2376396DTQuxG","301971dXkEex","36QKHyNW","4YMbMTb","disconnect","199724dNpmPS","37060YlkOCQ"];return(Ve=function(){return t})()}function De(t){const e=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:r=!0,trailing:o=!0}=n;return Re(t,e,{leading:r,trailing:o,maxWait:e})}(t,30),n=new MutationObserver(t=>{const n=Le;for(const r of t)(n(225)==r[n(231)]&&n(223)==r[n(221)]||n(224)==r[n(231)]||n(230)==r[n(231)])&&e()});return{attach(t){n[Le(227)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Le;n[t(218)](),e[t(226)]()}}}!function(t){const e=Le,n=t();for(;;)try{if(231667===parseInt(e(217))/1*(-parseInt(e(220))/2)+-parseInt(e(233))/3+parseInt(e(219))/4+-parseInt(e(228))/5+parseInt(e(232))/6+parseInt(e(222))/7+-parseInt(e(229))/8*(parseInt(e(216))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ve);var Be=n(562),je={attributes:{"data-cke":!0}};je.setAttributes=Ae(),je.insert=_e().bind(null,"head"),je.domAPI=Ie(),je.insertStyleElement=Te();be()(Be.A,je);Be.A&&Be.A.locals&&Be.A.locals;const Fe=Ue;function Ue(t,e){const n=ze();return(Ue=function(t,e){return n[t-=214]})(t,e)}function ze(){const t=["ck-annotation-wrapper--active","focus","clientHeight","length","141bTIckD","168730FURgJZ","isActive","bindTemplate","1071968JGSOXa","312402FXEWQj","add","362505NJpdsF","div","delegate","set","84gAUXrj","attach","ck-annotation-wrapper","setTemplate","first","keystrokes","type","arrowup","element","clear","_updateHeight","_mutationObserver","focusTracker","fire","listenTo","6600348MOlabS","destroy","arrowdown","Esc","presentation","content","detach","isDirty","height","26772ZkjVyt","createCollection","targetRect","ck-rounded-corners","mainView","render","240067sEdAgg"];return(ze=function(){return t})()}!function(t){const e=Ue,n=t();for(;;)try{if(324926===parseInt(e(224))/1+parseInt(e(230))/2+parseInt(e(229))/3*(-parseInt(e(218))/4)+parseInt(e(236))/5+parseInt(e(234))/6*(-parseInt(e(240))/7)+parseInt(e(233))/8+parseInt(e(255))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ze);class He extends st.View{[Fe(252)];id;[Fe(245)];[Fe(214)];[Fe(222)];[Fe(251)];constructor(t,n){const r=Fe;super(t),this.id=(0,e.uid)(),this[r(252)]=new e.FocusTracker,this[r(245)]=new e.KeystrokeHandler,this[r(245)][r(239)](r(258),(t,e)=>this[r(253)](r(258),e)),this[r(239)](r(220),{top:0,right:0,bottom:0,left:0}),this[r(239)](r(217),0),this[r(239)](r(231),!1),this[r(239)](r(216),!1),this[r(239)](r(228),0),this[r(239)](r(246),""),this[r(251)]=De(()=>this[r(250)]()),this[r(214)]=this[r(219)](),this[r(214)][r(238)](r(247),r(257)).to(this),this[r(214)][r(235)](n),this[r(222)]=n;const o=this[r(232)];this[r(243)]({tag:r(237),attributes:{class:["ck",r(242),r(221),o.if(r(231),r(225))],role:r(259)},children:this[r(214)]})}[Fe(223)](){const t=Fe;super[t(223)](),this[t(252)][t(235)](this[t(248)]),this[t(245)][t(254)](this[t(248)]),this[t(251)][t(241)](this[t(248)])}[Fe(256)](){const t=Fe;this[t(214)][t(249)](),this[t(245)][t(256)](),this[t(252)][t(256)](),this[t(251)][t(215)](),super[t(256)]()}[Fe(226)](){const t=Fe;this[t(214)][t(244)]&&this[t(214)][t(244)][t(226)]()}[Fe(250)](){const t=Fe,e=this[t(248)][t(227)];e&&(this[t(217)]=e)}}function Ke(){const t=["element","add","getClientRects","function","destroy","1708130cpNIfu","refreshVisibility","_target","length","isActive","type","innerView","_type","7326785ZhGTcx","set","nodeType","isArray","every","clear","_getNormalizedTarget","mainView","271524XrWazg","offsetParent","targetRect","_assertCorrectTarget","8340mmKPSR","350346MNpOkl","905572MLKkSO","object","focusableElements","36wBzwZo","view","1203uVVFLb","175nEDbek","remove","filter","stopListening","focusTracker","annotation-invalid-target","updateTargetRect","isVisible","9609880kJDFNV","render","target","item","_id"];return(Ke=function(){return t})()}const We=Xe;!function(t){const e=Xe,n=t();for(;;)try{if(872722===parseInt(e(442))/1+-parseInt(e(448))/2+-parseInt(e(453))/3*(parseInt(e(446))/4)+parseInt(e(434))/5+parseInt(e(447))/6*(-parseInt(e(454))/7)+parseInt(e(416))/8+-parseInt(e(451))/9*(-parseInt(e(426))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ke);class qe extends((0,e.ObservableMixin)()){[We(452)];[We(450)];[We(433)];[We(428)];constructor({view:t,target:n,type:r,isVisible:o=!0}){const s=We;super(),this[s(452)]=t,this[s(452)][s(421)]||this[s(452)][s(417)](),this[s(433)]=r,this[s(428)]=n,qe[s(445)](this[s(440)]()),this[s(450)]=new e.Collection([this[s(452)][s(421)]],{idProperty:s(420)}),this[s(450)].on(s(422),(t,e)=>{const n=s;this[n(452)][n(412)][n(422)](e)}),this[s(450)].on(s(409),(t,e)=>{const n=s;this[n(452)][n(412)][n(409)](e)}),this[s(435)](s(415),o)}get[We(431)](){const t=We;return t(424)==typeof this[t(433)]?this[t(433)]():this[t(433)]}get[We(432)](){const t=We;return this[t(452)][t(441)]}get[We(418)](){const t=We,e=this[t(440)]();return qe[t(445)](e),e}get[We(444)](){const t=We,n=this[t(418)];if(null===n)return null;if(n instanceof e.Rect)return n;const r=n[t(410)](e=>function(e){const n=t;if(e[n(443)])return!0;return!!e[n(423)]()[n(419)](0)}(e));return 0===r[t(429)]?null:new e.Rect(r[0][t(423)]()[t(419)](0))}get[We(430)](){const t=We;return this[t(452)][t(430)]}set[We(430)](t){const e=We;this[e(452)][e(430)]=t,this[e(452)][e(441)][e(430)]=t}[We(414)](){const t=We;this[t(452)][t(444)]=this[t(444)]}[We(425)](){const t=We;this[t(450)][t(411)](),this[t(450)][t(439)](),this[t(411)]()}[We(427)](){const t=We;this[t(415)]=!!this[t(444)]}static[We(445)](t){const n=We;if(!(null===t||t instanceof e.Rect||Array[n(437)](t)&&t[n(438)](t=>Ye(t))))throw new e.CKEditorError(n(413),null,{target:t})}[We(440)](){const t=We,e=t(424)==typeof this[t(428)]?this[t(428)]():this[t(428)];return Ye(e)?[e]:e}}function Xe(t,e){const n=Ke();return(Xe=function(t,e){return n[t-=409]})(t,e)}function Ye(t){const e=We;return null!==t&&e(449)==typeof t&&e(436)in t&&1===t[e(436)]}const Je=Ze;function Ge(){const t=["8qiMZfZ","36008rVkIFI","_focusTracker","fire","_innerViewToAnnotation","20qaebDX","focusableElements","724160eCPwjV","from","change:isFocused","focusTracker","_viewToAnnotation","set","stopListening","getByInnerView","getByView","delete","targetRect","1629033pZVXxt","getIndex","refreshPositioning","clear","get","left","length","annotationcollection-duplicated-item","remove","1219707RLTlDO","innerView","updateTargetRect","view","add","isFocused","_getOrderInContent","blur","30630QPMVOT","124794WbpqQE","focus","sort","has","3904310bcwFBz","_sort","annotationcollection-not-existing-item","24WnJEWE","listenTo","destroy","top"];return(Ge=function(){return t})()}function Ze(t,e){const n=Ge();return(Ze=function(t,e){return n[t-=154]})(t,e)}!function(t){const e=Ze,n=t();for(;;)try{if(162167===-parseInt(e(169))/1+-parseInt(e(156))/2*(-parseInt(e(164))/3)+parseInt(e(175))/4+-parseInt(e(173))/5*(parseInt(e(157))/6)+-parseInt(e(186))/7*(-parseInt(e(168))/8)+parseInt(e(195))/9+-parseInt(e(161))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ge);class Qe extends e.Collection{[Je(172)];[Je(179)];[Je(170)];constructor(t=[]){const n=Je;super(),this[n(172)]=new Map,this[n(179)]=new Map,this[n(170)]=new e.FocusTracker,this[n(170)].on(n(177),(t,e,r)=>{const o=n;r||this[o(171)](o(155))});for(const e of t)this[n(199)](e)}get[Je(200)](){const t=Je;return this[t(170)][t(200)]}[Je(199)](t){const n=Je;if(this[n(160)](t))throw new e.CKEditorError(n(193),null);this[n(172)][n(180)](t[n(196)],t),this[n(179)][n(180)](t[n(198)],t);for(const e of t[n(174)])this[n(170)][n(199)](e);this[n(165)](t[n(174)],n(199),(t,e)=>{const r=n;this[r(170)][r(199)](e)}),this[n(165)](t[n(174)],n(194),(t,e)=>{const r=n;this[r(170)][r(194)](e)}),this[n(165)](t[n(198)][n(178)],n(177),(e,r,o)=>{const s=n;o&&this[s(171)](s(158),t)}),t[n(197)]();const r=this[n(154)](t[n(198)][n(185)]);return super[n(199)](t,r)}[Je(194)](t){const n=Je;if(!this[n(160)](t))throw new e.CKEditorError(n(163),null);this[n(181)](t[n(198)][n(178)]),this[n(181)](t[n(174)]);for(const e of t[n(174)])this[n(170)][n(194)](e);return this[n(179)][n(184)](t[n(198)]),this[n(172)][n(184)](t[n(196)]),super[n(194)](t)}[Je(182)](t){const e=Je;return this[e(172)][e(190)](t)}[Je(183)](t){const e=Je;return this[e(179)][e(190)](t)}[Je(166)](){const t=Je;super[t(189)](),this[t(181)](),this[t(172)][t(189)](),this[t(179)][t(189)](),this[t(170)][t(166)]()}[Je(188)](){const t=Je;for(const e of this)e[t(197)]();this[t(162)]()}[Je(162)](){const t=Je,e=Array[t(176)](this)[t(159)]((e,n)=>tn(e[t(198)][t(185)],n[t(198)][t(185)]));for(let n=e[t(192)]-1;n>0;n--){const r=e[n];n!==this[t(187)](r)&&(this[t(194)](r),this[t(199)](r))}}[Je(154)](t){const e=Je;let n=0;if(!t)return this[e(192)];for(const r of this){const o=r[e(198)][e(185)];if(o){if(tn(t,o)<0)return n;n++}}return n}}function $e({source:t,target:e,filter:n}){const r=Je;for(const o of t)n(o)&&e[r(199)](o);e[r(165)](t,r(199),(t,o)=>{const s=r;n(o)&&e[s(199)](o)}),e[r(165)](t,r(194),(t,n)=>{const o=r;e[o(160)](n)&&e[o(194)](n)})}function tn(t,e){const n=Je;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const r=t[n(167)]-e[n(167)];return 0==r?t[n(191)]-e[n(191)]:r}const en=rn;function nn(){const t=["104vRTElw","commands","1710687dNJcYy","find","isPremiumPlugin","no-permissions","includes","360157PfqYvX","collaboration.channelId","comment:modify_all","addCommentThread","4CIBKMU","isOfficialPlugin","context","6QceiMc","setPermissions","comment:admin","document:write","forceDisabled","config","plugins","clearForceDisabled","permissions-set-permissions-invalid-channel-id","449040RfoeJo","enableReadOnlyMode","has","1805424vYMQOs","get","80304QfkPqT","CommentsOnly","editors","CommentsRepository","disableReadOnlyMode","12wUpkyX","36EKeVZs","20cuQKci","noPermissions","pluginName","comment:write","1827655fdGjxA","Permissions","isEnabled"];return(nn=function(){return t})()}function rn(t,e){const n=nn();return(rn=function(t,e){return n[t-=458]})(t,e)}!function(t){const e=rn,n=t();for(;;)try{if(258861===parseInt(e(470))/1+-parseInt(e(463))/2*(parseInt(e(498))/3)+-parseInt(e(481))/4*(-parseInt(e(467))/5)+-parseInt(e(484))/6*(-parseInt(e(477))/7)+-parseInt(e(496))/8+parseInt(e(462))/9*(parseInt(e(493))/10)+-parseInt(e(472))/11*(-parseInt(e(461))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nn);t.ContextPlugin,en(465),en(482),en(474),en(485);var on=n(545),sn={attributes:{"data-cke":!0}};sn.setAttributes=Ae(),sn.insert=_e().bind(null,"head"),sn.domAPI=Ie(),sn.insertStyleElement=Te();be()(on.A,sn);on.A&&on.A.locals&&on.A.locals;const cn=un;function an(){const t=["isPremiumPlugin","ck-user__marker--","toUpperCase","20950189YbAIlY","_id","522nAiwqD","Users","3901534GfCJtt","users.getInitialsCallback","string","290349znrFwC","users","6661240EUwrZk","fromCodePoint","_locale","requires","init","users-me-already-defined","_isAnonymous","length","ck-user__selection--","_lastColor","users-add-invalid-id","5mPOazq","trim","_computeInitials","60129hMJfMC","getUser","isAnonymous","locale","pluginName","4742djPrBo","has","name","test","color","context","addUser","getMarkerClass","filter","codePointAt","decorate","_myId","defineMe","config","getOperationAuthor","users.colorsCount","users.anonymousUserId","2956794crWViy","useAnonymousUser","12cTIMdu","getBackgroundColorClass","11vzhRSH","define","add","anonymous-user","users-add-duplicated-id","Anonymous","ck-user__bg-color--","_addAnonymousUser","split","getSelectionClass","users-me-missing-user","_getNextColor","_isMe","20RuzRAx","isOfficialPlugin","_getInitial","initials","isMe","avatar","get","8YJWZQu"];return(an=function(){return t})()}!function(t){const e=un,n=t();for(;;)try{if(627344===parseInt(e(427))/1*(-parseInt(e(380))/2)+parseInt(e(359))/3*(-parseInt(e(414))/4)+parseInt(e(372))/5*(-parseInt(e(397))/6)+parseInt(e(356))/7+parseInt(e(421))/8*(parseInt(e(375))/9)+-parseInt(e(361))/10*(-parseInt(e(401))/11)+parseInt(e(399))/12*(parseInt(e(425))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(an);t.ContextPlugin,cn(360),cn(370),cn(391),cn(363),cn(379),cn(415),cn(422),cn(364),cn(365),cn(386),cn(376),cn(398),cn(392),cn(394),cn(412),cn(408);cn(384),cn(382),cn(417),cn(419),cn(413),cn(367),cn(377),cn(418),cn(374),cn(416);function un(t,e){const n=an();return(un=function(t,e){return n[t-=355]})(t,e)}cn(426),cn(400),cn(410),cn(387);var hn=n(910),ln={attributes:{"data-cke":!0}};ln.setAttributes=Ae(),ln.insert=_e().bind(null,"head"),ln.domAPI=Ie(),ln.insertStyleElement=Te();be()(hn.A,ln);hn.A&&hn.A.locals&&hn.A.locals;function dn(t,e){const n=kn();return(dn=function(t,e){return n[t-=461]})(t,e)}const mn=dn;function kn(){const t=["ck ck-user__name ck-user__name--hidden","310863PAHiXe","139NLLNJB","avatar","div","94506AAaKeL","ck ck-user__name","content","ck-user","ck-user__avatar","extendTemplate","ck-user__img","initials","push","isAnonymous","ck-user__anonymous","url('","2418680CVgtGN","ck-user__notification","setTemplate","48ruYDjd","name","3764riuDEj","isMe","7374tYkCUy","ck-user__icon","ck-user_me","notificationView","276AiMMdo","4413871JkZMHY","185UEZuYe","1576899HHpfXw"];return(kn=function(){return t})()}!function(t){const e=dn,n=t();for(;;)try{if(412929===-parseInt(e(480))/1*(-parseInt(e(468))/2)+-parseInt(e(470))/3*(-parseInt(e(474))/4)+-parseInt(e(476))/5*(-parseInt(e(483))/6)+parseInt(e(479))/7*(-parseInt(e(466))/8)+-parseInt(e(477))/9+parseInt(e(463))/10+-parseInt(e(475))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kn);st.View,mn(467),mn(473);function pn(t,e){var n=gn();return(pn=function(t,e){return n[t-=242]})(t,e)}function gn(){var t=["77dsHXNS","1411857uIklJd","ck-aria-description-","839716CLnqIG","415944gisGCJ","ck-aria-description","span","75275HsisnC","1115808kmSAWg","2xbvxqI","setTemplate","1694613CxKsgb","24392sfMPVT"];return(gn=function(){return t})()}!function(t){for(var e=pn,n=t();;)try{if(482774===parseInt(e(252))/1*(parseInt(e(246))/2)+-parseInt(e(254))/3+-parseInt(e(242))/4+-parseInt(e(250))/5+-parseInt(e(251))/6+parseInt(e(243))/7*(parseInt(e(247))/8)+-parseInt(e(244))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gn);st.View;var fn=vn;!function(t){for(var e=vn,n=t();;)try{if(236313===parseInt(e(321))/1+parseInt(e(313))/2+-parseInt(e(317))/3*(parseInt(e(308))/4)+parseInt(e(310))/5+-parseInt(e(323))/6+-parseInt(e(311))/7+parseInt(e(316))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bn);st.ButtonView,fn(309);function bn(){var t=["1172384cetwhf","319632iRPibu","mouseup","element","stopPropagation","355067bZxnZp","focus","1285782mAnUTq","4rRJpvQ","render","1179615oRUWot","2882201nruhoq","listenTo","462718kIHfuV","preventDefault","mousedown"];return(bn=function(){return t})()}st.DropdownButtonView,fn(309);function vn(t,e){var n=bn();return(vn=function(t,e){return n[t-=308]})(t,e)}class In extends Error{}class wn extends In{constructor(){super("Zone is an abstract class")}}class _n{get type(){throw new wn}get name(){throw new wn}get ianaName(){return this.name}get isUniversal(){throw new wn}offsetName(t,e){throw new wn}formatOffset(t,e){throw new wn}offset(t){throw new wn}equals(t){throw new wn}get isValid(){throw new wn}}const yn=new Map;const An={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};const Cn=new Map;class Tn extends _n{static create(t){let e=Cn.get(t);return void 0===e&&Cn.set(t,e=new Tn(t)),e}static resetCache(){Cn.clear(),yn.clear()}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}}constructor(t){super(),this.zoneName=t,this.valid=Tn.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:e,locale:n}){return Ln(t,e,n,this.name)}formatOffset(t,e){return Dn(this.offset(t),e)}offset(t){if(!this.valid)return NaN;const e=new Date(t);if(isNaN(e))return NaN;const n=function(t){let e=yn.get(t);return void 0===e&&(e=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),yn.set(t,e)),e}(this.name);let[r,o,s,i,c,a,u]=n.formatToParts?function(t,e){const n=t.formatToParts(e),r=[];for(let t=0;t<n.length;t++){const{type:e,value:o}=n[t],s=An[e];"era"===e?r[s]=o:On(s)||(r[s]=parseInt(o,10))}return r}(n,e):function(t,e){const n=t.format(e).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,o,s,i,c,a,u,h]=r;return[i,o,s,c,a,u,h]}(n,e);"BC"===i&&(r=1-Math.abs(r));let h=+e;const l=h%1e3;return h-=l>=0?l:1e3+l,(Rn({year:r,month:o,day:s,hour:24===c?0:c,minute:a,second:u,millisecond:0})-h)/6e4}equals(t){return"iana"===t.type&&t.name===this.name}get isValid(){return this.valid}}new Map;new Map;new Map;new Map;new Map;let En=null;class xn extends _n{static get utcInstance(){return null===En&&(En=new xn(0)),En}static instance(t){return 0===t?xn.utcInstance:new xn(t)}static parseSpecifier(t){if(t){const e=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(e)return new xn(Vn(e[1],e[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${Dn(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${Dn(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(t,e){return Dn(this.fixed,e)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return"fixed"===t.type&&t.fixed===this.fixed}get isValid(){return!0}}const Nn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"};Nn.hanidec.replace(/[\[|\]]/g,"").split("");new Map;function On(t){return void 0===t}function Mn(t,e=2){let n;return n=t<0?"-"+(""+-t).padStart(e,"0"):(""+t).padStart(e,"0"),n}function Pn(t){return On(t)||null===t||""===t?void 0:parseInt(t,10)}function Sn(t){if(!On(t)&&null!==t&&""!==t){const e=1e3*parseFloat("0."+t);return Math.floor(e)}}function Rn(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function Ln(t,e,n,r=null){const o=new Date(t),s={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(s.timeZone=r);const i={timeZoneName:e,...s},c=new Intl.DateTimeFormat(n,i).formatToParts(o).find(t=>"timezonename"===t.type.toLowerCase());return c?c.value:null}function Vn(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const r=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function Dn(t,e){const n=Math.trunc(Math.abs(t/60)),r=Math.trunc(Math.abs(t%60)),o=t>=0?"+":"-";switch(e){case"short":return`${o}${Mn(n,2)}:${Mn(r,2)}`;case"narrow":return`${o}${n}${r>0?`:${r}`:""}`;case"techie":return`${o}${Mn(n,2)}${Mn(r,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}const Bn=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function jn(...t){const e=t.reduce((t,e)=>t+e.source,"");return RegExp(`^${e}$`)}function Fn(...t){return e=>t.reduce(([t,n,r],o)=>{const[s,i,c]=o(e,r);return[{...t,...s},i||n,c]},[{},null,1]).slice(0,2)}function Un(...t){return(e,n)=>{const r={};let o;for(o=0;o<t.length;o++)r[t[o]]=Pn(e[n+o]);return[r,null,n+o]}}const zn=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,Hn=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,Kn=RegExp(`${Hn.source}${`(?:${zn.source}?(?:\\[(${Bn.source})\\])?)?`}`),Wn=RegExp(`(?:T${Kn.source})?`),qn=Un("weekYear","weekNumber","weekDay"),Xn=Un("year","ordinal"),Yn=RegExp(`${Hn.source} ?(?:${zn.source}|(${Bn.source}))?`),Jn=RegExp(`(?: ${Yn.source})?`);function Gn(t,e,n){const r=t[e];return On(r)?n:Pn(r)}function Zn(t,e){return[{hours:Gn(t,e,0),minutes:Gn(t,e+1,0),seconds:Gn(t,e+2,0),milliseconds:Sn(t[e+3])},null,e+4]}function Qn(t,e){const n=!t[e]&&!t[e+1],r=Vn(t[e+1],t[e+2]);return[{},n?null:xn.instance(r),e+3]}function $n(t,e){return[{},t[e]?Tn.create(t[e]):null,e+1]}RegExp(`^T?${Hn.source}$`);jn(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Wn),jn(/(\d{4})-?W(\d\d)(?:-?(\d))?/,Wn),jn(/(\d{4})-?(\d{3})/,Wn),jn(Kn),Fn(function(t,e){return[{year:Gn(t,e),month:Gn(t,e+1,1),day:Gn(t,e+2,1)},null,e+3]},Zn,Qn,$n),Fn(qn,Zn,Qn,$n),Fn(Xn,Zn,Qn,$n),Fn(Zn,Qn,$n);Fn(Zn);jn(/(\d{4})-(\d\d)-(\d\d)/,Jn),jn(Yn),Fn(Zn,Qn,$n);const tr={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},er=365.2425,nr=30.436875,rr=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"];rr.slice(0).reverse();Symbol.for("nodejs.util.inspect.custom");Symbol.for("nodejs.util.inspect.custom");const or=`[ ${String.fromCharCode(160)}]`;new RegExp(or,"g");new Map;Symbol.for("nodejs.util.inspect.custom");function sr(t,e){const n=ir();return(sr=function(t,e){return n[t-=179]})(t,e)}function ir(){const t=["406vcMeSS","days","3745320SIalBv","87201JaHxhX","'Yesterday' hh:mma","1631115rELeAL","18404760ODNPEi","'Last' EEEE hh:mma","string","230zaEUTF","invalid-date-time-format","32700tADabt","floor","4kTtjlZ","Today","'Today' hh:mma","toFormat","function","Last","now","1366520lQuTNI","fromJSDate","toJSDate","Yesterday","EEEE","2AeNabn","dateTimeFormat","LL-dd-yyyy hh:mma","694209MLpvOI","fromISO","diff","hh:mma"];return(ir=function(){return t})()}function cr(){const t=["markerNameToElements","sort","item","96362PGhigS","domConverter","2307550mipDeQ","view","from","domElement","mapper","34415RawlkD","2pRmTzd","mapViewToDom","790808BOnqhN","874179wZEYgX","push","4YcACKJ","getClientRects","10412776SSoqLJ","filter","522hjMvpT","values","4670280vIYTHs","map","42PCsasw","name","length"];return(cr=function(){return t})()}function ar(t,e){const n=cr();return(ar=function(t,e){return n[t-=335]})(t,e)}function ur(){const t=["match","join","startsWith","186798zvZzhw","slice","823448XiwIZa","6WeUxNv","substring","push","8ZUizBK","9HabXlF","1562630TIqXCo","replace","indexOf","pop","1041992EEnieQ","split","90014aWfxha","187CReZkA","11390HyenCz","length","67781UCPTch","..."];return(ur=function(){return t})()}function hr(t,e){const n=ur();return(hr=function(t,e){return n[t-=191]})(t,e)}!function(t){const e=sr,n=t();for(;;)try{if(395944===-parseInt(e(189))/1+-parseInt(e(186))/2*(parseInt(e(198))/3)+-parseInt(e(206))/4*(parseInt(e(195))/5)+-parseInt(e(204))/6*(-parseInt(e(193))/7)+parseInt(e(181))/8+parseInt(e(196))/9*(parseInt(e(202))/10)+parseInt(e(199))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir),function(t){const e=ar,n=t();for(;;)try{if(344901===parseInt(e(350))/1*(parseInt(e(358))/2)+-parseInt(e(361))/3*(-parseInt(e(336))/4)+-parseInt(e(357))/5*(-parseInt(e(340))/6)+-parseInt(e(344))/7*(-parseInt(e(360))/8)+-parseInt(e(342))/9+parseInt(e(352))/10+-parseInt(e(338))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cr);!function(t){const e=hr,n=t();for(;;)try{if(217841===parseInt(e(199))/1*(parseInt(e(191))/2)+-parseInt(e(208))/3+-parseInt(e(197))/4+parseInt(e(193))/5+-parseInt(e(211))/6*(parseInt(e(203))/7)+parseInt(e(210))/8*(-parseInt(e(192))/9)+-parseInt(e(201))/10*(parseInt(e(200))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ur);var lr=n(909),dr={attributes:{"data-cke":!0}};dr.setAttributes=Ae(),dr.insert=_e().bind(null,"head"),dr.domAPI=Ie(),dr.insertStyleElement=Te();be()(lr.A,dr);lr.A&&lr.A.locals&&lr.A.locals;const mr=kr;function kr(t,e){const n=pr();return(kr=function(t,e){return n[t-=150]})(t,e)}function pr(){const t=["cancel","execute","extendTemplate","message","focusables","174424mOQHnd","_createButtonView","5nHjDqu","2977026nhHvNa","ck-confirm-view-actions","3861256piwOMN","label","12678iqIlfi","div","fire","cancelView","2035bibnpU","shift+tab","alertdialog","submit","focusTracker","listenTo","ck-confirm-view-inner","icon","59dafQPA","focusCycler","set","forEach","render","Yes","setTemplate","esc","submitView","element","7600828ETHqhJ","bindTemplate","tab","360590Tdzyzv","add","presentation","_setupKeyboardNavigation","ck-confirm-view-","keystrokes","342CuAFre","ck-confirm-view","Are you sure?","createCollection","4630557EhikDE","focus"];return(pr=function(){return t})()}!function(t){const e=kr,n=t();for(;;)try{if(976895===parseInt(e(159))/1*(-parseInt(e(196))/2)+-parseInt(e(182))/3+-parseInt(e(169))/4+parseInt(e(191))/5*(-parseInt(e(192))/6)+-parseInt(e(194))/7+parseInt(e(189))/8*(-parseInt(e(178))/9)+-parseInt(e(172))/10*(-parseInt(e(151))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pr);st.View,mr(167),mr(150),mr(155),mr(177),mr(160),mr(188),mr(163),mr(183),mr(190),mr(175);function gr(t,e){var n=fr();return(gr=function(t,e){return n[t-=184]})(t,e)}function fr(){var t=["186010jIpPDc","message","remove","registerChild","submit","render","1164iFzQpa","2148030rfLkXs","destroy","isConfirm","once","set","showConfirm","element","cancelConfirm","add","11370bUMGob","change:isConfirm","5435744lCGWcj","appendChild","classList","1177586JyJGCp","_removeConfirm","cancel","deregisterChild","removeConfirm","203frcneu","fire","confirmView","focus","2248026pXYshy","locale","ck-confirm-view-active","8202tVZgkU"];return(fr=function(){return t})()}function br(t,e){const n=vr();return(br=function(t,e){return n[t-=103]})(t,e)}function vr(){const t=["string","702535LxpChT","4033074kbBNcz","55260mxfyuG","object","1930422IpwgPk","7316721RKKePP","7RVPOzi","sort","2MZRBzz","2436940MlrrWz","5105190iCcRqC","charCodeAt","isArray","toString","keys","number","8Ynosjm","sign"];return(vr=function(){return t})()}!function(t){for(var e=gr,n=t();;)try{if(806936===-parseInt(e(216))/1+parseInt(e(195))/2+parseInt(e(191))/3+-parseInt(e(201))/4*(-parseInt(e(211))/5)+-parseInt(e(194))/6*(-parseInt(e(187))/7)+parseInt(e(213))/8+-parseInt(e(202))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fr),function(t){const e=br,n=t();for(;;)try{if(441995===-parseInt(e(110))/1+-parseInt(e(118))/2*(-parseInt(e(114))/3)+parseInt(e(112))/4+-parseInt(e(119))/5+-parseInt(e(111))/6*(-parseInt(e(116))/7)+-parseInt(e(107))/8*(-parseInt(e(115))/9)+-parseInt(e(120))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vr);const Ir=wr;!function(t){const e=wr,n=t();for(;;)try{if(376656===parseInt(e(339))/1+-parseInt(e(306))/2*(parseInt(e(321))/3)+-parseInt(e(322))/4*(parseInt(e(346))/5)+parseInt(e(319))/6*(-parseInt(e(340))/7)+parseInt(e(342))/8*(-parseInt(e(330))/9)+parseInt(e(303))/10+-parseInt(e(344))/11*(-parseInt(e(326))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_r);Ir(305),Ir(335),Ir(329),Ir(304),Ir(338),Ir(331),Ir(336),Ir(328),Ir(334),Ir(332);function wr(t,e){const n=_r();return(wr=function(t,e){return n[t-=303]})(t,e)}function _r(){const t=["11384CPrHZr","every","132wehsTN","includes","510PBhrNd","get","5398180Wrvfrt","rootsAttributes","initialData","2bNAhPu","set","filter","find","from","has","concat","prototype","_context","config","constructor","builtinPlugins","requires","6LaZpyk","removePlugins","200613kSPkxD","15168QHFJsH","plugins","extraPlugins","length","1148124qcvNXI","string","WordCount","toolbar","3204yRPNkJ","RevisionTracker","WProofreader","map","DocumentOutline","context","Autosave","names","WebSocketGateway","191686FRdCsf","3799103zdAmAa","pluginName"];return(_r=function(){return t})()}function yr(t,e){const n=Ar();return(yr=function(t,e){return n[t-=184]})(t,e)}function Ar(){const t=["end","37144YHoGIM","includes","containsPosition","length","push","14806408CMFTzh","getRange","363QGqMoa","3693151LNIuQj","markers","selection","start","focus","4882TYhhzv","75xGwmlv","isEqual","191wsxAPJ","75899070rBOlhN","11592144KjOEgu","change:range","document","535698kEEnRG"];return(Ar=function(){return t})()}!function(t){const e=yr,n=t();for(;;)try{if(994415===parseInt(e(205))/1*(-parseInt(e(202))/2)+-parseInt(e(196))/3*(parseInt(e(189))/4)+-parseInt(e(203))/5*(parseInt(e(187))/6)+-parseInt(e(197))/7+-parseInt(e(194))/8+-parseInt(e(184))/9+parseInt(e(206))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ar);const Cr=Er;!function(t){const e=Er,n=t();for(;;)try{if(667503===parseInt(e(305))/1*(-parseInt(e(307))/2)+parseInt(e(287))/3+-parseInt(e(274))/4*(-parseInt(e(278))/5)+parseInt(e(299))/6+parseInt(e(283))/7*(-parseInt(e(281))/8)+parseInt(e(302))/9*(-parseInt(e(273))/10)+-parseInt(e(280))/11*(-parseInt(e(296))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xr);const Tr=Cr(285);function Er(t,e){const n=xr();return(Er=function(t,e){return n[t-=272]})(t,e)}function xr(){const t=["removed","stopListening","focusTracker","set","target","5302392vIanUt","listenTo","isRendered","5263782owbfJP","change","keys","9vqfGdk","focusFirst","chain","27974okhOgI","fire","8HSVlBg","enter","reverse","added","escape","esc","remove","8081150xDVDsi","36dSspSn","actions","keystrokes","unchain","143945IkpbGa","arrowup","11atwjtP","66200rCMByt","arrowdown","959GXqhHd","focus","Ctrl+Shift+E","from","3428775LeoBcm","focusCycler","add","element"];return(xr=function(){return t})()}class Nr{diff(t,e,n={}){let r;"function"==typeof n?(r=n,n={}):"callback"in n&&(r=n.callback);const o=this.castInput(t,n),s=this.castInput(e,n),i=this.removeEmpty(this.tokenize(o,n)),c=this.removeEmpty(this.tokenize(s,n));return this.diffWithOptionsObj(i,c,n,r)}diffWithOptionsObj(t,e,n,r){var o;const s=t=>(t=this.postProcess(t,n),r?void setTimeout(function(){r(t)},0):t),i=e.length,c=t.length;let a=1,u=i+c;null!=n.maxEditLength&&(u=Math.min(u,n.maxEditLength));const h=null!==(o=n.timeout)&&void 0!==o?o:1/0,l=Date.now()+h,d=[{oldPos:-1,lastComponent:void 0}];let m=this.extractCommon(d[0],e,t,0,n);if(d[0].oldPos+1>=c&&m+1>=i)return s(this.buildValues(d[0].lastComponent,e,t));let k=-1/0,p=1/0;const g=()=>{for(let r=Math.max(k,-a);r<=Math.min(p,a);r+=2){let o;const a=d[r-1],u=d[r+1];a&&(d[r-1]=void 0);let h=!1;if(u){const t=u.oldPos-r;h=u&&0<=t&&t<i}const l=a&&a.oldPos+1<c;if(h||l){if(o=!l||h&&a.oldPos<u.oldPos?this.addToPath(u,!0,!1,0,n):this.addToPath(a,!1,!0,1,n),m=this.extractCommon(o,e,t,r,n),o.oldPos+1>=c&&m+1>=i)return s(this.buildValues(o.lastComponent,e,t))||!0;d[r]=o,o.oldPos+1>=c&&(p=Math.min(p,r-1)),m+1>=i&&(k=Math.max(k,r+1))}else d[r]=void 0}a++};if(r)!function t(){setTimeout(function(){if(a>u||Date.now()>l)return r(void 0);g()||t()},0)}();else for(;a<=u&&Date.now()<=l;){const t=g();if(t)return t}}addToPath(t,e,n,r,o){const s=t.lastComponent;return s&&!o.oneChangePerToken&&s.added===e&&s.removed===n?{oldPos:t.oldPos+r,lastComponent:{count:s.count+1,added:e,removed:n,previousComponent:s.previousComponent}}:{oldPos:t.oldPos+r,lastComponent:{count:1,added:e,removed:n,previousComponent:s}}}extractCommon(t,e,n,r,o){const s=e.length,i=n.length;let c=t.oldPos,a=c-r,u=0;for(;a+1<s&&c+1<i&&this.equals(n[c+1],e[a+1],o);)a++,c++,u++,o.oneChangePerToken&&(t.lastComponent={count:1,previousComponent:t.lastComponent,added:!1,removed:!1});return u&&!o.oneChangePerToken&&(t.lastComponent={count:u,previousComponent:t.lastComponent,added:!1,removed:!1}),t.oldPos=c,a}equals(t,e,n){return n.comparator?n.comparator(t,e):t===e||!!n.ignoreCase&&t.toLowerCase()===e.toLowerCase()}removeEmpty(t){const e=[];for(let n=0;n<t.length;n++)t[n]&&e.push(t[n]);return e}castInput(t,e){return t}tokenize(t,e){return Array.from(t)}join(t){return t.join("")}postProcess(t,e){return t}get useLongestToken(){return!1}buildValues(t,e,n){const r=[];let o;for(;t;)r.push(t),o=t.previousComponent,delete t.previousComponent,t=o;r.reverse();const s=r.length;let i=0,c=0,a=0;for(;i<s;i++){const t=r[i];if(t.removed)t.value=this.join(n.slice(a,a+t.count)),a+=t.count;else{if(!t.added&&this.useLongestToken){let r=e.slice(c,c+t.count);r=r.map(function(t,e){const r=n[a+e];return r.length>t.length?r:t}),t.value=this.join(r)}else t.value=this.join(e.slice(c,c+t.count));c+=t.count,t.added||(a+=t.count)}}return r}}new class extends Nr{tokenize(t){return t.slice()}join(t){return t}removeEmpty(t){return t}};const Or=Mr;function Mr(t,e){const n=Pr();return(Mr=function(t,e){return n[t-=401]})(t,e)}!function(t){const e=Mr,n=t();for(;;)try{if(457357===parseInt(e(512))/1+parseInt(e(533))/2*(parseInt(e(455))/3)+-parseInt(e(414))/4+parseInt(e(453))/5*(parseInt(e(464))/6)+-parseInt(e(551))/7+parseInt(e(517))/8*(-parseInt(e(405))/9)+-parseInt(e(569))/10*(-parseInt(e(488))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Pr);Or(412),Or(552);function Pr(){const t=["offsetSize","null","5288668hTkSTE","data-id","related","matchAll","listenTo","sort","_getAttributeChanges","markers","_handleUnchanged","getRoot","merge","writer","isStart","_getAttrsForOffsets","end","getOperationsData","slice","_tokenizeModel","7143770UYBsQR","solid","$markedRemove:","path","insert","getOperations","anchor","_calculateMarkersOperationsData","_getElementCategory","length","elementEnd","remove","type","isLimit","_makeTokensFromTextByWords","1175886igZeaI","nextSibling","change","getItems","ready","shift","category","$elementId","_removeAttribute","2311804DHOoHX","filter","createPositionAt","startOffset","limitId","index","removed","_handleElementRename","getShiftedBy","isContent","data","isMarkedRemoveOperation","block","isOfficialPlugin","_path","_handleTextAttributeChanges","elementId","NEGATIVE_INFINITY","_handleElementAttributeChanges","maxOffset","documentcompare-no-editor","createRangeIn","document","from","pluginName","addAttributeCheck","_handleChanged","lowest","howMany","init","map","rename","splice","getChildAtOffset","schema","markedRemove","stringify","_editor","isPremiumPlugin","897755rPKeaq","get","3roVLIP","_diffItems","_parents","fill","viewItem","added","entries","getAttribute","item","30gLaYwq","wrap","_clone","_integrateEditor","_createIn","_getPositionFromAnchorAndPath","isInline","$markedRemove","key","pop","documentcompare-compare-no-root","modelRange","unwrap","text","oldName","newName","isBlock","getDiff","model","range","string","container","value","parent","11gGEDUR","marker","DocumentCompare","getAttributes","set","add","_handleUnwraps","conversion","push","context","flatMap","newValue","element","_calculateOperationsData","first","_markDeletions","version","attribute","previousPosition","after","_createAt","editors","unshift","startsWith","573235FJSVEO","forEach","before","upcast","_findUnclosedBlockOpeningToken","56nLpNtn","offset","root","clone","_diffModelTokens","graveyard","unchanged","setAttribute","start","oldValue","getPath","token","model-diff-incorrect-matching-and-closing-tags","_makeModelFromTokens","elementStart","_createFromPositionAndShift","1040086xCZjqc","for","_handleUnclosedBlockOpeningTags","editor","parse","reduce","_anchor","name","_handleWraps","markDeletions","main","_operationsData","$textProxy","_traverseOverItem","split","tokens"];return(Pr=function(){return t})()}t.ContextPlugin,Or(438),Or(427),Or(452),Or(443),Or(536),Or(481),Or(425),Or(467);Or(451),Or(456),Or(544),Or(503),Or(539),Or(428),Or(457),Or(566),Or(574),Or(568),Or(404),Or(577),Or(521),Or(535),Or(516),Or(501),Or(576),Or(494),Or(541),Or(559),Or(440),Or(546),Or(421),Or(432),Or(429),Or(557),Or(564),Or(469),Or(530);var Sr=n(276),Rr={attributes:{"data-cke":!0}};Rr.setAttributes=Ae(),Rr.insert=_e().bind(null,"head"),Rr.domAPI=Ie(),Rr.insertStyleElement=Te();be()(Sr.A,Rr);Sr.A&&Sr.A.locals&&Sr.A.locals;var Lr=n(690),Vr={attributes:{"data-cke":!0}};Vr.setAttributes=Ae(),Vr.insert=_e().bind(null,"head"),Vr.domAPI=Ie(),Vr.insertStyleElement=Te();be()(Lr.A,Vr);Lr.A&&Lr.A.locals&&Lr.A.locals;var Dr=n(633),Br={attributes:{"data-cke":!0}};Br.setAttributes=Ae(),Br.insert=_e().bind(null,"head"),Br.domAPI=Ie(),Br.insertStyleElement=Te();be()(Dr.A,Br);Dr.A&&Dr.A.locals&&Dr.A.locals;var jr=n(79),Fr={attributes:{"data-cke":!0}};Fr.setAttributes=Ae(),Fr.insert=_e().bind(null,"head"),Fr.domAPI=Ie(),Fr.insertStyleElement=Te();be()(jr.A,Fr);jr.A&&jr.A.locals&&jr.A.locals;var Ur=n(364),zr={attributes:{"data-cke":!0}};zr.setAttributes=Ae(),zr.insert=_e().bind(null,"head"),zr.domAPI=Ie(),zr.insertStyleElement=Te();be()(Ur.A,zr);Ur.A&&Ur.A.locals&&Ur.A.locals;var Hr=n(369),Kr={attributes:{"data-cke":!0}};Kr.setAttributes=Ae(),Kr.insert=_e().bind(null,"head"),Kr.domAPI=Ie(),Kr.insertStyleElement=Te();be()(Hr.A,Kr);Hr.A&&Hr.A.locals&&Hr.A.locals;var Wr=n(103),qr={attributes:{"data-cke":!0}};qr.setAttributes=Ae(),qr.insert=_e().bind(null,"head"),qr.domAPI=Ie(),qr.insertStyleElement=Te();be()(Wr.A,qr);Wr.A&&Wr.A.locals&&Wr.A.locals;var Xr=n(878),Yr={attributes:{"data-cke":!0}};Yr.setAttributes=Ae(),Yr.insert=_e().bind(null,"head"),Yr.domAPI=Ie(),Yr.insertStyleElement=Te();be()(Xr.A,Yr);Xr.A&&Xr.A.locals&&Xr.A.locals;var Jr=n(328),Gr={attributes:{"data-cke":!0}};Gr.setAttributes=Ae(),Gr.insert=_e().bind(null,"head"),Gr.domAPI=Ie(),Gr.insertStyleElement=Te();be()(Jr.A,Gr);Jr.A&&Jr.A.locals&&Jr.A.locals;var Zr=n(334),Qr={attributes:{"data-cke":!0}};Qr.setAttributes=Ae(),Qr.insert=_e().bind(null,"head"),Qr.domAPI=Ie(),Qr.insertStyleElement=Te();be()(Zr.A,Qr);Zr.A&&Zr.A.locals&&Zr.A.locals;function $r(t,e){var n=to();return($r=function(t,e){return n[t-=142]})(t,e)}function to(){var t=["6IhgMwx","1149372nbUNNp","396935qBbZxF","7GnUQcq","311468gOvMhY","5qlTCcy","2203360ANoKvz","290979wTljte","40nSFMqe","176110XGyUfq","1417398ibuFCh"];return(to=function(){return t})()}function eo(){var t=["3476dQyILf","920078cwSQwg","40879359CvLJtp","4425687qrPvUp","2KfbxmJ","35xpkCDt","905442DUmWQJ","5511499quDRST","4191864CBxkLE"];return(eo=function(){return t})()}function no(t,e){var n=eo();return(no=function(t,e){return n[t-=493]})(t,e)}!function(t){for(var e=$r,n=t();;)try{if(170181===parseInt(e(152))/1+-parseInt(e(143))/2*(parseInt(e(145))/3)+parseInt(e(149))/4*(parseInt(e(150))/5)+-parseInt(e(144))/6*(-parseInt(e(148))/7)+-parseInt(e(151))/8+-parseInt(e(146))/9+-parseInt(e(142))/10*(-parseInt(e(147))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(to),function(t){for(var e=no,n=t();;)try{if(826252===-parseInt(e(498))/1*(parseInt(e(495))/2)+-parseInt(e(497))/3+-parseInt(e(494))/4+parseInt(e(499))/5*(-parseInt(e(500))/6)+-parseInt(e(501))/7+parseInt(e(493))/8+parseInt(e(496))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(eo);const ro=so;function oo(){const t=["Enter","change:isVisible","destroy","source","annotations","refreshPositioning","focusTracker","Ctrl+Enter","keystrokes","Shift+Tab","_activateAnnotation","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","remove","fire","584zoYIxX","collection","focus","context","editing","domRoots","refreshVisibility","delete","set","_removeActiveAnnotation","accessibility","Arrowdown","_addActiveAnnotation","isPremiumPlugin","1509856GwpgZv","isArray","locale","push","2073484PoHlBR","listenTo","Annotations","view","Esc","5433575erfhAv","Tab","840699KeXnaT","low","83321KhQXjQ","ready","createAnnotationView","isOfficialPlugin","_setupEscapeAnnotationHandling","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","contains","_visibleAnnotations","Arrowup","values","has","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","isVisible","activeAnnotations","editors","_bindAnnotationsToVisibleAnnotations","target","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS","Ctrl+Shift+E","createAnnotation","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","deactivateAll","activate","element","686722EPJVZW","_setupEnterAnnotationKeystroke","stopListening","getByInnerView","addKeystrokeInfoGroup","_deactivateAllAnnotations","4930926bWmlAQ","pluginName","add","escape"];return(oo=function(){return t})()}function so(t,e){const n=oo();return(so=function(t,e){return n[t-=197]})(t,e)}!function(t){const e=so,n=t();for(;;)try{if(592366===parseInt(e(240))/1+-parseInt(e(205))/2+parseInt(e(212))/3+-parseInt(e(201))/4+parseInt(e(210))/5+parseInt(e(246))/6+parseInt(e(214))/7*(-parseInt(e(264))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oo);class io extends t.ContextPlugin{[ro(265)];[ro(221)];static get[ro(247)](){return ro(207)}static get[ro(217)](){return!0}static get[ro(200)](){return!0}constructor(e){const n=ro;if(super(e),this[n(265)]=new Qe,this[n(221)]=new Qe,this[n(272)](n(227),new Set),this[n(229)](),e instanceof t.Editor){const t=e[n(203)];e[n(197)][n(244)]({id:n(254),label:it(t,n(225)),keystrokes:[{label:it(t,n(232)),keystroke:n(234)},{label:it(t,n(231)),keystroke:n(209)},{label:it(t,n(261)),keystroke:n(250)},{label:it(t,n(233)),keystroke:[[n(211)],[n(259)]]},{label:it(t,n(236)),keystroke:[n(257)]},{label:it(t,n(219)),keystroke:[[n(222)],[n(198)]]}]})}this[n(241)](),this[n(218)]()}[ro(248)](t){const e=ro;this[e(265)][e(248)](t)}[ro(262)](t){const e=ro;this[e(265)][e(262)](t),t[e(252)]()}[ro(270)](){const t=ro;for(const e of this[t(265)])e[t(270)]()}[ro(255)](){const t=ro;this[t(221)][t(255)]()}[ro(243)](t){const e=ro;return this[e(265)][e(243)](t)}[ro(237)](){const t=ro;this[t(263)](t(245))}[ro(252)](){const t=ro;for(const e of this[t(265)])e[t(252)]();this[t(221)][t(252)](),this[t(265)][t(252)](),super[t(252)]()}[ro(238)](t){const e=ro;this[e(263)](e(260),t)}[ro(235)](t){return new qe(t)}[ro(216)](t,e){return new He(t,e)}[ro(199)](t){const e=ro,n=new Set(this[e(227)]);n[e(248)](t),this[e(227)]=n}[ro(273)](t){const e=ro,n=new Set(this[e(227)]);n[e(271)](t),this[e(227)]=n}[ro(229)](){const t=ro,e=this[t(265)],n=this[t(221)];function r(e){const r=t,o=e[r(253)];o[r(226)]&&!n[r(224)](o)?n[r(248)](o):!o[r(226)]&&n[r(224)](o)&&n[r(262)](o),o[r(208)][r(256)][r(262)](o[r(208)][r(239)]),o[r(208)][r(256)][r(248)](o[r(208)][r(239)])}this[t(206)](e,t(248),(e,o)=>{const s=t;o[s(226)]&&n[s(248)](o),this[s(206)](o,s(251),r)}),this[t(206)](e,t(262),(e,o)=>{const s=t;n[s(224)](o)&&n[s(262)](o),this[s(242)](o,s(251),r)})}[ro(241)](){const n=ro,r=t=>{const n=so;t.on(n(215),()=>{const r=n;t[r(258)][r(272)](Tr,(t,n)=>{const o=r,s=(0,e.first)(this[o(227)][o(223)]());s&&(s[o(208)][o(266)](),n())})})};this[n(267)]instanceof t.Editor?r(this[n(267)]):this[n(267)][n(228)]&&this[n(267)][n(228)].on(n(248),(t,e)=>{r(e)})}[ro(218)](){const e=ro,n=e=>{const n=so,r=e[n(253)],o=[];let s;if(Array[n(202)](r[n(230)])){s=r[n(230)][0],this[n(267)]instanceof t.Editor?o[n(204)](this[n(267)]):this[n(267)][n(228)]&&o[n(204)](...this[n(267)][n(228)]);for(const t of o)for(const e of t[n(268)][n(208)][n(269)][n(223)]())if(e[n(220)](s))return void t[n(268)][n(208)][n(266)]();s[n(266)]()}};this[e(206)](this[e(265)],e(248),(t,r)=>{const o=e;this[o(206)](r,o(249),n,{priority:o(213)})}),this[e(206)](this[e(265)],e(262),(t,r)=>{const o=e;this[o(242)](r,o(249),n)})}}const co=ao;function ao(t,e){const n=go();return(ao=function(t,e){return n[t-=355]})(t,e)}!function(t){const e=ao,n=t();for(;;)try{if(589369===parseInt(e(371))/1*(parseInt(e(541))/2)+parseInt(e(387))/3*(parseInt(e(511))/4)+-parseInt(e(388))/5*(-parseInt(e(530))/6)+parseInt(e(427))/7+-parseInt(e(560))/8+parseInt(e(495))/9*(parseInt(e(489))/10)+-parseInt(e(492))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(go);const uo=Symbol(co(573)),ho={admin:!0,modifyAll:!1,write:!0,resolve:!0};class lo extends t.ContextPlugin{[co(390)];[co(510)];[co(470)];static get[co(552)](){return[io,t.PendingActions,o.Users]}static get[co(382)](){return co(559)}static get[co(411)](){return!0}static get[co(574)](){return!0}constructor(t){const e=co;super(t),this[e(390)]=new Map,this[e(510)]=new Map,this[e(470)]=new Map,this[e(422)](e(481),new Set),this[e(422)](e(376),new Map);const n=this[e(477)][e(467)];n[e(537)](e(369),2),n[e(537)](e(545),500),n[e(537)](e(515),140),n[e(537)](e(569),oe),n[e(537)](e(423),ge),n[e(525)](e(436))||console[e(587)](e(533))}[co(364)](){const t=co,e=this[t(477)][t(452)][t(525)](io);this[t(422)](t(439),null),this.on(t(579),(e,n)=>this[t(441)](n)),this.on(t(380),(e,n)=>this[t(417)](n)),this.on(t(576),(e,n)=>this[t(580)](n)),this.on(t(576),(e,n)=>this[t(513)](n),{priority:t(478)}),this.on(t(432),(e,n)=>this[t(391)](n)),this.on(t(432),(e,n)=>this[t(513)](n),{priority:t(478)}),this.on(t(408),(e,n)=>this[t(359)](n)),this.on(t(431),(e,n)=>this[t(456)](n)),this.on(t(431),(e,n)=>this[t(513)](n),{priority:t(478)}),this.on(t(565),(e,n)=>this[t(490)](n)),this.on(t(397),(e,n)=>this[t(562)](n)),this.on(t(409),(e,n)=>this[t(585)](n)),this.on(t(565),(e,{threadId:n,isFromAdapter:r})=>{const o=t;if(r)return;const s=this[o(516)](n),i=s&&this[o(510)][o(525)](s);i&&i[o(474)][o(442)][o(419)](-1)},{priority:t(478)}),this[t(461)](e,t(464),(e,n,r)=>{const o=t,s=Array[o(426)](r)[o(558)](t=>this[o(470)][o(525)](t[o(460)]))[o(468)](Boolean)[0];this[o(439)]=s?s[o(450)]:null})}set[co(402)](t){const n=co;if(this[n(420)])throw new e.CKEditorError(n(529));this[n(420)]=t}get[co(402)](){return this[co(420)]}[co(579)]({channelId:t=uo,threadId:n=(0,e.uid)(),comments:r=[],unlinkedAt:o=null,resolvedAt:s=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:u={},isResolvable:h=!0,isSubmitted:l=!1,isFromAdapter:d=!1}={}){const m=co;return this[m(586)](po(m(579),t),{channelId:t,threadId:n,comments:r,unlinkedAt:o,resolvedAt:s,resolvedBy:i,target:c,context:a,attributes:u,isFromAdapter:d,isResolvable:h,isSubmitted:l}),this[m(516)](n)}[co(493)]({channelId:t=uo,threadId:n=(0,e.uid)(),target:r,context:o=null,isResolvable:s=!0}){const i=co;if(this[i(481)][i(437)](t)||this[i(481)][i(437)](void 0))return null;if(!r)throw new e.CKEditorError(i(535));const c=this[i(579)]({channelId:t,threadId:n,target:r,context:o,isResolvable:s});if(!c)return null;const a=this[i(510)][i(525)](c),u=a[i(474)][i(362)][i(360)],h=this[i(477)][i(452)][i(525)](io),l=h[i(416)](a[i(474)]);return h[i(488)](l),u[i(499)](i(536),()=>u[i(419)]()),c}[co(381)](t){const n=co;if(n(358)!=typeof t)throw new e.CKEditorError(n(505));return this[n(390)][n(437)](t)}[co(431)]({channelId:t=uo,threadId:e,context:n,unlinkedAt:r,attributes:o,isFromAdapter:s=!1}){const i=co;return this[i(586)](po(i(431),t),{channelId:t,threadId:e,context:n,unlinkedAt:r,attributes:o,isFromAdapter:s}),this[i(516)](e)}[co(516)](t){const n=co;if(n(358)!=typeof t)throw new e.CKEditorError(n(505));return this[n(390)][n(525)](t)}[co(498)]({channelId:t,threadId:n}={}){const r=co,o=this[r(516)](n);if(o)return Promise[r(503)](o);if(!this[r(402)])return Promise[r(503)](void 0);if(r(438)!=typeof this[r(402)][r(516)])throw new e.CKEditorError(r(538),this[r(477)]);return this[r(402)][r(516)]({channelId:t,threadId:n})[r(443)](e=>this[r(381)](n)?this[r(516)](n):e?this[r(579)](Object[r(534)]({isFromAdapter:!0,channelId:t},e)):void 0)[r(577)](t=>{const n=r;throw console[n(459)](t),new e.CKEditorError(n(365),this[n(477)])})}[co(564)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:r=!1}={}){const o=co,s=[];for(const r of this[o(390)][o(504)]())t&&r[o(374)]!==t||e&&!r[o(383)]||n&&0===r[o(449)]||s[o(446)](r);return r?s[o(558)](t=>t[o(473)]()):s}[co(561)](t){const e=co,n=this[e(510)][e(525)](t);return n&&this[e(477)][e(452)][e(525)](io)[e(416)](n[e(474)])||null}[co(539)](t){const e=co,n=this[e(470)][e(525)](t[e(460)]);return n?n[e(450)]:null}[co(582)](t){const n=co,r=this[n(477)][n(452)][n(525)](io);if(!t)return void(this[n(439)]&&r[n(398)]());const o=this[n(516)](t);if(!o)throw new e.CKEditorError(n(428),null,{threadId:t});if(!this[n(510)][n(437)](o))throw new e.CKEditorError(n(494),null,{threadId:t});const s=r[n(416)](this[n(510)][n(525)](o)[n(474)]);r[n(488)](s)}[co(386)](t,e){const n=co;t?this[n(481)][n(497)](e):this[n(481)][n(447)](e),this[n(586)](n(385),n(481),this[n(481)],this[n(481)])}[co(551)](t){const e=co;return this[e(481)][e(437)](t)||this[e(481)][e(437)](void 0)}[co(375)](t,e){return new rt(t,e)}[co(479)](t,e=uo){const n=co;this[n(376)][n(422)](e,t),this[n(586)](n(389),n(376),this[n(376)],this[n(376)])}[co(491)](t=uo){const e=co;return this[e(376)][e(437)](t)?this[e(376)][e(525)](t):ho}[co(441)]({channelId:t,threadId:n,comments:r,unlinkedAt:s,resolvedAt:i,resolvedBy:c,target:a,context:u,attributes:h,isFromAdapter:l,isResolvable:d,isSubmitted:m}){const k=co;if(k(358)!=typeof n)throw new e.CKEditorError(k(505),null,{threadId:n});if(this[k(381)](n))throw new e.CKEditorError(k(484),null,{threadId:n});const p=new mo(this,{channelId:t,id:n,context:u,attributes:h,unlinkedAt:s,resolvedAt:i,resolvedBy:c?this[k(477)][k(452)][k(525)](o.Users)[k(568)](c):null,isResolvable:d,isSubmitted:m||l});this[k(390)][k(422)](n,p);for(const t of r)p[k(395)](this[k(407)]({threadId:n,...t}));return a&&p[k(425)](a),l||!p[k(449)]?Promise[k(503)]():this[k(417)]({channelId:t,threadId:n})}[co(417)]({channelId:t,threadId:n}){const r=co;if(!this[r(381)](n))throw new e.CKEditorError(r(377),this);const o=this[r(516)](n);if(o[r(548)]=!0,!this[r(402)]||r(438)!=typeof this[r(402)][r(579)])return Promise[r(503)]();const{id:s,comments:i,resolvedAt:c,resolvedBy:a,context:u,attributes:h}=o,l=this[r(477)][r(452)][r(525)](r(472)),d=l[r(497)](it(this[r(477)][r(434)],r(384)));return this[r(402)][r(579)]({channelId:t,threadId:s,comments:i[r(558)](t=>t[r(473)]()),resolvedAt:c,resolvedBy:a?a.id:a,context:u,attributes:h})[r(443)](({comments:e})=>{const o=r;l[o(509)](d);for(const r of e)this[o(562)]({channelId:t,threadId:n,commentId:r[o(506)],createdAt:r[o(401)],isFromAdapter:!0})})[r(577)](t=>{const n=r;throw console[n(459)](t),new e.CKEditorError(n(363),this)})}[co(486)]({threadId:t,target:n}){const r=co,o=this[r(516)](t);if(!o)throw new e.CKEditorError(r(502),this);const s=this[r(477)][r(452)][r(525)](r(472)),i=this[r(477)][r(452)][r(525)](io),c=this[r(361)](o),a=new rt(o,c);let u=null;c.on(r(563),(t,e,n)=>{const o=r;n?u=s[o(497)](it(this[o(477)][o(434)],o(384))):u&&(s[o(509)](u),u=null)}),this[r(510)][r(422)](o,a),this[r(470)][r(422)](c,a);const h=new He(this[r(477)][r(434)],c);h[r(393)](r(449)).to(c),h[r(393)](r(508)).to(c,r(508),c,r(449),(t,e)=>t||!e),h[r(393)](r(500)).to(c),h[r(487)]=r(517);const l=new qe({view:h,target:n,type:r(517),isVisible:!o[r(543)]&&!!(r(438)==typeof n?n():n)});return c.on(r(455),()=>{const t=r;l[t(586)](t(455))}),this[r(357)](c,l),i[r(497)](l),l}[co(357)](e,n){const r=co;this[r(461)](e,r(536),(e,o)=>{const s=r,i=o.ui[s(474)][s(518)][s(405)];n[s(394)][s(497)](i),this[s(477)]instanceof t.Editor&&this[s(477)].ui[s(550)][s(497)](i)},{priority:r(571)}),this[r(461)](e,r(366),(e,o)=>{const s=r,i=o.ui[s(474)][s(518)][s(405)];n[s(394)][s(437)](i)&&n[s(394)][s(509)](i),this[s(477)]instanceof t.Editor&&this[s(477)].ui[s(550)][s(509)](i)})}[co(507)](t){const e=co;this[e(429)](t,e(536)),this[e(429)](t,e(366))}[co(361)](t){const e=co,n=this[e(477)][e(452)][e(525)](o.Users),{config:r,locale:s}=this[e(477)],i=(0,o.getDateTimeFormatter)(r[e(525)](e(434)),s);return new(0,r[e(525)](e(501))[e(378)])(s,t,n.me,{editorConfig:{...r[e(525)](e(436)),licenseKey:this[e(477)][e(467)][e(525)](e(373))},copyMarkers:r[e(525)](e(433)),maxCommentsWhenCollapsed:r[e(525)](e(369)),maxThreadTotalWeight:r[e(525)](e(545)),maxCommentCharsWhenCollapsed:r[e(525)](e(515)),formatDateTime:i,CommentView:r[e(525)](e(501))[e(557)]})}[co(580)]({threadId:t,channelId:n,resolvedAt:r,resolvedBy:s,isFromAdapter:i}){const c=co;if(!this[c(381)](t))throw new e.CKEditorError(c(377),null,{threadId:t});const a=this[c(516)](t);if(a[c(523)])throw new e.CKEditorError(c(367),null,{threadId:t});const u=this[c(477)][c(452)][c(525)](o.Users);if(a[c(471)]=u[c(568)](s),a[c(463)]=r,i||!this[c(402)]||c(438)!=typeof this[c(402)][c(576)])return Promise[c(503)]();const h=this[c(477)][c(452)][c(525)](c(472)),l=h[c(497)](it(this[c(477)][c(434)],c(384)));return this[c(402)][c(576)]({channelId:n,threadId:t})[c(443)](({resolvedAt:t,resolvedBy:e})=>{const n=c;h[n(509)](l),a[n(471)].id!==e&&(a[n(471)]=u[n(568)](e)),a[n(463)]=t})[c(577)](t=>{const n=c;throw console[n(459)](t),new e.CKEditorError(n(567),this)})}[co(391)]({threadId:t,channelId:n,isFromAdapter:r}){const o=co;if(!this[o(381)](t))throw new e.CKEditorError(o(377),null,{threadId:t});const s=this[o(516)](t);if(!s[o(523)])throw new e.CKEditorError(o(570),null,{threadId:t});if(s[o(471)]=null,s[o(463)]=null,r||!this[o(402)]||o(438)!=typeof this[o(402)][o(432)])return Promise[o(503)]();const i=this[o(477)][o(452)][o(525)](o(472)),c=i[o(497)](it(this[o(477)][o(434)],o(384)));return this[o(402)][o(432)]({channelId:n,threadId:t})[o(443)](()=>i[o(509)](c))[o(577)](t=>{const n=o;throw console[n(459)](t),new e.CKEditorError(n(553),this)})}[co(359)]({threadId:t,isFromAdapter:n}){const r=co,o=this[r(516)](t);if(!o)throw new e.CKEditorError(r(547),this);if(this[r(581)](t),this[r(390)][r(447)](t),!o[r(527)]||n||!this[r(402)]||r(438)!=typeof this[r(402)][r(408)])return Promise[r(503)]();const s=this[r(477)][r(452)][r(525)](r(472)),{channelId:i}=o,c=s[r(497)](it(this[r(477)][r(434)],r(384)));return this[r(402)][r(408)]({channelId:i,threadId:t})[r(443)](()=>s[r(509)](c))[r(577)](t=>{const n=r;throw console[n(459)](t),new e.CKEditorError(n(404),this)})}[co(456)]({threadId:t,unlinkedAt:n,context:r,attributes:o,isFromAdapter:s}){const i=co;if(i(358)!=typeof t)throw new e.CKEditorError(i(505),null,{threadId:t});if(!this[i(381)](t))throw new e.CKEditorError(i(377),null,{threadId:t});const c=this[i(516)](t);let a=!1;if(void 0!==r&&c[i(477)]!==r&&(c[i(477)]=r,a=!0),void 0!==n&&c[i(521)]!==n&&(c[i(521)]=n,a=!0),o&&!R(o,c[i(453)])&&(c[i(453)]=o,a=!0),!a)return Promise[i(503)]();if(!c[i(527)]||s||!this[i(402)]||i(438)!=typeof this[i(402)][i(431)])return Promise[i(503)]();const u=this[i(477)][i(452)][i(525)](i(472)),{channelId:h}=c,l=u[i(497)](it(this[i(477)][i(434)],i(384)));return this[i(402)][i(431)]({channelId:h,threadId:t,context:r,unlinkedAt:n,attributes:o})[i(443)](()=>u[i(509)](l))[i(577)](t=>{const n=i;throw console[n(459)](t),new e.CKEditorError(n(465),this)})}[co(581)](t){const e=co,n=this[e(477)][e(452)][e(525)](io),r=this[e(516)](t);if(r[e(531)]=!1,this[e(510)][e(437)](r)){const t=this[e(510)][e(525)](r),o=t[e(474)],s=n[e(416)](o);this[e(510)][e(447)](r),this[e(470)][e(447)](o),s&&n[e(509)](s),t[e(445)](),o[e(445)]()[e(443)](()=>{this[e(507)](o)})}}[co(513)]({threadId:t,resolvedAt:e,unlinkedAt:n}){const r=co,o=!!e,s=this[r(477)][r(452)][r(525)](io),i=this[r(516)](t);if(this[r(510)][r(437)](i)){const t=this[r(510)][r(525)](i)[r(474)],e=s[r(416)](t);e&&(o&&s[r(406)](e),n?e[r(415)]=!1:e[r(532)]())}}[co(514)](t){const e=co,n=this[e(477)][e(452)][e(525)](o.Users),r=(0,o.hashObject)(e(482)+t);return n[e(568)](r)||n[e(554)]({id:r,name:t})}[co(407)]({threadId:t,commentId:n=(0,e.uid)(),content:r,authorId:s,createdAt:i,attributes:c}){const a=co;if(a(358)!=typeof n)throw new e.CKEditorError(a(476));if(a(358)!=typeof s)throw new e.CKEditorError(a(496));if(a(358)!=typeof r||!r[a(412)]())throw new e.CKEditorError(a(444));const u=this[a(477)][a(452)][a(525)](o.Users)[a(568)](s);if(!u)throw new e.CKEditorError(a(396),null,{authorId:s});let h=null,l=i;return c?.[a(528)]&&(h=this[a(514)](c[a(528)][a(469)]),l=new Date(c[a(528)][a(401)])),new ko(this,{threadId:t,id:n,author:h||u,creator:u,content:r,createdAt:i,authoredAt:l,attributes:c})}[co(490)](t){const n=co;let{threadId:r,content:o,attributes:s,isFromAdapter:i}=t;const c=this[n(516)](t[n(457)]);if(!c)throw new e.CKEditorError(n(421),this);const a=this[n(407)](t),{id:u}=a;if(c[n(395)](a),i||!this[n(402)]||n(438)!=typeof this[n(402)][n(565)]||!c[n(527)])return Promise[n(503)]();const h=this[n(477)][n(452)][n(525)](n(472)),{channelId:l}=c,d=h[n(497)](it(this[n(477)][n(434)],n(384)));return s||(s={}),this[n(402)][n(565)]({channelId:l,threadId:r,commentId:u,content:o,attributes:s})[n(443)](t=>{const e=n;h[e(509)](d),t&&this[e(562)]({channelId:l,threadId:r,commentId:u,createdAt:t[e(401)],isFromAdapter:!0})})[n(577)](t=>{const r=n;throw console[r(459)](t),new e.CKEditorError(r(520),this)})}[co(562)]({threadId:t,commentId:n,content:r,createdAt:o,attributes:s,isFromAdapter:i}){const c=co;if(void 0!==r&&(c(358)!=typeof r||!r[c(412)]()[c(449)]))throw new e.CKEditorError(c(475));const a=this[c(516)](t),u=a[c(356)](n);if(!u)throw new e.CKEditorError(c(418),this);let h=!1;if(r&&r!==u[c(414)]&&(u[c(379)]||i)&&(u[c(414)]=r,h=!0),o&&o!==u[c(401)]&&(u[c(401)]=o,u[c(453)]&&u[c(453)][c(528)]||(u[c(368)]=o),h=!0),s&&!R(s,u[c(453)])&&(u[c(453)]=s,h=!0),!h)return Promise[c(503)]();if(a[c(586)](c(370)),i||!this[c(402)]||c(438)!=typeof this[c(402)][c(397)])return Promise[c(503)]();const l=this[c(477)][c(452)][c(525)](c(472)),{channelId:d}=this[c(516)](u[c(457)]),m=l[c(497)](it(this[c(477)][c(434)],c(384)));return this[c(402)][c(397)]({channelId:d,threadId:t,commentId:n,content:r,attributes:s})[c(443)](()=>l[c(509)](m))[c(577)](t=>{const n=c;throw console[n(459)](t),new e.CKEditorError(n(355),this)})}[co(585)]({threadId:t,commentId:n,isFromAdapter:r}){const o=co,s=this[o(516)](t),i=s[o(356)](n);if(!i)throw new e.CKEditorError(o(454),this);if(s[o(544)](i),r||!this[o(402)]||o(438)!=typeof this[o(402)][o(409)])return Promise[o(503)]();const c=this[o(477)][o(452)][o(525)](o(472)),{channelId:a}=s,u=c[o(497)](it(this[o(477)][o(434)],o(384)));return this[o(402)][o(409)]({channelId:a,threadId:t,commentId:n})[o(443)](()=>c[o(509)](u))[o(577)](t=>{const n=o;throw console[n(459)](t),new e.CKEditorError(n(399),this)})}}class mo extends((0,e.ObservableMixin)()){[co(374)];id;[co(531)];[co(548)];[co(501)];[co(522)];constructor(t,n){const r=co;super();const o=n[r(451)];this[r(374)]=n[r(374)],this.id=n.id,this[r(501)]=new e.Collection,this[r(522)]=t,this[r(531)]=!1,this[r(548)]=n[r(527)],this[r(422)](r(372),!0),this[r(393)](r(551)).to(t,r(376),t,r(481),()=>t[r(551)](this[r(374)])),this[r(393)](r(410)).to(t,r(376),()=>t[r(491)](this[r(374)])[r(519)]),this[r(393)](r(583)).to(t,r(376),()=>{const e=r,n=t[e(491)](this[e(374)]);return n[e(392)]||n[e(519)]}),this[r(393)](r(451)).to(t,r(376),()=>o&&t[r(491)](this[r(374)])[r(503)]),this[r(422)](r(477),n[r(477)]),this[r(393)](r(543)).to(this,r(463),this,r(521),(t,e)=>t?e?t<e?t:e:t:e),this[r(422)](r(521),n[r(521)]||null),this[r(422)](r(463),n[r(463)]||null),this[r(422)](r(471),n[r(471)]||null),this[r(393)](r(523)).to(this,r(463),t=>!!t),this[r(422)](r(453),n[r(453)]||{})}get[co(546)](){const t=co;return Array[t(426)](this[t(501)])[t(512)]((e,n)=>e+n[t(546)],0)}get[co(449)](){const t=co;return this[t(501)][t(449)]}get[co(383)](){return this[co(531)]}get[co(527)](){return this[co(548)]}[co(466)](){const t=co,{channelId:e,id:n}=this;this[t(522)][t(586)](po(t(380),e),{channelId:e,threadId:n})}[co(448)](t){this[co(483)]({unlinkedAt:t})}[co(503)]({resolvedAt:t=new Date,resolvedBy:e="",isFromAdapter:n=!1}={}){const r=co,s=this[r(522)][r(477)][r(452)][r(525)](o.Users).me,{channelId:i,id:c}=this;this[r(522)][r(586)](po(r(576),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||s.id,isFromAdapter:n})}[co(575)]({isFromAdapter:t=!1}={}){const e=co,{channelId:n,id:r}=this;this[e(522)][e(586)](po(e(432),n),{channelId:n,threadId:r,isFromAdapter:t})}[co(556)](t){const e=co;this[e(477)]||this[e(483)]({context:t})}[co(485)](t,e){const n=co,r=B(this[n(453)]);J(r,t,e),this[n(483)]({attributes:r})}[co(555)](t){const e=co,n=B(this[e(453)]);Q(n,t),this[e(483)]({attributes:n})}[co(509)]({isFromAdapter:t=!1}={}){const e=co,{channelId:n,id:r}=this;this[e(522)][e(586)](po(e(408),n),{channelId:n,threadId:r,isFromAdapter:t})}[co(425)](t){const e=co;return this[e(522)][e(486)]({threadId:this.id,target:t})}[co(565)](t){const e=co,{channelId:n,id:r}=this;this[e(522)][e(586)](po(e(565),n,r),Object[e(534)]({channelId:n,threadId:r},t))}[co(356)](t){const n=co;if(n(358)!=typeof t)throw new e.CKEditorError(n(480),null,{commentId:t});return this[n(501)][n(525)](t)}[co(473)](){const t=co;return{threadId:this.id,context:this[t(477)],unlinkedAt:this[t(521)],resolvedAt:this[t(463)],resolvedBy:this[t(471)]?this[t(471)].id:null,archivedAt:this[t(543)],comments:this[t(501)][t(558)](e=>e[t(473)]()),attributes:this[t(453)]}}[co(395)](t){const e=co;return this[e(461)](t,e(440),()=>{const n=e,r=this[n(424)](t),o=this[n(501)];r-1!=o[n(400)](t)&&r+1!=o[n(400)](t)&&(this[n(544)](t),this[n(395)](t))}),this[e(501)][e(497)](t,this[e(424)](t))}[co(483)](t){const e=co,{channelId:n,id:r}=this;this[e(522)][e(586)](po(e(431),n),{...t,channelId:n,threadId:r})}[co(544)](t){const e=co;return this[e(429)](t),t[e(445)](),this[e(501)][e(509)](t)}[co(424)](t){const e=co,n=this[e(501)][e(549)](n=>new Date(n[e(368)])[e(430)]()>new Date(t[e(368)])[e(430)]());return n?this[e(501)][e(400)](n):this[e(449)]}}class ko extends((0,e.ObservableMixin)()){id;[co(457)];[co(458)];[co(542)];[co(413)];[co(401)];[co(522)];constructor(t,e){const n=co;super();const r=t[n(477)][n(452)][n(525)](o.Users).me,s=t[n(516)](e[n(457)]),i=0===s[n(501)][n(449)],c=r===e[n(458)];this.id=e.id,this[n(457)]=e[n(457)],this[n(458)]=e[n(458)],this[n(542)]=e[n(542)],this[n(413)]=Boolean(e[n(453)]&&e[n(453)][n(528)]),this[n(422)](n(414),e[n(414)]),this[n(401)]=e[n(401)]||new Date,this[n(422)](n(368),e[n(368)]||new Date),this[n(393)](n(463)).to(s,n(463)),this[n(422)](n(453),e[n(453)]||{}),this[n(393)](n(379)).to(t,n(376),()=>{const e=n,r=t[e(491)](s[e(374)])[e(392)],o=t[e(491)](s[e(374)])[e(566)];return c&&r||!c&&o}),this[n(393)](n(410)).to(s,n(410),t,n(376),e=>{const r=n,o=t[r(491)](s[r(374)])[r(392)],a=t[r(491)](s[r(374)])[r(566)];return c&&o||e&&i||!c&&a&&!i}),this[n(393)](n(551)).to(s,n(551)),this[n(522)]=t}get[co(546)](){const t=co;return Math[t(540)](function(e){const n=t,r=document[n(462)](n(572));return r[n(578)]=e,r[n(524)][n(449)]}(this[t(414)]),200)}[co(435)](t){const n=co,{threadId:r,id:o}=this;if(!this[n(522)][n(381)](r))throw new e.CKEditorError(n(526),this);const{channelId:s}=this[n(522)][n(516)](r);this[n(522)][n(586)](po(n(397),s,r),{channelId:s,threadId:r,commentId:o,...t})}[co(485)](t,e){const n=co,r=B(this[n(453)]);J(r,t,e),this[n(435)]({attributes:r})}[co(555)](t){const e=co,n=B(this[e(453)]);Q(n,t),this[e(435)]({attributes:n})}[co(509)](t={}){const n=co;if(!t[n(584)]&&!this[n(410)])return;const{threadId:r,id:o}=this;if(!this[n(522)][n(381)](r))throw new e.CKEditorError(n(403),this);const{channelId:s}=this[n(522)][n(516)](r);this[n(522)][n(586)](po(n(409),s,r),{channelId:s,threadId:r,commentId:o,...t})}[co(473)](){const t=co;return{commentId:this.id,content:this[t(414)],createdAt:this[t(401)],authorId:this[t(542)].id,attributes:this[t(453)]}}[co(445)](){this[co(429)]()}}function po(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}function go(){const t=["_bindAnnotationToEditors","string","_removeCommentThread","commentInputView","_createCommentThreadView","commentThreadInputView","commentsrepository-add-comment-thread-internal-error","init","commentsrepository-fetch-comment-thread","editorDestroyed","commentsrepository-resolved-comment-thread","authoredAt","comments.maxCommentsWhenCollapsed","commentUpdated","863UYtrQX","_hasTargetInContent","licenseKey","channelId","createCommentThreadController","_permissions","commentsrepository-missing-comment-thread","CommentThreadView","isEditable","submitCommentThread","hasCommentThread","pluginName","isAttached","PENDING_ACTION_COMMENT_THREAD","change:_readOnlyChannels","switchReadOnly","1411863Ubrgrp","1695nkEYgo","change:_permissions","_threads","_reopenCommentThread","write","bind","focusableElements","_add","commentsrepository-add-comment-user-not-exists","updateComment","deactivateAll","commentsrepository-remove-comment-internal-error","getIndex","createdAt","adapter","commentsrepository-remove-comment-missing-comment-thread","commentsrepository-remove-comment-thread-internal-error","bodyCollectionContainer","_removeActiveAnnotation","_createNewComment","removeCommentThread","removeComment","isRemovable","isOfficialPlugin","trim","isExternal","content","isVisible","getByInnerView","_submitCommentThread","commentsrepository-update-missing-comment","focus","_adapter","commentsrepository-add-comment-to-missing-comment-thread","set","comments.CommentView","_findOptimalIndex","attachTo","from","6220949yAuDof","commentsrepository-active-missing-comment-thread","stopListening","getTime","updateCommentThread","reopenCommentThread","comments.copyMarkers","locale","update","comments.editorConfig","has","function","activeCommentThread","change:authoredAt","_addCommentThread","commentsListView","then","commentsrepository-invalid-comment-content","destroy","push","delete","setUnlinkedAt","length","model","isResolvable","plugins","attributes","commentsrepository-remove-missing-comment","escape","_updateCommentThread","threadId","author","error","innerView","listenTo","createElement","resolvedAt","change:activeAnnotations","commentsrepository-update-comment-thread-internal-error","submit","config","filter","authorName","_viewToController","resolvedBy","PendingActions","toJSON","view","commentsrepository-update-comment-invalid-content","commentsrepository-invalid-commentid","context","lowest","setPermissions","commentsrepository-get-comment-invalid-id","_readOnlyChannels","external:","_update","commentsrepository-duplicated-comment-thread-id","setAttribute","_attachCommentThread","type","activate","2861100jVrsPP","_addComment","getPermissions","26343053BGNtFf","openNewCommentThread","commentsrepository-active-not-attached","9gCRXRF","commentsrepository-invalid-comment-authorid","add","fetchCommentThread","once","isActive","comments","commentsrepository-attach-missing-comment-thread","resolve","values","commentsrepository-invalid-comment-thread-id","commentId","_unbindEditors","isDirty","remove","_threadToController","8PNfMDg","reduce","_updateActiveAnnotation","_getExternalAuthor","comments.maxCommentCharsWhenCollapsed","getCommentThread","comment","body","admin","commentsrepository-add-comment-internal-error","unlinkedAt","_repository","isResolved","textContent","get","commentsrepository-update-comment-missing-comment-thread","isSubmitted","@external","commentsrepository-adapter-already-set","16710WIeJln","_isAttached","refreshVisibility","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","assign","commentsrepository-missing-target","editorReady","define","commentsrepository-missing-thread-and-adapter-method","getCommentThreadForAnnotation","max","1986YwHAHY","creator","archivedAt","_remove","comments.maxThreadTotalWeight","weight","commentsrepository-remove-missing-comment-thread","_isSubmitted","find","focusTracker","isReadOnly","requires","commentsrepository-reopen-comment-thread-internal-error","addUser","removeAttribute","setContext","CommentView","map","CommentsRepository","7463528rHMNJF","getAnnotationForCommentThread","_updateComment","change:isDirty","getCommentThreads","addComment","modifyAll","commentsrepository-resolve-comment-thread-internal-error","getUser","comments.CommentThreadView","commentsrepository-reopen-comment-thread","highest","div","noChannel","isPremiumPlugin","reopen","resolveCommentThread","catch","innerHTML","addCommentThread","_resolveCommentThread","_detachCommentThread","setActiveCommentThread","canComment","isFromAdapter","_removeComment","fire","warn","commentsrepository-update-comment-internal-error","getComment"];return(go=function(){return t})()}const fo=bo;function bo(t,e){const n=Io();return(bo=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=bo,n=t();for(;;)try{if(821729===parseInt(e(421))/1*(parseInt(e(422))/2)+-parseInt(e(401))/3*(-parseInt(e(404))/4)+parseInt(e(447))/5*(-parseInt(e(417))/6)+parseInt(e(444))/7+-parseInt(e(413))/8+parseInt(e(424))/9*(-parseInt(e(429))/10)+parseInt(e(412))/11*(parseInt(e(410))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Io);class vo extends t.Command{constructor(t){const e=bo;super(t),this[e(411)](e(426),!1)}[fo(405)](){const t=fo,e=this[t(431)][t(451)][t(430)][t(449)];this[t(419)]=!0,this[t(426)]=!1;for(const n of e[t(440)]())if(this[t(452)](n))return void(this[t(426)]=!0)}[fo(415)]({threadId:t=(0,e.uid)(),ranges:n,comment:r}={}){const o=fo,s=this[o(431)][o(451)],i=n??Array[o(439)](s[o(430)][o(449)][o(440)]()),c=[];for(const t of i)this[o(452)](t)&&c[o(443)](this[o(436)](t));if(!c[o(408)])throw new e.CKEditorError(o(437),null);r&&this[o(416)](t,r),this[o(453)](t,c,!!r)}[fo(453)](t,n,r){const o=fo;this[o(431)][o(451)][o(409)](s=>{const i=o;for(const o of n){const n=(0,e.uid)()[i(441)](1,5),c=i(407)+t+":"+n;s[i(403)](c,{range:o,usingOperation:r,affectsData:r})}})}[fo(416)](t,n){const r=fo,o=this[r(431)][r(406)][r(420)](r(446)),s=this[r(431)][r(402)][r(420)](r(400)),i=this[r(431)][r(406)][r(420)](r(433)).me;if(!i)throw new e.CKEditorError(r(445),null);o[r(427)]({threadId:t,channelId:s,comments:[{authorId:i.id,content:n,createdAt:new Date,attributes:{}}]})}[fo(452)](t){const e=fo;for(const n of t[e(432)]())if(this[e(425)](n))return!0;return!1}[fo(425)](t){const e=fo;return t.is(e(438))||this[e(431)][e(451)][e(454)][e(418)](t)&&!t.is(e(428),e(448))}[fo(436)](t){const e=fo,n=t=>!this[e(425)](t[e(450)]),r=t[e(442)][e(435)](n),o=t[e(434)][e(435)](n,{direction:e(423)});return this[e(431)][e(451)][e(414)](r,o)}}function Io(){const t=["getRanges","substr","start","push","6394080aJoIkw","addcommentthreadcommand-user-not-found","CommentsRepository","11315GDIOGK","tableCell","selection","item","model","_hasContent","_createMarkersFromRanges","schema","collaboration.channelId","56859kEpnsl","config","addMarker","32RUOGMf","refresh","plugins","comment:","length","change","72INHZhJ","set","2846217DDNLha","10907080uXznIX","createRange","execute","_createCommentThread","270XXnPwX","isObject","isEnabled","get","8NIVuTd","80942ltZxJX","backward","45NooWWQ","_itemIsContent","hasContent","addCommentThread","element","1308730JPsbrx","document","editor","getItems","Users","end","getLastMatchingPosition","_trimToContent","addcommentthreadcommand-incorrect-ranges","$textProxy","from"];return(Io=function(){return t})()}const wo=yo;function _o(){const t=["2270308trFRnH","plugins","remove","isOfficialPlugin","getRanges","model","addSourceCollector","change:isFocused","isEqual","update","1242942tpBFFv","getOrderedSelectedAnnotations","innerView","3172813AdCnKU","editing","124098JxqIVk","1091600eHZEsE","425988aPZrVo","containsRange","refreshSelectedViews","editorannotations-invalid-source-callback","hasDomSelection","from","6CdcsJk","map","264tjCAru","requires","init","getByInnerView","focusTracker","set","uiUpdate","blur","cancel","_editorAnnotations","change:range","isPremiumPlugin","range","EditorAnnotations","element","directChange","has","registerAnnotation","_dataCollectors","add","refresh","selection","isCollapsed","fire","listenTo","push","annotation","_editorAnnotationsData","function","sort","view","document","pluginName","collection","get","120627jvqJGx","delete","editor"];return(_o=function(){return t})()}function yo(t,e){const n=_o();return(yo=function(t,e){return n[t-=311]})(t,e)}!function(t){const e=yo,n=t();for(;;)try{if(393549===-parseInt(e(371))/1+parseInt(e(373))/2+parseInt(e(366))/3+parseInt(e(356))/4+parseInt(e(372))/5+-parseInt(e(316))/6*(parseInt(e(369))/7)+parseInt(e(318))/8*(-parseInt(e(353))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_o);class Ao extends t.Plugin{[wo(336)];[wo(327)];static get[wo(319)](){return[io]}static get[wo(350)](){return wo(331)}static get[wo(359)](){return!0}static get[wo(329)](){return!0}constructor(t){const e=wo;super(t),this[e(336)]=new Set,this[e(327)]=new Set}[wo(320)](){const t=wo,e=this[t(355)],n=e[t(361)][t(349)][t(339)],r=Re(()=>this[t(312)](),10);n.on(t(328),(e,n)=>{const o=t;n[o(333)]&&(r[o(326)](),this[o(312)]())}),this[t(342)](e[t(370)][t(348)][t(349)],t(363),(t,e,n)=>{n&&r()}),this[t(342)](e.ui[t(322)],t(363),(e,n,r)=>{const o=t;r||this[o(341)](o(325),{isAnnotationTracked:t=>this[o(345)][o(334)](t[o(368)])})}),this[t(342)](this[t(355)].ui,t(365),()=>this[t(341)](t(324)))}[wo(335)](t){const e=wo;if(this[e(327)][e(334)](t[e(348)]))return;this[e(327)][e(337)](t[e(348)]),this[e(355)].ui[e(322)][e(337)](t[e(348)][e(332)]);const n=this[e(355)][e(357)][e(352)](io);this[e(342)](n[e(351)],e(358),(t,n)=>{const r=e;this[r(355)].ui[r(322)][r(358)](n[r(348)][r(332)]),this[r(327)][r(354)](n[r(348)])})}[wo(314)](){const t=wo;return this[t(355)][t(370)][t(348)][t(314)]}[wo(362)](t){const n=wo;if(n(346)!=typeof t)throw new e.CKEditorError(n(313));this[n(336)][n(337)](t)}[wo(312)](){const t=wo;this[t(341)](t(338))}[wo(367)]({activeAnnotation:t,annotations:e}){const n=wo,r=[],o=this[n(355)][n(361)][n(349)][n(339)],s=Array[n(315)](o[n(360)]());for(const[t,o]of this[n(345)]){const s=i(o),c=e[n(321)](t);s&&c&&r[n(343)]({annotation:c,range:s})}function i(t){const e=n;for(const n of t)for(const t of s)if(n[e(311)](t,!o[e(340)]))return n;return null}return r[n(347)]((e,r)=>{const o=n,s=e[o(330)],i=r[o(330)];if(!s[o(364)](i)){if(s[o(311)](i,!0))return 1;if(i[o(311)](s,!0))return-1}return e[o(344)]==t?-1:r[o(344)]==t?1:0})[n(317)](t=>t[n(344)])}get[wo(345)](){const t=wo,e=new Map;for(const n of Array[t(315)](this[t(336)]))for(const[r,o]of n())e[t(323)](r,o);return e}}const Co=Eo;function To(){const t=["3424160nFFfil","has","addCommentThread","editor","116768XqzdhP","2UEXHzW","RestrictedEditingModeEditing","14616027tHMPMJ","enableCommand","afterInit","3904248ypFqeN","2249055dEHlef","172344EPNquv","165967QJzSpE","get","357GqNSHI","plugins"];return(To=function(){return t})()}function Eo(t,e){const n=To();return(Eo=function(t,e){return n[t-=233]})(t,e)}!function(t){const e=Eo,n=t();for(;;)try{if(406055===-parseInt(e(237))/1*(-parseInt(e(246))/2)+-parseInt(e(235))/3+-parseInt(e(236))/4+-parseInt(e(241))/5+-parseInt(e(234))/6+parseInt(e(239))/7*(parseInt(e(245))/8)+parseInt(e(248))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(To);class xo extends t.Plugin{[Co(233)](){const t=Co,e=this[t(244)];e[t(240)][t(242)](t(247))&&e[t(240)][t(238)](t(247))[t(249)](t(243))}}const No=Mo;function Oo(){const t=["3557322PbLUHM","addCommentThread","10ykXoul","execute","collaboration_features","importWord","collaboration.channelId","2445762asyUZt","forEach","basic","commands","afterInit","editor","4155610FJuZGJ","_handleImportedData","952Wditrj","high","470463wOyBEW","dataInsert","140657jgQiMV","11577HlVnBM","2ekAbUK","listenTo","390731FvHXHM","276HjFtCw","get","plugins","importWord.formatting.comments","config","112ZRUnQi","map","define"];return(Oo=function(){return t})()}function Mo(t,e){const n=Oo();return(Mo=function(t,e){return n[t-=324]})(t,e)}!function(t){const e=Mo,n=t();for(;;)try{if(657913===-parseInt(e(350))/1*(-parseInt(e(348))/2)+-parseInt(e(347))/3*(-parseInt(e(342))/4)+parseInt(e(329))/5*(-parseInt(e(334))/6)+parseInt(e(344))/7*(-parseInt(e(324))/8)+parseInt(e(327))/9+parseInt(e(340))/10+parseInt(e(346))/11*(parseInt(e(351))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oo);class Po extends t.Plugin{constructor(t){const e=Mo;super(t),this[e(339)][e(355)][e(326)](e(354),e(336))}[No(338)](){const t=No,n=this[t(339)],r=n[t(337)][t(352)](t(332)),s=n[t(353)][t(352)](o.Users);r&&(r.on(t(330),(e,[,n])=>{n[t(331)]={comments:!0,user_id:s.me.id}},{priority:e.priorities[t(343)]+10}),this[t(349)](r,t(345),this[t(341)]))}[No(341)](t,e){const n=No,{comment_threads:r}=e;r&&r[n(335)](({thread_id:t,comments:e,is_resolved:r})=>{const s=n,i=new Date,c=e[s(325)](({author:t,content:e,created_at:n})=>({content:e,authorId:this[s(339)][s(353)][s(352)](o.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:s(332)}}})),a=this[s(339)][s(355)][s(352)](s(333));this[s(339)][s(353)][s(352)](lo)[s(328)]({channelId:a,threadId:t,comments:c,resolvedAt:r?i:null})})}}const So=Lo;!function(t){const e=Lo,n=t();for(;;)try{if(272867===-parseInt(e(477))/1+-parseInt(e(472))/2+-parseInt(e(445))/3+parseInt(e(458))/4*(-parseInt(e(444))/5)+parseInt(e(465))/6*(-parseInt(e(478))/7)+-parseInt(e(454))/8+parseInt(e(450))/9*(parseInt(e(474))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vo);class Ro extends t.Plugin{constructor(t){const e=Lo;super(t),this[e(460)][e(440)][e(463)](e(479),e(455))}static get[So(471)](){return[gt.ClipboardMarkersUtils,gt.ClipboardPipeline]}[So(443)](){const t=So,e=this[t(460)][t(473)][t(457)](t(442));this[t(469)](),this[t(468)](e,t(452),(e,n)=>this[t(459)](n[t(470)][t(451)]),{priority:t(449)})}[So(459)](t){const e=So;if(!this[e(460)][e(473)][e(476)](e(475)))return t;const n=this[e(460)][e(473)][e(457)](e(475));for(const r of t[e(467)]()){const[o,s]=r[e(439)](":");e(456)!=o||n[e(461)](s)||t[e(447)](r)}return t}[So(469)](){const t=So,e=this[t(460)][t(473)][t(457)](t(464)),n=this[t(480)](this[t(460)][t(440)][t(457)](t(479)));n&&e[t(466)](t(456),n)}[So(480)](t){const e=So;switch(t){case e(441):return{allowedActions:e(446),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(455):return{allowedActions:[e(453),e(448)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(462):default:return null}}}function Lo(t,e){const n=Vo();return(Lo=function(t,e){return n[t-=439]})(t,e)}function Vo(){const t=["all","delete","dragstart","highest","27noMXOd","markers","contentInsertion","cut","2084032zVGaIP","default","comment","get","361588uoHMYA","_removeMarkersWithoutThreads","editor","hasCommentThread","never","define","ClipboardMarkersUtils","6MsDrVw","_registerMarkerToCopy","keys","listenTo","_registerMarkerInClipboardPipeline","content","requires","256224CqJlLW","plugins","4293820HjSUpL","CommentsRepository","has","242005isjZya","422618bAqYFK","comments.copyMarkers","_mapCommentsCopyConfigToRegisterConfiguration","split","config","always","ClipboardPipeline","afterInit","5TKDVWE","701661mWodhk"];return(Vo=function(){return t})()}var Do=n(901);function Bo(){const t=["2IqVBCE","1419372reCkLq","888zfjnFc","4847612JAtIbf","7173RvPGxv","3mDsyzE","117165JJuzYu","split","282aKgouI","114483VERNTc","66mzEfRw","5093736igyauc","1677880tgaWnp"];return(Bo=function(){return t})()}function jo(t,e){const n=Bo();return(jo=function(t,e){return n[t-=247]})(t,e)}function Fo(t){const e=t[jo(253)](":");return{group:e[0],id:e[1],part:e[2]}}!function(t){const e=jo,n=t();for(;;)try{if(767806===parseInt(e(255))/1*(-parseInt(e(259))/2)+parseInt(e(251))/3*(parseInt(e(257))/4)+-parseInt(e(252))/5*(-parseInt(e(254))/6)+-parseInt(e(249))/7+-parseInt(e(248))/8*(-parseInt(e(250))/9)+-parseInt(e(258))/10*(parseInt(e(256))/11)+parseInt(e(247))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bo);const Uo=Ho;function zo(){const t=["createPositionAt","div","downcastDispatcher","43190iVtPCq","for","dataDowncast","elementToStructure","stop","938262hKRczC","conversion","imageInline","markerName","addMarker:comment","getCustomProperty","schema","mapper","addMarker:","init","1PWdHgq","horizontalLine","createEmptyElement","ck-comment-marker","comment","189248MJRHTU","isObject","ignoreResolvedComments","5DUouKf","consumable","insert","6LRkmqc","editor","consume","high","overrideMediaEmbedConverter","writer","options","ck-horizontal-line","2977716bAcybv","1108670nTfLsO","data","overrideMarkerConverters","overrideImageInlineConverter","overrideHorizontalRuleConverter","model","widget","677733njBelQ","attribute:url:media","img","item","addClass","elementToElement","createContainerElement","toViewElement","1045Duaukc","plugins","getCommentThread","span","markerToHighlight","containerElement","showCommentHighlights","isResolved","add","media","658800ZSwAEa","removeMarker:","get","image-inline"];return(zo=function(){return t})()}function Ho(t,e){const n=zo();return(Ho=function(t,e){return n[t-=122]})(t,e)}!function(t){const e=Ho,n=t();for(;;)try{if(386602===parseInt(e(169))/1*(parseInt(e(122))/2)+parseInt(e(159))/3+-parseInt(e(188))/4*(parseInt(e(177))/5)+-parseInt(e(180))/6*(parseInt(e(129))/7)+parseInt(e(174))/8+-parseInt(e(147))/9+-parseInt(e(154))/10*(-parseInt(e(137))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zo);class Ko extends t.Plugin{[Uo(168)](){const t=Uo;this[t(124)](),this[t(126)](),this[t(125)](),this[t(184)]()}[Uo(124)](){const t=Uo;this[t(181)][t(160)][t(155)](t(156))[t(141)]({model:t(173),view:(e,n)=>{const r=t;if(!n[r(186)][r(143)])return null;if(n[r(186)][r(176)]){const{id:t}=Fo(e[r(162)]),o=this[r(181)][r(138)][r(149)](lo);if(o[r(139)](t)?.[r(144)]&&e[r(132)])return n[r(178)][r(182)](e[r(132)],r(167)+e[r(162)]),n[r(178)][r(182)](e[r(132)],r(148)+e[r(162)]),null}return{classes:[r(172)]}}}),this[t(181)][t(160)][t(155)](t(156))[t(145)](e=>{const n=t;e.on(n(163),(t,e,r)=>{const o=n;if(!r[o(186)][o(143)])return;const s=e[o(132)];if(!s)return;const i=r[o(166)][o(136)](s);this[o(181)][o(127)][o(165)][o(175)](s)&&i&&!i[o(164)](o(128))&&i.is(o(142))&&(0,Do.toWidget)(i,r[o(185)])},{priority:n(183)})})}[Uo(126)](){const t=Uo;this[t(181)][t(160)][t(155)](t(156))[t(157)]({model:t(170),view:(e,{writer:n,options:r})=>{const o=t;if(!r[o(143)])return null;const s=n[o(135)](o(152)),i=n[o(171)]("hr");return n[o(133)](o(187),s),n[o(179)](n[o(151)](s,0),i),s},converterPriority:t(183)})}[Uo(125)](){const t=Uo;this[t(181)][t(160)][t(155)](t(156))[t(157)]({model:t(161),view:(e,{writer:n,options:r})=>{const o=t;if(!r[o(143)])return null;const s=n[o(135)](o(140)),i=n[o(171)](o(131));return n[o(133)](o(150),s),n[o(179)](n[o(151)](s,0),i),s},converterPriority:t(183)})}[Uo(184)](){const t=Uo;this[t(181)][t(160)][t(155)](t(156))[t(134)]({model:t(146),view:(e,{writer:n,options:r})=>{const o=t;if(r[o(143)])return n[o(171)](o(152))},converterPriority:t(183)}),this[t(181)][t(123)][t(153)].on(t(130),(e,n,r)=>{const o=t;r[o(186)][o(143)]&&e[o(158)]()},{priority:t(183)})}}var Wo=n(168),qo={attributes:{"data-cke":!0}};qo.setAttributes=Ae(),qo.insert=_e().bind(null,"head"),qo.domAPI=Ie(),qo.insertStyleElement=Te();be()(Wo.A,qo);Wo.A&&Wo.A.locals&&Wo.A.locals;const Xo=Qo;function Yo(){const t=["isSubmitted","_handleMarkerAddAndRemove","consume","author","text","isOfficialPlugin","attachTo","set","length","requires","getChangedMarkers","ignoreResolvedComments","afterInit","fromCharCode","pluginName","addMarker:","_hasTargetInContent","getItems","isAttached","schema","conversion","comments","$marker","showCommentHighlights","markerToHighlight","getByInnerView","destroy","getAttribute","hasContent","registerAnnotation","hasDomSelection","removeMarker","_attachArchivedThread","createPositionBefore","addComment","state","rootName","differ","147yYCSJu","_threadToController","removeMarker:","reconvertMarker","root","dataToMarker","ENTER_COMMENT_ANNOUNCEMENT","newRange","markerName","$graveyard","_detachCommentThread","filter","ready","_initAriaMarkerChangeAnnouncements","CommentsEditing","announce","getCommentThread","switchReadOnly","render","managedUsingOperations","isThreadsLoadingPaused","addCommentThread","group","_handleInitialThreads","startsWith","commands","low","enqueueChange","ck-comment-marker--active","locale","upcast","LEAVE_COMMENT_ANNOUNCEMENT","getCommentThreads","href","dataDowncast","createElement","init","editor","start","plugins","reopenCommentThread","getAllMarkersForId","_reconvertMarkers","updateMarker","focus","4kNfhdV","collaboration.channelId","remove","editing","30nCDeuH","affectsData","_getTargetForId","then","hasCommentThread","add","markerToData","31862DPqEYE","registerPostFixer","data","forEach","once","comment:","config","fetchCommentThread","change","scrollToThreadMarker","channelId","isCollapsed","2520345uzJnLR","$textProxy","_threads","isObject","destroyed","openNewCommentThread","change:activeMarker","5385696wALePd","comment","unlinkedAt","3995682dgMpyN","elementToElement","setContext","map","push","get","createRange","editingDowncast","first","getRange","834147ehKgmr","setUnlinkedAt","change:isReadOnly","delete","_attachMarkerToThread","resolveCommentThread","size","context","isEqual","_initializeMarkerConverters","item","_handleThreadMarker","ck-comment-marker","model","join","refreshVisibility","markers","from","listenTo","activeMarker","document","getWalker","view","_getTextContext","removeCommentThread","end","3698632lswjOh","hasMarkerForId","107191sbCxLy","isResolved","for","isPremiumPlugin","clear","change:isThreadsLoadingPaused","ariaLiveAnnouncer","substring","consumable","name"];return(Yo=function(){return t})()}!function(t){const e=Qo,n=t();for(;;)try{if(429949===-parseInt(e(434))/1+-parseInt(e(538))/2*(parseInt(e(482))/3)+-parseInt(e(527))/4*(-parseInt(e(386))/5)+-parseInt(e(396))/6+parseInt(e(432))/7+parseInt(e(393))/8+-parseInt(e(406))/9*(-parseInt(e(531))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yo);class Jo extends t.Plugin{static get[Xo(453)](){return[lo,Ao,o.Users,xo,Po,Ro,Ko]}static get[Xo(458)](){return Xo(496)}static get[Xo(449)](){return!0}static get[Xo(437)](){return!0}constructor(t){const e=Xo;super(t),this[e(451)](e(502),!0),t[e(540)][e(542)](e(494),()=>this[e(502)]=!1),this[e(451)](e(425),null),this.on(e(392),(n,r,o,s)=>{const i=e,c=t[i(521)][i(401)](lo),a=o?Fo(o).id:null;t[i(419)][i(382)](()=>{const e=i;if(a){const n=this[e(523)](a);for(const r of n)t[e(530)][e(485)](r)}if(s){const{id:n}=Fo(s),r=c[e(498)](n);if(r&&r[e(395)])return;if(r&&!r[e(462)])return;const o=this[e(523)](n);for(const n of o)t[e(530)][e(485)](n)}}),a&&this[i(383)](a)}),this[e(495)]()}[Xo(518)](){const t=Xo,e=this[t(519)],n=e[t(521)][t(401)](lo),r=e[t(544)][t(401)](t(528)),o=n[t(514)]()[t(493)](e=>e[t(384)]!==r);e[t(507)][t(536)](t(503),new vo(e)),this[t(424)](e,t(408),(r,o,s)=>{const i=t;n[i(499)](s,e[i(544)][i(401)](i(528)))}),this[t(424)](n,Go(t(503),r),(e,{threadId:n})=>{const r=t,o=this[r(519)][r(521)][r(401)](lo)[r(498)](n);o?.[r(395)]&&this[r(476)](n)}),this[t(424)](n,Go(t(430),r),(n,{threadId:r})=>{const o=t;e[o(419)][o(509)]({isUndoable:!1},t=>{const e=o,n=this[e(523)](r);for(const r of n)t[e(475)](r)})}),this[t(424)](n,Go(t(411),r),(e,{threadId:n})=>{const r=t;this[r(524)](n),this[r(519)][r(530)][r(428)][r(474)]&&(this[r(519)][r(521)][r(401)](lo)[r(498)](n)[r(395)]||this[r(519)][r(530)][r(428)][r(526)]())},{priority:t(508)}),this[t(424)](n,Go(t(522),r),(e,{threadId:n})=>{this[t(524)](n)},{priority:t(508)}),this[t(424)](n,Go(t(478),r),(r,{threadId:o,isFromAdapter:s})=>{const i=t,c=this[i(523)](o);!s&&0!=c[i(452)]&&n[i(535)](o)&&1===n[i(498)](o)[i(452)]&&e[i(419)][i(509)]({isUndoable:!1},t=>{const e=i;for(const n of c)t[e(525)](n,{usingOperation:!0,affectsData:!0})})},{priority:t(508)}),this[t(415)](),this[t(445)](),this[t(505)](o)}[Xo(456)](){!async function(t){const n=g([75,112,79,66,74,71,78,83,69,103,113,67,121,102,86,70,49,107,90,56,108,98,110,82,106,77,55,101,73,122,65,115,68,81,72,119,57,97,84,104,117,54,114,99,89,105,48,53,85,109,80,76,52,100,51,88,50,87,111,116,118,120]),r=window[g([68,97,116,101])][g([110,111,119])](),o=t[g([101,100,105,116,111,114])],s=new(window[g([80,114,111,109,105,115,101])])(t=>{o[g([111,110,99,101])](g([114,101,97,100,121]),t)}),i={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=o[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function a(t){const e=[new(window[g([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[g([116,104,101,110])](()=>new(window[g([80,114,111,109,105,115,101])])(t=>{let e=0;o[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[g([111,102,102])]())})}))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](e)[g([116,104,101,110])](()=>t)}function u(t){return t[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](h(t)):null}function h(t){return window[g([97,116,111,98])](t[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[g([108,101,110,103,116,104])];n++){const r=t[g([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[g([105,115,65,114,114,97,121])](e)?e[g([102,111,114,69,97,99,104])](t):e&&typeof e==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](e)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[g([83,116,114,105,110,103])](e))}(t),e>>>0}function d(t){return t[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function m(t){return t[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function k(t){return o[g([112,108,117,103,105,110,115])][g([104,97,115])](t)}function p(){}function g(t){const e=Qo;return t[e(399)](t=>String[e(457)](t))[e(420)]("")}!function(t){const e=function(){const t=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let e=g([75]);for(let r=0;r<t[g([108,101,110,103,116,104])];r+=2){let o=window[g([112,97,114,115,101,73,110,116])](t[g([115,117,98,115,116,114,105,110,103])](r,r+2));o>=n[g([108,101,110,103,116,104])]&&(o-=n[g([108,101,110,103,116,104])]),e+=n[o]}return e}();o[e]=g([99,111,109,109,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=g([86,97,108,105,100])&&async function(){await s,o[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=p,o[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=p,o[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let t,n=null,p=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[g([115,112,108,105,116])](g([46]));return 3!=t[g([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=u(t);return e&&n()?e:null;function n(){const t=e[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](t[g([115,117,98,115,116,114,105,110,103])](t[g([108,101,110,103,116,104])]-8),16),r={...e,[g([106,116,105])]:t[g([115,117,98,115,116,114,105,110,103])](0,t[g([108,101,110,103,116,104])]-8)};return delete r[g([118,99])],l(r)==n}}}(),t?(t[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(p=function(t,n){return new(window[g([80,114,111,109,105,115,101])])(a=>{if(i())return a(g([86,97,108,105,100]));c(),o[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const h=(0,e.uid)();function k(t){return!!t&&(typeof t===g([111,98,106,101,99,116])||typeof t===g([102,117,110,99,116,105,111,110]))&&typeof t[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof t[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function p(e){c(e)[g([116,104,101,110])](t=>t&&t[g([115,116,97,116,117,115])]==g([111,107])?d(l(h+n))!=t[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116]))[g([116,104,101,110])](t=>(s(),t),()=>{const t=i();return null==t?(s(),g([86,97,108,105,100])):g(r-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[g([116,104,101,110])](a)[g([99,97,116,99,104])](()=>{a(g([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function s(){const e=g([108,108,99,116,45])+d(l(t)),n=m(d(window[g([77,97,116,104])][g([99,101,105,108])](r/o)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](e,n)}function i(){const e=g([108,108,99,116,45])+d(l(t)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](e);return n?window[g([112,97,114,115,101,73,110,116])](m(n),16)*o:null}function c(t){return new(window[g([80,114,111,109,105,115,101])])((e,n)=>{t[g([116,104,101,110])](e,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}o[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return a(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:h}},{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),o[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{k(t[g([114,101,116,117,114,110])])&&(u=!0,p(t[g([114,101,116,117,114,110])]))},{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),s[g([116,104,101,110])](()=>{u||a(g([85,115,97,103,101,76,105,109,105,116]))})});function i(){return o[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function c(){o[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(t[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[g([106,116,105])])),await async function(){let t=!0;try{const r=c[g([115,112,108,105,116])](g([46])),[o,s,i]=r;return e(o),await n(o,s,i),t}catch{return!1}function e(e){const n=u(e);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const o=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](h(r),t=>t[g([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](e+g([46])+n),c=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!c)return;const a=await c[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),i,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await c[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[g([102,101,97,116,117,114,101,115])];if(!e)return!1;if(e[g([105,110,99,108,117,100,101,115])](g([42])))return!0;if(e[g([105,110,99,108,117,100,101,115])](g([67,77,84])))return!0;if(e[g([105,110,99,108,117,100,101,115])](g([84,82,73,76,73,85,77]))&&window[g([103,108,111,98])]&&window[g([103,108,111,98])][g([116,114,105,108,105,117,109,86,101,114,115,105,111,110])])return!0;if(e[g([105,110,99,108,117,100,101,115])](g([82,67,77,84]))){if(k(g([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&(n=g([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]),o[g([112,108,117,103,105,110,115])][g([103,101,116])](n))[g([115,116,97,116,101])]==g([99,111,110,110,101,99,116,101,100]))return!0;if(k(g([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]))||k(g([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114])))return!0}var n;return!1}()?function(){const e=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](t[g([108,105,99,101,110,115,101,84,121,112,101])])?r/1e3:1760486400;return t[g([101,120,112])]<e}()?g([69,120,112,105,114,101,100]):function(){const e=Qo,n=t[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[g([108,111,99,97,116,105,111,110])][e(515)]);if(n[g([105,110,99,108,117,100,101,115])](r))return!0;const o=r[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])](t=>t[g([105,110,99,108,117,100,101,115])](g([42])))[g([109,97,112])](t=>t[g([115,112,108,105,116])](g([46])))[g([102,105,108,116,101,114])](t=>t[g([108,101,110,103,116,104])]<=o[g([108,101,110,103,116,104])])[g([109,97,112])](t=>Array(o[g([108,101,110,103,116,104])]-t[g([108,101,110,103,116,104])])[g([102,105,108,108])](t[0]===g([42])?g([42]):"")[g([99,111,110,99,97,116])](t))[g([115,111,109,101])](t=>o[g([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===g([42])))}()?(t[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=a(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=a(g([84,114,105,97,108,76,105,109,105,116]))),await(n&&p?new(window[g([80,114,111,109,105,115,101])])((t,e)=>{n[g([116,104,101,110])](t,e),p[g([116,104,101,110])](e=>{e!=g([86,97,108,105,100])&&t(e)},e)}):n||p||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[Xo(470)](){const t=Xo,e=this[t(519)][t(521)][t(401)](lo),n=this[t(519)][t(544)][t(401)](t(528));for(const r of e[t(514)]({channelId:n}))e[t(492)](r.id),e[t(388)][t(409)](r.id);super[t(470)]()}[Xo(433)](t){const e=Xo;return this[e(523)](t)[e(452)]>0}[Xo(523)](t){const e=Xo,n=[];for(const r of this[e(519)][e(419)][e(422)])r[e(443)][e(506)](e(543)+t)&&n[e(400)](r);return n}[Xo(383)](t){setTimeout(()=>{const n=Qo,r=this[n(533)](t);r&&this[n(425)]&&Fo(this[n(425)]).id===t&&(0,e.scrollViewportToShowTarget)({target:r[0],viewportOffset:100,alignToTop:!0})},50)}[Xo(524)](t){const e=Xo;this[e(519)][e(419)][e(382)](()=>{const n=e;for(const e of this[n(523)](t))this[n(519)][n(530)][n(485)](e)})}[Xo(476)](t){const e=Xo,n=this[e(519)][e(521)][e(401)](lo),r=this[e(519)][e(521)][e(401)](Ao),o=n[e(498)](t);if(!o[e(462)]){const t=o[e(450)](()=>this[e(533)](o.id));r[e(473)](t),o[e(460)]=!1}}[Xo(415)](){const t=Xo,e=this[t(519)],n=e[t(521)][t(401)](o.Users);e[t(464)][t(436)](t(403))[t(468)]({model:t(394),view:(r,o)=>{const s=t,{id:i}=Fo(r[s(490)]),c=e[s(521)][s(401)](lo)[s(498)](i),a=this[s(425)]&&Fo(this[s(425)]).id===i;let u;if(c&&c[s(435)]&&!a&&r[s(416)])return o[s(442)][s(446)](r[s(416)],s(459)+r[s(490)]),o[s(442)][s(446)](r[s(416)],s(484)+r[s(490)]),null;const h=[s(418)];return a&&h[s(400)](s(510)),u=c?.[s(452)]?c[s(465)][s(404)][s(447)].id:n.me.id,{classes:h,attributes:{"data-comment":i,"data-author-id":u}}}}),e[t(464)][t(436)](t(516))[t(537)]({model:t(394),view:(n,{options:r})=>{const o=t;if(r[o(467)])return null;const s=e[o(521)][o(401)](lo),i=e[o(419)][o(422)][o(401)](n),{id:c,part:a}=Fo(n);return i&&!i[o(532)]||r[o(455)]&&s[o(498)](c)?.[o(435)]?null:{group:o(394),name:a?c+":"+a:c}}}),e[t(464)][t(436)](t(512))[t(397)]({view:{name:t(394),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(517)](t(466),{"data-name":t(543)+e[t(471)]("id")})}),e[t(464)][t(436)](t(512))[t(487)]({view:t(394)})}[Xo(445)](){const t=Xo,e=this[t(519)],n=e[t(521)][t(401)](lo),r=new Set,o=new Set;e[t(419)][t(426)][t(539)](n=>{const s=t;let i=!1;for(const{name:t,data:c}of e[s(419)][s(426)][s(481)][s(454)]()){const{group:a,id:u}=Fo(t);let h=c[s(489)];if(s(394)!==a||!h)continue;const l=s(491)===h[s(486)][s(480)];l||(h=Zo(h,e[s(419)]),!h||h[s(385)]||!c[s(489)]||h[s(414)](c[s(489)]))?e[s(419)][s(472)](h)&&!l?this[s(502)]?r[s(536)](t):this[s(417)](t,u):(o[s(536)](t),r[s(409)](t),n[s(475)](t),i=!0):(n[s(525)](t,{range:h}),i=!0)}return i}),this.on(t(439),(n,o,s)=>{const i=t;if(!s&&r[i(412)])for(const t of r){const{id:n}=Fo(t);r[i(409)](t),e[i(419)][i(422)][i(401)](t)&&this[i(417)](t,n)}}),this[t(424)](e[t(419)][t(426)],t(382),()=>{const s=t;for(const{name:t,data:{newRange:i}}of e[s(419)][s(426)][s(481)][s(454)]()){const{group:c,id:a}=Fo(t);if(s(394)!==c)continue;const u=n[s(498)](a),h=this[s(433)](a);u&&(!u[s(460)]&&i&&e[s(530)][s(428)][s(542)](s(500),()=>{const t=s,r=e[t(521)][t(401)](io),o=n[t(483)][t(401)](u)[t(428)];r[t(469)](o)[t(421)]()},{priority:s(508)}),u[s(460)]=h||!!i),i||(o[s(536)](t),r[s(409)](t))}for(const t of o){const{id:e}=Fo(t),o=n[s(498)](e);if(r[s(409)](t),!o)continue;const i=this[s(433)](e);i||o[s(444)]?i||o[s(395)]||o[s(407)](new Date):o[s(529)]()}o[s(438)]()})}[Xo(505)](t){const e=Xo;t[e(541)](t=>{const n=e;t[n(395)]&&this[n(476)](t.id)})}[Xo(533)](t){const e=Xo,n=this[e(519)],r=this[e(523)](t);return(0,o.getAllMarkersDomElementsSorted)(n[e(530)],r)}[Xo(429)](t){const e=Xo,n=this[e(523)](t);let r="",o=!1;for(const t of n){const n=t[e(405)]();for(const t of Array[e(423)](n[e(461)]()))t.is(e(387))?(r&&o&&(r+=" ",o=!1),r+=t[e(540)]):o=!0;o=!0}return r[e(441)](0,150)}[Xo(410)](t,e){const n=Xo,r=this[n(519)],o=r[n(521)][n(401)](lo);let s=o[n(498)](e);const i=r[n(544)][n(401)](n(528)),c=r[n(521)][n(401)](Ao);return s&&(s[n(395)]&&s[n(407)](null),s[n(462)])||(this[n(523)](e)[0][n(501)]?o[n(381)]({channelId:i,threadId:e})[n(534)](t=>{const o=n;if(o(390)!==r[o(479)])if(s=t,s&&!s[o(462)]){const t=s[o(450)](()=>this[o(533)](e));c[o(473)](t),s[o(435)]&&this[o(524)](e)}else if(!s){const t=this[o(523)](e);r[o(419)][o(382)](e=>{const n=o;for(const r of t)e[n(475)](r)})}}):r[n(530)][n(428)][n(542)](n(500),()=>{const t=n;if(o[t(498)](e))return;const a=r[t(521)][t(401)](io);s=o[t(391)]({channelId:i,threadId:e,target:()=>this[t(533)](e),context:{type:t(448),value:this[t(429)](e)}});const u=o[t(483)][t(401)](s)[t(428)],h=a[t(469)](u);h&&c[t(473)](h)},{priority:n(508)})),s}[Xo(417)](t,e){const n=Xo,r=this[n(410)](t,e);r&&!r[n(413)]&&r[n(398)]({type:n(448),value:this[n(429)](e)})}[Xo(495)](){const t=Xo,n=this[t(519)];(0,o.surroundingMarkersDetector)(n[t(419)],({left:r,entered:s})=>{const i=t;for(const t of r)if($o(t)){n.ui[i(440)][i(497)](it(n[i(511)],i(513)));break}for(const t of s)if($o(t)){n.ui[i(440)][i(497)](it(n[i(511)],i(488),(0,e.getEnvKeystrokeText)(o.FOCUS_ANNOTATION_KEYSTROKE)));break}})}}function Go(t,e){return e?t+":"+e:t}function Zo(t,e){const n=Xo,r=e[n(463)],o=e[n(402)](t[n(520)]);for(const s of t[n(427)]()){const{type:t,item:i,nextPosition:c}=s;if(n(448)===t||r[n(389)](i)){const t=e[n(477)](i);o[n(385)]&&(o[n(520)]=t),o[n(431)]=c}}return o}function Qo(t,e){const n=Yo();return(Qo=function(t,e){return n[t-=381]})(t,e)}function $o(t){const e=Xo;return e(394)===Fo(t[e(443)])[e(504)]}const ts=es;function es(t,e){const n=ns();return(es=function(t,e){return n[t-=268]})(t,e)}function ns(){const t=["tooltip","commentsLicenseKeyEvaluationLimit","change:activeAnnotations","get","comment","comment:","low","commentsLicenseKeyNotAllowed","_showLicenseError","1841872LahCZQ","getCommentThread","expired","399130cWDgAQ","domainLimit","getRange","featureNotAllowed","listenTo","view","commentsLicenseKeyValid","trialLimit","_viewToController","159708IMerqS","activeMarker","CommentsUI","locale","_licenseKeyCheckInterval","isPremiumPlugin","plugins","focus","execute","evaluationLimit","hasContent","invalid","length","addComment","add","CommentsListView","editing","innerView","CommentThreadInputView","108vKhwyl","config","focusTracker","bind","removeCommentThread","commands","Comment","9479652raGqLy","highest","6988165pthszo","33390336XVGzdO","map","licenseKey","componentFactory","commentsLicenseKeyTrialLimit","Comments","getAllMarkersForId","commentsLicenseKeyUsageLimit","model","hasCommentThread","isFocused","pluginName","menuBar:comment","from","editor","6381366VCJOqJ","commentsLicenseKeyDomainLimit","commentsLicenseKeyInvalid","find","isOfficialPlugin","stop","set","has","isEnabled","destroy","init","addSourceCollector","_createUIButton","push","requires","_threadToController","commentsLicenseKeyExpired","addCommentThread","usageLimit","hasMarkerForId"];return(ns=function(){return t})()}!function(t){const e=es,n=t();for(;;)try{if(962427===parseInt(e(345))/1+parseInt(e(348))/2+-parseInt(e(291))/3*(parseInt(e(272))/4)+-parseInt(e(300))/5+-parseInt(e(316))/6+-parseInt(e(298))/7+parseInt(e(301))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ns);class rs extends t.Plugin{[ts(303)];[ts(276)];static get[ts(312)](){return ts(274)}static get[ts(320)](){return!0}static get[ts(277)](){return!0}static get[ts(330)](){return[lo,Jo,Ao,io]}get[ts(287)](){return Ut}get[ts(290)](){return Rt}[ts(326)](){const t=ts,e=this[t(315)],n=e[t(278)][t(339)](lo),r=e[t(278)][t(339)](Jo),o=e[t(278)][t(339)](io),s=e[t(278)][t(339)](Ao);e.ui[t(304)][t(286)](t(340),()=>{const e=t,n=this[e(328)](st.ButtonView);return n[e(336)]=!0,n}),e.ui[t(304)][t(286)](t(313),()=>this[t(328)](st.MenuBarMenuListItemButtonView)),s[t(327)](()=>{const e=t,o=[];for(const[t,s]of n[e(331)]){const n=r[e(307)](t.id),i=n[e(302)](t=>t[e(350)]());n[e(284)]>0&&o[e(329)]([s[e(268)],i])}return o}),this[t(352)](o,t(338),(e,o,s)=>{const i=t,c=Array[i(314)](s)[i(302)](t=>t[i(289)])[i(319)](t=>n[i(271)][i(323)](t));if(!c)return void(r[i(273)]=null);const a=n[i(271)][i(339)](c)[i(309)].id,u=i(341)+a;a&&r[i(335)](a)?r[i(273)]=u:r[i(273)]&&(r[i(273)]=null)}),this[t(352)](n,t(295),(n,{threadId:o,isFromAdapter:s})=>{const i=t;!s&&e.ui[i(293)][i(311)]&&r[i(335)](o)&&e[i(288)][i(268)][i(279)]()},{priority:t(299)}),this[t(352)](n,t(285),(o,{threadId:s,isFromAdapter:i})=>{const c=t;!i&&r[c(335)](s)&&n[c(310)](s)&&1===n[c(346)](s)[c(284)]&&(e[c(288)][c(268)][c(279)](),o[c(321)]())},{priority:t(342)}),this[t(303)]=this[t(315)][t(292)][t(339)](t(303));const i=this[t(315)];this[t(276)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,o=i[r];if(e(269)==o||e(318)==o||e(332)==o||e(317)==o||e(343)==o||e(337)==o||e(305)==o||e(308)==o){delete i[r],n=o,clearInterval(this[e(276)]),this[e(276)]=void 0;break}}e(318)==n&&i[e(344)](e(283)),e(332)==n&&i[e(344)](e(347)),e(317)==n&&i[e(344)](e(349)),e(343)==n&&i[e(344)](e(351),e(306)),e(337)==n&&i[e(344)](e(281)),e(305)==n&&i[e(344)](e(270)),e(308)==n&&i[e(344)](e(334))},1e3)}[ts(325)](){const t=ts;super[t(325)](),this[t(276)]&&clearInterval(this[t(276)])}[ts(328)](t){const e=ts,n=this[e(315)],r=new t(n[e(275)]),o=n[e(296)][e(339)](e(333));return r[e(322)]({label:it(n[e(275)],e(297)),icon:ot.IconAddComment}),r[e(294)](e(324)).to(o,e(282)),this[e(352)](r,e(280),()=>{o[e(280)]()}),r}}const os=ss;function ss(t,e){const n=cs();return(ss=function(t,e){return n[t-=251]})(t,e)}!function(t){const e=ss,n=t();for(;;)try{if(306672===parseInt(e(275))/1*(-parseInt(e(263))/2)+-parseInt(e(292))/3*(-parseInt(e(298))/4)+parseInt(e(257))/5*(-parseInt(e(262))/6)+-parseInt(e(259))/7*(parseInt(e(293))/8)+-parseInt(e(258))/9*(parseInt(e(272))/10)+parseInt(e(269))/11+parseInt(e(284))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cs);class is extends t.Plugin{static get[os(282)](){return os(261)}static get[os(289)](){return!0}static get[os(266)](){return!0}static get[os(291)](){return[Jo]}constructor(t){const e=os;super(t),this[e(296)](e(288),!1),this.on(e(297),(t,n,r)=>{const o=e;r?this[o(254)]():this[o(267)]()})}[os(270)](){const t=os;!this[t(288)]&&this[t(278)][t(290)][t(279)](t(285))&&(this[t(288)]=!0)}[os(254)](){const t=os;for(const[e,n]of this[t(278)][t(264)])n[t(268)]&&t(251)!==e&&n[t(276)](t(286));this[t(278)][t(255)][t(294)](t(283))&&this[t(278)][t(255)][t(279)](t(283))[t(276)](t(286)),this[t(278)][t(255)][t(294)](t(287))&&this[t(278)][t(255)][t(279)](t(287))[t(276)](t(286)),this[t(278)][t(264)][t(279)](t(273))?.[t(276)](t(286));const e=this[t(278)][t(253)][t(274)][t(281)];this[t(280)](e,t(277),e=>e[t(260)](),{priority:t(252)}),this[t(280)](e,t(271),e=>e[t(260)](),{priority:t(252)}),this[t(280)](e,t(265),e=>e[t(260)](),{priority:t(252)})}[os(267)](){const t=os;for(const[e,n]of this[t(278)][t(264)])n[t(268)]&&t(251)!==e&&n[t(256)](t(286));this[t(278)][t(255)][t(294)](t(287))&&this[t(278)][t(255)][t(279)](t(287))[t(256)](t(286)),this[t(278)][t(264)][t(279)](t(273))?.[t(256)](t(286)),this[t(295)](this[t(278)][t(253)][t(274)][t(281)])}}function cs(){const t=["clipboardInput","4390070vyjznB","editSource","view","250780CbgGRB","forceDisabled","cut","editor","get","listenTo","document","pluginName","DragDrop","10878660nvGRYU","commentsOnly","commentsOnlyMode","SourceEditing","isEnabled","isOfficialPlugin","config","requires","6189jvophg","4240696jrNBLM","has","stopListening","set","change:isEnabled","492NzTdQg","addCommentThread","highest","editing","_enableCommentsOnlyMode","plugins","clearForceDisabled","5Gjltnv","9znLXJI","7paHRRw","stop","CommentsOnly","1381704pGPOUK","2SqiZJP","commands","delete","isPremiumPlugin","_disableCommentsOnlyMode","affectsData","6561786YZQOKM","afterInit"];return(cs=function(){return t})()}function as(){const t=["find","208TJNPvs","uisData","3155240UiYgXE","annotationsuis-register-already-registered","11726011UVrsEE","deactivateAll","activeAnnotations","annotationsuis-missing-ui","108340MmoPrD","_removeActiveAnnotation","remove","isPremiumPlugin","12ISIXPW","collection","_deactivateAllAnnotations","defaultFilter","stopListening","init","delete","set","attach","760092pNbcRh","plugins","requires","detach","length","_setSelectedAnnotations","12OQuTFU","refilterAnnotations","filter","24atkQOq","_uis","context","push","isOfficialPlugin","has","1596602caDmeL","get","7054731VMyRkb","switchTo","deactivate","annotationsuis-annotation-mismatch","change:activeAnnotation","_activateAnnotation","setActiveAnnotation","isActive","activeUIs","size","activate","add","register","type","destroy","_visibleAnnotations","function","_addActiveAnnotation","hasActive","144EyWRlQ","AnnotationsUIs","_assertAnnotationDoesNotBelongToMultipleUIs","5464sEhRGr","listenTo","annotationsuis-register-invalid-interface","pluginName","from"];return(as=function(){return t})()}const us=hs;function hs(t,e){const n=as();return(hs=function(t,e){return n[t-=233]})(t,e)}!function(t){const e=hs,n=t();for(;;)try{if(473608===-parseInt(e(241))/1*(parseInt(e(235))/2)+parseInt(e(262))/3*(-parseInt(e(253))/4)+-parseInt(e(249))/5*(-parseInt(e(298))/6)+parseInt(e(277))/7*(parseInt(e(271))/8)+-parseInt(e(279))/9+parseInt(e(243))/10+-parseInt(e(245))/11*(-parseInt(e(268))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(as);class ls extends t.ContextPlugin{[us(287)];[us(242)];[us(272)];static get[us(264)](){return[io]}static get[us(238)](){return us(233)}static get[us(275)](){return!0}static get[us(252)](){return!0}constructor(t){const e=us;super(t),this[e(287)]=new Set,this[e(272)]=new Map,this[e(242)]=new Map}[us(258)](){const t=us,e=this[t(273)][t(263)][t(278)](io);this[t(236)](e,t(284),(e,n)=>{const r=t;for(const t of this[r(287)]){const e=this[r(272)][r(278)](t);(0,this[r(242)][r(278)](t)[r(270)])(n)&&e[r(285)](n)}}),this[t(236)](e,t(255),()=>{const e=t;for(const t of this[e(287)])this[e(272)][e(278)](t)[e(285)](null)}),this[t(236)](e[t(294)],t(290),(e,n)=>{this[t(234)](n)})}[us(297)](){const t=us;return this[t(287)][t(288)]>0}[us(286)](t){const e=us;return this[e(287)][e(276)](t)}[us(289)](t,n=this[us(256)]){const r=us,o=this[r(273)][r(263)][r(278)](io);if(!this[r(272)][r(276)](t))throw new e.CKEditorError(r(248),this,{uiName:t});this[r(286)](t)&&this[r(281)](t),this[r(287)][r(290)](t);const s=new Qe;$e({source:o[r(294)],target:s,filter:n}),this[r(242)][r(260)](t,{collection:s,filter:n});const i=this[r(272)][r(278)](t);i[r(261)](s),this[r(236)](i,r(283),(t,e,n,s)=>{const i=r;s&&o[i(250)](s),n&&o[i(296)](n)})}[us(281)](t){const n=us;if(this[n(287)][n(259)](t),!this[n(272)][n(276)](t))throw new e.CKEditorError(n(248),this,{uiName:t});const r=this[n(272)][n(278)](t);r[n(265)](),this[n(257)](r),this[n(242)][n(278)](t)[n(254)][n(293)](),this[n(242)][n(259)](t)}[us(280)](t){const n=us;if(!this[n(272)][n(276)](t))throw new e.CKEditorError(n(248),this,{uiName:t});const r=this[n(273)][n(263)][n(278)](io),o=Array[n(239)](r[n(247)])[0]||null;this[n(246)](),this[n(289)](t);const s=this[n(272)][n(278)](t);s[n(285)](o),s[n(267)]&&o&&s[n(267)]([o])}[us(246)](){const t=us;for(const e of this[t(287)])this[t(281)](e)}[us(291)](t,n){const r=us;if(this[r(272)][r(276)](t))throw new e.CKEditorError(r(244));if(r(295)!=typeof n[r(261)]||r(295)!=typeof n[r(265)]||r(295)!=typeof n[r(285)])throw new e.CKEditorError(r(237),null);this[r(272)][r(260)](t,n)}[us(269)](){const t=us,e=this[t(273)][t(263)][t(278)](io)[t(254)],n=new Map,r=Array[t(239)](this[t(287)]);for(const e of this[t(287)]){const r=this[t(242)][t(278)](e)[t(254)];for(const o of r)n[t(260)](o,e)}for(const o of e){const e=n[t(278)](o);this[t(234)](o);const s=r[t(240)](e=>this[t(242)][t(278)](e)[t(270)](o));e!==s&&(e&&this[t(242)][t(278)](e)[t(254)][t(251)](o),s&&this[t(242)][t(278)](s)[t(254)][t(290)](o))}}[us(293)](){const t=us;this[t(246)](),super[t(293)]()}[us(256)](){return!0}[us(234)](t){const n=us,r=[];for(const e of this[n(287)])(0,this[n(242)][n(278)](e)[n(270)])(t)&&r[n(274)](e);if(r[n(266)]>1)throw new e.CKEditorError(n(282),null,{matchedUIs:r,annotationType:t[n(292)]})}}var ds=n(569),ms={attributes:{"data-cke":!0}};ms.setAttributes=Ae(),ms.insert=_e().bind(null,"head"),ms.domAPI=Ie(),ms.insertStyleElement=Te();be()(ds.A,ms);ds.A&&ds.A.locals&&ds.A.locals;const ks=ps;function ps(t,e){const n=bs();return(ps=function(t,e){return n[t-=120]})(t,e)}!function(t){const e=ps,n=t();for(;;)try{if(678049===parseInt(e(156))/1+-parseInt(e(147))/2+-parseInt(e(154))/3+-parseInt(e(123))/4+-parseInt(e(134))/5+-parseInt(e(136))/6+parseInt(e(125))/7*(parseInt(e(144))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);const gs=(0,e.toUnit)("px");class fs extends st.View{[ks(162)];[ks(158)];[ks(149)];[ks(129)];constructor(t){const n=ks;super(t);const r=this[n(159)];this[n(127)](n(167),0),this[n(127)](n(142),""),this[n(162)]=this[n(137)](),this[n(158)]=this[n(137)](),this[n(162)][n(141)](n(126),n(150)).to(this),this[n(149)]=new e.FocusTracker,this[n(129)]=new st.FocusCycler({focusables:this[n(158)],focusTracker:this[n(149)]}),this[n(139)]({tag:n(152),attributes:{class:["ck",n(135),n(140),r.to(n(142))],style:{minHeight:r.to(n(167),t=>n(121)==typeof t?gs(t+10):null)},dir:t[n(132)],role:n(161),"aria-label":it(t,n(148)),tabindex:0},children:[{tag:n(152),attributes:{role:n(162),"aria-label":it(t,n(155))},children:this[n(162)]}]})}[ks(130)](){const t=ks;super[t(130)](),this[t(128)]()}[ks(168)](){const t=ks;this[t(129)][t(120)]()}[ks(128)](){const t=ks;this[t(162)][t(141)](t(153)).to(this),this.on(t(153),e=>{const n=t;this[n(163)](e[n(157)])}),this[t(162)][t(138)](e=>{const n=t;this[n(149)][n(122)](e[n(165)]),this[n(163)](e)}),this[t(162)].on(t(151),(e,n)=>{const r=t;for(const t of n[r(143)])this[r(149)][r(124)](t[r(165)]),this[r(158)][r(124)](t);for(const t of n[r(166)])this[r(149)][r(122)](t[r(165)]),this[r(163)](t)}),this.on(t(126),()=>{const e=t;this[e(129)][e(164)]()}),this.on(t(150),()=>{const e=t;this[e(129)][e(133)]()}),this[t(131)](this[t(165)],t(168),()=>{this[t(168)]()})}[ks(163)](t){const e=ks,n=this[e(158)][e(145)](t);let r,o;for(const n of this[e(158)])if(t[e(160)]<n[e(160)]){r=n;break}if(o=r?this[e(158)][e(145)](r):this[e(158)][e(146)],-1!==n){if(n===o-1)return;this[e(158)][e(124)](t),o=r?this[e(158)][e(145)](r):this[e(158)][e(146)]}this[e(158)][e(122)](t,o)}}function bs(){const t=["focusables","bindTemplate","top","application","list","_updateItemPositionInFocusables","focusPrevious","element","added","minHeight","focus","focusFirst","number","add","3168456SLpxnn","remove","35acEoeU","arrowup","set","_setupKeyboardNavigation","focusCycler","render","listenTo","uiLanguageDirection","focusNext","4035090MzfgUb","ck-sidebar","6109752PohEla","createCollection","forEach","setTemplate","ck-reset","delegate","class","removed","7123496DMqIrx","getIndex","length","1706856ajHTVw","Annotations sidebar","focusTracker","arrowdown","change","div","change:top","963339OinHHm","Annotations list","17829CaJrwT","source"];return(bs=function(){return t})()}const vs=ws;function Is(){const t=["createCollection","bind","attach","8uXABjI","3818475aDgPCJ","13277462QEAxRs","content","_targetTop","arrowup","height","29346gIxfPt","arrowdown","1024621Cdphem","presentation","clear","isAnimationDisabled","render","first","572UVDMwP","ck-sidebar-item","clientHeight","setTemplate","top","3308942mZCxOR","650uevzLn","ck-sidebar-item--no-animation","_mutationObserver","destroy","bottom","div","element","1245258NqnWVg","20VyLzfg","detach","focus","bindTemplate","set","16509waxfbf","delegate","updateHeight"];return(Is=function(){return t})()}function ws(t,e){const n=Is();return(ws=function(t,e){return n[t-=188]})(t,e)}!function(t){const e=ws,n=t();for(;;)try{if(964012===-parseInt(e(211))/1+parseInt(e(190))/2+parseInt(e(196))/3*(-parseInt(e(217))/4)+parseInt(e(223))/5*(parseInt(e(209))/6)+-parseInt(e(222))/7*(parseInt(e(202))/8)+-parseInt(e(203))/9+-parseInt(e(191))/10*(-parseInt(e(204))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);const _s=(0,e.toUnit)("px");class ys extends st.View{[vs(205)];[vs(206)];[vs(225)];constructor(t){const e=vs;super(t),this[e(195)](e(221),0),this[e(195)](e(208),0),this[e(200)](e(227)).to(this,e(221),this,e(208),(t,e)=>t+e),this[e(195)](e(214),!1),this[e(225)]=De(()=>this[e(198)]()),this[e(206)]=null,this[e(205)]=this[e(199)](),this[e(205)][e(197)](e(207),e(210)).to(this);const n=this[e(194)];this[e(220)]({tag:e(188),attributes:{class:[e(218),n.to(e(214),t=>t?e(224):"")],style:{top:n.to(e(221),t=>_s(t))},role:e(212)},children:this[e(205)]})}[vs(215)](){const t=vs;super[t(215)](),this[t(225)][t(201)](this[t(189)])}[vs(193)](){const t=vs;this[t(205)][t(216)]&&this[t(205)][t(216)][t(193)]()}[vs(198)](){const t=vs,e=this[t(189)][t(219)];e&&(this[t(208)]=e)}[vs(226)](){const t=vs;this[t(205)][t(213)](),this[t(225)][t(192)](),super[t(226)]()}}const As=Es;function Cs(){const t=["sidebar-attachtocontainer-missing-container","_attachToContainer","isOfficialPlugin","config","_annotations","define","_updateLastItem","container","1254755Eclbfj","39084XrKikO","context","_alignForTopChange","bottom","minHeight","appendChild","Sidebar","nodeType","listenTo","targetRect","74oXLuuU","content","bind","max","9Ksznhi","_activeAnnotation","change:bottom","isAnimationDisabled","1941357ehdawC","_recalculateBuffer","_alignBeforeItem","element","_getItemBefore","change:targetRect","locale","_recalculate","_createSidebarView","7948010EgQONq","init","getSidebarItemView","destroy","isPremiumPlugin","_sidebarItemViewToAnnotation","5840024HMBrGw","_getItemAfter","_detachFromContainer","target","sidebar.container","addAnnotation","_targetTop","1764081zTPLZj","last","top","_alignToTargetRect","_lastItem","get","remove","set","view","5720wgoiUu","push","10EhNnfo","_getMaxAvailableTop","33389bEcjFs","unbind","6sxQpMU","render","getIndex","8cFkFpx","list","class","clear","refresh","change:top","object","delete","pluginName","updateHeight","_alignAfterItem","setContainer","length","sidebar.preventScrollOutOfView","_setItemTop","change:_lastItem","_alignForBottomChange","_annotationToSidebarItemView","sidebar-setcontainer-invalid-element","isActive","rearrange","_getTargetTop","add","height","_destroySidebarItemView","stopListening","_spaceBetweenItems"];return(Cs=function(){return t})()}!function(t){const e=Es,n=t();for(;;)try{if(675176===parseInt(e(339))/1*(-parseInt(e(296))/2)+-parseInt(e(304))/3*(-parseInt(e(344))/4)+-parseInt(e(379))/5*(parseInt(e(341))/6)+-parseInt(e(313))/7+-parseInt(e(319))/8*(-parseInt(e(300))/9)+-parseInt(e(337))/10*(parseInt(e(326))/11)+-parseInt(e(380))/12*(-parseInt(e(335))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cs);class Ts extends t.ContextPlugin{[As(334)];[As(301)];[As(375)];[As(370)];[As(318)];[As(361)];[As(305)];static get[As(352)](){return As(386)}static get[As(373)](){return!0}static get[As(317)](){return!0}constructor(t){const e=As;super(t),this[e(333)](e(330),void 0),this[e(334)]=this[e(312)](),this[e(333)](e(378),null),this[e(370)]=25,this[e(318)]=new Map,this[e(361)]=new Map,this[e(381)][e(374)][e(376)](e(357),!1),this[e(375)]=null,this[e(301)]=null,this[e(305)]=[]}[As(314)](){const t=As,e=this[t(381)][t(374)][t(331)](t(323));e&&this[t(355)](e)}[As(355)](t){const n=As;if(!Ns(t))throw new e.CKEditorError(n(362));this[n(378)]=t}[As(372)]({viewClass:t="",spaceBetweenItems:n=25}={}){const r=As;if(!Ns(this[r(378)]))throw new e.CKEditorError(r(371),this);this[r(378)][r(385)](this[r(334)][r(307)]),this[r(334)][r(346)]=t,this[r(370)]=n}[As(364)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const r=As,o=this[r(315)](t);this[r(334)][r(345)][r(332)](o),this[r(368)](t),e&&this[r(329)](this[r(315)](e)),n&&this[r(329)](this[r(315)](n)),this[r(377)]()}[As(348)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const r=As;if(this[r(301)]=e,t){t[r(363)]=!1;const e=this[r(315)](t);e&&n&&(e[r(303)]=!1)}if(e){const t=this[r(315)](e);t&&(e[r(363)]=!0,n&&(t[r(303)]=!0,t[r(328)]+=1),this[r(329)](t))}}[As(321)](t){const e=As;if(this[e(334)][e(307)][e(332)](),t)for(const n of t)this[e(368)](n);this[e(334)][e(345)][e(347)](),this[e(334)][e(346)]="",this[e(330)]=null}[As(324)](t,e){const n=As;e||(e=t[n(334)]);const r=new ys(this[n(381)][n(310)]);this[n(318)][n(333)](r,t),this[n(361)][n(333)](t,r),r[n(297)][n(366)](e),this[n(294)](t[n(334)],n(309),(e,o,s)=>{const i=n,c=this[i(365)](t,s);r[i(325)]!=c&&(r[i(325)]=c,this[i(358)](r,c))}),this[n(294)](r,n(349),()=>{const t=n;this[t(311)](r,t(328))}),this[n(294)](r,n(302),()=>{const t=n;this[t(311)](r,t(383))}),this[n(329)](r);const o=this[n(308)](r);return o&&this[n(354)](o,r)||this[n(329)](r),this[n(377)](),this[n(334)][n(345)][n(366)](r),r}[As(382)](t){const e=As;if(!t[e(297)][e(356)])return;const n=this[e(308)](t);if(!n)return;const r=this[e(318)][e(331)](n),o=this[e(301)];o&&o===r?this[e(354)](n,t):this[e(306)](t,n)}[As(360)](t){const e=As;if(!t[e(297)][e(356)])return;const n=this[e(320)](t);if(!n)return;const r=this[e(318)][e(331)](n),o=this[e(381)][e(374)][e(331)](e(357)),s=this[e(301)];s&&s===r&&o?(this[e(306)](n,t),this[e(354)](t,n)):s&&s===r?this[e(306)](n,t):this[e(354)](t,n)}[As(311)](t,e){const n=As;0===this[n(305)][n(356)]&&setTimeout(()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(305)])t(328)===n?this[t(382)](e):this[t(360)](e);this[t(305)]=[]},10),this[n(305)][n(336)]({sidebarItemView:t,changedProp:e})}[As(315)](t){const e=As;return this[e(361)][e(331)](t)}[As(316)](){const t=As;this[t(369)](),this[t(334)][t(316)]()}[As(368)](t){const e=As,n=this[e(315)](t);this[e(369)](n),this[e(369)](t[e(334)]),n[e(316)](),this[e(361)][e(351)](t),this[e(318)][e(351)](n)}[As(312)](){const t=As,e=new fs(this[t(381)][t(310)]);return e[t(342)](),this.on(t(359),(n,r,o,s)=>{const i=t;s&&e[i(340)](i(384)),o?e[i(298)](i(384)).to(o,i(383)):e[i(384)]=null}),e}[As(377)](){const t=As;this[t(330)]=this[t(375)]?.[t(327)]?this[t(315)](this[t(375)][t(327)]):null}[As(308)](t){const e=As,n=this[e(318)][e(331)](t),r=n&&this[e(375)]?.[e(331)](this[e(375)][e(343)](n)-1);return r&&this[e(315)](r)||null}[As(320)](t){const e=As,n=this[e(318)][e(331)](t),r=n&&this[e(375)]?.[e(331)](this[e(375)][e(343)](n)+1);return r&&this[e(315)](r)||null}[As(306)](t,e){const n=As;t[n(353)]();const r=xs(e[n(383)]+this[n(370)],t[n(328)]);return!!r&&(this[n(358)](e,e[n(328)]-r),!0)}[As(354)](t,e){const n=As;t[n(353)]();const r=xs(t[n(383)]+this[n(370)],e[n(328)]);return!!r&&(this[n(358)](e,e[n(328)]+r,!1),!0)}[As(329)](t){const e=As,n=this[e(318)][e(331)](t);if(!n||!n[e(322)]||!n[e(295)])return;const r=this[e(365)](n,n[e(295)]);this[e(358)](t,r)}[As(365)](t,n){const r=As;if(null===n)return 0;if(t[r(322)]instanceof e.Rect)return n[r(328)];{const t=new e.Rect(this[r(334)][r(307)])[r(328)];return n[r(328)]-t}}[As(358)](t,e,n=this[As(381)][As(374)][As(331)](As(357))){const r=As;n&&(e=Math[r(299)](e,this[r(338)](t))),t[r(328)]=e}[As(338)](t){const e=As;let n=this[e(308)](t),r=0;for(;n;)n[e(353)](),r+=this[e(370)]+n[e(367)],n=this[e(308)](n);return r}}function Es(t,e){const n=Cs();return(Es=function(t,e){return n[t-=294]})(t,e)}function xs(t,e){return Math[As(299)](t-e,0)}function Ns(t){const e=As;return null!==t&&e(350)==typeof t&&1===t[e(387)]}const Os=Ps;function Ms(){const t=["setActiveAnnotation","switchTo","_refreshPositioningDebounced","EditorAnnotations","listenTo","stop","_activeAnnotation","add","widesidebar-attach-already-attached","465462ixAdUR","1362340INaELl","513966QDchrT","ck-sidebar--wide","removeEventListener","get","remove","_integrateWithEditorAnnotations","56BdVLul","addEventListener","Annotations","change:container","refreshPositioning","pluginName","isPremiumPlugin","_destroyEditorAnnotationsIntegration","container","_editorAnnotations","set:container","detach","getOrderedSelectedAnnotations","destroy","hasDomSelection","activeAnnotation","5MbwcCX","isOfficialPlugin","_attachToContainer","uiUpdate","cancel","focus","772398RaBbwW","widesidebar-detach-not-attached","_detachFromContainer","isAttached","ready","off","set","refreshVisibility","updateTargetRect","addAnnotation","WideSidebar","3626084eTzuSX","attach","high","editors","641108rfakmE","resize","annotations","requires","refresh","plugins","context","blur","has","_annotations","rearrange","wideSidebar","88839xeYXAz","stopListening","register","from","init"];return(Ms=function(){return t})()}function Ps(t,e){const n=Ms();return(Ps=function(t,e){return n[t-=471]})(t,e)}!function(t){const e=Ps,n=t();for(;;)try{if(273421===-parseInt(e(538))/1+parseInt(e(512))/2+parseInt(e(497))/3+-parseInt(e(539))/4+parseInt(e(491))/5*(-parseInt(e(540))/6)+parseInt(e(508))/7+-parseInt(e(475))/8*(-parseInt(e(524))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ms);class Ss extends t.ContextPlugin{[Os(500)];[Os(514)];[Os(484)];[Os(531)];static get[Os(515)](){return[Ts,ls]}static get[Os(480)](){return Os(507)}static get[Os(492)](){return!0}static get[Os(481)](){return!0}constructor(t){const n=Os;super(t),this[n(500)]=!1,this[n(503)](n(490),null),this[n(514)]=null,this[n(484)]=new e.Collection,this[n(531)]=Re(()=>{const e=n;t[e(517)][e(472)](e(477))[e(504)](),this[e(514)][e(479)]()},250,{leading:!1})}[Os(528)](){const t=Os,e=this[t(518)][t(517)][t(472)](ls),n=this[t(518)][t(517)][t(472)](Ts);e[t(526)](t(523),this),n[t(483)]&&e[t(530)](t(523))}[Os(529)](t){const e=Os;if(t===this[e(490)])return;const n=this[e(518)][e(517)][e(472)](Ts);n[e(535)]=t;const r=this[e(490)];n[e(516)]({blurredAnnotation:r,activatedAnnotation:t}),this[e(490)]=t}[Os(509)](n){const r=Os;this[r(514)]=n;const o=this[r(518)][r(517)][r(472)](Ts);if(o[r(521)]=n,this[r(500)])throw new e.CKEditorError(r(537),this);this[r(500)]=!0,this[r(533)](o,r(485),()=>{const t=r;this[t(486)](),this[t(533)](o,t(478),e=>{const r=t;e[r(502)](),this[r(509)](n)})}),o[r(493)]({viewClass:r(541)});const s=t=>{const e=r;t[e(505)](),o[e(506)](t)};for(const t of n)s(t);this[r(533)](n,r(536),(t,e)=>{s(e)}),this[r(533)](n,r(473),(t,e,s)=>{const i=r;o[i(522)]({removedAnnotation:e,previousAnnotation:n[i(472)](s-1),nextAnnotation:n[i(472)](s+1)}),e===this[i(490)]&&this[i(529)](null)},{priority:r(510)}),this[r(533)](n,r(496),(t,e)=>{this[r(529)](e)}),this[r(533)](n,r(519),()=>{this[r(529)](null)});const i=this[r(518)]instanceof t.Context?this[r(518)][r(511)]:new e.Collection([this[r(518)]]);for(const t of i)this[r(474)](t);this[r(533)](i,r(536),(t,e)=>{const n=r;this[n(533)](e,n(501),()=>{this[n(474)](e)})}),this[r(533)](i,r(473),(t,e)=>{const n=r;e[n(517)][n(520)](n(532))&&this[n(482)](e[n(517)][n(472)](n(532)))}),window[r(476)](r(513),this[r(531)]),this[r(518)][r(517)][r(472)](r(477))[r(504)](),this[r(514)][r(479)]()}[Os(486)](){const n=Os;if(!this[n(500)])throw new e.CKEditorError(n(498),this);this[n(529)](null);const r=this[n(518)][n(517)][n(472)](Ts);r[n(499)](this[n(514)]),this[n(525)](r),this[n(525)](this[n(514)]),this[n(518)]instanceof t.Context&&this[n(525)](this[n(518)][n(511)]);for(const t of Array[n(527)](this[n(484)]))this[n(482)](t);window[n(471)](n(513),this[n(531)]),this[n(531)][n(495)](),this[n(490)]=null,this[n(500)]=!1,this[n(514)]=null}[Os(488)](){const t=Os;this[t(500)]&&this[t(486)]()}[Os(474)](t){const e=Os;if(!t[e(517)][e(520)](e(532)))return;const n=t[e(517)][e(472)](e(532)),r=()=>{const t=e,r=n[t(487)]({annotations:this[t(514)],activeAnnotation:this[t(490)]});this[t(529)](r[0]||null)};this[e(533)](n,e(516),r),this[e(533)](n,e(519),(t,{isAnnotationTracked:n})=>{const r=e;this[r(490)]&&n(this[r(490)])&&this[r(529)](null)}),this[e(533)](n,e(494),()=>{this[e(531)]()}),this[e(533)](this[e(514)],e(519),t=>{const o=e;n[o(489)]()&&(r(),t[o(534)]())},{priority:e(510)}),this[e(484)][e(536)](n)}[Os(482)](t){const e=Os;this[e(525)](t),this[e(484)][e(473)](t)}}function Rs(t,e){const n=Vs();return(Rs=function(t,e){return n[t-=496]})(t,e)}const Ls=Rs;function Vs(){const t=["bindTemplate","extendTemplate","ck-annotation-counter__badge--edit-mode","annotationType","bind","icon","counterView","setTemplate","274831HUWFOX","2330080IQNJxZ","set","4779QEFDtP","ck-annotation-counter__badge","ck-annotation-counter__badge--","...","7XBLGpZ","774990zVGsLQ","910bvPPXL","_badge","5388wmbacY","isDirty","54924EQXLFo","number","230krxzTZ","add","children","2183910kSKDyY","toString","span","ck-annotation-counter"];return(Vs=function(){return t})()}!function(t){const e=Rs,n=t();for(;;)try{if(204905===-parseInt(e(519))/1+-parseInt(e(502))/2+-parseInt(e(497))/3+-parseInt(e(500))/4*(-parseInt(e(504))/5)+parseInt(e(507))/6+parseInt(e(496))/7*(parseInt(e(520))/8)+-parseInt(e(522))/9*(-parseInt(e(498))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vs);class Ds extends st.ButtonView{[Ls(517)];constructor(t){const e=Ls;super(t);const n=this[e(511)];this[e(521)](e(501),!1),this[e(521)](e(503),0),this[e(515)](e(499)).to(this,e(501),this,e(503),(t,n)=>t?e(525):n[e(508)]()),this[e(521)](e(514),""),this[e(516)]=ot.IconAddComment,this[e(512)]({attributes:{class:[e(510)]}}),this[e(517)]=new st.View,this[e(517)][e(518)]({tag:e(509),attributes:{class:[e(523),n.to(e(514),t=>e(524)+t),n.if(e(501),e(513))]},children:[{text:n.to(e(499))}]}),this[e(506)][e(505)](this[e(517)])}}var Bs=n(649),js={attributes:{"data-cke":!0}};js.setAttributes=Ae(),js.insert=_e().bind(null,"head"),js.domAPI=Ie(),js.insertStyleElement=Te();be()(Bs.A,js);Bs.A&&Bs.A.locals&&Bs.A.locals;function Fs(){const t=["setActiveAnnotation","42jCTyaj","resize","northArrowSouthEast","refreshPositioning","locale","annotations","element","_updateBalloonPosition","annotationType","3073jMmsLz","_detachFromContainer","clear","narrowSidebar","_showBalloon","34166wViuvz","detachFromDom","southArrowNorth","preventClosingBalloon","northArrowSouthWest","381CFxhog","_domEmitter","low","narrowsidebar-detach-not-attached","attachToDom","pluginName","focusableElements","content","pin","addEventListener","add","_refreshPositioningDebounced","refreshVisibility","11301459giynAn","southArrowNorthWest","set","first","unpin","from","_attachToContainer","1962006RxHTVp","cancel","434494AZaleI","number","change:container","remove","high","contains","_attachListeners","EditorAnnotations","northArrowSouth","_manuallyClosedAnnotationViews","type","preventDefault","336HRgOzF","rearrange","_destroyEditorAnnotationsIntegration","ready","activeAnnotation","esc","_annotationToNarrowView","getSidebarItemView","isAttached","stopListening","has","delete","_detachListeners","change:height","target","off","attach","listenTo","register","_editorAnnotations","includes","focus","_selectedAnnotations","set:container","values","25LpGAKD","context","editors","refresh","getByView","31792XFPsZU","22424gyMIfa","_refreshPositioning","isDirty","_annotations","10015263IZOODd","isPremiumPlugin","_setSelectedAnnotations","init","removeEventListener","_hideBalloon","Annotations","isOfficialPlugin","10lzePRB","keydown","5HoTxvT","detach","getOrderedSelectedAnnotations","uiUpdate","hasDomSelection","bodyCollection","mousedown","destroy","stop","requires","execute","defaultPositions","Esc","narrowsidebar-attach-already-attached","length","balloonPanelView","stopPropagation","keyCode","addAnnotation","southArrowNorthEast","bind","isVisible","ck-sidebar--narrow","_integrateWithEditorAnnotations","get","blur","plugins","view","NarrowSidebar","find"];return(Fs=function(){return t})()}function Us(t,e){const n=Fs();return(Us=function(t,e){return n[t-=159]})(t,e)}const zs=Us;!function(t){const e=Us,n=t();for(;;)try{if(845185===-parseInt(e(168))/1*(-parseInt(e(240))/2)+parseInt(e(218))/3*(-parseInt(e(282))/4)+parseInt(e(277))/5*(-parseInt(e(238))/6)+-parseInt(e(208))/7*(parseInt(e(283))/8)+-parseInt(e(287))/9*(-parseInt(e(166))/10)+parseInt(e(213))/11*(-parseInt(e(252))/12)+-parseInt(e(231))/13*(-parseInt(e(199))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fs);class Hs extends t.ContextPlugin{[zs(260)];[zs(204)];[zs(249)];[zs(219)];[zs(258)];[zs(274)];[zs(271)];[zs(229)];static get[zs(177)](){return[Ts,ls]}static get[zs(223)](){return zs(196)}static get[zs(165)](){return!0}static get[zs(159)](){return!0}constructor(t){const n=zs;super(t),this[n(260)]=!1,this[n(249)]=new Set,this[n(219)]=new((0,e.DomEmitterMixin)()),this[n(258)]=new Map,this[n(233)](n(256),null),this[n(204)]=null,this[n(274)]=[],this[n(271)]=new e.Collection,this[n(229)]=Re(()=>{this[n(284)]()},250,{leading:!1})}[zs(161)](){const t=zs;this[t(278)][t(194)][t(192)](ls)[t(270)](t(211),this),this[t(173)]=new st.BodyCollection(this[t(278)][t(203)]),this[t(183)]=new st.BalloonPanelView(this[t(278)][t(203)]),this[t(173)][t(222)](),this[t(173)][t(228)](this[t(183)])}[zs(268)](n){const r=zs;this[r(204)]=n;const o=this[r(278)][r(194)][r(192)](Ts),s=this[r(183)];if(o[r(286)]=n,this[r(260)])throw new e.CKEditorError(r(181),this);this[r(260)]=!0,this[r(269)](o,r(275),()=>{const t=r;this[t(169)](),this[t(269)](o,t(242),e=>{const r=t;e[r(267)](),this[r(268)](n)})}),o[r(237)]({viewClass:r(190),spaceBetweenItems:5});const i=t=>{const e=r,n=new Ds(this[e(278)][e(203)]);o[e(186)](t,n),this[e(258)][e(233)](t,n),n[e(188)](e(285),e(207),e(241)).to(t[e(195)],e(285),e(250),e(182)),n.on(e(178),()=>{const n=e;this[n(249)][n(210)](),s[n(225)][n(234)]!==t[n(195)]?(this[n(212)](t),t[n(195)][n(205)][n(273)](),this[n(198)](t)):this[n(198)](null)})};for(const t of n)i(t);this[r(269)](n,r(228),(t,e)=>{i(e)}),this[r(269)](n,r(243),(t,e,s)=>{const i=r;this[i(258)][i(192)](e)[i(175)](),this[i(258)][i(263)](e),o[i(253)]({removedAnnotation:e,previousAnnotation:n[i(192)](s-1),nextAnnotation:n[i(192)](s+1)}),e===this[i(256)]&&this[i(198)](null)},{priority:r(220)}),this[r(269)](n,r(273),(t,e)=>{this[r(198)](e)}),this[r(269)](n,r(193),()=>{this[r(198)](null)}),this[r(219)][r(269)](document,r(167),(t,n)=>{const o=r;n[o(185)]===e.keyCodes[o(257)]&&s[o(189)]&&(this[o(249)][o(228)](s[o(225)][o(234)]),this[o(163)](),n[o(184)](),n[o(251)]())}),this[r(219)][r(269)](document,r(174),(t,e)=>{const n=r,i=e[n(266)];s[n(189)]&&s[n(205)][n(245)](i)||o[n(195)][n(205)][n(245)](i)||t[n(216)]||this[n(256)]&&this[n(256)][n(224)][n(197)](t=>t[n(245)](i))||(this[n(249)][n(210)](),this[n(163)](),this[n(198)](null))});const c=this[r(278)]instanceof t.Context?this[r(278)][r(279)]:new e.Collection([this[r(278)]]);for(const t of c)this[r(191)](t);this[r(269)](c,r(228),(t,e)=>{const n=r;this[n(269)](e,n(255),()=>{this[n(191)](e)})}),this[r(269)](c,r(243),(t,e)=>{const n=r;e[n(194)][n(262)](n(247))&&this[n(254)](e[n(194)][n(192)](n(247)))}),window[r(227)](r(200),this[r(229)]),this[r(284)]()}[zs(198)](t){const e=zs;if(t===this[e(256)])return;const n=this[e(278)][e(194)][e(192)](Ts);n[e(280)]({blurredAnnotation:this[e(256)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(259)](t)?this[e(212)](t):this[e(163)](),this[e(256)]=t}[zs(169)](){const n=zs;if(!this[n(260)])throw new e.CKEditorError(n(221),this);this[n(198)](null);const r=this[n(278)][n(194)][n(192)](Ts);this[n(163)](),Array[n(236)](this[n(258)][n(276)](),t=>t[n(175)]()),this[n(258)][n(210)](),r[n(209)](this[n(204)]),this[n(261)](),this[n(219)][n(261)](),this[n(278)]instanceof t.Context&&this[n(261)](this[n(278)][n(279)]);for(const t of Array[n(236)](this[n(271)]))this[n(254)](t);window[n(162)](n(200),this[n(229)]),this[n(229)][n(239)](),this[n(274)]=[],this[n(260)]=!1,this[n(204)]=null}[zs(175)](){const t=zs;this[t(260)]&&this[t(169)](),this[t(173)][t(214)]()}[zs(191)](t){const e=zs;if(!t[e(194)][e(262)](e(247)))return;const n=t[e(194)][e(192)](e(247)),r=this[e(278)][e(194)][e(192)](Ts),o=this[e(204)],s=this[e(183)],i=()=>{const t=e,r=n[t(170)]({annotations:this[t(204)],activeAnnotation:this[t(256)]});this[t(160)](r),this[t(198)](r[0]||null)};this[e(269)](n,e(280),i),this[e(269)](n,e(193),(t,{isAnnotationTracked:n})=>{const r=e;this[r(256)]&&n(this[r(256)])&&(this[r(160)]([]),this[r(198)](null))}),this[e(269)](n,e(171),()=>{this[e(229)]()}),this[e(269)](o,e(193),t=>{const r=e;n[r(172)]()&&t[r(176)]()},{priority:e(244)}),this[e(269)](this[e(219)],e(174),(t,o)=>{const c=e,a=o[c(266)];s[c(189)]&&s[c(205)][c(245)](a)||r[c(195)][c(205)][c(245)](a)||this[c(256)]&&n[c(172)]()&&(i(),t[c(216)]=!0)},{priority:e(244)}),this[e(271)][e(228)](n)}[zs(254)](t){const e=zs;t&&(this[e(261)](t),this[e(271)][e(243)](t))}[zs(160)](t){const e=zs;for(const n of this[e(274)])t[e(272)](n)||this[e(249)][e(263)](n[e(195)]);this[e(274)]=t}[zs(284)](){const t=zs,e=this[t(183)];this[t(278)][t(194)][t(192)](t(164))[t(230)](),this[t(204)][t(202)](),e[t(189)]&&this[t(206)]()}[zs(212)](t){const e=zs;if(this[e(249)][e(262)](t[e(195)]))return;const n=this[e(183)][e(225)][e(234)];n!==t[e(195)]?(n&&this[e(264)](n),this[e(246)](t[e(195)]),this[e(183)][e(225)][e(210)](),this[e(183)][e(225)][e(228)](t[e(195)]),this[e(206)]()):this[e(206)]()}[zs(206)](){const t=zs,e=this[t(183)][t(225)][t(234)],n=e&&this[t(204)][t(281)](e);if(!n||!this[t(258)][t(262)](n))return;const r=this[t(258)][t(192)](n)[t(205)],o=function(){const e=t,n=st.BalloonPanelView[e(179)];return[n[e(187)],n[e(201)],n[e(215)],n[e(248)],n[e(232)],n[e(217)]]}();this[t(183)][t(226)]({target:r,positions:o})}[zs(163)](){const t=zs,e=this[t(183)],n=e[t(225)][t(234)];n&&(this[t(264)](n),e[t(235)](),e[t(225)][t(210)]())}[zs(246)](t){const e=zs;this[e(269)](t,e(265),()=>this[e(206)]()),this[e(269)](t,e(180),(n,r)=>{const o=e;this[o(249)][o(228)](t),this[o(163)](),r()})}[zs(264)](t){this[zs(261)](t)}}var Ks=n(806),Ws={attributes:{"data-cke":!0}};Ws.setAttributes=Ae(),Ws.insert=_e().bind(null,"head"),Ws.domAPI=Ie(),Ws.insertStyleElement=Te();be()(Ks.A,Ws);Ks.A&&Ks.A.locals&&Ks.A.locals;function qs(t,e){const n=Ys();return(qs=function(t,e){return n[t-=275]})(t,e)}const Xs=qs;function Ys(){const t=["editor","_manuallyClosed","visibleView","register","get","setActiveAnnotation","8RwAFDB","has","_balloon","collapse","from","plugins","destroy","selection","_removeAnnotationFromBalloon","inline","475988frJmlr","4379263JtiqBX","mousedown","afterInit","6wRQNGh","_getBalloonTargetForAnnotation","isAttached","getClientRects","hasView","InlineAnnotations","editing","pluginName","every","change:visibleView","fromRect","target","inlineannotations-detach-not-attached","activeAnnotation","length","getByView","_addAnnotationToBalloon","1710ANMAdI","focus","detach","add","_forceRefresh","bottom","map","listenTo","isOfficialPlugin","isPremiumPlugin","delete","change:height","right","108ZsmCNP","_addedAnnotations","editableElement","update","refresh","width","getBoundingClientRect","targetRect","keystrokes","focusTracker","top","addObserver","view","left","includes","Esc","showStack","viewRangeToDom","clear","remove","295560IHBdJT","_setSelectedAnnotations","annotations","_selectedAnnotations","inlineannotations-attach-already-attached","stopListening","inlineannotations-not-allowed-with-context","768053BSTAhD","86bVWQcD","set","hasActive","isActive","updatePosition","blur","isFocused","push","domConverter","switchTo","document","18181bTdGhc","12900HaWbgq","init","change:isFocused","requires","getOrderedSelectedAnnotations","find","_closeAnnotation","getFirstRange","context","attach","788230JTLygw"];return(Ys=function(){return t})()}!function(t){const e=qs,n=t();for(;;)try{if(393342===-parseInt(e(371))/1*(-parseInt(e(360))/2)+-parseInt(e(302))/3*(-parseInt(e(298))/4)+-parseInt(e(372))/5*(parseInt(e(319))/6)+-parseInt(e(299))/7*(-parseInt(e(288))/8)+parseInt(e(352))/9+parseInt(e(281))/10+-parseInt(e(359))/11*(parseInt(e(332))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ys);class Js extends t.Plugin{[Xs(304)];[Xs(354)];[Xs(283)];[Xs(290)];[Xs(333)];[Xs(355)];[Xs(323)];static get[Xs(375)](){return[Ao,st.ContextualBalloon,ls]}static get[Xs(309)](){return Xs(307)}static get[Xs(327)](){return!0}static get[Xs(328)](){return!0}constructor(t){const e=Xs;super(t),t[e(308)][e(344)][e(343)](pt.MouseObserver),this[e(304)]=!1,this[e(361)](e(315),null),this[e(354)]=null,this[e(283)]=new Set,this[e(290)]=t[e(293)][e(286)](st.ContextualBalloon),this[e(333)]=new Set,this[e(355)]=[],this[e(323)]=!1}[Xs(373)](){const t=Xs,e=this[t(282)][t(293)][t(286)](ls);e[t(279)]===this[t(282)]&&(e[t(285)](t(297),this),this[t(282)][t(340)][t(361)](t(347),(e,n)=>{const r=t,o=this[r(290)];if(this[r(304)]&&o[r(284)]){const t=this[r(354)][r(317)](o[r(284)]);t&&this[r(277)](t),n()}}))}[Xs(301)](){const t=Xs,e=this[t(282)][t(293)][t(286)](ls);e[t(279)]===this[t(282)]&&(e[t(362)]()||e[t(369)](t(297)))}[Xs(287)](t){const e=Xs;t!==this[e(315)]&&(this[e(315)]&&(this[e(315)][e(363)]=!1),t&&this[e(282)].ui[e(341)][e(366)]&&(this[e(354)][e(289)](t)&&this[e(318)](t,!0),t[e(363)]=!0),t||this[e(353)]([]),this[e(315)]=t)}[Xs(280)](t){const n=Xs;this[n(354)]=t;const r=this[n(282)][n(293)][n(286)](ls),o=this[n(290)];if(this[n(304)])throw new e.CKEditorError(n(356),this);if(r[n(279)]!==this[n(282)])throw new e.CKEditorError(n(358),this);const s=this[n(282)][n(293)][n(286)](Ao);this[n(326)](s,n(336),()=>{const t=n,e=s[t(275)]({annotations:this[t(354)],activeAnnotation:this[t(315)]});var r,o;!this[t(323)]&&(r=e,o=this[t(355)],r[t(316)]===o[t(316)]&&r[t(310)](e=>o[t(346)](e)))||(this[t(323)]=!1,this[t(353)](e),this[t(287)](e[0]||null))}),this[n(326)](s,n(365),(t,{isAnnotationTracked:e})=>{const r=n;this[r(315)]&&e(this[r(315)])&&(this[r(353)]([]),this[r(287)](null))}),this[n(326)](this[n(282)].ui[n(341)],n(374),(t,e,r)=>{r||this[n(287)](null)}),this[n(326)](t,n(351),(t,e)=>{const r=n;this[r(296)](e),e===this[r(315)]&&this[r(287)](null)}),this[n(326)](o,n(311),(e,r,s,i)=>{const c=n;i&&this[c(357)](i);const a=t[c(317)](s);s&&a&&(this[c(326)](s,c(330),()=>{o[c(364)]()}),this[c(326)](s,c(347),()=>{const t=c;this[t(277)](a),this[t(282)][t(308)][t(344)][t(320)]()}),this[c(315)]!==a&&this[c(287)](a))}),this[n(326)](this[n(282)].ui,n(335),()=>{const e=n;o[e(284)]&&t[e(317)](o[e(284)])&&o[e(364)]()}),this[n(326)](this[n(282)][n(308)][n(344)][n(370)],n(300),()=>{const t=n;this[t(323)]=!0,this[t(283)][t(350)]()}),this[n(282)][n(308)][n(344)][n(370)][n(295)][n(334)]&&this[n(282)][n(308)][n(344)][n(320)](),this[n(304)]=!0}[Xs(321)](){const t=Xs;if(!this[t(304)])throw new e.CKEditorError(t(314),this);this[t(287)](null);for(const e of this[t(333)])this[t(296)](e);this[t(357)](),this[t(304)]=!1,this[t(354)]=null}[Xs(294)](){const t=Xs;this[t(304)]&&this[t(321)]()}[Xs(353)](t){const e=Xs;for(const n of this[e(355)])t[e(346)](n)||this[e(283)][e(329)](n);for(const n of this[e(354)])t[e(346)](n)||this[e(296)](n);if(this[e(282)].ui[e(341)][e(366)])for(const n of t)this[e(318)](n);this[e(355)]=t}[Xs(318)](t,e=!1){const n=Xs;this[n(283)][n(289)](t)||(this[n(333)][n(289)](t)||this[n(290)][n(306)](t[n(344)])||(this[n(333)][n(322)](t),this[n(290)][n(322)]({stackId:t[n(344)].id,view:t[n(344)],position:{target:()=>this[n(303)](t)}})),e&&this[n(290)][n(348)](t[n(344)].id))}[Xs(303)](t){const n=Xs,r=t[n(313)],o=this[n(282)][n(308)][n(344)],s=o[n(370)][n(295)][n(278)](),i=o[n(368)][n(349)](s);if(i[n(291)](!0),r){if(r instanceof e.Rect)return r;let t=[];for(const e of r)t[n(367)](...Gs(e[n(305)]()));t=function(t){const e=n,r=[];let o=t[0];for(let n=1;n<t[e(316)];n++)Zs(o,t[n])?o[e(337)]+=t[n][e(337)]:(r[e(367)](o),o=t[n]);return r[e(367)](o),r}(t);const o=i[n(338)]();return t[n(276)](t=>t[n(342)]<=o[n(342)]&&t[n(324)]>=o[n(324)]&&t[n(345)]<=o[n(345)]&&t[n(331)]>=o[n(331)])||t[0]}return t[n(339)]||i}[Xs(296)](t){const e=Xs;this[e(333)][e(289)](t)&&this[e(290)][e(306)](t[e(344)])&&(this[e(333)][e(329)](t),this[e(290)][e(351)](t[e(344)]))}[Xs(277)](t){const e=Xs;this[e(283)][e(322)](t),this[e(296)](t)}}function Gs(t){const e=Xs;return Array[e(292)](t)[e(325)](DOMRect[e(312)])}function Zs(t,e){const n=Xs;return t[n(342)]===e[n(342)]&&t[n(324)]===e[n(324)]&&t[n(331)]===e[n(345)]}var Qs=n(293),$s={attributes:{"data-cke":!0}};$s.setAttributes=Ae(),$s.insert=_e().bind(null,"head"),$s.domAPI=Ie(),$s.insertStyleElement=Te();be()(Qs.A,$s);Qs.A&&Qs.A.locals&&Qs.A.locals;function ti(t,e){const n=ni();return(ti=function(t,e){return n[t-=101]})(t,e)}const ei=ti;function ni(){const t=["isActive","arrowdown","5135865WcYDbw","first","5drjsDG","14kzdoQx","6203961SohRmM","bindTemplate","delegate","listenTo","remove","auto","_setupKeyboardNavigation","change","focusCycler","focusPrevious","ck-comments-archive","ck-comments-archive__content","presentation","render","30occDdk","COMMENTS_ARCHIVE_LIST_LABEL","setTemplate","isEmpty","length","element","3473752XstMbm","focusTracker","div","add","list","4140012QtoIJN","focusNext","ck-comments-archive__info","_annotationViews","focusFirst","567864FQnVKP","destroy","EMPTY_COMMENTS_ARCHIVE","109815uzFcXN","arrowup","402947vnkIFk","ck-hidden","focus","set"];return(ni=function(){return t})()}!function(t){const e=ti,n=t();for(;;)try{if(506017===parseInt(e(106))/1+-parseInt(e(115))/2*(-parseInt(e(104))/3)+-parseInt(e(136))/4*(parseInt(e(114))/5)+-parseInt(e(141))/6+-parseInt(e(112))/7+parseInt(e(101))/8+parseInt(e(116))/9*(parseInt(e(130))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ni);class ri extends st.View{[ei(137)];[ei(124)];[ei(144)];constructor(t,n){const r=ei;super(t),this[r(109)](r(133),!n[r(134)]),this[r(137)]=new e.FocusTracker,this[r(144)]=n,this[r(144)][r(118)](r(105),r(111)).to(this),this.on(r(105),()=>{const t=r;this[t(124)][t(125)]()}),this.on(r(111),()=>{const t=r;this[t(124)][t(142)]()}),this[r(124)]=new st.FocusCycler({focusables:n,focusTracker:this[r(137)]}),this[r(119)](n,r(139),()=>{this[r(133)]=!1}),this[r(119)](n,r(120),(t,e)=>{const o=r;e[o(110)]&&this[o(108)](),n[o(134)]||(this[o(133)]=!0)});const o=this[r(117)];this[r(132)]({tag:r(138),attributes:{dir:r(121),class:["ck",r(126)],tabindex:-1,role:r(140),"aria-label":it(t,r(131))},children:[{tag:r(138),attributes:{class:[r(127)],role:r(128)},children:[{tag:r(138),attributes:{role:r(128)},children:n},{tag:"p",attributes:{class:[r(143),o.if(r(133),r(107),t=>!t)]},children:[{text:it(t,r(103))}]}]}]})}[ei(129)](){const t=ei;super[t(129)](),this[t(122)]()}[ei(102)](){const t=ei;super[t(102)](),this[t(137)][t(102)]()}[ei(108)](){const t=ei;this[t(124)][t(113)]?this[t(124)][t(145)]():this[t(135)][t(108)]()}[ei(122)](){const t=ei;for(const e of this[t(144)])this[t(137)][t(139)](e[t(135)]);this[t(144)].on(t(123),(e,{added:n,removed:r})=>{const o=t;for(const t of n)this[o(137)][o(139)](t[o(135)]);for(const t of r)this[o(137)][o(120)](t[o(135)])})}}const oi=ii;function si(){const t=["requires","activate","isVisible","5675144LrrHfL","get","has","archivedAt","_calculatePosition","collection","pluginName","202993MwLzgk","remove","isOfficialPlugin","change:archivedAt","1624230pMYfft","length","addCommentThread","listenTo","26673fNCzpp","plugins","removeCommentThread","161394TGneRH","isPremiumPlugin","CommentsArchive","stopListening","getCommentThread","116IZoZDp","105ysRDVN","context","archivedThreads","findIndex","isActive","add","18987732flsOxd","316400oSXrRS","highest","focus","init"];return(si=function(){return t})()}function ii(t,e){const n=si();return(ii=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=ii,n=t();for(;;)try{if(438993===parseInt(e(426))/1+-parseInt(e(430))/2+-parseInt(e(434))/3*(-parseInt(e(442))/4)+-parseInt(e(443))/5*(parseInt(e(437))/6)+-parseInt(e(450))/7+-parseInt(e(457))/8+parseInt(e(449))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(si);class ci extends t.ContextPlugin{static get[oi(425)](){return oi(439)}static get[oi(428)](){return!0}static get[oi(438)](){return!0}static get[oi(454)](){return[lo,io]}constructor(t){const n=oi;super(t),this[n(445)]=new e.Collection}[oi(453)](){const t=oi,e=this[t(444)],n=e[t(435)][t(458)](lo),r=e[t(435)][t(458)](io);this[t(433)](n,t(432),(e,{threadId:r})=>{const o=t,s=n[o(441)](r);s[o(460)]&&this[o(445)][o(448)](s,this[o(461)](s[o(460)])),this[o(433)](s,o(429),(t,e,n)=>{const r=o;n?this[r(445)][r(459)](s)||this[r(445)][r(448)](s,this[r(461)](s[r(460)])):this[r(445)][r(459)](s)&&this[r(445)][r(427)](s)})}),this[t(433)](n,t(436),(e,{threadId:r})=>{const o=t,s=n[o(441)](r);this[o(440)](s),this[o(445)][o(459)](s)&&this[o(445)][o(427)](s)},{priority:t(451)}),this[t(433)](r[t(462)],t(452),(e,n)=>{const o=t;n[o(456)]||(n[o(447)]=!0,r[o(455)](n))})}[oi(461)](t){const e=oi,n=[...this[e(445)]][e(446)](n=>n[e(460)]<t);return n>-1?n:this[e(445)][e(431)]}}const ai=hi;function ui(){const t=["collaboration.channelId","hide","filter","locale","_threadToController","remove","commentsArchive","findIndex","execute","isEnabled","escape","CommentsRepository","includes","push","innerView","commentsArchiveView","17434550zJiOzF","listenTo","length","_addAnnotationToArchive","init","config","isVisible","collection","focusableElements","_hideDialogOnAnnotationEscape","editor","show","stop","isOn","menuitemcheckbox","indexOf","CommentsArchiveUI","splice","archivedAt","bind","annotationViews","786TbqLLb","EDITOR_TOP_SIDE","plugins","componentFactory","get","pluginName","add","355ioxVGR","archivedThreads","_visibleAnnotations","26719MLRDoX","find","requires","_toggleDialog","return","getByInnerView","850821PXYoNz","9eVTrMB","channelId","set:isVisible","stopListening","forEach","Annotations","isOfficialPlugin","_calculatePosition","tooltip","7745304ORAbvh","3872evDdHD","546114Dijsys","_createCommentsArchiveButton","menuBar:commentsArchive","isOpen","Dialog","set","COMMENTS_ARCHIVE","_pendingThreads","has","source","isPremiumPlugin","view","_handleNewThread","2988783NhixlP"];return(ui=function(){return t})()}function hi(t,e){const n=ui();return(hi=function(t,e){return n[t-=488]})(t,e)}!function(t){const e=hi,n=t();for(;;)try{if(570274===parseInt(e(500))/1+-parseInt(e(512))/2*(parseInt(e(501))/3)+-parseInt(e(511))/4*(parseInt(e(491))/5)+-parseInt(e(563))/6*(parseInt(e(494))/7)+-parseInt(e(510))/8+parseInt(e(525))/9+parseInt(e(542))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ui);class li extends t.Plugin{[ai(541)];[ai(562)];[ai(519)];static get[ai(489)](){return ai(558)}static get[ai(507)](){return!0}static get[ai(522)](){return!0}static get[ai(496)](){return[ci,st.Dialog]}constructor(t){const e=ai;super(t),this[e(562)]=new st.ViewCollection,this[e(519)]=[]}[ai(546)](){const t=ai,e=this[t(552)],n=this[t(551)][t(561)](this);e.ui[t(566)][t(490)](t(532),()=>this[t(513)](st.ButtonView,!0)),e.ui[t(566)][t(490)](t(514),()=>{const e=t,n=this[e(513)](st.MenuBarMenuListItemButtonView);return n[e(517)]({role:e(556)}),n});const r=e[t(565)][t(488)](ci),o=e[t(565)][t(488)](t(506)),s=e[t(565)][t(488)](t(537));r[t(492)][t(505)](e=>{this[t(524)](e)}),this[t(543)](r[t(492)],t(490),(e,n)=>{this[t(524)](n)}),this[t(543)](o[t(549)],t(490),(e,n)=>{const r=t,o=this[r(519)][r(495)](t=>{const e=r,o=s[e(530)][e(488)](t);return o&&n[e(540)]===o[e(523)]});if(o){const t=this[r(508)](o[r(560)]);this[r(545)](n,t),this[r(519)][r(559)](this[r(519)][r(557)](o),1)}}),this[t(543)](r[t(492)],t(531),(n,r)=>{const i=t,c=e[i(547)][i(488)](i(526));if(!c||r[i(502)]===c)if(this[i(519)][i(538)](r))this[i(519)][i(559)](this[i(519)][i(557)](r),1);else{const t=s[i(530)][i(488)](r),e=o[i(499)](t[i(523)]);this[i(562)][i(531)](e[i(523)]),this[i(504)](e),this[i(504)](e[i(550)])}}),this[t(543)](o[t(549)],t(490),(e,r)=>{const o=t;this[o(543)](r,o(536),n)}),this[t(543)](o[t(549)],t(531),(e,r)=>{const o=t;this[o(504)](r,o(536),n)})}[ai(545)](t,e){const n=ai;this[n(543)](t,n(503),t=>{const e=n;t[e(498)]=!1,t[e(554)]()}),this[n(562)][n(490)](t[n(523)],e)}[ai(524)](t){const e=ai,n=this[e(552)][e(565)][e(488)](e(537)),r=this[e(552)][e(565)][e(488)](e(506)),o=this[e(552)][e(547)][e(488)](e(526));if(!o||t[e(502)]===o){const o=n[e(530)][e(488)](t);if(!o)return void this[e(519)][e(539)](t);const s=this[e(508)](t[e(560)]),i=r[e(499)](o[e(523)]);i[e(548)]&&r[e(493)][e(531)](i),this[e(545)](i,s)}}[ai(508)](t){const e=ai,n=this[e(552)][e(547)][e(488)](e(526)),r=[...this[e(552)][e(565)][e(488)](ci)[e(492)]][e(528)](t=>t[e(502)]===n)[e(533)](n=>n[e(560)]<t);return r<0||r>this[e(562)][e(544)]?this[e(562)][e(544)]:r-1}[ai(497)](){const t=ai,e=this[t(552)],n=e[t(565)][t(488)](t(516));this[t(541)]||(this[t(541)]=new ri(e[t(529)],this[t(562)])),t(532)===n.id?n[t(527)]():n[t(553)]({id:t(532),title:it(e[t(529)],t(518)),icon:ot.IconCommentsArchive,hasCloseButton:!0,content:this[t(541)],position:st.DialogViewPosition[t(564)]})}[ai(513)](t,e=!1){const n=ai,r=this[n(552)][n(529)],o=this[n(552)][n(565)][n(488)](n(516)),s=new t(r);return s[n(561)](n(535)).to(this,n(535)),s[n(561)](n(555)).to(o,"id",t=>n(532)===t),s[n(517)]({label:it(r,n(518)),icon:ot.IconCommentsArchive,isToggleable:!0}),e&&(s[n(509)]=!0),this[n(543)](s,n(534),()=>this[n(497)]()),s}[ai(551)]=t=>{const e=ai,n=t[e(521)];if(!this[e(562)][e(520)](n[e(523)]))return;const r=this[e(552)][e(565)][e(488)](e(516));r[e(515)]&&e(532)===r.id&&(r[e(527)](),t[e(554)]())}}var di=ki;function mi(){var t=["6JgOWFB","Comments","2kyxklK","48036JVsfwa","113265vQbGnn","2118650TRHBDR","isOfficialPlugin","109961SpjSMe","requires","266380cfxFMr","isPremiumPlugin","368LgRnQM","1375VgNZKs","1357342xehhha","40thAbUr","34353rvATze","pluginName"];return(mi=function(){return t})()}function ki(t,e){var n=mi();return(ki=function(t,e){return n[t-=109]})(t,e)}!function(t){for(var e=ki,n=t();;)try{if(223763===parseInt(e(120))/1*(-parseInt(e(115))/2)+parseInt(e(117))/3*(-parseInt(e(110))/4)+parseInt(e(122))/5+-parseInt(e(113))/6*(-parseInt(e(109))/7)+-parseInt(e(124))/8*(-parseInt(e(111))/9)+-parseInt(e(118))/10+parseInt(e(125))/11*(parseInt(e(116))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mi);class pi extends t.Plugin{static get[di(121)](){return[lo,Jo,rs,ci,li,is,Ss,Hs,Js]}static get[di(112)](){return di(114)}static get[di(119)](){return!0}static get[di(123)](){return!0}}function gi(){var t=["205sKByRM","4pCWwQt","996030DvrwaF","40DNduSb","777cJsEYi","7757168foIVVl","2558234LUQNct","2942BzNflt","182982AdIcvC","4366239QlXxiS","3303476xfEUls"];return(gi=function(){return t})()}function fi(t,e){var n=gi();return(fi=function(t,e){return n[t-=382]})(t,e)}!function(t){for(var e=fi,n=t();;)try{if(855073===-parseInt(e(387))/1*(parseInt(e(390))/2)+-parseInt(e(392))/3*(-parseInt(e(384))/4)+parseInt(e(383))/5*(parseInt(e(391))/6)+-parseInt(e(389))/7+parseInt(e(388))/8+-parseInt(e(385))/9+parseInt(e(386))/10*(-parseInt(e(382))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gi)})(),(window.CKEditor5=window.CKEditor5||{}).comments=r})();
|