@ckeditor/ckeditor5-comments 35.3.2 → 35.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +2 -1
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/translations/ar.po +3 -3
- package/lang/translations/bg.po +3 -3
- package/lang/translations/bn.po +3 -3
- package/lang/translations/ca.po +3 -3
- package/lang/translations/cs.po +3 -3
- package/lang/translations/da.po +3 -3
- package/lang/translations/de.po +3 -3
- package/lang/translations/el.po +3 -3
- package/lang/translations/es.po +3 -3
- package/lang/translations/et.po +3 -3
- package/lang/translations/fi.po +3 -3
- package/lang/translations/fr.po +3 -3
- package/lang/translations/he.po +3 -3
- package/lang/translations/hi.po +3 -3
- package/lang/translations/hu.po +3 -3
- package/lang/translations/id.po +3 -3
- package/lang/translations/it.po +3 -3
- package/lang/translations/ja.po +3 -3
- package/lang/translations/ko.po +3 -3
- package/lang/translations/lt.po +3 -3
- package/lang/translations/lv.po +3 -3
- package/lang/translations/ms.po +3 -3
- package/lang/translations/nl.po +3 -3
- package/lang/translations/no.po +3 -3
- package/lang/translations/pl.po +3 -3
- package/lang/translations/pt-br.po +3 -3
- package/lang/translations/pt.po +3 -3
- package/lang/translations/ro.po +3 -3
- package/lang/translations/ru.po +3 -3
- package/lang/translations/sk.po +3 -3
- package/lang/translations/sr.po +3 -3
- package/lang/translations/sv.po +3 -3
- package/lang/translations/th.po +3 -3
- package/lang/translations/tr.po +3 -3
- package/lang/translations/uk.po +3 -3
- package/lang/translations/vi.po +3 -3
- package/lang/translations/zh-cn.po +3 -3
- package/lang/translations/zh.po +3 -3
- package/package.json +3 -3
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/annotation.css +23 -6
package/build/comments.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
!function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Comment","Comment editor":"Comment editor","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove","Reply...":"Reply...",Submit:"Submit",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
|
|
1
2
|
/*!
|
|
2
3
|
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
4
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={275:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const r=o},173:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.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}.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__main{border-radius:var(--ck-border-radius);display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;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;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-annotation__info-time{margin-left:var(--ck-spacing-large)}.ck .ck-annotation__actions{opacity:.5;transition:opacity .2s ease}.ck .ck-annotation__content-wrapper{width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}",""]);const r=o},490:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:#fcc;--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment__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__content{word-break:break-word}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{color:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-button-cancel)}.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__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}',""]);const r=o},424:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.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}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotations-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=o},446:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}",""]);const r=o},227:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;overflow:hidden;padding:0;position:relative;z-index:var(--ck-z-default)}.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--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--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{opacity:0}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}.ck .ck-thread__input{border-radius:var(--ck-border-radius);transition:background-color .2s ease-in-out;width:calc(100% - var(--ck-user-avatar-size))}',""]);const r=o},28:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.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 #444,1px 0 2px #444;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=o},100:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(758),o=n.n(i)()((function(t){return t[1]}));o.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}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}.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:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.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)}",""]);const r=o},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,i){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(i)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(o[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);i&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},278:(t,e,n)=>{"use strict";var i,o=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},i=[],o=0;o<t.length;o++){var r=t[o],c=e.base?r[0]+e.base:r[0],x=n[c]||0,h="".concat(c," ").concat(x);n[c]=x+1;var d=a(h),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(s[d].references++,s[d].updater(l)):s.push({identifier:h,updater:p(l,e),references:1}),i.push(h)}return i}function x(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var o=n.nc;o&&(i.nonce=o)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var h,d=(h=[],function(t,e){return h[t]=e,h.filter(Boolean).join("\n")});function l(t,e,n,i){var o=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=d(e,o);else{var r=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function u(t,e,n){var i=n.css,o=n.media,r=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var m=null,f=0;function p(t,e){var n,i,o;if(e.singleton){var r=f++;n=m||(m=x(e)),i=l.bind(null,n,r,!1),o=l.bind(null,n,r,!0)}else n=x(e),i=u.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var o=a(n[i]);s[o].references--}for(var r=c(t,e),x=0;x<n.length;x++){var h=a(n[x]);0===s[h].references&&(s[h].updater(),s.splice(h,1))}n=r}}}},945:(t,e,n)=>{t.exports=n(79)("./src/clipboard.js")},417:(t,e,n)=>{t.exports=n(720)("./src/collaboration-core.js")},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},492:(t,e,n)=>{t.exports=n(79)("./src/engine.js")},331:(t,e,n)=>{t.exports=n(79)("./src/enter.js")},747:(t,e,n)=>{t.exports=n(79)("./src/paragraph.js")},468:(t,e,n)=>{t.exports=n(79)("./src/select-all.js")},181:(t,e,n)=>{t.exports=n(79)("./src/typing.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},254:(t,e,n)=>{t.exports=n(79)("./src/undo.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},720:t=>{"use strict";t.exports=CKEditor5.collaborationDll},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var i={};(()=>{"use strict";n.r(i),n.d(i,{Annotations:()=>jr,AnnotationsUIs:()=>Os,BaseCommentThreadView:()=>lo,BaseCommentView:()=>Eo,Comments:()=>Ca,CommentsOnly:()=>Ca,InlineAnnotations:()=>wa,NarrowSidebar:()=>ma,WideSidebar:()=>na});var t=n(704),e=n(209),o=n(417);const r=function(){this.__data__=[],this.size=0};const s=function(t,e){return t===e||t!=t&&e!=e};const a=function(t,e){for(var n=t.length;n--;)if(s(t[n][0],e))return n;return-1};var c=Array.prototype.splice;const x=function(t){var e=this.__data__,n=a(e,t);return!(n<0)&&(n==e.length-1?e.pop():c.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=a(e,t);return n<0?void 0:e[n][1]};const d=function(t){return a(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,i=a(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}u.prototype.clear=r,u.prototype.delete=x,u.prototype.get=h,u.prototype.has=d,u.prototype.set=l;const m=u;const f=function(){this.__data__=new m,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const b=function(t){return this.__data__.has(t)};const v="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=v||_||Function("return this")();const k=w.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=k?k.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var i=!0}catch(t){}var o=C.call(t);return i&&(e?t[T]=n:delete t[T]),o};var I=Object.prototype.toString;const j=function(t){return I.call(t)};var O=k?k.toStringTag:void 0;const V=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?E(t):j(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const S=function(t){if(!M(t))return!1;var e=V(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const R=w["__core-js_shared__"];var D,N=(D=/[^.]+$/.exec(R&&R.keys&&R.keys.IE_PROTO||""))?"Symbol(src)_1."+D:"";const P=function(t){return!!N&&N in t};var B=Function.prototype.toString;const z=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var L=/^\[object .+?Constructor\]$/,F=Function.prototype,U=Object.prototype,K=F.toString,W=U.hasOwnProperty,H=RegExp("^"+K.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!M(t)||P(t))&&(S(t)?H:L).test(z(t))};const q=function(t,e){return null==t?void 0:t[e]};const $=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const G=$(w,"Map");const X=$(Object,"create");const J=function(){this.__data__=X?X(null):{},this.size=0};const Y=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Q=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(X){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Q.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return X?void 0!==e[t]:et.call(e,t)};const it=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=X&&void 0===e?"__lodash_hash_undefined__":e,this};function ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}ot.prototype.clear=J,ot.prototype.delete=Y,ot.prototype.get=tt,ot.prototype.has=nt,ot.prototype.set=it;const rt=ot;const st=function(){this.size=0,this.__data__={hash:new rt,map:new(G||m),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}ut.prototype.clear=st,ut.prototype.delete=xt,ut.prototype.get=ht,ut.prototype.has=dt,ut.prototype.set=lt;const mt=ut;const ft=function(t,e){var n=this.__data__;if(n instanceof m){var i=n.__data__;if(!G||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(i)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new m(t);this.size=e.size}pt.prototype.clear=f,pt.prototype.delete=p,pt.prototype.get=g,pt.prototype.has=b,pt.prototype.set=ft;const gt=pt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const vt=function(t){return this.__data__.has(t)};function _t(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const kt=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,i,o,r){var s=1&n,a=t.length,c=e.length;if(a!=c&&!(s&&c>a))return!1;var x=r.get(t),h=r.get(e);if(x&&h)return x==e&&h==t;var d=-1,l=!0,u=2&n?new wt:void 0;for(r.set(t,e),r.set(e,t);++d<a;){var m=t[d],f=e[d];if(i)var p=s?i(f,m,d,e,t,r):i(m,f,d,t,e,r);if(void 0!==p){if(p)continue;l=!1;break}if(u){if(!kt(e,(function(t,e){if(!yt(u,e)&&(m===t||o(m,t,n,i,r)))return u.push(e)}))){l=!1;break}}else if(m!==f&&!o(m,f,n,i,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const Ct=w.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var It=k?k.prototype:void 0,jt=It?It.valueOf:void 0;const Ot=function(t,e,n,i,o,r,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return s(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=Tt;case"[object Set]":var x=1&i;if(c||(c=Et),t.size!=e.size&&!x)return!1;var h=a.get(t);if(h)return h==e;i|=2,a.set(t,e);var d=At(c(t),c(e),i,o,r,a);return a.delete(t),d;case"[object Symbol]":if(jt)return jt.call(t)==jt.call(e)}return!1};const Vt=function(t,e){for(var n=-1,i=e.length,o=t.length;++n<i;)t[o+n]=e[n];return t};const Mt=Array.isArray;const St=function(t,e,n){var i=e(t);return Mt(t)?i:Vt(i,n(t))};const Rt=function(t,e){for(var n=-1,i=null==t?0:t.length,o=0,r=[];++n<i;){var s=t[n];e(s,n,t)&&(r[o++]=s)}return r};const Dt=function(){return[]};var Nt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Rt(Pt(t),(function(e){return Nt.call(t,e)})))}:Dt;const zt=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i};const Lt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return Lt(t)&&"[object Arguments]"==V(t)};var Ut=Object.prototype,Kt=Ut.hasOwnProperty,Wt=Ut.propertyIsEnumerable;const Ht=Ft(function(){return arguments}())?Ft:function(t){return Lt(t)&&Kt.call(t,"callee")&&!Wt.call(t,"callee")};const Zt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,$t=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=$t&&$t.exports===qt?w.Buffer:void 0;const Xt=(Gt?Gt.isBuffer:void 0)||Zt;var Jt=/^(?:0|[1-9]\d*)$/;const Yt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t<e};const Qt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Lt(t)&&Qt(t.length)&&!!te[V(t)]};const ne=function(t){return function(e){return t(e)}};var ie="object"==typeof exports&&exports&&!exports.nodeType&&exports,oe=ie&&"object"==typeof module&&module&&!module.nodeType&&module,re=oe&&oe.exports===ie&&v.process;const se=function(){try{var t=oe&&oe.require&&oe.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ae=se&&se.isTypedArray;const ce=ae?ne(ae):ee;var xe=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),i=!n&&Ht(t),o=!n&&!i&&Xt(t),r=!n&&!i&&!o&&ce(t),s=n||i||o||r,a=s?zt(t.length,String):[],c=a.length;for(var x in t)!e&&!xe.call(t,x)||s&&("length"==x||o&&("offset"==x||"parent"==x)||r&&("buffer"==x||"byteLength"==x||"byteOffset"==x)||Yt(x,c))||a.push(x);return a};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const ue=function(t,e){return function(n){return t(e(n))}};const me=ue(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return me(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ge=function(t){return null!=t&&Qt(t.length)&&!S(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return St(t,be,Bt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,i,o,r){var s=1&n,a=ve(t),c=a.length;if(c!=ve(e).length&&!s)return!1;for(var x=c;x--;){var h=a[x];if(!(s?h in e:_e.call(e,h)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var u=!0;r.set(t,e),r.set(e,t);for(var m=s;++x<c;){var f=t[h=a[x]],p=e[h];if(i)var g=s?i(p,f,h,e,t,r):i(f,p,h,t,e,r);if(!(void 0===g?f===p||o(f,p,n,i,r):g)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(u=!1)}return r.delete(t),r.delete(e),u};const ke=$(w,"DataView");const ye=$(w,"Promise");const Ae=$(w,"Set");const Ce=$(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",je="[object WeakMap]",Oe="[object DataView]",Ve=z(ke),Me=z(G),Se=z(ye),Re=z(Ae),De=z(Ce),Ne=V;(ke&&Ne(new ke(new ArrayBuffer(1)))!=Oe||G&&Ne(new G)!=Te||ye&&Ne(ye.resolve())!=Ee||Ae&&Ne(new Ae)!=Ie||Ce&&Ne(new Ce)!=je)&&(Ne=function(t){var e=V(t),n="[object Object]"==e?t.constructor:void 0,i=n?z(n):"";if(i)switch(i){case Ve:return Oe;case Me:return Te;case Se:return Ee;case Re:return Ie;case De:return je}return e});const Pe=Ne;var Be="[object Arguments]",ze="[object Array]",Le="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ue=function(t,e,n,i,o,r){var s=Mt(t),a=Mt(e),c=s?ze:Pe(t),x=a?ze:Pe(e),h=(c=c==Be?Le:c)==Le,d=(x=x==Be?Le:x)==Le,l=c==x;if(l&&Xt(t)){if(!Xt(e))return!1;s=!0,h=!1}if(l&&!h)return r||(r=new gt),s||ce(t)?At(t,e,n,i,o,r):Ot(t,e,c,n,i,o,r);if(!(1&n)){var u=h&&Fe.call(t,"__wrapped__"),m=d&&Fe.call(e,"__wrapped__");if(u||m){var f=u?t.value():t,p=m?e.value():e;return r||(r=new gt),o(f,p,n,i,r)}}return!!l&&(r||(r=new gt),we(t,e,n,i,o,r))};const Ke=function t(e,n,i,o,r){return e===n||(null==e||null==n||!Lt(e)&&!Lt(n)?e!=e&&n!=n:Ue(e,n,i,o,t,r))};const We=function(t,e){return Ke(t,e)};const He=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t};const Ze=function(){try{var t=$(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var $e=Object.prototype.hasOwnProperty;const Ge=function(t,e,n){var i=t[e];$e.call(t,e)&&s(i,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Xe=function(t,e,n,i){var o=!n;n||(n={});for(var r=-1,s=e.length;++r<s;){var a=e[r],c=i?i(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),o?qe(n,a,c):Ge(n,a,c)}return n};const Je=function(t,e){return t&&Xe(e,be(e),t)};const Ye=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Qe=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Ye(t);var e=le(t),n=[];for(var i in t)("constructor"!=i||!e&&Qe.call(t,i))&&n.push(i);return n};const en=function(t){return ge(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Xe(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,rn=on&&"object"==typeof module&&module&&!module.nodeType&&module,sn=rn&&rn.exports===on?w.Buffer:void 0,an=sn?sn.allocUnsafe:void 0;const cn=function(t,e){if(e)return t.slice();var n=t.length,i=an?an(n):new t.constructor(n);return t.copy(i),i};const xn=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const hn=function(t,e){return Xe(t,Bt(t),e)};const dn=ue(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Vt(e,Bt(t)),t=dn(t);return e}:Dt;const un=function(t,e){return Xe(t,ln(t),e)};const mn=function(t){return St(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const pn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const gn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const bn=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var vn=/\w*$/;const _n=function(t){var e=new t.constructor(t.source,vn.exec(t));return e.lastIndex=t.lastIndex,e};var wn=k?k.prototype:void 0,kn=wn?wn.valueOf:void 0;const yn=function(t){return kn?Object(kn.call(t)):{}};const An=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var i=t.constructor;switch(e){case"[object ArrayBuffer]":return gn(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return An(t,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return _n(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const In=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const jn=function(t){return Lt(t)&&"[object Map]"==Pe(t)};var On=se&&se.isMap;const Vn=On?ne(On):jn;const Mn=function(t){return Lt(t)&&"[object Set]"==Pe(t)};var Sn=se&&se.isSet;const Rn=Sn?ne(Sn):Mn;var Dn="[object Arguments]",Nn="[object Function]",Pn="[object Object]",Bn={};Bn[Dn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn["[object Object]"]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Nn]=Bn["[object WeakMap]"]=!1;const zn=function t(e,n,i,o,r,s){var a,c=1&n,x=2&n,h=4&n;if(i&&(a=r?i(e,o,r,s):i(e)),void 0!==a)return a;if(!M(e))return e;var d=Mt(e);if(d){if(a=pn(e),!c)return xn(e,a)}else{var l=Pe(e),u=l==Nn||"[object GeneratorFunction]"==l;if(Xt(e))return cn(e,c);if(l==Pn||l==Dn||u&&!r){if(a=x||u?{}:In(e),!c)return x?un(e,nn(a,e)):hn(e,Je(a,e))}else{if(!Bn[l])return r?e:{};a=Cn(e,l,c)}}s||(s=new gt);var m=s.get(e);if(m)return m;s.set(e,a),Rn(e)?e.forEach((function(o){a.add(t(o,n,i,o,e,s))})):Vn(e)&&e.forEach((function(o,r){a.set(r,t(o,n,i,r,e,s))}));var f=d?void 0:(h?x?mn:ve:x?en:be)(e);return He(f||e,(function(o,r){f&&(o=e[r=o]),Ge(a,r,t(o,n,i,r,e,s))})),a};const Ln=function(t){return zn(t,5)};const Fn=function(t){return"symbol"==typeof t||Lt(t)&&"[object Symbol]"==V(t)};var Un=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Kn=/^\w*$/;const Wn=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Fn(t))||(Kn.test(t)||!Un.test(t)||null!=e&&t in Object(e))};function Hn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,o=e?e.apply(this,i):i[0],r=n.cache;if(r.has(o))return r.get(o);var s=t.apply(this,i);return n.cache=r.set(o,s)||r,s};return n.cache=new(Hn.Cache||mt),n}Hn.Cache=mt;const Zn=Hn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,$n=/\\(\\)?/g;const Gn=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,i,o){e.push(i?o.replace($n,"$1"):n||t)})),e}));const Xn=function(t,e){for(var n=-1,i=null==t?0:t.length,o=Array(i);++n<i;)o[n]=e(t[n],n,t);return o};var Jn=k?k.prototype:void 0,Yn=Jn?Jn.toString:void 0;const Qn=function t(e){if("string"==typeof e)return e;if(Mt(e))return Xn(e,t)+"";if(Fn(e))return Yn?Yn.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const ti=function(t){return null==t?"":Qn(t)};const ei=function(t,e){return Mt(t)?t:Wn(t,e)?[t]:Gn(ti(t))};const ni=function(t){if("string"==typeof t||Fn(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const ii=function(t,e,n,i){if(!M(t))return t;for(var o=-1,r=(e=ei(e,t)).length,s=r-1,a=t;null!=a&&++o<r;){var c=ni(e[o]),x=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(o!=s){var h=a[c];void 0===(x=i?i(h,c,a):void 0)&&(x=M(h)?h:Yt(e[o+1])?[]:{})}Ge(a,c,x),a=a[c]}return t};const oi=function(t,e,n){return null==t?t:ii(t,e,n)};const ri=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const si=function(t,e){for(var n=0,i=(e=ei(e,t)).length;null!=t&&n<i;)t=t[ni(e[n++])];return n&&n==i?t:void 0};const ai=function(t,e,n){var i=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(o);++i<o;)r[i]=t[i+e];return r};const ci=function(t,e){return e.length<2?t:si(t,ai(e,0,-1))};const xi=function(t,e){return e=ei(e,t),null==(t=ci(t,e))||delete t[ni(ri(e))]};const hi=function(t,e){return null==t||xi(t,e)};var di,li,ui=["update","view","model","stopListening","updateComment","remove","getComment","removeCommentThread","listenTo","_isAttached","addComment","destroy","removeComment","_localUser"];di=ui,li=431,function(t){for(;--t;)di.push(di.shift())}(++li);var mi=function(t,e){return ui[t-=0]};class fi{constructor(t,e){this[mi("0x5")]=t,this[mi("0x5")]._isAttached=!0,this.view=e,this[mi("0xb")](e,mi("0xa"),(()=>this[mi("0x8")]())),this.listenTo(e,mi("0xd"),((t,e)=>this[mi("0xd")](e))),this[mi("0xb")](e,mi("0x7"),((t,e,n)=>this[mi("0x7")](e,n))),this[mi("0xb")](e,mi("0x1"),((t,e)=>this[mi("0x1")](e)))}[mi("0x8")](){this[mi("0x5")].remove()}[mi("0xd")](t){this[mi("0x5")][mi("0xd")]({content:t,authorId:this[mi("0x4")][mi("0x2")].id})}[mi("0x7")](t,e){this[mi("0x5")][mi("0x9")](t)[mi("0x3")]({content:e})}[mi("0x1")](t){this[mi("0x5")][mi("0x9")](t)[mi("0x8")]()}[mi("0x0")](){this[mi("0x6")](),this[mi("0x5")][mi("0xc")]=!1}}(0,e.mix)(fi,e.ObservableMixin);var pi=n(273);function gi(t,e,n){const i=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return i({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return i("Comment");case"Reply...":return i("Reply...");case"Write a comment...":return i("Write a comment...");case"Comment editor":return i("Comment editor");case"Delete comment thread?":return i("Delete comment thread?");case"Delete comment?":return i("Delete comment?");case"Cancel":return i("Cancel");case"Edit":return i("Edit");case"Remove":return i("Remove");case"Submit":return i("Submit");case"NUMBER_OF_COMMENTS":return i({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return i({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 i({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return i({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return i({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return i({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n)}}const bi=["text","_voiceLabelView","uiLanguageDirection","uiLanguage","ck-reset","render","ck-voice-label","presentation","ck-editor__aria-label_","createCollection","element","add","editable","extendTemplate","Comment editor","comment","ck-editor","ck-editor__main","main","cke-editor__aria-label_","setTemplate","_createVoiceLabel"];var vi,_i;vi=bi,_i=182,function(t){for(;--t;)vi.push(vi.shift())}(++_i);const wi=function(t,e){return bi[t-=0]};class ki extends pi.EditorUIView{constructor(t,n){super(t);const i=(0,e.uid)();this[wi("0xc")]=this[wi("0x3")](),this[wi("0x6")]=new pi.InlineEditableUIView(t,n),this[wi("0x11")]=this._createVoiceLabel(i,t),this[wi("0xe")]({tag:"div",attributes:{class:[wi("0x14"),wi("0xa"),"ck-rounded-corners","ck-comment__input"],role:wi("0x9"),dir:t[wi("0x12")],lang:t[wi("0x13")],"aria-labelledby":wi("0xd")+i},children:[this._voiceLabelView,{tag:"div",attributes:{class:wi("0xb"),role:wi("0x1")},children:this[wi("0xc")]}]})}render(){super[wi("0x15")](),this[wi("0xc")][wi("0x5")](this.editable)}focus(){this.editable[wi("0x4")].focus()}[wi("0xf")](t,e){const n=new pi.LabelView;return n[wi("0x10")]=gi(e,wi("0x8")),n[wi("0x7")]({attributes:{id:wi("0x2")+t,class:wi("0x0")}}),n}}const yi=["view","locale","ready","init","bind","render","getRoot","editor","editing","attachDomRoot","name","setEditableElement","destroy","element","focusTracker","isFocused"];var Ai,Ci;Ai=yi,Ci=300,function(t){for(;--t;)Ai.push(Ai.shift())}(++Ci);const Ti=function(t,e){return yi[t-=0]};class Ei extends t.EditorUI{constructor(t){super(t),this[Ti("0x4")]=new ki(t[Ti("0x5")],t[Ti("0xc")][Ti("0x4")])}get[Ti("0x1")](){return this[Ti("0x4")][Ti("0x1")]}[Ti("0x7")](){const t=this[Ti("0xb")][Ti("0xc")][Ti("0x4")],e=this[Ti("0x4")].editable,n=t.document[Ti("0xa")]();e.name=n.rootName,this.view[Ti("0x9")]();const i=e[Ti("0x1")];this[Ti("0xf")](e[Ti("0xe")],i),this.view.editable[Ti("0x8")](Ti("0x3")).to(this[Ti("0x2")]),t[Ti("0xd")](i),this.fire(Ti("0x6"))}[Ti("0x0")](){super[Ti("0x0")](),this[Ti("0x4")].destroy()}}var Ii=n(492),ji=n(945),Oi=n(331),Vi=n(468),Mi=n(181),Si=n(254),Ri=n(747);const Di=["data","createRoot","initPlugins","end","model","fire","getRoot","name","_updatePlaceholder","getChild","placeholder","focus","then","low","document","init","placeholderElement","destroy","ready","change:placeholder","defaultPlugins","assign","editing","childCount","create","get","plugins","initialData"];var Ni,Pi;Ni=Di,Pi=197,function(t){for(;--t;)Ni.push(Ni.shift())}(++Pi);const Bi=function(t,e){return Di[t-=0]};class zi extends t.Editor{constructor(t={}){(t=Object[Bi("0x14")]({},t))[Bi("0x19")]||(t[Bi("0x19")]=zi[Bi("0x13")]),super(t),this.ui=new Ei(this),this.set("placeholder",""),this[Bi("0x3")][Bi("0xd")].on("change",(()=>this[Bi("0x7")]()),{priority:Bi("0xc")}),this.on(Bi("0x12"),(()=>this._updatePlaceholder())),this[Bi("0x3")][Bi("0xd")][Bi("0x0")]()}[Bi("0x17")](){const t=this.config[Bi("0x18")](Bi("0x1a"))||"";return this[Bi("0x1")]()[Bi("0xb")]((()=>this.ui[Bi("0xe")]()))[Bi("0xb")]((()=>this[Bi("0x1b")][Bi("0xe")](t)))[Bi("0xb")]((()=>this[Bi("0x4")](Bi("0x11"))))}[Bi("0x10")](){return super[Bi("0x10")]()[Bi("0xb")]((()=>this.ui[Bi("0x10")]()))}[Bi("0xa")](){this[Bi("0x3")].change((t=>{const e=this.model[Bi("0xd")].getRoot(),n=e[Bi("0x8")](e[Bi("0x16")]-1);t.setSelection(n,Bi("0x2")),this.editing.view[Bi("0xa")]()}))}[Bi("0x7")](){const t=this[Bi("0x15")].view,e=t.document[Bi("0x5")](),n=e.getChild(0);e[Bi("0x16")]>1||!n||"p"!=n[Bi("0x6")]?this[Bi("0xf")]&&((0,Ii.disablePlaceholder)(t,this[Bi("0xf")]),this[Bi("0xf")]=void 0):((0,Ii.enablePlaceholder)({view:t,element:n,text:this[Bi("0x9")],keepOnFocus:!0}),this[Bi("0xf")]=n)}}(0,e.mix)(zi,e.ObservableMixin),(0,e.mix)(zi,t.DataApiMixin),zi[Bi("0x13")]=[ji.Clipboard,Oi.Enter,Oi.ShiftEnter,Vi.SelectAll,Mi.Typing,Si.Undo,Ri.Paragraph];const Li=["high","focus","add","_isDestroyed","model","element","icon","document","value","showButtons","cancel","destroy","length","initialData","execute","insertBefore","Esc","create","set","submit","getData","div","Submit","focusTracker","bind","_editorConfig","Reply...","editorReady","submitButtonView","ck-comment__input-actions--cancel","shift + tab","focusPrevious","label","placeholder","editor","listenTo","ck-comment__input-actions","low","stop","setData","tab","isEnabled","render","fire","forEach","ck-comment__input-wrapper","_createSubmitButton","ck-comment__input-actions--submit","_editorCreationPromise","cancelButtonView","focusNext","bindTemplate","extendTemplate","firstChild","view","createEditor","keystrokes","Cancel","then","setTemplate","disabledSubmit","_initializeFocusCycling","change","trim"];var Fi,Ui;Fi=Li,Ui=125,function(t){for(;--t;)Fi.push(Fi.shift())}(++Ui);const Ki=function(t,e){return Li[t-=0]};class Wi extends pi.View{constructor(t,n={}){super(t),this[Ki("0x25")]=null,this[Ki("0x1c")]=n,this[Ki("0x3b")]=new e.KeystrokeHandler,this[Ki("0x1a")]=new e.FocusTracker,this[Ki("0x15")](Ki("0xb"),n[Ki("0x10")]||""),this[Ki("0x15")](Ki("0x3f"),!1),this[Ki("0x15")](Ki("0xc"),!0),this[Ki("0x15")](Ki("0x24"),gi(t,Ki("0x1d"))),this[Ki("0x1f")]=this._createSubmitButton(),this[Ki("0x34")]=this._createCancelButton(),this[Ki("0x3e")]({tag:Ki("0x18"),attributes:{class:[Ki("0x30")]},children:[{tag:Ki("0x18"),attributes:{class:[Ki("0x27"),this[Ki("0x36")].if(Ki("0xc"),"ck-comment__input-actions--active")]},children:[this[Ki("0x1f")],this[Ki("0x34")]]}]}),this[Ki("0x3b")][Ki("0x15")](Ki("0x13"),((t,e)=>{this.cancelButtonView[Ki("0x2e")]("execute"),e()})),this.on("submit",((e,n)=>{n[Ki("0xf")]>65e3?(alert(gi(t,"TOO_LONG_COMMENT_ALERT",[n.length,65e3])),e[Ki("0x29")]()):this[Ki("0x25")][Ki("0x2a")]("")}),{priority:Ki("0x3")})}[Ki("0x2d")](){super[Ki("0x2d")](),this.keystrokes[Ki("0x26")](this[Ki("0x8")]),this[Ki("0x1a")].add(this.element)}[Ki("0x3a")](){return this[Ki("0x25")]||(this[Ki("0x25")]=new zi(this[Ki("0x1c")]),this[Ki("0x33")]=this[Ki("0x25")][Ki("0x14")]()[Ki("0x3d")]((()=>{this[Ki("0x6")]||(this.element[Ki("0x12")](this[Ki("0x25")].ui.element,this[Ki("0x8")][Ki("0x38")]),this[Ki("0x25")][Ki("0x7")][Ki("0xa")].on(Ki("0x1"),(()=>this[Ki("0xb")]=this[Ki("0x25")][Ki("0x17")]())),this[Ki("0x25")].bind(Ki("0x24")).to(this),this[Ki("0x0")](this[Ki("0x25")]),this.fire(Ki("0x1e")))}))),this[Ki("0x33")]}[Ki("0x4")](){this[Ki("0x25")]&&this.editor[Ki("0x4")]()}async[Ki("0xe")](){this[Ki("0x6")]||(this[Ki("0x6")]=!0,this[Ki("0x25")]&&(await this._editorCreationPromise,await this[Ki("0x25")][Ki("0xe")]()),await super[Ki("0xe")]())}[Ki("0x31")](){const{locale:e}=this,n=new pi.ButtonView(e);return n.extendTemplate({attributes:{class:[Ki("0x32")]}}),n[Ki("0x23")]=gi(e,Ki("0x19")),n[Ki("0x9")]=t.icons.check,n.on(Ki("0x11"),(()=>{this.fire(Ki("0x16"),this.value)})),n[Ki("0x1b")](Ki("0x2c")).to(this,"value",this,Ki("0x3f"),((t,e)=>!e&&!!t[Ki("0x2")]())),n}_createCancelButton(){const{locale:e}=this,n=new pi.ButtonView(e);return n[Ki("0x37")]({attributes:{class:[Ki("0x20")]}}),n[Ki("0x23")]=gi(e,Ki("0x3c")),n[Ki("0x9")]=t.icons[Ki("0xd")],n.on(Ki("0x11"),(()=>{this[Ki("0x25")][Ki("0x2a")](""),this[Ki("0x2e")](Ki("0xd"))})),n}[Ki("0x0")](t){const e=this[Ki("0x1a")],n=new pi.ViewCollection;[t.ui[Ki("0x39")],this[Ki("0x1f")],this[Ki("0x34")]][Ki("0x2f")]((t=>{n[Ki("0x5")](t),e[Ki("0x5")](t[Ki("0x8")])}));const i=new pi.FocusCycler({focusables:n,focusTracker:e});this[Ki("0x3b")].set(Ki("0x2b"),((t,e)=>{i[Ki("0x35")](),e()}),{priority:"low"}),this[Ki("0x3b")][Ki("0x15")](Ki("0x21"),((t,e)=>{i[Ki("0x22")](),e()}),{priority:Ki("0x28")})}}var Hi,Zi,qi=["destroy","div","change:showInput","showButtons","userView","createEditor","setTemplate","bind","extendTemplate","showInput","set","then","ck-comment__input-container--active","ck-comment__input-container","commentInputView","ck-thread__input"];Hi=qi,Zi=282,function(t){for(;--t;)Hi.push(Hi.shift())}(++Zi);var $i=function(t,e){return qi[t-=0]};class Gi extends pi.View{constructor(t,e,n){super(t),this[$i("0x4")]=new Wi(t,n),this.commentInputView[$i("0xd")]($i("0x9")).to(this.commentInputView.focusTracker,"isFocused",this.commentInputView,"value",((t,e)=>t||!!e)),this[$i("0x0")]($i("0xf"),!1),this.on($i("0x8"),(()=>{this[$i("0xf")]&&!this[$i("0x4")].editor&&this.commentInputView[$i("0xb")]()})),this[$i("0xa")]=new o.UserView(t,e),this[$i("0xa")][$i("0xe")]({attributes:{class:"ck-thread__user"}}),this[$i("0x4")][$i("0xe")]({attributes:{class:$i("0x5")}}),this[$i("0xc")]({tag:$i("0x7"),attributes:{class:[$i("0x3"),this.bindTemplate.if($i("0xf"),$i("0x2"))]},children:[this[$i("0xa")],this.commentInputView]})}[$i("0x6")](){return this[$i("0x4")][$i("0x6")]()[$i("0x1")]((()=>super[$i("0x6")]()))}}const Xi=["ck-thread__comment-count","bindTemplate","setTemplate","count"];var Ji,Yi;Ji=Xi,Yi=442,function(t){for(;--t;)Ji.push(Ji.shift())}(++Yi);const Qi=function(t,e){return Xi[t-=0]};class to extends pi.View{constructor(t){super(t);const e=this[Qi("0x3")];this.set("count"),this[Qi("0x0")]({tag:"li",attributes:{class:Qi("0x2")},children:[{text:e.to(Qi("0x1"),(e=>gi(t,"NUMBER_OF_COMMENTS",e)))}]})}}const eo=["locale","collapse","delegate","add","isEditMode","expand","stopListening","insert","hasDirtyComment","set","maxThreadTotalWeight","element","comments","setTemplate","_updateHasDirtyComment","viewUid","remove","_collapsedCommentsView","bind","_handleRemoveCommentModel","count","delete","equal","refreshVisibleViews","change:isActive","commentUpdated","visibleViews","editorConfig","_model","length","get","change:isEditMode","render","from","focus","formatDateTime","_rearrangeExpand","CommentView","_rearrangeCollapse","_config","createCollection","change:hasDirtyComment","removeComment","some","ck-thread__comments","_shouldCollapse","destroy","listenTo","commentViews"];var no,io;no=eo,io=217,function(t){for(;--t;)no.push(no.shift())}(++io);const oo=function(t,e){return eo[t-=0]};class ro extends pi.View{constructor(t,e,n){super(t),this[oo("0x25")](oo("0x24"),!1),this[oo("0x25")](oo("0x8"),e[oo("0x28")][oo("0x8")]),this.set("isActive",!1),this[oo("0x7")]=e,this[oo("0x12")]=n,this[oo("0x1b")]=this[oo("0x13")](),this[oo("0x5")]=this[oo("0x13")](),this[oo("0x2d")]=new to(t),this._collapsedCommentsView[oo("0x2e")](oo("0x30")).to(this,oo("0x8"),(t=>t-this[oo("0x12")].maxCommentsWhenCollapsed));for(const t of e[oo("0x28")])this._handleNewCommentModel(t);this[oo("0x1a")](e.comments,oo("0x1f"),((t,e)=>{this.length++,this._handleNewCommentModel(e),this.refreshVisibleViews()})),this[oo("0x1a")](e.comments,oo("0x2c"),((t,e)=>{this[oo("0x8")]--,this[oo("0x2f")](e),this[oo("0x2")]()})),this[oo("0x1a")](e,oo("0x4"),(()=>this[oo("0x2")]())),this.on(oo("0x3"),(()=>this[oo("0x2")]())),this.on(oo("0x14"),(()=>this[oo("0x2")]())),this[oo("0x29")]({tag:"ul",attributes:{class:[oo("0x17")]},children:this[oo("0x5")]})}get[oo("0x18")](){return this[oo("0x7")].weight>this[oo("0x12")][oo("0x26")]&&!this.isActive&&!this[oo("0x24")]}render(){super[oo("0xb")](),this.refreshVisibleViews()}[oo("0xd")](){this[oo("0x27")][oo("0xd")]()}[oo("0x19")](){this[oo("0x2d")][oo("0x19")]();for(const t of this.commentViews)t[oo("0x19")]();super[oo("0x19")]()}[oo("0x2")](){this._shouldCollapse?this[oo("0x11")]():this[oo("0xf")]()}_handleNewCommentModel(t){const e=new(this[oo("0x12")][oo("0x10")])(this[oo("0x1c")],t,{maxCommentCharsWhenCollapsed:this[oo("0x12")].maxCommentCharsWhenCollapsed,formatDateTime:this._config[oo("0xe")],editorConfig:this._config[oo("0x6")]});e[oo("0x2b")]=t.id,e.delegate(oo("0x15")).to(this),e[oo("0x1e")]("updateComment").to(this),this[oo("0x1a")](e,oo("0xa"),(()=>this[oo("0x2a")]())),this[oo("0x1b")][oo("0x1f")](e)}[oo("0x2f")](t){const e=this[oo("0x1b")].remove(t.id);this[oo("0x22")](e),e[oo("0x20")]&&this[oo("0x2a")](),e.destroy()}[oo("0x2a")](){this[oo("0x24")]=Array.from(this[oo("0x1b")])[oo("0x16")]((t=>t[oo("0x20")]))}[oo("0x11")](){const t=function(t){const n=new e.Collection;for(const e of t)n[oo("0x1f")](e);return n}(this[oo("0x1b")]),n=this._collapsedCommentsView[oo("0x30")];for(let e=1;e<=n;e++)t[oo("0x2c")](1);for(const e of t)e[oo("0x1d")]();n>0&&t[oo("0x1f")](this[oo("0x2d")],1),so((0,e.diff)(Array.from(this[oo("0x5")]),Array[oo("0xc")](t)),this.visibleViews,t)}[oo("0xf")](){so((0,e.diff)(Array[oo("0xc")](this.visibleViews),Array[oo("0xc")](this[oo("0x1b")])),this[oo("0x5")],this.commentViews);for(const t of this[oo("0x5")])t[oo("0x21")]()}}function so(t,e,n){let i=0;for(const o of t)switch(o){case oo("0x23"):e[oo("0x1f")](n[oo("0x9")](i),i),i++;break;case oo("0x0"):e[oo("0x2c")](i);break;case oo("0x1"):i++}}const ao=["locale","Write a comment...","commentThreadInputView","removeComment","_model","value","_localUser","isDirty","commentInputView","cancel","_createCommentThreadInputView","removeCommentThread","delegate","addComment","placeholder","length","commentsListView","_config","destroy","focus","change:isActive","element","submit","isReadOnly","assign","fire","CommentView","editorConfig","hasDirtyComment","Reply...","set","updateComment","bind","isActive"];var co,xo;co=ao,xo=415,function(t){for(;--t;)co.push(co.shift())}(++xo);const ho=function(t,e){return ao[t-=0]};class lo extends pi.View{constructor(t,e,n,i){super(t),this[ho("0x17")](ho("0x1a"),!1),this[ho("0x17")](ho("0x0"),!1),this[ho("0x1f")]=e,this._localUser=n,this[ho("0xa")]=i,this[ho("0x9")]=new ro(t,e,Object[ho("0x11")]({CommentView:this[ho("0xa")][ho("0x13")]},i)),this[ho("0x9")][ho("0x5")](ho("0x1e")).to(this),this[ho("0x9")][ho("0x5")](ho("0x18")).to(this),this[ho("0x9")][ho("0x19")](ho("0x1a")).to(this),this[ho("0x17")](ho("0x8"),this[ho("0x9")].length),this[ho("0x19")](ho("0x8")).to(this[ho("0x9")],ho("0x8")),this.commentThreadInputView=this._createCommentThreadInputView(),this.on(ho("0x1e"),(()=>this.focus())),this[ho("0x19")](ho("0x0")).to(this[ho("0x9")],ho("0x15"),this[ho("0x1d")][ho("0x1")],"value",((t,e)=>t||!!e))}[ho("0xc")](){this[ho("0xe")].focus()}destroy(){this[ho("0x0")]=!1,this[ho("0x9")][ho("0xb")](),this.commentThreadInputView[ho("0xb")](),super[ho("0xb")]()}[ho("0x3")](){const t=new Gi(this[ho("0x1b")],this[ho("0x21")],this[ho("0xa")][ho("0x14")]),e=t[ho("0x1")];return t[ho("0x19")]("showInput").to(this,"isActive",this._model,ho("0x10"),e,ho("0x20"),((t,e,n)=>!!n||t&&!e)),e[ho("0x19")](ho("0x7")).to(this,ho("0x8"),(t=>gi(this[ho("0x1b")],ho(t?"0x16":"0x1c")))),e.on(ho("0xf"),((t,e)=>{this.fire(ho("0x6"),e)})),e.on(ho("0x2"),(()=>{this[ho("0xc")]()})),e[ho("0x19")]("disabledSubmit").to(this[ho("0x1f")],ho("0x10")),e.on(ho("0x2"),(t=>{0==this.length&&(this.fire(ho("0x4")),t.stop())})),this.on(ho("0xd"),((t,n,i)=>{i||this[ho("0x8")]||e[ho("0x20")]||this[ho("0x12")]("removeCommentThread")})),t}}const uo=["ck-thread",".ck-thread__container","get","Write a comment...","Delete comment thread?","high","_model","add","then","getTemplate","listenTo","locale","removeButton","cancelConfirm","removeCommentThread","ck-thread--active","unbind","change:isActive","showConfirm","ck-thread--remove-confirmation","ck-thread--","_bindFirstCommentView","fire","containerElement","render","commentThreadInputView","div","setTemplate","ck-thread__container","commentsListView","length","isConfirm","bind","execute","_boundFirstCommentView","actionIndicator","change:isReadOnly","remove","element","isActive","_cancelAllConfirms","commentViews"];var mo,fo;mo=uo,fo=158,function(t){for(;--t;)mo.push(mo.shift())}(++fo);const po=function(t,e){return uo[t-=0]};class go extends lo{constructor(t,e,n,i){super(t,e,n,i),this.set(po("0x3"),null),this.containerElement=null,this[po("0x2")]=null,this[po("0x15")]=t,this[po("0x25")](this[po("0x13")]()),this.on(po("0x1b"),((t,e,n)=>{n||this[po("0x8")]()})),this[po("0x14")](this[po("0x10")],po("0x4"),((t,e,n)=>{n&&this[po("0x8")]()})),this[po("0x28")]>0&&this[po("0x1f")](),this[po("0x14")](this[po("0x27")][po("0x9")],po("0x11"),(()=>{this._bindFirstCommentView()}))}[po("0x13")](){const t=this.bindTemplate;return{tag:"div",attributes:{class:[po("0xa"),t.if(po("0x7"),po("0x19")),t.if(po("0x29"),po("0x1d")),t.to("actionIndicator",(t=>t?po("0x1e")+t:""))],"data-thread-id":this[po("0x10")].id,tabindex:-1},children:[{tag:po("0x24"),attributes:{class:po("0x26")},children:[this[po("0x27")],this[po("0x23")]]}]}}render(){super[po("0x22")](),this[po("0x21")]=this[po("0x6")].querySelector(po("0xb"))}[po("0x8")](){this.cancelConfirm();for(const t of this[po("0x27")][po("0x9")])t[po("0x17")]()}_bindFirstCommentView(){const{locale:t}=this,e=this[po("0x27")][po("0x9")][po("0xc")](0);e!==this[po("0x2")]&&(this[po("0x2")]=e,this[po("0x1a")](po("0x3")),this[po("0x0")](po("0x3")).to(e,po("0x3"),(t=>"remove"===t?po("0x5"):null)),e.placeholder=gi(t,po("0xd")),e[po("0x16")].on(po("0x1"),(e=>{e.stop(),this[po("0x1c")](gi(t,po("0xe")),this[po("0x21")])[po("0x12")]((()=>{this[po("0x20")](po("0x18"))}))}),{priority:po("0xf")}))}}(0,e.mix)(go,o.ConfirmMixin);var bo,vo,_o=["set","div","change:content","ck-annotation__content","ck-comment__content","element","content","innerHTML","setTemplate","render"];bo=_o,vo=358,function(t){for(;--t;)bo.push(bo.shift())}(++vo);var wo=function(t,e){return _o[t-=0]};class ko extends pi.View{constructor(t){super(t),this[wo("0x2")](wo("0x8"),""),this[wo("0x0")]({tag:wo("0x3"),attributes:{class:[wo("0x6"),wo("0x5")]}})}[wo("0x1")](){super[wo("0x1")](),this.on(wo("0x4"),((t,e,n)=>{this[wo("0x7")][wo("0x9")]=n})),this[wo("0x7")].innerHTML=this[wo("0x8")]}}const yo=["_createCommentContentView","add","locale","visibleView","isReadOnly","createCollection","disabledSubmit","once","_config","editorConfig","remove","submit","set","cancel","initialData","_createCommentInputView","_model","switchToDisplayMode","destroy","createEditor","content","element","switchToEditMode","isCollapsed","maxCommentCharsWhenCollapsed","bind","isEditMode","value","fire","focus","editorReady","updateComment"];var Ao,Co;Ao=yo,Co=312,function(t){for(;--t;)Ao.push(Ao.shift())}(++Co);const To=function(t,e){return yo[t-=0]};class Eo extends pi.View{constructor(t,e,n){super(t),this[To("0x18")]=e,this[To("0x10")]=n,this[To("0x14")](To("0x2"),!1),this.set(To("0x1f"),!0),this[To("0xb")]=this[To("0xd")](),this.visibleView[To("0x9")](this[To("0x8")]())}expand(){this[To("0x1f")]=!1}collapse(){this[To("0x2")]||(this[To("0x1f")]=!0)}focus(){this[To("0x1d")][To("0x5")]()}async destroy(){await this.visibleView.get(0)[To("0x1a")](),super[To("0x1a")]()}[To("0x1e")](){this[To("0x2")]||(this[To("0x2")]=!0,this[To("0xb")].remove(0)[To("0x1a")](),this[To("0xb")][To("0x9")](this[To("0x17")]()))}[To("0x19")](){this[To("0x2")]&&(this.isEditMode=!1,this[To("0xb")][To("0x12")](0)[To("0x1a")](),this[To("0xb")].add(this[To("0x8")]()))}[To("0x8")](){const t=new ko(this[To("0xa")]);return t[To("0x1")]("content").to(this[To("0x18")],To("0x1c"),this,To("0x1f"),((t,e)=>e?(0,o.trimHtml)(t,{limit:this[To("0x10")][To("0x0")]}):t)),t}[To("0x17")](){this[To("0x10")].editorConfig||(this[To("0x10")][To("0x11")]={}),this[To("0x10")][To("0x11")][To("0x16")]=this._model[To("0x1c")];const t=new Wi(this.locale,this._config.editorConfig);return t[To("0x3")]=this[To("0x18")][To("0x1c")],t[To("0x1")](To("0xe")).to(this[To("0x18")],To("0xc")),t.on(To("0x13"),((t,e)=>{this[To("0x4")](To("0x7"),this._model.id,e),this[To("0x19")](),this.focus()})),t.on(To("0x15"),(()=>{this[To("0x19")](),this.focus()})),t[To("0xf")](To("0x6"),(()=>{t[To("0x5")]()})),t[To("0x1b")](),t}}const Io=["Reply...","cancelConfirm","_config","isRemovable","getExternalCommentNote","authoredAt","Delete comment?","bindTemplate","change:isRemovable","_model","label","isExternal","_createCommentInputView","ck-comment__info-time","mouseleave","ck-annotation__info-name","pencil","locale","ck-comment__wrapper","importWord","attributes","edit","ck-annotation","editButton","icon","render","isEditMode","element","_createRemoveButton","removeButton","set","Remove","ck-comment__actions","extendTemplate","userView","_attachActions","ck-comment--","ck-comment--edit","switchToEditMode","EXTERNAL_IMPORT_WORD_AVATAR","ck-comment__actions--hidden","ck-comment__external","push","remove","formatDateTime","execute","source","_createEditButton","div","author","creator","EXTERNAL_COMMENT","ck-comment__user","@external","placeholder","ck-annotation__actions","EXTERNAL_IMPORT_WORD_COMMENT","ck-annotation__actions--hidden","EXTERNAL_AVATAR","ck-comment--remove","isEnabled","ck-annotation__content-wrapper","ck-annotation__info-time","bind","ck-comment","listenTo","Edit","focus","name","actionIndicator","isReadOnly","visibleView","isVisible","then","ck-comment__info-name","isEditable"];var jo,Oo;jo=Io,Oo=438,function(t){for(;--t;)jo.push(jo.shift())}(++Oo);const Vo=function(t,e){return Io[t-=0]};class Mo extends Eo{constructor(t,e,n){super(t,e,n),this[Vo("0x30")](Vo("0xb"),null),this.set(Vo("0x48"),gi(t,Vo("0x12"))),this.set(Vo("0x17"),null),this[Vo("0x5")]("authoredAt").to(e),this.editButton=this[Vo("0x41")](),this.removeButton=this[Vo("0x2e")](),this[Vo("0x34")]=new o.UserView(t,e[Vo("0x43")],this.getUserViewNotificationText()),this[Vo("0x34")][Vo("0x33")]({attributes:{class:[Vo("0x46"),"ck-annotation__user"]}}),this[Vo("0x7")](e,Vo("0x1a"),(()=>this[Vo("0x13")]())),this.setTemplate(this.getTemplate())}getTemplate(){const t=this[Vo("0x19")],e=[{tag:Vo("0x42"),attributes:{class:["ck-comment__info","ck-annotation__info"]},children:[{tag:"span",children:[{text:this[Vo("0x34")][Vo("0xa")]}],attributes:{class:[Vo("0x10"),Vo("0x21")]}},{tag:"time",attributes:{datetime:t.to(Vo("0x17")),class:[Vo("0x1f"),Vo("0x4")]},children:[{text:t.to("authoredAt",(t=>this[Vo("0x14")][Vo("0x3e")](t)))}]}]},{tag:"div",attributes:{class:[Vo("0x32"),Vo("0x49"),t.if(Vo("0x2c"),Vo("0x3a")),t.if(Vo("0x2c"),Vo("0x4b"))]},children:[this[Vo("0x29")],this[Vo("0x2f")]]},{tag:"div",attributes:{class:[Vo("0x3")]},children:this[Vo("0xd")]}];return this._model[Vo("0x1d")]&&e[Vo("0x3c")]({tag:Vo("0x42"),attributes:{class:[Vo("0x3b")]},children:[{text:this[Vo("0x16")]()}]}),{tag:"li",attributes:{class:[Vo("0x24"),t.if("isConfirm","ck-comment--remove-confirmation")],tabindex:-1},children:[{tag:Vo("0x42"),attributes:{class:[Vo("0x6"),Vo("0x28"),t.if(Vo("0x2c"),Vo("0x37")),t.to(Vo("0xb"),(t=>t?Vo("0x36")+t:""))],"data-author-id":this._model[Vo("0x43")].id,"data-comment-id":this[Vo("0x1b")].id},children:[this.userView,{tag:Vo("0x42"),attributes:{class:["ck-comment__main","ck-annotation__main"]},children:e}]}]}}_createEditButton(){const e=new pi.ButtonView(this.locale);return e.label=gi(this[Vo("0x23")],Vo("0x8")),e[Vo("0x2a")]=t.icons[Vo("0x22")],e[Vo("0x33")]({attributes:{class:Vo("0x37")}}),e[Vo("0x5")](Vo("0x2")).to(this._model,Vo("0xc"),(t=>!t)),e[Vo("0x5")](Vo("0xe")).to(this[Vo("0x1b")],Vo("0x11")),e.on("execute",(()=>this[Vo("0x38")]())),e}[Vo("0x2e")](){const t=new pi.ButtonView(this.locale);return t[Vo("0x1c")]=gi(this[Vo("0x23")],Vo("0x31")),t[Vo("0x2a")]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',t[Vo("0x33")]({attributes:{class:Vo("0x1")}}),t.bind("isEnabled").to(this[Vo("0x1b")],Vo("0xc"),(t=>!t)),t.bind("isVisible").to(this[Vo("0x1b")],Vo("0x15")),t.on(Vo("0x3f"),(()=>{this.showConfirm(gi(this[Vo("0x23")],Vo("0x18")),this.element)[Vo("0xf")]((()=>{this.fire("removeComment",this._model.id)}))})),t}[Vo("0x35")](t,e){this[Vo("0x7")](t,"mouseenter",(()=>this[Vo("0xb")]=e)),this[Vo("0x7")](t,Vo("0x9"),(()=>this[Vo("0xb")]=e)),this[Vo("0x7")](t,Vo("0x20"),(()=>this[Vo("0xb")]=null)),this[Vo("0x7")](t,"blur",(()=>this[Vo("0xb")]=null))}[Vo("0x1e")](){const t=super[Vo("0x1e")]();return t.bind(Vo("0x48")).to(this),t}[Vo("0x16")](){return Vo("0x25")===this[Vo("0x1b")][Vo("0x26")][Vo("0x47")][Vo("0x40")]?gi(this[Vo("0x23")],Vo("0x4a")):gi(this.locale,Vo("0x45"))}getUserViewNotificationText(){return this._model[Vo("0x1d")]?"importWord"===this[Vo("0x1b")].attributes["@external"].source?gi(this.locale,Vo("0x39"),this[Vo("0x1b")][Vo("0x44")].name):gi(this.locale,Vo("0x0"),this[Vo("0x1b")][Vo("0x44")][Vo("0xa")]):null}render(){super[Vo("0x2b")](),this[Vo("0x35")](this[Vo("0x29")][Vo("0x2d")],Vo("0x27")),this._attachActions(this[Vo("0x2f")][Vo("0x2d")],Vo("0x3d"))}}(0,e.mix)(Mo,o.ConfirmMixin);var So=n(278),Ro=n.n(So),Do=n(490),No={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(Do.Z,No);Do.Z.locals;var Po=n(227),Bo={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(Po.Z,Bo);Po.Z.locals;var zo=n(424),Lo={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(zo.Z,Lo);zo.Z.locals;const Fo=function(){return w.Date.now()};var Uo=/\s/;const Ko=function(t){for(var e=t.length;e--&&Uo.test(t.charAt(e)););return e};var Wo=/^\s+/;const Ho=function(t){return t?t.slice(0,Ko(t)+1).replace(Wo,""):t};var Zo=/^[-+]0x[0-9a-f]+$/i,qo=/^0b[01]+$/i,$o=/^0o[0-7]+$/i,Go=parseInt;const Xo=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ho(t);var n=qo.test(t);return n||$o.test(t)?Go(t.slice(2),n?2:8):Zo.test(t)?NaN:+t};var Jo=Math.max,Yo=Math.min;const Qo=function(t,e,n){var i,o,r,s,a,c,x=0,h=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function u(e){var n=i,r=o;return i=o=void 0,x=e,s=t.apply(r,n)}function m(t){return x=t,a=setTimeout(p,e),h?u(t):s}function f(t){var n=t-c;return void 0===c||n>=e||n<0||d&&t-x>=r}function p(){var t=Fo();if(f(t))return g(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Yo(n,r-(t-x)):n}(t))}function g(t){return a=void 0,l&&i?u(t):(i=o=void 0,s)}function b(){var t=Fo(),n=f(t);if(i=arguments,o=this,c=t,n){if(void 0===a)return m(c);if(d)return clearTimeout(a),a=setTimeout(p,e),u(c)}return void 0===a&&(a=setTimeout(p,e)),s}return e=Xo(e)||0,M(n)&&(h=!!n.leading,r=(d="maxWait"in n)?Jo(Xo(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),b.cancel=function(){void 0!==a&&clearTimeout(a),x=0,i=c=o=a=void 0},b.flush=function(){return void 0===a?s:g(Fo())},b};const tr=function(t,e,n){var i=!0,o=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),Qo(t,e,{leading:i,maxWait:e,trailing:o})},er=["disconnect","attributeName","type","cancel"];var nr,ir;nr=er,ir=190,function(t){for(;--t;)nr.push(nr.shift())}(++ir);const or=function(t,e){return er[t-=0]};function rr(t){const e=tr(t,30),n=new MutationObserver((t=>{for(const n of t)("attributes"==n.type&&"class"==n[or("0x3")]||"childList"==n[or("0x0")])&&e()}));return{attach(t){n.observe(t,{attributes:!0,childList:!0,subtree:!0})},detach(){n[or("0x2")](),e[or("0x1")]()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(sr.Z,ar);sr.Z.locals;const cr=["targetRect","clientHeight","render","isActive","element","isDirty","mainView","Esc","fire","listenTo","createCollection","focusTracker","ck-rounded-corners","destroy","focus","length","clear","_updateHeight","_mutationObserver","setTemplate","ck-annotation-wrapper--active","height","set","keystrokes","content","type"];var xr,hr;xr=cr,hr=118,function(t){for(;--t;)xr.push(xr.shift())}(++hr);const dr=function(t,e){return cr[t-=0]};class lr extends pi.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this[dr("0x17")]=new e.FocusTracker,this.keystrokes=new e.KeystrokeHandler,this[dr("0x9")][dr("0x8")]("Esc",((t,e)=>this[dr("0x14")](dr("0x13"),e))),this[dr("0x8")](dr("0xc"),{top:0,right:0,bottom:0,left:0}),this[dr("0x8")](dr("0x7"),0),this[dr("0x8")](dr("0xf"),!1),this.set(dr("0x11"),!1),this[dr("0x8")](dr("0x1"),0),this[dr("0x8")](dr("0xb"),""),this[dr("0x4")]=rr((()=>this[dr("0x3")]())),this.content=this[dr("0x16")](),this.content.add(n),this[dr("0x12")]=n;const i=this.bindTemplate;this[dr("0x5")]({tag:"div",attributes:{class:["ck","ck-annotation-wrapper",dr("0x18"),i.if(dr("0xf"),dr("0x6"))],tabindex:-1},children:this[dr("0xa")]})}[dr("0xe")](){super[dr("0xe")](),this.focusTracker.add(this[dr("0x10")]),this[dr("0x9")][dr("0x15")](this[dr("0x10")]),this[dr("0x4")].attach(this[dr("0x10")])}[dr("0x19")](){this[dr("0xa")][dr("0x2")](),this[dr("0x9")][dr("0x19")](),this[dr("0x17")].destroy(),this._mutationObserver.detach(),super.destroy()}[dr("0x0")](){this[dr("0x10")][dr("0x0")]()}_updateHeight(){const t=this.element[dr("0xd")];t&&(this[dr("0x7")]=t)}}const ur=["_target","destroy","render","function","_isTargetElementVisible","updateTargetRect","clear","offsetParent","getClientRects","focusableElements","view","_id","_type","remove","target","type","refreshVisibility","targetRect","add","nodeType","_assertCorrectTarget","object","innerView","annotation-invalid-target","isVisible","stopListening","focusTracker","isActive"];var mr,fr;mr=ur,fr=295,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const pr=function(t,e){return ur[t-=0]};class gr{constructor({view:t,target:n,type:i,isVisible:o=!0}){this[pr("0x17")]=t,this.view.element||this.view[pr("0xf")](),this[pr("0x19")]=i,this[pr("0xd")]=n,this[pr("0x5")](),this[pr("0x16")]=new e.Collection([this[pr("0x17")].element],{idProperty:pr("0x18")}),this.focusableElements.on(pr("0x3"),((t,e)=>{this[pr("0x17")].focusTracker[pr("0x3")](e)})),this[pr("0x16")].on("remove",((t,e)=>{this[pr("0x17")][pr("0xb")][pr("0x1a")](e)})),this.set(pr("0x9"),o)}get[pr("0x0")](){return pr("0x10")==typeof this[pr("0x19")]?this[pr("0x19")]():this[pr("0x19")]}get[pr("0x7")](){return this.view.mainView}get target(){return pr("0x10")==typeof this._target?this[pr("0xd")]():this[pr("0xd")]}get[pr("0x2")](){const t=this[pr("0x1b")];return this[pr("0x5")](),null!==t&&this[pr("0x11")]()?br(t)?new e.Rect(t[pr("0x15")]().item(0)):new e.Rect(t):null}get[pr("0xc")](){return this[pr("0x17")][pr("0xc")]}set isActive(t){this[pr("0x17")].isActive=t,this.view.mainView[pr("0xc")]=t}[pr("0x12")](){this[pr("0x17")].targetRect=this.targetRect}[pr("0xe")](){this[pr("0x16")][pr("0xa")](),this.focusableElements[pr("0x13")](),this.stopListening()}[pr("0x1")](){this[pr("0x9")]=this[pr("0x11")]()}_isTargetElementVisible(){const t=this[pr("0x1b")];return!br(t)||(!!t[pr("0x14")]||!!t[pr("0x15")]().item(0))}_assertCorrectTarget(){const t=this.target;if(!(null===t||t instanceof e.Rect||br(t)))throw new e.CKEditorError(pr("0x8"),null,{target:t})}}function br(t){return null!==t&&pr("0x6")==typeof t&&1===t[pr("0x4")]}(0,e.mix)(gr,e.ObservableMixin);const vr=["set","length","change:isFocused","remove","annotationcollection-duplicated-item","isFocused","_viewToAnnotation","focusTracker","targetRect","fire","_innerViewToAnnotation","stopListening","getByInnerView","innerView","getByView","delete","_getOrderInContent","focus","has","refreshPositioning","destroy","from","annotationcollection-not-existing-item","_items","listenTo","add","view","blur","_focusTracker","focusableElements","top","updateTargetRect","clear","_sort","get","left"];var _r,wr;_r=vr,wr=195,function(t){for(;--t;)_r.push(_r.shift())}(++wr);const kr=function(t,e){return vr[t-=0]};class yr extends e.Collection{constructor(t=[]){super(),this[kr("0x1f")]=new Map,this[kr("0x1b")]=new Map,this[kr("0xd")]=new e.FocusTracker,this._focusTracker.on(kr("0x17"),((t,e,n)=>{n||this[kr("0x1e")](kr("0xc"))}));for(const e of t)this.add(e)}get[kr("0x1a")](){return this._focusTracker[kr("0x1a")]}[kr("0xa")](t){if(this.has(t))throw new e.CKEditorError(kr("0x19"),null);this._innerViewToAnnotation[kr("0x15")](t[kr("0x22")],t),this[kr("0x1b")][kr("0x15")](t[kr("0xb")],t);for(const e of t[kr("0xe")])this[kr("0xd")][kr("0xa")](e);this.listenTo(t.focusableElements,kr("0xa"),((t,e)=>{this[kr("0xd")][kr("0xa")](e)})),this[kr("0x9")](t.focusableElements,"remove",((t,e)=>{this[kr("0xd")].remove(e)})),this.listenTo(t[kr("0xb")][kr("0x1c")],"change:isFocused",((e,n,i)=>{i&&this[kr("0x1e")](kr("0x2"),t)})),t.updateTargetRect();const n=this._getOrderInContent(t[kr("0xb")][kr("0x1d")]);super[kr("0xa")](t,n)}remove(t){if(!this[kr("0x3")](t))throw new e.CKEditorError(kr("0x7"),null);this.stopListening(t.view.focusTracker),this[kr("0x20")](t[kr("0xe")]);for(const e of t[kr("0xe")])this[kr("0xd")][kr("0x18")](e);this[kr("0x1b")][kr("0x0")](t.view),this[kr("0x1f")][kr("0x0")](t[kr("0x22")]),super[kr("0x18")](t)}[kr("0x21")](t){return this[kr("0x1f")].get(t)}[kr("0x23")](t){return this[kr("0x1b")][kr("0x13")](t)}destroy(){super[kr("0x11")](),this[kr("0x20")](),this._innerViewToAnnotation[kr("0x11")](),this[kr("0x1b")][kr("0x11")](),this[kr("0xd")][kr("0x5")]()}[kr("0x4")](){for(const t of this)t[kr("0x10")]();this[kr("0x12")]()}[kr("0x12")](){const t=Array[kr("0x6")](this).sort(((t,e)=>Ar(t[kr("0xb")][kr("0x1d")],e.view.targetRect)));for(let e=t[kr("0x16")]-1;e>0;e--){const n=t[e];e!==this.getIndex(n)&&(this[kr("0x18")](n),this[kr("0xa")](n,e))}}[kr("0x1")](t){let e=0;if(!t)return this[kr("0x8")].length;for(const n of this){const i=n[kr("0xb")][kr("0x1d")];if(i){if(Ar(t,i)<0)return e;e++}}return e}}function Ar(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t[kr("0xf")]-e[kr("0xf")];return 0==n?t[kr("0x14")]-e[kr("0x14")]:n}const Cr=["_addActiveAnnotation","add","isVisible","createAnnotationView","_deactivateAllAnnotations","has","Annotations","change:isVisible","_visibleAnnotations","activate","activeAnnotations","fire","refreshPositioning","destroy","_removeActiveAnnotation","getByInnerView","set","listenTo","refreshVisibility","collection","_bindAnnotationsToVisibleAnnotations","pluginName","deactivateAll","_activateAnnotation","remove","source"];var Tr,Er;Tr=Cr,Er=331,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Cr[t-=0]};class jr extends t.ContextPlugin{static get[Ir("0x2")](){return Ir("0xd")}constructor(t){super(t),this[Ir("0x0")]=new yr,this._visibleAnnotations=new yr,this[Ir("0x17")](Ir("0x11"),new Set),this[Ir("0x1")]()}[Ir("0x8")](t){this[Ir("0x0")][Ir("0x8")](t)}[Ir("0x5")](t){this.collection[Ir("0x5")](t),t[Ir("0x14")]()}[Ir("0x19")](){for(const t of this[Ir("0x0")])t.refreshVisibility()}[Ir("0x13")](){this[Ir("0xf")][Ir("0x13")]()}[Ir("0x16")](t){return this[Ir("0x0")].getByInnerView(t)}[Ir("0x3")](){this[Ir("0x12")](Ir("0xb"))}[Ir("0x14")](){for(const t of this[Ir("0x0")])t[Ir("0x14")]();this[Ir("0xf")][Ir("0x14")](),this[Ir("0x0")][Ir("0x14")](),super[Ir("0x14")]()}[Ir("0x10")](t){this[Ir("0x12")](Ir("0x4"),t)}createAnnotation(t){return new gr(t)}[Ir("0xa")](t,e){return new lr(t,e)}[Ir("0x7")](t){const e=new Set(this.activeAnnotations);e.add(t),this[Ir("0x11")]=e}[Ir("0x15")](t){const e=new Set(this[Ir("0x11")]);e.delete(t),this[Ir("0x11")]=e}[Ir("0x1")](){const t=this.collection,e=this[Ir("0xf")];function n(t){const n=t[Ir("0x6")];n[Ir("0x9")]&&!e[Ir("0xc")](n)?e[Ir("0x8")](n):!n.isVisible&&e[Ir("0xc")](n)&&e[Ir("0x5")](n)}this[Ir("0x18")](t,Ir("0x8"),((t,i)=>{i[Ir("0x9")]&&e[Ir("0x8")](i),this[Ir("0x18")](i,Ir("0xe"),n)})),this[Ir("0x18")](t,Ir("0x5"),((t,i)=>{e[Ir("0xc")](i)&&e[Ir("0x5")](i),this.stopListening(i,Ir("0xe"),n)}))}}const Or=["string","filter","commentsrepository-get-comment-invalid-id","model","_repository","resolve","isEditable","removeAttribute","comments","push","commentInputView","comments.CommentView","updateComment","_updateComment","PendingActions","_addCommentThread","CommentThreadView","lowest","parse","isRemovable","stopListening","toJSON","_threadToController","CommentView","noChannel","update","slice","isFromAdapter","change:isDirty","values","commentUpdated","licenseKey","set","PENDING_ACTION_COMMENT_THREAD","_detachCommentThread","_threads","replace","define","activate","_attachCommentThread","getTime","_nonAdminChannels","innerHTML","commentsrepository-update-missing-comment","commentsrepository-duplicated-comment-thread-id","setActiveCommentThread","view","addCommentThread","commentsrepository-update-comment-internal-error","locale","isAttached","isDirty","addUser","remove","hasCommentThread","switchReadOnly","pop","add","threadId","substring","charCodeAt","attributes","commentsrepository-invalid-comment-content","commentsrepository-remove-comment-missing-comment-thread","focus","_remove","div","commentThreadInputView","commentsrepository-invalid-comment-authorid","_createCommentThreadView","@external","createdAt","error","addComment","isActive","_removeComment","fetchCommentThread","change:activeAnnotations","requires","catch","plugins","getComment","delete","getUser","adapter","removeCommentThread","trim","length","channelId","_getExternalAuthor","_addComment","commentsrepository-add-comment-user-not-exists","commentsrepository-update-comment-missing-comment-thread","commentsrepository-remove-comment-internal-error","listenTo","CommentsRepository","type","comment","fromCharCode","_removeCommentThread","bind","find","removeComment","then","has","comments.CommentThreadView","comments.editorConfig","weight","function","config","from","createCommentThreadController","getCommentThread","comments.maxCommentsWhenCollapsed","afterInit","Users","fire","setAdminPermissions","authorName","commentsrepository-remove-missing-comment","getIndex","max","activeCommentThread","_viewToController","commentsrepository-invalid-comment-thread-id","init","comments.maxThreadTotalWeight","context","content","_readOnlyChannels","_add","creator","once","isExternal","assign","commentsrepository-add-comment-to-missing-comment-thread","attachTo","deactivateAll","author","_isAttached","commentsrepository-adapter-already-set","commentsrepository-missing-target","map","authoredAt","commentsrepository-active-not-attached","getCommentThreads","setAttribute","getByInnerView","get","destroy","_adapter","isReadOnly","comments.maxCommentCharsWhenCollapsed","external:","commentsrepository-remove-comment-thread-internal-error"];var Vr,Mr;Vr=Or,Mr=206,function(t){for(;--t;)Vr.push(Vr.shift())}(++Mr);const Sr=function(t,e){return Or[t-=0]},Rr=Symbol(Sr("0x80"));class Dr extends t.ContextPlugin{static get[Sr("0x1b")](){return[jr,t.PendingActions,o.Users]}static get pluginName(){return Sr("0x2c")}constructor(t){super(t),this[Sr("0x8b")]=new Map,this._threadToController=new Map,this[Sr("0x48")]=new Map,this._readOnlyChannels=new Set,this[Sr("0x88")](Sr("0x91"),new Set),this.licenseKey=this.context[Sr("0x3a")][Sr("0x61")](Sr("0x87"));const e=this[Sr("0x4c")][Sr("0x3a")];e[Sr("0x8d")](Sr("0x3e"),2),e[Sr("0x8d")](Sr("0x4b"),500),e[Sr("0x8d")](Sr("0x65"),140),e[Sr("0x8d")](Sr("0x36"),go),e.define(Sr("0x73"),Mo),e[Sr("0x61")](Sr("0x37"))||console.warn("Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.")}[Sr("0x4a")](){const t=this[Sr("0x4c")][Sr("0x1d")].get(jr);this[Sr("0x88")](Sr("0x47"),null),this.on("addCommentThread",((t,e)=>this[Sr("0x77")](e))),this.on(Sr("0x22"),((t,e)=>this[Sr("0x30")](e))),this.on(Sr("0x16"),((t,e)=>this[Sr("0x27")](e))),this.on(Sr("0x74"),((t,e)=>this[Sr("0x75")](e))),this.on(Sr("0x33"),((t,e)=>this[Sr("0x18")](e))),this.on(Sr("0x16"),((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const i=this[Sr("0x3d")](e),o=this._threadToController[Sr("0x61")](i);o&&o[Sr("0x96")][Sr("0xd")]()}),{priority:Sr("0x79")}),this[Sr("0x2b")](t,Sr("0x1a"),((t,e,n)=>{const i=Array[Sr("0x3b")](n)[Sr("0x5b")]((t=>this._viewToController[Sr("0x61")](t.innerView)))[Sr("0x69")](Boolean)[0];this[Sr("0x47")]=i?i[Sr("0x6b")]:null}))}[Sr("0x3f")](){!function(e){const n=e instanceof t.Context,i=[1,85,78,115,198,255,50,112,83,87,161],o=l([52,48,52,52,50,50,52,52]),r=[127,34,6,211,167,86,146,199,132,160,18],s=l([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),a=function(t){if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[l([115,116,97,116,101])]==l([99,111,110,110,101,99,116,101,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[l([114,101,115,117,108,116])]==l([101,110,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));try{const n=function(t){const e=[29,221,175,90,231,133,239,240,75,180];return function(t,e){const n=atob(t),i=Array[Sr("0x3b")](function(t){const e=new Uint8Array(t[Sr("0x24")]);for(let n=0;n<t[Sr("0x24")];n++)e[n]=t[Sr("0x9")](n);return e}(n)),o=i[Sr("0x5")](),r=i.pop();return function(t){let e="";for(const n of t)e+=String[Sr("0x2f")](n);return e}(function(t,e,n){const i={};i[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},i[l([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i[l([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],i[l([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],i[l([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],i[l([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],i[l([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],i[l([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],i[l([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],i[l([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],i[l([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const o=new Uint8Array(16);for(let t=15;t>=0;--t)o[t]=n%256,n=parseInt(n/256);let r=null,s=16;const a=new Uint8Array(e),c=[],x=[];m();for(let e=0;e<t[Sr("0x24")];e++)16===s&&(r=u(o),s=0,d(o)),t[e]^=r[s++];return t;function h(t){const e=[];for(let n=0;n<t[Sr("0x24")];n+=4)e[Sr("0x71")](t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function u(t){const e=c[Sr("0x24")]-1,n=[0,0,0,0];let o=h(t);for(let t=0;t<4;t++)o[t]^=c[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)n[e]=i[l([84,49])][o[e]>>24&255]^i[l([84,50])][o[(e+1)%4]>>16&255]^i[l([84,51])][o[(e+2)%4]>>8&255]^i[l([84,52])][255&o[(e+3)%4]]^c[t][e];o=n[Sr("0x82")]()}const r=new Uint8Array(16);let s;for(let t=0;t<4;t++)s=c[e][t],r[4*t]=255&(i[l([83])][o[t]>>24&255]^s>>24),r[4*t+1]=255&(i[l([83])][o[(t+1)%4]>>16&255]^s>>16),r[4*t+2]=255&(i[l([83])][o[(t+2)%4]>>8&255]^s>>8),r[4*t+3]=255&(i[l([83])][255&o[(t+3)%4]]^s);return r}function m(){const t=i[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[Sr("0x24")]];for(let e=0;e<=t;e++)c[Sr("0x71")]([0,0,0,0]),x.push([0,0,0,0]);const e=4*(t+1),n=a[Sr("0x24")]/4,o=h(a);let r;for(let e=0;e<n;e++)r=e>>2,c[r][e%4]=o[e],x[t-r][e%4]=o[e];let s,d=0,u=n;for(;u<e;){s=o[n-1],o[0]^=i[l([83])][s>>16&255]<<24^i[l([83])][s>>8&255]<<16^i[l([83])][255&s]<<8^i[l([83])][s>>24&255]^i[l([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<n/2;t++)o[t]^=o[t-1];s=o[n/2-1],o[n/2]^=i[l([83])][255&s]^i[l([83])][s>>8&255]<<8^i[l([83])][s>>16&255]<<16^i[l([83])][s>>24&255]<<24;for(let t=n/2+1;t<n;t++)o[t]^=o[t-1];let r,a,h=0;for(;h<n&&u<e;)r=u>>2,a=u%4,c[r][a]=o[h],x[t-r][a]=o[h++],u++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)s=x[e][t],x[e][t]=i[l([85,49])][s>>24&255]^i[l([85,50])][s>>16&255]^i[l([85,51])][s>>8&255]^i[l([85,52])][255&s]}}(i,e,r+256*o))}(t,new(window[l([85,105,110,116,56,65,114,114,97,121])])([...i,...e,...r]))}(t),s=JSON[Sr("0x7a")](n),a=parseInt(s[l([49])]),x=parseInt(s[l([51])]),h=parseInt(s[l([52])])||0,d=parseInt(s[l([53])])||0,u=2;if(!(1&h)||e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&!(h&u))return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(d&&!window[l([111,112,101,110])][l([99,108,111,115,101,100])])return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(parseInt(o)/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))){const t=e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]));if(parseInt(t[l([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])])/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}return c(l(x?[108,105,99,101,110,115,101,75,101,121,84,114,105,97,108]:[108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]))}catch(t){return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}}(e.config[Sr("0x61")](l([108,105,99,101,110,115,101,75,101,121])));function c(t){const n=function(){const t=String(window[l([112,101,114,102,111,114,109,97,110,99,101])][l([110,111,119])]())[Sr("0x8c")](l([46]),"");let e="";for(let n=0;n<t[Sr("0x24")];n+=2){let i=parseInt(t[Sr("0x8")](n,n+2));i>=s.length&&(i-=s[Sr("0x24")]),e+=s[i]}return e}();return e[n]=t,t}function x(t){for(const e of t[l([101,100,105,116,111,114,115])])h(e);t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=d}function h(t){function e(){t[l([109,111,100,101,108])][l([99,104,97,110,103,101])]=d,t[l([109,111,100,101,108])][l([101,110,113,117,101,117,101,67,104,97,110,103,101])]=d,t[l([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](l([109,111,100,101,108]))}t[l([115,116,97,116,101])]==l([114,101,97,100,121])?e():t[l([111,110,99,101])](l([114,101,97,100,121]),(()=>e()))}function d(){return null}function l(t){return t[Sr("0x5b")]((t=>String[Sr("0x2f")](t))).join("")}n?(a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?x(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&window[l([115,101,116,84,105,109,101,111,117,116])]((()=>{x(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*i[8]*i[6]),e[l([101,100,105,116,111,114,115])][l([111,110])](l([97,100,100]),((t,e)=>{a!=l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||h(e)}))):a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?h(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&e[l([111,110])](l([114,101,97,100,121]),(()=>{let t=0;e[l([109,111,100,101,108])][l([111,110])](l([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,i)=>{i[0][l([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(h(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),n[l([111,102,102])]())}),{priority:l([104,105,103,104,101,115,116])})}))}(this.context)}set[Sr("0x21")](t){if(this[Sr("0x63")])throw new e.CKEditorError(Sr("0x59"));this._adapter=t}get[Sr("0x21")](){return this[Sr("0x63")]}[Sr("0x97")]({channelId:t=Rr,threadId:n=(0,e.uid)(),comments:i=[],target:o,isFromAdapter:r}={}){return this[Sr("0x41")](Br(Sr("0x97"),t),{channelId:t,threadId:n,comments:i,target:o,isFromAdapter:r}),this[Sr("0x3d")](n)}openNewCommentThread({channelId:t=Rr,threadId:n=(0,e.uid)(),target:i}){if(this[Sr("0x4e")].has(t)||this._readOnlyChannels[Sr("0x35")](void 0))return;if(!i)throw new e.CKEditorError(Sr("0x5a"));const o=this[Sr("0x97")]({channelId:t,threadId:n,target:i});if(!o)return null;const r=this[Sr("0x7e")][Sr("0x61")](o),s=r[Sr("0x96")][Sr("0x10")][Sr("0x72")],a=this[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](jr),c=a[Sr("0x60")](r[Sr("0x96")]);return a[Sr("0x8e")](c),s[Sr("0x51")]("editorReady",(()=>s[Sr("0xd")]())),o}hasCommentThread(t){if(Sr("0x68")!=typeof t)throw new e.CKEditorError(Sr("0x49"));return this[Sr("0x8b")][Sr("0x35")](t)}getCommentThread(t){if("string"!=typeof t)throw new e.CKEditorError(Sr("0x49"));return this._threads[Sr("0x61")](t)}[Sr("0x19")]({channelId:t,threadId:n}={}){const i=this.getCommentThread(n);if(i)return Promise[Sr("0x6d")](i);if(!this[Sr("0x21")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter",this[Sr("0x4c")]);if(Sr("0x39")!=typeof this[Sr("0x21")][Sr("0x3d")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter-method",this[Sr("0x4c")]);return this[Sr("0x21")][Sr("0x3d")]({channelId:t,threadId:n})[Sr("0x34")]((e=>this.hasCommentThread(n)?this[Sr("0x3d")](n):e?this[Sr("0x97")](Object.assign({isFromAdapter:!0,channelId:t},e)):void 0))[Sr("0x1c")]((t=>{throw console.error(t),new e.CKEditorError("commentsrepository-fetch-comment-thread",this.context)}))}[Sr("0x5e")]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:i=!1}={}){const o=[];for(const i of this[Sr("0x8b")][Sr("0x85")]())t&&i[Sr("0x25")]!==t||e&&!i[Sr("0x9a")]||n&&0===i[Sr("0x24")]||o[Sr("0x71")](i);return i?o[Sr("0x5b")]((t=>t.toJSON())):o}[Sr("0x95")](t){const n=this[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](jr);if(!t)return void(this[Sr("0x47")]&&n[Sr("0x56")]());const i=this[Sr("0x3d")](t);if(!i)throw new e.CKEditorError("commentsrepository-active-missing-comment-thread",null,{threadId:t});if(!this._threadToController[Sr("0x35")](i))throw new e.CKEditorError(Sr("0x5d"),null,{threadId:t});const o=n.getByInnerView(this[Sr("0x7e")][Sr("0x61")](i).view);n.activate(o)}[Sr("0x4")](t,e){t?this[Sr("0x4e")].add(e):this[Sr("0x4e")].delete(e);for(const n of this[Sr("0x5e")]({channelId:e}))n[Sr("0x64")]=!!t}isReadOnly(t){return this[Sr("0x4e")][Sr("0x35")](t)||this[Sr("0x4e")][Sr("0x35")](void 0)}[Sr("0x3c")](t,e){return new fi(t,e)}[Sr("0x42")](t,e=Rr){const n=!this._nonAdminChannels.has(e),i=new Set(this[Sr("0x91")]);n&&!t&&(i.add(e),this[Sr("0x91")]=i),!n&&t&&(i[Sr("0x1f")](e),this._nonAdminChannels=i)}[Sr("0x77")]({channelId:t,threadId:n,comments:i,target:o,isFromAdapter:r}){if("string"!=typeof n)throw new e.CKEditorError("commentsrepository-invalid-comment-thread-id",null,{threadId:n});if(this[Sr("0x3")](n))throw new e.CKEditorError(Sr("0x94"),null,{threadId:n});const s=new Nr(this,{channelId:t,id:n});(this[Sr("0x4e")][Sr("0x35")](t)||this._readOnlyChannels.has(void 0))&&(s[Sr("0x64")]=!0),this[Sr("0x8b")][Sr("0x88")](n,s);for(const t of i)s[Sr("0x16")](Object[Sr("0x53")]({isFromAdapter:r},t));o&&s.attachTo(o)}_attachCommentThread({threadId:t,target:n}){const i=this[Sr("0x3d")](t);if(!i)throw new e.CKEditorError("commentsrepository-attach-missing-comment-thread",this);const o=this[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](Sr("0x76")),r=this[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](jr),s=this[Sr("0x12")](i),a=new fi(i,s);let c=null;s.on(Sr("0x84"),((t,e,n)=>{n?c=o[Sr("0x6")](gi(this.context[Sr("0x99")],"PENDING_ACTION_COMMENT_THREAD")):(o.remove(c),c=null)})),this[Sr("0x7e")][Sr("0x88")](i,a),this[Sr("0x48")].set(s,a);const x=new lr(this[Sr("0x4c")].locale,s);x[Sr("0x31")](Sr("0x24")).to(s),x[Sr("0x31")](Sr("0x0")).to(s,Sr("0x0"),s,Sr("0x24"),((t,e)=>t||!e)),x.bind(Sr("0x17")).to(s),x[Sr("0x2d")]=Sr("0x2e");const h=new gr({view:x,target:n,type:"comment"});return r.add(h),h}[Sr("0x12")](t){const e=this[Sr("0x4c")].plugins[Sr("0x61")](Sr("0x40")),{config:n,locale:i}=this[Sr("0x4c")],r=(0,o.getDateTimeFormatter)(n[Sr("0x61")]("locale"));return new(0,n[Sr("0x61")]("comments")[Sr("0x78")])(i,t,e.me,{editorConfig:n[Sr("0x61")]("comments.editorConfig"),maxCommentsWhenCollapsed:n[Sr("0x61")]("comments.maxCommentsWhenCollapsed"),maxThreadTotalWeight:n[Sr("0x61")]("comments.maxThreadTotalWeight"),maxCommentCharsWhenCollapsed:n[Sr("0x61")]("comments.maxCommentCharsWhenCollapsed"),formatDateTime:r,CommentView:n[Sr("0x61")](Sr("0x70"))[Sr("0x7f")]})}_removeCommentThread({threadId:t,isFromAdapter:n}){const i=this[Sr("0x3d")](t);if(!i)throw new e.CKEditorError("commentsrepository-remove-missing-comment-thread",this);if(this[Sr("0x8a")](t),this._threads[Sr("0x1f")](t),!i[Sr("0x24")]||n||!this[Sr("0x21")]||"function"!=typeof this.adapter[Sr("0x22")])return Promise[Sr("0x6d")]();const o=this[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](Sr("0x76")),{channelId:r}=i,s=o[Sr("0x6")](gi(this[Sr("0x4c")][Sr("0x99")],"PENDING_ACTION_COMMENT_THREAD"));return this[Sr("0x21")][Sr("0x22")]({channelId:r,threadId:t}).then((()=>o[Sr("0x2")](s)))[Sr("0x1c")]((t=>{throw console[Sr("0x15")](t),new e.CKEditorError(Sr("0x67"),this)}))}[Sr("0x8a")](t){const e=this[Sr("0x4c")].plugins[Sr("0x61")](jr),n=this[Sr("0x3d")](t);if(this._threadToController.has(n)){const t=this[Sr("0x7e")][Sr("0x61")](n),i=t[Sr("0x96")],o=e.getByInnerView(i);this[Sr("0x7e")][Sr("0x1f")](n),this[Sr("0x48")][Sr("0x1f")](i),o&&e.remove(o),t[Sr("0x62")](),i[Sr("0x62")]()}}[Sr("0x26")](t){const e=this[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](o.Users),n=(0,o.hashObject)(Sr("0x66")+t);return e[Sr("0x20")](n)||e[Sr("0x1")]({id:n,name:t})}[Sr("0x27")]({threadId:t,commentId:n=(0,e.uid)(),content:i,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if("string"!=typeof n)throw new e.CKEditorError("commentsrepository-invalid-commentid");if(Sr("0x68")!=typeof r)throw new e.CKEditorError(Sr("0x11"));if(Sr("0x68")!=typeof i||!i[Sr("0x23")]())throw new e.CKEditorError(Sr("0xb"));const x=this[Sr("0x3d")](t);if(!x)throw new e.CKEditorError(Sr("0x54"),this);const h=this[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](o.Users).getUser(r);if(!h)throw new e.CKEditorError(Sr("0x28"),null,{authorId:r});let d=null,l=s;a&&a[Sr("0x13")]&&(d=this[Sr("0x26")](a[Sr("0x13")][Sr("0x43")]),l=a[Sr("0x13")][Sr("0x14")]);const u=new Pr(this,{threadId:t,id:n,author:d||h,creator:h,content:i,createdAt:s,authoredAt:l,attributes:a});if(x._add(u),c||!this.adapter||"function"!=typeof this.adapter[Sr("0x16")])return Promise[Sr("0x6d")]();const m=this.context[Sr("0x1d")][Sr("0x61")]("PendingActions"),{channelId:f}=x,p=m.add(gi(this[Sr("0x4c")][Sr("0x99")],Sr("0x89")));return a||(a={}),this[Sr("0x21")][Sr("0x16")]({channelId:f,threadId:t,commentId:n,content:i,attributes:a})[Sr("0x34")]((e=>{if(m[Sr("0x2")](p),this[Sr("0x3")](t))e&&e.createdAt&&this[Sr("0x75")]({threadId:t,commentId:n,createdAt:e.createdAt,isFromAdapter:!0});else{const o={threadId:t,commentId:n,content:i,attributes:a,createdAt:e&&e.createdAt?e.createdAt:s,authorId:h.id};this[Sr("0x97")]({channelId:f,threadId:t,comments:[o],isFromAdapter:!0})}})).catch((t=>{throw console[Sr("0x15")](t),new e.CKEditorError("commentsrepository-add-comment-internal-error",this)}))}[Sr("0x75")]({threadId:t,commentId:n,content:i,createdAt:o,attributes:r,isFromAdapter:s}){if(void 0!==i&&("string"!=typeof i||!i[Sr("0x23")]()[Sr("0x24")]))throw new e.CKEditorError("commentsrepository-update-comment-invalid-content");const a=this[Sr("0x3d")](t),c=a.getComment(n);if(!c)throw new e.CKEditorError(Sr("0x93"),this);let x=!1;if(i&&i!==c[Sr("0x4d")]&&(c[Sr("0x6e")]||s)&&(c[Sr("0x4d")]=i,x=!0),o&&o!==c.createdAt&&(c[Sr("0x14")]=o,c[Sr("0xa")]&&c.attributes[Sr("0x13")]||(c[Sr("0x5c")]=o),x=!0),r&&!We(r,c.attributes)&&(c[Sr("0xa")]=r,x=!0),!x)return Promise[Sr("0x6d")]();if(a.fire(Sr("0x86")),s||!this.adapter||"function"!=typeof this[Sr("0x21")][Sr("0x74")])return Promise.resolve();const h=this.context.plugins[Sr("0x61")](Sr("0x76")),{channelId:d}=this[Sr("0x3d")](c.threadId),l=h.add(gi(this[Sr("0x4c")][Sr("0x99")],"PENDING_ACTION_COMMENT_THREAD"));return this.adapter.updateComment({channelId:d,threadId:t,commentId:n,content:i,attributes:r})[Sr("0x34")]((()=>h[Sr("0x2")](l)))[Sr("0x1c")]((t=>{throw console[Sr("0x15")](t),new e.CKEditorError(Sr("0x98"),this)}))}[Sr("0x18")]({threadId:t,commentId:n,isFromAdapter:i}){const o=this.getCommentThread(t),r=o[Sr("0x1e")](n);if(!r)throw new e.CKEditorError(Sr("0x44"),this);if(o[Sr("0xe")](r),i||!this[Sr("0x21")]||Sr("0x39")!=typeof this[Sr("0x21")][Sr("0x33")])return Promise.resolve();const s=this.context[Sr("0x1d")].get("PendingActions"),{channelId:a}=o,c=s.add(gi(this[Sr("0x4c")][Sr("0x99")],"PENDING_ACTION_COMMENT_THREAD"));return this[Sr("0x21")].removeComment({channelId:a,threadId:t,commentId:n})[Sr("0x34")]((()=>s[Sr("0x2")](c))).catch((t=>{throw console[Sr("0x15")](t),new e.CKEditorError(Sr("0x2a"),this)}))}}class Nr{constructor(t,n){this[Sr("0x25")]=n.channelId,this.id=n.id,this[Sr("0x88")](Sr("0x64"),!1),this.bind(Sr("0x7b")).to(t,"_nonAdminChannels",(t=>!t[Sr("0x35")](this[Sr("0x25")]))),this[Sr("0x70")]=new e.Collection,this[Sr("0x6c")]=t,this[Sr("0x58")]=!1}get[Sr("0x38")](){return Array.from(this.comments).reduce(((t,e)=>t+e[Sr("0x38")]),0)}get[Sr("0x24")](){return this.comments[Sr("0x24")]}get[Sr("0x9a")](){return this[Sr("0x58")]}[Sr("0x2")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Sr("0x6c")][Sr("0x41")](Br(Sr("0x22"),e),{channelId:e,threadId:n,isFromAdapter:t})}[Sr("0x55")](t){return this[Sr("0x6c")][Sr("0x8f")]({threadId:this.id,target:t})}addComment(t){const{channelId:e,id:n}=this;this._repository[Sr("0x41")](Br(Sr("0x16"),e,n),Object.assign({channelId:e,threadId:n},t))}[Sr("0x1e")](t){if("string"!=typeof t)throw new e.CKEditorError(Sr("0x6a"),null,{commentId:t});return this[Sr("0x70")][Sr("0x61")](t)}[Sr("0x7d")](){return{threadId:this.id,comments:this[Sr("0x70")][Sr("0x5b")]((t=>t.toJSON()))}}[Sr("0x4f")](t){return this.listenTo(t,"change:authoredAt",(()=>{const e=this._findOptimalIndex(t),n=this[Sr("0x70")];e-1!=n[Sr("0x45")](t)&&e+1!=n[Sr("0x45")](t)&&(this._remove(t),this._add(t))})),t.createdAt?this.comments[Sr("0x6")](t,this._findOptimalIndex(t)):this[Sr("0x70")][Sr("0x6")](t)}[Sr("0xe")](t){return this[Sr("0x7c")](t),t[Sr("0x62")](),this[Sr("0x70")][Sr("0x2")](t)}_findOptimalIndex(t){const e=this.comments[Sr("0x32")]((e=>new Date(e[Sr("0x5c")])[Sr("0x90")]()>new Date(t[Sr("0x5c")])[Sr("0x90")]()));return e?this[Sr("0x70")][Sr("0x45")](e):this[Sr("0x24")]}}(0,e.mix)(Nr,e.ObservableMixin);class Pr{constructor(t,e){const n=t[Sr("0x4c")][Sr("0x1d")][Sr("0x61")](Sr("0x40")).me,i=t[Sr("0x3d")](e[Sr("0x7")]),o=0===i[Sr("0x70")][Sr("0x24")],r=n===e[Sr("0x57")];this.id=e.id,this[Sr("0x7")]=e[Sr("0x7")],this[Sr("0x57")]=e[Sr("0x57")],this[Sr("0x50")]=e[Sr("0x50")],this[Sr("0x52")]=Boolean(e[Sr("0xa")]&&e.attributes[Sr("0x13")]),this[Sr("0x88")]("content",e[Sr("0x4d")]),this[Sr("0x14")]=e.createdAt||new Date,this[Sr("0x88")](Sr("0x5c"),e[Sr("0x5c")]||new Date),this[Sr("0x88")](Sr("0xa"),e[Sr("0xa")]||{}),this[Sr("0x88")](Sr("0x6e"),r),this[Sr("0x31")](Sr("0x7b")).to(i,Sr("0x7b"),(t=>t&&o||r)),this.bind(Sr("0x64")).to(i,Sr("0x64")),this._repository=t}get weight(){return Math[Sr("0x46")](function(t){const e=document.createElement(Sr("0xf"));return e[Sr("0x92")]=t,e.textContent[Sr("0x24")]}(this[Sr("0x4d")]),200)}[Sr("0x81")](t){const{threadId:n,id:i}=this;if(!this[Sr("0x6c")][Sr("0x3")](n))throw new e.CKEditorError(Sr("0x29"),this);const{channelId:o}=this._repository[Sr("0x3d")](n);this[Sr("0x6c")].fire(Br(Sr("0x74"),o,n),Object[Sr("0x53")]({channelId:o,threadId:n,commentId:i},t))}[Sr("0x5f")](t,e){const n=Ln(this[Sr("0xa")]);oi(n,t,e),this.update({attributes:n})}[Sr("0x6f")](t){const e=Ln(this[Sr("0xa")]);hi(e,t),this.update({attributes:e})}[Sr("0x2")](t={}){if(!t[Sr("0x83")]&&!this.isRemovable)return;const{threadId:n,id:i}=this;if(!this[Sr("0x6c")].hasCommentThread(n))throw new e.CKEditorError(Sr("0xc"),this);const{channelId:o}=this._repository[Sr("0x3d")](n);this[Sr("0x6c")][Sr("0x41")](Br(Sr("0x33"),o,n),Object[Sr("0x53")]({channelId:o,threadId:n,commentId:i},t))}toJSON(){return{commentId:this.id,content:this[Sr("0x4d")],createdAt:this[Sr("0x14")],authorId:this[Sr("0x50")].id,attributes:this[Sr("0xa")]}}[Sr("0x62")](){this.stopListening()}}function Br(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}(0,e.mix)(Pr,e.ObservableMixin);const zr=["end","createRange","tableCell","comment:","backward","getItems","getLastMatchingPosition","textProxy","change","document","_hasContent","_trimToContent","isObject","_itemIsContent","substr","editor","push","element","refresh","addMarker","getRanges","execute","start","isEnabled","model"];var Lr,Fr;Lr=zr,Fr=100,function(t){for(;--t;)Lr.push(Lr.shift())}(++Fr);const Ur=function(t,e){return zr[t-=0]};class Kr extends t.Command{[Ur("0x12")](){const t=this[Ur("0xf")][Ur("0x18")][Ur("0x9")].selection;for(const e of t[Ur("0x14")]())if(this[Ur("0xa")](e))return void(this[Ur("0x17")]=!0);this[Ur("0x17")]=!1}[Ur("0x15")]({threadId:t=(0,e.uid)()}={}){const n=this.editor[Ur("0x18")],i=[];for(const t of n.document.selection[Ur("0x14")]())this._hasContent(t)&&i[Ur("0x10")](this[Ur("0xb")](t));n[Ur("0x8")]((n=>{for(const o of i){const i=(0,e.uid)()[Ur("0xe")](1,5),r=Ur("0x3")+t+":"+i;n[Ur("0x13")](r,{range:o,usingOperation:!1,affectData:!1})}}))}[Ur("0xa")](t){for(const e of t[Ur("0x5")]())if(this._itemIsContent(e))return!0;return!1}[Ur("0xd")](t){return t.is(Ur("0x7"))||this[Ur("0xf")].model.schema[Ur("0xc")](t)&&!t.is(Ur("0x11"),Ur("0x2"))}[Ur("0xb")](t){const e=t=>!this._itemIsContent(t.item),n=t[Ur("0x16")][Ur("0x6")](e),i=t[Ur("0x0")][Ur("0x6")](e,{direction:Ur("0x4")});return this[Ur("0xf")][Ur("0x18")][Ur("0x1")](n,i)}}const Wr=["change:range","requires","_dataCollectors","editing","set","editor","function","hasDomSelection","model","getRanges","update","sort","isReadOnly","fire","change:isFocused","collection","isCollapsed","_editorAnnotationsData","range","plugins","containsRange","directChange","element","map","isEqual","getByInnerView","pluginName","annotation","innerView","selection","add","registerAnnotation","EditorAnnotations","delete","focusTracker","document","cancel","listenTo","uiUpdate","has","from","editorannotations-invalid-source-callback","remove","_editorAnnotations","push","view","refreshSelectedViews"];var Hr,Zr;Hr=Wr,Zr=331,function(t){for(;--t;)Hr.push(Hr.shift())}(++Zr);const qr=function(t,e){return Wr[t-=0]};class $r extends t.Plugin{static get[qr("0x2e")](){return[jr]}static get[qr("0x18")](){return qr("0x1e")}constructor(t){super(t),this._dataCollectors=new Set,this._editorAnnotations=new Set}init(){const t=this.editor,e=t.model[qr("0x21")][qr("0x1b")],n=Qo((()=>this[qr("0x2c")]()),10);e.on(qr("0x2d"),((t,e)=>{e[qr("0x13")]&&(n[qr("0x22")](),this[qr("0x2c")]())})),this[qr("0x23")](t[qr("0x1")].view[qr("0x21")],qr("0xc"),((t,e,i)=>{i&&n()})),this[qr("0x23")](t.ui[qr("0x20")],qr("0xc"),((e,n,i)=>{i||t[qr("0xa")]||this[qr("0xb")]("blur",{isAnnotationTracked:t=>this._editorAnnotationsData[qr("0x25")](t[qr("0x1a")])})})),this[qr("0x23")](this[qr("0x3")].ui,qr("0x8"),(()=>this[qr("0xb")](qr("0x24"))))}[qr("0x1d")](t){if(this[qr("0x29")][qr("0x25")](t))return;this[qr("0x29")][qr("0x1c")](t[qr("0x2b")]),this[qr("0x3")].ui[qr("0x20")][qr("0x1c")](t[qr("0x2b")].element);const e=this[qr("0x3")][qr("0x11")].get(jr);this[qr("0x23")](e[qr("0xd")],"remove",((t,e)=>{this.editor.ui[qr("0x20")][qr("0x28")](e[qr("0x2b")][qr("0x14")]),this[qr("0x29")][qr("0x1f")](e[qr("0x2b")])}))}[qr("0x5")](){return this.editor[qr("0x1")][qr("0x2b")].hasDomSelection}addSourceCollector(t){if(qr("0x4")!=typeof t)throw new e.CKEditorError(qr("0x27"));this[qr("0x0")].add(t)}refreshSelectedViews(){this[qr("0xb")]("refresh")}getOrderedSelectedAnnotations({activeAnnotation:t,annotations:e}){const n=[],i=this.editor[qr("0x6")][qr("0x21")][qr("0x1b")],o=Array[qr("0x26")](i[qr("0x7")]());for(const[t,i]of this[qr("0xf")]){const o=r(i),s=e[qr("0x17")](t);o&&s&&n[qr("0x2a")]({annotation:s,range:o})}function r(t){for(const e of t)for(const t of o)if(e[qr("0x12")](t,!i[qr("0xe")]))return e;return null}return n[qr("0x9")](((e,n)=>{const i=e[qr("0x10")],o=n[qr("0x10")];if(!i[qr("0x16")](o)){if(i[qr("0x12")](o,!0))return 1;if(o[qr("0x12")](i,!0))return-1}return e[qr("0x19")]==t?-1:n.annotation==t?1:0}))[qr("0x15")]((t=>t[qr("0x19")]))}get _editorAnnotationsData(){const t=new Map;for(const e of Array[qr("0x26")](this[qr("0x0")]))for(const[n,i]of e())t[qr("0x2")](n,i);return t}}const Gr=["enableCommand","afterInit","RestrictedEditingModeEditing","has","plugins","editor","get"];var Xr,Jr;Xr=Gr,Jr=209,function(t){for(;--t;)Xr.push(Xr.shift())}(++Jr);const Yr=function(t,e){return Gr[t-=0]};class Qr extends t.Plugin{[Yr("0x2")](){const t=this[Yr("0x6")];t[Yr("0x5")][Yr("0x4")](Yr("0x3"))&&t[Yr("0x5")][Yr("0x0")](Yr("0x3"))[Yr("0x1")]("addCommentThread")}}var ts=n(446),es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(ts.Z,es);ts.Z.locals;const ns=["commands","dataInsert","config","importWord","map","collaboration_features","afterInit","high","plugins","_handleImportedData","listenTo","execute","forEach","get","Users","collaboration.channelId","addCommentThread","editor"];var is,os;is=ns,os=399,function(t){for(;--t;)is.push(is.shift())}(++os);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{[rs("0x3")](){const t=this[rs("0xe")],n=t[rs("0xf")].get(rs("0x0")),i=t[rs("0x5")].get(rs("0xb"));n&&(n.on(rs("0x8"),((t,[,e])=>{e[rs("0x2")]={comments:!0,user_id:i.me.id}}),{priority:e.priorities[rs("0x4")]+10}),this[rs("0x7")](n,rs("0x10"),this[rs("0x6")]))}[rs("0x6")](t,e){const{comment_threads:n}=e;n&&n[rs("0x9")]((({thread_id:t,comments:e})=>{const n=e[rs("0x1")]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[rs("0xe")][rs("0x5")][rs("0xa")](rs("0xb")).me.id,createdAt:new Date,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:rs("0x0")}}}))),i=this[rs("0xe")][rs("0x11")].get(rs("0xc"));this.editor.plugins[rs("0xa")](Dr)[rs("0xd")]({channelId:i,threadId:t,comments:n})}))}}const as=["getByInnerView","isObject","model","config","state","change","change:isReadOnly","createRange","editor","Annotations","createElement","getCommentThread","once","hasContent","push","text","collaboration.channelId","editing","_initializeMarkerConverters","dataToMarker","comment","for","_handleMarkerAddAndRemove","upcast","end","stop","get","listenTo","$marker","delete","differ","rootName","getAttribute","top","size","removeCommentThread","data","createPositionBefore","map","switchReadOnly","low","view","editingDowncast","plugins","change:isThreadsLoadingPaused","sort","destroyed","getChangedMarkers","ck-comment-marker","includes","$graveyard","root","hasMarkerForId","has","left","pluginName","reconvertMarker","_attachMarkerToThread","attachTo","hasCommentThread","init","markerToData","isThreadsLoadingPaused","getAllMarkersForId","schema","set","conversion","updateMarker","_detachCommentThread","length","split","markers","CommentsRepository","document","ready","update:comment","start","addComment","addCommentThread","_attachedThreads","name","isCollapsed","ck-comment-marker--active","registerAnnotation","registerPostFixer","affectsData","getWalker","CommentsEditing","add","destroy","openNewCommentThread","activeMarker","getCommentThreads","change:activeMarker","newRange","commands"];var cs,xs;cs=as,xs=206,function(t){for(;--t;)cs.push(cs.shift())}(++xs);const hs=function(t,e){return as[t-=0]};class ds extends t.Plugin{static get requires(){return[Dr,$r,Qr,ss]}static get[hs("0x29")](){return hs("0x49")}constructor(t){super(t),this[hs("0x33")]("isThreadsLoadingPaused",!0),t[hs("0x16")][hs("0x5e")](hs("0x3c"),(()=>this.isThreadsLoadingPaused=!1)),this[hs("0x33")](hs("0x4d"),null),this.on(hs("0x4f"),((e,n,i,o)=>{t[hs("0x54")][hs("0x57")]((()=>{if(i){const{id:e}=us(i),n=this[hs("0x31")](e);for(const e of n)t[hs("0x3")][hs("0x2a")](e)}if(o){const{id:e}=us(o),n=this[hs("0x31")](e);for(const e of n)t[hs("0x3")].reconvertMarker(e)}}))})),this._attachedThreads=new Map}[hs("0x2e")](){const t=this[hs("0x5a")],e=t[hs("0x1d")][hs("0xc")]("CommentsRepository"),n=t[hs("0x55")][hs("0xc")](hs("0x2"));t[hs("0x51")][hs("0x4a")](hs("0x40"),new Kr(t)),this[hs("0xd")](t,hs("0x58"),((n,i,o)=>{e[hs("0x19")](o,t[hs("0x55")][hs("0xc")](hs("0x2")))})),this[hs("0xd")](e,ls(hs("0x15"),n),((n,{threadId:i})=>{t[hs("0x54")][hs("0x57")]((t=>{for(const e of this[hs("0x31")](i))t.removeMarker(e)}));const o=e.getCommentThread(i);e[hs("0x2d")](i)&&!o[hs("0x37")]||n[hs("0xb")]()}),{priority:"high"}),this[hs("0xd")](e,ls(hs("0x3f"),n),((n,{threadId:i,isFromAdapter:o})=>{const r=this.getAllMarkersForId(i);!o&&0!=r.length&&e[hs("0x2d")](i)&&1===e.getCommentThread(i)[hs("0x37")]&&t[hs("0x54")][hs("0x57")]((t=>{for(const e of r)t[hs("0x35")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:"low"}),this[hs("0x4")](),this[hs("0x8")]()}destroy(){const t=this[hs("0x5a")][hs("0x1d")][hs("0xc")](hs("0x3a")),e=this[hs("0x5a")].config[hs("0xc")](hs("0x2"));for(const n of t[hs("0x4e")]({channelId:e}))t[hs("0x36")](n.id),t._threads.delete(n.id);super[hs("0x4b")]()}hasMarkerForId(t){return this[hs("0x31")](t)[hs("0x37")]>0}[hs("0x31")](t){return(this[hs("0x41")][hs("0xc")](t)||[])[hs("0x18")]((t=>this.editor[hs("0x54")][hs("0x39")][hs("0xc")](t))).filter((t=>t))}[hs("0x4")](){const t=this[hs("0x5a")];t.conversion[hs("0x7")](hs("0x1c")).markerToHighlight({model:hs("0x6"),view:t=>{const{id:e}=us(t.markerName),n=[hs("0x22")];return this[hs("0x4d")]&&us(this[hs("0x4d")]).id===e&&n[hs("0x0")](hs("0x44")),{classes:n,attributes:{"data-comment":e}}}}),t.conversion[hs("0x7")]("dataDowncast")[hs("0x2f")]({model:"comment",view:e=>{const n=t[hs("0x54")][hs("0x39")].get(e),{id:i,part:o}=us(e);return n&&!n[hs("0x47")]?null:{group:hs("0x6"),name:o?i+":"+o:i}}}),t[hs("0x34")][hs("0x7")](hs("0x9")).elementToElement({view:{name:hs("0x6"),attribute:{id:/^\w/}},model:(t,{writer:e})=>e[hs("0x5c")](hs("0xe"),{"data-name":"comment:"+t[hs("0x12")]("id")})}),t[hs("0x34")][hs("0x7")](hs("0x9"))[hs("0x5")]({view:"comment"})}[hs("0x8")](){const t=this[hs("0x5a")],e=t.plugins[hs("0xc")](hs("0x3a")),n=new Set;t[hs("0x54")][hs("0x3b")][hs("0x46")]((e=>{let i=!1;for(const{name:o,data:r}of t[hs("0x54")].document[hs("0x10")][hs("0x21")]()){const{group:s,id:a}=us(o);let c=r[hs("0x50")];if(hs("0x6")!==s||!c)continue;const x=hs("0x24")===c[hs("0x25")][hs("0x11")];x||(c=ms(c,t[hs("0x54")]),!c||c.isEqual(r.newRange))?!c||!t.model[hs("0x5f")](c)||this[hs("0x41")].has(a)&&x?(e.removeMarker(o),i=!0):x||(this[hs("0x30")]?n[hs("0x4a")](o):this[hs("0x2b")](o,a)):(e[hs("0x35")](o,{range:c}),i=!0)}return i})),this.on(hs("0x1e"),((e,i,o)=>{if(!o&&n[hs("0x14")])for(const e of n){const{id:i}=us(e);n[hs("0xf")](i),t.model.markers[hs("0xc")](e)&&this._attachMarkerToThread(e,i)}})),this.listenTo(t[hs("0x54")][hs("0x39")],hs("0x3d"),((i,o,r,s)=>{if(s)return;const{id:a}=us(o[hs("0x42")]),c=t[hs("0x1d")][hs("0xc")](hs("0x3a"))[hs("0x5d")](a);n[hs("0xf")](a),c&&!this[hs("0x26")](a)&&(this[hs("0x41")][hs("0xf")](a),e[hs("0x36")](a))}))}_attachMarkerToThread(t,n){if(this._attachedThreads[hs("0x27")](n)){const e=this._attachedThreads[hs("0xc")](n);return void(e[hs("0x23")](t)||e.push(t))}this[hs("0x41")].set(n,[t]);const i=this[hs("0x5a")],r=i[hs("0x1d")][hs("0xc")](hs("0x3a")),s=i[hs("0x55")][hs("0xc")](hs("0x2")),a=i.plugins[hs("0xc")]("EditorAnnotations"),c=()=>{const t=this.getAllMarkersForId(n);if(0===t[hs("0x37")])return null;if(1===t[hs("0x37")])return(0,o.getMarkerDomElement)(i[hs("0x3")],t[0]);const r=t.map((t=>(0,o.getMarkerDomElement)(i[hs("0x3")],t)));return r[hs("0x1f")](((t,n)=>{const i=new e.Rect(t),o=new e.Rect(n),r=i[hs("0x13")]-o[hs("0x13")];return 0==r?i.left-o[hs("0x28")]:r})),r[0]};this[hs("0x31")](n)[0].managedUsingOperations?r.fetchCommentThread({channelId:s,threadId:n}).then((t=>{if(hs("0x20")!==i[hs("0x56")])if(t){const e=t[hs("0x2c")](c);a[hs("0x45")](e)}else{const t=this.getAllMarkersForId(n);i[hs("0x54")][hs("0x57")]((e=>{for(const n of t)e.removeMarker(n)}))}})):i.editing[hs("0x1b")][hs("0x5e")]("render",(()=>{const t=i.plugins[hs("0xc")](hs("0x5b")),e=r[hs("0x4c")]({channelId:s,threadId:n,target:c}),o=r._threadToController[hs("0xc")](e).view,x=t[hs("0x52")](o);a[hs("0x45")](x)}),{priority:hs("0x1a")})}}function ls(t,e){return e?t+":"+e:t}function us(t){const e=t[hs("0x38")](":");return{group:e[0],id:e[1],part:e[2]}}function ms(t,e){const n=e[hs("0x32")],i=e[hs("0x59")](t[hs("0x3e")]);for(const o of t[hs("0x48")]()){const{type:t,item:r,nextPosition:s}=o;if(hs("0x1")===t||n[hs("0x53")](r)){const t=e[hs("0x17")](r);i[hs("0x43")]&&(i[hs("0x3e")]=t),i[hs("0xa")]=s}}return i[hs("0x43")]?null:i}const fs='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.916 11.916 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Zm1.55 5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"/></svg>\n',ps=["init","isEnabled","componentFactory","push","editor","addCommentThread","listenTo","view","innerView","locale","add","_createUIButton","plugins","getCommentThread","focus","focusTracker","tooltip","requires","change:activeAnnotations","CommentThreadInputView","Comment","get","comment:","CommentsUI","CommentsListView","find","hasCommentThread","label","hasMarkerForId","commands","isFocused","stop","getRange","highest","low","map","bind","icon","activeMarker","getAllMarkersForId","length","pluginName","_viewToController","editing"];var gs,bs;gs=ps,bs=247,function(t){for(;--t;)gs.push(gs.shift())}(++bs);const vs=function(t,e){return ps[t-=0]};class _s extends t.Plugin{static get[vs("0xe")](){return vs("0x28")}static get[vs("0x22")](){return[Dr,ds,$r,jr]}get[vs("0x29")](){return ro}get[vs("0x24")](){return Gi}[vs("0x11")](){const t=this[vs("0x15")],e=t[vs("0x1d")][vs("0x26")](Dr),n=t[vs("0x1d")].get(ds),i=t[vs("0x1d")].get(jr),o=t[vs("0x1d")][vs("0x26")]($r);t.ui[vs("0x13")][vs("0x1b")]("comment",(()=>this._createUIButton())),o.addSourceCollector((()=>{const t=[];for(const[i,o]of e._threadToController){const e=n[vs("0xc")](i.id),r=e[vs("0x8")]((t=>t[vs("0x5")]()));e[vs("0xd")]>0&&t[vs("0x14")]([o.view,r])}return t})),this[vs("0x17")](i,vs("0x23"),((t,i,o)=>{const r=Array.from(o).map((t=>t[vs("0x19")]))[vs("0x2a")]((t=>e[vs("0xf")].has(t)));if(!r)return void(n[vs("0xb")]=null);const s=e[vs("0xf")][vs("0x26")](r).model.id,a=vs("0x27")+s;n[vs("0x1")](s)?n[vs("0xb")]=a:n[vs("0xb")]&&(n[vs("0xb")]=null)})),this[vs("0x17")](e,"removeCommentThread",((e,{threadId:i,isFromAdapter:o})=>{!o&&t.ui[vs("0x20")][vs("0x3")]&&n[vs("0x1")](i)&&t[vs("0x10")][vs("0x18")].focus()}),{priority:vs("0x6")}),this.listenTo(e,"addComment",((i,{threadId:o,isFromAdapter:r})=>{!r&&n[vs("0x1")](o)&&e[vs("0x2b")](o)&&1===e[vs("0x1e")](o)[vs("0xd")]&&(t.editing[vs("0x18")][vs("0x1f")](),i[vs("0x4")]())}),{priority:vs("0x7")})}[vs("0x1c")](){const t=this[vs("0x15")],e=new pi.ButtonView(t[vs("0x1a")]),n=t[vs("0x2")][vs("0x26")](vs("0x16"));return e[vs("0x0")]=gi(t[vs("0x1a")],vs("0x25")),e[vs("0x21")]=gi(t[vs("0x1a")],vs("0x25")),e[vs("0xa")]=fs,e[vs("0x9")](vs("0x12")).to(n),this[vs("0x17")](e,"execute",(()=>n.execute())),e}}const ws=["highest","cut","editing","plugins","pluginName","set","get","view","commands","clipboardInput","stopListening","CommentsOnly","editor","requires","isEnabled","commentsOnly","DragDrop","document","change:isEnabled","listenTo","afterInit","forceDisabled","config","affectsData","stop","addCommentThread","has","_enableCommentsOnlyMode","commentsOnlyMode"];var ks,ys;ks=ws,ys=199,function(t){for(;--t;)ks.push(ks.shift())}(++ys);const As=function(t,e){return ws[t-=0]};class Cs extends t.Plugin{static get[As("0x8")](){return As("0xf")}static get[As("0x11")](){return[ds]}constructor(t){super(t),this[As("0x9")]("isEnabled",null),this.on(As("0x16"),((t,e,n)=>{n?this[As("0x2")]():this._disableCommentsOnlyMode()}))}[As("0x18")](){null===this[As("0x12")]&&(this[As("0x12")]=!!this[As("0x10")][As("0x1a")][As("0xa")](As("0x13")))}[As("0x2")](){for(const[t,e]of this[As("0x10")][As("0xc")])e[As("0x1b")]&&As("0x0")!==t&&e[As("0x19")](As("0x3"));this.editor.plugins[As("0x1")](As("0x14"))&&this[As("0x10")][As("0x7")][As("0xa")]("DragDrop")[As("0x19")](As("0x3"));const t=this.editor[As("0x6")].view[As("0x15")];this[As("0x17")](t,As("0x5"),(t=>t.stop()),{priority:As("0x4")}),this[As("0x17")](t,As("0xd"),(t=>t[As("0x1c")]()),{priority:As("0x4")}),this[As("0x17")](t,"delete",(t=>t.stop()),{priority:As("0x4")})}_disableCommentsOnlyMode(){for(const[t,e]of this[As("0x10")][As("0xc")])e[As("0x1b")]&&As("0x0")!==t&&e.clearForceDisabled(As("0x3"));this[As("0xe")](this[As("0x10")][As("0x6")][As("0xb")][As("0x15")])}}const Ts=["deactivate","hasActive","get","activeUIs","add","register","requires","push","remove","activeAnnotations","from","annotationsuis-annotation-mismatch","_deactivateAllAnnotations","type","attach","delete","_visibleAnnotations","stopListening","collection","setActiveAnnotation","change:activeAnnotation","plugins","_setSelectedAnnotations","_uisData","has","_uis","refilterAnnotations","context","init","activate","filter","function","annotationsuis-register-already-registered","detach","listenTo","set","destroy","size","_removeActiveAnnotation","deactivateAll","AnnotationsUIs","pluginName","annotationsuis-register-invalid-interface","isActive","_assertAnnotationDoesNotBelongToMultipleUIs","annotationsuis-activate-missing-ui"];var Es,Is;Es=Ts,Is=409,function(t){for(;--t;)Es.push(Es.shift())}(++Is);const js=function(t,e){return Ts[t-=0]};class Os extends t.ContextPlugin{static get[js("0xb")](){return[jr]}static get[js("0x0")](){return js("0x2d")}constructor(t){super(t),this.activeUIs=new Set,this[js("0x1e")]=new Map,this[js("0x1c")]=new Map}[js("0x21")](){const t=this.context[js("0x1a")].get(jr);this[js("0x27")](t,"_activateAnnotation",((t,e)=>{for(const t of this[js("0x8")]){const n=this[js("0x1e")][js("0x7")](t);(0,this[js("0x1c")].get(t)[js("0x23")])(e)&&n[js("0x18")](e)}})),this[js("0x27")](t,js("0x11"),(()=>{for(const t of this[js("0x8")])this._uis[js("0x7")](t).setActiveAnnotation(null)})),this.listenTo(t[js("0x15")],js("0x9"),((t,e)=>{this._assertAnnotationDoesNotBelongToMultipleUIs(e)}))}[js("0x6")](){return this[js("0x8")][js("0x2a")]>0}[js("0x2")](t){return this[js("0x8")][js("0x1d")](t)}[js("0x22")](t,n=(()=>!0)){const i=this[js("0x20")].plugins[js("0x7")](jr);if(!this._uis[js("0x1d")](t))throw new e.CKEditorError(js("0x4"),this,{uiName:t});this[js("0x2")](t)&&this[js("0x5")](t),this.activeUIs[js("0x9")](t);const o=new yr;(function({source:t,target:e,filter:n}){for(const i of t)n(i)&&e.add(i);e[kr("0x9")](t,"add",((t,i)=>{n(i)&&e[kr("0xa")](i)})),e[kr("0x9")](t,kr("0x18"),((t,n)=>{e[kr("0x3")](n)&&e[kr("0x18")](n)}))})({source:i[js("0x15")],target:o,filter:n}),this._uisData[js("0x28")](t,{collection:o,filter:n});const r=this._uis[js("0x7")](t);r[js("0x13")](o),this[js("0x27")](r,js("0x19"),((t,e,n,o)=>{o&&i[js("0x2b")](o),n&&i._addActiveAnnotation(n)}))}[js("0x5")](t){this[js("0x8")][js("0x14")](t);const e=this[js("0x1e")].get(t);e[js("0x26")](),this[js("0x16")](e),this[js("0x1c")][js("0x7")](t)[js("0x17")][js("0x29")](),this[js("0x1c")][js("0x14")](t)}switchTo(t){const e=this[js("0x20")][js("0x1a")].get(jr),n=Array[js("0xf")](e[js("0xe")])[0]||null;this.deactivateAll(),this[js("0x22")](t);const i=this._uis[js("0x7")](t);i[js("0x18")](n),i[js("0x1b")]&&n&&i[js("0x1b")]([n])}[js("0x2c")](){for(const t of this.activeUIs)this[js("0x5")](t)}[js("0xa")](t,n){if(this._uis.has(t))throw new e.CKEditorError(js("0x25"));if(js("0x24")!=typeof n[js("0x13")]||js("0x24")!=typeof n.detach||"function"!=typeof n[js("0x18")])throw new e.CKEditorError(js("0x1"),null);this[js("0x1e")][js("0x28")](t,n)}[js("0x1f")](){const t=this[js("0x20")].plugins[js("0x7")](jr).collection,e=new Map,n=Array.from(this[js("0x8")]);for(const t of this[js("0x8")]){const n=this._uisData[js("0x7")](t)[js("0x17")];for(const i of n)e[js("0x28")](i,t)}for(const i of t){const t=e[js("0x7")](i);this[js("0x3")](i);const o=n.find((t=>this[js("0x1c")][js("0x7")](t)[js("0x23")](i)));t!==o&&(t&&this._uisData[js("0x7")](t)[js("0x17")][js("0xd")](i),o&&this._uisData[js("0x7")](o)[js("0x17")].add(i))}}[js("0x29")](){this.deactivateAll(),super.destroy()}[js("0x3")](t){const n=[];for(const e of this[js("0x8")])(0,this[js("0x1c")][js("0x7")](e).filter)(t)&&n[js("0xc")](e);if(n.length>1)throw new e.CKEditorError(js("0x10"),null,{matchedUIs:n,annotationType:t[js("0x12")]})}}var Vs=n(100),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(Vs.Z,Ms);Vs.Z.locals;const Ss=["ck-reset","minHeight","class","createCollection","list","bindTemplate","div","ck-sidebar","set"];var Rs,Ds;Rs=Ss,Ds=113,function(t){for(;--t;)Rs.push(Rs.shift())}(++Ds);const Ns=function(t,e){return Ss[t-=0]},Ps=(0,e.toUnit)("px");class Bs extends pi.View{constructor(t){super(t);const e=this[Ns("0x0")];this[Ns("0x3")](Ns("0x5"),0),this.set("class",""),this[Ns("0x8")]=this[Ns("0x7")](),this.setTemplate({tag:Ns("0x1"),attributes:{class:["ck",Ns("0x2"),Ns("0x4"),e.to(Ns("0x6"))],style:{minHeight:e.to("minHeight",(t=>t?Ps(t+10):null))}},children:this.list})}}const zs=["bindTemplate","height","top","render","bind","detach","element","div","destroy","ck-sidebar-item","clientHeight","set","content","bottom","_mutationObserver","ck-sidebar-item--no-animation","updateHeight"];var Ls,Fs;Ls=zs,Fs=198,function(t){for(;--t;)Ls.push(Ls.shift())}(++Fs);const Us=function(t,e){return zs[t-=0]},Ks=(0,e.toUnit)("px");class Ws extends pi.View{constructor(t){super(t),this[Us("0x0")](Us("0x8")),this[Us("0x0")](Us("0x7"),0),this[Us("0xa")](Us("0x2")).to(this,Us("0x8"),this,Us("0x7"),((t,e)=>(t||0)+e)),this[Us("0x0")]("isAnimationDisabled",!1),this[Us("0x3")]=rr((()=>this[Us("0x5")]())),this._targetTop=null,this[Us("0x1")]=this.createCollection();const e=this[Us("0x6")];this.setTemplate({tag:Us("0xd"),attributes:{class:[Us("0xf"),e.to("isAnimationDisabled",(t=>t?Us("0x4"):""))],style:{top:e.to(Us("0x8"),Ks)}},children:this.content})}[Us("0x9")](){super.render(),this[Us("0x3")].attach(this[Us("0xc")])}[Us("0x5")](){const t=this.element[Us("0x10")];t&&(this.height=t)}[Us("0xe")](){this[Us("0x1")].clear(),this[Us("0x3")][Us("0xb")](),super[Us("0xe")]()}}const Hs=["sidebar-setcontainer-invalid-element","unbind","_createSidebarView","sidebar.preventScrollOutOfView","_recalculateBuffer","container","_targetTop","_alignToTargetRect","element","last","_getItemAfter","_annotationToSidebarItemView","length","updateHeight","targetRect","bottom","listenTo","stopListening","set","change:top","_recalculate","pluginName","bind","_alignAfterItem","_lastItem","_destroySidebarItemView","list","getIndex","init","remove","sidebar.container","config","getSidebarItemView","content","add","addAnnotation","_getItemBefore","context","change:bottom","define","locale","_alignBeforeItem","_alignForBottomChange","refresh","object","destroy","_sidebarItemViewToAnnotation","setContainer","max","_annotations","change:_lastItem","get","minHeight","_updateLastItem","class","_spaceBetweenItems","_activeAnnotation","target","_setItemTop","rearrange","_getMaxAvailableTop","sidebar-attachtocontainer-missing-container","view","isAnimationDisabled","_getTargetTop","appendChild","top","clear"];var Zs,qs;Zs=Hs,qs=396,function(t){for(;--t;)Zs.push(Zs.shift())}(++qs);const $s=function(t,e){return Hs[t-=0]};class Gs extends t.ContextPlugin{static get[$s("0x21")](){return"Sidebar"}constructor(t){super(t),this[$s("0x1e")]("_lastItem"),this[$s("0x6")]=this[$s("0xe")](),this[$s("0x1e")]($s("0x11"),null),this[$s("0x43")]=25,this[$s("0x3a")]=new Map,this._annotationToSidebarItemView=new Map,this[$s("0x31")][$s("0x2b")][$s("0x33")]($s("0xf"),!1),this[$s("0x3d")]=null,this[$s("0x0")]=null,this[$s("0x10")]=[]}[$s("0x28")](){const t=this[$s("0x31")].config[$s("0x3f")]($s("0x2a"));t&&this[$s("0x3b")](t)}setContainer(t){if(!Js(t))throw new e.CKEditorError($s("0xc"));this[$s("0x11")]=t}_attachToContainer({viewClass:t="",spaceBetweenItems:n=25}={}){if(!Js(this[$s("0x11")]))throw new e.CKEditorError($s("0x5"),this);this.container[$s("0x9")](this[$s("0x6")][$s("0x14")]),this.view[$s("0x42")]=t,this._spaceBetweenItems=n}[$s("0x3")]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const i=this.getSidebarItemView(t);this[$s("0x6")][$s("0x26")][$s("0x29")](i),this[$s("0x25")](t),e&&this[$s("0x13")](this[$s("0x2c")](e)),n&&this[$s("0x13")](this.getSidebarItemView(n)),this[$s("0x41")]()}[$s("0x37")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this[$s("0x0")]=e,t){t.isActive=!1;const e=this.getSidebarItemView(t);e&&n&&(e[$s("0x7")]=!1)}if(e){const t=this[$s("0x2c")](e);t&&(e.isActive=!0,n&&(t.isAnimationDisabled=!0,t[$s("0xa")]+=1),this[$s("0x13")](t))}}_detachFromContainer(t){this[$s("0x1d")](),this[$s("0x6")][$s("0x14")][$s("0x29")]();for(const e of t)this._destroySidebarItemView(e);this.view.list[$s("0xb")](),this.view.class="",this._lastItem=null}[$s("0x2f")](t,e){e||(e=t[$s("0x6")]);const n=new Ws(this[$s("0x31")][$s("0x34")]);this[$s("0x3a")].set(n,t),this[$s("0x17")][$s("0x1e")](t,n),n.content.add(e),this[$s("0x1c")](t[$s("0x6")],"change:targetRect",((e,i,o)=>{const r=this._getTargetTop(t,o);n[$s("0x12")]!=r&&(n[$s("0x12")]=r,this[$s("0x2")](n,r))})),this[$s("0x1c")](n,$s("0x1f"),(()=>{this[$s("0x20")](n,"top")})),this[$s("0x1c")](n,$s("0x32"),(()=>{this[$s("0x20")](n,$s("0x1b"))})),this[$s("0x13")](n);const i=this._getItemBefore(n);return i&&this[$s("0x23")](i,n)||this[$s("0x13")](n),this._updateLastItem(),this[$s("0x6")][$s("0x26")][$s("0x2e")](n),n}_alignForTopChange(t){if(!t[$s("0x2d")][$s("0x18")])return;const e=this._getItemBefore(t);if(!e)return;const n=this._sidebarItemViewToAnnotation.get(e),i=this._activeAnnotation;i&&i===n?this[$s("0x23")](e,t):this._alignBeforeItem(t,e)}_alignForBottomChange(t){if(!t[$s("0x2d")][$s("0x18")])return;const e=this[$s("0x16")](t);if(!e)return;const n=this[$s("0x3a")].get(e),i=this[$s("0x31")].config.get($s("0xf")),o=this[$s("0x0")];o&&o===n&&i?(this[$s("0x35")](e,t),this[$s("0x23")](t,e)):o&&o===n?this[$s("0x35")](e,t):this[$s("0x23")](t,e)}[$s("0x20")](t,e){0===this[$s("0x10")][$s("0x18")]&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this[$s("0x10")])$s("0xa")===e?this._alignForTopChange(t):this[$s("0x36")](t);this[$s("0x10")]=[]}),10),this._recalculateBuffer.push({sidebarItemView:t,changedProp:e})}[$s("0x2c")](t){return this[$s("0x17")][$s("0x3f")](t)}[$s("0x39")](){this.view[$s("0x39")]()}[$s("0x25")](t){const e=this[$s("0x2c")](t);this[$s("0x1d")](e),this[$s("0x1d")](t[$s("0x6")]),e[$s("0x39")](),this._annotationToSidebarItemView.delete(t),this[$s("0x3a")].delete(e)}[$s("0xe")](){const t=new Bs(this.context[$s("0x34")]);return t.render(),this.on($s("0x3e"),((e,n,i,o)=>{o&&t[$s("0xd")]("minHeight"),i?t[$s("0x22")]($s("0x40")).to(i,"bottom"):t.minHeight=null})),t}[$s("0x41")](){this[$s("0x24")]=this[$s("0x2c")](this[$s("0x3d")][$s("0x15")])}[$s("0x30")](t){const e=this[$s("0x3a")][$s("0x3f")](t),n=this[$s("0x3d")][$s("0x3f")](this._annotations[$s("0x27")](e)-1);return n&&this[$s("0x2c")](n)}_getItemAfter(t){const e=this[$s("0x3a")][$s("0x3f")](t),n=this[$s("0x3d")][$s("0x3f")](this._annotations[$s("0x27")](e)+1);return n&&this.getSidebarItemView(n)}[$s("0x35")](t,e){t[$s("0x19")]();const n=Xs(e[$s("0x1b")]+this[$s("0x43")],t[$s("0xa")]);return!!n&&(this[$s("0x2")](e,e[$s("0xa")]-n),!0)}[$s("0x23")](t,e){t[$s("0x19")]();const n=Xs(t[$s("0x1b")]+this._spaceBetweenItems,e.top);return!!n&&(this._setItemTop(e,e[$s("0xa")]+n,!1),!0)}[$s("0x13")](t){const e=this._sidebarItemViewToAnnotation[$s("0x3f")](t);if(!e||!e[$s("0x1")])return;const n=this[$s("0x8")](e,e[$s("0x1a")]);this[$s("0x2")](t,n)}[$s("0x8")](t,n){if(null===n)return 0;if(t[$s("0x1")]instanceof e.Rect)return n.top;{const t=new e.Rect(this.view[$s("0x14")]).top;return n[$s("0xa")]-t}}[$s("0x2")](t,e,n=this[$s("0x31")][$s("0x2b")][$s("0x3f")]("sidebar.preventScrollOutOfView")){n&&(e=Math[$s("0x3c")](e,this[$s("0x4")](t))),t[$s("0xa")]=e}[$s("0x4")](t){let e=this[$s("0x30")](t),n=0;for(;e;)e.updateHeight(),n+=this[$s("0x43")]+e.height,e=this[$s("0x30")](e);return n}}function Xs(t,e){return Math[$s("0x3c")](t-e,0)}function Js(t){return null!==t&&$s("0x38")==typeof t&&1===t.nodeType}const Ys=["off","removeEventListener","has","addEventListener","switchTo","context","Sidebar","WideSidebar","_attachToContainer","rearrange","detach","refreshPositioning","editors","register","blur","plugins","activeAnnotation","init","add","destroy","hasDomSelection","addAnnotation","isAttached","pluginName","high","_annotations","set","uiUpdate","_destroyEditorAnnotationsIntegration","remove","_refreshPositioningDebounced","EditorAnnotations","stopListening","_editorAnnotations","get","annotations","focus","listenTo","wideSidebar","attach","_integrateWithEditorAnnotations","ready","resize","change:container","updateTargetRect","widesidebar-attach-already-attached","stop","refresh","setActiveAnnotation"];var Qs,ta;Qs=Ys,ta=240,function(t){for(;--t;)Qs.push(Qs.shift())}(++ta);const ea=function(t,e){return Ys[t-=0]};class na extends t.ContextPlugin{static get requires(){return[Gs,Os]}static get[ea("0x1c")](){return ea("0xc")}constructor(t){super(t),this[ea("0x1b")]=!1,this[ea("0x1f")](ea("0x15"),null),this[ea("0x28")]=null,this[ea("0x26")]=new e.Collection,this._refreshPositioningDebounced=Qo((()=>{this[ea("0x28")][ea("0x10")]()}),250,{leading:!1})}[ea("0x16")](){const t=this[ea("0xa")][ea("0x14")][ea("0x27")](Os),e=this[ea("0xa")].plugins[ea("0x27")](Gs);t[ea("0x12")](ea("0x2b"),this),e.container&&t[ea("0x9")]("wideSidebar")}setActiveAnnotation(t){if(t===this.activeAnnotation)return;const e=this[ea("0xa")][ea("0x14")][ea("0x27")](Gs);e._activeAnnotation=t;const n=this[ea("0x15")];this[ea("0x15")]=t,e[ea("0x3")]({blurredAnnotation:n,activatedAnnotation:this[ea("0x15")]})}[ea("0x2c")](t){this[ea("0x28")]=t;const n=this.context[ea("0x14")][ea("0x27")](ea("0xb"));if(n[ea("0x1e")]=t,this[ea("0x1b")])throw new e.CKEditorError(ea("0x1"),this);this[ea("0x1b")]=!0,this[ea("0x2a")](n,"set:container",(()=>{this.detach(),this.listenTo(n,ea("0x30"),(e=>{e[ea("0x5")](),this[ea("0x2c")](t)}))})),n[ea("0xd")]({viewClass:"ck-sidebar--wide"});const i=t=>{t[ea("0x0")](),n[ea("0x1a")](t)};for(const e of t)i(e);this[ea("0x2a")](t,ea("0x17"),((t,e)=>{i(e)})),this[ea("0x2a")](t,ea("0x22"),((e,i,o)=>{n[ea("0xe")]({removedAnnotation:i,previousAnnotation:t.get(o-1),nextAnnotation:t.get(o+1)}),i===this[ea("0x15")]&&this.setActiveAnnotation(null)}),{priority:ea("0x1d")}),this[ea("0x2a")](t,ea("0x29"),((t,e)=>{this[ea("0x4")](e)})),this[ea("0x2a")](t,ea("0x13"),(()=>{this[ea("0x4")](null)}));const o=this.context[ea("0x11")]?this[ea("0xa")].editors:new e.Collection([this[ea("0xa")]]);for(const t of o)this._integrateWithEditorAnnotations(t);this.listenTo(o,ea("0x17"),((t,e)=>{this[ea("0x2a")](e,ea("0x2e"),(()=>{this[ea("0x2d")](e)}))})),this.listenTo(o,ea("0x22"),((t,e)=>{e[ea("0x14")][ea("0x7")](ea("0x24"))&&this[ea("0x21")](e[ea("0x14")][ea("0x27")](ea("0x24")))})),window[ea("0x8")]("resize",this[ea("0x23")]),this[ea("0x28")][ea("0x10")]()}[ea("0xf")](){if(!this[ea("0x1b")])throw new e.CKEditorError("widesidebar-detach-not-attached",this);this[ea("0x4")](null);const t=this[ea("0xa")][ea("0x14")][ea("0x27")](Gs);t._detachFromContainer(this[ea("0x28")]),this[ea("0x25")](t),this[ea("0x25")](this.annotations),this[ea("0x25")](this[ea("0xa")][ea("0x11")]);for(const t of Array.from(this[ea("0x26")]))this[ea("0x21")](t);window[ea("0x6")](ea("0x2f"),this[ea("0x23")]),this[ea("0x23")].cancel(),this.activeAnnotation=null,this[ea("0x1b")]=!1,this.annotations=null}[ea("0x18")](){this[ea("0x1b")]&&this[ea("0xf")]()}[ea("0x2d")](t){const e=t[ea("0x14")].get(ea("0x24"));if(!e)return;const n=()=>{const t=e.getOrderedSelectedAnnotations({annotations:this[ea("0x28")],activeAnnotation:this[ea("0x15")]});this[ea("0x4")](t[0]||null)};this[ea("0x2a")](e,ea("0x3"),n),this[ea("0x2a")](e,"blur",((t,{isAnnotationTracked:e})=>{this[ea("0x15")]&&e(this[ea("0x15")])&&this.setActiveAnnotation(null)})),this[ea("0x2a")](e,ea("0x20"),(()=>{this[ea("0x23")]()})),this.listenTo(this[ea("0x28")],ea("0x13"),(t=>{e[ea("0x19")]()&&(n(),t[ea("0x2")]())}),{priority:ea("0x1d")}),this[ea("0x26")].add(e)}_destroyEditorAnnotationsIntegration(t){t&&(this.stopListening(t),this[ea("0x26")].remove(t))}}const ia=["ck-annotation-counter__badge--edit-mode","ck-annotation-counter","...","annotationType","add","setTemplate","counterView","icon","bind","isDirty","extendTemplate","children","ck-annotation-counter__badge--","set","span","_badge","bindTemplate","number"];var oa,ra;oa=ia,ra=349,function(t){for(;--t;)oa.push(oa.shift())}(++ra);const sa=function(t,e){return ia[t-=0]};class aa extends pi.ButtonView{constructor(t){super(t);const e=this[sa("0x9")];this.set("isDirty",!1),this[sa("0x6")]("number",0),this[sa("0x1")]("_badge").to(this,sa("0x2"),this,sa("0xa"),((t,e)=>t?sa("0xd"):e)),this[sa("0x6")]("annotationType",""),this[sa("0x0")]=fs,this[sa("0x3")]({attributes:{class:[sa("0xc")]}}),this[sa("0x11")]=new pi.View,this[sa("0x11")][sa("0x10")]({tag:sa("0x7"),attributes:{class:["ck-annotation-counter__badge",e.to(sa("0xe"),(t=>sa("0x5")+t)),e.if("isDirty",sa("0xb"))]},children:[{text:e.to(sa("0x8"))}]}),this[sa("0x4")][sa("0xf")](this[sa("0x11")])}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(ca.Z,xa);ca.Z.locals;const ha=["Sidebar","_selectedAnnotations","contains","low","detach","requires","_showBalloon","resize","activeAnnotation","blur","addAnnotation","create","delete","_editorAnnotations","Esc","init","attach","change:container","isDirty","_destroyEditorAnnotationsIntegration","first","uiUpdate","_domEmitter","mousedown","editors","isVisible","focus","destroy","refreshPositioning","listenTo","stopListening","_annotations","element","_refreshPositioning","esc","bodyCollection","annotations","type","narrowsidebar-detach-not-attached","narrowsidebar-attach-already-attached","ready","_integrateWithEditorAnnotations","set:container","_detachFromContainer","attachToDom","annotationType","rearrange","add","from","detachFromDom","change:height","plugins","addEventListener","southArrowNorthEast","narrowSidebar","_hideBalloon","_manuallyClosedAnnotationViews","content","southArrowNorth","setActiveAnnotation","getSidebarItemView","getOrderedSelectedAnnotations","view","get","EditorAnnotations","refresh","clear","preventDefault","context","northArrowSouthEast","has","_updateBalloonPosition","set","pin","remove","high","_attachListeners","_detachListeners","number","_refreshPositioningDebounced","balloonPanelView","northArrowSouth","getByView","target","isAttached","hasDomSelection","locale","register","_annotationToNarrowView","includes","execute","defaultPositions","northArrowSouthWest","preventClosingBalloon","_setSelectedAnnotations","keydown"];var da,la;da=ha,la=245,function(t){for(;--t;)da.push(da.shift())}(++la);const ua=function(t,e){return ha[t-=0]};class ma extends t.ContextPlugin{static get[ua("0x30")](){return[Gs,Os]}static get pluginName(){return"NarrowSidebar"}constructor(t){super(t),this[ua("0x1f")]=!1,this[ua("0x3")]=new Set,this[ua("0x41")]=Object[ua("0x36")](e.DomEmitterMixin),this[ua("0x23")]=new Map,this[ua("0x13")](ua("0x33"),null),this[ua("0x4f")]=null,this[ua("0x2c")]=[],this[ua("0x38")]=new e.Collection,this[ua("0x1a")]=Qo((()=>{this._refreshPositioning()}),250,{leading:!1})}[ua("0x3a")](){this[ua("0xf")][ua("0x5e")][ua("0xa")](Os)[ua("0x22")](ua("0x1"),this),this.bodyCollection=new pi.BodyCollection(this[ua("0xf")][ua("0x21")]),this[ua("0x1b")]=new pi.BalloonPanelView(this[ua("0xf")][ua("0x21")]),this[ua("0x4e")][ua("0x57")](),this[ua("0x4e")].add(this[ua("0x1b")])}[ua("0x3b")](t){this[ua("0x4f")]=t;const n=this.context[ua("0x5e")].get(Gs),i=this.balloonPanelView;if(n[ua("0x4a")]=t,this[ua("0x1f")])throw new e.CKEditorError(ua("0x52"),this);this[ua("0x1f")]=!0,this[ua("0x48")](n,ua("0x55"),(()=>{this[ua("0x2f")](),this.listenTo(n,ua("0x3c"),(e=>{e.off(),this[ua("0x3b")](t)}))})),n._attachToContainer({viewClass:"ck-sidebar--narrow",spaceBetweenItems:5});const o=t=>{const e=new aa(this[ua("0xf")][ua("0x21")]);n[ua("0x35")](t,e),this[ua("0x23")][ua("0x13")](t,e),e.bind(ua("0x3d"),ua("0x58"),ua("0x19")).to(t[ua("0x9")],ua("0x3d"),ua("0x50"),"length"),e.on(ua("0x25"),(()=>{this._manuallyClosedAnnotationViews[ua("0xd")](),i[ua("0x4")][ua("0x3f")]!==t.view?(this[ua("0x31")](t),t.view.element.focus(),this[ua("0x6")](t)):this[ua("0x6")](null)}))};for(const e of t)o(e);this[ua("0x48")](t,"add",((t,e)=>{o(e)})),this.listenTo(t,ua("0x15"),((e,i,o)=>{this[ua("0x23")][ua("0xa")](i).destroy(),this[ua("0x23")][ua("0x37")](i),n[ua("0x59")]({removedAnnotation:i,previousAnnotation:t[ua("0xa")](o-1),nextAnnotation:t[ua("0xa")](o+1)}),i===this[ua("0x33")]&&this.setActiveAnnotation(null)}),{priority:ua("0x2e")}),this[ua("0x48")](t,ua("0x45"),((t,e)=>{this[ua("0x6")](e)})),this[ua("0x48")](t,ua("0x34"),(()=>{this.setActiveAnnotation(null)})),this[ua("0x41")][ua("0x48")](document,ua("0x2a"),((t,n)=>{n.keyCode===e.keyCodes[ua("0x4d")]&&i.isVisible&&(this[ua("0x3")][ua("0x5a")](i[ua("0x4")][ua("0x3f")]),this[ua("0x2")](),n.stopPropagation(),n[ua("0xe")]())})),this._domEmitter[ua("0x48")](document,ua("0x42"),((t,e)=>{const o=e[ua("0x1e")];i[ua("0x44")]&&i.element[ua("0x2d")](o)||n.view.element[ua("0x2d")](o)||t[ua("0x28")]||(this[ua("0x3")][ua("0xd")](),this[ua("0x2")](),this[ua("0x6")](null))}));const r=this[ua("0xf")][ua("0x43")]?this[ua("0xf")][ua("0x43")]:new e.Collection([this[ua("0xf")]]);for(const t of r)this[ua("0x54")](t);this[ua("0x48")](r,"add",((t,e)=>{this[ua("0x48")](e,ua("0x53"),(()=>{this[ua("0x54")](e)}))})),this.listenTo(r,ua("0x15"),((t,e)=>{e.plugins[ua("0x11")](ua("0xb"))&&this[ua("0x3e")](e[ua("0x5e")].get(ua("0xb")))})),window[ua("0x5f")](ua("0x32"),this[ua("0x1a")]),this[ua("0x4c")]()}[ua("0x6")](t){if(t===this.activeAnnotation)return;const e=this[ua("0xf")].plugins[ua("0xa")](ua("0x2b"));e[ua("0xc")]({blurredAnnotation:this[ua("0x33")],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&e[ua("0x7")](t)?this[ua("0x31")](t):this[ua("0x2")](),this[ua("0x33")]=t}[ua("0x2f")](){if(!this[ua("0x1f")])throw new e.CKEditorError(ua("0x51"),this);this[ua("0x6")](null);const t=this[ua("0xf")].plugins[ua("0xa")](ua("0x2b"));this[ua("0x2")](),Array.from(this[ua("0x23")].values(),(t=>t[ua("0x46")]())),this[ua("0x23")].clear(),t[ua("0x56")](this[ua("0x4f")]),this[ua("0x49")](),this[ua("0x41")][ua("0x49")](),this.stopListening(this[ua("0xf")].editors);for(const t of Array[ua("0x5b")](this[ua("0x38")]))this._destroyEditorAnnotationsIntegration(t);window.removeEventListener(ua("0x32"),this._refreshPositioningDebounced),this[ua("0x1a")].cancel(),this[ua("0x2c")]=[],this[ua("0x1f")]=!1,this[ua("0x4f")]=null}[ua("0x46")](){this[ua("0x1f")]&&this[ua("0x2f")](),this[ua("0x4e")][ua("0x5c")]()}[ua("0x54")](t){const e=t[ua("0x5e")][ua("0xa")](ua("0xb")),n=this[ua("0xf")][ua("0x5e")].get(Gs),i=this[ua("0x4f")],o=this[ua("0x1b")],r=()=>{const t=e[ua("0x8")]({activeAnnotation:this[ua("0x33")],annotations:this.annotations});this[ua("0x29")](t),this[ua("0x6")](t[0]||null)};this[ua("0x48")](e,"refresh",r),this.listenTo(e,ua("0x34"),((t,{isAnnotationTracked:e})=>{this[ua("0x33")]&&e(this[ua("0x33")])&&(this[ua("0x29")]([]),this[ua("0x6")](null))})),this[ua("0x48")](e,ua("0x40"),(()=>{this[ua("0x1a")]()})),this.listenTo(i,ua("0x34"),(t=>{e[ua("0x20")]()&&t.stop()}),{priority:ua("0x16")}),this[ua("0x41")].listenTo(document,ua("0x42"),((t,i)=>{const s=i[ua("0x1e")];o.isVisible&&o[ua("0x4b")].contains(s)||n[ua("0x9")][ua("0x4b")][ua("0x2d")](s)||this[ua("0x33")]&&e[ua("0x20")]()&&(r(),t.preventClosingBalloon=!0)}),{priority:ua("0x16")}),this._editorAnnotations.add(e)}[ua("0x3e")](t){t&&(this.stopListening(t),this[ua("0x38")][ua("0x15")](t))}_setSelectedAnnotations(t){for(const e of this[ua("0x2c")])t[ua("0x24")](e)||this[ua("0x3")][ua("0x37")](e[ua("0x9")]);this[ua("0x2c")]=t}[ua("0x4c")](){const t=this[ua("0x1b")];this[ua("0x4f")][ua("0x47")](),t[ua("0x44")]&&this[ua("0x12")]()}[ua("0x31")](t){if(this[ua("0x3")][ua("0x11")](t.view))return;const e=this.balloonPanelView[ua("0x4")][ua("0x3f")];e!==t.view?(e&&this._detachListeners(e),this[ua("0x17")](t.view),this[ua("0x1b")][ua("0x4")].clear(),this.balloonPanelView[ua("0x4")].add(t.view),this[ua("0x12")]()):this[ua("0x12")]()}[ua("0x12")](){const t=this[ua("0x1b")].content[ua("0x3f")],e=this[ua("0x4f")][ua("0x1d")](t);if(!this._annotationToNarrowView[ua("0x11")](e))return;const n=this[ua("0x23")][ua("0xa")](e)[ua("0x4b")],i=function(){const t=pi.BalloonPanelView[ua("0x26")];return[t[ua("0x0")],t[ua("0x10")],t[ua("0x5")],t[ua("0x1c")],t.southArrowNorthWest,t[ua("0x27")]]}();this[ua("0x1b")][ua("0x14")]({target:n,positions:i})}[ua("0x2")](){const t=this.balloonPanelView,e=t[ua("0x4")].first;e&&(this[ua("0x18")](e),t.unpin(),t[ua("0x4")][ua("0xd")]())}[ua("0x17")](t){this[ua("0x48")](t,ua("0x5d"),(()=>this._updateBalloonPosition())),this[ua("0x48")](t,ua("0x39"),((e,n)=>{this._manuallyClosedAnnotationViews[ua("0x5a")](t),this[ua("0x2")](),n()}))}[ua("0x18")](t){this[ua("0x49")](t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ro()(fa.Z,pa);fa.Z.locals;const ga=["register","delete","Esc","change:visibleView","document","isActive","_addAnnotationToBalloon","inlineannotations-detach-not-attached","attach","getRangeAt","getOrderedSelectedAnnotations","detach","plugins","_removeAnnotationFromBalloon","showStack","annotations","context","_forceRefresh","change:isFocused","has","change:height","addObserver","set","includes","length","add","inlineannotations-not-allowed-with-context","remove","_closeAnnotation","mousedown","bind","_manuallyClosed","get","_selectedAnnotations","clear","activeAnnotation","view","_addedAnnotations","hasView","blur","refresh","EditorAnnotations","hasActive","getByView","setActiveAnnotation","editing","targetRect","focus","editableElement","update","listenTo","focusTracker","keystrokes","updatePosition","editor","target","inlineannotations-attach-already-attached","inline","getSelection","isAttached","afterInit","selection","_setSelectedAnnotations","isFocused","_balloon","switchTo","visibleView"];var ba,va;ba=ga,va=163,function(t){for(;--t;)ba.push(ba.shift())}(++va);const _a=function(t,e){return ga[t-=0]};class wa extends t.Plugin{static get requires(){return[$r,pi.ContextualBalloon,Os]}static get pluginName(){return"InlineAnnotations"}constructor(t){super(t),t[_a("0x10")].view[_a("0x3b")](Ii.MouseObserver),this[_a("0x1e")]=!1,this[_a("0x3c")](_a("0x6"),null),this.annotations=null,this[_a("0x2")]=new Set,this[_a("0x23")]=t[_a("0x32")][_a("0x3")](pi.ContextualBalloon),this._addedAnnotations=new Set,this[_a("0x4")]=[],this._forceRefresh=!1}init(){const t=this[_a("0x19")][_a("0x32")][_a("0x3")](Os);t[_a("0x36")]===this[_a("0x19")]&&(t[_a("0x26")]("inline",this),this[_a("0x19")][_a("0x17")][_a("0x3c")](_a("0x28"),((t,e)=>{const n=this[_a("0x23")];if(this[_a("0x1e")]&&n[_a("0x25")]){const t=this[_a("0x35")].getByView(n[_a("0x25")]);this._closeAnnotation(t),e()}})))}[_a("0x1f")](){const t=this.editor[_a("0x32")][_a("0x3")](Os);t[_a("0x36")]===this[_a("0x19")]&&(t[_a("0xd")]()||t[_a("0x24")](_a("0x1c")))}[_a("0xf")](t){t!==this[_a("0x6")]&&(this.activeAnnotation&&(this.activeAnnotation[_a("0x2b")]=!1),t&&this[_a("0x19")].ui[_a("0x16")][_a("0x22")]&&(this[_a("0x2c")](t,!0),t.isActive=!0),t||this._setSelectedAnnotations([]),this[_a("0x6")]=t)}[_a("0x2e")](t){this[_a("0x35")]=t;const n=this[_a("0x19")][_a("0x32")].get(Os),i=this[_a("0x23")];if(this[_a("0x1e")])throw new e.CKEditorError(_a("0x1b"),this);if(n[_a("0x36")]!==this[_a("0x19")])throw new e.CKEditorError(_a("0x40"),this);const o=this.editor[_a("0x32")].get(_a("0xc"));this[_a("0x15")](o,_a("0xb"),function(){const t=o[_a("0x30")]({activeAnnotation:this[_a("0x6")],annotations:this.annotations});var e,n;!this._forceRefresh&&(e=t,n=this._selectedAnnotations,e[_a("0x3e")]===n[_a("0x3e")]&&e.every((t=>n[_a("0x3d")](t))))||(this[_a("0x37")]=!1,this[_a("0x21")](t),this[_a("0xf")](t[0]||null))}[_a("0x1")](this)),this.listenTo(o,_a("0xa"),((t,{isAnnotationTracked:e})=>{this[_a("0x6")]&&e(this[_a("0x6")])&&(this[_a("0x21")]([]),this[_a("0xf")](null))})),this[_a("0x15")](this[_a("0x19")].ui[_a("0x16")],_a("0x38"),((t,e,n)=>{n||this[_a("0xf")](null)})),this[_a("0x15")](t,_a("0x41"),((t,e)=>{this[_a("0x33")](e),e===this[_a("0x6")]&&this.setActiveAnnotation(null)})),this[_a("0x15")](i,_a("0x29"),((e,n,o,r)=>{if(r&&this.stopListening(r),!o||!t[_a("0xe")](o))return;const s=t[_a("0xe")](o);this[_a("0x15")](o,_a("0x3a"),(()=>{i[_a("0x18")]()})),this[_a("0x15")](o,_a("0x28"),(()=>{this[_a("0x42")](s),this[_a("0x19")][_a("0x10")][_a("0x7")][_a("0x12")]()})),this[_a("0x6")]!==s&&this[_a("0xf")](s)})),this[_a("0x15")](this[_a("0x19")].ui,_a("0x14"),(()=>{i[_a("0x25")]&&t.getByView(i[_a("0x25")])&&i.updatePosition()})),this[_a("0x15")](this[_a("0x19")][_a("0x10")].view.document,_a("0x0"),(()=>{this._forceRefresh=!0,this._manuallyClosed[_a("0x5")]()})),this.editor[_a("0x10")][_a("0x7")][_a("0x2a")][_a("0x20")][_a("0x13")]&&this[_a("0x19")][_a("0x10")][_a("0x7")].focus(),this.isAttached=!0}detach(){if(!this.isAttached)throw new e.CKEditorError(_a("0x2d"),this);this[_a("0xf")](null);for(const t of this[_a("0x8")])this[_a("0x33")](t);this.stopListening(),this[_a("0x1e")]=!1,this[_a("0x35")]=null}destroy(){this[_a("0x1e")]&&this[_a("0x31")]()}[_a("0x21")](t){for(const e of this[_a("0x4")])t[_a("0x3d")](e)||this[_a("0x2")].delete(e);for(const e of this.annotations)t[_a("0x3d")](e)||this[_a("0x33")](e);if(this[_a("0x19")].ui.focusTracker.isFocused)for(const e of t)this[_a("0x2c")](e);this[_a("0x4")]=t}[_a("0x2c")](t,e){this._manuallyClosed.has(t)||(this[_a("0x8")][_a("0x39")](t)||this[_a("0x23")][_a("0x9")](t[_a("0x7")])||(this[_a("0x8")].add(t),this[_a("0x23")].add({stackId:t[_a("0x7")].id,view:t[_a("0x7")],position:{target:()=>t[_a("0x1a")]||t[_a("0x11")]||document[_a("0x1d")]()[_a("0x2f")](0)}})),e&&this[_a("0x23")][_a("0x34")](t.view.id))}[_a("0x33")](t){this[_a("0x8")][_a("0x39")](t)&&this[_a("0x23")].hasView(t.view)&&(this[_a("0x8")][_a("0x27")](t),this[_a("0x23")][_a("0x41")](t[_a("0x7")]))}_closeAnnotation(t){this[_a("0x2")][_a("0x3f")](t),this[_a("0x33")](t)}}var ka,ya,Aa=["Comments"];ka=Aa,ya=382,function(t){for(;--t;)ka.push(ka.shift())}(++ya);class Ca extends t.Plugin{static get requires(){return[Dr,ds,_s,Cs,na,ma,wa]}static get pluginName(){return function(t,e){return Aa[t-=0]}("0x0")}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=i})();
|
|
5
|
+
*/(()=>{var t={275:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));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 r=i},173:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));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}.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__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))}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=i},490:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:#fcc;--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment__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__content{word-break:break-word}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{color:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-button-cancel)}.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__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}',""]);const r=i},424:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));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}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotations-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=i},446:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}",""]);const r=i},227:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;overflow:hidden;padding:0;position:relative;z-index:var(--ck-z-default)}.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--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--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{opacity:0}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}.ck .ck-thread__input{border-radius:var(--ck-border-radius);transition:background-color .2s ease-in-out;width:calc(100% - var(--ck-user-avatar-size))}',""]);const r=i},28:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));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 #444,1px 0 2px #444;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=i},100:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));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}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}.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:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.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)}",""]);const r=i},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(i[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&i[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},278:(t,e,n)=>{"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],i=0;i<t.length;i++){var r=t[i],c=e.base?r[0]+e.base:r[0],x=n[c]||0,h="".concat(c," ").concat(x);n[c]=x+1;var d=a(h),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(s[d].references++,s[d].updater(l)):s.push({identifier:h,updater:p(l,e),references:1}),o.push(h)}return o}function x(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var h,d=(h=[],function(t,e){return h[t]=e,h.filter(Boolean).join("\n")});function l(t,e,n,o){var i=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,i);else{var r=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function u(t,e,n){var o=n.css,i=n.media,r=n.sourceMap;if(i?t.setAttribute("media",i):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var m=null,f=0;function p(t,e){var n,o,i;if(e.singleton){var r=f++;n=m||(m=x(e)),o=l.bind(null,n,r,!1),i=l.bind(null,n,r,!0)}else n=x(e),o=u.bind(null,n,e),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else i()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=i());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var i=a(n[o]);s[i].references--}for(var r=c(t,e),x=0;x<n.length;x++){var h=a(n[x]);0===s[h].references&&(s[h].updater(),s.splice(h,1))}n=r}}}},945:(t,e,n)=>{t.exports=n(79)("./src/clipboard.js")},417:(t,e,n)=>{t.exports=n(720)("./src/collaboration-core.js")},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},492:(t,e,n)=>{t.exports=n(79)("./src/engine.js")},331:(t,e,n)=>{t.exports=n(79)("./src/enter.js")},747:(t,e,n)=>{t.exports=n(79)("./src/paragraph.js")},468:(t,e,n)=>{t.exports=n(79)("./src/select-all.js")},181:(t,e,n)=>{t.exports=n(79)("./src/typing.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},254:(t,e,n)=>{t.exports=n(79)("./src/undo.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},720:t=>{"use strict";t.exports=CKEditor5.collaborationDll},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{Annotations:()=>Or,AnnotationsUIs:()=>js,BaseCommentThreadView:()=>li,BaseCommentView:()=>Ei,Comments:()=>Ta,CommentsOnly:()=>Ta,InlineAnnotations:()=>wa,NarrowSidebar:()=>ma,WideSidebar:()=>na});var t=n(704),e=n(209),i=n(417);const r=function(){this.__data__=[],this.size=0};const s=function(t,e){return t===e||t!=t&&e!=e};const a=function(t,e){for(var n=t.length;n--;)if(s(t[n][0],e))return n;return-1};var c=Array.prototype.splice;const x=function(t){var e=this.__data__,n=a(e,t);return!(n<0)&&(n==e.length-1?e.pop():c.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=a(e,t);return n<0?void 0:e[n][1]};const d=function(t){return a(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=a(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}u.prototype.clear=r,u.prototype.delete=x,u.prototype.get=h,u.prototype.has=d,u.prototype.set=l;const m=u;const f=function(){this.__data__=new m,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const b=function(t){return this.__data__.has(t)};const v="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=v||_||Function("return this")();const k=w.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=k?k.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var i=C.call(t);return o&&(e?t[T]=n:delete t[T]),i};var I=Object.prototype.toString;const O=function(t){return I.call(t)};var j=k?k.toStringTag:void 0;const V=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":j&&j in Object(t)?E(t):O(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!M(t))return!1;var e=V(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const S=w["__core-js_shared__"];var D,N=(D=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||""))?"Symbol(src)_1."+D:"";const P=function(t){return!!N&&N in t};var B=Function.prototype.toString;const L=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var F=/^\[object .+?Constructor\]$/,z=Function.prototype,K=Object.prototype,U=z.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!M(t)||P(t))&&(R(t)?H:F).test(L(t))};const q=function(t,e){return null==t?void 0:t[e]};const X=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const $=X(w,"Map");const G=X(Object,"create");const J=function(){this.__data__=G?G(null):{},this.size=0};const Y=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Q=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(G){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Q.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return G?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=G&&void 0===e?"__lodash_hash_undefined__":e,this};function it(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}it.prototype.clear=J,it.prototype.delete=Y,it.prototype.get=tt,it.prototype.has=nt,it.prototype.set=ot;const rt=it;const st=function(){this.size=0,this.__data__={hash:new rt,map:new($||m),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}ut.prototype.clear=st,ut.prototype.delete=xt,ut.prototype.get=ht,ut.prototype.has=dt,ut.prototype.set=lt;const mt=ut;const ft=function(t,e){var n=this.__data__;if(n instanceof m){var o=n.__data__;if(!$||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(o)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new m(t);this.size=e.size}pt.prototype.clear=f,pt.prototype.delete=p,pt.prototype.get=g,pt.prototype.has=b,pt.prototype.set=ft;const gt=pt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const vt=function(t){return this.__data__.has(t)};function _t(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const kt=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,o,i,r){var s=1&n,a=t.length,c=e.length;if(a!=c&&!(s&&c>a))return!1;var x=r.get(t),h=r.get(e);if(x&&h)return x==e&&h==t;var d=-1,l=!0,u=2&n?new wt:void 0;for(r.set(t,e),r.set(e,t);++d<a;){var m=t[d],f=e[d];if(o)var p=s?o(f,m,d,e,t,r):o(m,f,d,t,e,r);if(void 0!==p){if(p)continue;l=!1;break}if(u){if(!kt(e,(function(t,e){if(!yt(u,e)&&(m===t||i(m,t,n,o,r)))return u.push(e)}))){l=!1;break}}else if(m!==f&&!i(m,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const Ct=w.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var It=k?k.prototype:void 0,Ot=It?It.valueOf:void 0;const jt=function(t,e,n,o,i,r,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return s(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=Tt;case"[object Set]":var x=1&o;if(c||(c=Et),t.size!=e.size&&!x)return!1;var h=a.get(t);if(h)return h==e;o|=2,a.set(t,e);var d=At(c(t),c(e),o,i,r,a);return a.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Vt=function(t,e){for(var n=-1,o=e.length,i=t.length;++n<o;)t[i+n]=e[n];return t};const Mt=Array.isArray;const Rt=function(t,e,n){var o=e(t);return Mt(t)?o:Vt(o,n(t))};const St=function(t,e){for(var n=-1,o=null==t?0:t.length,i=0,r=[];++n<o;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r};const Dt=function(){return[]};var Nt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),St(Pt(t),(function(e){return Nt.call(t,e)})))}:Dt;const Lt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ft=function(t){return null!=t&&"object"==typeof t};const zt=function(t){return Ft(t)&&"[object Arguments]"==V(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=zt(function(){return arguments}())?zt:function(t){return Ft(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const Zt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,$t=Xt&&Xt.exports===qt?w.Buffer:void 0;const Gt=($t?$t.isBuffer:void 0)||Zt;var Jt=/^(?:0|[1-9]\d*)$/;const Yt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t<e};const Qt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Ft(t)&&Qt(t.length)&&!!te[V(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,ie=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=ie&&ie.exports===oe&&v.process;const se=function(){try{var t=ie&&ie.require&&ie.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ae=se&&se.isTypedArray;const ce=ae?ne(ae):ee;var xe=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),o=!n&&Ht(t),i=!n&&!o&&Gt(t),r=!n&&!o&&!i&&ce(t),s=n||o||i||r,a=s?Lt(t.length,String):[],c=a.length;for(var x in t)!e&&!xe.call(t,x)||s&&("length"==x||i&&("offset"==x||"parent"==x)||r&&("buffer"==x||"byteLength"==x||"byteOffset"==x)||Yt(x,c))||a.push(x);return a};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const ue=function(t,e){return function(n){return t(e(n))}};const me=ue(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return me(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ge=function(t){return null!=t&&Qt(t.length)&&!R(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return Rt(t,be,Bt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,i,r){var s=1&n,a=ve(t),c=a.length;if(c!=ve(e).length&&!s)return!1;for(var x=c;x--;){var h=a[x];if(!(s?h in e:_e.call(e,h)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var u=!0;r.set(t,e),r.set(e,t);for(var m=s;++x<c;){var f=t[h=a[x]],p=e[h];if(o)var g=s?o(p,f,h,e,t,r):o(f,p,h,t,e,r);if(!(void 0===g?f===p||i(f,p,n,o,r):g)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(u=!1)}return r.delete(t),r.delete(e),u};const ke=X(w,"DataView");const ye=X(w,"Promise");const Ae=X(w,"Set");const Ce=X(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",Oe="[object WeakMap]",je="[object DataView]",Ve=L(ke),Me=L($),Re=L(ye),Se=L(Ae),De=L(Ce),Ne=V;(ke&&Ne(new ke(new ArrayBuffer(1)))!=je||$&&Ne(new $)!=Te||ye&&Ne(ye.resolve())!=Ee||Ae&&Ne(new Ae)!=Ie||Ce&&Ne(new Ce)!=Oe)&&(Ne=function(t){var e=V(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Ve:return je;case Me:return Te;case Re:return Ee;case Se:return Ie;case De:return Oe}return e});const Pe=Ne;var Be="[object Arguments]",Le="[object Array]",Fe="[object Object]",ze=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,i,r){var s=Mt(t),a=Mt(e),c=s?Le:Pe(t),x=a?Le:Pe(e),h=(c=c==Be?Fe:c)==Fe,d=(x=x==Be?Fe:x)==Fe,l=c==x;if(l&&Gt(t)){if(!Gt(e))return!1;s=!0,h=!1}if(l&&!h)return r||(r=new gt),s||ce(t)?At(t,e,n,o,i,r):jt(t,e,c,n,o,i,r);if(!(1&n)){var u=h&&ze.call(t,"__wrapped__"),m=d&&ze.call(e,"__wrapped__");if(u||m){var f=u?t.value():t,p=m?e.value():e;return r||(r=new gt),i(f,p,n,o,r)}}return!!l&&(r||(r=new gt),we(t,e,n,o,i,r))};const Ue=function t(e,n,o,i,r){return e===n||(null==e||null==n||!Ft(e)&&!Ft(n)?e!=e&&n!=n:Ke(e,n,o,i,t,r))};const We=function(t,e){return Ue(t,e)};const He=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ze=function(){try{var t=X(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xe=Object.prototype.hasOwnProperty;const $e=function(t,e,n){var o=t[e];Xe.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Ge=function(t,e,n,o){var i=!n;n||(n={});for(var r=-1,s=e.length;++r<s;){var a=e[r],c=o?o(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),i?qe(n,a,c):$e(n,a,c)}return n};const Je=function(t,e){return t&&Ge(e,be(e),t)};const Ye=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Qe=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Ye(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&Qe.call(t,o))&&n.push(o);return n};const en=function(t){return ge(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Ge(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,rn=on&&"object"==typeof module&&module&&!module.nodeType&&module,sn=rn&&rn.exports===on?w.Buffer:void 0,an=sn?sn.allocUnsafe:void 0;const cn=function(t,e){if(e)return t.slice();var n=t.length,o=an?an(n):new t.constructor(n);return t.copy(o),o};const xn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const hn=function(t,e){return Ge(t,Bt(t),e)};const dn=ue(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Vt(e,Bt(t)),t=dn(t);return e}:Dt;const un=function(t,e){return Ge(t,ln(t),e)};const mn=function(t){return Rt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const pn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const gn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const bn=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var vn=/\w*$/;const _n=function(t){var e=new t.constructor(t.source,vn.exec(t));return e.lastIndex=t.lastIndex,e};var wn=k?k.prototype:void 0,kn=wn?wn.valueOf:void 0;const yn=function(t){return kn?Object(kn.call(t)):{}};const An=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return gn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return An(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return _n(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const In=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return Ft(t)&&"[object Map]"==Pe(t)};var jn=se&&se.isMap;const Vn=jn?ne(jn):On;const Mn=function(t){return Ft(t)&&"[object Set]"==Pe(t)};var Rn=se&&se.isSet;const Sn=Rn?ne(Rn):Mn;var Dn="[object Arguments]",Nn="[object Function]",Pn="[object Object]",Bn={};Bn[Dn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[Pn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Nn]=Bn["[object WeakMap]"]=!1;const Ln=function t(e,n,o,i,r,s){var a,c=1&n,x=2&n,h=4&n;if(o&&(a=r?o(e,i,r,s):o(e)),void 0!==a)return a;if(!M(e))return e;var d=Mt(e);if(d){if(a=pn(e),!c)return xn(e,a)}else{var l=Pe(e),u=l==Nn||"[object GeneratorFunction]"==l;if(Gt(e))return cn(e,c);if(l==Pn||l==Dn||u&&!r){if(a=x||u?{}:In(e),!c)return x?un(e,nn(a,e)):hn(e,Je(a,e))}else{if(!Bn[l])return r?e:{};a=Cn(e,l,c)}}s||(s=new gt);var m=s.get(e);if(m)return m;s.set(e,a),Sn(e)?e.forEach((function(i){a.add(t(i,n,o,i,e,s))})):Vn(e)&&e.forEach((function(i,r){a.set(r,t(i,n,o,r,e,s))}));var f=d?void 0:(h?x?mn:ve:x?en:be)(e);return He(f||e,(function(i,r){f&&(i=e[r=i]),$e(a,r,t(i,n,o,r,e,s))})),a};const Fn=function(t){return Ln(t,5)};const zn=function(t){return"symbol"==typeof t||Ft(t)&&"[object Symbol]"==V(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!zn(t))||(Un.test(t)||!Kn.test(t)||null!=e&&t in Object(e))};function Hn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s)||r,s};return n.cache=new(Hn.Cache||mt),n}Hn.Cache=mt;const Zn=Hn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xn=/\\(\\)?/g;const $n=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,i){e.push(o?i.replace(Xn,"$1"):n||t)})),e}));const Gn=function(t,e){for(var n=-1,o=null==t?0:t.length,i=Array(o);++n<o;)i[n]=e(t[n],n,t);return i};var Jn=k?k.prototype:void 0,Yn=Jn?Jn.toString:void 0;const Qn=function t(e){if("string"==typeof e)return e;if(Mt(e))return Gn(e,t)+"";if(zn(e))return Yn?Yn.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const to=function(t){return null==t?"":Qn(t)};const eo=function(t,e){return Mt(t)?t:Wn(t,e)?[t]:$n(to(t))};const no=function(t){if("string"==typeof t||zn(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const oo=function(t,e,n,o){if(!M(t))return t;for(var i=-1,r=(e=eo(e,t)).length,s=r-1,a=t;null!=a&&++i<r;){var c=no(e[i]),x=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(i!=s){var h=a[c];void 0===(x=o?o(h,c,a):void 0)&&(x=M(h)?h:Yt(e[i+1])?[]:{})}$e(a,c,x),a=a[c]}return t};const io=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const so=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const ao=function(t,e,n){var o=-1,i=t.length;e<0&&(e=-e>i?0:i+e),(n=n>i?i:n)<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(i);++o<i;)r[o]=t[o+e];return r};const co=function(t,e){return e.length<2?t:so(t,ao(e,0,-1))};const xo=function(t,e){return e=eo(e,t),null==(t=co(t,e))||delete t[no(ro(e))]};const ho=function(t,e){return null==t||xo(t,e)};var lo,uo,mo=["destroy","removeComment","remove","model","addComment","listenTo","view","_isAttached","getComment","updateComment","_localUser"];lo=mo,uo=136,function(t){for(;--t;)lo.push(lo.shift())}(++uo);var fo=function(t,e){return mo[t-=0]};class po{constructor(t,e){this[fo("0xa")]=t,this[fo("0xa")][fo("0x3")]=!0,this[fo("0x2")]=e,this[fo("0x1")](e,"removeCommentThread",(()=>this[fo("0x9")]())),this[fo("0x1")](e,"addComment",((t,e)=>this[fo("0x0")](e))),this[fo("0x1")](e,"updateComment",((t,e,n)=>this.updateComment(e,n))),this[fo("0x1")](e,"removeComment",((t,e)=>this.removeComment(e)))}[fo("0x9")](){this[fo("0xa")][fo("0x9")]()}addComment(t){this[fo("0xa")][fo("0x0")]({content:t,authorId:this[fo("0x2")][fo("0x6")].id})}[fo("0x5")](t,e){this[fo("0xa")].getComment(t).update({content:e})}[fo("0x8")](t){this[fo("0xa")][fo("0x4")](t)[fo("0x9")]()}[fo("0x7")](){this.stopListening(),this.model[fo("0x3")]=!1}}(0,e.mix)(po,e.ObservableMixin);var go=n(273);function bo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Write a comment...":return o("Write a comment...");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Remove":return o("Remove");case"Submit":return o("Submit");case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n)}}const vo=["editable","uiLanguageDirection","ck-comment__input","ck-editor__aria-label_","uiLanguage","_createVoiceLabel","ck-rounded-corners","main","ck-editor__main","render","_voiceLabelView","cke-editor__aria-label_","ck-editor","focus","div","extendTemplate","element","createCollection"];var _o,wo;_o=vo,wo=479,function(t){for(;--t;)_o.push(_o.shift())}(++wo);const ko=function(t,e){return vo[t-=0]};class yo extends go.EditorUIView{constructor(t,n){super(t);const o=(0,e.uid)();this[ko("0xe")]=this[ko("0x6")](),this[ko("0x7")]=new go.InlineEditableUIView(t,n),this[ko("0x11")]=this[ko("0xc")](o,t),this.setTemplate({tag:"div",attributes:{class:["ck-reset",ko("0x1"),ko("0xd"),ko("0x9")],role:"comment",dir:t[ko("0x8")],lang:t[ko("0xb")],"aria-labelledby":ko("0x0")+o},children:[this._voiceLabelView,{tag:ko("0x3"),attributes:{class:ko("0xf"),role:"presentation"},children:this[ko("0xe")]}]})}render(){super[ko("0x10")](),this.main.add(this[ko("0x7")])}[ko("0x2")](){this[ko("0x7")][ko("0x5")][ko("0x2")]()}[ko("0xc")](t,e){const n=new go.LabelView;return n.text=bo(e,"Comment editor"),n[ko("0x4")]({attributes:{id:ko("0xa")+t,class:"ck-voice-label"}}),n}}const Ao=["ready","init","focusTracker","setEditableElement","view","isFocused","getRoot","element","render","name","destroy","document","fire","bind","editable","editing"];var Co,To;Co=Ao,To=430,function(t){for(;--t;)Co.push(Co.shift())}(++To);const Eo=function(t,e){return Ao[t-=0]};class Io extends t.EditorUI{constructor(t){super(t),this[Eo("0x6")]=new yo(t.locale,t[Eo("0x1")][Eo("0x6")])}get[Eo("0x9")](){return this[Eo("0x6")][Eo("0x9")]}[Eo("0x3")](){const t=this.editor[Eo("0x1")][Eo("0x6")],e=this[Eo("0x6")][Eo("0x0")],n=t[Eo("0xd")][Eo("0x8")]();e[Eo("0xb")]=n.rootName,this.view[Eo("0xa")]();const o=e[Eo("0x9")];this[Eo("0x5")](e[Eo("0xb")],o),this[Eo("0x6")].editable[Eo("0xf")](Eo("0x7")).to(this[Eo("0x4")]),t.attachDomRoot(o),this[Eo("0xe")](Eo("0x2"))}[Eo("0xc")](){super[Eo("0xc")](),this[Eo("0x6")][Eo("0xc")]()}}var Oo=n(492),jo=n(945),Vo=n(331),Mo=n(468),Ro=n(181),So=n(254),Do=n(747);const No=["then","model","getChild","getRoot","set","create","destroy","defaultPlugins","plugins","assign","placeholderElement","editing","low","change","end","init","_updatePlaceholder","document","placeholder","fire","config","focus","initPlugins","get","view","childCount","setSelection"];var Po,Bo;Po=No,Bo=487,function(t){for(;--t;)Po.push(Po.shift())}(++Bo);const Lo=function(t,e){return No[t-=0]};class Fo extends t.Editor{constructor(t={}){(t=Object[Lo("0x8")]({},t)).plugins||(t[Lo("0x7")]=Fo[Lo("0x6")]),super(t),this.ui=new Io(this),this[Lo("0x3")](Lo("0x11"),""),this[Lo("0x0")][Lo("0x10")].on(Lo("0xc"),(()=>this[Lo("0xf")]()),{priority:Lo("0xb")}),this.on("change:placeholder",(()=>this._updatePlaceholder())),this.model[Lo("0x10")].createRoot()}[Lo("0x4")](){const t=this[Lo("0x13")][Lo("0x16")]("initialData")||"";return this[Lo("0x15")]()[Lo("0x1a")]((()=>this.ui[Lo("0xe")]())).then((()=>this.data[Lo("0xe")](t))).then((()=>this[Lo("0x12")]("ready")))}[Lo("0x5")](){return super[Lo("0x5")]()[Lo("0x1a")]((()=>this.ui[Lo("0x5")]()))}[Lo("0x14")](){this[Lo("0x0")][Lo("0xc")]((t=>{const e=this[Lo("0x0")][Lo("0x10")][Lo("0x2")](),n=e[Lo("0x1")](e[Lo("0x18")]-1);t[Lo("0x19")](n,Lo("0xd")),this[Lo("0xa")][Lo("0x17")].focus()}))}[Lo("0xf")](){const t=this[Lo("0xa")][Lo("0x17")],e=t[Lo("0x10")].getRoot(),n=e[Lo("0x1")](0);e[Lo("0x18")]>1||!n||"p"!=n.name?this.placeholderElement&&((0,Oo.disablePlaceholder)(t,this[Lo("0x9")]),this.placeholderElement=void 0):((0,Oo.enablePlaceholder)({view:t,element:n,text:this[Lo("0x11")],keepOnFocus:!0}),this[Lo("0x9")]=n)}}(0,e.mix)(Fo,e.ObservableMixin),(0,e.mix)(Fo,t.DataApiMixin),Fo[Lo("0x6")]=[jo.Clipboard,Vo.Enter,Vo.ShiftEnter,Mo.SelectAll,Ro.Typing,So.Undo,Do.Paragraph];const zo=["focus","focusTracker","set","document","cancel","then","editor","placeholder","length","cancelButtonView","create","_initializeFocusCycling","render","TOO_LONG_COMMENT_ALERT","fire","low","_createSubmitButton","label","view","extendTemplate","model","check","createEditor","icon","getData","editorReady","_isDestroyed","div","element","_editorCreationPromise","Cancel","tab","listenTo","isEnabled","submitButtonView","_createCancelButton","focusPrevious","Reply...","firstChild","execute","disabledSubmit","initialData","destroy","bindTemplate","showButtons","focusNext","change","Submit","ck-comment__input-actions--submit","add","_editorConfig","keystrokes","value","setData"];var Ko,Uo;Ko=zo,Uo=208,function(t){for(;--t;)Ko.push(Ko.shift())}(++Uo);const Wo=function(t,e){return zo[t-=0]};class Ho extends go.View{constructor(t,n={}){super(t),this[Wo("0xe")]=null,this[Wo("0x4")]=n,this.keystrokes=new e.KeystrokeHandler,this[Wo("0x9")]=new e.FocusTracker,this[Wo("0xa")](Wo("0x6"),n[Wo("0x31")]||""),this[Wo("0xa")](Wo("0x30"),!1),this.set(Wo("0x34"),!0),this.set("placeholder",bo(t,Wo("0x2d"))),this[Wo("0x2a")]=this[Wo("0x18")](),this[Wo("0x11")]=this[Wo("0x2b")](),this.setTemplate({tag:Wo("0x23"),attributes:{class:["ck-comment__input-wrapper"]},children:[{tag:"div",attributes:{class:["ck-comment__input-actions",this[Wo("0x33")].if("showButtons","ck-comment__input-actions--active")]},children:[this[Wo("0x2a")],this[Wo("0x11")]]}]}),this[Wo("0x5")][Wo("0xa")]("Esc",((t,e)=>{this[Wo("0x11")].fire("execute"),e()})),this.on("submit",((e,n)=>{n[Wo("0x10")]>65e3?(alert(bo(t,Wo("0x15"),[n[Wo("0x10")],65e3])),e.stop()):this[Wo("0xe")][Wo("0x7")]("")}),{priority:"high"})}[Wo("0x14")](){super[Wo("0x14")](),this[Wo("0x5")][Wo("0x28")](this.element),this[Wo("0x9")][Wo("0x3")](this[Wo("0x24")])}[Wo("0x1e")](){return this[Wo("0xe")]||(this[Wo("0xe")]=new Fo(this[Wo("0x4")]),this[Wo("0x25")]=this[Wo("0xe")][Wo("0x12")]()[Wo("0xd")]((()=>{this[Wo("0x22")]||(this[Wo("0x24")].insertBefore(this[Wo("0xe")].ui[Wo("0x24")],this[Wo("0x24")][Wo("0x2e")]),this[Wo("0xe")][Wo("0x1c")][Wo("0xb")].on(Wo("0x0"),(()=>this.value=this[Wo("0xe")][Wo("0x20")]())),this[Wo("0xe")].bind(Wo("0xf")).to(this),this[Wo("0x13")](this[Wo("0xe")]),this[Wo("0x16")](Wo("0x21")))}))),this[Wo("0x25")]}[Wo("0x8")](){this[Wo("0xe")]&&this[Wo("0xe")][Wo("0x8")]()}async[Wo("0x32")](){this[Wo("0x22")]||(this[Wo("0x22")]=!0,this[Wo("0xe")]&&(await this[Wo("0x25")],await this.editor.destroy()),await super.destroy())}[Wo("0x18")](){const{locale:e}=this,n=new go.ButtonView(e);return n.extendTemplate({attributes:{class:[Wo("0x2")]}}),n[Wo("0x19")]=bo(e,Wo("0x1")),n[Wo("0x1f")]=t.icons[Wo("0x1d")],n.on(Wo("0x2f"),(()=>{this.fire("submit",this[Wo("0x6")])})),n.bind(Wo("0x29")).to(this,Wo("0x6"),this,"disabledSubmit",((t,e)=>!e&&!!t.trim())),n}[Wo("0x2b")](){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x1b")]({attributes:{class:["ck-comment__input-actions--cancel"]}}),n[Wo("0x19")]=bo(e,Wo("0x26")),n.icon=t.icons.cancel,n.on(Wo("0x2f"),(()=>{this[Wo("0xe")].setData(""),this[Wo("0x16")](Wo("0xc"))})),n}[Wo("0x13")](t){const e=this[Wo("0x9")],n=new go.ViewCollection;[t.ui[Wo("0x1a")],this[Wo("0x2a")],this[Wo("0x11")]].forEach((t=>{n[Wo("0x3")](t),e[Wo("0x3")](t.element)}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this[Wo("0x5")][Wo("0xa")](Wo("0x27"),((t,e)=>{o[Wo("0x35")](),e()}),{priority:Wo("0x17")}),this[Wo("0x5")][Wo("0xa")]("shift + tab",((t,e)=>{o[Wo("0x2c")](),e()}),{priority:Wo("0x17")})}}var Zo,qo,Xo=["bind","value","ck-thread__user","then","ck-comment__input-container--active","set","userView","bindTemplate","editor","showInput","ck-thread__input","div","setTemplate","ck-comment__input-container","extendTemplate","change:showInput","commentInputView","destroy"];Zo=Xo,qo=248,function(t){for(;--t;)Zo.push(Zo.shift())}(++qo);var $o=function(t,e){return Xo[t-=0]};class Go extends go.View{constructor(t,e,n){super(t),this.commentInputView=new Ho(t,n),this[$o("0x2")][$o("0x4")]("showButtons").to(this[$o("0x2")].focusTracker,"isFocused",this[$o("0x2")],$o("0x5"),((t,e)=>t||!!e)),this[$o("0x9")]($o("0xd"),!1),this.on($o("0x1"),(()=>{this[$o("0xd")]&&!this[$o("0x2")][$o("0xc")]&&this[$o("0x2")].createEditor()})),this.userView=new i.UserView(t,e),this[$o("0xa")][$o("0x0")]({attributes:{class:$o("0x6")}}),this.commentInputView[$o("0x0")]({attributes:{class:$o("0xe")}}),this[$o("0x10")]({tag:$o("0xf"),attributes:{class:[$o("0x11"),this[$o("0xb")].if($o("0xd"),$o("0x8"))]},children:[this[$o("0xa")],this[$o("0x2")]]})}[$o("0x3")](){return this.commentInputView.destroy()[$o("0x7")]((()=>super[$o("0x3")]()))}}const Jo=["bindTemplate","set","ck-thread__comment-count","count","NUMBER_OF_COMMENTS"];var Yo,Qo;Yo=Jo,Qo=385,function(t){for(;--t;)Yo.push(Yo.shift())}(++Qo);const ti=function(t,e){return Jo[t-=0]};class ei extends go.View{constructor(t){super(t);const e=this[ti("0x0")];this[ti("0x1")]("count"),this.setTemplate({tag:"li",attributes:{class:ti("0x2")},children:[{text:e.to(ti("0x3"),(e=>bo(t,ti("0x4"),e)))}]})}}const ni=["destroy","remove","weight","_rearrangeCollapse","createCollection","stopListening","formatDateTime","_config","delete","_shouldCollapse","listenTo","editorConfig","ck-thread__comments","count","from","locale","render","set","_collapsedCommentsView","_handleRemoveCommentModel","maxThreadTotalWeight","isEditMode","collapse","_model","_updateHasDirtyComment","focus","hasDirtyComment","maxCommentCharsWhenCollapsed","add","isActive","equal","length","expand","delegate","refreshVisibleViews","CommentView","_rearrangeExpand","visibleViews","commentViews","some","change:isEditMode","maxCommentsWhenCollapsed","_handleNewCommentModel","comments"];var oi,ii;oi=ni,ii=229,function(t){for(;--t;)oi.push(oi.shift())}(++ii);const ri=function(t,e){return ni[t-=0]};class si extends go.View{constructor(t,e,n){super(t),this[ri("0x8")](ri("0x11"),!1),this[ri("0x8")](ri("0x16"),e[ri("0x22")][ri("0x16")]),this[ri("0x8")](ri("0x14"),!1),this[ri("0xe")]=e,this._config=n,this[ri("0x1d")]=this[ri("0x27")](),this[ri("0x1c")]=this[ri("0x27")](),this._collapsedCommentsView=new ei(t),this[ri("0x9")].bind(ri("0x4")).to(this,ri("0x16"),(t=>t-this[ri("0x2a")][ri("0x20")]));for(const t of e[ri("0x22")])this[ri("0x21")](t);this[ri("0x1")](e[ri("0x22")],ri("0x13"),((t,e)=>{this[ri("0x16")]++,this._handleNewCommentModel(e),this[ri("0x19")]()})),this[ri("0x1")](e.comments,ri("0x24"),((t,e)=>{this[ri("0x16")]--,this[ri("0xa")](e),this[ri("0x19")]()})),this[ri("0x1")](e,"commentUpdated",(()=>this.refreshVisibleViews())),this.on("change:isActive",(()=>this.refreshVisibleViews())),this.on("change:hasDirtyComment",(()=>this.refreshVisibleViews())),this.setTemplate({tag:"ul",attributes:{class:[ri("0x3")]},children:this.visibleViews})}get[ri("0x0")](){return this[ri("0xe")][ri("0x25")]>this[ri("0x2a")][ri("0xb")]&&!this.isActive&&!this[ri("0x11")]}render(){super[ri("0x7")](),this[ri("0x19")]()}focus(){this.element[ri("0x10")]()}destroy(){this[ri("0x9")][ri("0x23")]();for(const t of this[ri("0x1d")])t[ri("0x23")]();super[ri("0x23")]()}refreshVisibleViews(){this[ri("0x0")]?this[ri("0x26")]():this._rearrangeExpand()}_handleNewCommentModel(t){const e=new(this[ri("0x2a")][ri("0x1a")])(this[ri("0x6")],t,{maxCommentCharsWhenCollapsed:this[ri("0x2a")][ri("0x12")],formatDateTime:this[ri("0x2a")][ri("0x29")],editorConfig:this[ri("0x2a")][ri("0x2")]});e.viewUid=t.id,e.delegate("removeComment").to(this),e[ri("0x18")]("updateComment").to(this),this.listenTo(e,ri("0x1f"),(()=>this[ri("0xf")]())),this.commentViews.add(e)}_handleRemoveCommentModel(t){const e=this[ri("0x1d")][ri("0x24")](t.id);this[ri("0x28")](e),e[ri("0xc")]&&this[ri("0xf")](),e[ri("0x23")]()}_updateHasDirtyComment(){this[ri("0x11")]=Array.from(this[ri("0x1d")])[ri("0x1e")]((t=>t[ri("0xc")]))}[ri("0x26")](){const t=function(t){const n=new e.Collection;for(const e of t)n[ri("0x13")](e);return n}(this[ri("0x1d")]),n=this[ri("0x9")].count;for(let e=1;e<=n;e++)t[ri("0x24")](1);for(const e of t)e[ri("0xd")]();n>0&&t.add(this[ri("0x9")],1),ai((0,e.diff)(Array.from(this[ri("0x1c")]),Array[ri("0x5")](t)),this[ri("0x1c")],t)}[ri("0x1b")](){ai((0,e.diff)(Array[ri("0x5")](this[ri("0x1c")]),Array[ri("0x5")](this[ri("0x1d")])),this[ri("0x1c")],this[ri("0x1d")]);for(const t of this[ri("0x1c")])t[ri("0x17")]()}}function ai(t,e,n){let o=0;for(const i of t)switch(i){case"insert":e.add(n.get(o),o),o++;break;case ri("0x2b"):e[ri("0x24")](o);break;case ri("0x15"):o++}}const ci=["commentInputView","showInput","value","_model","focus","_localUser","destroy","disabledSubmit","submit","isDirty","change:isActive","fire","length","delegate","commentThreadInputView","isReadOnly","removeCommentThread","_config","placeholder","set","addComment","Write a comment...","cancel","editorConfig","commentsListView","element","bind","Reply...","_createCommentThreadInputView","updateComment","hasDirtyComment","assign","removeComment","isActive","stop","locale"];var xi,hi;xi=ci,hi=396,function(t){for(;--t;)xi.push(xi.shift())}(++hi);const di=function(t,e){return ci[t-=0]};class li extends go.View{constructor(t,e,n,o){super(t),this[di("0x13")](di("0x21"),!1),this[di("0x13")](di("0x9"),!1),this[di("0x3")]=e,this[di("0x5")]=n,this[di("0x11")]=o,this[di("0x18")]=new si(t,e,Object[di("0x1f")]({CommentView:this[di("0x11")].CommentView},o)),this[di("0x18")].delegate(di("0x20")).to(this),this.commentsListView[di("0xd")](di("0x1d")).to(this),this[di("0x18")][di("0x1a")](di("0x21")).to(this),this[di("0x13")](di("0xc"),this.commentsListView[di("0xc")]),this.bind(di("0xc")).to(this.commentsListView,"length"),this[di("0xe")]=this[di("0x1c")](),this.on("removeComment",(()=>this[di("0x4")]())),this.bind(di("0x9")).to(this[di("0x18")],di("0x1e"),this.commentThreadInputView.commentInputView,di("0x2"),((t,e)=>t||!!e))}focus(){this[di("0x19")].focus()}[di("0x6")](){this[di("0x9")]=!1,this[di("0x18")][di("0x6")](),this.commentThreadInputView[di("0x6")](),super[di("0x6")]()}[di("0x1c")](){const t=new Go(this[di("0x23")],this[di("0x5")],this[di("0x11")][di("0x17")]),e=t[di("0x0")];return t[di("0x1a")](di("0x1")).to(this,di("0x21"),this._model,di("0xf"),e,di("0x2"),((t,e,n)=>!!n||t&&!e)),e[di("0x1a")](di("0x12")).to(this,"length",(t=>bo(this[di("0x23")],di(t?"0x1b":"0x15")))),e.on(di("0x8"),((t,e)=>{this.fire(di("0x14"),e)})),e.on(di("0x16"),(()=>{this[di("0x4")]()})),e.bind(di("0x7")).to(this[di("0x3")],di("0xf")),e.on(di("0x16"),(t=>{0==this.length&&(this.fire(di("0x10")),t[di("0x22")]())})),this.on(di("0xa"),((t,n,o)=>{o||this[di("0xc")]||e.value||this[di("0xb")](di("0x10"))})),t}}const ui=["commentsListView","isConfirm","ck-thread--","setTemplate","render","locale","querySelector","element","ck-thread__container","then","commentViews","div","Delete comment thread?","removeCommentThread","Write a comment...","high","getTemplate","isActive",".ck-thread__container","stop","set","cancelConfirm","listenTo","length","ck-thread--active","_cancelAllConfirms","execute","ck-thread--remove-confirmation","remove","commentThreadInputView","fire","change:isActive","unbind","containerElement","showConfirm","removeButton","_bindFirstCommentView","placeholder","actionIndicator","add","bindTemplate","_model","_boundFirstCommentView"];var mi,fi;mi=ui,fi=317,function(t){for(;--t;)mi.push(mi.shift())}(++fi);const pi=function(t,e){return ui[t-=0]};class gi extends li{constructor(t,e,n,o){super(t,e,n,o),this[pi("0x4")](pi("0x16"),null),this[pi("0x11")]=null,this._boundFirstCommentView=null,this[pi("0x20")]=t,this[pi("0x1e")](this.getTemplate()),this.on(pi("0xf"),((t,e,n)=>{n||this._cancelAllConfirms()})),this[pi("0x6")](this[pi("0x19")],"change:isReadOnly",((t,e,n)=>{n&&this._cancelAllConfirms()})),this[pi("0x7")]>0&&this._bindFirstCommentView(),this[pi("0x6")](this.commentsListView[pi("0x25")],pi("0x17"),(()=>{this._bindFirstCommentView()}))}[pi("0x0")](){const t=this[pi("0x18")];return{tag:pi("0x26"),attributes:{class:["ck-thread",t.if(pi("0x1"),pi("0x8")),t.if(pi("0x1c"),pi("0xb")),t.to(pi("0x16"),(t=>t?pi("0x1d")+t:""))],"data-thread-id":this._model.id,tabindex:-1},children:[{tag:"div",attributes:{class:pi("0x23")},children:[this[pi("0x1b")],this[pi("0xd")]]}]}}[pi("0x1f")](){super[pi("0x1f")](),this.containerElement=this[pi("0x22")][pi("0x21")](pi("0x2"))}[pi("0x9")](){this[pi("0x5")]();for(const t of this[pi("0x1b")][pi("0x25")])t[pi("0x5")]()}[pi("0x14")](){const{locale:t}=this,e=this[pi("0x1b")][pi("0x25")].get(0);e!==this[pi("0x1a")]&&(this._boundFirstCommentView=e,this[pi("0x10")](pi("0x16")),this.bind(pi("0x16")).to(e,pi("0x16"),(t=>"remove"===t?pi("0xc"):null)),e[pi("0x15")]=bo(t,pi("0x29")),e[pi("0x13")].on(pi("0xa"),(e=>{e[pi("0x3")](),this[pi("0x12")](bo(t,pi("0x27")),this[pi("0x11")])[pi("0x24")]((()=>{this[pi("0xe")](pi("0x28"))}))}),{priority:pi("0x2a")}))}}(0,e.mix)(gi,i.ConfirmMixin);var bi,vi,_i=["set","element","ck-annotation__content","div","change:content","ck-comment__content","innerHTML"];bi=_i,vi=177,function(t){for(;--t;)bi.push(bi.shift())}(++vi);var wi=function(t,e){return _i[t-=0]};class ki extends go.View{constructor(t){super(t),this[wi("0x5")]("content",""),this.setTemplate({tag:wi("0x1"),attributes:{class:[wi("0x3"),wi("0x0")]}})}render(){super.render(),this.on(wi("0x2"),((t,e,n)=>{this.element[wi("0x4")]=n})),this[wi("0x6")].innerHTML=this.content}}const yi=["_config","initialData","switchToDisplayMode","submit","bind","maxCommentCharsWhenCollapsed","visibleView","switchToEditMode","destroy","createCollection","collapse","editorReady","_createCommentInputView","expand","locale","cancel","_createCommentContentView","set","remove","add","focus","_model","isEditMode","fire","content","value","editorConfig","isCollapsed","disabledSubmit"];var Ai,Ci;Ai=yi,Ci=422,function(t){for(;--t;)Ai.push(Ai.shift())}(++Ci);const Ti=function(t,e){return yi[t-=0]};class Ei extends go.View{constructor(t,e,n){super(t),this[Ti("0x5")]=e,this[Ti("0xd")]=n,this[Ti("0x1")](Ti("0x6"),!1),this[Ti("0x1")]("isCollapsed",!0),this[Ti("0x13")]=this[Ti("0x16")](),this[Ti("0x13")].add(this[Ti("0x0")]())}[Ti("0x1a")](){this[Ti("0xb")]=!1}[Ti("0x17")](){this[Ti("0x6")]||(this[Ti("0xb")]=!0)}[Ti("0x4")](){this.element[Ti("0x4")]()}async destroy(){await this.visibleView.get(0).destroy(),super[Ti("0x15")]()}[Ti("0x14")](){this[Ti("0x6")]||(this.isEditMode=!0,this.visibleView[Ti("0x2")](0).destroy(),this[Ti("0x13")][Ti("0x3")](this[Ti("0x19")]()))}[Ti("0xf")](){this[Ti("0x6")]&&(this[Ti("0x6")]=!1,this.visibleView.remove(0)[Ti("0x15")](),this.visibleView[Ti("0x3")](this[Ti("0x0")]()))}[Ti("0x0")](){const t=new ki(this[Ti("0x1b")]);return t[Ti("0x11")]("content").to(this[Ti("0x5")],Ti("0x8"),this,Ti("0xb"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this._config[Ti("0x12")]}):t)),t}[Ti("0x19")](){this._config.editorConfig||(this._config.editorConfig={}),this[Ti("0xd")][Ti("0xa")][Ti("0xe")]=this[Ti("0x5")][Ti("0x8")];const t=new Ho(this.locale,this[Ti("0xd")][Ti("0xa")]);return t[Ti("0x9")]=this[Ti("0x5")].content,t[Ti("0x11")](Ti("0xc")).to(this[Ti("0x5")],"isReadOnly"),t.on(Ti("0x10"),((t,e)=>{this[Ti("0x7")]("updateComment",this[Ti("0x5")].id,e),this[Ti("0xf")](),this.focus()})),t.on(Ti("0x1c"),(()=>{this[Ti("0xf")](),this[Ti("0x4")]()})),t.once(Ti("0x18"),(()=>{t.focus()})),t.createEditor(),t}}const Ii=["edit","isReadOnly","ck-annotation__info","EXTERNAL_IMPORT_WORD_AVATAR","ck-comment__info-time","importWord","change:isRemovable","ck-comment--remove-confirmation","listenTo","EXTERNAL_IMPORT_WORD_COMMENT","ck-annotation__info-name","label","Remove","fire","isConfirm","isExternal","removeComment","ck-comment__wrapper","ck-comment__info-name","ck-comment__external","ck-comment__user","extendTemplate","locale","ck-comment--edit","ck-annotation__content-wrapper","remove","source","ck-comment","Reply...","userView","element","removeButton","ck-annotation__main","mouseleave","render","_attachActions","isVisible","isRemovable","ck-comment__info","set","getUserViewNotificationText","Edit","push","editButton","name","placeholder","div","setTemplate","cancelConfirm","mouseenter","attributes","actionIndicator","visibleView","isEditMode","icon","getExternalCommentNote","author","ck-comment__actions","time","_model","authoredAt","@external","isEnabled","ck-annotation__user","creator","switchToEditMode","ck-annotation__info-time","formatDateTime","bind","ck-annotation","EXTERNAL_AVATAR","_createEditButton","execute","_createRemoveButton","_createCommentInputView","ck-annotation__actions--hidden","EXTERNAL_COMMENT","_config","then"];var Oi,ji;Oi=Ii,ji=192,function(t){for(;--t;)Oi.push(Oi.shift())}(++ji);const Vi=function(t,e){return Ii[t-=0]};class Mi extends Ei{constructor(t,e,n){super(t,e,n),this[Vi("0x5")](Vi("0x11"),null),this.set(Vi("0xb"),bo(t,Vi("0x49"))),this[Vi("0x5")](Vi("0x1a"),null),this.bind(Vi("0x1a")).to(e),this[Vi("0x9")]=this[Vi("0x25")](),this.removeButton=this[Vi("0x27")](),this[Vi("0x4a")]=new i.UserView(t,e[Vi("0x16")],this[Vi("0x6")]()),this[Vi("0x4a")][Vi("0x42")]({attributes:{class:[Vi("0x41"),Vi("0x1d")]}}),this[Vi("0x35")](e,Vi("0x33"),(()=>this[Vi("0xe")]())),this[Vi("0xd")](this.getTemplate())}getTemplate(){const t=this.bindTemplate,e=[{tag:Vi("0xc"),attributes:{class:[Vi("0x4"),Vi("0x2f")]},children:[{tag:"span",children:[{text:this[Vi("0x4a")][Vi("0xa")]}],attributes:{class:[Vi("0x3f"),Vi("0x37")]}},{tag:Vi("0x18"),attributes:{datetime:t.to(Vi("0x1a")),class:[Vi("0x31"),Vi("0x20")]},children:[{text:t.to(Vi("0x1a"),(t=>this[Vi("0x2b")][Vi("0x21")](t)))}]}]},{tag:Vi("0xc"),attributes:{class:[Vi("0x17"),"ck-annotation__actions",t.if(Vi("0x13"),"ck-comment__actions--hidden"),t.if(Vi("0x13"),Vi("0x29"))]},children:[this.editButton,this.removeButton]},{tag:"div",attributes:{class:[Vi("0x45")]},children:this[Vi("0x12")]}];return this._model[Vi("0x3c")]&&e[Vi("0x8")]({tag:Vi("0xc"),attributes:{class:[Vi("0x40")]},children:[{text:this[Vi("0x15")]()}]}),{tag:"li",attributes:{class:[Vi("0x3e"),t.if(Vi("0x3b"),Vi("0x34"))],tabindex:-1},children:[{tag:Vi("0xc"),attributes:{class:[Vi("0x48"),Vi("0x23"),t.if("isEditMode",Vi("0x44")),t.to(Vi("0x11"),(t=>t?"ck-comment--"+t:""))],"data-author-id":this._model.author.id,"data-comment-id":this._model.id},children:[this[Vi("0x4a")],{tag:"div",attributes:{class:["ck-comment__main",Vi("0x4d")]},children:e}]}]}}[Vi("0x25")](){const e=new go.ButtonView(this[Vi("0x43")]);return e[Vi("0x38")]=bo(this.locale,Vi("0x7")),e.icon=t.icons.pencil,e[Vi("0x42")]({attributes:{class:"ck-comment--edit"}}),e[Vi("0x22")](Vi("0x1c")).to(this[Vi("0x19")],Vi("0x2e"),(t=>!t)),e[Vi("0x22")](Vi("0x2")).to(this._model,"isEditable"),e.on(Vi("0x26"),(()=>this[Vi("0x1f")]())),e}[Vi("0x27")](){const t=new go.ButtonView(this[Vi("0x43")]);return t[Vi("0x38")]=bo(this[Vi("0x43")],Vi("0x39")),t[Vi("0x14")]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',t.extendTemplate({attributes:{class:"ck-comment--remove"}}),t.bind("isEnabled").to(this._model,Vi("0x2e"),(t=>!t)),t[Vi("0x22")](Vi("0x2")).to(this._model,Vi("0x3")),t.on("execute",(()=>{this.showConfirm(bo(this[Vi("0x43")],"Delete comment?"),this[Vi("0x4b")])[Vi("0x2c")]((()=>{this[Vi("0x3a")](Vi("0x3d"),this[Vi("0x19")].id)}))})),t}[Vi("0x1")](t,e){this.listenTo(t,Vi("0xf"),(()=>this[Vi("0x11")]=e)),this[Vi("0x35")](t,"focus",(()=>this[Vi("0x11")]=e)),this[Vi("0x35")](t,Vi("0x4e"),(()=>this[Vi("0x11")]=null)),this[Vi("0x35")](t,"blur",(()=>this[Vi("0x11")]=null))}[Vi("0x28")](){const t=super[Vi("0x28")]();return t[Vi("0x22")](Vi("0xb")).to(this),t}[Vi("0x15")](){return Vi("0x32")===this._model.attributes[Vi("0x1b")][Vi("0x47")]?bo(this[Vi("0x43")],Vi("0x36")):bo(this[Vi("0x43")],Vi("0x2a"))}[Vi("0x6")](){return this[Vi("0x19")][Vi("0x3c")]?"importWord"===this[Vi("0x19")][Vi("0x10")][Vi("0x1b")][Vi("0x47")]?bo(this[Vi("0x43")],Vi("0x30"),this._model[Vi("0x1e")][Vi("0xa")]):bo(this.locale,Vi("0x24"),this[Vi("0x19")].creator[Vi("0xa")]):null}[Vi("0x0")](){super[Vi("0x0")](),this[Vi("0x1")](this[Vi("0x9")][Vi("0x4b")],Vi("0x2d")),this[Vi("0x1")](this[Vi("0x4c")][Vi("0x4b")],Vi("0x46"))}}(0,e.mix)(Mi,i.ConfirmMixin);var Ri=n(278),Si=n.n(Ri),Di=n(490),Ni={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Di.Z,Ni);Di.Z.locals;var Pi=n(227),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Pi.Z,Bi);Pi.Z.locals;var Li=n(424),Fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Li.Z,Fi);Li.Z.locals;const zi=function(){return w.Date.now()};var Ki=/\s/;const Ui=function(t){for(var e=t.length;e--&&Ki.test(t.charAt(e)););return e};var Wi=/^\s+/;const Hi=function(t){return t?t.slice(0,Ui(t)+1).replace(Wi,""):t};var Zi=/^[-+]0x[0-9a-f]+$/i,qi=/^0b[01]+$/i,Xi=/^0o[0-7]+$/i,$i=parseInt;const Gi=function(t){if("number"==typeof t)return t;if(zn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Hi(t);var n=qi.test(t);return n||Xi.test(t)?$i(t.slice(2),n?2:8):Zi.test(t)?NaN:+t};var Ji=Math.max,Yi=Math.min;const Qi=function(t,e,n){var o,i,r,s,a,c,x=0,h=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function u(e){var n=o,r=i;return o=i=void 0,x=e,s=t.apply(r,n)}function m(t){return x=t,a=setTimeout(p,e),h?u(t):s}function f(t){var n=t-c;return void 0===c||n>=e||n<0||d&&t-x>=r}function p(){var t=zi();if(f(t))return g(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Yi(n,r-(t-x)):n}(t))}function g(t){return a=void 0,l&&o?u(t):(o=i=void 0,s)}function b(){var t=zi(),n=f(t);if(o=arguments,i=this,c=t,n){if(void 0===a)return m(c);if(d)return clearTimeout(a),a=setTimeout(p,e),u(c)}return void 0===a&&(a=setTimeout(p,e)),s}return e=Gi(e)||0,M(n)&&(h=!!n.leading,r=(d="maxWait"in n)?Ji(Gi(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),b.cancel=function(){void 0!==a&&clearTimeout(a),x=0,o=c=i=a=void 0},b.flush=function(){return void 0===a?s:g(zi())},b};const tr=function(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),Qi(t,e,{leading:o,maxWait:e,trailing:i})},er=["attributeName","type","cancel","class","disconnect","observe","childList","attributes"];var nr,or;nr=er,or=196,function(t){for(;--t;)nr.push(nr.shift())}(++or);const ir=function(t,e){return er[t-=0]};function rr(t){const e=tr(t,30),n=new MutationObserver((t=>{for(const n of t)(ir("0x3")==n[ir("0x5")]&&ir("0x7")==n[ir("0x4")]||ir("0x2")==n.type)&&e()}));return{attach(t){n[ir("0x1")](t,{attributes:!0,childList:!0,subtree:!0})},detach(){n[ir("0x0")](),e[ir("0x6")]()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(sr.Z,ar);sr.Z.locals;const cr=["length","focusTracker","bindTemplate","content","isActive","_mutationObserver","createCollection","setTemplate","div","type","render","add","clientHeight","height","ck-annotation-wrapper--active","clear","Esc","fire","focus","detach","keystrokes","_updateHeight","listenTo","element","isDirty","destroy","mainView","ck-annotation-wrapper","set","attach"];var xr,hr;xr=cr,hr=150,function(t){for(;--t;)xr.push(xr.shift())}(++hr);const dr=function(t,e){return cr[t-=0]};class lr extends go.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this[dr("0x1")]=new e.FocusTracker,this[dr("0x14")]=new e.KeystrokeHandler,this[dr("0x14")].set(dr("0x10"),((t,e)=>this[dr("0x11")](dr("0x10"),e))),this[dr("0x1c")]("targetRect",{top:0,right:0,bottom:0,left:0}),this[dr("0x1c")](dr("0xd"),0),this[dr("0x1c")](dr("0x4"),!1),this[dr("0x1c")](dr("0x18"),!1),this[dr("0x1c")](dr("0x0"),0),this[dr("0x1c")](dr("0x9"),""),this[dr("0x5")]=rr((()=>this._updateHeight())),this.content=this[dr("0x6")](),this[dr("0x3")][dr("0xb")](n),this[dr("0x1a")]=n;const o=this[dr("0x2")];this[dr("0x7")]({tag:dr("0x8"),attributes:{class:["ck",dr("0x1b"),"ck-rounded-corners",o.if(dr("0x4"),dr("0xe"))],tabindex:-1},children:this[dr("0x3")]})}[dr("0xa")](){super[dr("0xa")](),this.focusTracker.add(this[dr("0x17")]),this[dr("0x14")][dr("0x16")](this[dr("0x17")]),this._mutationObserver[dr("0x1d")](this[dr("0x17")])}[dr("0x19")](){this[dr("0x3")][dr("0xf")](),this[dr("0x14")][dr("0x19")](),this[dr("0x1")].destroy(),this._mutationObserver[dr("0x13")](),super[dr("0x19")]()}[dr("0x12")](){this.element.focus()}[dr("0x15")](){const t=this[dr("0x17")][dr("0xc")];t&&(this[dr("0xd")]=t)}}const ur=["target","targetRect","nodeType","focusTracker","getClientRects","_target","_type","annotation-invalid-target","render","type","remove","function","clear","isVisible","_id","stopListening","updateTargetRect","destroy","isActive","element","_isTargetElementVisible","_assertCorrectTarget","add","focusableElements","set","view","mainView","item"];var mr,fr;mr=ur,fr=424,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const pr=function(t,e){return ur[t-=0]};class gr{constructor({view:t,target:n,type:o,isVisible:i=!0}){this.view=t,this[pr("0x15")][pr("0xf")]||this.view[pr("0x4")](),this[pr("0x2")]=o,this[pr("0x1")]=n,this[pr("0x11")](),this[pr("0x13")]=new e.Collection([this[pr("0x15")][pr("0xf")]],{idProperty:pr("0xa")}),this[pr("0x13")].on(pr("0x12"),((t,e)=>{this[pr("0x15")][pr("0x1b")][pr("0x12")](e)})),this[pr("0x13")].on(pr("0x6"),((t,e)=>{this.view.focusTracker.remove(e)})),this[pr("0x14")](pr("0x9"),i)}get[pr("0x5")](){return pr("0x7")==typeof this[pr("0x2")]?this[pr("0x2")]():this[pr("0x2")]}get innerView(){return this[pr("0x15")][pr("0x16")]}get target(){return"function"==typeof this._target?this[pr("0x1")]():this[pr("0x1")]}get targetRect(){const t=this.target;return this[pr("0x11")](),null!==t&&this[pr("0x10")]()?br(t)?new e.Rect(t[pr("0x0")]()[pr("0x17")](0)):new e.Rect(t):null}get[pr("0xe")](){return this[pr("0x15")][pr("0xe")]}set[pr("0xe")](t){this.view[pr("0xe")]=t,this[pr("0x15")][pr("0x16")][pr("0xe")]=t}[pr("0xc")](){this.view[pr("0x19")]=this.targetRect}[pr("0xd")](){this.focusableElements[pr("0xb")](),this[pr("0x13")][pr("0x8")](),this[pr("0xb")]()}refreshVisibility(){this.isVisible=this[pr("0x10")]()}_isTargetElementVisible(){const t=this[pr("0x18")];return!br(t)||(!!t.offsetParent||!!t[pr("0x0")]()[pr("0x17")](0))}[pr("0x11")](){const t=this[pr("0x18")];if(!(null===t||t instanceof e.Rect||br(t)))throw new e.CKEditorError(pr("0x3"),null,{target:t})}}function br(t){return null!==t&&"object"==typeof t&&1===t[pr("0x1a")]}(0,e.mix)(gr,e.ObservableMixin);const vr=["getIndex","_getOrderInContent","clear","getByView","length","innerView","sort","refreshPositioning","annotationcollection-duplicated-item","view","_items","delete","annotationcollection-not-existing-item","focus","left","top","remove","_focusTracker","_sort","has","_innerViewToAnnotation","_viewToAnnotation","get","fire","targetRect","destroy","set","stopListening","updateTargetRect","change:isFocused","focusTracker","add","listenTo","focusableElements"];var _r,wr;_r=vr,wr=321,function(t){for(;--t;)_r.push(_r.shift())}(++wr);const kr=function(t,e){return vr[t-=0]};class yr extends e.Collection{constructor(t=[]){super(),this[kr("0x5")]=new Map,this[kr("0x6")]=new Map,this[kr("0x2")]=new e.FocusTracker,this[kr("0x2")].on(kr("0xe"),((t,e,n)=>{n||this[kr("0x8")]("blur")}));for(const e of t)this[kr("0x10")](e)}get isFocused(){return this[kr("0x2")].isFocused}[kr("0x10")](t){if(this[kr("0x4")](t))throw new e.CKEditorError(kr("0x1b"),null);this[kr("0x5")][kr("0xb")](t[kr("0x18")],t),this._viewToAnnotation[kr("0xb")](t[kr("0x1c")],t);for(const e of t.focusableElements)this[kr("0x2")].add(e);this[kr("0x11")](t[kr("0x12")],kr("0x10"),((t,e)=>{this._focusTracker[kr("0x10")](e)})),this.listenTo(t[kr("0x12")],kr("0x1"),((t,e)=>{this[kr("0x2")][kr("0x1")](e)})),this[kr("0x11")](t[kr("0x1c")][kr("0xf")],kr("0xe"),((e,n,o)=>{o&&this.fire(kr("0x20"),t)})),t[kr("0xd")]();const n=this[kr("0x14")](t.view[kr("0x9")]);super[kr("0x10")](t,n)}[kr("0x1")](t){if(!this[kr("0x4")](t))throw new e.CKEditorError(kr("0x1f"),null);this[kr("0xc")](t[kr("0x1c")][kr("0xf")]),this[kr("0xc")](t[kr("0x12")]);for(const e of t[kr("0x12")])this[kr("0x2")].remove(e);this[kr("0x6")][kr("0x1e")](t[kr("0x1c")]),this[kr("0x5")].delete(t[kr("0x18")]),super[kr("0x1")](t)}getByInnerView(t){return this._innerViewToAnnotation[kr("0x7")](t)}[kr("0x16")](t){return this[kr("0x6")][kr("0x7")](t)}[kr("0xa")](){super[kr("0x15")](),this[kr("0xc")](),this[kr("0x5")][kr("0x15")](),this[kr("0x6")][kr("0x15")](),this._focusTracker[kr("0xa")]()}[kr("0x1a")](){for(const t of this)t[kr("0xd")]();this[kr("0x3")]()}[kr("0x3")](){const t=Array.from(this)[kr("0x19")](((t,e)=>Ar(t[kr("0x1c")].targetRect,e[kr("0x1c")][kr("0x9")])));for(let e=t[kr("0x17")]-1;e>0;e--){const n=t[e];e!==this[kr("0x13")](n)&&(this[kr("0x1")](n),this.add(n,e))}}[kr("0x14")](t){let e=0;if(!t)return this[kr("0x1d")][kr("0x17")];for(const n of this){const o=n[kr("0x1c")][kr("0x9")];if(o){if(Ar(t,o)<0)return e;e++}}return e}}function Ar(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t.top-e[kr("0x0")];return 0==n?t[kr("0x21")]-e.left:n}const Cr=["collection","_activateAnnotation","activeAnnotations","createAnnotation","activate","refreshVisibility","remove","deactivateAll","add","_addActiveAnnotation","stopListening","pluginName","fire","change:isVisible","createAnnotationView","getByInnerView","set","isVisible","_bindAnnotationsToVisibleAnnotations","_removeActiveAnnotation","_visibleAnnotations","_deactivateAllAnnotations","destroy"];var Tr,Er;Tr=Cr,Er=448,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Cr[t-=0]};class Or extends t.ContextPlugin{static get[Ir("0x0")](){return"Annotations"}constructor(t){super(t),this[Ir("0xc")]=new yr,this[Ir("0x9")]=new yr,this[Ir("0x5")](Ir("0xe"),new Set),this[Ir("0x7")]()}[Ir("0x14")](t){this.collection[Ir("0x14")](t)}[Ir("0x12")](t){this[Ir("0xc")].remove(t),t[Ir("0xb")]()}refreshVisibility(){for(const t of this[Ir("0xc")])t[Ir("0x11")]()}refreshPositioning(){this[Ir("0x9")].refreshPositioning()}[Ir("0x4")](t){return this.collection.getByInnerView(t)}[Ir("0x13")](){this[Ir("0x1")](Ir("0xa"))}[Ir("0xb")](){for(const t of this[Ir("0xc")])t[Ir("0xb")]();this[Ir("0x9")].destroy(),this.collection[Ir("0xb")](),super[Ir("0xb")]()}[Ir("0x10")](t){this[Ir("0x1")](Ir("0xd"),t)}[Ir("0xf")](t){return new gr(t)}[Ir("0x3")](t,e){return new lr(t,e)}[Ir("0x15")](t){const e=new Set(this.activeAnnotations);e.add(t),this[Ir("0xe")]=e}[Ir("0x8")](t){const e=new Set(this[Ir("0xe")]);e.delete(t),this[Ir("0xe")]=e}_bindAnnotationsToVisibleAnnotations(){const t=this[Ir("0xc")],e=this[Ir("0x9")];function n(t){const n=t.source;n[Ir("0x6")]&&!e.has(n)?e[Ir("0x14")](n):!n.isVisible&&e.has(n)&&e.remove(n)}this.listenTo(t,Ir("0x14"),((t,o)=>{o.isVisible&&e.add(o),this.listenTo(o,"change:isVisible",n)})),this.listenTo(t,"remove",((t,o)=>{e.has(o)&&e.remove(o),this[Ir("0x16")](o,Ir("0x2"),n)}))}}const jr=["licenseKey","length","substring","pluginName","_getExternalAuthor","error","delete","content","author","update","_viewToController","getTime","deactivateAll","_threads","addCommentThread","lowest","_updateComment","createElement","_threadToController","CommentThreadView","adapter","commentsrepository-invalid-comment-content","_isAttached","pop","catch","commentsrepository-remove-comment-thread-internal-error","commentsrepository-remove-missing-comment-thread","removeComment","commentsrepository-get-comment-invalid-id","weight","_addCommentThread","_removeComment","activeCommentThread","getIndex","external:","authorName","_addComment","getCommentThread","commentsrepository-remove-missing-comment","define","creator","noChannel","trim","isEditable","warn","model","addUser","editorReady","fromCharCode","comments.CommentThreadView","commentsrepository-fetch-comment-thread","then","getUser","attributes","view","commentsrepository-missing-thread-and-adapter","getComment","CommentView","locale","setAttribute","_createCommentThreadView","isReadOnly","threadId","isAttached","commentsrepository-update-missing-comment","_detachCommentThread","find","listenTo","config","hasCommentThread","fire","comments.maxCommentCharsWhenCollapsed","plugins","Users","addComment","reduce","isActive","parse","commentsrepository-active-missing-comment-thread","bind","set","getByInnerView","remove","commentsrepository-update-comment-invalid-content","comments.maxCommentsWhenCollapsed","focus","channelId","string","commentsrepository-add-comment-internal-error","commentsrepository-update-comment-missing-comment-thread","commentInputView","isRemovable","@external","PendingActions","comments.maxThreadTotalWeight","max","createdAt","isDirty","innerHTML","_removeCommentThread","map","has","replace","toJSON","_nonAdminChannels","comments","add","change:activeAnnotations","commentsrepository-adapter-already-set","openNewCommentThread","_adapter","get","commentsrepository-add-comment-to-missing-comment-thread","commentsrepository-remove-comment-internal-error","authoredAt","resolve","destroy","change:isDirty","removeCommentThread","commentsrepository-missing-target","fetchCommentThread","from","removeAttribute","commentsrepository-duplicated-comment-thread-id","type","push","context","_add","div","commentsrepository-update-comment-internal-error","filter","stopListening","comments.editorConfig","change:authoredAt","updateComment","activate","commentsrepository-active-not-attached","_findOptimalIndex","_repository","_attachCommentThread","PENDING_ACTION_COMMENT_THREAD","commentsrepository-attach-missing-comment-thread","assign","commentsrepository-invalid-comment-authorid","slice","commentsrepository-add-comment-user-not-exists","once","commentUpdated","commentsrepository-invalid-comment-thread-id","getCommentThreads","_remove","innerView","attachTo","_readOnlyChannels","setAdminPermissions","function","values","afterInit"];var Vr,Mr;Vr=jr,Mr=276,function(t){for(;--t;)Vr.push(Vr.shift())}(++Mr);const Rr=function(t,e){return jr[t-=0]},Sr=Symbol(Rr("0x51"));class Dr extends t.ContextPlugin{static get requires(){return[Or,t.PendingActions,i.Users]}static get[Rr("0x2b")](){return"CommentsRepository"}constructor(t){super(t),this[Rr("0x35")]=new Map,this._threadToController=new Map,this[Rr("0x32")]=new Map,this[Rr("0x23")]=new Set,this[Rr("0x78")]("_nonAdminChannels",new Set),this.licenseKey=this[Rr("0x8")][Rr("0x6c")].get(Rr("0x28"));const e=this.context[Rr("0x6c")];e[Rr("0x4f")](Rr("0x7c"),2),e[Rr("0x4f")](Rr("0x86"),500),e[Rr("0x4f")](Rr("0x6f"),140),e.define(Rr("0x59"),gi),e[Rr("0x4f")]("comments.CommentView",Mi),e[Rr("0x97")](Rr("0xe"))||console[Rr("0x54")]("Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.")}init(){const t=this.context[Rr("0x70")][Rr("0x97")](Or);this[Rr("0x78")]("activeCommentThread",null),this.on(Rr("0x36"),((t,e)=>this[Rr("0x46")](e))),this.on(Rr("0x0"),((t,e)=>this[Rr("0x8b")](e))),this.on(Rr("0x72"),((t,e)=>this[Rr("0x4c")](e))),this.on(Rr("0x10"),((t,e)=>this._updateComment(e))),this.on(Rr("0x43"),((t,e)=>this._removeComment(e))),this.on("addComment",((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this[Rr("0x4d")](e),i=this[Rr("0x3a")][Rr("0x97")](o);i&&i[Rr("0x5e")][Rr("0x7d")]()}),{priority:Rr("0x37")}),this[Rr("0x6b")](t,Rr("0x93"),((t,e,n)=>{const o=Array.from(n)[Rr("0x8c")]((t=>this._viewToController[Rr("0x97")](t[Rr("0x21")])))[Rr("0xc")](Boolean)[0];this[Rr("0x48")]=o?o[Rr("0x55")]:null}))}[Rr("0x27")](){!function(e){const n=e instanceof t.Context,o=[1,85,78,115,198,255,50,112,83,87,161],i=l([52,48,52,52,50,52,50,54]),r=[127,34,6,211,167,86,146,199,132,160,18],s=l([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),a=function(t){if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[l([115,116,97,116,101])]==l([99,111,110,110,101,99,116,101,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[l([114,101,115,117,108,116])]==l([101,110,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));try{const n=function(t){const e=[29,221,175,90,231,133,239,240,75,180];return function(t,e){const n=atob(t),o=Array[Rr("0x3")](function(t){const e=new Uint8Array(t.length);for(let n=0;n<t[Rr("0x29")];n++)e[n]=t.charCodeAt(n);return e}(n)),i=o[Rr("0x3f")](),r=o[Rr("0x3f")]();return function(t){let e="";for(const n of t)e+=String[Rr("0x58")](n);return e}(function(t,e,n){const o={};o[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[l([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[l([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[l([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[l([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[l([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[l([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[l([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[l([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[l([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[l([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const i=new Uint8Array(16);for(let t=15;t>=0;--t)i[t]=n%256,n=parseInt(n/256);let r=null,s=16;const a=new Uint8Array(e),c=[],x=[];m();for(let e=0;e<t.length;e++)16===s&&(r=u(i),s=0,d(i)),t[e]^=r[s++];return t;function h(t){const e=[];for(let n=0;n<t[Rr("0x29")];n+=4)e.push(t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function u(t){const e=c[Rr("0x29")]-1,n=[0,0,0,0];let i=h(t);for(let t=0;t<4;t++)i[t]^=c[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)n[e]=o[l([84,49])][i[e]>>24&255]^o[l([84,50])][i[(e+1)%4]>>16&255]^o[l([84,51])][i[(e+2)%4]>>8&255]^o[l([84,52])][255&i[(e+3)%4]]^c[t][e];i=n[Rr("0x1a")]()}const r=new Uint8Array(16);let s;for(let t=0;t<4;t++)s=c[e][t],r[4*t]=255&(o[l([83])][i[t]>>24&255]^s>>24),r[4*t+1]=255&(o[l([83])][i[(t+1)%4]>>16&255]^s>>16),r[4*t+2]=255&(o[l([83])][i[(t+2)%4]>>8&255]^s>>8),r[4*t+3]=255&(o[l([83])][255&i[(t+3)%4]]^s);return r}function m(){const t=o[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[Rr("0x29")]];for(let e=0;e<=t;e++)c[Rr("0x7")]([0,0,0,0]),x[Rr("0x7")]([0,0,0,0]);const e=4*(t+1),n=a[Rr("0x29")]/4,i=h(a);let r;for(let e=0;e<n;e++)r=e>>2,c[r][e%4]=i[e],x[t-r][e%4]=i[e];let s,d=0,u=n;for(;u<e;){s=i[n-1],i[0]^=o[l([83])][s>>16&255]<<24^o[l([83])][s>>8&255]<<16^o[l([83])][255&s]<<8^o[l([83])][s>>24&255]^o[l([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<n/2;t++)i[t]^=i[t-1];s=i[n/2-1],i[n/2]^=o[l([83])][255&s]^o[l([83])][s>>8&255]<<8^o[l([83])][s>>16&255]<<16^o[l([83])][s>>24&255]<<24;for(let t=n/2+1;t<n;t++)i[t]^=i[t-1];let r,a,h=0;for(;h<n&&u<e;)r=u>>2,a=u%4,c[r][a]=i[h],x[t-r][a]=i[h++],u++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)s=x[e][t],x[e][t]=o[l([85,49])][s>>24&255]^o[l([85,50])][s>>16&255]^o[l([85,51])][s>>8&255]^o[l([85,52])][255&s]}}(o,e,r+256*i))}(t,new(window[l([85,105,110,116,56,65,114,114,97,121])])([...o,...e,...r]))}(t),s=JSON[Rr("0x75")](n),a=parseInt(s[l([49])]),x=parseInt(s[l([51])]),h=parseInt(s[l([52])])||0,d=parseInt(s[l([53])])||0,u=2;if(!(1&h)||e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&!(h&u))return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(d&&!window[l([111,112,101,110])][l([99,108,111,115,101,100])])return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(parseInt(i)/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))){const t=e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]));if(parseInt(t[l([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])])/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}return c(l(x?[108,105,99,101,110,115,101,75,101,121,84,114,105,97,108]:[108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]))}catch(t){return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}}(e[Rr("0x6c")].get(l([108,105,99,101,110,115,101,75,101,121])));function c(t){const n=function(){const t=String(window[l([112,101,114,102,111,114,109,97,110,99,101])][l([110,111,119])]())[Rr("0x8e")](l([46]),"");let e="";for(let n=0;n<t[Rr("0x29")];n+=2){let o=parseInt(t[Rr("0x2a")](n,n+2));o>=s[Rr("0x29")]&&(o-=s.length),e+=s[o]}return e}();return e[n]=t,t}function x(t){for(const e of t[l([101,100,105,116,111,114,115])])h(e);t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=d}function h(t){function e(){t[l([109,111,100,101,108])][l([99,104,97,110,103,101])]=d,t[l([109,111,100,101,108])][l([101,110,113,117,101,117,101,67,104,97,110,103,101])]=d,t[l([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](l([109,111,100,101,108]))}t[l([115,116,97,116,101])]==l([114,101,97,100,121])?e():t[l([111,110,99,101])](l([114,101,97,100,121]),(()=>e()))}function d(){return null}function l(t){return t.map((t=>String[Rr("0x58")](t))).join("")}n?(a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?x(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&window[l([115,101,116,84,105,109,101,111,117,116])]((()=>{x(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*o[8]*o[6]),e[l([101,100,105,116,111,114,115])][l([111,110])](l([97,100,100]),((t,e)=>{a!=l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||h(e)}))):a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?h(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&e[l([111,110])](l([114,101,97,100,121]),(()=>{let t=0;e[l([109,111,100,101,108])][l([111,110])](l([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,o)=>{o[0][l([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(h(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),n[l([111,102,102])]())}),{priority:l([104,105,103,104,101,115,116])})}))}(this[Rr("0x8")])}set adapter(t){if(this[Rr("0x96")])throw new e.CKEditorError(Rr("0x94"));this[Rr("0x96")]=t}get[Rr("0x3c")](){return this[Rr("0x96")]}addCommentThread({channelId:t=Sr,threadId:n=(0,e.uid)(),comments:o=[],target:i,isFromAdapter:r}={}){return this[Rr("0x6e")](Br("addCommentThread",t),{channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}),this.getCommentThread(n)}[Rr("0x95")]({channelId:t=Sr,threadId:n=(0,e.uid)(),target:o}){if(this._readOnlyChannels.has(t)||this[Rr("0x23")].has(void 0))return;if(!o)throw new e.CKEditorError(Rr("0x1"));const i=this[Rr("0x36")]({channelId:t,threadId:n,target:o});if(!i)return null;const r=this[Rr("0x3a")][Rr("0x97")](i),s=r[Rr("0x5e")].commentThreadInputView[Rr("0x82")],a=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or),c=a[Rr("0x79")](r[Rr("0x5e")]);return a[Rr("0x11")](c),s[Rr("0x1c")](Rr("0x57"),(()=>s[Rr("0x7d")]())),i}[Rr("0x6d")](t){if(Rr("0x7f")!=typeof t)throw new e.CKEditorError("commentsrepository-invalid-comment-thread-id");return this._threads[Rr("0x8d")](t)}[Rr("0x4d")](t){if(Rr("0x7f")!=typeof t)throw new e.CKEditorError(Rr("0x1e"));return this[Rr("0x35")].get(t)}[Rr("0x2")]({channelId:t,threadId:n}={}){const o=this[Rr("0x4d")](n);if(o)return Promise[Rr("0x9b")](o);if(!this[Rr("0x3c")])throw new e.CKEditorError(Rr("0x5f"),this[Rr("0x8")]);if("function"!=typeof this[Rr("0x3c")][Rr("0x4d")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter-method",this[Rr("0x8")]);return this.adapter[Rr("0x4d")]({channelId:t,threadId:n})[Rr("0x5b")]((e=>this.hasCommentThread(n)?this[Rr("0x4d")](n):e?this[Rr("0x36")](Object[Rr("0x18")]({isFromAdapter:!0,channelId:t},e)):void 0))[Rr("0x40")]((t=>{throw console[Rr("0x2d")](t),new e.CKEditorError(Rr("0x5a"),this[Rr("0x8")])}))}getCommentThreads({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this._threads[Rr("0x26")]())t&&o[Rr("0x7e")]!==t||e&&!o[Rr("0x67")]||n&&0===o[Rr("0x29")]||i[Rr("0x7")](o);return o?i[Rr("0x8c")]((t=>t[Rr("0x8f")]())):i}setActiveCommentThread(t){const n=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or);if(!t)return void(this[Rr("0x48")]&&n[Rr("0x34")]());const o=this[Rr("0x4d")](t);if(!o)throw new e.CKEditorError(Rr("0x76"),null,{threadId:t});if(!this[Rr("0x3a")][Rr("0x8d")](o))throw new e.CKEditorError(Rr("0x12"),null,{threadId:t});const i=n[Rr("0x79")](this[Rr("0x3a")][Rr("0x97")](o).view);n[Rr("0x11")](i)}switchReadOnly(t,e){t?this._readOnlyChannels.add(e):this[Rr("0x23")][Rr("0x2e")](e);for(const n of this[Rr("0x1f")]({channelId:e}))n[Rr("0x65")]=!!t}[Rr("0x65")](t){return this._readOnlyChannels[Rr("0x8d")](t)||this._readOnlyChannels.has(void 0)}createCommentThreadController(t,e){return new po(t,e)}[Rr("0x24")](t,e=Sr){const n=!this[Rr("0x90")].has(e),o=new Set(this[Rr("0x90")]);n&&!t&&(o[Rr("0x92")](e),this[Rr("0x90")]=o),!n&&t&&(o[Rr("0x2e")](e),this[Rr("0x90")]=o)}_addCommentThread({channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}){if(Rr("0x7f")!=typeof n)throw new e.CKEditorError(Rr("0x1e"),null,{threadId:n});if(this[Rr("0x6d")](n))throw new e.CKEditorError(Rr("0x5"),null,{threadId:n});const s=new Nr(this,{channelId:t,id:n});(this._readOnlyChannels[Rr("0x8d")](t)||this[Rr("0x23")][Rr("0x8d")](void 0))&&(s.isReadOnly=!0),this[Rr("0x35")][Rr("0x78")](n,s);for(const t of o)s.addComment(Object.assign({isFromAdapter:r},t));i&&s[Rr("0x22")](i)}_attachCommentThread({threadId:t,target:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(Rr("0x17"),this);const i=this[Rr("0x8")].plugins[Rr("0x97")]("PendingActions"),r=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or),s=this[Rr("0x64")](o),a=new po(o,s);let c=null;s.on(Rr("0x9d"),((t,e,n)=>{n?c=i[Rr("0x92")](bo(this[Rr("0x8")][Rr("0x62")],Rr("0x16"))):(i[Rr("0x7a")](c),c=null)})),this[Rr("0x3a")].set(o,a),this[Rr("0x32")].set(s,a);const x=new lr(this[Rr("0x8")][Rr("0x62")],s);x[Rr("0x77")](Rr("0x29")).to(s),x.bind("isDirty").to(s,Rr("0x89"),s,Rr("0x29"),((t,e)=>t||!e)),x[Rr("0x77")](Rr("0x74")).to(s),x[Rr("0x6")]="comment";const h=new gr({view:x,target:n,type:"comment"});return r[Rr("0x92")](h),h}[Rr("0x64")](t){const e=this[Rr("0x8")][Rr("0x70")][Rr("0x97")]("Users"),{config:n,locale:o}=this[Rr("0x8")],r=(0,i.getDateTimeFormatter)(n.get("locale"));return new(0,n.get("comments")[Rr("0x3b")])(o,t,e.me,{editorConfig:n.get("comments.editorConfig"),maxCommentsWhenCollapsed:n.get(Rr("0x7c")),maxThreadTotalWeight:n[Rr("0x97")]("comments.maxThreadTotalWeight"),maxCommentCharsWhenCollapsed:n.get(Rr("0x6f")),formatDateTime:r,CommentView:n[Rr("0x97")](Rr("0x91"))[Rr("0x61")]})}[Rr("0x8b")]({threadId:t,isFromAdapter:n}){const o=this[Rr("0x4d")](t);if(!o)throw new e.CKEditorError(Rr("0x42"),this);if(this[Rr("0x69")](t),this[Rr("0x35")][Rr("0x2e")](t),!o[Rr("0x29")]||n||!this[Rr("0x3c")]||Rr("0x25")!=typeof this.adapter[Rr("0x0")])return Promise[Rr("0x9b")]();const i=this[Rr("0x8")][Rr("0x70")][Rr("0x97")]("PendingActions"),{channelId:r}=o,s=i.add(bo(this[Rr("0x8")].locale,"PENDING_ACTION_COMMENT_THREAD"));return this[Rr("0x3c")][Rr("0x0")]({channelId:r,threadId:t})[Rr("0x5b")]((()=>i[Rr("0x7a")](s)))[Rr("0x40")]((t=>{throw console[Rr("0x2d")](t),new e.CKEditorError(Rr("0x41"),this)}))}[Rr("0x69")](t){const e=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or),n=this.getCommentThread(t);if(this[Rr("0x3a")][Rr("0x8d")](n)){const t=this._threadToController.get(n),o=t[Rr("0x5e")],i=e[Rr("0x79")](o);this[Rr("0x3a")].delete(n),this[Rr("0x32")].delete(o),i&&e[Rr("0x7a")](i),t[Rr("0x9c")](),o[Rr("0x9c")]()}}[Rr("0x2c")](t){const e=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](i.Users),n=(0,i.hashObject)(Rr("0x4a")+t);return e.getUser(n)||e[Rr("0x56")]({id:n,name:t})}_addComment({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if(Rr("0x7f")!=typeof n)throw new e.CKEditorError("commentsrepository-invalid-commentid");if(Rr("0x7f")!=typeof r)throw new e.CKEditorError(Rr("0x19"));if(Rr("0x7f")!=typeof o||!o[Rr("0x52")]())throw new e.CKEditorError(Rr("0x3d"));const x=this.getCommentThread(t);if(!x)throw new e.CKEditorError(Rr("0x98"),this);const h=this[Rr("0x8")][Rr("0x70")].get(i.Users)[Rr("0x5c")](r);if(!h)throw new e.CKEditorError(Rr("0x1b"),null,{authorId:r});let d=null,l=s;a&&a[Rr("0x84")]&&(d=this._getExternalAuthor(a[Rr("0x84")][Rr("0x4b")]),l=a["@external"][Rr("0x88")]);const u=new Pr(this,{threadId:t,id:n,author:d||h,creator:h,content:o,createdAt:s,authoredAt:l,attributes:a});if(x[Rr("0x9")](u),c||!this.adapter||Rr("0x25")!=typeof this.adapter.addComment)return Promise.resolve();const m=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Rr("0x85")),{channelId:f}=x,p=m[Rr("0x92")](bo(this[Rr("0x8")][Rr("0x62")],Rr("0x16")));return a||(a={}),this[Rr("0x3c")][Rr("0x72")]({channelId:f,threadId:t,commentId:n,content:o,attributes:a})[Rr("0x5b")]((e=>{if(m[Rr("0x7a")](p),this[Rr("0x6d")](t))e&&e[Rr("0x88")]&&this[Rr("0x38")]({threadId:t,commentId:n,createdAt:e.createdAt,isFromAdapter:!0});else{const i={threadId:t,commentId:n,content:o,attributes:a,createdAt:e&&e[Rr("0x88")]?e[Rr("0x88")]:s,authorId:h.id};this[Rr("0x36")]({channelId:f,threadId:t,comments:[i],isFromAdapter:!0})}})).catch((t=>{throw console.error(t),new e.CKEditorError(Rr("0x80"),this)}))}[Rr("0x38")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&(Rr("0x7f")!=typeof o||!o[Rr("0x52")]()[Rr("0x29")]))throw new e.CKEditorError(Rr("0x7b"));const a=this.getCommentThread(t),c=a.getComment(n);if(!c)throw new e.CKEditorError(Rr("0x68"),this);let x=!1;if(o&&o!==c[Rr("0x2f")]&&(c[Rr("0x53")]||s)&&(c[Rr("0x2f")]=o,x=!0),i&&i!==c[Rr("0x88")]&&(c[Rr("0x88")]=i,c[Rr("0x5d")]&&c[Rr("0x5d")][Rr("0x84")]||(c[Rr("0x9a")]=i),x=!0),r&&!We(r,c[Rr("0x5d")])&&(c[Rr("0x5d")]=r,x=!0),!x)return Promise.resolve();if(a.fire(Rr("0x1d")),s||!this[Rr("0x3c")]||Rr("0x25")!=typeof this[Rr("0x3c")][Rr("0x10")])return Promise[Rr("0x9b")]();const h=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Rr("0x85")),{channelId:d}=this[Rr("0x4d")](c[Rr("0x66")]),l=h[Rr("0x92")](bo(this.context[Rr("0x62")],Rr("0x16")));return this[Rr("0x3c")][Rr("0x10")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Rr("0x5b")]((()=>h.remove(l)))[Rr("0x40")]((t=>{throw console.error(t),new e.CKEditorError(Rr("0xb"),this)}))}[Rr("0x47")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[Rr("0x4d")](t),r=i[Rr("0x60")](n);if(!r)throw new e.CKEditorError(Rr("0x4e"),this);if(i[Rr("0x20")](r),o||!this[Rr("0x3c")]||"function"!=typeof this.adapter[Rr("0x43")])return Promise[Rr("0x9b")]();const s=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Rr("0x85")),{channelId:a}=i,c=s.add(bo(this[Rr("0x8")][Rr("0x62")],Rr("0x16")));return this[Rr("0x3c")][Rr("0x43")]({channelId:a,threadId:t,commentId:n}).then((()=>s[Rr("0x7a")](c)))[Rr("0x40")]((t=>{throw console[Rr("0x2d")](t),new e.CKEditorError(Rr("0x99"),this)}))}}class Nr{constructor(t,n){this[Rr("0x7e")]=n[Rr("0x7e")],this.id=n.id,this[Rr("0x78")]("isReadOnly",!1),this[Rr("0x77")]("isRemovable").to(t,Rr("0x90"),(t=>!t[Rr("0x8d")](this[Rr("0x7e")]))),this.comments=new e.Collection,this[Rr("0x14")]=t,this[Rr("0x3e")]=!1}get[Rr("0x45")](){return Array[Rr("0x3")](this[Rr("0x91")])[Rr("0x73")](((t,e)=>t+e.weight),0)}get length(){return this[Rr("0x91")][Rr("0x29")]}get[Rr("0x67")](){return this[Rr("0x3e")]}[Rr("0x7a")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x0"),e),{channelId:e,threadId:n,isFromAdapter:t})}[Rr("0x22")](t){return this[Rr("0x14")][Rr("0x15")]({threadId:this.id,target:t})}[Rr("0x72")](t){const{channelId:e,id:n}=this;this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x72"),e,n),Object[Rr("0x18")]({channelId:e,threadId:n},t))}[Rr("0x60")](t){if("string"!=typeof t)throw new e.CKEditorError(Rr("0x44"),null,{commentId:t});return this.comments.get(t)}[Rr("0x8f")](){return{threadId:this.id,comments:this[Rr("0x91")][Rr("0x8c")]((t=>t[Rr("0x8f")]()))}}[Rr("0x9")](t){return this.listenTo(t,Rr("0xf"),(()=>{const e=this[Rr("0x13")](t),n=this[Rr("0x91")];e-1!=n[Rr("0x49")](t)&&e+1!=n.getIndex(t)&&(this._remove(t),this[Rr("0x9")](t))})),t.createdAt?this[Rr("0x91")][Rr("0x92")](t,this._findOptimalIndex(t)):this.comments[Rr("0x92")](t)}_remove(t){return this[Rr("0xd")](t),t[Rr("0x9c")](),this[Rr("0x91")].remove(t)}[Rr("0x13")](t){const e=this[Rr("0x91")][Rr("0x6a")]((e=>new Date(e.authoredAt)[Rr("0x33")]()>new Date(t[Rr("0x9a")])[Rr("0x33")]()));return e?this[Rr("0x91")][Rr("0x49")](e):this[Rr("0x29")]}}(0,e.mix)(Nr,e.ObservableMixin);class Pr{constructor(t,e){const n=t[Rr("0x8")][Rr("0x70")].get(Rr("0x71")).me,o=t[Rr("0x4d")](e[Rr("0x66")]),i=0===o.comments[Rr("0x29")],r=n===e[Rr("0x30")];this.id=e.id,this[Rr("0x66")]=e[Rr("0x66")],this[Rr("0x30")]=e[Rr("0x30")],this.creator=e[Rr("0x50")],this.isExternal=Boolean(e[Rr("0x5d")]&&e[Rr("0x5d")][Rr("0x84")]),this[Rr("0x78")]("content",e[Rr("0x2f")]),this[Rr("0x88")]=e[Rr("0x88")]||new Date,this[Rr("0x78")](Rr("0x9a"),e[Rr("0x9a")]||new Date),this[Rr("0x78")]("attributes",e[Rr("0x5d")]||{}),this.set("isEditable",r),this[Rr("0x77")](Rr("0x83")).to(o,Rr("0x83"),(t=>t&&i||r)),this.bind(Rr("0x65")).to(o,Rr("0x65")),this._repository=t}get weight(){return Math[Rr("0x87")](function(t){const e=document[Rr("0x39")](Rr("0xa"));return e[Rr("0x8a")]=t,e.textContent.length}(this[Rr("0x2f")]),200)}[Rr("0x31")](t){const{threadId:n,id:o}=this;if(!this[Rr("0x14")][Rr("0x6d")](n))throw new e.CKEditorError(Rr("0x81"),this);const{channelId:i}=this[Rr("0x14")].getCommentThread(n);this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x10"),i,n),Object.assign({channelId:i,threadId:n,commentId:o},t))}[Rr("0x63")](t,e){const n=Fn(this[Rr("0x5d")]);io(n,t,e),this.update({attributes:n})}[Rr("0x4")](t){const e=Fn(this.attributes);ho(e,t),this.update({attributes:e})}[Rr("0x7a")](t={}){if(!t.isFromAdapter&&!this[Rr("0x83")])return;const{threadId:n,id:o}=this;if(!this[Rr("0x14")].hasCommentThread(n))throw new e.CKEditorError("commentsrepository-remove-comment-missing-comment-thread",this);const{channelId:i}=this[Rr("0x14")][Rr("0x4d")](n);this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x43"),i,n),Object[Rr("0x18")]({channelId:i,threadId:n,commentId:o},t))}[Rr("0x8f")](){return{commentId:this.id,content:this[Rr("0x2f")],createdAt:this[Rr("0x88")],authorId:this[Rr("0x50")].id,attributes:this[Rr("0x5d")]}}destroy(){this[Rr("0xd")]()}}function Br(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}(0,e.mix)(Pr,e.ObservableMixin);const Lr=["element","item","push","createRange","backward","model","textProxy","getRanges","isEnabled","editor","getLastMatchingPosition","_itemIsContent","comment:","execute","addMarker","_trimToContent","tableCell","substr","isObject"];var Fr,zr;Fr=Lr,zr=373,function(t){for(;--t;)Fr.push(Fr.shift())}(++zr);const Kr=function(t,e){return Lr[t-=0]};class Ur extends t.Command{refresh(){const t=this.editor.model.document.selection;for(const e of t[Kr("0xe")]())if(this._hasContent(e))return void(this.isEnabled=!0);this[Kr("0xf")]=!1}[Kr("0x1")]({threadId:t=(0,e.uid)()}={}){const n=this[Kr("0x10")][Kr("0xc")],o=[];for(const t of n.document.selection.getRanges())this._hasContent(t)&&o[Kr("0x9")](this[Kr("0x3")](t));n.change((n=>{for(const i of o){const o=(0,e.uid)()[Kr("0x5")](1,5),r=Kr("0x0")+t+":"+o;n[Kr("0x2")](r,{range:i,usingOperation:!1,affectData:!1})}}))}_hasContent(t){for(const e of t.getItems())if(this[Kr("0x12")](e))return!0;return!1}[Kr("0x12")](t){return t.is(Kr("0xd"))||this[Kr("0x10")][Kr("0xc")].schema[Kr("0x6")](t)&&!t.is(Kr("0x7"),Kr("0x4"))}[Kr("0x3")](t){const e=t=>!this._itemIsContent(t[Kr("0x8")]),n=t.start[Kr("0x11")](e),o=t.end[Kr("0x11")](e,{direction:Kr("0xb")});return this.editor[Kr("0xc")][Kr("0xa")](n,o)}}const Wr=["editorannotations-invalid-source-callback","pluginName","getByInnerView","editor","refresh","requires","annotation","listenTo","change:range","focusTracker","_editorAnnotationsData","change:isFocused","_editorAnnotations","EditorAnnotations","directChange","element","_dataCollectors","plugins","isReadOnly","update","remove","refreshSelectedViews","fire","function","from","push","init","document","blur","map","addSourceCollector","collection","containsRange","innerView","view","editing","hasDomSelection","model","isEqual","add","isCollapsed","range","sort","selection","set","getOrderedSelectedAnnotations"];var Hr,Zr;Hr=Wr,Zr=304,function(t){for(;--t;)Hr.push(Hr.shift())}(++Zr);const qr=function(t,e){return Wr[t-=0]};class Xr extends t.Plugin{static get[qr("0x17")](){return[Or]}static get[qr("0x13")](){return qr("0x1f")}constructor(t){super(t),this[qr("0x22")]=new Set,this._editorAnnotations=new Set}[qr("0x2c")](){const t=this[qr("0x15")],e=t[qr("0x9")][qr("0x2d")][qr("0xf")],n=Qi((()=>this[qr("0x27")]()),10);e.on(qr("0x1a"),((t,e)=>{e[qr("0x20")]&&(n.cancel(),this[qr("0x27")]())})),this[qr("0x19")](t.editing.view[qr("0x2d")],qr("0x1d"),((t,e,o)=>{o&&n()})),this[qr("0x19")](t.ui.focusTracker,qr("0x1d"),((e,n,o)=>{o||t[qr("0x24")]||this[qr("0x28")](qr("0x0"),{isAnnotationTracked:t=>this[qr("0x1c")].has(t[qr("0x5")])})})),this[qr("0x19")](this[qr("0x15")].ui,qr("0x25"),(()=>this.fire("uiUpdate")))}registerAnnotation(t){if(this[qr("0x1e")].has(t))return;this[qr("0x1e")][qr("0xb")](t[qr("0x6")]),this[qr("0x15")].ui[qr("0x1b")].add(t.view[qr("0x21")]);const e=this[qr("0x15")][qr("0x23")].get(Or);this[qr("0x19")](e[qr("0x3")],"remove",((t,e)=>{this[qr("0x15")].ui[qr("0x1b")][qr("0x26")](e.view.element),this[qr("0x1e")].delete(e[qr("0x6")])}))}[qr("0x8")](){return this[qr("0x15")][qr("0x7")][qr("0x6")].hasDomSelection}[qr("0x2")](t){if(qr("0x29")!=typeof t)throw new e.CKEditorError(qr("0x12"));this[qr("0x22")][qr("0xb")](t)}refreshSelectedViews(){this.fire(qr("0x16"))}[qr("0x11")]({activeAnnotation:t,annotations:e}){const n=[],o=this.editor.model[qr("0x2d")][qr("0xf")],i=Array[qr("0x2a")](o.getRanges());for(const[t,o]of this[qr("0x1c")]){const i=r(o),s=e[qr("0x14")](t);i&&s&&n[qr("0x2b")]({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[qr("0x4")](t,!o[qr("0xc")]))return e;return null}return n[qr("0xe")](((e,n)=>{const o=e[qr("0xd")],i=n[qr("0xd")];if(!o[qr("0xa")](i)){if(o.containsRange(i,!0))return 1;if(i.containsRange(o,!0))return-1}return e[qr("0x18")]==t?-1:n[qr("0x18")]==t?1:0}))[qr("0x1")]((t=>t[qr("0x18")]))}get[qr("0x1c")](){const t=new Map;for(const e of Array[qr("0x2a")](this._dataCollectors))for(const[n,o]of e())t[qr("0x10")](n,o);return t}}const $r=["get","RestrictedEditingModeEditing","afterInit","editor","plugins","has","addCommentThread","enableCommand"];var Gr,Jr;Gr=$r,Jr=319,function(t){for(;--t;)Gr.push(Gr.shift())}(++Jr);const Yr=function(t,e){return $r[t-=0]};class Qr extends t.Plugin{[Yr("0x3")](){const t=this[Yr("0x4")];t.plugins[Yr("0x6")](Yr("0x2"))&&t[Yr("0x5")][Yr("0x1")]("RestrictedEditingModeEditing")[Yr("0x0")](Yr("0x7"))}}var ts=n(446),es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(ts.Z,es);ts.Z.locals;const ns=["dataInsert","commands","addCommentThread","execute","get","high","_handleImportedData","plugins","afterInit","importWord.commentsStyles","config","forEach","importWord","basic","define","editor","Users","listenTo"];var os,is;os=ns,is=280,function(t){for(;--t;)os.push(os.shift())}(++is);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{constructor(t){super(t),this[rs("0x5")].config[rs("0x4")](rs("0x11"),rs("0x3"))}[rs("0x10")](){const t=this[rs("0x5")],n=t[rs("0x9")].get("importWord"),o=t[rs("0xf")][rs("0xc")](rs("0x6"));n&&(n.on(rs("0xb"),((t,[,e])=>{e.collaboration_features={comments:!0,user_id:o.me.id,comments_styles:this[rs("0x5")][rs("0x0")][rs("0xc")](rs("0x11"))}}),{priority:e.priorities[rs("0xd")]+10}),this[rs("0x7")](n,rs("0x8"),this[rs("0xe")]))}[rs("0xe")](t,e){const{comment_threads:n}=e;n&&n[rs("0x1")]((({thread_id:t,comments:e})=>{const n=e.map((({author:t,content:e,created_at:n})=>({content:e,authorId:this[rs("0x5")][rs("0xf")][rs("0xc")](rs("0x6")).me.id,createdAt:new Date,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:rs("0x2")}}}))),o=this[rs("0x5")].config.get("collaboration.channelId");this[rs("0x5")][rs("0xf")][rs("0xc")](Dr)[rs("0xa")]({channelId:o,threadId:t,comments:n})}))}}const as=["getCommentThread","removeCommentThread","CommentsRepository","init","destroy","hasContent","change:isThreadsLoadingPaused","_initializeMarkerConverters","registerAnnotation","upcast","document","dataToMarker","openNewCommentThread","differ","stop","map","addComment","switchReadOnly","for","ck-comment-marker","set","removeMarker","requires","updateMarker","_attachedThreads","hasCommentThread","name","high","CommentsEditing","getAllMarkersForId","EditorAnnotations","pluginName","_handleMarkerAddAndRemove","collaboration.channelId","getByInnerView","editing","listenTo","end","top","_detachCommentThread","model","low","view","start","includes","split","change","render","reconvertMarker","markerName","left","$marker","isObject","update:comment","Annotations","markers","commands","destroyed","schema","fetchCommentThread","delete","get","activeMarker","root","_threadToController","affectsData","_attachMarkerToThread","rootName","$graveyard","length","markerToHighlight","dataDowncast","comment:","once","change:isReadOnly","createPositionBefore","editor","_threads","filter","config","registerPostFixer","push","has","getAttribute","ck-comment-marker--active","isThreadsLoadingPaused","comment","conversion","elementToElement","add","plugins","createElement","data"];var cs,xs;cs=as,xs=132,function(t){for(;--t;)cs.push(cs.shift())}(++xs);const hs=function(t,e){return as[t-=0]};class ds extends t.Plugin{static get[hs("0x4c")](){return[Dr,Xr,Qr,ss]}static get[hs("0x55")](){return hs("0x52")}constructor(t){super(t),this.set("isThreadsLoadingPaused",!0),t[hs("0x35")][hs("0x22")]("ready",(()=>this[hs("0x2e")]=!1)),this[hs("0x4a")](hs("0x17"),null),this.on("change:activeMarker",((e,n,o,i)=>{t[hs("0x1")].change((()=>{if(o){const{id:e}=us(o),n=this[hs("0x53")](e);for(const e of n)t[hs("0x59")][hs("0x9")](e)}if(i){const{id:e}=us(i),n=this[hs("0x53")](e);for(const e of n)t[hs("0x59")][hs("0x9")](e)}}))})),this[hs("0x4e")]=new Map}[hs("0x39")](){const t=this[hs("0x25")],e=t.plugins.get(hs("0x38")),n=t[hs("0x28")].get("collaboration.channelId");t[hs("0x11")][hs("0x32")]("addCommentThread",new Ur(t)),this.listenTo(t,hs("0x23"),((n,o,i)=>{e[hs("0x47")](i,t[hs("0x28")][hs("0x16")](hs("0x57")))})),this[hs("0x5a")](e,ls(hs("0x37"),n),((n,{threadId:o})=>{t.model[hs("0x7")]((t=>{for(const e of this[hs("0x53")](o))t[hs("0x4b")](e)}));const i=e[hs("0x36")](o);e.hasCommentThread(o)&&!i.length||n[hs("0x44")]()}),{priority:hs("0x51")}),this[hs("0x5a")](e,ls(hs("0x46"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this.getAllMarkersForId(o);!i&&0!=r.length&&e[hs("0x4f")](o)&&1===e.getCommentThread(o)[hs("0x1e")]&&t[hs("0x1")].change((t=>{for(const e of r)t[hs("0x4d")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:hs("0x2")}),this[hs("0x3d")](),this._handleMarkerAddAndRemove()}[hs("0x3a")](){const t=this[hs("0x25")][hs("0x33")][hs("0x16")](hs("0x38")),e=this[hs("0x25")][hs("0x28")][hs("0x16")](hs("0x57"));for(const n of t.getCommentThreads({channelId:e}))t[hs("0x0")](n.id),t[hs("0x26")][hs("0x15")](n.id);super[hs("0x3a")]()}hasMarkerForId(t){return this[hs("0x53")](t).length>0}getAllMarkersForId(t){return(this[hs("0x4e")].get(t)||[])[hs("0x45")]((t=>this[hs("0x25")].model[hs("0x10")][hs("0x16")](t)))[hs("0x27")]((t=>t))}[hs("0x3d")](){const t=this[hs("0x25")];t[hs("0x30")][hs("0x48")]("editingDowncast")[hs("0x1f")]({model:hs("0x2f"),view:t=>{const{id:e}=us(t[hs("0xa")]),n=[hs("0x49")];return this.activeMarker&&us(this[hs("0x17")]).id===e&&n[hs("0x2a")](hs("0x2d")),{classes:n,attributes:{"data-comment":e}}}}),t[hs("0x30")][hs("0x48")](hs("0x20")).markerToData({model:"comment",view:e=>{const n=t.model[hs("0x10")][hs("0x16")](e),{id:o,part:i}=us(e);return n&&!n[hs("0x1a")]?null:{group:hs("0x2f"),name:i?o+":"+i:o}}}),t.conversion[hs("0x48")]("upcast")[hs("0x31")]({view:{name:"comment",attribute:{id:/^\w/}},model:(t,{writer:e})=>e[hs("0x34")](hs("0xc"),{"data-name":hs("0x21")+t[hs("0x2c")]("id")})}),t[hs("0x30")].for(hs("0x3f"))[hs("0x41")]({view:hs("0x2f")})}[hs("0x56")](){const t=this[hs("0x25")],e=t[hs("0x33")][hs("0x16")](hs("0x38")),n=new Set;t.model[hs("0x40")][hs("0x29")]((e=>{let o=!1;for(const{name:i,data:r}of t[hs("0x1")][hs("0x40")][hs("0x43")].getChangedMarkers()){const{group:s,id:a}=us(i);let c=r.newRange;if(hs("0x2f")!==s||!c)continue;const x=hs("0x1d")===c[hs("0x18")][hs("0x1c")];x||(c=ms(c,t[hs("0x1")]),!c||c.isEqual(r.newRange))?!c||!t[hs("0x1")][hs("0x3b")](c)||this[hs("0x4e")][hs("0x2b")](a)&&x?(e.removeMarker(i),o=!0):x||(this.isThreadsLoadingPaused?n.add(i):this[hs("0x1b")](i,a)):(e[hs("0x4d")](i,{range:c}),o=!0)}return o})),this.on(hs("0x3c"),((e,o,i)=>{if(!i&&n.size)for(const e of n){const{id:o}=us(e);n.delete(o),t[hs("0x1")][hs("0x10")][hs("0x16")](e)&&this[hs("0x1b")](e,o)}})),this.listenTo(t[hs("0x1")][hs("0x10")],hs("0xe"),((o,i,r,s)=>{if(s)return;const{id:a}=us(i[hs("0x50")]),c=t[hs("0x33")][hs("0x16")]("CommentsRepository")[hs("0x36")](a);n[hs("0x15")](a),c&&!this.hasMarkerForId(a)&&(this[hs("0x4e")].delete(a),e[hs("0x0")](a))}))}[hs("0x1b")](t,n){if(this[hs("0x4e")][hs("0x2b")](n)){const e=this[hs("0x4e")][hs("0x16")](n);return void(e[hs("0x5")](t)||e.push(t))}this[hs("0x4e")][hs("0x4a")](n,[t]);const o=this[hs("0x25")],r=o[hs("0x33")][hs("0x16")](hs("0x38")),s=o[hs("0x28")].get("collaboration.channelId"),a=o[hs("0x33")].get(hs("0x54")),c=()=>{const t=this[hs("0x53")](n);if(0===t.length)return null;if(1===t[hs("0x1e")])return(0,i.getMarkerDomElement)(o[hs("0x59")],t[0]);const r=t.map((t=>(0,i.getMarkerDomElement)(o[hs("0x59")],t)));return r.sort(((t,n)=>{const o=new e.Rect(t),i=new e.Rect(n),r=o[hs("0x5c")]-i[hs("0x5c")];return 0==r?o.left-i[hs("0xb")]:r})),r[0]};this[hs("0x53")](n)[0].managedUsingOperations?r[hs("0x14")]({channelId:s,threadId:n}).then((t=>{if(hs("0x12")!==o.state)if(t){const e=t.attachTo(c);a[hs("0x3e")](e)}else{const t=this[hs("0x53")](n);o[hs("0x1")][hs("0x7")]((e=>{for(const n of t)e[hs("0x4b")](n)}))}})):o[hs("0x59")][hs("0x3")].once(hs("0x8"),(()=>{const t=o[hs("0x33")].get(hs("0xf")),e=r[hs("0x42")]({channelId:s,threadId:n,target:c}),i=r[hs("0x19")][hs("0x16")](e)[hs("0x3")],x=t[hs("0x58")](i);a[hs("0x3e")](x)}),{priority:"low"})}}function ls(t,e){return e?t+":"+e:t}function us(t){const e=t[hs("0x6")](":");return{group:e[0],id:e[1],part:e[2]}}function ms(t,e){const n=e[hs("0x13")],o=e.createRange(t[hs("0x4")]);for(const i of t.getWalker()){const{type:t,item:r,nextPosition:s}=i;if("text"===t||n[hs("0xd")](r)){const t=e[hs("0x24")](r);o.isCollapsed&&(o[hs("0x4")]=t),o[hs("0x5b")]=s}}return o.isCollapsed?null:o}const fs='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.916 11.916 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Zm1.55 5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"/></svg>\n',ps=["_threadToController","_createUIButton","CommentsUI","editor","view","removeCommentThread","Comment","execute","getCommentThread","plugins","hasMarkerForId","model","hasCommentThread","map","pluginName","has","innerView","getAllMarkersForId","CommentThreadInputView","comment","low","activeMarker","get","listenTo","add","addSourceCollector","from","tooltip","highest","find","addComment","requires","icon","comment:","CommentsListView","length","locale","focus","commands","init"];var gs,bs;gs=ps,bs=292,function(t){for(;--t;)gs.push(gs.shift())}(++bs);const vs=function(t,e){return ps[t-=0]};class _s extends t.Plugin{static get[vs("0x2")](){return vs("0x1e")}static get[vs("0x13")](){return[Dr,ds,Xr,Or]}get[vs("0x16")](){return si}get[vs("0x6")](){return Go}[vs("0x1b")](){const t=this[vs("0x1f")],e=t[vs("0x25")][vs("0xa")](Dr),n=t[vs("0x25")][vs("0xa")](ds),o=t[vs("0x25")][vs("0xa")](Or),i=t[vs("0x25")].get(Xr);t.ui.componentFactory[vs("0xc")](vs("0x7"),(()=>this[vs("0x1d")]())),i[vs("0xd")]((()=>{const t=[];for(const[o,i]of e[vs("0x1c")]){const e=n[vs("0x5")](o.id),r=e[vs("0x1")]((t=>t.getRange()));e[vs("0x17")]>0&&t.push([i.view,r])}return t})),this[vs("0xb")](o,"change:activeAnnotations",((t,o,i)=>{const r=Array[vs("0xe")](i).map((t=>t[vs("0x4")]))[vs("0x11")]((t=>e._viewToController[vs("0x3")](t)));if(!r)return void(n[vs("0x9")]=null);const s=e._viewToController.get(r)[vs("0x27")].id,a=vs("0x15")+s;n[vs("0x26")](s)?n.activeMarker=a:n[vs("0x9")]&&(n.activeMarker=null)})),this.listenTo(e,vs("0x21"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui.focusTracker.isFocused&&n[vs("0x26")](o)&&t.editing.view.focus()}),{priority:vs("0x10")}),this[vs("0xb")](e,vs("0x12"),((o,{threadId:i,isFromAdapter:r})=>{!r&&n.hasMarkerForId(i)&&e[vs("0x0")](i)&&1===e[vs("0x24")](i)[vs("0x17")]&&(t.editing[vs("0x20")][vs("0x19")](),o.stop())}),{priority:vs("0x8")})}[vs("0x1d")](){const t=this.editor,e=new go.ButtonView(t[vs("0x18")]),n=t[vs("0x1a")][vs("0xa")]("addCommentThread");return e.label=bo(t.locale,"Comment"),e[vs("0xf")]=bo(t[vs("0x18")],vs("0x22")),e[vs("0x14")]=fs,e.bind("isEnabled").to(n),this[vs("0xb")](e,vs("0x23"),(()=>n.execute())),e}}const ws=["listenTo","affectsData","clearForceDisabled","clipboardInput","afterInit","editing","editor","DragDrop","set","config","has","commands","view","forceDisabled","highest","commentsOnlyMode","_disableCommentsOnlyMode","document","cut","delete","plugins","stop","change:isEnabled","pluginName","get","addCommentThread","requires","stopListening","_enableCommentsOnlyMode","isEnabled"];var ks,ys;ks=ws,ys=305,function(t){for(;--t;)ks.push(ks.shift())}(++ys);const As=function(t,e){return ws[t-=0]};class Cs extends t.Plugin{static get[As("0x12")](){return"CommentsOnly"}static get[As("0x15")](){return[ds]}constructor(t){super(t),this[As("0x3")](As("0x18"),null),this.on(As("0x11"),((t,e,n)=>{n?this[As("0x17")]():this[As("0xb")]()}))}[As("0x1d")](){null===this.isEnabled&&(this[As("0x18")]=!!this[As("0x1")][As("0x4")][As("0x13")]("commentsOnly"))}[As("0x17")](){for(const[t,e]of this.editor.commands)e[As("0x1a")]&&"addCommentThread"!==t&&e[As("0x8")](As("0xa"));this[As("0x1")].plugins[As("0x5")](As("0x2"))&&this[As("0x1")][As("0xf")].get(As("0x2")).forceDisabled(As("0xa"));const t=this.editor[As("0x0")][As("0x7")].document;this[As("0x19")](t,As("0xd"),(t=>t[As("0x10")]()),{priority:As("0x9")}),this[As("0x19")](t,As("0x1c"),(t=>t.stop()),{priority:"highest"}),this[As("0x19")](t,As("0xe"),(t=>t[As("0x10")]()),{priority:As("0x9")})}_disableCommentsOnlyMode(){for(const[t,e]of this[As("0x1")][As("0x6")])e.affectsData&&As("0x14")!==t&&e[As("0x1b")](As("0xa"));this[As("0x16")](this.editor[As("0x0")].view[As("0xc")])}}const Ts=["length","_assertAnnotationDoesNotBelongToMultipleUIs","requires","set","change:activeAnnotation","annotationsuis-annotation-mismatch","_uisData","has","deactivate","push","deactivateAll","stopListening","add","register","_setSelectedAnnotations","plugins","setActiveAnnotation","activeUIs","destroy","detach","find","hasActive","isActive","remove","_visibleAnnotations","from","collection","activate","_activateAnnotation","attach","context","listenTo","delete","annotationsuis-activate-missing-ui","_uis","filter","activeAnnotations","get","_removeActiveAnnotation","switchTo","pluginName","_addActiveAnnotation","refilterAnnotations"];var Es,Is;Es=Ts,Is=103,function(t){for(;--t;)Es.push(Es.shift())}(++Is);const Os=function(t,e){return Ts[t-=0]};class js extends t.ContextPlugin{static get[Os("0x1c")](){return[Or]}static get[Os("0x17")](){return"AnnotationsUIs"}constructor(t){super(t),this[Os("0x0")]=new Set,this._uis=new Map,this[Os("0x20")]=new Map}init(){const t=this[Os("0xd")][Os("0x29")][Os("0x14")](Or);this[Os("0xe")](t,Os("0xb"),((t,e)=>{for(const t of this[Os("0x0")]){const n=this[Os("0x11")][Os("0x14")](t);(0,this._uisData[Os("0x14")](t)[Os("0x12")])(e)&&n[Os("0x2a")](e)}})),this[Os("0xe")](t,"_deactivateAllAnnotations",(()=>{for(const t of this.activeUIs)this._uis[Os("0x14")](t)[Os("0x2a")](null)})),this[Os("0xe")](t[Os("0x7")],Os("0x26"),((t,e)=>{this[Os("0x1b")](e)}))}[Os("0x4")](){return this.activeUIs.size>0}[Os("0x5")](t){return this[Os("0x0")][Os("0x21")](t)}[Os("0xa")](t,n=(()=>!0)){const o=this[Os("0xd")].plugins[Os("0x14")](Or);if(!this._uis[Os("0x21")](t))throw new e.CKEditorError(Os("0x10"),this,{uiName:t});this.isActive(t)&&this[Os("0x22")](t),this[Os("0x0")][Os("0x26")](t);const i=new yr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e[kr("0x10")](o);e[kr("0x11")](t,kr("0x10"),((t,o)=>{n(o)&&e[kr("0x10")](o)})),e[kr("0x11")](t,kr("0x1"),((t,n)=>{e[kr("0x4")](n)&&e[kr("0x1")](n)}))})({source:o[Os("0x7")],target:i,filter:n}),this[Os("0x20")].set(t,{collection:i,filter:n});const r=this[Os("0x11")][Os("0x14")](t);r[Os("0xc")](i),this[Os("0xe")](r,Os("0x1e"),((t,e,n,i)=>{i&&o[Os("0x15")](i),n&&o[Os("0x18")](n)}))}deactivate(t){this[Os("0x0")][Os("0xf")](t);const e=this[Os("0x11")][Os("0x14")](t);e[Os("0x2")](),this[Os("0x25")](e),this[Os("0x20")].get(t)[Os("0x9")][Os("0x1")](),this[Os("0x20")][Os("0xf")](t)}[Os("0x16")](t){const e=this.context[Os("0x29")].get(Or),n=Array[Os("0x8")](e[Os("0x13")])[0]||null;this[Os("0x24")](),this[Os("0xa")](t);const o=this[Os("0x11")][Os("0x14")](t);o[Os("0x2a")](n),o[Os("0x28")]&&n&&o[Os("0x28")]([n])}deactivateAll(){for(const t of this.activeUIs)this.deactivate(t)}[Os("0x27")](t,n){if(this[Os("0x11")][Os("0x21")](t))throw new e.CKEditorError("annotationsuis-register-already-registered");if("function"!=typeof n[Os("0xc")]||"function"!=typeof n[Os("0x2")]||"function"!=typeof n[Os("0x2a")])throw new e.CKEditorError("annotationsuis-register-invalid-interface",null);this._uis[Os("0x1d")](t,n)}[Os("0x19")](){const t=this[Os("0xd")][Os("0x29")].get(Or)[Os("0x9")],e=new Map,n=Array.from(this.activeUIs);for(const t of this[Os("0x0")]){const n=this[Os("0x20")][Os("0x14")](t).collection;for(const o of n)e[Os("0x1d")](o,t)}for(const o of t){const t=e[Os("0x14")](o);this[Os("0x1b")](o);const i=n[Os("0x3")]((t=>this[Os("0x20")][Os("0x14")](t)[Os("0x12")](o)));t!==i&&(t&&this[Os("0x20")][Os("0x14")](t)[Os("0x9")][Os("0x6")](o),i&&this[Os("0x20")][Os("0x14")](i)[Os("0x9")][Os("0x26")](o))}}[Os("0x1")](){this[Os("0x24")](),super[Os("0x1")]()}[Os("0x1b")](t){const n=[];for(const e of this[Os("0x0")])(0,this._uisData[Os("0x14")](e).filter)(t)&&n[Os("0x23")](e);if(n[Os("0x1a")]>1)throw new e.CKEditorError(Os("0x1f"),null,{matchedUIs:n,annotationType:t.type})}}var Vs=n(100),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Vs.Z,Ms);Vs.Z.locals;const Rs=["div","setTemplate","class","minHeight","set","list","bindTemplate","createCollection","ck-reset"];var Ss,Ds;Ss=Rs,Ds=186,function(t){for(;--t;)Ss.push(Ss.shift())}(++Ds);const Ns=function(t,e){return Rs[t-=0]},Ps=(0,e.toUnit)("px");class Bs extends go.View{constructor(t){super(t);const e=this[Ns("0x0")];this[Ns("0x7")](Ns("0x6"),0),this[Ns("0x7")](Ns("0x5"),""),this[Ns("0x8")]=this[Ns("0x1")](),this[Ns("0x4")]({tag:Ns("0x3"),attributes:{class:["ck","ck-sidebar",Ns("0x2"),e.to(Ns("0x5"))],style:{minHeight:e.to(Ns("0x6"),(t=>t?Ps(t+10):null))}},children:this[Ns("0x8")]})}}const Ls=["bindTemplate","_mutationObserver","createCollection","height","set","top","element","destroy","ck-sidebar-item","content","detach","ck-sidebar-item--no-animation","updateHeight","clientHeight","setTemplate","_targetTop","attach","render","bottom","bind","isAnimationDisabled"];var Fs,zs;Fs=Ls,zs=288,function(t){for(;--t;)Fs.push(Fs.shift())}(++zs);const Ks=function(t,e){return Ls[t-=0]},Us=(0,e.toUnit)("px");class Ws extends go.View{constructor(t){super(t),this[Ks("0xa")]("top"),this[Ks("0xa")](Ks("0x9"),0),this[Ks("0x4")](Ks("0x3")).to(this,Ks("0xb"),this,Ks("0x9"),((t,e)=>(t||0)+e)),this.set(Ks("0x5"),!1),this[Ks("0x7")]=rr((()=>this[Ks("0x12")]())),this[Ks("0x0")]=null,this[Ks("0xf")]=this[Ks("0x8")]();const e=this[Ks("0x6")];this[Ks("0x14")]({tag:"div",attributes:{class:[Ks("0xe"),e.to(Ks("0x5"),(t=>t?Ks("0x11"):""))],style:{top:e.to("top",Us)}},children:this[Ks("0xf")]})}[Ks("0x2")](){super[Ks("0x2")](),this[Ks("0x7")][Ks("0x1")](this[Ks("0xc")])}[Ks("0x12")](){const t=this[Ks("0xc")][Ks("0x13")];t&&(this.height=t)}[Ks("0xd")](){this[Ks("0xf")].clear(),this[Ks("0x7")][Ks("0x10")](),super[Ks("0xd")]()}}const Hs=["container","destroy","get","object","locale","_activeAnnotation","minHeight","_getTargetTop","stopListening","_createSidebarView","_lastItem","change:targetRect","_detachFromContainer","_annotations","clear","list","add","refresh","target","_getItemAfter","set","_getMaxAvailableTop","content","appendChild","bottom","pluginName","_setItemTop","define","render","_alignAfterItem","updateHeight","sidebar.container","_destroySidebarItemView","bind","_alignBeforeItem","top","_attachToContainer","_sidebarItemViewToAnnotation","change:top","getIndex","view","sidebar-attachtocontainer-missing-container","nodeType","context","sidebar.preventScrollOutOfView","push","_annotationToSidebarItemView","_getItemBefore","listenTo","Sidebar","addAnnotation","_alignForTopChange","init","class","_updateLastItem","isAnimationDisabled","delete","change:bottom","_recalculateBuffer","max","remove","isActive","element","_alignToTargetRect","config","sidebar-setcontainer-invalid-element","length","_alignForBottomChange","_recalculate","_spaceBetweenItems","getSidebarItemView"];var Zs,qs;Zs=Hs,qs=414,function(t){for(;--t;)Zs.push(Zs.shift())}(++qs);const Xs=function(t,e){return Hs[t-=0]};class $s extends t.ContextPlugin{static get[Xs("0x25")](){return Xs("0x3d")}constructor(t){super(t),this[Xs("0x20")](Xs("0x16")),this[Xs("0x34")]=this[Xs("0x15")](),this[Xs("0x20")](Xs("0xc"),null),this._spaceBetweenItems=25,this._sidebarItemViewToAnnotation=new Map,this[Xs("0x3a")]=new Map,this[Xs("0x37")].config[Xs("0x27")](Xs("0x38"),!1),this[Xs("0x19")]=null,this[Xs("0x11")]=null,this._recalculateBuffer=[]}[Xs("0x40")](){const t=this[Xs("0x37")][Xs("0x5")][Xs("0xe")](Xs("0x2b"));t&&this.setContainer(t)}setContainer(t){if(!Js(t))throw new e.CKEditorError(Xs("0x6"));this.container=t}[Xs("0x30")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!Js(this[Xs("0xc")]))throw new e.CKEditorError(Xs("0x35"),this);this[Xs("0xc")][Xs("0x23")](this[Xs("0x34")][Xs("0x3")]),this[Xs("0x34")][Xs("0x41")]=t,this[Xs("0xa")]=n}rearrange({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this.getSidebarItemView(t);this.view[Xs("0x1b")][Xs("0x1")](o),this._destroySidebarItemView(t),e&&this[Xs("0x4")](this[Xs("0xb")](e)),n&&this[Xs("0x4")](this.getSidebarItemView(n)),this._updateLastItem()}[Xs("0x1d")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this._activeAnnotation=e,t){t.isActive=!1;const e=this.getSidebarItemView(t);e&&n&&(e.isAnimationDisabled=!1)}if(e){const t=this[Xs("0xb")](e);t&&(e[Xs("0x2")]=!0,n&&(t[Xs("0x43")]=!0,t[Xs("0x2f")]+=1),this[Xs("0x4")](t))}}[Xs("0x18")](t){this[Xs("0x14")](),this[Xs("0x34")][Xs("0x3")][Xs("0x1")]();for(const e of t)this._destroySidebarItemView(e);this[Xs("0x34")][Xs("0x1b")][Xs("0x1a")](),this[Xs("0x34")].class="",this[Xs("0x16")]=null}[Xs("0x3e")](t,e){e||(e=t[Xs("0x34")]);const n=new Ws(this[Xs("0x37")][Xs("0x10")]);this._sidebarItemViewToAnnotation.set(n,t),this[Xs("0x3a")][Xs("0x20")](t,n),n.content[Xs("0x1c")](e),this.listenTo(t[Xs("0x34")],Xs("0x17"),((e,o,i)=>{const r=this._getTargetTop(t,i);n._targetTop!=r&&(n._targetTop=r,this[Xs("0x26")](n,r))})),this.listenTo(n,Xs("0x32"),(()=>{this[Xs("0x9")](n,"top")})),this[Xs("0x3c")](n,Xs("0x45"),(()=>{this[Xs("0x9")](n,"bottom")})),this._alignToTargetRect(n);const o=this._getItemBefore(n);return o?this[Xs("0x29")](o,n)||this._alignToTargetRect(n):this[Xs("0x4")](n),this._updateLastItem(),this[Xs("0x34")].list[Xs("0x1c")](n),n}[Xs("0x3f")](t){if(!t[Xs("0x22")].length)return;const e=this._getItemBefore(t);if(!e)return;const n=this[Xs("0x31")][Xs("0xe")](e),o=this[Xs("0x11")];o&&o===n?this[Xs("0x29")](e,t):this[Xs("0x2e")](t,e)}[Xs("0x8")](t){if(!t.content[Xs("0x7")])return;const e=this._getItemAfter(t);if(!e)return;const n=this[Xs("0x31")].get(e),o=this[Xs("0x37")].config[Xs("0xe")](Xs("0x38")),i=this[Xs("0x11")];i&&i===n&&o?(this._alignBeforeItem(e,t),this[Xs("0x29")](t,e)):i&&i===n?this[Xs("0x2e")](e,t):this._alignAfterItem(t,e)}_recalculate(t,e){0===this[Xs("0x46")][Xs("0x7")]&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this._recalculateBuffer)Xs("0x2f")===e?this._alignForTopChange(t):this[Xs("0x8")](t);this._recalculateBuffer=[]}),10),this._recalculateBuffer[Xs("0x39")]({sidebarItemView:t,changedProp:e})}[Xs("0xb")](t){return this[Xs("0x3a")][Xs("0xe")](t)}destroy(){this[Xs("0x34")][Xs("0xd")]()}[Xs("0x2c")](t){const e=this[Xs("0xb")](t);this[Xs("0x14")](e),this[Xs("0x14")](t[Xs("0x34")]),e[Xs("0xd")](),this[Xs("0x3a")][Xs("0x44")](t),this._sidebarItemViewToAnnotation[Xs("0x44")](e)}_createSidebarView(){const t=new Bs(this[Xs("0x37")][Xs("0x10")]);return t[Xs("0x28")](),this.on("change:_lastItem",((e,n,o,i)=>{i&&t.unbind(Xs("0x12")),o?t[Xs("0x2d")](Xs("0x12")).to(o,Xs("0x24")):t[Xs("0x12")]=null})),t}[Xs("0x42")](){this[Xs("0x16")]=this[Xs("0xb")](this[Xs("0x19")].last)}[Xs("0x3b")](t){const e=this[Xs("0x31")].get(t),n=this[Xs("0x19")][Xs("0xe")](this[Xs("0x19")][Xs("0x33")](e)-1);return n&&this[Xs("0xb")](n)}[Xs("0x1f")](t){const e=this._sidebarItemViewToAnnotation[Xs("0xe")](t),n=this[Xs("0x19")][Xs("0xe")](this[Xs("0x19")][Xs("0x33")](e)+1);return n&&this.getSidebarItemView(n)}[Xs("0x2e")](t,e){t[Xs("0x2a")]();const n=Gs(e[Xs("0x24")]+this[Xs("0xa")],t.top);return!!n&&(this[Xs("0x26")](e,e[Xs("0x2f")]-n),!0)}_alignAfterItem(t,e){t.updateHeight();const n=Gs(t[Xs("0x24")]+this[Xs("0xa")],e[Xs("0x2f")]);return!!n&&(this._setItemTop(e,e[Xs("0x2f")]+n,!1),!0)}[Xs("0x4")](t){const e=this._sidebarItemViewToAnnotation.get(t);if(!e||!e[Xs("0x1e")])return;const n=this[Xs("0x13")](e,e.targetRect);this[Xs("0x26")](t,n)}[Xs("0x13")](t,n){if(null===n)return 0;if(t[Xs("0x1e")]instanceof e.Rect)return n.top;{const t=new e.Rect(this[Xs("0x34")].element).top;return n[Xs("0x2f")]-t}}[Xs("0x26")](t,e,n=this[Xs("0x37")][Xs("0x5")][Xs("0xe")]("sidebar.preventScrollOutOfView")){n&&(e=Math[Xs("0x0")](e,this._getMaxAvailableTop(t))),t[Xs("0x2f")]=e}[Xs("0x21")](t){let e=this[Xs("0x3b")](t),n=0;for(;e;)e[Xs("0x2a")](),n+=this[Xs("0xa")]+e.height,e=this[Xs("0x3b")](e);return n}}function Gs(t,e){return Math[Xs("0x0")](t-e,0)}function Js(t){return null!==t&&Xs("0xf")==typeof t&&1===t[Xs("0x36")]}const Ys=["hasDomSelection","getOrderedSelectedAnnotations","uiUpdate","_destroyEditorAnnotationsIntegration","_detachFromContainer","attach","context","ck-sidebar--wide","updateTargetRect","_refreshPositioningDebounced","_integrateWithEditorAnnotations","wideSidebar","get","set","Sidebar","widesidebar-attach-already-attached","cancel","ready","requires","editors","annotations","addAnnotation","off","detach","removeEventListener","listenTo","stopListening","activeAnnotation","stop","remove","isAttached","add","blur","WideSidebar","refreshPositioning","set:container","_attachToContainer","plugins","_editorAnnotations","setActiveAnnotation","rearrange","EditorAnnotations","high","refresh","addEventListener","_activeAnnotation","widesidebar-detach-not-attached","_annotations","resize","change:container"];var Qs,ta;Qs=Ys,ta=264,function(t){for(;--t;)Qs.push(Qs.shift())}(++ta);const ea=function(t,e){return Ys[t-=0]};class na extends t.ContextPlugin{static get[ea("0x4")](){return[$s,js]}static get pluginName(){return ea("0x13")}constructor(t){super(t),this[ea("0x10")]=!1,this[ea("0x31")](ea("0xd"),null),this[ea("0x6")]=null,this._editorAnnotations=new e.Collection,this[ea("0x2d")]=Qi((()=>{this[ea("0x6")].refreshPositioning()}),250,{leading:!1})}init(){const t=this[ea("0x2a")].plugins[ea("0x30")](js),e=this[ea("0x2a")].plugins[ea("0x30")]($s);t.register(ea("0x2f"),this),e.container&&t.switchTo(ea("0x2f"))}setActiveAnnotation(t){if(t===this[ea("0xd")])return;const e=this.context[ea("0x17")].get($s);e[ea("0x1f")]=t;const n=this[ea("0xd")];this[ea("0xd")]=t,e.refresh({blurredAnnotation:n,activatedAnnotation:this[ea("0xd")]})}attach(t){this[ea("0x6")]=t;const n=this[ea("0x2a")][ea("0x17")][ea("0x30")](ea("0x0"));if(n[ea("0x21")]=t,this[ea("0x10")])throw new e.CKEditorError(ea("0x1"),this);this[ea("0x10")]=!0,this[ea("0xb")](n,ea("0x15"),(()=>{this[ea("0x9")](),this[ea("0xb")](n,ea("0x23"),(e=>{e[ea("0x8")](),this[ea("0x29")](t)}))})),n[ea("0x16")]({viewClass:ea("0x2b")});const o=t=>{t[ea("0x2c")](),n[ea("0x7")](t)};for(const e of t)o(e);this[ea("0xb")](t,ea("0x11"),((t,e)=>{o(e)})),this[ea("0xb")](t,ea("0xf"),((e,o,i)=>{n[ea("0x1a")]({removedAnnotation:o,previousAnnotation:t[ea("0x30")](i-1),nextAnnotation:t.get(i+1)}),o===this[ea("0xd")]&&this[ea("0x19")](null)}),{priority:"high"}),this[ea("0xb")](t,"focus",((t,e)=>{this.setActiveAnnotation(e)})),this[ea("0xb")](t,ea("0x12"),(()=>{this[ea("0x19")](null)}));const i=this.context[ea("0x5")]?this[ea("0x2a")][ea("0x5")]:new e.Collection([this.context]);for(const t of i)this[ea("0x2e")](t);this[ea("0xb")](i,ea("0x11"),((t,e)=>{this[ea("0xb")](e,ea("0x3"),(()=>{this[ea("0x2e")](e)}))})),this[ea("0xb")](i,ea("0xf"),((t,e)=>{e.plugins.has(ea("0x1b"))&&this._destroyEditorAnnotationsIntegration(e[ea("0x17")][ea("0x30")](ea("0x1b")))})),window[ea("0x1e")]("resize",this[ea("0x2d")]),this[ea("0x6")][ea("0x14")]()}[ea("0x9")](){if(!this[ea("0x10")])throw new e.CKEditorError(ea("0x20"),this);this[ea("0x19")](null);const t=this[ea("0x2a")].plugins[ea("0x30")]($s);t[ea("0x28")](this[ea("0x6")]),this[ea("0xc")](t),this[ea("0xc")](this[ea("0x6")]),this[ea("0xc")](this[ea("0x2a")][ea("0x5")]);for(const t of Array.from(this._editorAnnotations))this[ea("0x27")](t);window[ea("0xa")](ea("0x22"),this[ea("0x2d")]),this[ea("0x2d")][ea("0x2")](),this[ea("0xd")]=null,this[ea("0x10")]=!1,this[ea("0x6")]=null}destroy(){this[ea("0x10")]&&this[ea("0x9")]()}_integrateWithEditorAnnotations(t){const e=t[ea("0x17")].get(ea("0x1b"));if(!e)return;const n=()=>{const t=e[ea("0x25")]({annotations:this[ea("0x6")],activeAnnotation:this[ea("0xd")]});this[ea("0x19")](t[0]||null)};this[ea("0xb")](e,ea("0x1d"),n),this[ea("0xb")](e,ea("0x12"),((t,{isAnnotationTracked:e})=>{this[ea("0xd")]&&e(this[ea("0xd")])&&this[ea("0x19")](null)})),this[ea("0xb")](e,ea("0x26"),(()=>{this._refreshPositioningDebounced()})),this[ea("0xb")](this[ea("0x6")],ea("0x12"),(t=>{e[ea("0x24")]()&&(n(),t[ea("0xe")]())}),{priority:ea("0x1c")}),this[ea("0x18")].add(e)}[ea("0x27")](t){t&&(this[ea("0xc")](t),this._editorAnnotations[ea("0xf")](t))}}const oa=["counterView","_badge","extendTemplate","set","isDirty","add","children","bind","span","ck-annotation-counter__badge","number","icon","ck-annotation-counter","...","ck-annotation-counter__badge--edit-mode"];var ia,ra;ia=oa,ra=384,function(t){for(;--t;)ia.push(ia.shift())}(++ra);const sa=function(t,e){return oa[t-=0]};class aa extends go.ButtonView{constructor(t){super(t);const e=this.bindTemplate;this[sa("0x9")]("isDirty",!1),this[sa("0x9")](sa("0x1"),0),this[sa("0xd")](sa("0x7")).to(this,sa("0xa"),this,sa("0x1"),((t,e)=>t?sa("0x4"):e)),this[sa("0x9")]("annotationType",""),this[sa("0x2")]=fs,this[sa("0x8")]({attributes:{class:[sa("0x3")]}}),this[sa("0x6")]=new go.View,this.counterView.setTemplate({tag:sa("0xe"),attributes:{class:[sa("0x0"),e.to("annotationType",(t=>"ck-annotation-counter__badge--"+t)),e.if(sa("0xa"),sa("0x5"))]},children:[{text:e.to(sa("0x7"))}]}),this[sa("0xc")][sa("0xb")](this[sa("0x6")])}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(ca.Z,xa);ca.Z.locals;const ha=["_showBalloon","content","add","stopListening","detach","keyCode","refresh","annotationType","isDirty","southArrowNorthWest","_annotationToNarrowView","editors","_setSelectedAnnotations","register","southArrowNorth","bodyCollection","ready","Sidebar","pluginName","setActiveAnnotation","remove","mousedown","set:container","defaultPositions","init","isVisible","_refreshPositioning","removeEventListener","preventDefault","requires","number","attach","isAttached","keydown","create","target","_domEmitter","delete","off","preventClosingBalloon","resize","ck-sidebar--narrow","activeAnnotation","contains","first","_refreshPositioningDebounced","view","addEventListener","unpin","set","attachToDom","element","narrowsidebar-attach-already-attached","_hideBalloon","annotations","stop","locale","_updateBalloonPosition","_attachListeners","pin","destroy","_detachListeners","_annotations","_integrateWithEditorAnnotations","addAnnotation","Esc","_manuallyClosedAnnotationViews","getSidebarItemView","context","northArrowSouthWest","_destroyEditorAnnotationsIntegration","high","type","_attachToContainer","has","NarrowSidebar","balloonPanelView","get","blur","getByView","change:container","from","refreshPositioning","listenTo","plugins","EditorAnnotations","detachFromDom","includes","focus","execute","northArrowSouth","hasDomSelection","_editorAnnotations","narrowsidebar-detach-not-attached","_selectedAnnotations","clear","southArrowNorthEast"];var da,la;da=ha,la=204,function(t){for(;--t;)da.push(da.shift())}(++la);const ua=function(t,e){return ha[t-=0]};class ma extends t.ContextPlugin{static get[ua("0x13")](){return[$s,js]}static get[ua("0x8")](){return ua("0x41")}constructor(t){super(t),this.isAttached=!1,this[ua("0x38")]=new Set,this._domEmitter=Object[ua("0x18")](e.DomEmitterMixin),this[ua("0x0")]=new Map,this.set(ua("0x20"),null),this[ua("0x2c")]=null,this._selectedAnnotations=[],this[ua("0x52")]=new e.Collection,this[ua("0x23")]=Qi((()=>{this[ua("0x10")]()}),250,{leading:!1})}[ua("0xe")](){this[ua("0x3a")][ua("0x4a")][ua("0x43")](js)[ua("0x3")]("narrowSidebar",this),this[ua("0x5")]=new go.BodyCollection(this[ua("0x3a")][ua("0x2e")]),this[ua("0x42")]=new go.BalloonPanelView(this.context[ua("0x2e")]),this[ua("0x5")][ua("0x28")](),this[ua("0x5")][ua("0x59")](this[ua("0x42")])}[ua("0x15")](t){this[ua("0x2c")]=t;const n=this.context.plugins[ua("0x43")]($s),o=this[ua("0x42")];if(n[ua("0x34")]=t,this.isAttached)throw new e.CKEditorError(ua("0x2a"),this);this[ua("0x16")]=!0,this[ua("0x49")](n,ua("0xc"),(()=>{this.detach(),this.listenTo(n,ua("0x46"),(e=>{e[ua("0x1c")](),this[ua("0x15")](t)}))})),n[ua("0x3f")]({viewClass:ua("0x1f"),spaceBetweenItems:5});const i=t=>{const e=new aa(this[ua("0x3a")].locale);n[ua("0x36")](t,e),this._annotationToNarrowView[ua("0x27")](t,e),e.bind("isDirty",ua("0x5e"),ua("0x14")).to(t[ua("0x24")],ua("0x5f"),ua("0x3e"),"length"),e.on(ua("0x4f"),(()=>{this[ua("0x38")][ua("0x55")](),o[ua("0x58")][ua("0x22")]!==t[ua("0x24")]?(this[ua("0x57")](t),t[ua("0x24")][ua("0x29")][ua("0x4e")](),this.setActiveAnnotation(t)):this.setActiveAnnotation(null)}))};for(const e of t)i(e);this[ua("0x49")](t,"add",((t,e)=>{i(e)})),this[ua("0x49")](t,ua("0xa"),((e,o,i)=>{this._annotationToNarrowView.get(o)[ua("0x32")](),this[ua("0x0")][ua("0x1b")](o),n.rearrange({removedAnnotation:o,previousAnnotation:t.get(i-1),nextAnnotation:t.get(i+1)}),o===this.activeAnnotation&&this[ua("0x9")](null)}),{priority:"low"}),this[ua("0x49")](t,ua("0x4e"),((t,e)=>{this.setActiveAnnotation(e)})),this[ua("0x49")](t,ua("0x44"),(()=>{this[ua("0x9")](null)})),this[ua("0x1a")][ua("0x49")](document,ua("0x17"),((t,n)=>{n[ua("0x5c")]===e.keyCodes.esc&&o[ua("0xf")]&&(this._manuallyClosedAnnotationViews[ua("0x59")](o[ua("0x58")][ua("0x22")]),this[ua("0x2b")](),n.stopPropagation(),n[ua("0x12")]())})),this[ua("0x1a")][ua("0x49")](document,ua("0xb"),((t,e)=>{const i=e[ua("0x19")];o.isVisible&&o[ua("0x29")][ua("0x21")](i)||n.view[ua("0x29")][ua("0x21")](i)||t[ua("0x1d")]||(this[ua("0x38")][ua("0x55")](),this[ua("0x2b")](),this[ua("0x9")](null))}));const r=this.context[ua("0x1")]?this[ua("0x3a")][ua("0x1")]:new e.Collection([this[ua("0x3a")]]);for(const t of r)this[ua("0x35")](t);this[ua("0x49")](r,ua("0x59"),((t,e)=>{this[ua("0x49")](e,ua("0x6"),(()=>{this[ua("0x35")](e)}))})),this[ua("0x49")](r,"remove",((t,e)=>{e.plugins[ua("0x40")](ua("0x4b"))&&this[ua("0x3c")](e.plugins[ua("0x43")](ua("0x4b")))})),window[ua("0x25")](ua("0x1e"),this[ua("0x23")]),this._refreshPositioning()}[ua("0x9")](t){if(t===this.activeAnnotation)return;const e=this[ua("0x3a")][ua("0x4a")][ua("0x43")](ua("0x7"));e[ua("0x5d")]({blurredAnnotation:this.activeAnnotation,activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t?e[ua("0x39")](t)?this._showBalloon(t):this[ua("0x2b")]():this._hideBalloon(),this[ua("0x20")]=t}[ua("0x5b")](){if(!this[ua("0x16")])throw new e.CKEditorError(ua("0x53"),this);this[ua("0x9")](null);const t=this[ua("0x3a")].plugins.get(ua("0x7"));this._hideBalloon(),Array[ua("0x47")](this[ua("0x0")].values(),(t=>t[ua("0x32")]())),this[ua("0x0")][ua("0x55")](),t._detachFromContainer(this.annotations),this[ua("0x5a")](),this[ua("0x1a")][ua("0x5a")](),this[ua("0x5a")](this[ua("0x3a")][ua("0x1")]);for(const t of Array[ua("0x47")](this[ua("0x52")]))this._destroyEditorAnnotationsIntegration(t);window[ua("0x11")](ua("0x1e"),this[ua("0x23")]),this._refreshPositioningDebounced.cancel(),this[ua("0x54")]=[],this[ua("0x16")]=!1,this[ua("0x2c")]=null}[ua("0x32")](){this[ua("0x16")]&&this[ua("0x5b")](),this[ua("0x5")][ua("0x4c")]()}_integrateWithEditorAnnotations(t){const e=t.plugins[ua("0x43")]("EditorAnnotations"),n=this[ua("0x3a")][ua("0x4a")].get($s),o=this[ua("0x2c")],i=this[ua("0x42")],r=()=>{const t=e.getOrderedSelectedAnnotations({activeAnnotation:this.activeAnnotation,annotations:this.annotations});this[ua("0x2")](t),this[ua("0x9")](t[0]||null)};this[ua("0x49")](e,"refresh",r),this[ua("0x49")](e,ua("0x44"),((t,{isAnnotationTracked:e})=>{this[ua("0x20")]&&e(this.activeAnnotation)&&(this[ua("0x2")]([]),this[ua("0x9")](null))})),this[ua("0x49")](e,"uiUpdate",(()=>{this[ua("0x23")]()})),this.listenTo(o,ua("0x44"),(t=>{e[ua("0x51")]()&&t[ua("0x2d")]()}),{priority:ua("0x3d")}),this._domEmitter[ua("0x49")](document,ua("0xb"),((t,o)=>{const s=o[ua("0x19")];i[ua("0xf")]&&i[ua("0x29")].contains(s)||n.view[ua("0x29")][ua("0x21")](s)||this.activeAnnotation&&e[ua("0x51")]()&&(r(),t[ua("0x1d")]=!0)}),{priority:"high"}),this[ua("0x52")][ua("0x59")](e)}_destroyEditorAnnotationsIntegration(t){t&&(this.stopListening(t),this[ua("0x52")].remove(t))}_setSelectedAnnotations(t){for(const e of this[ua("0x54")])t[ua("0x4d")](e)||this[ua("0x38")][ua("0x1b")](e[ua("0x24")]);this._selectedAnnotations=t}[ua("0x10")](){const t=this[ua("0x42")];this[ua("0x2c")][ua("0x48")](),t[ua("0xf")]&&this._updateBalloonPosition()}[ua("0x57")](t){if(this._manuallyClosedAnnotationViews[ua("0x40")](t[ua("0x24")]))return;const e=this.balloonPanelView[ua("0x58")][ua("0x22")];e!==t.view?(e&&this[ua("0x33")](e),this._attachListeners(t[ua("0x24")]),this.balloonPanelView.content[ua("0x55")](),this.balloonPanelView.content[ua("0x59")](t[ua("0x24")]),this[ua("0x2f")]()):this[ua("0x2f")]()}[ua("0x2f")](){const t=this[ua("0x42")][ua("0x58")].first,e=this[ua("0x2c")][ua("0x45")](t);if(!this[ua("0x0")].has(e))return;const n=this._annotationToNarrowView[ua("0x43")](e)[ua("0x29")],o=function(){const t=go.BalloonPanelView[ua("0xd")];return[t[ua("0x56")],t.northArrowSouthEast,t[ua("0x4")],t[ua("0x50")],t[ua("0x60")],t[ua("0x3b")]]}();this[ua("0x42")][ua("0x31")]({target:n,positions:o})}[ua("0x2b")](){const t=this[ua("0x42")],e=t[ua("0x58")][ua("0x22")];e&&(this[ua("0x33")](e),t[ua("0x26")](),t[ua("0x58")][ua("0x55")]())}[ua("0x30")](t){this[ua("0x49")](t,"change:height",(()=>this[ua("0x2f")]())),this[ua("0x49")](t,ua("0x37"),((e,n)=>{this[ua("0x38")].add(t),this[ua("0x2b")](),n()}))}[ua("0x33")](t){this.stopListening(t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(fa.Z,pa);fa.Z.locals;const ga=["set","afterInit","focusTracker","has","inlineannotations-not-allowed-with-context","focus","inline","setActiveAnnotation","isFocused","_setSelectedAnnotations","visibleView","get","getSelection","mousedown","change:isFocused","switchTo","updatePosition","EditorAnnotations","update","_addedAnnotations","register","Esc","_selectedAnnotations","includes","destroy","init","requires","getRangeAt","every","editableElement","length","annotations","detach","target","InlineAnnotations","listenTo","activeAnnotation","stopListening","delete","attach","addObserver","inlineannotations-attach-already-attached","hasView","change:visibleView","plugins","pluginName","document","_manuallyClosed","view","_addAnnotationToBalloon","_balloon","_forceRefresh","_removeAnnotationFromBalloon","refresh","inlineannotations-detach-not-attached","editor","_closeAnnotation","blur","getByView","isAttached","context","selection","keystrokes","add","getOrderedSelectedAnnotations","editing","isActive","remove"];var ba,va;ba=ga,va=138,function(t){for(;--t;)ba.push(ba.shift())}(++va);const _a=function(t,e){return ga[t-=0]};class wa extends t.Plugin{static get[_a("0x18")](){return[Xr,go.ContextualBalloon,js]}static get[_a("0x2b")](){return _a("0x20")}constructor(t){super(t),t.editing[_a("0x2e")][_a("0x26")](Oo.MouseObserver),this[_a("0x39")]=!1,this[_a("0x42")](_a("0x22"),null),this[_a("0x1d")]=null,this[_a("0x2d")]=new Set,this._balloon=t[_a("0x2a")][_a("0x9")](go.ContextualBalloon),this[_a("0x11")]=new Set,this[_a("0x14")]=[],this[_a("0x31")]=!1}[_a("0x17")](){const t=this[_a("0x35")][_a("0x2a")].get(js);t.context===this.editor&&(t[_a("0x12")]("inline",this),this.editor[_a("0x3c")].set(_a("0x13"),((t,e)=>{const n=this._balloon;if(this[_a("0x39")]&&n[_a("0x8")]){const t=this[_a("0x1d")].getByView(n[_a("0x8")]);this[_a("0x36")](t),e()}})))}[_a("0x43")](){const t=this[_a("0x35")].plugins[_a("0x9")](js);t[_a("0x3a")]===this[_a("0x35")]&&(t.hasActive()||t[_a("0xd")](_a("0x4")))}[_a("0x5")](t){t!==this[_a("0x22")]&&(this[_a("0x22")]&&(this[_a("0x22")].isActive=!1),t&&this[_a("0x35")].ui[_a("0x0")][_a("0x6")]&&(this[_a("0x2f")](t,!0),t[_a("0x40")]=!0),t||this._setSelectedAnnotations([]),this[_a("0x22")]=t)}[_a("0x25")](t){this[_a("0x1d")]=t;const n=this[_a("0x35")][_a("0x2a")][_a("0x9")](js),o=this._balloon;if(this[_a("0x39")])throw new e.CKEditorError(_a("0x27"),this);if(n.context!==this.editor)throw new e.CKEditorError(_a("0x2"),this);const i=this[_a("0x35")][_a("0x2a")][_a("0x9")](_a("0xf"));this[_a("0x21")](i,_a("0x33"),function(){const t=i[_a("0x3e")]({activeAnnotation:this[_a("0x22")],annotations:this.annotations});var e,n;!this[_a("0x31")]&&(e=t,n=this[_a("0x14")],e.length===n[_a("0x1c")]&&e[_a("0x1a")]((t=>n[_a("0x15")](t))))||(this[_a("0x31")]=!1,this[_a("0x7")](t),this[_a("0x5")](t[0]||null))}.bind(this)),this[_a("0x21")](i,_a("0x37"),((t,{isAnnotationTracked:e})=>{this[_a("0x22")]&&e(this.activeAnnotation)&&(this[_a("0x7")]([]),this[_a("0x5")](null))})),this[_a("0x21")](this[_a("0x35")].ui.focusTracker,_a("0xc"),((t,e,n)=>{n||this[_a("0x5")](null)})),this[_a("0x21")](t,_a("0x41"),((t,e)=>{this[_a("0x32")](e),e===this[_a("0x22")]&&this[_a("0x5")](null)})),this.listenTo(o,_a("0x29"),((e,n,i,r)=>{if(r&&this[_a("0x23")](r),!i||!t[_a("0x38")](i))return;const s=t.getByView(i);this[_a("0x21")](i,"change:height",(()=>{o[_a("0xe")]()})),this.listenTo(i,"Esc",(()=>{this[_a("0x36")](s),this[_a("0x35")][_a("0x3f")].view[_a("0x3")]()})),this.activeAnnotation!==s&&this[_a("0x5")](s)})),this[_a("0x21")](this.editor.ui,_a("0x10"),(()=>{o[_a("0x8")]&&t[_a("0x38")](o[_a("0x8")])&&o[_a("0xe")]()})),this[_a("0x21")](this[_a("0x35")].editing[_a("0x2e")][_a("0x2c")],_a("0xb"),(()=>{this[_a("0x31")]=!0,this[_a("0x2d")].clear()})),this[_a("0x35")][_a("0x3f")][_a("0x2e")][_a("0x2c")][_a("0x3b")][_a("0x1b")]&&this[_a("0x35")][_a("0x3f")][_a("0x2e")][_a("0x3")](),this[_a("0x39")]=!0}detach(){if(!this[_a("0x39")])throw new e.CKEditorError(_a("0x34"),this);this[_a("0x5")](null);for(const t of this._addedAnnotations)this[_a("0x32")](t);this.stopListening(),this.isAttached=!1,this.annotations=null}[_a("0x16")](){this[_a("0x39")]&&this[_a("0x1e")]()}[_a("0x7")](t){for(const e of this[_a("0x14")])t[_a("0x15")](e)||this[_a("0x2d")][_a("0x24")](e);for(const e of this[_a("0x1d")])t[_a("0x15")](e)||this[_a("0x32")](e);if(this[_a("0x35")].ui[_a("0x0")][_a("0x6")])for(const e of t)this[_a("0x2f")](e);this._selectedAnnotations=t}[_a("0x2f")](t,e){this[_a("0x2d")].has(t)||(this._addedAnnotations[_a("0x1")](t)||this._balloon[_a("0x28")](t[_a("0x2e")])||(this[_a("0x11")][_a("0x3d")](t),this[_a("0x30")][_a("0x3d")]({stackId:t.view.id,view:t.view,position:{target:()=>t[_a("0x1f")]||t.targetRect||document[_a("0xa")]()[_a("0x19")](0)}})),e&&this[_a("0x30")].showStack(t.view.id))}_removeAnnotationFromBalloon(t){this[_a("0x11")].has(t)&&this[_a("0x30")][_a("0x28")](t[_a("0x2e")])&&(this._addedAnnotations[_a("0x24")](t),this[_a("0x30")][_a("0x41")](t.view))}[_a("0x36")](t){this[_a("0x2d")][_a("0x3d")](t),this[_a("0x32")](t)}}var ka,ya,Aa=["pluginName","requires","Comments"];ka=Aa,ya=474,function(t){for(;--t;)ka.push(ka.shift())}(++ya);var Ca=function(t,e){return Aa[t-=0]};class Ta extends t.Plugin{static get[Ca("0x1")](){return[Dr,ds,_s,Cs,na,ma,wa]}static get[Ca("0x0")](){return Ca("0x2")}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
|