@ckeditor/ckeditor5-comments 35.3.0 → 35.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -2
- 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/build/translations/af.js +0 -1
- package/build/translations/ar.js +0 -1
- package/build/translations/bg.js +0 -1
- package/build/translations/bn.js +0 -1
- package/build/translations/bs.js +0 -1
- package/build/translations/ca.js +0 -1
- package/build/translations/cs.js +0 -1
- package/build/translations/da.js +0 -1
- package/build/translations/de-ch.js +0 -1
- package/build/translations/de.js +0 -1
- package/build/translations/el.js +0 -1
- package/build/translations/en-au.js +0 -1
- package/build/translations/es-co.js +0 -1
- package/build/translations/es.js +0 -1
- package/build/translations/et.js +0 -1
- package/build/translations/fa.js +0 -1
- package/build/translations/fi.js +0 -1
- package/build/translations/fr.js +0 -1
- package/build/translations/gl.js +0 -1
- package/build/translations/he.js +0 -1
- package/build/translations/hi.js +0 -1
- package/build/translations/hr.js +0 -1
- package/build/translations/hu.js +0 -1
- package/build/translations/id.js +0 -1
- package/build/translations/it.js +0 -1
- package/build/translations/ja.js +0 -1
- package/build/translations/jv.js +0 -1
- package/build/translations/ko.js +0 -1
- package/build/translations/lt.js +0 -1
- package/build/translations/lv.js +0 -1
- package/build/translations/ms.js +0 -1
- package/build/translations/nl.js +0 -1
- package/build/translations/no.js +0 -1
- package/build/translations/pl.js +0 -1
- package/build/translations/pt-br.js +0 -1
- package/build/translations/pt.js +0 -1
- package/build/translations/ro.js +0 -1
- package/build/translations/ru.js +0 -1
- package/build/translations/sk.js +0 -1
- package/build/translations/sr-latn.js +0 -1
- package/build/translations/sr.js +0 -1
- package/build/translations/sv.js +0 -1
- package/build/translations/th.js +0 -1
- package/build/translations/tk.js +0 -1
- package/build/translations/tr.js +0 -1
- package/build/translations/tt.js +0 -1
- package/build/translations/ug.js +0 -1
- package/build/translations/uk.js +0 -1
- package/build/translations/ur.js +0 -1
- package/build/translations/vi.js +0 -1
- package/build/translations/zh-cn.js +0 -1
- package/build/translations/zh.js +0 -1
package/build/comments.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
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={})),
|
|
2
1
|
/*!
|
|
3
2
|
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
3
|
* For licensing, see LICENSE.md.
|
|
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: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=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 b=function(t){return this.__data__.get(t)};const g=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,C=y.hasOwnProperty,A=y.toString,T=k?k.toStringTag:void 0;const E=function(t){var e=C.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var i=A.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 N,D=(N=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"";const P=function(t){return!!D&&D in t};var B=Function.prototype.toString;const z=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var L=/^\[object .+?Constructor\]$/,F=Function.prototype,K=Object.prototype,U=F.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!M(t)||P(t))&&(R(t)?H:L).test(z(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=b,pt.prototype.has=g,pt.prototype.set=ft;const bt=pt;const gt=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=gt,_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 Ct=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 At=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 At(t),new At(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=Ct(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 Nt=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),St(Pt(t),(function(e){return Dt.call(t,e)})))}:Nt;const zt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Lt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return Lt(t)&&"[object Arguments]"==V(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=Ft(function(){return arguments}())?Ft:function(t){return Lt(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const 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 Lt(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?zt(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 be=function(t){return null!=t&&Qt(t.length)&&!R(t)};const ge=function(t){return be(t)?he(t):pe(t)};const ve=function(t){return Rt(t,ge,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 b=s?o(p,f,h,e,t,r):o(f,p,h,t,e,r);if(!(void 0===b?f===p||i(f,p,n,o,r):b)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var g=t.constructor,v=e.constructor;g==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof g&&g instanceof g&&"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 Ce=X(w,"Set");const Ae=X(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",Oe="[object WeakMap]",je="[object DataView]",Ve=z(ke),Me=z($),Re=z(ye),Se=z(Ce),Ne=z(Ae),De=V;(ke&&De(new ke(new ArrayBuffer(1)))!=je||$&&De(new $)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=Ie||Ae&&De(new Ae)!=Oe)&&(De=function(t){var e=V(t),n="[object Object]"==e?t.constructor:void 0,o=n?z(n):"";if(o)switch(o){case Ve:return je;case Me:return Te;case Re:return Ee;case Se:return Ie;case Ne:return Oe}return e});const Pe=De;var Be="[object Arguments]",ze="[object Array]",Le="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,i,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&&Gt(t)){if(!Gt(e))return!1;s=!0,h=!1}if(l&&!h)return r||(r=new bt),s||ce(t)?Ct(t,e,n,o,i,r):jt(t,e,c,n,o,i,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 bt),i(f,p,n,o,r)}}return!!l&&(r||(r=new bt),we(t,e,n,o,i,r))};const Ue=function t(e,n,o,i,r){return e===n||(null==e||null==n||!Lt(e)&&!Lt(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,ge(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 be(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}:Nt;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 bn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const gn=function(t,e){var n=e?bn(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 Cn=function(t,e){var n=e?bn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const An=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return bn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return gn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Cn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return _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 Lt(t)&&"[object Map]"==Pe(t)};var jn=se&&se.isMap;const Vn=jn?ne(jn):On;const Mn=function(t){return Lt(t)&&"[object Set]"==Pe(t)};var Rn=se&&se.isSet;const Sn=Rn?ne(Rn):Mn;var Nn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Bn={};Bn[Nn]=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[Dn]=Bn["[object WeakMap]"]=!1;const zn=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==Dn||"[object GeneratorFunction]"==l;if(Gt(e))return cn(e,c);if(l==Pn||l==Nn||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=An(e,l,c)}}s||(s=new bt);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:ge)(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 Ln=function(t){return zn(t,5)};const Fn=function(t){return"symbol"==typeof t||Lt(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&&!Fn(t))||(Un.test(t)||!Kn.test(t)||null!=e&&t in Object(e))};function Hn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,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(Fn(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||Fn(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=["updateComment","getComment","addComment","model","remove","update","view","removeComment","removeCommentThread","_localUser","listenTo","_isAttached","stopListening","destroy"];lo=mo,uo=297,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("0x0")]=t,this[fo("0x0")][fo("0x8")]=!0,this[fo("0x3")]=e,this[fo("0x7")](e,fo("0x5"),(()=>this.remove())),this.listenTo(e,"addComment",((t,e)=>this.addComment(e))),this[fo("0x7")](e,fo("0xb"),((t,e,n)=>this.updateComment(e,n))),this.listenTo(e,fo("0x4"),((t,e)=>this[fo("0x4")](e)))}[fo("0x1")](){this[fo("0x0")][fo("0x1")]()}[fo("0xd")](t){this.model.addComment({content:t,authorId:this[fo("0x3")][fo("0x6")].id})}updateComment(t,e){this[fo("0x0")][fo("0xc")](t)[fo("0x2")]({content:e})}removeComment(t){this[fo("0x0")][fo("0xc")](t)[fo("0x1")]()}[fo("0xa")](){this[fo("0x9")](),this.model[fo("0x8")]=!1}}(0,e.mix)(po,e.ObservableMixin);var bo=n(273);function go(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=["cke-editor__aria-label_","render","main","_createVoiceLabel","text","setTemplate","extendTemplate","ck-voice-label","focus","ck-editor","add","ck-editor__aria-label_","element","div","presentation","editable","ck-editor__main","uiLanguage","comment","ck-reset","ck-comment__input","createCollection","ck-rounded-corners","_voiceLabelView"];var _o,wo;_o=vo,wo=488,function(t){for(;--t;)_o.push(_o.shift())}(++wo);const ko=function(t,e){return vo[t-=0]};class yo extends bo.EditorUIView{constructor(t,n){super(t);const o=(0,e.uid)();this[ko("0x12")]=this[ko("0xd")](),this[ko("0x7")]=new bo.InlineEditableUIView(t,n),this[ko("0xf")]=this[ko("0x13")](o,t),this[ko("0x15")]({tag:ko("0x5"),attributes:{class:[ko("0xb"),ko("0x1"),ko("0xe"),ko("0xc")],role:ko("0xa"),dir:t.uiLanguageDirection,lang:t[ko("0x9")],"aria-labelledby":ko("0x10")+o},children:[this[ko("0xf")],{tag:ko("0x5"),attributes:{class:ko("0x8"),role:ko("0x6")},children:this[ko("0x12")]}]})}render(){super[ko("0x11")](),this.main[ko("0x2")](this[ko("0x7")])}[ko("0x0")](){this.editable[ko("0x4")][ko("0x0")]()}_createVoiceLabel(t,e){const n=new bo.LabelView;return n[ko("0x14")]=go(e,"Comment editor"),n[ko("0x16")]({attributes:{id:ko("0x3")+t,class:ko("0x17")}}),n}}const Co=["rootName","render","init","focusTracker","isFocused","setEditableElement","getRoot","ready","document","editing","attachDomRoot","name","editable","destroy","view","element","editor","fire"];var Ao,To;Ao=Co,To=404,function(t){for(;--t;)Ao.push(Ao.shift())}(++To);const Eo=function(t,e){return Co[t-=0]};class Io extends t.EditorUI{constructor(t){super(t),this[Eo("0x6")]=new yo(t.locale,t[Eo("0x1")][Eo("0x6")])}get element(){return this[Eo("0x6")].element}[Eo("0xc")](){const t=this[Eo("0x8")][Eo("0x1")][Eo("0x6")],e=this.view.editable,n=t[Eo("0x0")][Eo("0x10")]();e[Eo("0x3")]=n[Eo("0xa")],this.view[Eo("0xb")]();const o=e[Eo("0x7")];this[Eo("0xf")](e[Eo("0x3")],o),this[Eo("0x6")][Eo("0x4")].bind(Eo("0xe")).to(this[Eo("0xd")]),t[Eo("0x2")](o),this[Eo("0x9")](Eo("0x11"))}[Eo("0x5")](){super.destroy(),this[Eo("0x6")].destroy()}}var Oo=n(492),jo=n(945),Vo=n(331),Mo=n(468),Ro=n(181),So=n(254),No=n(747);const Do=["focus","defaultPlugins","childCount","placeholder","_updatePlaceholder","change","create","initPlugins","setSelection","initialData","ready","document","name","view","change:placeholder","getRoot","plugins","assign","editing","init","fire","placeholderElement","getChild","destroy","then","config","set","data","model"];var Po,Bo;Po=Do,Bo=221,function(t){for(;--t;)Po.push(Po.shift())}(++Bo);const zo=function(t,e){return Do[t-=0]};class Lo extends t.Editor{constructor(t={}){(t=Object[zo("0x1c")]({},t))[zo("0x1b")]||(t[zo("0x1b")]=Lo[zo("0xc")]),super(t),this.ui=new Io(this),this[zo("0x8")](zo("0xe"),""),this[zo("0xa")][zo("0x16")].on(zo("0x10"),(()=>this[zo("0xf")]()),{priority:"low"}),this.on(zo("0x19"),(()=>this[zo("0xf")]())),this[zo("0xa")][zo("0x16")].createRoot()}[zo("0x11")](){const t=this[zo("0x7")].get(zo("0x14"))||"";return this[zo("0x12")]()[zo("0x6")]((()=>this.ui[zo("0x1")]()))[zo("0x6")]((()=>this[zo("0x9")].init(t))).then((()=>this[zo("0x2")](zo("0x15"))))}[zo("0x5")](){return super[zo("0x5")]()[zo("0x6")]((()=>this.ui.destroy()))}[zo("0xb")](){this[zo("0xa")][zo("0x10")]((t=>{const e=this.model[zo("0x16")][zo("0x1a")](),n=e[zo("0x4")](e.childCount-1);t[zo("0x13")](n,"end"),this[zo("0x0")][zo("0x18")][zo("0xb")]()}))}_updatePlaceholder(){const t=this[zo("0x0")][zo("0x18")],e=t.document[zo("0x1a")](),n=e.getChild(0);e[zo("0xd")]>1||!n||"p"!=n[zo("0x17")]?this.placeholderElement&&((0,Oo.disablePlaceholder)(t,this[zo("0x3")]),this[zo("0x3")]=void 0):((0,Oo.enablePlaceholder)({view:t,element:n,text:this[zo("0xe")],keepOnFocus:!0}),this.placeholderElement=n)}}(0,e.mix)(Lo,e.ObservableMixin),(0,e.mix)(Lo,t.DataApiMixin),Lo[zo("0xc")]=[jo.Clipboard,Vo.Enter,Vo.ShiftEnter,Mo.SelectAll,Ro.Typing,So.Undo,No.Paragraph];const Fo=["_editorCreationPromise","model","destroy","insertBefore","createEditor","editor","placeholder","focusNext","TOO_LONG_COMMENT_ALERT","ck-comment__input-actions--submit","isEnabled","extendTemplate","submitButtonView","_isDestroyed","setData","_createSubmitButton","label","then","value","Esc","set","tab","focusTracker","add","_initializeFocusCycling","_createCancelButton","fire","div","disabledSubmit","stop","cancelButtonView","cancel","showButtons","bind","ck-comment__input-wrapper","forEach","render","submit","focus","view","Reply...","initialData","keystrokes","length","icon","element","change","editorReady","ck-comment__input-actions--active","bindTemplate","_editorConfig","low","execute","ck-comment__input-actions--cancel"];var Ko,Uo;Ko=Fo,Uo=473,function(t){for(;--t;)Ko.push(Ko.shift())}(++Uo);const Wo=function(t,e){return Fo[t-=0]};class Ho extends bo.View{constructor(t,n={}){super(t),this[Wo("0x12")]=null,this[Wo("0x9")]=n,this[Wo("0x1")]=new e.KeystrokeHandler,this[Wo("0x23")]=new e.FocusTracker,this.set(Wo("0x1f"),n[Wo("0x0")]||""),this[Wo("0x21")](Wo("0x29"),!1),this[Wo("0x21")](Wo("0x2d"),!0),this[Wo("0x21")](Wo("0x13"),go(t,Wo("0x35"))),this[Wo("0x19")]=this._createSubmitButton(),this.cancelButtonView=this[Wo("0x26")](),this.setTemplate({tag:Wo("0x28"),attributes:{class:[Wo("0x2f")]},children:[{tag:Wo("0x28"),attributes:{class:["ck-comment__input-actions",this[Wo("0x8")].if(Wo("0x2d"),Wo("0x7"))]},children:[this[Wo("0x19")],this[Wo("0x2b")]]}]}),this[Wo("0x1")][Wo("0x21")](Wo("0x20"),((t,e)=>{this[Wo("0x2b")][Wo("0x27")](Wo("0xb")),e()})),this.on(Wo("0x32"),((e,n)=>{n[Wo("0x2")]>65e3?(alert(go(t,Wo("0x15"),[n[Wo("0x2")],65e3])),e[Wo("0x2a")]()):this[Wo("0x12")][Wo("0x1b")]("")}),{priority:"high"})}[Wo("0x31")](){super[Wo("0x31")](),this.keystrokes.listenTo(this[Wo("0x4")]),this[Wo("0x23")][Wo("0x24")](this.element)}[Wo("0x11")](){return this[Wo("0x12")]||(this[Wo("0x12")]=new Lo(this[Wo("0x9")]),this._editorCreationPromise=this[Wo("0x12")].create()[Wo("0x1e")]((()=>{this._isDestroyed||(this[Wo("0x4")][Wo("0x10")](this.editor.ui[Wo("0x4")],this[Wo("0x4")].firstChild),this[Wo("0x12")][Wo("0xe")].document.on(Wo("0x5"),(()=>this[Wo("0x1f")]=this.editor.getData())),this[Wo("0x12")][Wo("0x2e")](Wo("0x13")).to(this),this[Wo("0x25")](this[Wo("0x12")]),this[Wo("0x27")](Wo("0x6")))}))),this[Wo("0xd")]}focus(){this.editor&&this.editor[Wo("0x33")]()}async[Wo("0xf")](){this[Wo("0x1a")]||(this[Wo("0x1a")]=!0,this.editor&&(await this[Wo("0xd")],await this[Wo("0x12")][Wo("0xf")]()),await super.destroy())}[Wo("0x1c")](){const{locale:e}=this,n=new bo.ButtonView(e);return n[Wo("0x18")]({attributes:{class:[Wo("0x16")]}}),n.label=go(e,"Submit"),n.icon=t.icons.check,n.on(Wo("0xb"),(()=>{this[Wo("0x27")](Wo("0x32"),this[Wo("0x1f")])})),n[Wo("0x2e")](Wo("0x17")).to(this,Wo("0x1f"),this,"disabledSubmit",((t,e)=>!e&&!!t.trim())),n}_createCancelButton(){const{locale:e}=this,n=new bo.ButtonView(e);return n[Wo("0x18")]({attributes:{class:[Wo("0xc")]}}),n[Wo("0x1d")]=go(e,"Cancel"),n[Wo("0x3")]=t.icons[Wo("0x2c")],n.on(Wo("0xb"),(()=>{this[Wo("0x12")][Wo("0x1b")](""),this.fire(Wo("0x2c"))})),n}[Wo("0x25")](t){const e=this[Wo("0x23")],n=new bo.ViewCollection;[t.ui[Wo("0x34")],this.submitButtonView,this.cancelButtonView][Wo("0x30")]((t=>{n[Wo("0x24")](t),e[Wo("0x24")](t[Wo("0x4")])}));const o=new bo.FocusCycler({focusables:n,focusTracker:e});this[Wo("0x1")].set(Wo("0x22"),((t,e)=>{o[Wo("0x14")](),e()}),{priority:Wo("0xa")}),this.keystrokes[Wo("0x21")]("shift + tab",((t,e)=>{o.focusPrevious(),e()}),{priority:Wo("0xa")})}}var Zo,qo,Xo=["then","ck-thread__user","ck-comment__input-container--active","showButtons","editor","extendTemplate","set","createEditor","change:showInput","commentInputView","isFocused","ck-comment__input-container","div","focusTracker","setTemplate","bind","showInput","userView","destroy"];Zo=Xo,qo=127,function(t){for(;--t;)Zo.push(Zo.shift())}(++qo);var $o=function(t,e){return Xo[t-=0]};class Go extends bo.View{constructor(t,e,n){super(t),this.commentInputView=new Ho(t,n),this[$o("0xf")][$o("0x2")]($o("0x9")).to(this[$o("0xf")][$o("0x0")],$o("0x10"),this[$o("0xf")],"value",((t,e)=>t||!!e)),this[$o("0xc")]($o("0x3"),!1),this.on($o("0xe"),(()=>{this[$o("0x3")]&&!this[$o("0xf")][$o("0xa")]&&this[$o("0xf")][$o("0xd")]()})),this[$o("0x4")]=new i.UserView(t,e),this[$o("0x4")].extendTemplate({attributes:{class:$o("0x7")}}),this[$o("0xf")][$o("0xb")]({attributes:{class:"ck-thread__input"}}),this[$o("0x1")]({tag:$o("0x12"),attributes:{class:[$o("0x11"),this.bindTemplate.if("showInput",$o("0x8"))]},children:[this[$o("0x4")],this[$o("0xf")]]})}destroy(){return this[$o("0xf")].destroy()[$o("0x6")]((()=>super[$o("0x5")]()))}}const Jo=["set","bindTemplate","count","NUMBER_OF_COMMENTS"];var Yo,Qo;Yo=Jo,Qo=329,function(t){for(;--t;)Yo.push(Yo.shift())}(++Qo);const ti=function(t,e){return Jo[t-=0]};class ei extends bo.View{constructor(t){super(t);const e=this[ti("0x0")];this[ti("0x3")](ti("0x1")),this.setTemplate({tag:"li",attributes:{class:"ck-thread__comment-count"},children:[{text:e.to("count",(e=>go(t,ti("0x2"),e)))}]})}}const ni=["_shouldCollapse","createCollection","change:isActive","equal","remove","viewUid","maxCommentCharsWhenCollapsed","set","_rearrangeCollapse","insert","removeComment","from","expand","isEditMode","comments","delegate","add","bind","_rearrangeExpand","commentViews","isActive","CommentView","ck-thread__comments","_updateHasDirtyComment","maxThreadTotalWeight","_handleRemoveCommentModel","editorConfig","setTemplate","locale","_handleNewCommentModel","formatDateTime","delete","change:isEditMode","render","destroy","refreshVisibleViews","hasDirtyComment","count","listenTo","commentUpdated","_model","_config","some","length","change:hasDirtyComment","_collapsedCommentsView","focus","stopListening","collapse","visibleViews","weight","get"];var oi,ii;oi=ni,ii=265,function(t){for(;--t;)oi.push(oi.shift())}(++ii);const ri=function(t,e){return ni[t-=0]};class si extends bo.View{constructor(t,e,n){super(t),this[ri("0x2")](ri("0x1f"),!1),this[ri("0x2")](ri("0x26"),e[ri("0x9")][ri("0x26")]),this[ri("0x2")](ri("0xf"),!1),this[ri("0x23")]=e,this[ri("0x24")]=n,this.commentViews=this.createCollection(),this[ri("0x2c")]=this[ri("0x30")](),this[ri("0x28")]=new ei(t),this[ri("0x28")][ri("0xc")](ri("0x20")).to(this,"length",(t=>t-this[ri("0x24")].maxCommentsWhenCollapsed));for(const t of e[ri("0x9")])this._handleNewCommentModel(t);this[ri("0x21")](e[ri("0x9")],"add",((t,e)=>{this[ri("0x26")]++,this[ri("0x18")](e),this.refreshVisibleViews()})),this[ri("0x21")](e[ri("0x9")],ri("0x33"),((t,e)=>{this.length--,this[ri("0x14")](e),this.refreshVisibleViews()})),this[ri("0x21")](e,ri("0x22"),(()=>this[ri("0x1e")]())),this.on(ri("0x31"),(()=>this[ri("0x1e")]())),this.on(ri("0x27"),(()=>this.refreshVisibleViews())),this[ri("0x16")]({tag:"ul",attributes:{class:[ri("0x11")]},children:this[ri("0x2c")]})}get[ri("0x2f")](){return this[ri("0x23")][ri("0x2d")]>this[ri("0x24")][ri("0x13")]&&!this[ri("0xf")]&&!this[ri("0x1f")]}[ri("0x1c")](){super[ri("0x1c")](),this[ri("0x1e")]()}[ri("0x29")](){this.element[ri("0x29")]()}[ri("0x1d")](){this[ri("0x28")][ri("0x1d")]();for(const t of this.commentViews)t[ri("0x1d")]();super[ri("0x1d")]()}[ri("0x1e")](){this[ri("0x2f")]?this[ri("0x3")]():this._rearrangeExpand()}[ri("0x18")](t){const e=new(this[ri("0x24")][ri("0x10")])(this[ri("0x17")],t,{maxCommentCharsWhenCollapsed:this._config[ri("0x1")],formatDateTime:this[ri("0x24")][ri("0x19")],editorConfig:this._config[ri("0x15")]});e[ri("0x0")]=t.id,e[ri("0xa")](ri("0x5")).to(this),e[ri("0xa")]("updateComment").to(this),this[ri("0x21")](e,ri("0x1b"),(()=>this[ri("0x12")]())),this[ri("0xe")].add(e)}[ri("0x14")](t){const e=this.commentViews[ri("0x33")](t.id);this[ri("0x2a")](e),e[ri("0x8")]&&this._updateHasDirtyComment(),e[ri("0x1d")]()}[ri("0x12")](){this[ri("0x1f")]=Array.from(this.commentViews)[ri("0x25")]((t=>t[ri("0x8")]))}_rearrangeCollapse(){const t=function(t){const n=new e.Collection;for(const e of t)n[ri("0xb")](e);return n}(this[ri("0xe")]),n=this[ri("0x28")][ri("0x20")];for(let e=1;e<=n;e++)t[ri("0x33")](1);for(const e of t)e[ri("0x2b")]();n>0&&t[ri("0xb")](this._collapsedCommentsView,1),ai((0,e.diff)(Array[ri("0x6")](this.visibleViews),Array.from(t)),this[ri("0x2c")],t)}[ri("0xd")](){ai((0,e.diff)(Array.from(this[ri("0x2c")]),Array[ri("0x6")](this[ri("0xe")])),this.visibleViews,this.commentViews);for(const t of this[ri("0x2c")])t[ri("0x7")]()}}function ai(t,e,n){let o=0;for(const i of t)switch(i){case ri("0x4"):e[ri("0xb")](n[ri("0x2e")](o),o),o++;break;case ri("0x1a"):e[ri("0x33")](o);break;case ri("0x32"):o++}}const ci=["CommentView","_localUser","Write a comment...","change:isActive","commentThreadInputView","isActive","addComment","removeComment","isDirty","editorConfig","_config","removeCommentThread","delegate","_model","placeholder","fire","commentInputView","bind","stop","element","value","commentsListView","showInput","isReadOnly","length","_createCommentThreadInputView","hasDirtyComment","set","cancel","Reply...","destroy","locale","focus"];var xi,hi;xi=ci,hi=105,function(t){for(;--t;)xi.push(xi.shift())}(++hi);const di=function(t,e){return ci[t-=0]};class li extends bo.View{constructor(t,e,n,o){super(t),this[di("0x15")](di("0x20"),!1),this[di("0x15")](di("0x2"),!1),this[di("0x7")]=e,this[di("0x1c")]=n,this[di("0x4")]=o,this[di("0xf")]=new si(t,e,Object.assign({CommentView:this[di("0x4")][di("0x1b")]},o)),this[di("0xf")].delegate("removeComment").to(this),this[di("0xf")][di("0x6")]("updateComment").to(this),this[di("0xf")][di("0xb")](di("0x20")).to(this),this[di("0x15")](di("0x12"),this[di("0xf")][di("0x12")]),this.bind(di("0x12")).to(this[di("0xf")],"length"),this[di("0x1f")]=this[di("0x13")](),this.on(di("0x1"),(()=>this[di("0x1a")]())),this[di("0xb")](di("0x2")).to(this.commentsListView,di("0x14"),this[di("0x1f")][di("0xa")],di("0xe"),((t,e)=>t||!!e))}[di("0x1a")](){this[di("0xd")].focus()}[di("0x18")](){this[di("0x2")]=!1,this[di("0xf")][di("0x18")](),this[di("0x1f")][di("0x18")](),super[di("0x18")]()}[di("0x13")](){const t=new Go(this[di("0x19")],this[di("0x1c")],this[di("0x4")][di("0x3")]),e=t.commentInputView;return t.bind(di("0x10")).to(this,di("0x20"),this[di("0x7")],"isReadOnly",e,di("0xe"),((t,e,n)=>!!n||t&&!e)),e[di("0xb")](di("0x8")).to(this,di("0x12"),(t=>go(this[di("0x19")],di(t?"0x17":"0x1d")))),e.on("submit",((t,e)=>{this[di("0x9")](di("0x0"),e)})),e.on("cancel",(()=>{this[di("0x1a")]()})),e[di("0xb")]("disabledSubmit").to(this[di("0x7")],di("0x11")),e.on(di("0x16"),(t=>{0==this[di("0x12")]&&(this[di("0x9")]("removeCommentThread"),t[di("0xc")]())})),this.on(di("0x1e"),((t,n,o)=>{o||this[di("0x12")]||e[di("0xe")]||this[di("0x9")](di("0x5"))})),t}}const ui=["_bindFirstCommentView","fire","ck-thread--remove-confirmation",".ck-thread__container","set","listenTo","removeCommentThread","locale","_cancelAllConfirms","bind","element","length","change:isReadOnly","Delete comment thread?","div","getTemplate","ck-thread","render","containerElement","ck-thread__container","setTemplate","commentsListView","actionIndicator","remove","stop","commentThreadInputView","placeholder","bindTemplate","removeButton","_model","cancelConfirm","get","_boundFirstCommentView","commentViews","change:isActive","isActive","high"];var mi,fi;mi=ui,fi=131,function(t){for(;--t;)mi.push(mi.shift())}(++fi);const pi=function(t,e){return ui[t-=0]};class bi extends li{constructor(t,e,n,o){super(t,e,n,o),this[pi("0x15")](pi("0x2"),null),this.containerElement=null,this[pi("0xc")]=null,this[pi("0x18")]=t,this[pi("0x0")](this[pi("0x20")]()),this.on(pi("0xe"),((t,e,n)=>{n||this[pi("0x19")]()})),this[pi("0x16")](this[pi("0x9")],pi("0x1d"),((t,e,n)=>{n&&this[pi("0x19")]()})),this[pi("0x1c")]>0&&this[pi("0x11")](),this[pi("0x16")](this.commentsListView[pi("0xd")],"add",(()=>{this[pi("0x11")]()}))}[pi("0x20")](){const t=this[pi("0x7")];return{tag:pi("0x1f"),attributes:{class:[pi("0x21"),t.if(pi("0xf"),"ck-thread--active"),t.if("isConfirm",pi("0x13")),t.to(pi("0x2"),(t=>t?"ck-thread--"+t:""))],"data-thread-id":this[pi("0x9")].id,tabindex:-1},children:[{tag:pi("0x1f"),attributes:{class:pi("0x24")},children:[this[pi("0x1")],this[pi("0x5")]]}]}}[pi("0x22")](){super[pi("0x22")](),this[pi("0x23")]=this[pi("0x1b")].querySelector(pi("0x14"))}[pi("0x19")](){this[pi("0xa")]();for(const t of this[pi("0x1")].commentViews)t[pi("0xa")]()}[pi("0x11")](){const{locale:t}=this,e=this[pi("0x1")][pi("0xd")][pi("0xb")](0);e!==this._boundFirstCommentView&&(this[pi("0xc")]=e,this.unbind("actionIndicator"),this[pi("0x1a")](pi("0x2")).to(e,pi("0x2"),(t=>pi("0x3")===t?"remove":null)),e[pi("0x6")]=go(t,"Write a comment..."),e[pi("0x8")].on("execute",(e=>{e[pi("0x4")](),this.showConfirm(go(t,pi("0x1e")),this[pi("0x23")]).then((()=>{this[pi("0x12")](pi("0x17"))}))}),{priority:pi("0x10")}))}}(0,e.mix)(bi,i.ConfirmMixin);var gi,vi,_i=["content","ck-annotation__content","change:content","innerHTML","set","setTemplate","render","ck-comment__content","element"];gi=_i,vi=214,function(t){for(;--t;)gi.push(gi.shift())}(++vi);var wi=function(t,e){return _i[t-=0]};class ki extends bo.View{constructor(t){super(t),this[wi("0x6")](wi("0x2"),""),this[wi("0x7")]({tag:"div",attributes:{class:[wi("0x0"),wi("0x3")]}})}[wi("0x8")](){super[wi("0x8")](),this.on(wi("0x4"),((t,e,n)=>{this[wi("0x1")].innerHTML=n})),this[wi("0x1")][wi("0x5")]=this[wi("0x2")]}}const yi=["value","isEditMode","add","locale","fire","destroy","isCollapsed","_createCommentContentView","_model","remove","collapse","bind","set","get","focus","_createCommentInputView","createCollection","editorConfig","isReadOnly","initialData","visibleView","createEditor","switchToEditMode","content","_config","switchToDisplayMode","cancel","element"];var Ci,Ai;Ci=yi,Ai=452,function(t){for(;--t;)Ci.push(Ci.shift())}(++Ai);const Ti=function(t,e){return yi[t-=0]};class Ei extends bo.View{constructor(t,e,n){super(t),this._model=e,this[Ti("0x14")]=n,this[Ti("0x8")](Ti("0x19"),!1),this[Ti("0x8")](Ti("0x2"),!0),this[Ti("0x10")]=this[Ti("0xc")](),this[Ti("0x10")].add(this[Ti("0x3")]())}expand(){this.isCollapsed=!1}[Ti("0x6")](){this[Ti("0x19")]||(this[Ti("0x2")]=!0)}focus(){this[Ti("0x17")][Ti("0xa")]()}async[Ti("0x1")](){await this[Ti("0x10")][Ti("0x9")](0).destroy(),super[Ti("0x1")]()}[Ti("0x12")](){this.isEditMode||(this.isEditMode=!0,this.visibleView[Ti("0x5")](0)[Ti("0x1")](),this[Ti("0x10")][Ti("0x1a")](this[Ti("0xb")]()))}[Ti("0x15")](){this.isEditMode&&(this[Ti("0x19")]=!1,this[Ti("0x10")][Ti("0x5")](0).destroy(),this[Ti("0x10")][Ti("0x1a")](this._createCommentContentView()))}_createCommentContentView(){const t=new ki(this[Ti("0x1b")]);return t.bind(Ti("0x13")).to(this[Ti("0x4")],Ti("0x13"),this,Ti("0x2"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this[Ti("0x14")].maxCommentCharsWhenCollapsed}):t)),t}[Ti("0xb")](){this[Ti("0x14")].editorConfig||(this._config[Ti("0xd")]={}),this._config[Ti("0xd")][Ti("0xf")]=this[Ti("0x4")][Ti("0x13")];const t=new Ho(this[Ti("0x1b")],this[Ti("0x14")][Ti("0xd")]);return t[Ti("0x18")]=this[Ti("0x4")][Ti("0x13")],t[Ti("0x7")]("disabledSubmit").to(this[Ti("0x4")],Ti("0xe")),t.on("submit",((t,e)=>{this[Ti("0x0")]("updateComment",this[Ti("0x4")].id,e),this[Ti("0x15")](),this[Ti("0xa")]()})),t.on(Ti("0x16"),(()=>{this.switchToDisplayMode(),this[Ti("0xa")]()})),t.once("editorReady",(()=>{t[Ti("0xa")]()})),t[Ti("0x11")](),t}}const Ii=["ck-comment__actions--hidden","render","isVisible","EXTERNAL_IMPORT_WORD_COMMENT","focus","isRemovable","bindTemplate","getTemplate","_attachActions","edit","switchToEditMode","ck-annotation__user","change:isRemovable","name","then","ck-annotation__info","ck-comment__main","getExternalCommentNote","removeButton","set","removeComment","listenTo","attributes","@external","getUserViewNotificationText","showConfirm","Remove","isEditable","ck-annotation__info-time","extendTemplate","setTemplate","ck-comment--edit","ck-annotation","element","isExternal","actionIndicator","icon","EXTERNAL_AVATAR","_createRemoveButton","author","importWord","ck-comment__actions","Reply...","label","source","isEditMode","userView","bind","ck-comment__info-time","authoredAt","div","ck-comment__external","isConfirm","span","mouseenter","EXTERNAL_COMMENT","isEnabled","cancelConfirm","locale","blur","Delete comment?","isReadOnly","fire","pencil","_model","ck-comment__wrapper","ck-comment","_createCommentInputView","creator","mouseleave","time","ck-comment--remove-confirmation","ck-comment__user","editButton","placeholder","formatDateTime","push"];var Oi,ji;Oi=Ii,ji=426,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.set(Vi("0x47"),null),this[Vi("0x37")](Vi("0x21"),go(t,Vi("0x1"))),this[Vi("0x37")]("authoredAt",null),this[Vi("0x6")](Vi("0x8")).to(e),this[Vi("0x20")]=this._createEditButton(),this[Vi("0x36")]=this[Vi("0x4a")](),this[Vi("0x5")]=new i.UserView(t,e.author,this[Vi("0x3c")]()),this[Vi("0x5")].extendTemplate({attributes:{class:[Vi("0x1f"),Vi("0x2f")]}}),this[Vi("0x39")](e,Vi("0x30"),(()=>this[Vi("0x10")]())),this[Vi("0x42")](this[Vi("0x2b")]())}[Vi("0x2b")](){const t=this[Vi("0x2a")],e=[{tag:"div",attributes:{class:["ck-comment__info",Vi("0x33")]},children:[{tag:Vi("0xc"),children:[{text:this.userView[Vi("0x31")]}],attributes:{class:["ck-comment__info-name","ck-annotation__info-name"]}},{tag:Vi("0x1d"),attributes:{datetime:t.to(Vi("0x8")),class:[Vi("0x7"),Vi("0x40")]},children:[{text:t.to(Vi("0x8"),(t=>this._config[Vi("0x22")](t)))}]}]},{tag:Vi("0x9"),attributes:{class:[Vi("0x0"),"ck-annotation__actions",t.if(Vi("0x4"),Vi("0x24")),t.if(Vi("0x4"),"ck-annotation__actions--hidden")]},children:[this[Vi("0x20")],this[Vi("0x36")]]},{tag:Vi("0x9"),attributes:{class:["ck-annotation__content-wrapper"]},children:this.visibleView}];return this[Vi("0x17")][Vi("0x46")]&&e[Vi("0x23")]({tag:"div",attributes:{class:[Vi("0xa")]},children:[{text:this[Vi("0x35")]()}]}),{tag:"li",attributes:{class:[Vi("0x18"),t.if(Vi("0xb"),Vi("0x1e"))],tabindex:-1},children:[{tag:Vi("0x9"),attributes:{class:[Vi("0x19"),Vi("0x44"),t.if(Vi("0x4"),Vi("0x43")),t.to(Vi("0x47"),(t=>t?"ck-comment--"+t:""))],"data-author-id":this[Vi("0x17")][Vi("0x4b")].id,"data-comment-id":this._model.id},children:[this[Vi("0x5")],{tag:Vi("0x9"),attributes:{class:[Vi("0x34"),"ck-annotation__main"]},children:e}]}]}}_createEditButton(){const e=new bo.ButtonView(this[Vi("0x11")]);return e[Vi("0x2")]=go(this[Vi("0x11")],"Edit"),e[Vi("0x48")]=t.icons[Vi("0x16")],e[Vi("0x41")]({attributes:{class:Vi("0x43")}}),e[Vi("0x6")]("isEnabled").to(this[Vi("0x17")],Vi("0x14"),(t=>!t)),e[Vi("0x6")]("isVisible").to(this[Vi("0x17")],Vi("0x3f")),e.on("execute",(()=>this[Vi("0x2e")]())),e}[Vi("0x4a")](){const t=new bo.ButtonView(this[Vi("0x11")]);return t[Vi("0x2")]=go(this[Vi("0x11")],Vi("0x3e")),t[Vi("0x48")]='\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(Vi("0xf")).to(this[Vi("0x17")],"isReadOnly",(t=>!t)),t[Vi("0x6")](Vi("0x26")).to(this._model,Vi("0x29")),t.on("execute",(()=>{this[Vi("0x3d")](go(this[Vi("0x11")],Vi("0x13")),this[Vi("0x45")])[Vi("0x32")]((()=>{this[Vi("0x15")](Vi("0x38"),this[Vi("0x17")].id)}))})),t}_attachActions(t,e){this[Vi("0x39")](t,Vi("0xd"),(()=>this[Vi("0x47")]=e)),this.listenTo(t,Vi("0x28"),(()=>this.actionIndicator=e)),this[Vi("0x39")](t,Vi("0x1c"),(()=>this[Vi("0x47")]=null)),this[Vi("0x39")](t,Vi("0x12"),(()=>this[Vi("0x47")]=null))}[Vi("0x1a")](){const t=super[Vi("0x1a")]();return t[Vi("0x6")]("placeholder").to(this),t}[Vi("0x35")](){return"importWord"===this[Vi("0x17")][Vi("0x3a")]["@external"].source?go(this[Vi("0x11")],Vi("0x27")):go(this[Vi("0x11")],Vi("0xe"))}[Vi("0x3c")](){return this[Vi("0x17")].isExternal?Vi("0x4c")===this[Vi("0x17")][Vi("0x3a")][Vi("0x3b")][Vi("0x3")]?go(this.locale,"EXTERNAL_IMPORT_WORD_AVATAR",this._model.creator[Vi("0x31")]):go(this[Vi("0x11")],Vi("0x49"),this[Vi("0x17")][Vi("0x1b")][Vi("0x31")]):null}[Vi("0x25")](){super[Vi("0x25")](),this[Vi("0x2c")](this.editButton[Vi("0x45")],Vi("0x2d")),this[Vi("0x2c")](this[Vi("0x36")][Vi("0x45")],"remove")}}(0,e.mix)(Mi,i.ConfirmMixin);var Ri=n(278),Si=n.n(Ri),Ni=n(490),Di={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Ni.Z,Di);Ni.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 zi=n(424),Li={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(zi.Z,Li);zi.Z.locals;const Fi=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(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=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=Fi();if(f(t))return b(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Yi(n,r-(t-x)):n}(t))}function b(t){return a=void 0,l&&o?u(t):(o=i=void 0,s)}function g(){var t=Fi(),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),g.cancel=function(){void 0!==a&&clearTimeout(a),x=0,o=c=i=a=void 0},g.flush=function(){return void 0===a?s:b(Fi())},g};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=["observe","disconnect","class","type","cancel","attributeName"];var nr,or;nr=er,or=490,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)("attributes"==n[ir("0x5")]&&ir("0x4")==n[ir("0x1")]||"childList"==n[ir("0x5")])&&e()}));return{attach(t){n[ir("0x2")](t,{attributes:!0,childList:!0,subtree:!0})},detach(){n[ir("0x3")](),e[ir("0x0")]()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(sr.Z,ar);sr.Z.locals;const cr=["_mutationObserver","ck-rounded-corners","type","focusTracker","isActive","mainView","detach","div","ck-annotation-wrapper--active","bindTemplate","createCollection","height","_updateHeight","set","element","targetRect","Esc","ck-annotation-wrapper","fire","add","keystrokes","focus","attach","destroy","render","content"];var xr,hr;xr=cr,hr=249,function(t){for(;--t;)xr.push(xr.shift())}(++hr);const dr=function(t,e){return cr[t-=0]};class lr extends bo.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this[dr("0xe")]=new e.FocusTracker,this[dr("0x5")]=new e.KeystrokeHandler,this.keystrokes.set("Esc",((t,e)=>this[dr("0x3")](dr("0x1"),e))),this.set(dr("0x0"),{top:0,right:0,bottom:0,left:0}),this[dr("0x18")](dr("0x16"),0),this[dr("0x18")](dr("0xf"),!1),this.set("isDirty",!1),this[dr("0x18")]("length",0),this.set(dr("0xd"),""),this._mutationObserver=rr((()=>this[dr("0x17")]())),this[dr("0xa")]=this[dr("0x15")](),this.content[dr("0x4")](n),this[dr("0x10")]=n;const o=this[dr("0x14")];this.setTemplate({tag:dr("0x12"),attributes:{class:["ck",dr("0x2"),dr("0xc"),o.if(dr("0xf"),dr("0x13"))],tabindex:-1},children:this[dr("0xa")]})}[dr("0x9")](){super.render(),this[dr("0xe")].add(this[dr("0x19")]),this.keystrokes.listenTo(this[dr("0x19")]),this[dr("0xb")][dr("0x7")](this[dr("0x19")])}destroy(){this.content.clear(),this.keystrokes[dr("0x8")](),this.focusTracker[dr("0x8")](),this[dr("0xb")][dr("0x11")](),super[dr("0x8")]()}[dr("0x6")](){this[dr("0x19")][dr("0x6")]()}[dr("0x17")](){const t=this[dr("0x19")].clientHeight;t&&(this.height=t)}}const ur=["annotation-invalid-target","destroy","object","view","focusableElements","type","_assertCorrectTarget","mainView","_type","isActive","add","_isTargetElementVisible","isVisible","item","stopListening","refreshVisibility","render","updateTargetRect","function","_id","element","focusTracker","targetRect","nodeType","getClientRects","_target","remove","target"];var mr,fr;mr=ur,fr=192,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const pr=function(t,e){return ur[t-=0]};class br{constructor({view:t,target:n,type:o,isVisible:i=!0}){this[pr("0x7")]=t,this[pr("0x7")][pr("0x18")]||this.view[pr("0x14")](),this[pr("0xc")]=o,this[pr("0x1")]=n,this._assertCorrectTarget(),this[pr("0x8")]=new e.Collection([this[pr("0x7")][pr("0x18")]],{idProperty:pr("0x17")}),this.focusableElements.on(pr("0xe"),((t,e)=>{this[pr("0x7")].focusTracker[pr("0xe")](e)})),this[pr("0x8")].on("remove",((t,e)=>{this[pr("0x7")][pr("0x19")][pr("0x2")](e)})),this.set(pr("0x10"),i)}get[pr("0x9")](){return"function"==typeof this[pr("0xc")]?this._type():this[pr("0xc")]}get innerView(){return this[pr("0x7")].mainView}get[pr("0x3")](){return pr("0x16")==typeof this[pr("0x1")]?this[pr("0x1")]():this[pr("0x1")]}get targetRect(){const t=this[pr("0x3")];return this[pr("0xa")](),null!==t&&this._isTargetElementVisible()?gr(t)?new e.Rect(t[pr("0x0")]()[pr("0x11")](0)):new e.Rect(t):null}get isActive(){return this[pr("0x7")][pr("0xd")]}set[pr("0xd")](t){this[pr("0x7")][pr("0xd")]=t,this[pr("0x7")][pr("0xb")][pr("0xd")]=t}[pr("0x15")](){this[pr("0x7")][pr("0x1a")]=this[pr("0x1a")]}[pr("0x5")](){this.focusableElements[pr("0x12")](),this[pr("0x8")].clear(),this[pr("0x12")]()}[pr("0x13")](){this[pr("0x10")]=this[pr("0xf")]()}[pr("0xf")](){const t=this[pr("0x3")];return!gr(t)||(!!t.offsetParent||!!t.getClientRects()[pr("0x11")](0))}[pr("0xa")](){const t=this[pr("0x3")];if(!(null===t||t instanceof e.Rect||gr(t)))throw new e.CKEditorError(pr("0x4"),null,{target:t})}}function gr(t){return null!==t&&pr("0x6")==typeof t&&1===t[pr("0x1b")]}(0,e.mix)(br,e.ObservableMixin);const vr=["view","change:isFocused","refreshPositioning","add","set","_sort","has","_viewToAnnotation","_innerViewToAnnotation","innerView","top","focusableElements","delete","isFocused","_items","get","remove","targetRect","_getOrderInContent","_focusTracker","left","stopListening","length","fire","getByInnerView","destroy","clear","focusTracker","updateTargetRect","sort","blur","listenTo","focus","getIndex"];var _r,wr;_r=vr,wr=239,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("0x7")]=new Map,this[kr("0x6")]=new Map,this[kr("0x12")]=new e.FocusTracker,this[kr("0x12")].on(kr("0x0"),((t,e,n)=>{n||this[kr("0x16")](kr("0x1d"))}));for(const e of t)this.add(e)}get[kr("0xc")](){return this[kr("0x12")][kr("0xc")]}[kr("0x2")](t){if(this[kr("0x5")](t))throw new e.CKEditorError("annotationcollection-duplicated-item",null);this[kr("0x7")][kr("0x3")](t[kr("0x8")],t),this[kr("0x6")][kr("0x3")](t[kr("0x21")],t);for(const e of t[kr("0xa")])this[kr("0x12")][kr("0x2")](e);this[kr("0x1e")](t.focusableElements,kr("0x2"),((t,e)=>{this[kr("0x12")][kr("0x2")](e)})),this[kr("0x1e")](t[kr("0xa")],kr("0xf"),((t,e)=>{this._focusTracker[kr("0xf")](e)})),this.listenTo(t[kr("0x21")].focusTracker,kr("0x0"),((e,n,o)=>{o&&this.fire(kr("0x1f"),t)})),t[kr("0x1b")]();const n=this._getOrderInContent(t[kr("0x21")][kr("0x10")]);super[kr("0x2")](t,n)}[kr("0xf")](t){if(!this[kr("0x5")](t))throw new e.CKEditorError("annotationcollection-not-existing-item",null);this[kr("0x14")](t[kr("0x21")][kr("0x1a")]),this[kr("0x14")](t[kr("0xa")]);for(const e of t[kr("0xa")])this._focusTracker[kr("0xf")](e);this[kr("0x6")][kr("0xb")](t[kr("0x21")]),this[kr("0x7")][kr("0xb")](t[kr("0x8")]),super[kr("0xf")](t)}[kr("0x17")](t){return this[kr("0x7")][kr("0xe")](t)}getByView(t){return this[kr("0x6")].get(t)}[kr("0x18")](){super[kr("0x19")](),this[kr("0x14")](),this[kr("0x7")][kr("0x19")](),this[kr("0x6")][kr("0x19")](),this[kr("0x12")][kr("0x18")]()}[kr("0x1")](){for(const t of this)t.updateTargetRect();this[kr("0x4")]()}[kr("0x4")](){const t=Array.from(this)[kr("0x1c")](((t,e)=>Cr(t[kr("0x21")][kr("0x10")],e[kr("0x21")][kr("0x10")])));for(let e=t[kr("0x15")]-1;e>0;e--){const n=t[e];e!==this[kr("0x20")](n)&&(this[kr("0xf")](n),this.add(n,e))}}[kr("0x11")](t){let e=0;if(!t)return this[kr("0xd")][kr("0x15")];for(const n of this){const o=n[kr("0x21")][kr("0x10")];if(o){if(Cr(t,o)<0)return e;e++}}return e}}function Cr(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t[kr("0x9")]-e[kr("0x9")];return 0==n?t[kr("0x13")]-e[kr("0x13")]:n}const Ar=["createAnnotationView","collection","fire","has","source","activeAnnotations","_deactivateAllAnnotations","destroy","refreshVisibility","remove","activate","set","isVisible","_activateAnnotation","_bindAnnotationsToVisibleAnnotations","change:isVisible","Annotations","_addActiveAnnotation","_removeActiveAnnotation","createAnnotation","refreshPositioning","add","getByInnerView","deactivateAll","_visibleAnnotations","listenTo"];var Tr,Er;Tr=Ar,Er=380,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Ar[t-=0]};class Or extends t.ContextPlugin{static get pluginName(){return Ir("0x0")}constructor(t){super(t),this[Ir("0xb")]=new yr,this._visibleAnnotations=new yr,this[Ir("0x15")](Ir("0xf"),new Set),this[Ir("0x18")]()}[Ir("0x5")](t){this.collection[Ir("0x5")](t)}[Ir("0x13")](t){this[Ir("0xb")][Ir("0x13")](t),t[Ir("0x11")]()}[Ir("0x12")](){for(const t of this.collection)t[Ir("0x12")]()}[Ir("0x4")](){this._visibleAnnotations[Ir("0x4")]()}[Ir("0x6")](t){return this.collection[Ir("0x6")](t)}[Ir("0x7")](){this[Ir("0xc")](Ir("0x10"))}[Ir("0x11")](){for(const t of this.collection)t[Ir("0x11")]();this[Ir("0x8")][Ir("0x11")](),this.collection[Ir("0x11")](),super[Ir("0x11")]()}[Ir("0x14")](t){this.fire(Ir("0x17"),t)}[Ir("0x3")](t){return new br(t)}[Ir("0xa")](t,e){return new lr(t,e)}[Ir("0x1")](t){const e=new Set(this[Ir("0xf")]);e[Ir("0x5")](t),this[Ir("0xf")]=e}[Ir("0x2")](t){const e=new Set(this[Ir("0xf")]);e.delete(t),this.activeAnnotations=e}_bindAnnotationsToVisibleAnnotations(){const t=this[Ir("0xb")],e=this[Ir("0x8")];function n(t){const n=t[Ir("0xe")];n[Ir("0x16")]&&!e[Ir("0xd")](n)?e[Ir("0x5")](n):!n[Ir("0x16")]&&e[Ir("0xd")](n)&&e[Ir("0x13")](n)}this.listenTo(t,Ir("0x5"),((t,o)=>{o[Ir("0x16")]&&e[Ir("0x5")](o),this.listenTo(o,"change:isVisible",n)})),this[Ir("0x9")](t,"remove",((t,o)=>{e[Ir("0xd")](o)&&e[Ir("0x13")](o),this.stopListening(o,Ir("0x19"),n)}))}}const jr=["_adapter","isExternal","addUser","requires","commentsrepository-active-not-attached","_findOptimalIndex","commentsrepository-invalid-comment-authorid","updateComment","commentsrepository-remove-comment-missing-comment-thread","comments.maxCommentCharsWhenCollapsed","_getExternalAuthor","removeCommentThread","getByInnerView","pop","createdAt","Users","removeAttribute","then","context","commentsrepository-invalid-comment-thread-id","getCommentThreads","commentInputView","commentsrepository-remove-comment-thread-internal-error","commentsrepository-remove-missing-comment","commentsrepository-attach-missing-comment-thread","_nonAdminChannels","_isAttached","commentsrepository-get-comment-invalid-id","createElement","div","_attachCommentThread","licenseKey","add","comments","config","slice","locale","external:","_removeCommentThread","author","resolve","update","error","commentsrepository-invalid-comment-content","content","once","string","CommentsRepository","attachTo","adapter","fetchCommentThread","replace","channelId","commentsrepository-missing-thread-and-adapter-method","_detachCommentThread","addComment","addCommentThread","getIndex","assign","change:activeAnnotations","commentsrepository-invalid-commentid","setAdminPermissions","removeComment","_removeComment","comments.maxThreadTotalWeight","_threads","get","commentsrepository-update-comment-invalid-content","comments.maxCommentsWhenCollapsed","trim","commentsrepository-update-missing-comment","push","type","comment","creator","listenTo","isFromAdapter","activeCommentThread","@external","bind","reduce","commentsrepository-fetch-comment-thread","authorName","has","commentsrepository-missing-target","init","charCodeAt","catch","getCommentThread","delete","focus","commentsrepository-add-comment-user-not-exists","authoredAt","commentsrepository-adapter-already-set","weight","PendingActions","getTime","isEditable","_add","editorReady","from","PENDING_ACTION_COMMENT_THREAD","values","define","_threadToController","innerHTML","stopListening","length","_updateComment","map","_readOnlyChannels","_addCommentThread","set","isReadOnly","function","innerView","activate","deactivateAll","commentsrepository-remove-missing-comment-thread","commentThreadInputView","isRemovable","model","parse","hasCommentThread","_remove","comments.editorConfig","commentsrepository-update-comment-missing-comment-thread","isDirty","createCommentThreadController","getUser","getComment","filter","_addComment","fire","textContent","_repository","isAttached","commentsrepository-update-comment-internal-error","remove","plugins","_viewToController","commentsrepository-remove-comment-internal-error","attributes","warn","pluginName","openNewCommentThread","view","fromCharCode","toJSON","destroy","substring","threadId","switchReadOnly"];var Vr,Mr;Vr=jr,Mr=245,function(t){for(;--t;)Vr.push(Vr.shift())}(++Mr);const Rr=function(t,e){return jr[t-=0]},Sr=Symbol("noChannel");class Nr extends t.ContextPlugin{static get[Rr("0x40")](){return[Or,t.PendingActions,i.Users]}static get[Rr("0x34")](){return Rr("0x6c")}constructor(t){super(t),this[Rr("0x7e")]=new Map,this[Rr("0xc")]=new Map,this._viewToController=new Map,this[Rr("0x12")]=new Set,this.set(Rr("0x56"),new Set),this.licenseKey=this[Rr("0x4f")].config[Rr("0x7f")](Rr("0x5c"));const e=this[Rr("0x4f")][Rr("0x5f")];e.define(Rr("0x81"),2),e[Rr("0xb")](Rr("0x7d"),500),e[Rr("0xb")](Rr("0x46"),140),e[Rr("0xb")]("comments.CommentThreadView",bi),e[Rr("0xb")]("comments.CommentView",Mi),e[Rr("0x7f")]("comments.editorConfig")||console[Rr("0x33")]("Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.")}[Rr("0x92")](){const t=this[Rr("0x4f")][Rr("0x2f")][Rr("0x7f")](Or);this.set(Rr("0x8a"),null),this.on(Rr("0x75"),((t,e)=>this[Rr("0x13")](e))),this.on(Rr("0x48"),((t,e)=>this[Rr("0x63")](e))),this.on(Rr("0x74"),((t,e)=>this[Rr("0x28")](e))),this.on(Rr("0x44"),((t,e)=>this._updateComment(e))),this.on("removeComment",((t,e)=>this[Rr("0x7c")](e))),this.on(Rr("0x74"),((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this[Rr("0x95")](e),i=this[Rr("0xc")][Rr("0x7f")](o);i&&i[Rr("0x36")][Rr("0x97")]()}),{priority:"lowest"}),this[Rr("0x88")](t,Rr("0x78"),((t,e,n)=>{const o=Array[Rr("0x8")](n)[Rr("0x11")]((t=>this[Rr("0x30")].get(t[Rr("0x17")])))[Rr("0x27")](Boolean)[0];this[Rr("0x8a")]=o?o[Rr("0x1d")]:null}))}afterInit(){!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,50,48,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.from(function(t){const e=new Uint8Array(t[Rr("0xf")]);for(let n=0;n<t[Rr("0xf")];n++)e[n]=t[Rr("0x93")](n);return e}(n)),i=o[Rr("0x4a")](),r=o[Rr("0x4a")]();return function(t){let e="";for(const n of t)e+=String[Rr("0x37")](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[Rr("0xf")];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("0xf")];n+=4)e[Rr("0x84")](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("0xf")]-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("0x60")]()}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("0xf")]];for(let e=0;e<=t;e++)c.push([0,0,0,0]),x[Rr("0x84")]([0,0,0,0]);const e=4*(t+1),n=a[Rr("0xf")]/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("0x1e")](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.config[Rr("0x7f")](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("0x70")](l([46]),"");let e="";for(let n=0;n<t[Rr("0xf")];n+=2){let o=parseInt(t[Rr("0x3a")](n,n+2));o>=s.length&&(o-=s[Rr("0xf")]),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[Rr("0x11")]((t=>String.fromCharCode(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.context)}set[Rr("0x6e")](t){if(this[Rr("0x3d")])throw new e.CKEditorError(Rr("0x1"));this[Rr("0x3d")]=t}get adapter(){return this[Rr("0x3d")]}[Rr("0x75")]({channelId:t=Sr,threadId:n=(0,e.uid)(),comments:o=[],target:i,isFromAdapter:r}={}){return this.fire(Br("addCommentThread",t),{channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}),this[Rr("0x95")](n)}[Rr("0x35")]({channelId:t=Sr,threadId:n=(0,e.uid)(),target:o}){if(this._readOnlyChannels.has(t)||this[Rr("0x12")][Rr("0x90")](void 0))return;if(!o)throw new e.CKEditorError(Rr("0x91"));const i=this.addCommentThread({channelId:t,threadId:n,target:o});if(!i)return null;const r=this._threadToController[Rr("0x7f")](i),s=r.view[Rr("0x1b")][Rr("0x52")],a=this[Rr("0x4f")][Rr("0x2f")][Rr("0x7f")](Or),c=a[Rr("0x49")](r[Rr("0x36")]);return a[Rr("0x18")](c),s[Rr("0x6a")](Rr("0x7"),(()=>s[Rr("0x97")]())),i}[Rr("0x1f")](t){if(Rr("0x6b")!=typeof t)throw new e.CKEditorError(Rr("0x50"));return this[Rr("0x7e")][Rr("0x90")](t)}getCommentThread(t){if(Rr("0x6b")!=typeof t)throw new e.CKEditorError(Rr("0x50"));return this[Rr("0x7e")][Rr("0x7f")](t)}[Rr("0x6f")]({channelId:t,threadId:n}={}){const o=this[Rr("0x95")](n);if(o)return Promise[Rr("0x65")](o);if(!this[Rr("0x6e")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter",this[Rr("0x4f")]);if(Rr("0x16")!=typeof this.adapter[Rr("0x95")])throw new e.CKEditorError(Rr("0x72"),this[Rr("0x4f")]);return this[Rr("0x6e")][Rr("0x95")]({channelId:t,threadId:n})[Rr("0x4e")]((e=>this[Rr("0x1f")](n)?this.getCommentThread(n):e?this[Rr("0x75")](Object[Rr("0x77")]({isFromAdapter:!0,channelId:t},e)):void 0))[Rr("0x94")]((t=>{throw console[Rr("0x67")](t),new e.CKEditorError(Rr("0x8e"),this.context)}))}[Rr("0x51")]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this[Rr("0x7e")][Rr("0xa")]())t&&o[Rr("0x71")]!==t||e&&!o[Rr("0x2c")]||n&&0===o[Rr("0xf")]||i[Rr("0x84")](o);return o?i[Rr("0x11")]((t=>t[Rr("0x38")]())):i}setActiveCommentThread(t){const n=this[Rr("0x4f")].plugins[Rr("0x7f")](Or);if(!t)return void(this[Rr("0x8a")]&&n[Rr("0x19")]());const o=this[Rr("0x95")](t);if(!o)throw new e.CKEditorError("commentsrepository-active-missing-comment-thread",null,{threadId:t});if(!this[Rr("0xc")][Rr("0x90")](o))throw new e.CKEditorError(Rr("0x41"),null,{threadId:t});const i=n[Rr("0x49")](this._threadToController[Rr("0x7f")](o)[Rr("0x36")]);n[Rr("0x18")](i)}[Rr("0x3c")](t,e){t?this[Rr("0x12")][Rr("0x5d")](e):this[Rr("0x12")].delete(e);for(const n of this[Rr("0x51")]({channelId:e}))n[Rr("0x15")]=!!t}[Rr("0x15")](t){return this._readOnlyChannels[Rr("0x90")](t)||this[Rr("0x12")][Rr("0x90")](void 0)}[Rr("0x24")](t,e){return new po(t,e)}[Rr("0x7a")](t,e=Sr){const n=!this[Rr("0x56")][Rr("0x90")](e),o=new Set(this[Rr("0x56")]);n&&!t&&(o[Rr("0x5d")](e),this._nonAdminChannels=o),!n&&t&&(o[Rr("0x96")](e),this[Rr("0x56")]=o)}_addCommentThread({channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}){if(Rr("0x6b")!=typeof n)throw new e.CKEditorError(Rr("0x50"),null,{threadId:n});if(this[Rr("0x1f")](n))throw new e.CKEditorError("commentsrepository-duplicated-comment-thread-id",null,{threadId:n});const s=new Dr(this,{channelId:t,id:n});(this._readOnlyChannels[Rr("0x90")](t)||this[Rr("0x12")][Rr("0x90")](void 0))&&(s[Rr("0x15")]=!0),this._threads.set(n,s);for(const t of o)s.addComment(Object[Rr("0x77")]({isFromAdapter:r},t));i&&s[Rr("0x6d")](i)}[Rr("0x5b")]({threadId:t,target:n}){const o=this[Rr("0x95")](t);if(!o)throw new e.CKEditorError(Rr("0x55"),this);const i=this[Rr("0x4f")][Rr("0x2f")][Rr("0x7f")]("PendingActions"),r=this[Rr("0x4f")][Rr("0x2f")][Rr("0x7f")](Or),s=this._createCommentThreadView(o),a=new po(o,s);let c=null;s.on("change:isDirty",((t,e,n)=>{n?c=i[Rr("0x5d")](go(this[Rr("0x4f")][Rr("0x61")],Rr("0x9"))):(i[Rr("0x2e")](c),c=null)})),this[Rr("0xc")].set(o,a),this[Rr("0x30")][Rr("0x14")](s,a);const x=new lr(this[Rr("0x4f")].locale,s);x[Rr("0x8c")](Rr("0xf")).to(s),x[Rr("0x8c")](Rr("0x23")).to(s,Rr("0x23"),s,Rr("0xf"),((t,e)=>t||!e)),x[Rr("0x8c")]("isActive").to(s),x[Rr("0x85")]=Rr("0x86");const h=new br({view:x,target:n,type:Rr("0x86")});return r[Rr("0x5d")](h),h}_createCommentThreadView(t){const e=this[Rr("0x4f")][Rr("0x2f")].get(Rr("0x4c")),{config:n,locale:o}=this[Rr("0x4f")],r=(0,i.getDateTimeFormatter)(n.get(Rr("0x61")));return new(0,n[Rr("0x7f")]("comments").CommentThreadView)(o,t,e.me,{editorConfig:n[Rr("0x7f")](Rr("0x21")),maxCommentsWhenCollapsed:n[Rr("0x7f")](Rr("0x81")),maxThreadTotalWeight:n[Rr("0x7f")](Rr("0x7d")),maxCommentCharsWhenCollapsed:n[Rr("0x7f")](Rr("0x46")),formatDateTime:r,CommentView:n[Rr("0x7f")]("comments").CommentView})}_removeCommentThread({threadId:t,isFromAdapter:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(Rr("0x1a"),this);if(this[Rr("0x73")](t),this[Rr("0x7e")].delete(t),!o[Rr("0xf")]||n||!this[Rr("0x6e")]||Rr("0x16")!=typeof this.adapter[Rr("0x48")])return Promise[Rr("0x65")]();const i=this.context.plugins.get(Rr("0x3")),{channelId:r}=o,s=i[Rr("0x5d")](go(this.context[Rr("0x61")],Rr("0x9")));return this[Rr("0x6e")][Rr("0x48")]({channelId:r,threadId:t})[Rr("0x4e")]((()=>i.remove(s)))[Rr("0x94")]((t=>{throw console[Rr("0x67")](t),new e.CKEditorError(Rr("0x53"),this)}))}_detachCommentThread(t){const e=this.context.plugins[Rr("0x7f")](Or),n=this[Rr("0x95")](t);if(this[Rr("0xc")][Rr("0x90")](n)){const t=this[Rr("0xc")][Rr("0x7f")](n),o=t[Rr("0x36")],i=e.getByInnerView(o);this[Rr("0xc")].delete(n),this[Rr("0x30")].delete(o),i&&e[Rr("0x2e")](i),t[Rr("0x39")](),o.destroy()}}[Rr("0x47")](t){const e=this.context[Rr("0x2f")].get(i.Users),n=(0,i.hashObject)(Rr("0x62")+t);return e[Rr("0x25")](n)||e[Rr("0x3f")]({id:n,name:t})}[Rr("0x28")]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if(Rr("0x6b")!=typeof n)throw new e.CKEditorError(Rr("0x79"));if(Rr("0x6b")!=typeof r)throw new e.CKEditorError(Rr("0x43"));if(Rr("0x6b")!=typeof o||!o[Rr("0x82")]())throw new e.CKEditorError(Rr("0x68"));const x=this[Rr("0x95")](t);if(!x)throw new e.CKEditorError("commentsrepository-add-comment-to-missing-comment-thread",this);const h=this[Rr("0x4f")][Rr("0x2f")][Rr("0x7f")](i.Users).getUser(r);if(!h)throw new e.CKEditorError(Rr("0x98"),null,{authorId:r});let d=null,l=s;a&&a[Rr("0x8b")]&&(d=this[Rr("0x47")](a[Rr("0x8b")][Rr("0x8f")]),l=a[Rr("0x8b")][Rr("0x4b")]);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("0x6")](u),c||!this[Rr("0x6e")]||Rr("0x16")!=typeof this[Rr("0x6e")].addComment)return Promise.resolve();const m=this.context[Rr("0x2f")].get(Rr("0x3")),{channelId:f}=x,p=m[Rr("0x5d")](go(this.context[Rr("0x61")],Rr("0x9")));return a||(a={}),this[Rr("0x6e")][Rr("0x74")]({channelId:f,threadId:t,commentId:n,content:o,attributes:a})[Rr("0x4e")]((e=>{if(m[Rr("0x2e")](p),this.hasCommentThread(t))e&&e[Rr("0x4b")]&&this[Rr("0x10")]({threadId:t,commentId:n,createdAt:e[Rr("0x4b")],isFromAdapter:!0});else{const i={threadId:t,commentId:n,content:o,attributes:a,createdAt:e&&e[Rr("0x4b")]?e[Rr("0x4b")]:s,authorId:h.id};this.addCommentThread({channelId:f,threadId:t,comments:[i],isFromAdapter:!0})}})).catch((t=>{throw console[Rr("0x67")](t),new e.CKEditorError("commentsrepository-add-comment-internal-error",this)}))}[Rr("0x10")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&(Rr("0x6b")!=typeof o||!o[Rr("0x82")]()[Rr("0xf")]))throw new e.CKEditorError(Rr("0x80"));const a=this[Rr("0x95")](t),c=a[Rr("0x26")](n);if(!c)throw new e.CKEditorError(Rr("0x83"),this);let x=!1;if(o&&o!==c[Rr("0x69")]&&(c[Rr("0x5")]||s)&&(c[Rr("0x69")]=o,x=!0),i&&i!==c[Rr("0x4b")]&&(c.createdAt=i,c[Rr("0x32")]&&c[Rr("0x32")][Rr("0x8b")]||(c[Rr("0x0")]=i),x=!0),r&&!We(r,c[Rr("0x32")])&&(c[Rr("0x32")]=r,x=!0),!x)return Promise[Rr("0x65")]();if(a.fire("commentUpdated"),s||!this[Rr("0x6e")]||Rr("0x16")!=typeof this[Rr("0x6e")][Rr("0x44")])return Promise[Rr("0x65")]();const h=this.context[Rr("0x2f")][Rr("0x7f")]("PendingActions"),{channelId:d}=this[Rr("0x95")](c[Rr("0x3b")]),l=h[Rr("0x5d")](go(this[Rr("0x4f")][Rr("0x61")],Rr("0x9")));return this[Rr("0x6e")].updateComment({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Rr("0x4e")]((()=>h[Rr("0x2e")](l)))[Rr("0x94")]((t=>{throw console[Rr("0x67")](t),new e.CKEditorError(Rr("0x2d"),this)}))}[Rr("0x7c")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this.getCommentThread(t),r=i[Rr("0x26")](n);if(!r)throw new e.CKEditorError(Rr("0x54"),this);if(i[Rr("0x20")](r),o||!this[Rr("0x6e")]||Rr("0x16")!=typeof this[Rr("0x6e")][Rr("0x7b")])return Promise[Rr("0x65")]();const s=this[Rr("0x4f")].plugins[Rr("0x7f")](Rr("0x3")),{channelId:a}=i,c=s[Rr("0x5d")](go(this[Rr("0x4f")][Rr("0x61")],"PENDING_ACTION_COMMENT_THREAD"));return this[Rr("0x6e")][Rr("0x7b")]({channelId:a,threadId:t,commentId:n})[Rr("0x4e")]((()=>s[Rr("0x2e")](c))).catch((t=>{throw console[Rr("0x67")](t),new e.CKEditorError(Rr("0x31"),this)}))}}class Dr{constructor(t,n){this[Rr("0x71")]=n.channelId,this.id=n.id,this[Rr("0x14")]("isReadOnly",!1),this[Rr("0x8c")](Rr("0x1c")).to(t,"_nonAdminChannels",(t=>!t[Rr("0x90")](this[Rr("0x71")]))),this[Rr("0x5e")]=new e.Collection,this[Rr("0x2b")]=t,this[Rr("0x57")]=!1}get[Rr("0x2")](){return Array.from(this[Rr("0x5e")])[Rr("0x8d")](((t,e)=>t+e[Rr("0x2")]),0)}get length(){return this[Rr("0x5e")].length}get[Rr("0x2c")](){return this[Rr("0x57")]}[Rr("0x2e")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Rr("0x2b")][Rr("0x29")](Br(Rr("0x48"),e),{channelId:e,threadId:n,isFromAdapter:t})}[Rr("0x6d")](t){return this[Rr("0x2b")][Rr("0x5b")]({threadId:this.id,target:t})}addComment(t){const{channelId:e,id:n}=this;this[Rr("0x2b")][Rr("0x29")](Br(Rr("0x74"),e,n),Object.assign({channelId:e,threadId:n},t))}getComment(t){if(Rr("0x6b")!=typeof t)throw new e.CKEditorError(Rr("0x58"),null,{commentId:t});return this[Rr("0x5e")][Rr("0x7f")](t)}[Rr("0x38")](){return{threadId:this.id,comments:this.comments.map((t=>t[Rr("0x38")]()))}}[Rr("0x6")](t){return this[Rr("0x88")](t,"change:authoredAt",(()=>{const e=this[Rr("0x42")](t),n=this[Rr("0x5e")];e-1!=n[Rr("0x76")](t)&&e+1!=n[Rr("0x76")](t)&&(this[Rr("0x20")](t),this[Rr("0x6")](t))})),t[Rr("0x4b")]?this[Rr("0x5e")][Rr("0x5d")](t,this[Rr("0x42")](t)):this[Rr("0x5e")][Rr("0x5d")](t)}[Rr("0x20")](t){return this[Rr("0xe")](t),t.destroy(),this.comments[Rr("0x2e")](t)}_findOptimalIndex(t){const e=this[Rr("0x5e")].find((e=>new Date(e[Rr("0x0")])[Rr("0x4")]()>new Date(t[Rr("0x0")])[Rr("0x4")]()));return e?this[Rr("0x5e")][Rr("0x76")](e):this[Rr("0xf")]}}(0,e.mix)(Dr,e.ObservableMixin);class Pr{constructor(t,e){const n=t[Rr("0x4f")][Rr("0x2f")][Rr("0x7f")]("Users").me,o=t[Rr("0x95")](e[Rr("0x3b")]),i=0===o[Rr("0x5e")][Rr("0xf")],r=n===e.author;this.id=e.id,this[Rr("0x3b")]=e[Rr("0x3b")],this[Rr("0x64")]=e[Rr("0x64")],this[Rr("0x87")]=e.creator,this[Rr("0x3e")]=Boolean(e[Rr("0x32")]&&e[Rr("0x32")]["@external"]),this[Rr("0x14")](Rr("0x69"),e[Rr("0x69")]),this.createdAt=e[Rr("0x4b")]||new Date,this[Rr("0x14")]("authoredAt",e[Rr("0x0")]||new Date),this[Rr("0x14")](Rr("0x32"),e[Rr("0x32")]||{}),this[Rr("0x14")](Rr("0x5"),r),this[Rr("0x8c")]("isRemovable").to(o,Rr("0x1c"),(t=>t&&i||r)),this.bind(Rr("0x15")).to(o,Rr("0x15")),this[Rr("0x2b")]=t}get weight(){return Math.max(function(t){const e=document[Rr("0x59")](Rr("0x5a"));return e[Rr("0xd")]=t,e[Rr("0x2a")][Rr("0xf")]}(this[Rr("0x69")]),200)}[Rr("0x66")](t){const{threadId:n,id:o}=this;if(!this._repository[Rr("0x1f")](n))throw new e.CKEditorError(Rr("0x22"),this);const{channelId:i}=this._repository[Rr("0x95")](n);this[Rr("0x2b")].fire(Br("updateComment",i,n),Object[Rr("0x77")]({channelId:i,threadId:n,commentId:o},t))}setAttribute(t,e){const n=Ln(this[Rr("0x32")]);io(n,t,e),this[Rr("0x66")]({attributes:n})}[Rr("0x4d")](t){const e=Ln(this.attributes);ho(e,t),this[Rr("0x66")]({attributes:e})}remove(t={}){if(!t[Rr("0x89")]&&!this[Rr("0x1c")])return;const{threadId:n,id:o}=this;if(!this._repository.hasCommentThread(n))throw new e.CKEditorError(Rr("0x45"),this);const{channelId:i}=this[Rr("0x2b")][Rr("0x95")](n);this._repository.fire(Br(Rr("0x7b"),i,n),Object[Rr("0x77")]({channelId:i,threadId:n,commentId:o},t))}[Rr("0x38")](){return{commentId:this.id,content:this[Rr("0x69")],createdAt:this[Rr("0x4b")],authorId:this[Rr("0x87")].id,attributes:this[Rr("0x32")]}}[Rr("0x39")](){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=["createRange","tableCell","selection","start","getLastMatchingPosition","execute","textProxy","model","isObject","push","element","refresh","getRanges","backward","comment:","_hasContent","document","isEnabled","_itemIsContent","editor","getItems","_trimToContent","change"];var Lr,Fr;Lr=zr,Fr=349,function(t){for(;--t;)Lr.push(Lr.shift())}(++Fr);const Kr=function(t,e){return zr[t-=0]};class Ur extends t.Command{[Kr("0x7")](){const t=this[Kr("0xf")][Kr("0x3")][Kr("0xc")][Kr("0x15")];for(const e of t[Kr("0x8")]())if(this._hasContent(e))return void(this[Kr("0xd")]=!0);this.isEnabled=!1}[Kr("0x1")]({threadId:t=(0,e.uid)()}={}){const n=this[Kr("0xf")][Kr("0x3")],o=[];for(const t of n[Kr("0xc")][Kr("0x15")][Kr("0x8")]())this[Kr("0xb")](t)&&o[Kr("0x5")](this[Kr("0x11")](t));n[Kr("0x12")]((n=>{for(const i of o){const o=(0,e.uid)().substr(1,5),r=Kr("0xa")+t+":"+o;n.addMarker(r,{range:i,usingOperation:!1,affectData:!1})}}))}[Kr("0xb")](t){for(const e of t[Kr("0x10")]())if(this[Kr("0xe")](e))return!0;return!1}[Kr("0xe")](t){return t.is(Kr("0x2"))||this[Kr("0xf")][Kr("0x3")].schema[Kr("0x4")](t)&&!t.is(Kr("0x6"),Kr("0x14"))}[Kr("0x11")](t){const e=t=>!this[Kr("0xe")](t.item),n=t[Kr("0x16")][Kr("0x0")](e),o=t.end[Kr("0x0")](e,{direction:Kr("0x9")});return this.editor[Kr("0x3")][Kr("0x13")](n,o)}}const Wr=["annotation","getByInnerView","element","requires","fire","has","set","selection","editing","change:isFocused","push","listenTo","getOrderedSelectedAnnotations","model","hasDomSelection","uiUpdate","registerAnnotation","pluginName","isCollapsed","containsRange","focusTracker","_dataCollectors","refreshSelectedViews","EditorAnnotations","function","change:range","innerView","range","update","init","delete","remove","view","directChange","from","add","refresh","isReadOnly","isEqual","_editorAnnotations","sort","document","getRanges","editor"];var Hr,Zr;Hr=Wr,Zr=165,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("0xe")](){return[Or]}static get[qr("0x1c")](){return qr("0x22")}constructor(t){super(t),this[qr("0x20")]=new Set,this[qr("0x6")]=new Set}[qr("0x28")](){const t=this.editor,e=t[qr("0x18")].document[qr("0x12")],n=Qi((()=>this.refreshSelectedViews()),10);e.on(qr("0x24"),((t,e)=>{e[qr("0x0")]&&(n.cancel(),this[qr("0x21")]())})),this[qr("0x16")](t.editing[qr("0x2b")][qr("0x8")],qr("0x14"),((t,e,o)=>{o&&n()})),this[qr("0x16")](t.ui.focusTracker,"change:isFocused",((e,n,o)=>{o||t[qr("0x4")]||this[qr("0xf")]("blur",{isAnnotationTracked:t=>this._editorAnnotationsData[qr("0x10")](t[qr("0x25")])})})),this[qr("0x16")](this[qr("0xa")].ui,qr("0x27"),(()=>this[qr("0xf")](qr("0x1a"))))}[qr("0x1b")](t){if(this[qr("0x6")][qr("0x10")](t))return;this[qr("0x6")].add(t.view),this[qr("0xa")].ui[qr("0x1f")][qr("0x2")](t[qr("0x2b")][qr("0xd")]);const e=this.editor.plugins.get(Or);this[qr("0x16")](e.collection,qr("0x2a"),((t,e)=>{this[qr("0xa")].ui.focusTracker.remove(e[qr("0x2b")][qr("0xd")]),this._editorAnnotations[qr("0x29")](e.view)}))}[qr("0x19")](){return this[qr("0xa")][qr("0x13")][qr("0x2b")][qr("0x19")]}addSourceCollector(t){if(qr("0x23")!=typeof t)throw new e.CKEditorError("editorannotations-invalid-source-callback");this[qr("0x20")][qr("0x2")](t)}refreshSelectedViews(){this[qr("0xf")](qr("0x3"))}[qr("0x17")]({activeAnnotation:t,annotations:e}){const n=[],o=this[qr("0xa")][qr("0x18")][qr("0x8")][qr("0x12")],i=Array[qr("0x1")](o[qr("0x9")]());for(const[t,o]of this._editorAnnotationsData){const i=r(o),s=e[qr("0xc")](t);i&&s&&n[qr("0x15")]({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[qr("0x1e")](t,!o[qr("0x1d")]))return e;return null}return n[qr("0x7")](((e,n)=>{const o=e.range,i=n[qr("0x26")];if(!o[qr("0x5")](i)){if(o.containsRange(i,!0))return 1;if(i[qr("0x1e")](o,!0))return-1}return e[qr("0xb")]==t?-1:n.annotation==t?1:0})).map((t=>t[qr("0xb")]))}get _editorAnnotationsData(){const t=new Map;for(const e of Array[qr("0x1")](this[qr("0x20")]))for(const[n,o]of e())t[qr("0x11")](n,o);return t}}const $r=["get","RestrictedEditingModeEditing","has","addCommentThread","enableCommand","plugins"];var Gr,Jr;Gr=$r,Jr=199,function(t){for(;--t;)Gr.push(Gr.shift())}(++Jr);const Yr=function(t,e){return $r[t-=0]};class Qr extends t.Plugin{afterInit(){const t=this.editor;t[Yr("0x4")][Yr("0x1")]("RestrictedEditingModeEditing")&&t[Yr("0x4")][Yr("0x5")](Yr("0x0"))[Yr("0x3")](Yr("0x2"))}}var ts=n(446),es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(ts.Z,es);ts.Z.locals;const ns=["collaboration.channelId","execute","plugins","Users","map","config","high","_handleImportedData","editor","commands","importWord","dataInsert","get","afterInit"];var os,is;os=ns,is=130,function(t){for(;--t;)os.push(os.shift())}(++is);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{[rs("0x9")](){const t=this[rs("0x4")],n=t[rs("0x5")][rs("0x8")](rs("0x6")),o=t[rs("0xc")].get(rs("0xd"));n&&(n.on(rs("0xb"),((t,[,e])=>{e.collaboration_features={comments:!0,user_id:o.me.id}}),{priority:e.priorities[rs("0x2")]+10}),this.listenTo(n,rs("0x7"),this[rs("0x3")]))}[rs("0x3")](t,e){const{comment_threads:n}=e;n&&n.forEach((({thread_id:t,comments:e})=>{const n=e[rs("0x0")]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[rs("0x4")][rs("0xc")][rs("0x8")](rs("0xd")).me.id,createdAt:new Date,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:rs("0x6")}}}))),o=this[rs("0x4")][rs("0x1")][rs("0x8")](rs("0xa"));this.editor[rs("0xc")][rs("0x8")](Nr).addCommentThread({channelId:o,threadId:t,comments:n})}))}}const as=["comment:","map","addCommentThread","model","change:isReadOnly","left","_attachedThreads","collaboration.channelId","_attachMarkerToThread","_threadToController","low","newRange","view","destroyed","markers","EditorAnnotations","activeMarker","getWalker","end","hasCommentThread","includes","sort","pluginName","attachTo","upcast","hasContent","updateMarker","reconvertMarker","state","hasMarkerForId","change","dataDowncast","CommentsRepository","_threads","removeMarker","removeCommentThread","editing","_handleMarkerAddAndRemove","switchReadOnly","for","Annotations","CommentsEditing","conversion","document","ck-comment-marker","elementToElement","getCommentThreads","editingDowncast","high","ck-comment-marker--active","managedUsingOperations","addComment","editor","once","_detachCommentThread","delete","isThreadsLoadingPaused","get","push","markerName","$marker","update:comment","destroy","markerToData","registerAnnotation","has","plugins","set","getChangedMarkers","getAllMarkersForId","config","registerPostFixer","ready","isEqual","length","affectsData","createRange","listenTo","_initializeMarkerConverters","top","add","stop","render","start","getCommentThread","comment","split","change:activeMarker","init"];var cs,xs;cs=as,xs=281,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[Nr,Xr,Qr,ss]}static get[hs("0x8")](){return hs("0x1b")}constructor(t){super(t),this.set(hs("0x2a"),!0),t.data.once(hs("0x3a"),(()=>this[hs("0x2a")]=!1)),this[hs("0x35")](hs("0x2"),null),this.on(hs("0x49"),((e,n,o,i)=>{t[hs("0x4e")].change((()=>{if(o){const{id:e}=us(o),n=this[hs("0x37")](e);for(const e of n)t[hs("0x16")].reconvertMarker(e)}if(i){const{id:e}=us(i),n=this.getAllMarkersForId(e);for(const e of n)t.editing[hs("0xd")](e)}}))})),this[hs("0x51")]=new Map}[hs("0x4a")](){const t=this[hs("0x26")],e=t[hs("0x34")][hs("0x2b")](hs("0x12")),n=t[hs("0x38")][hs("0x2b")](hs("0x52"));t.commands[hs("0x42")](hs("0x4d"),new Ur(t)),this[hs("0x3f")](t,hs("0x4f"),((n,o,i)=>{e[hs("0x18")](i,t[hs("0x38")][hs("0x2b")](hs("0x52")))})),this.listenTo(e,ls(hs("0x15"),n),((n,{threadId:o})=>{t[hs("0x4e")][hs("0x10")]((t=>{for(const e of this[hs("0x37")](o))t.removeMarker(e)}));const i=e.getCommentThread(o);e[hs("0x5")](o)&&!i[hs("0x3c")]||n[hs("0x43")]()}),{priority:hs("0x22")}),this[hs("0x3f")](e,ls(hs("0x25"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this[hs("0x37")](o);!i&&0!=r[hs("0x3c")]&&e[hs("0x5")](o)&&1===e[hs("0x46")](o).length&&t[hs("0x4e")][hs("0x10")]((t=>{for(const e of r)t.updateMarker(e,{usingOperation:!0,affectsData:!0})}))}),{priority:hs("0x55")}),this[hs("0x40")](),this[hs("0x17")]()}[hs("0x30")](){const t=this[hs("0x26")][hs("0x34")][hs("0x2b")](hs("0x12")),e=this[hs("0x26")][hs("0x38")].get("collaboration.channelId");for(const n of t[hs("0x20")]({channelId:e}))t._detachCommentThread(n.id),t[hs("0x13")][hs("0x29")](n.id);super[hs("0x30")]()}[hs("0xf")](t){return this[hs("0x37")](t)[hs("0x3c")]>0}[hs("0x37")](t){return(this[hs("0x51")][hs("0x2b")](t)||[])[hs("0x4c")]((t=>this[hs("0x26")].model.markers[hs("0x2b")](t))).filter((t=>t))}[hs("0x40")](){const t=this.editor;t[hs("0x1c")][hs("0x19")](hs("0x21")).markerToHighlight({model:hs("0x47"),view:t=>{const{id:e}=us(t[hs("0x2d")]),n=[hs("0x1e")];return this[hs("0x2")]&&us(this.activeMarker).id===e&&n[hs("0x2c")](hs("0x23")),{classes:n,attributes:{"data-comment":e}}}}),t[hs("0x1c")][hs("0x19")](hs("0x11"))[hs("0x31")]({model:hs("0x47"),view:e=>{const n=t.model[hs("0x0")][hs("0x2b")](e),{id:o,part:i}=us(e);return n&&!n[hs("0x3d")]?null:{group:"comment",name:i?o+":"+i:o}}}),t[hs("0x1c")][hs("0x19")]("upcast")[hs("0x1f")]({view:{name:hs("0x47"),attribute:{id:/^\w/}},model:(t,{writer:e})=>e.createElement(hs("0x2e"),{"data-name":hs("0x4b")+t.getAttribute("id")})}),t[hs("0x1c")][hs("0x19")](hs("0xa")).dataToMarker({view:hs("0x47")})}[hs("0x17")](){const t=this[hs("0x26")],e=t[hs("0x34")].get(hs("0x12")),n=new Set;t.model[hs("0x1d")][hs("0x39")]((e=>{let o=!1;for(const{name:i,data:r}of t[hs("0x4e")].document.differ[hs("0x36")]()){const{group:s,id:a}=us(i);let c=r[hs("0x56")];if(hs("0x47")!==s||!c)continue;const x="$graveyard"===c.root.rootName;x||(c=ms(c,t.model),!c||c[hs("0x3b")](r[hs("0x56")]))?!c||!t[hs("0x4e")][hs("0xb")](c)||this[hs("0x51")][hs("0x33")](a)&&x?(e[hs("0x14")](i),o=!0):x||(this[hs("0x2a")]?n.add(i):this[hs("0x53")](i,a)):(e[hs("0xc")](i,{range:c}),o=!0)}return o})),this.on("change:isThreadsLoadingPaused",((e,o,i)=>{if(!i&&n.size)for(const e of n){const{id:o}=us(e);n.delete(o),t[hs("0x4e")][hs("0x0")].get(e)&&this[hs("0x53")](e,o)}})),this[hs("0x3f")](t[hs("0x4e")].markers,hs("0x2f"),((o,i,r,s)=>{if(s)return;const{id:a}=us(i.name),c=t[hs("0x34")][hs("0x2b")](hs("0x12")).getCommentThread(a);n[hs("0x29")](a),c&&!this[hs("0xf")](a)&&(this._attachedThreads[hs("0x29")](a),e[hs("0x28")](a))}))}[hs("0x53")](t,n){if(this[hs("0x51")][hs("0x33")](n)){const e=this[hs("0x51")][hs("0x2b")](n);return void(e[hs("0x6")](t)||e[hs("0x2c")](t))}this[hs("0x51")][hs("0x35")](n,[t]);const o=this[hs("0x26")],r=o[hs("0x34")][hs("0x2b")](hs("0x12")),s=o.config[hs("0x2b")](hs("0x52")),a=o.plugins[hs("0x2b")](hs("0x1")),c=()=>{const t=this.getAllMarkersForId(n);if(0===t.length)return null;if(1===t[hs("0x3c")])return(0,i.getMarkerDomElement)(o[hs("0x16")],t[0]);const r=t[hs("0x4c")]((t=>(0,i.getMarkerDomElement)(o[hs("0x16")],t)));return r[hs("0x7")](((t,n)=>{const o=new e.Rect(t),i=new e.Rect(n),r=o[hs("0x41")]-i[hs("0x41")];return 0==r?o.left-i[hs("0x50")]:r})),r[0]};this.getAllMarkersForId(n)[0][hs("0x24")]?r.fetchCommentThread({channelId:s,threadId:n}).then((t=>{if(hs("0x58")!==o[hs("0xe")])if(t){const e=t[hs("0x9")](c);a[hs("0x32")](e)}else{const t=this[hs("0x37")](n);o[hs("0x4e")][hs("0x10")]((e=>{for(const n of t)e[hs("0x14")](n)}))}})):o[hs("0x16")][hs("0x57")][hs("0x27")](hs("0x44"),(()=>{const t=o[hs("0x34")][hs("0x2b")](hs("0x1a")),e=r.openNewCommentThread({channelId:s,threadId:n,target:c}),i=r[hs("0x54")][hs("0x2b")](e)[hs("0x57")],x=t.getByInnerView(i);a.registerAnnotation(x)}),{priority:hs("0x55")})}}function ls(t,e){return e?t+":"+e:t}function us(t){const e=t[hs("0x48")](":");return{group:e[0],id:e[1],part:e[2]}}function ms(t,e){const n=e.schema,o=e[hs("0x3e")](t[hs("0x45")]);for(const i of t[hs("0x3")]()){const{type:t,item:r,nextPosition:s}=i;if("text"===t||n.isObject(r)){const t=e.createPositionBefore(r);o.isCollapsed&&(o.start=t),o[hs("0x4")]=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=["focus","innerView","bind","map","locale","focusTracker","get","highest","plugins","editor","listenTo","_viewToController","push","model","addSourceCollector","length","pluginName","CommentsListView","execute","comment:","view","Comment","hasMarkerForId","_createUIButton","init","addCommentThread","tooltip","activeMarker","comment","_threadToController","CommentThreadInputView","CommentsUI","icon","change:activeAnnotations","isFocused","add"];var bs,gs;bs=ps,gs=195,function(t){for(;--t;)bs.push(bs.shift())}(++gs);const vs=function(t,e){return ps[t-=0]};class _s extends t.Plugin{static get[vs("0x1")](){return vs("0x10")}static get requires(){return[Nr,ds,Xr,Or]}get[vs("0x2")](){return si}get[vs("0xf")](){return Go}[vs("0x9")](){const t=this[vs("0x1e")],e=t[vs("0x1d")][vs("0x1b")](Nr),n=t.plugins[vs("0x1b")](ds),o=t[vs("0x1d")][vs("0x1b")](Or),i=t[vs("0x1d")][vs("0x1b")](Xr);t.ui.componentFactory[vs("0x14")](vs("0xd"),(()=>this[vs("0x8")]())),i[vs("0x23")]((()=>{const t=[];for(const[o,i]of e[vs("0xe")]){const e=n.getAllMarkersForId(o.id),r=e[vs("0x18")]((t=>t.getRange()));e[vs("0x0")]>0&&t[vs("0x21")]([i[vs("0x5")],r])}return t})),this[vs("0x1f")](o,vs("0x12"),((t,o,i)=>{const r=Array.from(i)[vs("0x18")]((t=>t[vs("0x16")])).find((t=>e[vs("0x20")].has(t)));if(!r)return void(n.activeMarker=null);const s=e._viewToController[vs("0x1b")](r)[vs("0x22")].id,a=vs("0x4")+s;n[vs("0x7")](s)?n[vs("0xc")]=a:n[vs("0xc")]&&(n.activeMarker=null)})),this.listenTo(e,"removeCommentThread",((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui[vs("0x1a")][vs("0x13")]&&n[vs("0x7")](o)&&t.editing[vs("0x5")][vs("0x15")]()}),{priority:vs("0x1c")}),this[vs("0x1f")](e,"addComment",((o,{threadId:i,isFromAdapter:r})=>{!r&&n[vs("0x7")](i)&&e.hasCommentThread(i)&&1===e.getCommentThread(i)[vs("0x0")]&&(t.editing[vs("0x5")][vs("0x15")](),o.stop())}),{priority:"low"})}[vs("0x8")](){const t=this[vs("0x1e")],e=new bo.ButtonView(t[vs("0x19")]),n=t.commands.get(vs("0xa"));return e.label=go(t.locale,vs("0x6")),e[vs("0xb")]=go(t[vs("0x19")],vs("0x6")),e[vs("0x11")]=fs,e[vs("0x17")]("isEnabled").to(n),this[vs("0x1f")](e,vs("0x3"),(()=>n[vs("0x3")]())),e}}const ws=["affectsData","_enableCommentsOnlyMode","has","delete","pluginName","config","requires","document","editor","view","set","stop","plugins","clipboardInput","get","commentsOnly","clearForceDisabled","commands","forceDisabled","commentsOnlyMode","isEnabled","highest","_disableCommentsOnlyMode","listenTo","stopListening","addCommentThread","DragDrop","CommentsOnly","editing","cut","afterInit"];var ks,ys;ks=ws,ys=318,function(t){for(;--t;)ks.push(ks.shift())}(++ys);const Cs=function(t,e){return ws[t-=0]};class As extends t.Plugin{static get[Cs("0x1b")](){return Cs("0x13")}static get[Cs("0x1d")](){return[ds]}constructor(t){super(t),this[Cs("0x2")](Cs("0xc"),null),this.on("change:isEnabled",((t,e,n)=>{n?this[Cs("0x18")]():this[Cs("0xe")]()}))}[Cs("0x16")](){null===this[Cs("0xc")]&&(this[Cs("0xc")]=!!this[Cs("0x0")][Cs("0x1c")].get(Cs("0x7")))}[Cs("0x18")](){for(const[t,e]of this[Cs("0x0")][Cs("0x9")])e[Cs("0x17")]&&Cs("0x11")!==t&&e[Cs("0xa")](Cs("0xb"));this[Cs("0x0")][Cs("0x4")][Cs("0x19")](Cs("0x12"))&&this[Cs("0x0")][Cs("0x4")][Cs("0x6")](Cs("0x12")).forceDisabled(Cs("0xb"));const t=this[Cs("0x0")][Cs("0x14")][Cs("0x1")][Cs("0x1e")];this[Cs("0xf")](t,Cs("0x15"),(t=>t[Cs("0x3")]()),{priority:Cs("0xd")}),this[Cs("0xf")](t,Cs("0x5"),(t=>t[Cs("0x3")]()),{priority:Cs("0xd")}),this.listenTo(t,Cs("0x1a"),(t=>t[Cs("0x3")]()),{priority:"highest"})}_disableCommentsOnlyMode(){for(const[t,e]of this[Cs("0x0")].commands)e[Cs("0x17")]&&Cs("0x11")!==t&&e[Cs("0x8")](Cs("0xb"));this[Cs("0x10")](this.editor.editing[Cs("0x1")].document)}}const Ts=["length","delete","_uisData","listenTo","activeAnnotations","get","destroy","annotationsuis-activate-missing-ui","filter","size","add","register","hasActive","annotationsuis-register-invalid-interface","setActiveAnnotation","_activateAnnotation","AnnotationsUIs","stopListening","_setSelectedAnnotations","remove","function","_assertAnnotationDoesNotBelongToMultipleUIs","deactivateAll","detach","context","isActive","activate","_removeActiveAnnotation","collection","has","from","_addActiveAnnotation","plugins","push","pluginName","attach","_uis","set","_visibleAnnotations","change:activeAnnotation","switchTo","requires","activeUIs","deactivate"];var Es,Is;Es=Ts,Is=381,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("0xc")](){return[Or]}static get[Os("0x5")](){return Os("0x1f")}constructor(t){super(t),this.activeUIs=new Set,this[Os("0x7")]=new Map,this[Os("0x11")]=new Map}init(){const t=this[Os("0x27")][Os("0x3")][Os("0x14")](Or);this[Os("0x12")](t,Os("0x1e"),((t,e)=>{for(const t of this[Os("0xd")]){const n=this._uis[Os("0x14")](t);(0,this._uisData.get(t)[Os("0x17")])(e)&&n[Os("0x1d")](e)}})),this[Os("0x12")](t,"_deactivateAllAnnotations",(()=>{for(const t of this.activeUIs)this._uis[Os("0x14")](t)[Os("0x1d")](null)})),this[Os("0x12")](t[Os("0x9")],Os("0x19"),((t,e)=>{this[Os("0x24")](e)}))}[Os("0x1b")](){return this[Os("0xd")][Os("0x18")]>0}[Os("0x28")](t){return this[Os("0xd")][Os("0x0")](t)}[Os("0x29")](t,n=(()=>!0)){const o=this.context[Os("0x3")][Os("0x14")](Or);if(!this[Os("0x7")][Os("0x0")](t))throw new e.CKEditorError(Os("0x16"),this,{uiName:t});this[Os("0x28")](t)&&this.deactivate(t),this.activeUIs[Os("0x19")](t);const i=new yr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e[kr("0x2")](o);e.listenTo(t,kr("0x2"),((t,o)=>{n(o)&&e.add(o)})),e[kr("0x1e")](t,kr("0xf"),((t,n)=>{e.has(n)&&e.remove(n)}))})({source:o._visibleAnnotations,target:i,filter:n}),this[Os("0x11")][Os("0x8")](t,{collection:i,filter:n});const r=this[Os("0x7")].get(t);r[Os("0x6")](i),this[Os("0x12")](r,Os("0xa"),((t,e,n,i)=>{i&&o[Os("0x2a")](i),n&&o[Os("0x2")](n)}))}[Os("0xe")](t){this[Os("0xd")][Os("0x10")](t);const e=this._uis[Os("0x14")](t);e.detach(),this[Os("0x20")](e),this[Os("0x11")][Os("0x14")](t)[Os("0x2b")][Os("0x15")](),this._uisData.delete(t)}[Os("0xb")](t){const e=this[Os("0x27")][Os("0x3")].get(Or),n=Array[Os("0x1")](e[Os("0x13")])[0]||null;this[Os("0x25")](),this[Os("0x29")](t);const o=this[Os("0x7")].get(t);o[Os("0x1d")](n),o[Os("0x21")]&&n&&o._setSelectedAnnotations([n])}[Os("0x25")](){for(const t of this.activeUIs)this[Os("0xe")](t)}[Os("0x1a")](t,n){if(this._uis.has(t))throw new e.CKEditorError("annotationsuis-register-already-registered");if(Os("0x23")!=typeof n.attach||Os("0x23")!=typeof n[Os("0x26")]||Os("0x23")!=typeof n[Os("0x1d")])throw new e.CKEditorError(Os("0x1c"),null);this[Os("0x7")][Os("0x8")](t,n)}refilterAnnotations(){const t=this[Os("0x27")].plugins.get(Or).collection,e=new Map,n=Array[Os("0x1")](this[Os("0xd")]);for(const t of this[Os("0xd")]){const n=this[Os("0x11")].get(t)[Os("0x2b")];for(const o of n)e[Os("0x8")](o,t)}for(const o of t){const t=e[Os("0x14")](o);this[Os("0x24")](o);const i=n.find((t=>this[Os("0x11")][Os("0x14")](t).filter(o)));t!==i&&(t&&this[Os("0x11")][Os("0x14")](t)[Os("0x2b")][Os("0x22")](o),i&&this[Os("0x11")][Os("0x14")](i)[Os("0x2b")][Os("0x19")](o))}}[Os("0x15")](){this[Os("0x25")](),super[Os("0x15")]()}[Os("0x24")](t){const n=[];for(const e of this[Os("0xd")])(0,this[Os("0x11")].get(e)[Os("0x17")])(t)&&n[Os("0x4")](e);if(n[Os("0xf")]>1)throw new e.CKEditorError("annotationsuis-annotation-mismatch",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=["class","minHeight","div","createCollection","list","bindTemplate","ck-sidebar","setTemplate","set"];var Ss,Ns;Ss=Rs,Ns=229,function(t){for(;--t;)Ss.push(Ss.shift())}(++Ns);const Ds=function(t,e){return Rs[t-=0]},Ps=(0,e.toUnit)("px");class Bs extends bo.View{constructor(t){super(t);const e=this[Ds("0x1")];this[Ds("0x4")]("minHeight",0),this.set(Ds("0x5"),""),this.list=this[Ds("0x8")](),this[Ds("0x3")]({tag:Ds("0x7"),attributes:{class:["ck",Ds("0x2"),"ck-reset",e.to(Ds("0x5"))],style:{minHeight:e.to(Ds("0x6"),(t=>t?Ps(t+10):null))}},children:this[Ds("0x0")]})}}const zs=["ck-sidebar-item--no-animation","height","attach","setTemplate","updateHeight","content","render","element","detach","_mutationObserver","isAnimationDisabled","ck-sidebar-item","set","bindTemplate","_targetTop","bottom","createCollection","top","bind"];var Ls,Fs;Ls=zs,Fs=457,function(t){for(;--t;)Ls.push(Ls.shift())}(++Fs);const Ks=function(t,e){return zs[t-=0]},Us=(0,e.toUnit)("px");class Ws extends bo.View{constructor(t){super(t),this[Ks("0xb")]("top"),this[Ks("0xb")](Ks("0x0"),0),this[Ks("0x11")](Ks("0xe")).to(this,Ks("0x10"),this,"height",((t,e)=>(t||0)+e)),this[Ks("0xb")](Ks("0x9"),!1),this._mutationObserver=rr((()=>this[Ks("0x3")]())),this[Ks("0xd")]=null,this[Ks("0x4")]=this[Ks("0xf")]();const e=this[Ks("0xc")];this[Ks("0x2")]({tag:"div",attributes:{class:[Ks("0xa"),e.to(Ks("0x9"),(t=>t?Ks("0x12"):""))],style:{top:e.to(Ks("0x10"),Us)}},children:this[Ks("0x4")]})}[Ks("0x5")](){super.render(),this[Ks("0x8")][Ks("0x1")](this[Ks("0x6")])}[Ks("0x3")](){const t=this[Ks("0x6")].clientHeight;t&&(this.height=t)}destroy(){this.content.clear(),this[Ks("0x8")][Ks("0x7")](),super.destroy()}}const Hs=["change:targetRect","config","sidebar.preventScrollOutOfView","_destroySidebarItemView","_createSidebarView","_annotations","target","getIndex","_alignAfterItem","_spaceBetweenItems","minHeight","change:_lastItem","list","element","_lastItem","context","_getItemAfter","_setItemTop","targetRect","pluginName","updateHeight","setContainer","_sidebarItemViewToAnnotation","object","container","_recalculate","nodeType","view","class","_targetTop","get","isAnimationDisabled","_alignForTopChange","_updateLastItem","init","Sidebar","set","_activeAnnotation","refresh","content","isActive","push","sidebar.container","_recalculateBuffer","define","destroy","addAnnotation","_annotationToSidebarItemView","change:top","_detachFromContainer","bind","_alignToTargetRect","top","bottom","_getItemBefore","max","listenTo","length","getSidebarItemView","_alignForBottomChange","_alignBeforeItem","unbind","clear","render","stopListening","height","add","locale","remove","_getTargetTop","sidebar-setcontainer-invalid-element","_getMaxAvailableTop"];var Zs,qs;Zs=Hs,qs=486,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("0x35")}constructor(t){super(t),this[Xs("0x36")]("_lastItem"),this[Xs("0x2d")]=this[Xs("0x16")](),this.set("container",null),this[Xs("0x1b")]=25,this[Xs("0x28")]=new Map,this[Xs("0x41")]=new Map,this[Xs("0x21")][Xs("0x13")][Xs("0x3e")]("sidebar.preventScrollOutOfView",!1),this._annotations=null,this[Xs("0x37")]=null,this._recalculateBuffer=[]}[Xs("0x34")](){const t=this.context[Xs("0x13")][Xs("0x30")](Xs("0x3c"));t&&this[Xs("0x27")](t)}[Xs("0x27")](t){if(!Js(t))throw new e.CKEditorError(Xs("0x10"));this[Xs("0x2a")]=t}_attachToContainer({viewClass:t="",spaceBetweenItems:n=25}={}){if(!Js(this.container))throw new e.CKEditorError("sidebar-attachtocontainer-missing-container",this);this.container.appendChild(this[Xs("0x2d")].element),this[Xs("0x2d")].class=t,this[Xs("0x1b")]=n}rearrange({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this.getSidebarItemView(t);this[Xs("0x2d")].list[Xs("0xe")](o),this[Xs("0x15")](t),e&&this[Xs("0x45")](this[Xs("0x4")](e)),n&&this[Xs("0x45")](this[Xs("0x4")](n)),this[Xs("0x33")]()}[Xs("0x38")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this._activeAnnotation=e,t){t[Xs("0x3a")]=!1;const e=this[Xs("0x4")](t);e&&n&&(e[Xs("0x31")]=!1)}if(e){const t=this[Xs("0x4")](e);t&&(e[Xs("0x3a")]=!0,n&&(t[Xs("0x31")]=!0,t[Xs("0x46")]+=1),this._alignToTargetRect(t))}}[Xs("0x43")](t){this[Xs("0xa")](),this.view[Xs("0x1f")][Xs("0xe")]();for(const e of t)this[Xs("0x15")](e);this[Xs("0x2d")][Xs("0x1e")][Xs("0x8")](),this[Xs("0x2d")][Xs("0x2e")]="",this[Xs("0x20")]=null}[Xs("0x40")](t,e){e||(e=t.view);const n=new Ws(this.context[Xs("0xd")]);this[Xs("0x28")][Xs("0x36")](n,t),this[Xs("0x41")][Xs("0x36")](t,n),n[Xs("0x39")][Xs("0xc")](e),this[Xs("0x2")](t[Xs("0x2d")],Xs("0x12"),((e,o,i)=>{const r=this[Xs("0xf")](t,i);n[Xs("0x2f")]!=r&&(n._targetTop=r,this[Xs("0x23")](n,r))})),this[Xs("0x2")](n,Xs("0x42"),(()=>{this[Xs("0x2b")](n,Xs("0x46"))})),this.listenTo(n,"change:bottom",(()=>{this[Xs("0x2b")](n,Xs("0x47"))})),this._alignToTargetRect(n);const o=this[Xs("0x0")](n);return o&&this[Xs("0x1a")](o,n)||this[Xs("0x45")](n),this[Xs("0x33")](),this[Xs("0x2d")][Xs("0x1e")][Xs("0xc")](n),n}[Xs("0x32")](t){if(!t[Xs("0x39")][Xs("0x3")])return;const e=this[Xs("0x0")](t);if(!e)return;const n=this[Xs("0x28")].get(e),o=this[Xs("0x37")];o&&o===n?this[Xs("0x1a")](e,t):this[Xs("0x6")](t,e)}[Xs("0x5")](t){if(!t[Xs("0x39")].length)return;const e=this[Xs("0x22")](t);if(!e)return;const n=this._sidebarItemViewToAnnotation.get(e),o=this[Xs("0x21")][Xs("0x13")].get(Xs("0x14")),i=this._activeAnnotation;i&&i===n&&o?(this._alignBeforeItem(e,t),this[Xs("0x1a")](t,e)):i&&i===n?this[Xs("0x6")](e,t):this._alignAfterItem(t,e)}[Xs("0x2b")](t,e){0===this[Xs("0x3d")][Xs("0x3")]&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this[Xs("0x3d")])"top"===e?this[Xs("0x32")](t):this._alignForBottomChange(t);this[Xs("0x3d")]=[]}),10),this[Xs("0x3d")][Xs("0x3b")]({sidebarItemView:t,changedProp:e})}getSidebarItemView(t){return this[Xs("0x41")][Xs("0x30")](t)}[Xs("0x3f")](){this[Xs("0x2d")][Xs("0x3f")]()}[Xs("0x15")](t){const e=this[Xs("0x4")](t);this[Xs("0xa")](e),this[Xs("0xa")](t[Xs("0x2d")]),e[Xs("0x3f")](),this[Xs("0x41")].delete(t),this._sidebarItemViewToAnnotation.delete(e)}[Xs("0x16")](){const t=new Bs(this[Xs("0x21")][Xs("0xd")]);return t[Xs("0x9")](),this.on(Xs("0x1d"),((e,n,o,i)=>{i&&t[Xs("0x7")](Xs("0x1c")),o?t[Xs("0x44")](Xs("0x1c")).to(o,"bottom"):t[Xs("0x1c")]=null})),t}[Xs("0x33")](){this._lastItem=this[Xs("0x4")](this._annotations.last)}[Xs("0x0")](t){const e=this[Xs("0x28")][Xs("0x30")](t),n=this[Xs("0x17")][Xs("0x30")](this[Xs("0x17")][Xs("0x19")](e)-1);return n&&this[Xs("0x4")](n)}[Xs("0x22")](t){const e=this[Xs("0x28")][Xs("0x30")](t),n=this[Xs("0x17")][Xs("0x30")](this[Xs("0x17")][Xs("0x19")](e)+1);return n&&this.getSidebarItemView(n)}[Xs("0x6")](t,e){t[Xs("0x26")]();const n=Gs(e[Xs("0x47")]+this[Xs("0x1b")],t[Xs("0x46")]);return!!n&&(this._setItemTop(e,e[Xs("0x46")]-n),!0)}_alignAfterItem(t,e){t[Xs("0x26")]();const n=Gs(t[Xs("0x47")]+this[Xs("0x1b")],e[Xs("0x46")]);return!!n&&(this[Xs("0x23")](e,e.top+n,!1),!0)}[Xs("0x45")](t){const e=this[Xs("0x28")].get(t);if(!e||!e.target)return;const n=this[Xs("0xf")](e,e[Xs("0x24")]);this[Xs("0x23")](t,n)}[Xs("0xf")](t,n){if(null===n)return 0;if(t[Xs("0x18")]instanceof e.Rect)return n.top;{const t=new e.Rect(this[Xs("0x2d")][Xs("0x1f")])[Xs("0x46")];return n[Xs("0x46")]-t}}[Xs("0x23")](t,e,n=this[Xs("0x21")][Xs("0x13")].get(Xs("0x14"))){n&&(e=Math.max(e,this[Xs("0x11")](t))),t.top=e}[Xs("0x11")](t){let e=this[Xs("0x0")](t),n=0;for(;e;)e.updateHeight(),n+=this[Xs("0x1b")]+e[Xs("0xb")],e=this[Xs("0x0")](e);return n}}function Gs(t,e){return Math[Xs("0x1")](t-e,0)}function Js(t){return null!==t&&Xs("0x29")==typeof t&&1===t[Xs("0x2c")]}const Ys=["off","setActiveAnnotation","plugins","resize","focus","addAnnotation","_editorAnnotations","_refreshPositioningDebounced","hasDomSelection","set","activeAnnotation","annotations","getOrderedSelectedAnnotations","editors","isAttached","refreshPositioning","_integrateWithEditorAnnotations","set:container","detach","listenTo","from","_attachToContainer","init","rearrange","stop","WideSidebar","blur","stopListening","refresh","EditorAnnotations","removeEventListener","_activeAnnotation","_annotations","pluginName","remove","add","widesidebar-detach-not-attached","destroy","context","has","high","container","Sidebar","get","change:container","_destroyEditorAnnotationsIntegration"];var Qs,ta;Qs=Ys,ta=250,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[$s,js]}static get[ea("0xd")](){return ea("0x5")}constructor(t){super(t),this[ea("0x28")]=!1,this[ea("0x23")](ea("0x24"),null),this[ea("0x25")]=null,this[ea("0x20")]=new e.Collection,this[ea("0x21")]=Qi((()=>{this[ea("0x25")][ea("0x29")]()}),250,{leading:!1})}[ea("0x2")](){const t=this[ea("0x12")][ea("0x1c")].get(js),e=this[ea("0x12")][ea("0x1c")][ea("0x17")]($s);t.register("wideSidebar",this),e[ea("0x15")]&&t.switchTo("wideSidebar")}[ea("0x1b")](t){if(t===this.activeAnnotation)return;const e=this[ea("0x12")][ea("0x1c")][ea("0x17")]($s);e[ea("0xb")]=t;const n=this[ea("0x24")];this[ea("0x24")]=t,e[ea("0x8")]({blurredAnnotation:n,activatedAnnotation:this[ea("0x24")]})}attach(t){this[ea("0x25")]=t;const n=this.context[ea("0x1c")][ea("0x17")](ea("0x16"));if(n[ea("0xc")]=t,this[ea("0x28")])throw new e.CKEditorError("widesidebar-attach-already-attached",this);this[ea("0x28")]=!0,this[ea("0x2d")](n,ea("0x2b"),(()=>{this[ea("0x2c")](),this[ea("0x2d")](n,ea("0x18"),(e=>{e[ea("0x1a")](),this.attach(t)}))})),n[ea("0x1")]({viewClass:"ck-sidebar--wide"});const o=t=>{t.updateTargetRect(),n[ea("0x1f")](t)};for(const e of t)o(e);this[ea("0x2d")](t,ea("0xf"),((t,e)=>{o(e)})),this[ea("0x2d")](t,ea("0xe"),((e,o,i)=>{n[ea("0x3")]({removedAnnotation:o,previousAnnotation:t.get(i-1),nextAnnotation:t[ea("0x17")](i+1)}),o===this[ea("0x24")]&&this[ea("0x1b")](null)}),{priority:ea("0x14")}),this[ea("0x2d")](t,ea("0x1e"),((t,e)=>{this[ea("0x1b")](e)})),this[ea("0x2d")](t,ea("0x6"),(()=>{this[ea("0x1b")](null)}));const i=this[ea("0x12")].editors?this[ea("0x12")][ea("0x27")]:new e.Collection([this[ea("0x12")]]);for(const t of i)this._integrateWithEditorAnnotations(t);this[ea("0x2d")](i,ea("0xf"),((t,e)=>{this[ea("0x2d")](e,"ready",(()=>{this[ea("0x2a")](e)}))})),this[ea("0x2d")](i,ea("0xe"),((t,e)=>{e[ea("0x1c")][ea("0x13")](ea("0x9"))&&this[ea("0x19")](e[ea("0x1c")][ea("0x17")](ea("0x9")))})),window.addEventListener(ea("0x1d"),this[ea("0x21")]),this[ea("0x25")][ea("0x29")]()}[ea("0x2c")](){if(!this[ea("0x28")])throw new e.CKEditorError(ea("0x10"),this);this[ea("0x1b")](null);const t=this[ea("0x12")][ea("0x1c")][ea("0x17")]($s);t._detachFromContainer(this[ea("0x25")]),this[ea("0x7")](t),this[ea("0x7")](this[ea("0x25")]),this[ea("0x7")](this[ea("0x12")][ea("0x27")]);for(const t of Array[ea("0x0")](this[ea("0x20")]))this[ea("0x19")](t);window[ea("0xa")](ea("0x1d"),this._refreshPositioningDebounced),this[ea("0x21")].cancel(),this[ea("0x24")]=null,this[ea("0x28")]=!1,this.annotations=null}[ea("0x11")](){this[ea("0x28")]&&this[ea("0x2c")]()}_integrateWithEditorAnnotations(t){const e=t[ea("0x1c")][ea("0x17")]("EditorAnnotations");if(!e)return;const n=()=>{const t=e[ea("0x26")]({annotations:this[ea("0x25")],activeAnnotation:this[ea("0x24")]});this[ea("0x1b")](t[0]||null)};this[ea("0x2d")](e,ea("0x8"),n),this[ea("0x2d")](e,"blur",((t,{isAnnotationTracked:e})=>{this.activeAnnotation&&e(this.activeAnnotation)&&this[ea("0x1b")](null)})),this.listenTo(e,"uiUpdate",(()=>{this[ea("0x21")]()})),this[ea("0x2d")](this[ea("0x25")],"blur",(t=>{e[ea("0x22")]()&&(n(),t[ea("0x4")]())}),{priority:ea("0x14")}),this[ea("0x20")][ea("0xf")](e)}_destroyEditorAnnotationsIntegration(t){t&&(this[ea("0x7")](t),this[ea("0x20")].remove(t))}}const oa=["icon","isDirty","ck-annotation-counter__badge--edit-mode","children","_badge","...","annotationType","extendTemplate","number","set","bind","add"];var ia,ra;ia=oa,ra=413,function(t){for(;--t;)ia.push(ia.shift())}(++ra);const sa=function(t,e){return oa[t-=0]};class aa extends bo.ButtonView{constructor(t){super(t);const e=this.bindTemplate;this.set(sa("0x8"),!1),this[sa("0x4")](sa("0x3"),0),this[sa("0x5")](sa("0xb")).to(this,"isDirty",this,sa("0x3"),((t,e)=>t?sa("0x0"):e)),this[sa("0x4")](sa("0x1"),""),this[sa("0x7")]=fs,this[sa("0x2")]({attributes:{class:["ck-annotation-counter"]}}),this.counterView=new bo.View,this.counterView.setTemplate({tag:"span",attributes:{class:["ck-annotation-counter__badge",e.to(sa("0x1"),(t=>"ck-annotation-counter__badge--"+t)),e.if("isDirty",sa("0x9"))]},children:[{text:e.to(sa("0xb"))}]}),this[sa("0xa")][sa("0x6")](this.counterView)}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(ca.Z,xa);ca.Z.locals;const ha=["isDirty","has","register","southArrowNorth","change:container","pluginName","activeAnnotation","narrowsidebar-detach-not-attached","number","high","_manuallyClosedAnnotationViews","preventDefault","_showBalloon","includes","_refreshPositioning","rearrange","keyCode","locale","northArrowSouth","isAttached","type","_hideBalloon","_annotationToNarrowView","_integrateWithEditorAnnotations","attachToDom","off","listenTo","create","getOrderedSelectedAnnotations","target","element","add","narrowSidebar","bind","attach","contains","refresh","_setSelectedAnnotations","editors","_attachToContainer","northArrowSouthWest","setActiveAnnotation","stop","set:container","destroy","_attachListeners","getSidebarItemView","southArrowNorthWest","getByView","_updateBalloonPosition","resize","view","defaultPositions","context","preventClosingBalloon","cancel","clear","southArrowNorthEast","_destroyEditorAnnotationsIntegration","blur","values","bodyCollection","get","hasDomSelection","addEventListener","removeEventListener","stopPropagation","delete","Esc","_refreshPositioningDebounced","mousedown","pin","addAnnotation","stopListening","execute","focus","isVisible","_annotations","ready","_editorAnnotations","detach","refreshPositioning","first","remove","annotationType","_domEmitter","_selectedAnnotations","content","init","low","annotations","set","plugins","_detachListeners","change:height","northArrowSouthEast","unpin","balloonPanelView","EditorAnnotations","length"];var da,la;da=ha,la=233,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 requires(){return[$s,js]}static get[ua("0x48")](){return"NarrowSidebar"}constructor(t){super(t),this[ua("0x56")]=!1,this[ua("0x4d")]=new Set,this._domEmitter=Object[ua("0x5e")](e.DomEmitterMixin),this[ua("0x59")]=new Map,this[ua("0x3a")](ua("0x49"),null),this[ua("0x39")]=null,this[ua("0x35")]=[],this._editorAnnotations=new e.Collection,this[ua("0x24")]=Qi((()=>{this[ua("0x51")]()}),250,{leading:!1})}[ua("0x37")](){this.context.plugins[ua("0x1d")](js)[ua("0x45")](ua("0x63"),this),this.bodyCollection=new bo.BodyCollection(this[ua("0x14")][ua("0x54")]),this[ua("0x40")]=new bo.BalloonPanelView(this[ua("0x14")][ua("0x54")]),this[ua("0x1c")][ua("0x5b")](),this[ua("0x1c")][ua("0x62")](this[ua("0x40")])}[ua("0x1")](t){this[ua("0x39")]=t;const n=this[ua("0x14")].plugins[ua("0x1d")]($s),o=this[ua("0x40")];if(n[ua("0x2c")]=t,this[ua("0x56")])throw new e.CKEditorError("narrowsidebar-attach-already-attached",this);this.isAttached=!0,this.listenTo(n,ua("0xa"),(()=>{this[ua("0x2f")](),this[ua("0x5d")](n,ua("0x47"),(e=>{e[ua("0x5c")](),this[ua("0x1")](t)}))})),n[ua("0x6")]({viewClass:"ck-sidebar--narrow",spaceBetweenItems:5});const i=t=>{const e=new aa(this[ua("0x14")][ua("0x54")]);n[ua("0x27")](t,e),this._annotationToNarrowView.set(t,e),e[ua("0x0")](ua("0x43"),ua("0x33"),ua("0x4b")).to(t[ua("0x12")],ua("0x43"),ua("0x57"),ua("0x42")),e.on(ua("0x29"),(()=>{this[ua("0x4d")].clear(),o.content[ua("0x31")]!==t[ua("0x12")]?(this._showBalloon(t),t.view[ua("0x61")][ua("0x2a")](),this.setActiveAnnotation(t)):this[ua("0x8")](null)}))};for(const e of t)i(e);this[ua("0x5d")](t,ua("0x62"),((t,e)=>{i(e)})),this[ua("0x5d")](t,ua("0x32"),((e,o,i)=>{this[ua("0x59")][ua("0x1d")](o).destroy(),this._annotationToNarrowView[ua("0x22")](o),n[ua("0x52")]({removedAnnotation:o,previousAnnotation:t[ua("0x1d")](i-1),nextAnnotation:t.get(i+1)}),o===this.activeAnnotation&&this[ua("0x8")](null)}),{priority:ua("0x38")}),this[ua("0x5d")](t,"focus",((t,e)=>{this[ua("0x8")](e)})),this[ua("0x5d")](t,"blur",(()=>{this[ua("0x8")](null)})),this[ua("0x34")][ua("0x5d")](document,"keydown",((t,n)=>{n[ua("0x53")]===e.keyCodes.esc&&o[ua("0x2b")]&&(this[ua("0x4d")][ua("0x62")](o.content[ua("0x31")]),this[ua("0x58")](),n[ua("0x21")](),n[ua("0x4e")]())})),this[ua("0x34")][ua("0x5d")](document,"mousedown",((t,e)=>{const i=e.target;o[ua("0x2b")]&&o[ua("0x61")][ua("0x2")](i)||n.view[ua("0x61")][ua("0x2")](i)||t[ua("0x15")]||(this[ua("0x4d")][ua("0x17")](),this[ua("0x58")](),this[ua("0x8")](null))}));const r=this[ua("0x14")][ua("0x5")]?this[ua("0x14")][ua("0x5")]:new e.Collection([this[ua("0x14")]]);for(const t of r)this[ua("0x5a")](t);this[ua("0x5d")](r,ua("0x62"),((t,e)=>{this[ua("0x5d")](e,ua("0x2d"),(()=>{this[ua("0x5a")](e)}))})),this[ua("0x5d")](r,ua("0x32"),((t,e)=>{e[ua("0x3b")][ua("0x44")](ua("0x41"))&&this[ua("0x19")](e[ua("0x3b")][ua("0x1d")]("EditorAnnotations"))})),window[ua("0x1f")](ua("0x11"),this[ua("0x24")]),this[ua("0x51")]()}[ua("0x8")](t){if(t===this[ua("0x49")])return;const e=this[ua("0x14")][ua("0x3b")][ua("0x1d")]("Sidebar");e[ua("0x3")]({blurredAnnotation:this[ua("0x49")],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t?e[ua("0xd")](t)?this[ua("0x4f")](t):this._hideBalloon():this[ua("0x58")](),this[ua("0x49")]=t}[ua("0x2f")](){if(!this.isAttached)throw new e.CKEditorError(ua("0x4a"),this);this.setActiveAnnotation(null);const t=this[ua("0x14")].plugins[ua("0x1d")]("Sidebar");this[ua("0x58")](),Array.from(this[ua("0x59")][ua("0x1b")](),(t=>t[ua("0xb")]())),this[ua("0x59")].clear(),t._detachFromContainer(this[ua("0x39")]),this[ua("0x28")](),this._domEmitter[ua("0x28")](),this[ua("0x28")](this[ua("0x14")][ua("0x5")]);for(const t of Array.from(this[ua("0x2e")]))this[ua("0x19")](t);window[ua("0x20")](ua("0x11"),this[ua("0x24")]),this[ua("0x24")][ua("0x16")](),this[ua("0x35")]=[],this[ua("0x56")]=!1,this[ua("0x39")]=null}[ua("0xb")](){this[ua("0x56")]&&this[ua("0x2f")](),this[ua("0x1c")].detachFromDom()}[ua("0x5a")](t){const e=t[ua("0x3b")].get(ua("0x41")),n=this[ua("0x14")].plugins[ua("0x1d")]($s),o=this[ua("0x39")],i=this.balloonPanelView,r=()=>{const t=e[ua("0x5f")]({activeAnnotation:this[ua("0x49")],annotations:this[ua("0x39")]});this[ua("0x4")](t),this[ua("0x8")](t[0]||null)};this.listenTo(e,"refresh",r),this[ua("0x5d")](e,"blur",((t,{isAnnotationTracked:e})=>{this.activeAnnotation&&e(this[ua("0x49")])&&(this[ua("0x4")]([]),this.setActiveAnnotation(null))})),this.listenTo(e,"uiUpdate",(()=>{this[ua("0x24")]()})),this[ua("0x5d")](o,ua("0x1a"),(t=>{e[ua("0x1e")]()&&t[ua("0x9")]()}),{priority:"high"}),this[ua("0x34")][ua("0x5d")](document,ua("0x25"),((t,o)=>{const s=o[ua("0x60")];i[ua("0x2b")]&&i.element[ua("0x2")](s)||n[ua("0x12")][ua("0x61")][ua("0x2")](s)||this[ua("0x49")]&&e[ua("0x1e")]()&&(r(),t[ua("0x15")]=!0)}),{priority:ua("0x4c")}),this[ua("0x2e")][ua("0x62")](e)}[ua("0x19")](t){t&&(this[ua("0x28")](t),this[ua("0x2e")][ua("0x32")](t))}[ua("0x4")](t){for(const e of this[ua("0x35")])t[ua("0x50")](e)||this[ua("0x4d")].delete(e[ua("0x12")]);this[ua("0x35")]=t}[ua("0x51")](){const t=this[ua("0x40")];this[ua("0x39")][ua("0x30")](),t[ua("0x2b")]&&this[ua("0x10")]()}[ua("0x4f")](t){if(this[ua("0x4d")].has(t[ua("0x12")]))return;const e=this.balloonPanelView.content[ua("0x31")];e!==t[ua("0x12")]?(e&&this[ua("0x3c")](e),this[ua("0xc")](t[ua("0x12")]),this[ua("0x40")].content.clear(),this[ua("0x40")][ua("0x36")][ua("0x62")](t[ua("0x12")]),this._updateBalloonPosition()):this[ua("0x10")]()}[ua("0x10")](){const t=this.balloonPanelView[ua("0x36")][ua("0x31")],e=this[ua("0x39")][ua("0xf")](t);if(!this._annotationToNarrowView[ua("0x44")](e))return;const n=this._annotationToNarrowView[ua("0x1d")](e)[ua("0x61")],o=function(){const t=bo.BalloonPanelView[ua("0x13")];return[t[ua("0x18")],t[ua("0x3e")],t[ua("0x46")],t[ua("0x55")],t[ua("0xe")],t[ua("0x7")]]}();this[ua("0x40")][ua("0x26")]({target:n,positions:o})}[ua("0x58")](){const t=this.balloonPanelView,e=t[ua("0x36")][ua("0x31")];e&&(this[ua("0x3c")](e),t[ua("0x3f")](),t.content.clear())}[ua("0xc")](t){this.listenTo(t,ua("0x3d"),(()=>this[ua("0x10")]())),this[ua("0x5d")](t,ua("0x23"),((e,n)=>{this[ua("0x4d")][ua("0x62")](t),this._hideBalloon(),n()}))}[ua("0x3c")](t){this[ua("0x28")](t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(fa.Z,pa);fa.Z.locals;const ba=["view","focus","listenTo","change:isFocused","focusTracker","plugins","context","clear","isAttached","getOrderedSelectedAnnotations","getSelection","_forceRefresh","_manuallyClosed","isFocused","annotations","target","hasActive","init","delete","_balloon","editing","register","stopListening","inlineannotations-not-allowed-with-context","has","destroy","add","editor","pluginName","getRangeAt","keystrokes","attach","isActive","change:visibleView","_addedAnnotations","updatePosition","afterInit","activeAnnotation","document","requires","includes","length","blur","_selectedAnnotations","get","inlineannotations-detach-not-attached","targetRect","_setSelectedAnnotations","set","Esc","_closeAnnotation","showStack","selection","setActiveAnnotation","every","_removeAnnotationFromBalloon","getByView","InlineAnnotations","remove","inline","hasView","addObserver","detach","visibleView","switchTo"];var ga,va;ga=ba,va=226,function(t){for(;--t;)ga.push(ga.shift())}(++va);const _a=function(t,e){return ba[t-=0]};class wa extends t.Plugin{static get[_a("0x8")](){return[Xr,bo.ContextualBalloon,js]}static get[_a("0x3e")](){return _a("0x1a")}constructor(t){super(t),t[_a("0x36")].view[_a("0x1e")](Oo.MouseObserver),this[_a("0x2a")]=!1,this[_a("0x11")](_a("0x6"),null),this[_a("0x30")]=null,this[_a("0x2e")]=new Set,this[_a("0x35")]=t[_a("0x27")].get(bo.ContextualBalloon),this[_a("0x3")]=new Set,this[_a("0xc")]=[],this[_a("0x2d")]=!1}[_a("0x33")](){const t=this[_a("0x3d")].plugins.get(js);t[_a("0x28")]===this[_a("0x3d")]&&(t[_a("0x37")](_a("0x1c"),this),this.editor[_a("0x40")][_a("0x11")](_a("0x12"),((t,e)=>{const n=this[_a("0x35")];if(this[_a("0x2a")]&&n[_a("0x20")]){const t=this.annotations.getByView(n[_a("0x20")]);this[_a("0x13")](t),e()}})))}[_a("0x5")](){const t=this[_a("0x3d")].plugins[_a("0xd")](js);t[_a("0x28")]===this[_a("0x3d")]&&(t[_a("0x32")]()||t[_a("0x21")]("inline"))}[_a("0x16")](t){t!==this[_a("0x6")]&&(this[_a("0x6")]&&(this.activeAnnotation[_a("0x1")]=!1),t&&this[_a("0x3d")].ui[_a("0x26")][_a("0x2f")]&&(this._addAnnotationToBalloon(t,!0),t[_a("0x1")]=!0),t||this[_a("0x10")]([]),this.activeAnnotation=t)}[_a("0x0")](t){this[_a("0x30")]=t;const n=this[_a("0x3d")][_a("0x27")][_a("0xd")](js),o=this._balloon;if(this[_a("0x2a")])throw new e.CKEditorError("inlineannotations-attach-already-attached",this);if(n[_a("0x28")]!==this.editor)throw new e.CKEditorError(_a("0x39"),this);const i=this.editor.plugins[_a("0xd")]("EditorAnnotations");this[_a("0x24")](i,"refresh",function(){const t=i[_a("0x2b")]({activeAnnotation:this[_a("0x6")],annotations:this[_a("0x30")]});var e,n;!this[_a("0x2d")]&&(e=t,n=this[_a("0xc")],e[_a("0xa")]===n.length&&e[_a("0x17")]((t=>n.includes(t))))||(this[_a("0x2d")]=!1,this[_a("0x10")](t),this.setActiveAnnotation(t[0]||null))}.bind(this)),this[_a("0x24")](i,_a("0xb"),((t,{isAnnotationTracked:e})=>{this[_a("0x6")]&&e(this.activeAnnotation)&&(this[_a("0x10")]([]),this[_a("0x16")](null))})),this[_a("0x24")](this.editor.ui[_a("0x26")],_a("0x25"),((t,e,n)=>{n||this.setActiveAnnotation(null)})),this.listenTo(t,_a("0x1b"),((t,e)=>{this[_a("0x18")](e),e===this.activeAnnotation&&this[_a("0x16")](null)})),this[_a("0x24")](o,_a("0x2"),((e,n,i,r)=>{if(r&&this[_a("0x38")](r),!i||!t.getByView(i))return;const s=t.getByView(i);this[_a("0x24")](i,"change:height",(()=>{o[_a("0x4")]()})),this[_a("0x24")](i,"Esc",(()=>{this[_a("0x13")](s),this[_a("0x3d")][_a("0x36")][_a("0x22")][_a("0x23")]()})),this[_a("0x6")]!==s&&this[_a("0x16")](s)})),this[_a("0x24")](this.editor.ui,"update",(()=>{o.visibleView&&t[_a("0x19")](o[_a("0x20")])&&o[_a("0x4")]()})),this[_a("0x24")](this[_a("0x3d")][_a("0x36")][_a("0x22")][_a("0x7")],"mousedown",(()=>{this._forceRefresh=!0,this[_a("0x2e")][_a("0x29")]()})),this[_a("0x3d")].editing[_a("0x22")][_a("0x7")][_a("0x15")].editableElement&&this[_a("0x3d")][_a("0x36")][_a("0x22")][_a("0x23")](),this[_a("0x2a")]=!0}detach(){if(!this.isAttached)throw new e.CKEditorError(_a("0xe"),this);this[_a("0x16")](null);for(const t of this[_a("0x3")])this[_a("0x18")](t);this[_a("0x38")](),this[_a("0x2a")]=!1,this[_a("0x30")]=null}[_a("0x3b")](){this[_a("0x2a")]&&this[_a("0x1f")]()}[_a("0x10")](t){for(const e of this[_a("0xc")])t[_a("0x9")](e)||this[_a("0x2e")][_a("0x34")](e);for(const e of this[_a("0x30")])t[_a("0x9")](e)||this[_a("0x18")](e);if(this[_a("0x3d")].ui.focusTracker[_a("0x2f")])for(const e of t)this._addAnnotationToBalloon(e);this[_a("0xc")]=t}_addAnnotationToBalloon(t,e){this._manuallyClosed[_a("0x3a")](t)||(this._addedAnnotations.has(t)||this._balloon.hasView(t[_a("0x22")])||(this[_a("0x3")][_a("0x3c")](t),this[_a("0x35")][_a("0x3c")]({stackId:t[_a("0x22")].id,view:t.view,position:{target:()=>t[_a("0x31")]||t[_a("0xf")]||document[_a("0x2c")]()[_a("0x3f")](0)}})),e&&this._balloon[_a("0x14")](t[_a("0x22")].id))}[_a("0x18")](t){this[_a("0x3")][_a("0x3a")](t)&&this[_a("0x35")][_a("0x1d")](t[_a("0x22")])&&(this[_a("0x3")][_a("0x34")](t),this._balloon.remove(t[_a("0x22")]))}[_a("0x13")](t){this[_a("0x2e")][_a("0x3c")](t),this._removeAnnotationFromBalloon(t)}}var ka,ya,Ca=["requires","pluginName"];ka=Ca,ya=162,function(t){for(;--t;)ka.push(ka.shift())}(++ya);var Aa=function(t,e){return Ca[t-=0]};class Ta extends t.Plugin{static get[Aa("0x0")](){return[Nr,ds,_s,As,na,ma,wa]}static get[Aa("0x1")](){return"Comments"}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
|
|
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})();
|