@ckeditor/ckeditor5-comments 35.3.0 → 35.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -1
- package/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/comments.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* 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})();
|
|
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:()=>jr,AnnotationsUIs:()=>Os,BaseCommentThreadView:()=>li,BaseCommentView:()=>Ei,Comments:()=>Ta,CommentsOnly:()=>Ta,InlineAnnotations:()=>wa,NarrowSidebar:()=>ma,WideSidebar:()=>na});var t=n(704),e=n(209),i=n(417);const r=function(){this.__data__=[],this.size=0};const s=function(t,e){return t===e||t!=t&&e!=e};const a=function(t,e){for(var n=t.length;n--;)if(s(t[n][0],e))return n;return-1};var c=Array.prototype.splice;const x=function(t){var e=this.__data__,n=a(e,t);return!(n<0)&&(n==e.length-1?e.pop():c.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=a(e,t);return n<0?void 0:e[n][1]};const d=function(t){return a(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=a(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}u.prototype.clear=r,u.prototype.delete=x,u.prototype.get=h,u.prototype.has=d,u.prototype.set=l;const m=u;const f=function(){this.__data__=new m,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const b=function(t){return this.__data__.has(t)};const v="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=v||_||Function("return this")();const k=w.Symbol;var y=Object.prototype,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 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 N,D=(N=/[^.]+$/.exec(R&&R.keys&&R.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"";const P=function(t){return!!D&&D in t};var B=Function.prototype.toString;const L=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[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))&&(S(t)?H:z).test(L(t))};const q=function(t,e){return null==t?void 0:t[e]};const X=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const $=X(w,"Map");const G=X(Object,"create");const J=function(){this.__data__=G?G(null):{},this.size=0};const Y=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Q=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(G){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Q.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return G?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=G&&void 0===e?"__lodash_hash_undefined__":e,this};function it(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}it.prototype.clear=J,it.prototype.delete=Y,it.prototype.get=tt,it.prototype.has=nt,it.prototype.set=ot;const rt=it;const st=function(){this.size=0,this.__data__={hash:new rt,map:new($||m),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}ut.prototype.clear=st,ut.prototype.delete=xt,ut.prototype.get=ht,ut.prototype.has=dt,ut.prototype.set=lt;const mt=ut;const ft=function(t,e){var n=this.__data__;if(n instanceof m){var o=n.__data__;if(!$||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(o)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new m(t);this.size=e.size}pt.prototype.clear=f,pt.prototype.delete=p,pt.prototype.get=g,pt.prototype.has=b,pt.prototype.set=ft;const gt=pt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const vt=function(t){return this.__data__.has(t)};function _t(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const kt=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const 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,jt=It?It.valueOf:void 0;const Ot=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(jt)return jt.call(t)==jt.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 St=function(t,e,n){var o=e(t);return Mt(t)?o:Vt(o,n(t))};const Rt=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),Rt(Pt(t),(function(e){return Dt.call(t,e)})))}:Nt;const Lt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const zt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return zt(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 zt(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 zt(t)&&Qt(t.length)&&!!te[V(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,ie=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=ie&&ie.exports===oe&&v.process;const se=function(){try{var t=ie&&ie.require&&ie.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ae=se&&se.isTypedArray;const ce=ae?ne(ae):ee;var xe=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),o=!n&&Ht(t),i=!n&&!o&&Gt(t),r=!n&&!o&&!i&&ce(t),s=n||o||i||r,a=s?Lt(t.length,String):[],c=a.length;for(var x in t)!e&&!xe.call(t,x)||s&&("length"==x||i&&("offset"==x||"parent"==x)||r&&("buffer"==x||"byteLength"==x||"byteOffset"==x)||Yt(x,c))||a.push(x);return a};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const ue=function(t,e){return function(n){return t(e(n))}};const me=ue(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return me(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ge=function(t){return null!=t&&Qt(t.length)&&!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,o,i,r){var s=1&n,a=ve(t),c=a.length;if(c!=ve(e).length&&!s)return!1;for(var x=c;x--;){var h=a[x];if(!(s?h in e:_e.call(e,h)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var u=!0;r.set(t,e),r.set(e,t);for(var m=s;++x<c;){var f=t[h=a[x]],p=e[h];if(o)var g=s?o(p,f,h,e,t,r):o(f,p,h,t,e,r);if(!(void 0===g?f===p||i(f,p,n,o,r):g)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(u=!1)}return r.delete(t),r.delete(e),u};const ke=X(w,"DataView");const ye=X(w,"Promise");const Ce=X(w,"Set");const Ae=X(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",je="[object WeakMap]",Oe="[object DataView]",Ve=L(ke),Me=L($),Se=L(ye),Re=L(Ce),Ne=L(Ae),De=V;(ke&&De(new ke(new ArrayBuffer(1)))!=Oe||$&&De(new $)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=Ie||Ae&&De(new Ae)!=je)&&(De=function(t){var e=V(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Ve:return Oe;case Me:return Te;case Se:return Ee;case Re:return Ie;case Ne:return je}return e});const Pe=De;var Be="[object Arguments]",Le="[object Array]",ze="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,i,r){var s=Mt(t),a=Mt(e),c=s?Le:Pe(t),x=a?Le:Pe(e),h=(c=c==Be?ze:c)==ze,d=(x=x==Be?ze:x)==ze,l=c==x;if(l&&Gt(t)){if(!Gt(e))return!1;s=!0,h=!1}if(l&&!h)return r||(r=new gt),s||ce(t)?Ct(t,e,n,o,i,r):Ot(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 gt),i(f,p,n,o,r)}}return!!l&&(r||(r=new gt),we(t,e,n,o,i,r))};const Ue=function t(e,n,o,i,r){return e===n||(null==e||null==n||!zt(e)&&!zt(n)?e!=e&&n!=n:Ke(e,n,o,i,t,r))};const We=function(t,e){return Ue(t,e)};const He=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ze=function(){try{var t=X(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xe=Object.prototype.hasOwnProperty;const $e=function(t,e,n){var o=t[e];Xe.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Ge=function(t,e,n,o){var i=!n;n||(n={});for(var r=-1,s=e.length;++r<s;){var a=e[r],c=o?o(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),i?qe(n,a,c):$e(n,a,c)}return n};const Je=function(t,e){return t&&Ge(e,be(e),t)};const Ye=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Qe=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Ye(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&Qe.call(t,o))&&n.push(o);return n};const en=function(t){return ge(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Ge(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,rn=on&&"object"==typeof module&&module&&!module.nodeType&&module,sn=rn&&rn.exports===on?w.Buffer:void 0,an=sn?sn.allocUnsafe:void 0;const cn=function(t,e){if(e)return t.slice();var n=t.length,o=an?an(n):new t.constructor(n);return t.copy(o),o};const xn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const hn=function(t,e){return Ge(t,Bt(t),e)};const dn=ue(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Vt(e,Bt(t)),t=dn(t);return e}:Nt;const un=function(t,e){return Ge(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 At(e).set(new At(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 Cn=function(t,e){var n=e?gn(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 gn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return 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 jn=function(t){return zt(t)&&"[object Map]"==Pe(t)};var On=se&&se.isMap;const Vn=On?ne(On):jn;const Mn=function(t){return zt(t)&&"[object Set]"==Pe(t)};var Sn=se&&se.isSet;const Rn=Sn?ne(Sn):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 Ln=function t(e,n,o,i,r,s){var a,c=1&n,x=2&n,h=4&n;if(o&&(a=r?o(e,i,r,s):o(e)),void 0!==a)return a;if(!M(e))return e;var d=Mt(e);if(d){if(a=pn(e),!c)return xn(e,a)}else{var l=Pe(e),u=l==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 gt);var m=s.get(e);if(m)return m;s.set(e,a),Rn(e)?e.forEach((function(i){a.add(t(i,n,o,i,e,s))})):Vn(e)&&e.forEach((function(i,r){a.set(r,t(i,n,o,r,e,s))}));var f=d?void 0:(h?x?mn:ve:x?en:be)(e);return He(f||e,(function(i,r){f&&(i=e[r=i]),$e(a,r,t(i,n,o,r,e,s))})),a};const zn=function(t){return Ln(t,5)};const Fn=function(t){return"symbol"==typeof t||zt(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=["removeComment","view","getComment","_localUser","_isAttached","remove","updateComment","model","listenTo","addComment","stopListening","update"];lo=mo,uo=417,function(t){for(;--t;)lo.push(lo.shift())}(++uo);var fo=function(t,e){return mo[t-=0]};class po{constructor(t,e){this.model=t,this.model._isAttached=!0,this[fo("0x4")]=e,this.listenTo(e,"removeCommentThread",(()=>this[fo("0x8")]())),this[fo("0xb")](e,fo("0x0"),((t,e)=>this[fo("0x0")](e))),this[fo("0xb")](e,fo("0x9"),((t,e,n)=>this[fo("0x9")](e,n))),this[fo("0xb")](e,fo("0x3"),((t,e)=>this[fo("0x3")](e)))}remove(){this[fo("0xa")].remove()}addComment(t){this[fo("0xa")][fo("0x0")]({content:t,authorId:this[fo("0x4")][fo("0x6")].id})}updateComment(t,e){this[fo("0xa")][fo("0x5")](t)[fo("0x2")]({content:e})}[fo("0x3")](t){this[fo("0xa")][fo("0x5")](t)[fo("0x8")]()}destroy(){this[fo("0x1")](),this.model[fo("0x7")]=!1}}(0,e.mix)(po,e.ObservableMixin);var go=n(273);function bo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Write a comment...":return o("Write a comment...");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Remove":return o("Remove");case"Submit":return o("Submit");case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n)}}const vo=["add","text","focus","_createVoiceLabel","render","ck-comment__input","div","cke-editor__aria-label_","editable","uiLanguage","ck-editor__main","setTemplate","createCollection","Comment editor","comment","presentation","ck-reset","element"];var _o,wo;_o=vo,wo=410,function(t){for(;--t;)_o.push(_o.shift())}(++wo);const ko=function(t,e){return vo[t-=0]};class yo extends go.EditorUIView{constructor(t,n){super(t);const o=(0,e.uid)();this.main=this[ko("0x10")](),this[ko("0xc")]=new go.InlineEditableUIView(t,n),this._voiceLabelView=this[ko("0x7")](o,t),this[ko("0xf")]({tag:ko("0xa"),attributes:{class:[ko("0x2"),"ck-editor","ck-rounded-corners",ko("0x9")],role:ko("0x0"),dir:t.uiLanguageDirection,lang:t[ko("0xd")],"aria-labelledby":ko("0xb")+o},children:[this._voiceLabelView,{tag:"div",attributes:{class:ko("0xe"),role:ko("0x1")},children:this.main}]})}render(){super[ko("0x8")](),this.main[ko("0x4")](this[ko("0xc")])}[ko("0x6")](){this.editable[ko("0x3")].focus()}[ko("0x7")](t,e){const n=new go.LabelView;return n[ko("0x5")]=bo(e,ko("0x11")),n.extendTemplate({attributes:{id:"ck-editor__aria-label_"+t,class:"ck-voice-label"}}),n}}const Co=["getRoot","locale","element","name","init","focusTracker","fire","bind","isFocused","editor","editing","ready","attachDomRoot","setEditableElement","editable","view"];var Ao,To;Ao=Co,To=322,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.view=new yo(t[Eo("0xf")],t[Eo("0x8")][Eo("0xd")])}get element(){return this.view[Eo("0x0")]}[Eo("0x2")](){const t=this[Eo("0x7")].editing[Eo("0xd")],e=this.view[Eo("0xc")],n=t.document[Eo("0xe")]();e[Eo("0x1")]=n.rootName,this[Eo("0xd")].render();const o=e[Eo("0x0")];this[Eo("0xb")](e[Eo("0x1")],o),this[Eo("0xd")][Eo("0xc")][Eo("0x5")](Eo("0x6")).to(this[Eo("0x3")]),t[Eo("0xa")](o),this[Eo("0x4")](Eo("0x9"))}destroy(){super.destroy(),this[Eo("0xd")].destroy()}}var jo=n(492),Oo=n(945),Vo=n(331),Mo=n(468),So=n(181),Ro=n(254),No=n(747);const Do=["low","defaultPlugins","childCount","getChild","editing","then","fire","model","placeholderElement","document","initPlugins","getRoot","change:placeholder","create","destroy","focus","end","_updatePlaceholder","plugins","data","change","createRoot","get","view","ready","set","name","setSelection","placeholder"];var Po,Bo;Po=Do,Bo=136,function(t){for(;--t;)Po.push(Po.shift())}(++Bo);const Lo=function(t,e){return Do[t-=0]};class zo extends t.Editor{constructor(t={}){(t=Object.assign({},t))[Lo("0x1b")]||(t.plugins=zo[Lo("0xa")]),super(t),this.ui=new Io(this),this[Lo("0x5")](Lo("0x8"),""),this[Lo("0x10")].document.on("change",(()=>this[Lo("0x1a")]()),{priority:Lo("0x9")}),this.on(Lo("0x15"),(()=>this._updatePlaceholder())),this[Lo("0x10")].document[Lo("0x1")]()}[Lo("0x16")](){const t=this.config[Lo("0x2")]("initialData")||"";return this[Lo("0x13")]()[Lo("0xe")]((()=>this.ui.init()))[Lo("0xe")]((()=>this[Lo("0x1c")].init(t))).then((()=>this[Lo("0xf")](Lo("0x4"))))}[Lo("0x17")](){return super[Lo("0x17")]()[Lo("0xe")]((()=>this.ui.destroy()))}[Lo("0x18")](){this[Lo("0x10")][Lo("0x0")]((t=>{const e=this.model[Lo("0x12")].getRoot(),n=e[Lo("0xc")](e.childCount-1);t[Lo("0x7")](n,Lo("0x19")),this[Lo("0xd")].view[Lo("0x18")]()}))}[Lo("0x1a")](){const t=this[Lo("0xd")][Lo("0x3")],e=t[Lo("0x12")][Lo("0x14")](),n=e[Lo("0xc")](0);e[Lo("0xb")]>1||!n||"p"!=n[Lo("0x6")]?this.placeholderElement&&((0,jo.disablePlaceholder)(t,this[Lo("0x11")]),this[Lo("0x11")]=void 0):((0,jo.enablePlaceholder)({view:t,element:n,text:this[Lo("0x8")],keepOnFocus:!0}),this[Lo("0x11")]=n)}}(0,e.mix)(zo,e.ObservableMixin),(0,e.mix)(zo,t.DataApiMixin),zo.defaultPlugins=[Oo.Clipboard,Vo.Enter,Vo.ShiftEnter,Mo.SelectAll,So.Typing,Ro.Undo,No.Paragraph];const Fo=["set","element","_initializeFocusCycling","forEach","ck-comment__input-actions--submit","Esc","ck-comment__input-actions--active","isEnabled","keystrokes","Submit","ck-comment__input-wrapper","_isDestroyed","div","ck-comment__input-actions--cancel","create","submitButtonView","_createSubmitButton","Reply...","focusPrevious","_editorCreationPromise","render","createEditor","check","disabledSubmit","destroy","focusNext","listenTo","then","extendTemplate","_editorConfig","_createCancelButton","add","TOO_LONG_COMMENT_ALERT","execute","bind","focusTracker","shift + tab","high","change","focus","insertBefore","firstChild","cancelButtonView","label","stop","value","icon","document","model","initialData","cancel","trim","showButtons","editorReady","ck-comment__input-actions","editor","placeholder","length","submit","Cancel","fire","setData","bindTemplate"];var Ko,Uo;Ko=Fo,Uo=490,function(t){for(;--t;)Ko.push(Ko.shift())}(++Uo);const Wo=function(t,e){return Fo[t-=0]};class Ho extends go.View{constructor(t,n={}){super(t),this[Wo("0x6")]=null,this[Wo("0x2b")]=n,this[Wo("0x16")]=new e.KeystrokeHandler,this[Wo("0x31")]=new e.FocusTracker,this[Wo("0xe")](Wo("0x3b"),n[Wo("0x0")]||""),this[Wo("0xe")](Wo("0x25"),!1),this[Wo("0xe")](Wo("0x3"),!0),this.set(Wo("0x7"),bo(t,Wo("0x1f"))),this[Wo("0x1d")]=this[Wo("0x1e")](),this[Wo("0x38")]=this[Wo("0x2c")](),this.setTemplate({tag:Wo("0x1a"),attributes:{class:[Wo("0x18")]},children:[{tag:Wo("0x1a"),attributes:{class:[Wo("0x5"),this[Wo("0xd")].if(Wo("0x3"),Wo("0x14"))]},children:[this[Wo("0x1d")],this.cancelButtonView]}]}),this[Wo("0x16")][Wo("0xe")](Wo("0x13"),((t,e)=>{this[Wo("0x38")][Wo("0xb")](Wo("0x2f")),e()})),this.on("submit",((e,n)=>{n[Wo("0x8")]>65e3?(alert(bo(t,Wo("0x2e"),[n[Wo("0x8")],65e3])),e[Wo("0x3a")]()):this[Wo("0x6")][Wo("0xc")]("")}),{priority:Wo("0x33")})}[Wo("0x22")](){super.render(),this.keystrokes[Wo("0x28")](this.element),this.focusTracker[Wo("0x2d")](this[Wo("0xf")])}[Wo("0x23")](){return this[Wo("0x6")]||(this.editor=new zo(this[Wo("0x2b")]),this[Wo("0x21")]=this[Wo("0x6")][Wo("0x1c")]()[Wo("0x29")]((()=>{this[Wo("0x19")]||(this[Wo("0xf")][Wo("0x36")](this[Wo("0x6")].ui[Wo("0xf")],this.element[Wo("0x37")]),this[Wo("0x6")][Wo("0x3e")][Wo("0x3d")].on(Wo("0x34"),(()=>this[Wo("0x3b")]=this[Wo("0x6")].getData())),this.editor.bind(Wo("0x7")).to(this),this[Wo("0x10")](this[Wo("0x6")]),this[Wo("0xb")](Wo("0x4")))}))),this[Wo("0x21")]}focus(){this[Wo("0x6")]&&this[Wo("0x6")][Wo("0x35")]()}async[Wo("0x26")](){this[Wo("0x19")]||(this[Wo("0x19")]=!0,this.editor&&(await this[Wo("0x21")],await this.editor[Wo("0x26")]()),await super.destroy())}[Wo("0x1e")](){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x2a")]({attributes:{class:[Wo("0x12")]}}),n.label=bo(e,Wo("0x17")),n[Wo("0x3c")]=t.icons[Wo("0x24")],n.on(Wo("0x2f"),(()=>{this[Wo("0xb")](Wo("0x9"),this[Wo("0x3b")])})),n[Wo("0x30")](Wo("0x15")).to(this,"value",this,"disabledSubmit",((t,e)=>!e&&!!t[Wo("0x2")]())),n}_createCancelButton(){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x2a")]({attributes:{class:[Wo("0x1b")]}}),n[Wo("0x39")]=bo(e,Wo("0xa")),n[Wo("0x3c")]=t.icons.cancel,n.on(Wo("0x2f"),(()=>{this[Wo("0x6")][Wo("0xc")](""),this[Wo("0xb")](Wo("0x1"))})),n}[Wo("0x10")](t){const e=this[Wo("0x31")],n=new go.ViewCollection;[t.ui.view,this[Wo("0x1d")],this[Wo("0x38")]][Wo("0x11")]((t=>{n[Wo("0x2d")](t),e[Wo("0x2d")](t[Wo("0xf")])}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this[Wo("0x16")][Wo("0xe")]("tab",((t,e)=>{o[Wo("0x27")](),e()}),{priority:"low"}),this.keystrokes[Wo("0xe")](Wo("0x32"),((t,e)=>{o[Wo("0x20")](),e()}),{priority:"low"})}}var Zo,qo,Xo=["extendTemplate","change:showInput","commentInputView","editor","userView","focusTracker","setTemplate","destroy","showInput","set","ck-thread__input","value","createEditor","bind","div","bindTemplate","then","ck-thread__user","isFocused"];Zo=Xo,qo=247,function(t){for(;--t;)Zo.push(Zo.shift())}(++qo);var $o=function(t,e){return Xo[t-=0]};class Go extends go.View{constructor(t,e,n){super(t),this.commentInputView=new Ho(t,n),this.commentInputView[$o("0xd")]("showButtons").to(this[$o("0x2")][$o("0x5")],$o("0x12"),this[$o("0x2")],$o("0xb"),((t,e)=>t||!!e)),this[$o("0x9")]($o("0x8"),!1),this.on($o("0x1"),(()=>{this[$o("0x8")]&&!this.commentInputView[$o("0x3")]&&this[$o("0x2")][$o("0xc")]()})),this[$o("0x4")]=new i.UserView(t,e),this.userView[$o("0x0")]({attributes:{class:$o("0x11")}}),this[$o("0x2")].extendTemplate({attributes:{class:$o("0xa")}}),this[$o("0x6")]({tag:$o("0xe"),attributes:{class:["ck-comment__input-container",this[$o("0xf")].if($o("0x8"),"ck-comment__input-container--active")]},children:[this.userView,this[$o("0x2")]]})}destroy(){return this[$o("0x2")][$o("0x7")]()[$o("0x10")]((()=>super.destroy()))}}const Jo=["setTemplate","ck-thread__comment-count","set","count","bindTemplate","NUMBER_OF_COMMENTS"];var Yo,Qo;Yo=Jo,Qo=100,function(t){for(;--t;)Yo.push(Yo.shift())}(++Qo);const ti=function(t,e){return Jo[t-=0]};class ei extends go.View{constructor(t){super(t);const e=this[ti("0x0")];this[ti("0x4")]("count"),this[ti("0x2")]({tag:"li",attributes:{class:ti("0x3")},children:[{text:e.to(ti("0x5"),(e=>bo(t,ti("0x1"),e)))}]})}}const ni=["remove","_handleRemoveCommentModel","_config","hasDirtyComment","get","ck-thread__comments","setTemplate","updateComment","createCollection","from","collapse","delegate","isEditMode","delete","isActive","removeComment","focus","_shouldCollapse","expand","_handleNewCommentModel","commentUpdated","comments","stopListening","_rearrangeCollapse","_rearrangeExpand","destroy","CommentView","visibleViews","insert","change:hasDirtyComment","locale","editorConfig","maxCommentsWhenCollapsed","_updateHasDirtyComment","add","_collapsedCommentsView","commentViews","maxCommentCharsWhenCollapsed","change:isActive","length","bind","count","render","refreshVisibleViews","listenTo","formatDateTime"];var oi,ii;oi=ni,ii=183,function(t){for(;--t;)oi.push(oi.shift())}(++ii);const ri=function(t,e){return ni[t-=0]};class si extends go.View{constructor(t,e,n){super(t),this.set("hasDirtyComment",!1),this.set(ri("0x28"),e.comments[ri("0x28")]),this.set("isActive",!1),this._model=e,this._config=n,this.commentViews=this.createCollection(),this.visibleViews=this[ri("0x9")](),this[ri("0x24")]=new ei(t),this[ri("0x24")][ri("0x29")](ri("0x2a")).to(this,"length",(t=>t-this._config[ri("0x21")]));for(const t of e.comments)this._handleNewCommentModel(t);this.listenTo(e[ri("0x16")],ri("0x23"),((t,e)=>{this.length++,this._handleNewCommentModel(e),this[ri("0x2c")]()})),this[ri("0x2d")](e[ri("0x16")],"remove",((t,e)=>{this.length--,this[ri("0x2")](e),this.refreshVisibleViews()})),this[ri("0x2d")](e,ri("0x15"),(()=>this[ri("0x2c")]())),this.on(ri("0x27"),(()=>this[ri("0x2c")]())),this.on(ri("0x1e"),(()=>this[ri("0x2c")]())),this[ri("0x7")]({tag:"ul",attributes:{class:[ri("0x6")]},children:this[ri("0x1c")]})}get _shouldCollapse(){return this._model.weight>this[ri("0x3")].maxThreadTotalWeight&&!this[ri("0xf")]&&!this[ri("0x4")]}[ri("0x2b")](){super[ri("0x2b")](),this[ri("0x2c")]()}[ri("0x11")](){this.element[ri("0x11")]()}destroy(){this[ri("0x24")][ri("0x1a")]();for(const t of this[ri("0x25")])t[ri("0x1a")]();super[ri("0x1a")]()}[ri("0x2c")](){this[ri("0x12")]?this[ri("0x18")]():this._rearrangeExpand()}[ri("0x14")](t){const e=new(this[ri("0x3")][ri("0x1b")])(this[ri("0x1f")],t,{maxCommentCharsWhenCollapsed:this[ri("0x3")][ri("0x26")],formatDateTime:this[ri("0x3")][ri("0x0")],editorConfig:this._config[ri("0x20")]});e.viewUid=t.id,e.delegate(ri("0x10")).to(this),e[ri("0xc")](ri("0x8")).to(this),this[ri("0x2d")](e,"change:isEditMode",(()=>this[ri("0x22")]())),this[ri("0x25")].add(e)}_handleRemoveCommentModel(t){const e=this[ri("0x25")].remove(t.id);this[ri("0x17")](e),e[ri("0xd")]&&this[ri("0x22")](),e.destroy()}[ri("0x22")](){this[ri("0x4")]=Array.from(this[ri("0x25")]).some((t=>t[ri("0xd")]))}[ri("0x18")](){const t=function(t){const n=new e.Collection;for(const e of t)n[ri("0x23")](e);return n}(this[ri("0x25")]),n=this[ri("0x24")][ri("0x2a")];for(let e=1;e<=n;e++)t[ri("0x1")](1);for(const e of t)e[ri("0xb")]();n>0&&t.add(this[ri("0x24")],1),ai((0,e.diff)(Array.from(this[ri("0x1c")]),Array[ri("0xa")](t)),this[ri("0x1c")],t)}[ri("0x19")](){ai((0,e.diff)(Array[ri("0xa")](this.visibleViews),Array[ri("0xa")](this.commentViews)),this[ri("0x1c")],this[ri("0x25")]);for(const t of this[ri("0x1c")])t[ri("0x13")]()}}function ai(t,e,n){let o=0;for(const i of t)switch(i){case ri("0x1d"):e[ri("0x23")](n[ri("0x5")](o),o),o++;break;case ri("0xe"):e[ri("0x1")](o);break;case"equal":o++}}const ci=["removeCommentThread","commentThreadInputView","isDirty","bind","disabledSubmit","focus","length","isActive","commentsListView","Reply...","fire","_createCommentThreadInputView","assign","Write a comment...","cancel","_config","addComment","change:isActive","value","set","updateComment","hasDirtyComment","placeholder","locale","_model","removeComment","commentInputView","isReadOnly","destroy","_localUser","delegate","element"];var xi,hi;xi=ci,hi=311,function(t){for(;--t;)xi.push(xi.shift())}(++hi);const di=function(t,e){return ci[t-=0]};class li extends go.View{constructor(t,e,n,o){super(t),this[di("0x1c")](di("0x10"),!1),this[di("0x1c")]("isDirty",!1),this[di("0x1")]=e,this[di("0x6")]=n,this[di("0x18")]=o,this[di("0x11")]=new si(t,e,Object[di("0x15")]({CommentView:this[di("0x18")].CommentView},o)),this.commentsListView[di("0x7")]("removeComment").to(this),this[di("0x11")][di("0x7")](di("0x1d")).to(this),this.commentsListView[di("0xc")]("isActive").to(this),this[di("0x1c")](di("0xf"),this[di("0x11")].length),this[di("0xc")](di("0xf")).to(this.commentsListView,di("0xf")),this[di("0xa")]=this[di("0x14")](),this.on(di("0x2"),(()=>this[di("0xe")]())),this[di("0xc")](di("0xb")).to(this[di("0x11")],di("0x1e"),this[di("0xa")][di("0x3")],di("0x1b"),((t,e)=>t||!!e))}[di("0xe")](){this[di("0x8")][di("0xe")]()}[di("0x5")](){this[di("0xb")]=!1,this[di("0x11")][di("0x5")](),this[di("0xa")][di("0x5")](),super[di("0x5")]()}_createCommentThreadInputView(){const t=new Go(this[di("0x0")],this[di("0x6")],this[di("0x18")].editorConfig),e=t[di("0x3")];return t.bind("showInput").to(this,di("0x10"),this[di("0x1")],di("0x4"),e,di("0x1b"),((t,e,n)=>!!n||t&&!e)),e[di("0xc")](di("0x1f")).to(this,di("0xf"),(t=>bo(this[di("0x0")],di(t?"0x12":"0x16")))),e.on("submit",((t,e)=>{this.fire(di("0x19"),e)})),e.on(di("0x17"),(()=>{this[di("0xe")]()})),e[di("0xc")](di("0xd")).to(this[di("0x1")],di("0x4")),e.on(di("0x17"),(t=>{0==this[di("0xf")]&&(this.fire(di("0x9")),t.stop())})),this.on(di("0x1a"),((t,n,o)=>{o||this[di("0xf")]||e[di("0x1b")]||this[di("0x13")]("removeCommentThread")})),t}}const ui=["fire","length","ck-thread--","div","then","showConfirm","Delete comment thread?","ck-thread","change:isReadOnly","Write a comment...","cancelConfirm","actionIndicator","containerElement","ck-thread--active","bindTemplate","commentsListView","removeButton","_boundFirstCommentView","ck-thread--remove-confirmation","listenTo","_cancelAllConfirms",".ck-thread__container","change:isActive","remove","removeCommentThread","add","_model","bind","_bindFirstCommentView","render","unbind","execute","commentViews","set","isActive","high","stop"];var mi,fi;mi=ui,fi=245,function(t){for(;--t;)mi.push(mi.shift())}(++fi);const pi=function(t,e){return ui[t-=0]};class gi extends li{constructor(t,e,n,o){super(t,e,n,o),this[pi("0xa")](pi("0x19"),null),this.containerElement=null,this[pi("0x1f")]=null,this.locale=t,this.setTemplate(this.getTemplate()),this.on(pi("0x24"),((t,e,n)=>{n||this[pi("0x22")]()})),this[pi("0x21")](this[pi("0x3")],pi("0x16"),((t,e,n)=>{n&&this[pi("0x22")]()})),this[pi("0xf")]>0&&this[pi("0x5")](),this[pi("0x21")](this.commentsListView[pi("0x9")],pi("0x2"),(()=>{this[pi("0x5")]()}))}getTemplate(){const t=this[pi("0x1c")];return{tag:pi("0x11"),attributes:{class:[pi("0x15"),t.if(pi("0xb"),pi("0x1b")),t.if("isConfirm",pi("0x20")),t.to(pi("0x19"),(t=>t?pi("0x10")+t:""))],"data-thread-id":this._model.id,tabindex:-1},children:[{tag:pi("0x11"),attributes:{class:"ck-thread__container"},children:[this[pi("0x1d")],this.commentThreadInputView]}]}}[pi("0x6")](){super[pi("0x6")](),this[pi("0x1a")]=this.element.querySelector(pi("0x23"))}[pi("0x22")](){this[pi("0x18")]();for(const t of this.commentsListView[pi("0x9")])t[pi("0x18")]()}_bindFirstCommentView(){const{locale:t}=this,e=this.commentsListView[pi("0x9")].get(0);e!==this[pi("0x1f")]&&(this._boundFirstCommentView=e,this[pi("0x7")](pi("0x19")),this[pi("0x4")](pi("0x19")).to(e,"actionIndicator",(t=>pi("0x0")===t?pi("0x0"):null)),e.placeholder=bo(t,pi("0x17")),e[pi("0x1e")].on(pi("0x8"),(e=>{e[pi("0xd")](),this[pi("0x13")](bo(t,pi("0x14")),this[pi("0x1a")])[pi("0x12")]((()=>{this[pi("0xe")](pi("0x1"))}))}),{priority:pi("0xc")}))}}(0,e.mix)(gi,i.ConfirmMixin);var bi,vi,_i=["div","innerHTML","set","ck-comment__content","change:content","element","content","render","ck-annotation__content","setTemplate"];bi=_i,vi=416,function(t){for(;--t;)bi.push(bi.shift())}(++vi);var wi=function(t,e){return _i[t-=0]};class ki extends go.View{constructor(t){super(t),this[wi("0x6")](wi("0x0"),""),this[wi("0x3")]({tag:wi("0x4"),attributes:{class:[wi("0x7"),wi("0x2")]}})}[wi("0x1")](){super[wi("0x1")](),this.on(wi("0x8"),((t,e,n)=>{this[wi("0x9")][wi("0x5")]=n})),this.element[wi("0x5")]=this[wi("0x0")]}}const yi=["collapse","locale","destroy","visibleView","_createCommentInputView","updateComment","_createCommentContentView","focus","add","isEditMode","_config","once","initialData","submit","createCollection","switchToDisplayMode","fire","editorConfig","element","_model","bind","isCollapsed","cancel","createEditor","get","editorReady","set","remove","isReadOnly","content","switchToEditMode","value","expand"];var Ci,Ai;Ci=yi,Ai=426,function(t){for(;--t;)Ci.push(Ci.shift())}(++Ai);const Ti=function(t,e){return yi[t-=0]};class Ei extends go.View{constructor(t,e,n){super(t),this[Ti("0x16")]=e,this[Ti("0xd")]=n,this[Ti("0x1d")](Ti("0xc"),!1),this[Ti("0x1d")](Ti("0x18"),!0),this[Ti("0x6")]=this[Ti("0x11")](),this[Ti("0x6")][Ti("0xb")](this[Ti("0x9")]())}[Ti("0x2")](){this[Ti("0x18")]=!1}[Ti("0x3")](){this.isEditMode||(this[Ti("0x18")]=!0)}[Ti("0xa")](){this[Ti("0x15")][Ti("0xa")]()}async[Ti("0x5")](){await this.visibleView[Ti("0x1b")](0)[Ti("0x5")](),super[Ti("0x5")]()}[Ti("0x0")](){this[Ti("0xc")]||(this[Ti("0xc")]=!0,this[Ti("0x6")][Ti("0x1e")](0)[Ti("0x5")](),this[Ti("0x6")][Ti("0xb")](this._createCommentInputView()))}[Ti("0x12")](){this[Ti("0xc")]&&(this.isEditMode=!1,this[Ti("0x6")][Ti("0x1e")](0).destroy(),this.visibleView[Ti("0xb")](this[Ti("0x9")]()))}[Ti("0x9")](){const t=new ki(this[Ti("0x4")]);return t.bind(Ti("0x20")).to(this[Ti("0x16")],Ti("0x20"),this,Ti("0x18"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this[Ti("0xd")].maxCommentCharsWhenCollapsed}):t)),t}[Ti("0x7")](){this[Ti("0xd")][Ti("0x14")]||(this[Ti("0xd")][Ti("0x14")]={}),this[Ti("0xd")][Ti("0x14")][Ti("0xf")]=this[Ti("0x16")].content;const t=new Ho(this[Ti("0x4")],this[Ti("0xd")][Ti("0x14")]);return t[Ti("0x1")]=this[Ti("0x16")][Ti("0x20")],t[Ti("0x17")]("disabledSubmit").to(this[Ti("0x16")],Ti("0x1f")),t.on(Ti("0x10"),((t,e)=>{this[Ti("0x13")](Ti("0x8"),this[Ti("0x16")].id,e),this[Ti("0x12")](),this[Ti("0xa")]()})),t.on(Ti("0x19"),(()=>{this[Ti("0x12")](),this[Ti("0xa")]()})),t[Ti("0xe")](Ti("0x1c"),(()=>{t.focus()})),t[Ti("0x1a")](),t}}const Ii=["isReadOnly","ck-comment--","_attachActions","@external","getExternalCommentNote","isConfirm","mouseenter","ck-annotation__info-time","Edit","author","setTemplate","ck-annotation__info-name","bindTemplate","switchToEditMode","ck-comment--edit","time","visibleView","ck-annotation__user","authoredAt","ck-comment__info","EXTERNAL_AVATAR","render","edit","bind","set","userView","EXTERNAL_COMMENT","creator","element","showConfirm","Remove","icon","locale","ck-comment","formatDateTime","getUserViewNotificationText","label","isRemovable","Delete comment?","ck-comment--remove","actionIndicator","importWord","isExternal","_createEditButton","ck-comment__external","isEditable","focus","isVisible","isEnabled","blur","ck-annotation__content-wrapper","removeButton","_model","ck-comment__main","ck-annotation__actions--hidden","execute","isEditMode","div","fire","extendTemplate","listenTo","EXTERNAL_IMPORT_WORD_COMMENT","name","source","ck-annotation__main","then","_createCommentInputView","editButton","ck-comment__info-name","ck-comment__info-time","attributes","_createRemoveButton"];var ji,Oi;ji=Ii,Oi=132,function(t){for(;--t;)ji.push(ji.shift())}(++Oi);const Vi=function(t,e){return Ii[t-=0]};class Mi extends Ei{constructor(t,e,n){super(t,e,n),this[Vi("0x24")]("actionIndicator",null),this.set("placeholder",bo(t,"Reply...")),this[Vi("0x24")](Vi("0x1e"),null),this[Vi("0x23")](Vi("0x1e")).to(e),this.editButton=this._createEditButton(),this[Vi("0x3f")]=this[Vi("0xb")](),this[Vi("0x25")]=new i.UserView(t,e[Vi("0x15")],this[Vi("0x2f")]()),this[Vi("0x25")].extendTemplate({attributes:{class:["ck-comment__user",Vi("0x1d")]}}),this[Vi("0x0")](e,"change:isRemovable",(()=>this.cancelConfirm())),this[Vi("0x16")](this.getTemplate())}getTemplate(){const t=this[Vi("0x18")],e=[{tag:Vi("0x45"),attributes:{class:[Vi("0x1f"),"ck-annotation__info"]},children:[{tag:"span",children:[{text:this[Vi("0x25")][Vi("0x2")]}],attributes:{class:[Vi("0x8"),Vi("0x17")]}},{tag:Vi("0x1b"),attributes:{datetime:t.to(Vi("0x1e")),class:[Vi("0x9"),Vi("0x13")]},children:[{text:t.to(Vi("0x1e"),(t=>this._config[Vi("0x2e")](t)))}]}]},{tag:Vi("0x45"),attributes:{class:["ck-comment__actions","ck-annotation__actions",t.if(Vi("0x44"),"ck-comment__actions--hidden"),t.if(Vi("0x44"),Vi("0x42"))]},children:[this[Vi("0x7")],this[Vi("0x3f")]]},{tag:"div",attributes:{class:[Vi("0x3e")]},children:this[Vi("0x1c")]}];return this[Vi("0x40")].isExternal&&e.push({tag:Vi("0x45"),attributes:{class:[Vi("0x38")]},children:[{text:this[Vi("0x10")]()}]}),{tag:"li",attributes:{class:["ck-comment__wrapper",t.if(Vi("0x11"),"ck-comment--remove-confirmation")],tabindex:-1},children:[{tag:Vi("0x45"),attributes:{class:[Vi("0x2d"),"ck-annotation",t.if(Vi("0x44"),"ck-comment--edit"),t.to(Vi("0x34"),(t=>t?Vi("0xd")+t:""))],"data-author-id":this[Vi("0x40")][Vi("0x15")].id,"data-comment-id":this._model.id},children:[this[Vi("0x25")],{tag:Vi("0x45"),attributes:{class:[Vi("0x41"),Vi("0x4")]},children:e}]}]}}[Vi("0x37")](){const e=new go.ButtonView(this[Vi("0x2c")]);return e[Vi("0x30")]=bo(this[Vi("0x2c")],Vi("0x14")),e[Vi("0x2b")]=t.icons.pencil,e.extendTemplate({attributes:{class:Vi("0x1a")}}),e.bind(Vi("0x3c")).to(this[Vi("0x40")],Vi("0xc"),(t=>!t)),e[Vi("0x23")](Vi("0x3b")).to(this._model,Vi("0x39")),e.on(Vi("0x43"),(()=>this[Vi("0x19")]())),e}[Vi("0xb")](){const t=new go.ButtonView(this[Vi("0x2c")]);return t[Vi("0x30")]=bo(this.locale,Vi("0x2a")),t.icon='\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[Vi("0x47")]({attributes:{class:Vi("0x33")}}),t.bind(Vi("0x3c")).to(this[Vi("0x40")],Vi("0xc"),(t=>!t)),t[Vi("0x23")](Vi("0x3b")).to(this[Vi("0x40")],Vi("0x31")),t.on(Vi("0x43"),(()=>{this[Vi("0x29")](bo(this.locale,Vi("0x32")),this[Vi("0x28")])[Vi("0x5")]((()=>{this[Vi("0x46")]("removeComment",this[Vi("0x40")].id)}))})),t}_attachActions(t,e){this.listenTo(t,Vi("0x12"),(()=>this.actionIndicator=e)),this[Vi("0x0")](t,Vi("0x3a"),(()=>this.actionIndicator=e)),this[Vi("0x0")](t,"mouseleave",(()=>this[Vi("0x34")]=null)),this[Vi("0x0")](t,Vi("0x3d"),(()=>this[Vi("0x34")]=null))}[Vi("0x6")](){const t=super[Vi("0x6")]();return t.bind("placeholder").to(this),t}[Vi("0x10")](){return Vi("0x35")===this[Vi("0x40")][Vi("0xa")][Vi("0xf")][Vi("0x3")]?bo(this.locale,Vi("0x1")):bo(this[Vi("0x2c")],Vi("0x26"))}[Vi("0x2f")](){return this[Vi("0x40")][Vi("0x36")]?Vi("0x35")===this[Vi("0x40")].attributes[Vi("0xf")][Vi("0x3")]?bo(this.locale,"EXTERNAL_IMPORT_WORD_AVATAR",this[Vi("0x40")].creator[Vi("0x2")]):bo(this.locale,Vi("0x20"),this._model[Vi("0x27")][Vi("0x2")]):null}[Vi("0x21")](){super[Vi("0x21")](),this[Vi("0xe")](this[Vi("0x7")][Vi("0x28")],Vi("0x22")),this[Vi("0xe")](this.removeButton[Vi("0x28")],"remove")}}(0,e.mix)(Mi,i.ConfirmMixin);var Si=n(278),Ri=n.n(Si),Ni=n(490),Di={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Ni.Z,Di);Ni.Z.locals;var Pi=n(227),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Pi.Z,Bi);Pi.Z.locals;var Li=n(424),zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Li.Z,zi);Li.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 g(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Yi(n,r-(t-x)):n}(t))}function g(t){return a=void 0,l&&o?u(t):(o=i=void 0,s)}function b(){var t=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),b.cancel=function(){void 0!==a&&clearTimeout(a),x=0,o=c=i=a=void 0},b.flush=function(){return void 0===a?s:g(Fi())},b};const tr=function(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),Qi(t,e,{leading:o,maxWait:e,trailing:i})},er=["attributes","class","cancel","type","attributeName","observe","childList"];var nr,or;nr=er,or=116,function(t){for(;--t;)nr.push(nr.shift())}(++or);const ir=function(t,e){return er[t-=0]};function rr(t){const e=tr(t,30),n=new MutationObserver((t=>{for(const n of t)(ir("0x3")==n[ir("0x6")]&&ir("0x4")==n[ir("0x0")]||ir("0x2")==n[ir("0x6")])&&e()}));return{attach(t){n[ir("0x1")](t,{attributes:!0,childList:!0,subtree:!0})},detach(){n.disconnect(),e[ir("0x5")]()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(sr.Z,ar);sr.Z.locals;const cr=["isActive","listenTo","bindTemplate","element","height","destroy","content","type","_mutationObserver","mainView","ck-annotation-wrapper--active","Esc","focusTracker","keystrokes","add","div","ck-annotation-wrapper","fire","render","ck-rounded-corners","setTemplate","isDirty","clientHeight","_updateHeight","set","createCollection","length"];var xr,hr;xr=cr,hr=277,function(t){for(;--t;)xr.push(xr.shift())}(++hr);const dr=function(t,e){return cr[t-=0]};class lr extends go.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this[dr("0x5")]=new e.FocusTracker,this[dr("0x6")]=new e.KeystrokeHandler,this.keystrokes[dr("0x11")](dr("0x4"),((t,e)=>this[dr("0xa")](dr("0x4"),e))),this[dr("0x11")]("targetRect",{top:0,right:0,bottom:0,left:0}),this[dr("0x11")](dr("0x18"),0),this[dr("0x11")](dr("0x14"),!1),this[dr("0x11")](dr("0xe"),!1),this[dr("0x11")](dr("0x13"),0),this.set(dr("0x0"),""),this[dr("0x1")]=rr((()=>this[dr("0x10")]())),this[dr("0x1a")]=this[dr("0x12")](),this[dr("0x1a")][dr("0x7")](n),this[dr("0x2")]=n;const o=this[dr("0x16")];this[dr("0xd")]({tag:dr("0x8"),attributes:{class:["ck",dr("0x9"),dr("0xc"),o.if(dr("0x14"),dr("0x3"))],tabindex:-1},children:this.content})}[dr("0xb")](){super.render(),this[dr("0x5")][dr("0x7")](this.element),this.keystrokes[dr("0x15")](this.element),this[dr("0x1")].attach(this[dr("0x17")])}destroy(){this[dr("0x1a")].clear(),this.keystrokes.destroy(),this.focusTracker[dr("0x19")](),this[dr("0x1")].detach(),super[dr("0x19")]()}focus(){this.element.focus()}[dr("0x10")](){const t=this.element[dr("0xf")];t&&(this[dr("0x18")]=t)}}const ur=["mainView","_isTargetElementVisible","item","getClientRects","clear","target","type","function","nodeType","isActive","offsetParent","_assertCorrectTarget","view","add","remove","targetRect","_type","isVisible","updateTargetRect","element","destroy","render","_id","stopListening","innerView","focusTracker","_target","focusableElements"];var mr,fr;mr=ur,fr=429,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const pr=function(t,e){return ur[t-=0]};class gr{constructor({view:t,target:n,type:o,isVisible:i=!0}){this.view=t,this[pr("0x3")].element||this[pr("0x3")][pr("0xc")](),this[pr("0x7")]=o,this[pr("0x11")]=n,this._assertCorrectTarget(),this[pr("0x12")]=new e.Collection([this[pr("0x3")][pr("0xa")]],{idProperty:pr("0xd")}),this[pr("0x12")].on(pr("0x4"),((t,e)=>{this.view[pr("0x10")][pr("0x4")](e)})),this[pr("0x12")].on(pr("0x5"),((t,e)=>{this[pr("0x3")].focusTracker[pr("0x5")](e)})),this.set("isVisible",i)}get[pr("0x19")](){return pr("0x1a")==typeof this._type?this[pr("0x7")]():this[pr("0x7")]}get[pr("0xf")](){return this[pr("0x3")][pr("0x13")]}get[pr("0x18")](){return pr("0x1a")==typeof this._target?this[pr("0x11")]():this[pr("0x11")]}get[pr("0x6")](){const t=this[pr("0x18")];return this._assertCorrectTarget(),null!==t&&this[pr("0x14")]()?br(t)?new e.Rect(t[pr("0x16")]()[pr("0x15")](0)):new e.Rect(t):null}get[pr("0x0")](){return this.view.isActive}set isActive(t){this[pr("0x3")][pr("0x0")]=t,this[pr("0x3")][pr("0x13")][pr("0x0")]=t}[pr("0x9")](){this[pr("0x3")][pr("0x6")]=this[pr("0x6")]}[pr("0xb")](){this[pr("0x12")][pr("0xe")](),this[pr("0x12")][pr("0x17")](),this[pr("0xe")]()}refreshVisibility(){this[pr("0x8")]=this[pr("0x14")]()}[pr("0x14")](){const t=this.target;return!br(t)||(!!t[pr("0x1")]||!!t[pr("0x16")]()[pr("0x15")](0))}[pr("0x2")](){const t=this[pr("0x18")];if(!(null===t||t instanceof e.Rect||br(t)))throw new e.CKEditorError("annotation-invalid-target",null,{target:t})}}function br(t){return null!==t&&"object"==typeof t&&1===t[pr("0x1b")]}(0,e.mix)(gr,e.ObservableMixin);const vr=["targetRect","stopListening","listenTo","view","add","_sort","_items","blur","_viewToAnnotation","getByInnerView","annotationcollection-duplicated-item","get","clear","remove","left","_getOrderInContent","change:isFocused","focusableElements","destroy","_focusTracker","focus","innerView","has","updateTargetRect","getIndex","annotationcollection-not-existing-item","delete","set","focusTracker","_innerViewToAnnotation","getByView","top","isFocused","length","from"];var _r,wr;_r=vr,wr=392,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("0x16")]=new Map,this[kr("0x1")]=new Map,this._focusTracker=new e.FocusTracker,this[kr("0xc")].on("change:isFocused",((t,e,n)=>{n||this.fire(kr("0x0"))}));for(const e of t)this[kr("0x20")](e)}get[kr("0x19")](){return this[kr("0xc")][kr("0x19")]}[kr("0x20")](t){if(this[kr("0xf")](t))throw new e.CKEditorError(kr("0x3"),null);this[kr("0x16")][kr("0x14")](t.innerView,t),this[kr("0x1")][kr("0x14")](t.view,t);for(const e of t[kr("0xa")])this[kr("0xc")][kr("0x20")](e);this[kr("0x1e")](t[kr("0xa")],kr("0x20"),((t,e)=>{this[kr("0xc")].add(e)})),this.listenTo(t.focusableElements,kr("0x6"),((t,e)=>{this._focusTracker[kr("0x6")](e)})),this[kr("0x1e")](t[kr("0x1f")].focusTracker,kr("0x9"),((e,n,o)=>{o&&this.fire(kr("0xd"),t)})),t[kr("0x10")]();const n=this._getOrderInContent(t[kr("0x1f")].targetRect);super[kr("0x20")](t,n)}[kr("0x6")](t){if(!this.has(t))throw new e.CKEditorError(kr("0x12"),null);this[kr("0x1d")](t[kr("0x1f")][kr("0x15")]),this.stopListening(t[kr("0xa")]);for(const e of t.focusableElements)this[kr("0xc")].remove(e);this[kr("0x1")].delete(t[kr("0x1f")]),this._innerViewToAnnotation[kr("0x13")](t[kr("0xe")]),super[kr("0x6")](t)}[kr("0x2")](t){return this._innerViewToAnnotation[kr("0x4")](t)}[kr("0x17")](t){return this._viewToAnnotation.get(t)}[kr("0xb")](){super[kr("0x5")](),this[kr("0x1d")](),this[kr("0x16")][kr("0x5")](),this._viewToAnnotation[kr("0x5")](),this[kr("0xc")][kr("0xb")]()}refreshPositioning(){for(const t of this)t[kr("0x10")]();this[kr("0x21")]()}[kr("0x21")](){const t=Array[kr("0x1b")](this).sort(((t,e)=>Cr(t[kr("0x1f")][kr("0x1c")],e[kr("0x1f")][kr("0x1c")])));for(let e=t[kr("0x1a")]-1;e>0;e--){const n=t[e];e!==this[kr("0x11")](n)&&(this[kr("0x6")](n),this[kr("0x20")](n,e))}}[kr("0x8")](t){let e=0;if(!t)return this[kr("0x22")][kr("0x1a")];for(const n of this){const o=n[kr("0x1f")].targetRect;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("0x18")]-e.top;return 0==n?t[kr("0x7")]-e.left:n}const Ar=["_activateAnnotation","createAnnotationView","isVisible","_addActiveAnnotation","destroy","source","collection","getByInnerView","add","pluginName","refreshVisibility","_deactivateAllAnnotations","change:isVisible","_visibleAnnotations","_bindAnnotationsToVisibleAnnotations","Annotations","set","remove","refreshPositioning","fire","has","_removeActiveAnnotation","deactivateAll","activeAnnotations","listenTo"];var Tr,Er;Tr=Ar,Er=223,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Ar[t-=0]};class jr extends t.ContextPlugin{static get[Ir("0xb")](){return Ir("0x11")}constructor(t){super(t),this[Ir("0x8")]=new yr,this[Ir("0xf")]=new yr,this[Ir("0x12")](Ir("0x0"),new Set),this[Ir("0x10")]()}[Ir("0xa")](t){this[Ir("0x8")][Ir("0xa")](t)}remove(t){this[Ir("0x8")][Ir("0x13")](t),t[Ir("0x6")]()}[Ir("0xc")](){for(const t of this.collection)t[Ir("0xc")]()}[Ir("0x14")](){this[Ir("0xf")].refreshPositioning()}[Ir("0x9")](t){return this[Ir("0x8")][Ir("0x9")](t)}[Ir("0x18")](){this[Ir("0x15")](Ir("0xd"))}[Ir("0x6")](){for(const t of this[Ir("0x8")])t.destroy();this._visibleAnnotations[Ir("0x6")](),this.collection[Ir("0x6")](),super.destroy()}activate(t){this[Ir("0x15")](Ir("0x2"),t)}createAnnotation(t){return new gr(t)}[Ir("0x3")](t,e){return new lr(t,e)}[Ir("0x5")](t){const e=new Set(this[Ir("0x0")]);e[Ir("0xa")](t),this[Ir("0x0")]=e}[Ir("0x17")](t){const e=new Set(this[Ir("0x0")]);e.delete(t),this[Ir("0x0")]=e}[Ir("0x10")](){const t=this[Ir("0x8")],e=this[Ir("0xf")];function n(t){const n=t[Ir("0x7")];n.isVisible&&!e.has(n)?e[Ir("0xa")](n):!n[Ir("0x4")]&&e[Ir("0x16")](n)&&e[Ir("0x13")](n)}this[Ir("0x1")](t,Ir("0xa"),((t,o)=>{o[Ir("0x4")]&&e[Ir("0xa")](o),this.listenTo(o,Ir("0xe"),n)})),this[Ir("0x1")](t,"remove",((t,o)=>{e[Ir("0x16")](o)&&e[Ir("0x13")](o),this.stopListening(o,Ir("0xe"),n)}))}}const Or=["_adapter","change:activeAnnotations","openNewCommentThread","commentsrepository-update-missing-comment","function","comments","div","toJSON","catch","removeAttribute","string","CommentView","commentsrepository-invalid-commentid","commentsrepository-remove-missing-comment-thread","define","change:isDirty","_addComment","isEditable","getCommentThread","addComment","isReadOnly","init","content","adapter","_updateComment","setAdminPermissions","_removeCommentThread","@external","commentsrepository-invalid-comment-authorid","resolve","authoredAt","requires","setAttribute","_findOptimalIndex","isRemovable","_nonAdminChannels","focus","_add","comment","then","isDirty","isExternal","attributes","_threadToController","PendingActions","updateComment","substring","config","has","fromCharCode","slice","_threads","_createCommentThreadView","commentsrepository-update-comment-internal-error","weight","_repository","_detachCommentThread","noChannel","parse","commentsrepository-update-comment-invalid-content","trim","bind","_readOnlyChannels","reduce","commentsrepository-invalid-comment-content","afterInit","lowest","commentsrepository-active-not-attached","join","getByInnerView","comments.maxCommentCharsWhenCollapsed","delete","length","commentsrepository-remove-comment-internal-error","external:","stopListening","createdAt","createCommentThreadController","max","_remove","author","commentUpdated","pluginName","context","addCommentThread","getComment","fetchCommentThread","getIndex","map","threadId","deactivateAll","commentsrepository-invalid-comment-thread-id","remove","addUser","error","innerHTML","getCommentThreads","commentsrepository-missing-thread-and-adapter-method","destroy","set","fire","Users","assign","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","add","_addCommentThread","comments.maxCommentsWhenCollapsed","_removeComment","hasCommentThread","commentsrepository-remove-comment-thread-internal-error","licenseKey","filter","channelId","commentThreadInputView","textContent","getTime","push","comments.editorConfig","commentsrepository-add-comment-user-not-exists","get","activate","plugins","change:authoredAt","_getExternalAuthor","from","commentsrepository-adapter-already-set","removeComment","attachTo","commentInputView","commentsrepository-update-comment-missing-comment-thread","commentsrepository-get-comment-invalid-id","comments.CommentView","setActiveCommentThread","_viewToController","_isAttached","switchReadOnly","commentsrepository-remove-missing-comment","comments.maxThreadTotalWeight","pop","commentsrepository-missing-thread-and-adapter","view","update","isAttached","commentsrepository-fetch-comment-thread","values","_attachCommentThread","removeCommentThread","activeCommentThread","creator","createElement","CommentThreadView","commentsrepository-attach-missing-comment-thread","once","warn","isFromAdapter","commentsrepository-missing-target","locale","PENDING_ACTION_COMMENT_THREAD"];var Vr,Mr;Vr=Or,Mr=424,function(t){for(;--t;)Vr.push(Vr.shift())}(++Mr);const Sr=function(t,e){return Or[t-=0]},Rr=Symbol(Sr("0x6b"));class Nr extends t.ContextPlugin{static get[Sr("0x51")](){return[jr,t.PendingActions,i.Users]}static get[Sr("0x84")](){return"CommentsRepository"}constructor(t){super(t),this._threads=new Map,this[Sr("0x5d")]=new Map,this[Sr("0x19")]=new Map,this[Sr("0x70")]=new Set,this[Sr("0x95")]("_nonAdminChannels",new Set),this[Sr("0x2")]=this[Sr("0x85")][Sr("0x61")][Sr("0xb")](Sr("0x2"));const e=this[Sr("0x85")].config;e.define(Sr("0x9c"),2),e.define(Sr("0x1d"),500),e[Sr("0x40")](Sr("0x78"),140),e[Sr("0x40")]("comments.CommentThreadView",gi),e[Sr("0x40")](Sr("0x17"),Mi),e[Sr("0xb")](Sr("0x9"))||console[Sr("0x2d")](Sr("0x99"))}[Sr("0x47")](){const t=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](jr);this[Sr("0x95")](Sr("0x27"),null),this.on(Sr("0x86"),((t,e)=>this[Sr("0x9b")](e))),this.on(Sr("0x26"),((t,e)=>this[Sr("0x4c")](e))),this.on(Sr("0x45"),((t,e)=>this[Sr("0x42")](e))),this.on(Sr("0x5f"),((t,e)=>this._updateComment(e))),this.on("removeComment",((t,e)=>this._removeComment(e))),this.on(Sr("0x45"),((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this.getCommentThread(e),i=this._threadToController.get(o);i&&i[Sr("0x20")][Sr("0x56")]()}),{priority:Sr("0x74")}),this.listenTo(t,Sr("0x33"),((t,e,n)=>{const o=Array[Sr("0x10")](n).map((t=>this[Sr("0x19")].get(t.innerView)))[Sr("0x3")](Boolean)[0];this.activeCommentThread=o?o.model:null}))}[Sr("0x73")](){!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,50,56]),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[Sr("0x10")](function(t){const e=new Uint8Array(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}(n)),i=o[Sr("0x1e")](),r=o[Sr("0x1e")]();return function(t){let e="";for(const n of t)e+=String.fromCharCode(n);return e}(function(t,e,n){const o={};o[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[l([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[l([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[l([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[l([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[l([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[l([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[l([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[l([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[l([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[l([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const i=new Uint8Array(16);for(let t=15;t>=0;--t)i[t]=n%256,n=parseInt(n/256);let r=null,s=16;const a=new Uint8Array(e),c=[],x=[];m();for(let e=0;e<t.length;e++)16===s&&(r=u(i),s=0,d(i)),t[e]^=r[s++];return t;function h(t){const e=[];for(let n=0;n<t[Sr("0x7a")];n+=4)e[Sr("0x8")](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("0x7a")]-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[Sr("0x64")]()}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[Sr("0x7a")]];for(let e=0;e<=t;e++)c[Sr("0x8")]([0,0,0,0]),x.push([0,0,0,0]);const e=4*(t+1),n=a[Sr("0x7a")]/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[Sr("0x6c")](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[Sr("0x61")][Sr("0xb")](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])]()).replace(l([46]),"");let e="";for(let n=0;n<t[Sr("0x7a")];n+=2){let o=parseInt(t[Sr("0x60")](n,n+2));o>=s[Sr("0x7a")]&&(o-=s[Sr("0x7a")]),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[Sr("0x8a")]((t=>String[Sr("0x63")](t)))[Sr("0x76")]("")}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[Sr("0x85")])}set adapter(t){if(this[Sr("0x32")])throw new e.CKEditorError(Sr("0x11"));this._adapter=t}get adapter(){return this[Sr("0x32")]}[Sr("0x86")]({channelId:t=Rr,threadId:n=(0,e.uid)(),comments:o=[],target:i,isFromAdapter:r}={}){return this[Sr("0x96")](Br(Sr("0x86"),t),{channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}),this.getCommentThread(n)}[Sr("0x34")]({channelId:t=Rr,threadId:n=(0,e.uid)(),target:o}){if(this[Sr("0x70")][Sr("0x62")](t)||this[Sr("0x70")][Sr("0x62")](void 0))return;if(!o)throw new e.CKEditorError(Sr("0x2f"));const i=this.addCommentThread({channelId:t,threadId:n,target:o});if(!i)return null;const r=this[Sr("0x5d")][Sr("0xb")](i),s=r[Sr("0x20")][Sr("0x5")][Sr("0x14")],a=this.context.plugins[Sr("0xb")](jr),c=a[Sr("0x77")](r.view);return a[Sr("0xc")](c),s[Sr("0x2c")]("editorReady",(()=>s[Sr("0x56")]())),i}hasCommentThread(t){if(Sr("0x3c")!=typeof t)throw new e.CKEditorError(Sr("0x8d"));return this._threads[Sr("0x62")](t)}[Sr("0x44")](t){if(Sr("0x3c")!=typeof t)throw new e.CKEditorError("commentsrepository-invalid-comment-thread-id");return this._threads[Sr("0xb")](t)}[Sr("0x88")]({channelId:t,threadId:n}={}){const o=this[Sr("0x44")](n);if(o)return Promise[Sr("0x4f")](o);if(!this[Sr("0x49")])throw new e.CKEditorError(Sr("0x1f"),this[Sr("0x85")]);if(Sr("0x36")!=typeof this[Sr("0x49")][Sr("0x44")])throw new e.CKEditorError(Sr("0x93"),this[Sr("0x85")]);return this[Sr("0x49")][Sr("0x44")]({channelId:t,threadId:n})[Sr("0x59")]((e=>this[Sr("0x0")](n)?this[Sr("0x44")](n):e?this[Sr("0x86")](Object[Sr("0x98")]({isFromAdapter:!0,channelId:t},e)):void 0))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError(Sr("0x23"),this[Sr("0x85")])}))}[Sr("0x92")]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this[Sr("0x65")][Sr("0x24")]())t&&o[Sr("0x4")]!==t||e&&!o[Sr("0x22")]||n&&0===o.length||i.push(o);return o?i[Sr("0x8a")]((t=>t[Sr("0x39")]())):i}[Sr("0x18")](t){const n=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](jr);if(!t)return void(this[Sr("0x27")]&&n[Sr("0x8c")]());const o=this[Sr("0x44")](t);if(!o)throw new e.CKEditorError("commentsrepository-active-missing-comment-thread",null,{threadId:t});if(!this[Sr("0x5d")][Sr("0x62")](o))throw new e.CKEditorError(Sr("0x75"),null,{threadId:t});const i=n.getByInnerView(this[Sr("0x5d")][Sr("0xb")](o)[Sr("0x20")]);n[Sr("0xc")](i)}[Sr("0x1b")](t,e){t?this[Sr("0x70")][Sr("0x9a")](e):this[Sr("0x70")].delete(e);for(const n of this[Sr("0x92")]({channelId:e}))n.isReadOnly=!!t}[Sr("0x46")](t){return this[Sr("0x70")][Sr("0x62")](t)||this._readOnlyChannels[Sr("0x62")](void 0)}[Sr("0x7f")](t,e){return new po(t,e)}[Sr("0x4b")](t,e=Rr){const n=!this[Sr("0x55")][Sr("0x62")](e),o=new Set(this[Sr("0x55")]);n&&!t&&(o[Sr("0x9a")](e),this[Sr("0x55")]=o),!n&&t&&(o[Sr("0x79")](e),this[Sr("0x55")]=o)}_addCommentThread({channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}){if("string"!=typeof n)throw new e.CKEditorError(Sr("0x8d"),null,{threadId:n});if(this.hasCommentThread(n))throw new e.CKEditorError("commentsrepository-duplicated-comment-thread-id",null,{threadId:n});const s=new Dr(this,{channelId:t,id:n});(this[Sr("0x70")].has(t)||this[Sr("0x70")][Sr("0x62")](void 0))&&(s[Sr("0x46")]=!0),this[Sr("0x65")].set(n,s);for(const t of o)s[Sr("0x45")](Object.assign({isFromAdapter:r},t));i&&s[Sr("0x13")](i)}[Sr("0x25")]({threadId:t,target:n}){const o=this[Sr("0x44")](t);if(!o)throw new e.CKEditorError(Sr("0x2b"),this);const i=this[Sr("0x85")].plugins[Sr("0xb")](Sr("0x5e")),r=this[Sr("0x85")].plugins.get(jr),s=this[Sr("0x66")](o),a=new po(o,s);let c=null;s.on(Sr("0x41"),((t,e,n)=>{n?c=i[Sr("0x9a")](bo(this.context[Sr("0x30")],Sr("0x31"))):(i[Sr("0x8e")](c),c=null)})),this[Sr("0x5d")][Sr("0x95")](o,a),this[Sr("0x19")][Sr("0x95")](s,a);const x=new lr(this[Sr("0x85")][Sr("0x30")],s);x[Sr("0x6f")](Sr("0x7a")).to(s),x.bind(Sr("0x5a")).to(s,"isDirty",s,Sr("0x7a"),((t,e)=>t||!e)),x.bind("isActive").to(s),x.type=Sr("0x58");const h=new gr({view:x,target:n,type:Sr("0x58")});return r.add(h),h}[Sr("0x66")](t){const e=this.context.plugins.get(Sr("0x97")),{config:n,locale:o}=this[Sr("0x85")],r=(0,i.getDateTimeFormatter)(n[Sr("0xb")]("locale"));return new(0,n[Sr("0xb")](Sr("0x37"))[Sr("0x2a")])(o,t,e.me,{editorConfig:n.get(Sr("0x9")),maxCommentsWhenCollapsed:n[Sr("0xb")](Sr("0x9c")),maxThreadTotalWeight:n[Sr("0xb")](Sr("0x1d")),maxCommentCharsWhenCollapsed:n[Sr("0xb")](Sr("0x78")),formatDateTime:r,CommentView:n[Sr("0xb")](Sr("0x37"))[Sr("0x3d")]})}[Sr("0x4c")]({threadId:t,isFromAdapter:n}){const o=this[Sr("0x44")](t);if(!o)throw new e.CKEditorError(Sr("0x3f"),this);if(this[Sr("0x6a")](t),this[Sr("0x65")][Sr("0x79")](t),!o.length||n||!this.adapter||"function"!=typeof this.adapter[Sr("0x26")])return Promise[Sr("0x4f")]();const i=this.context[Sr("0xd")][Sr("0xb")]("PendingActions"),{channelId:r}=o,s=i[Sr("0x9a")](bo(this[Sr("0x85")][Sr("0x30")],"PENDING_ACTION_COMMENT_THREAD"));return this[Sr("0x49")][Sr("0x26")]({channelId:r,threadId:t})[Sr("0x59")]((()=>i[Sr("0x8e")](s)))[Sr("0x3a")]((t=>{throw console.error(t),new e.CKEditorError(Sr("0x1"),this)}))}_detachCommentThread(t){const e=this.context[Sr("0xd")].get(jr),n=this.getCommentThread(t);if(this._threadToController[Sr("0x62")](n)){const t=this._threadToController[Sr("0xb")](n),o=t[Sr("0x20")],i=e[Sr("0x77")](o);this[Sr("0x5d")][Sr("0x79")](n),this[Sr("0x19")][Sr("0x79")](o),i&&e.remove(i),t[Sr("0x94")](),o[Sr("0x94")]()}}[Sr("0xf")](t){const e=this.context[Sr("0xd")][Sr("0xb")](i.Users),n=(0,i.hashObject)(Sr("0x7c")+t);return e.getUser(n)||e[Sr("0x8f")]({id:n,name:t})}[Sr("0x42")]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if(Sr("0x3c")!=typeof n)throw new e.CKEditorError(Sr("0x3e"));if(Sr("0x3c")!=typeof r)throw new e.CKEditorError(Sr("0x4e"));if(Sr("0x3c")!=typeof o||!o.trim())throw new e.CKEditorError(Sr("0x72"));const x=this[Sr("0x44")](t);if(!x)throw new e.CKEditorError("commentsrepository-add-comment-to-missing-comment-thread",this);const h=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](i.Users).getUser(r);if(!h)throw new e.CKEditorError(Sr("0xa"),null,{authorId:r});let d=null,l=s;a&&a[Sr("0x4d")]&&(d=this._getExternalAuthor(a[Sr("0x4d")].authorName),l=a["@external"][Sr("0x7e")]);const u=new Pr(this,{threadId:t,id:n,author:d||h,creator:h,content:o,createdAt:s,authoredAt:l,attributes:a});if(x[Sr("0x57")](u),c||!this.adapter||Sr("0x36")!=typeof this.adapter[Sr("0x45")])return Promise[Sr("0x4f")]();const m=this.context[Sr("0xd")][Sr("0xb")]("PendingActions"),{channelId:f}=x,p=m[Sr("0x9a")](bo(this.context[Sr("0x30")],"PENDING_ACTION_COMMENT_THREAD"));return a||(a={}),this.adapter.addComment({channelId:f,threadId:t,commentId:n,content:o,attributes:a})[Sr("0x59")]((e=>{if(m[Sr("0x8e")](p),this[Sr("0x0")](t))e&&e.createdAt&&this[Sr("0x4a")]({threadId:t,commentId:n,createdAt:e[Sr("0x7e")],isFromAdapter:!0});else{const i={threadId:t,commentId:n,content:o,attributes:a,createdAt:e&&e[Sr("0x7e")]?e[Sr("0x7e")]:s,authorId:h.id};this[Sr("0x86")]({channelId:f,threadId:t,comments:[i],isFromAdapter:!0})}}))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError("commentsrepository-add-comment-internal-error",this)}))}[Sr("0x4a")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&("string"!=typeof o||!o[Sr("0x6e")]()[Sr("0x7a")]))throw new e.CKEditorError(Sr("0x6d"));const a=this[Sr("0x44")](t),c=a[Sr("0x87")](n);if(!c)throw new e.CKEditorError(Sr("0x35"),this);let x=!1;if(o&&o!==c[Sr("0x48")]&&(c[Sr("0x43")]||s)&&(c[Sr("0x48")]=o,x=!0),i&&i!==c[Sr("0x7e")]&&(c[Sr("0x7e")]=i,c[Sr("0x5c")]&&c[Sr("0x5c")][Sr("0x4d")]||(c[Sr("0x50")]=i),x=!0),r&&!We(r,c.attributes)&&(c[Sr("0x5c")]=r,x=!0),!x)return Promise.resolve();if(a[Sr("0x96")](Sr("0x83")),s||!this[Sr("0x49")]||Sr("0x36")!=typeof this[Sr("0x49")][Sr("0x5f")])return Promise[Sr("0x4f")]();const h=this[Sr("0x85")].plugins[Sr("0xb")](Sr("0x5e")),{channelId:d}=this[Sr("0x44")](c[Sr("0x8b")]),l=h[Sr("0x9a")](bo(this.context[Sr("0x30")],Sr("0x31")));return this[Sr("0x49")][Sr("0x5f")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Sr("0x59")]((()=>h[Sr("0x8e")](l)))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError(Sr("0x67"),this)}))}[Sr("0x9d")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[Sr("0x44")](t),r=i[Sr("0x87")](n);if(!r)throw new e.CKEditorError(Sr("0x1c"),this);if(i[Sr("0x81")](r),o||!this[Sr("0x49")]||Sr("0x36")!=typeof this[Sr("0x49")][Sr("0x12")])return Promise[Sr("0x4f")]();const s=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](Sr("0x5e")),{channelId:a}=i,c=s.add(bo(this.context[Sr("0x30")],Sr("0x31")));return this.adapter[Sr("0x12")]({channelId:a,threadId:t,commentId:n})[Sr("0x59")]((()=>s[Sr("0x8e")](c)))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError(Sr("0x7b"),this)}))}}class Dr{constructor(t,n){this[Sr("0x4")]=n[Sr("0x4")],this.id=n.id,this[Sr("0x95")](Sr("0x46"),!1),this.bind("isRemovable").to(t,Sr("0x55"),(t=>!t[Sr("0x62")](this[Sr("0x4")]))),this[Sr("0x37")]=new e.Collection,this[Sr("0x69")]=t,this[Sr("0x1a")]=!1}get weight(){return Array[Sr("0x10")](this[Sr("0x37")])[Sr("0x71")](((t,e)=>t+e[Sr("0x68")]),0)}get[Sr("0x7a")](){return this[Sr("0x37")][Sr("0x7a")]}get isAttached(){return this[Sr("0x1a")]}remove({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Sr("0x69")][Sr("0x96")](Br("removeCommentThread",e),{channelId:e,threadId:n,isFromAdapter:t})}[Sr("0x13")](t){return this[Sr("0x69")][Sr("0x25")]({threadId:this.id,target:t})}[Sr("0x45")](t){const{channelId:e,id:n}=this;this[Sr("0x69")].fire(Br("addComment",e,n),Object[Sr("0x98")]({channelId:e,threadId:n},t))}getComment(t){if(Sr("0x3c")!=typeof t)throw new e.CKEditorError(Sr("0x16"),null,{commentId:t});return this[Sr("0x37")][Sr("0xb")](t)}toJSON(){return{threadId:this.id,comments:this[Sr("0x37")][Sr("0x8a")]((t=>t[Sr("0x39")]()))}}[Sr("0x57")](t){return this.listenTo(t,Sr("0xe"),(()=>{const e=this[Sr("0x53")](t),n=this[Sr("0x37")];e-1!=n[Sr("0x89")](t)&&e+1!=n.getIndex(t)&&(this[Sr("0x81")](t),this._add(t))})),t[Sr("0x7e")]?this[Sr("0x37")][Sr("0x9a")](t,this._findOptimalIndex(t)):this[Sr("0x37")][Sr("0x9a")](t)}[Sr("0x81")](t){return this[Sr("0x7d")](t),t[Sr("0x94")](),this[Sr("0x37")][Sr("0x8e")](t)}[Sr("0x53")](t){const e=this.comments.find((e=>new Date(e.authoredAt)[Sr("0x7")]()>new Date(t[Sr("0x50")])[Sr("0x7")]()));return e?this[Sr("0x37")][Sr("0x89")](e):this.length}}(0,e.mix)(Dr,e.ObservableMixin);class Pr{constructor(t,e){const n=t.context[Sr("0xd")][Sr("0xb")](Sr("0x97")).me,o=t[Sr("0x44")](e[Sr("0x8b")]),i=0===o.comments.length,r=n===e.author;this.id=e.id,this[Sr("0x8b")]=e[Sr("0x8b")],this[Sr("0x82")]=e[Sr("0x82")],this.creator=e[Sr("0x28")],this[Sr("0x5b")]=Boolean(e[Sr("0x5c")]&&e[Sr("0x5c")][Sr("0x4d")]),this[Sr("0x95")](Sr("0x48"),e[Sr("0x48")]),this[Sr("0x7e")]=e[Sr("0x7e")]||new Date,this[Sr("0x95")](Sr("0x50"),e[Sr("0x50")]||new Date),this.set(Sr("0x5c"),e[Sr("0x5c")]||{}),this.set(Sr("0x43"),r),this[Sr("0x6f")](Sr("0x54")).to(o,Sr("0x54"),(t=>t&&i||r)),this.bind(Sr("0x46")).to(o,Sr("0x46")),this._repository=t}get[Sr("0x68")](){return Math[Sr("0x80")](function(t){const e=document[Sr("0x29")](Sr("0x38"));return e[Sr("0x91")]=t,e[Sr("0x6")][Sr("0x7a")]}(this[Sr("0x48")]),200)}update(t){const{threadId:n,id:o}=this;if(!this[Sr("0x69")][Sr("0x0")](n))throw new e.CKEditorError(Sr("0x15"),this);const{channelId:i}=this[Sr("0x69")][Sr("0x44")](n);this._repository[Sr("0x96")](Br(Sr("0x5f"),i,n),Object[Sr("0x98")]({channelId:i,threadId:n,commentId:o},t))}[Sr("0x52")](t,e){const n=zn(this[Sr("0x5c")]);io(n,t,e),this[Sr("0x21")]({attributes:n})}[Sr("0x3b")](t){const e=zn(this[Sr("0x5c")]);ho(e,t),this[Sr("0x21")]({attributes:e})}[Sr("0x8e")](t={}){if(!t[Sr("0x2e")]&&!this.isRemovable)return;const{threadId:n,id:o}=this;if(!this[Sr("0x69")][Sr("0x0")](n))throw new e.CKEditorError("commentsrepository-remove-comment-missing-comment-thread",this);const{channelId:i}=this._repository[Sr("0x44")](n);this._repository[Sr("0x96")](Br(Sr("0x12"),i,n),Object[Sr("0x98")]({channelId:i,threadId:n,commentId:o},t))}[Sr("0x39")](){return{commentId:this.id,content:this.content,createdAt:this[Sr("0x7e")],authorId:this[Sr("0x28")].id,attributes:this[Sr("0x5c")]}}[Sr("0x94")](){this[Sr("0x7d")]()}}function Br(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}(0,e.mix)(Pr,e.ObservableMixin);const Lr=["createRange","textProxy","isEnabled","element","change","refresh","getRanges","start","_itemIsContent","model","tableCell","backward","editor","selection","item","comment:","addMarker","_hasContent","document","getLastMatchingPosition","execute","isObject","_trimToContent","substr","end"];var zr,Fr;zr=Lr,Fr=331,function(t){for(;--t;)zr.push(zr.shift())}(++Fr);const Kr=function(t,e){return Lr[t-=0]};class Ur extends t.Command{[Kr("0x18")](){const t=this[Kr("0x6")][Kr("0x3")].document[Kr("0x7")];for(const e of t[Kr("0x0")]())if(this[Kr("0xb")](e))return void(this[Kr("0x15")]=!0);this.isEnabled=!1}[Kr("0xe")]({threadId:t=(0,e.uid)()}={}){const n=this[Kr("0x6")][Kr("0x3")],o=[];for(const t of n[Kr("0xc")].selection[Kr("0x0")]())this._hasContent(t)&&o.push(this[Kr("0x10")](t));n[Kr("0x17")]((n=>{for(const i of o){const o=(0,e.uid)()[Kr("0x11")](1,5),r=Kr("0x9")+t+":"+o;n[Kr("0xa")](r,{range:i,usingOperation:!1,affectData:!1})}}))}[Kr("0xb")](t){for(const e of t.getItems())if(this._itemIsContent(e))return!0;return!1}[Kr("0x2")](t){return t.is(Kr("0x14"))||this[Kr("0x6")][Kr("0x3")].schema[Kr("0xf")](t)&&!t.is(Kr("0x16"),Kr("0x4"))}_trimToContent(t){const e=t=>!this[Kr("0x2")](t[Kr("0x8")]),n=t[Kr("0x1")][Kr("0xd")](e),o=t[Kr("0x12")].getLastMatchingPosition(e,{direction:Kr("0x5")});return this.editor[Kr("0x3")][Kr("0x13")](n,o)}}const Wr=["_editorAnnotationsData","uiUpdate","view","containsRange","set","function","has","change:range","EditorAnnotations","fire","requires","addSourceCollector","refreshSelectedViews","pluginName","listenTo","document","model","element","editorannotations-invalid-source-callback","change:isFocused","add","blur","range","isReadOnly","innerView","sort","_dataCollectors","selection","getRanges","map","plugins","editing","getOrderedSelectedAnnotations","hasDomSelection","isEqual","remove","refresh","focusTracker","_editorAnnotations","editor","get","update","cancel","annotation","getByInnerView","directChange","init"];var Hr,Zr;Hr=Wr,Zr=306,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("0x21")](){return[jr]}static get[qr("0x24")](){return qr("0x1f")}constructor(t){super(t),this[qr("0x2")]=new Set,this[qr("0xe")]=new Set}[qr("0x16")](){const t=this[qr("0xf")],e=t[qr("0x27")][qr("0x26")][qr("0x3")],n=Qi((()=>this[qr("0x23")]()),10);e.on(qr("0x1e"),((t,e)=>{e[qr("0x15")]&&(n[qr("0x12")](),this.refreshSelectedViews())})),this[qr("0x25")](t[qr("0x7")][qr("0x19")][qr("0x26")],qr("0x2a"),((t,e,o)=>{o&&n()})),this[qr("0x25")](t.ui[qr("0xd")],qr("0x2a"),((e,n,o)=>{o||t[qr("0x2e")]||this[qr("0x20")](qr("0x2c"),{isAnnotationTracked:t=>this[qr("0x17")].has(t[qr("0x0")])})})),this.listenTo(this[qr("0xf")].ui,qr("0x11"),(()=>this[qr("0x20")](qr("0x18"))))}registerAnnotation(t){if(this[qr("0xe")][qr("0x1d")](t))return;this[qr("0xe")][qr("0x2b")](t.view),this.editor.ui[qr("0xd")][qr("0x2b")](t[qr("0x19")][qr("0x28")]);const e=this[qr("0xf")][qr("0x6")][qr("0x10")](jr);this.listenTo(e.collection,qr("0xb"),((t,e)=>{this[qr("0xf")].ui.focusTracker[qr("0xb")](e[qr("0x19")][qr("0x28")]),this._editorAnnotations.delete(e.view)}))}[qr("0x9")](){return this[qr("0xf")].editing[qr("0x19")][qr("0x9")]}[qr("0x22")](t){if(qr("0x1c")!=typeof t)throw new e.CKEditorError(qr("0x29"));this[qr("0x2")][qr("0x2b")](t)}[qr("0x23")](){this[qr("0x20")](qr("0xc"))}[qr("0x8")]({activeAnnotation:t,annotations:e}){const n=[],o=this[qr("0xf")].model.document[qr("0x3")],i=Array.from(o[qr("0x4")]());for(const[t,o]of this[qr("0x17")]){const i=r(o),s=e[qr("0x14")](t);i&&s&&n.push({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[qr("0x1a")](t,!o.isCollapsed))return e;return null}return n[qr("0x1")](((e,n)=>{const o=e[qr("0x2d")],i=n[qr("0x2d")];if(!o[qr("0xa")](i)){if(o[qr("0x1a")](i,!0))return 1;if(i[qr("0x1a")](o,!0))return-1}return e[qr("0x13")]==t?-1:n.annotation==t?1:0}))[qr("0x5")]((t=>t[qr("0x13")]))}get _editorAnnotationsData(){const t=new Map;for(const e of Array.from(this[qr("0x2")]))for(const[n,o]of e())t[qr("0x1b")](n,o);return t}}const $r=["get","addCommentThread","RestrictedEditingModeEditing","plugins","afterInit","has"];var Gr,Jr;Gr=$r,Jr=497,function(t){for(;--t;)Gr.push(Gr.shift())}(++Jr);const Yr=function(t,e){return $r[t-=0]};class Qr extends t.Plugin{[Yr("0x5")](){const t=this.editor;t[Yr("0x4")][Yr("0x0")](Yr("0x3"))&&t[Yr("0x4")][Yr("0x1")]("RestrictedEditingModeEditing").enableCommand(Yr("0x2"))}}var ts=n(446),es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(ts.Z,es);ts.Z.locals;const ns=["listenTo","afterInit","get","dataInsert","Users","commands","collaboration.channelId","config","importWord","plugins","_handleImportedData","editor","forEach"];var os,is;os=ns,is=307,function(t){for(;--t;)os.push(os.shift())}(++is);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{[rs("0x6")](){const t=this[rs("0x3")],n=t[rs("0xa")][rs("0x7")]("importWord"),o=t[rs("0x1")].get(rs("0x9"));n&&(n.on("execute",((t,[,e])=>{e.collaboration_features={comments:!0,user_id:o.me.id}}),{priority:e.priorities.high+10}),this[rs("0x5")](n,rs("0x8"),this[rs("0x2")]))}[rs("0x2")](t,e){const{comment_threads:n}=e;n&&n[rs("0x4")]((({thread_id:t,comments:e})=>{const n=e.map((({author:t,content:e,created_at:n})=>({content:e,authorId:this.editor[rs("0x1")][rs("0x7")](rs("0x9")).me.id,createdAt:new Date,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:rs("0x0")}}}))),o=this[rs("0x3")][rs("0xc")][rs("0x7")](rs("0xb"));this[rs("0x3")][rs("0x1")][rs("0x7")](Nr).addCommentThread({channelId:o,threadId:t,comments:n})}))}}const as=["length","left","model","reconvertMarker","fetchCommentThread","size","getByInnerView","collaboration.channelId","Annotations","upcast","isThreadsLoadingPaused","ck-comment-marker","createPositionBefore","change:isReadOnly","commands","getCommentThread","name","render","hasMarkerForId","_detachCommentThread","for","elementToElement","pluginName","_attachMarkerToThread","set","document","plugins","conversion","update:comment","_threadToController","push","editor","_handleMarkerAddAndRemove","low","map","registerAnnotation","isCollapsed","dataToMarker","getChangedMarkers","comment","sort","dataDowncast","activeMarker","end","isObject","differ","getWalker","affectsData","init","state","createElement","destroy","split","isEqual","ck-comment-marker--active","getAttribute","editing","markers","once","markerToData","newRange","addComment","openNewCommentThread","getAllMarkersForId","getCommentThreads","comment:","root","EditorAnnotations","switchReadOnly","get","editingDowncast","_threads","delete","high","change","hasContent","view","start","CommentsRepository","_attachedThreads","createRange","config","$graveyard","attachTo","removeCommentThread","top","text","schema","destroyed","registerPostFixer","listenTo","addCommentThread","change:isThreadsLoadingPaused","updateMarker","removeMarker","markerName"];var cs,xs;cs=as,xs=442,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("0x3c")](){return"CommentsEditing"}constructor(t){super(t),this[hs("0x3e")](hs("0x30"),!0),t.data[hs("0x0")]("ready",(()=>this[hs("0x30")]=!1)),this[hs("0x3e")](hs("0x50"),null),this.on("change:activeMarker",((e,n,o,i)=>{t.model.change((()=>{if(o){const{id:e}=us(o),n=this[hs("0x5")](e);for(const e of n)t[hs("0x5e")].reconvertMarker(e)}if(i){const{id:e}=us(i),n=this[hs("0x5")](e);for(const e of n)t[hs("0x5e")][hs("0x29")](e)}}))})),this[hs("0x15")]=new Map}[hs("0x56")](){const t=this[hs("0x45")],e=t[hs("0x40")][hs("0xb")](hs("0x14")),n=t[hs("0x17")][hs("0xb")]("collaboration.channelId");t[hs("0x34")].add(hs("0x21"),new Ur(t)),this[hs("0x20")](t,hs("0x33"),((n,o,i)=>{e[hs("0xa")](i,t.config[hs("0xb")]("collaboration.channelId"))})),this.listenTo(e,ls(hs("0x1a"),n),((n,{threadId:o})=>{t.model.change((t=>{for(const e of this[hs("0x5")](o))t[hs("0x24")](e)}));const i=e.getCommentThread(o);e.hasCommentThread(o)&&!i[hs("0x26")]||n.stop()}),{priority:hs("0xf")}),this[hs("0x20")](e,ls(hs("0x3"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this.getAllMarkersForId(o);!i&&0!=r[hs("0x26")]&&e.hasCommentThread(o)&&1===e[hs("0x35")](o)[hs("0x26")]&&t[hs("0x28")][hs("0x10")]((t=>{for(const e of r)t[hs("0x23")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:hs("0x47")}),this._initializeMarkerConverters(),this[hs("0x46")]()}[hs("0x59")](){const t=this[hs("0x45")][hs("0x40")][hs("0xb")](hs("0x14")),e=this[hs("0x45")].config[hs("0xb")]("collaboration.channelId");for(const n of t[hs("0x6")]({channelId:e}))t._detachCommentThread(n.id),t[hs("0xd")][hs("0xe")](n.id);super.destroy()}[hs("0x38")](t){return this.getAllMarkersForId(t)[hs("0x26")]>0}[hs("0x5")](t){return(this[hs("0x15")][hs("0xb")](t)||[]).map((t=>this.editor[hs("0x28")][hs("0x5f")].get(t))).filter((t=>t))}_initializeMarkerConverters(){const t=this[hs("0x45")];t[hs("0x41")][hs("0x3a")](hs("0xc")).markerToHighlight({model:hs("0x4d"),view:t=>{const{id:e}=us(t[hs("0x25")]),n=[hs("0x31")];return this.activeMarker&&us(this[hs("0x50")]).id===e&&n[hs("0x44")](hs("0x5c")),{classes:n,attributes:{"data-comment":e}}}}),t[hs("0x41")].for(hs("0x4f"))[hs("0x1")]({model:hs("0x4d"),view:e=>{const n=t[hs("0x28")].markers[hs("0xb")](e),{id:o,part:i}=us(e);return n&&!n[hs("0x55")]?null:{group:"comment",name:i?o+":"+i:o}}}),t[hs("0x41")][hs("0x3a")](hs("0x2f"))[hs("0x3b")]({view:{name:"comment",attribute:{id:/^\w/}},model:(t,{writer:e})=>e[hs("0x58")]("$marker",{"data-name":hs("0x7")+t[hs("0x5d")]("id")})}),t[hs("0x41")][hs("0x3a")](hs("0x2f"))[hs("0x4b")]({view:hs("0x4d")})}[hs("0x46")](){const t=this[hs("0x45")],e=t.plugins.get(hs("0x14")),n=new Set;t[hs("0x28")][hs("0x3f")][hs("0x1f")]((e=>{let o=!1;for(const{name:i,data:r}of t.model[hs("0x3f")][hs("0x53")][hs("0x4c")]()){const{group:s,id:a}=us(i);let c=r[hs("0x2")];if(hs("0x4d")!==s||!c)continue;const x=hs("0x18")===c[hs("0x8")].rootName;x||(c=ms(c,t[hs("0x28")]),!c||c[hs("0x5b")](r[hs("0x2")]))?!c||!t.model[hs("0x11")](c)||this[hs("0x15")].has(a)&&x?(e.removeMarker(i),o=!0):x||(this[hs("0x30")]?n.add(i):this[hs("0x3d")](i,a)):(e[hs("0x23")](i,{range:c}),o=!0)}return o})),this.on(hs("0x22"),((e,o,i)=>{if(!i&&n[hs("0x2b")])for(const e of n){const{id:o}=us(e);n.delete(o),t[hs("0x28")][hs("0x5f")].get(e)&&this[hs("0x3d")](e,o)}})),this[hs("0x20")](t[hs("0x28")].markers,hs("0x42"),((o,i,r,s)=>{if(s)return;const{id:a}=us(i[hs("0x36")]),c=t[hs("0x40")][hs("0xb")](hs("0x14")).getCommentThread(a);n[hs("0xe")](a),c&&!this[hs("0x38")](a)&&(this[hs("0x15")][hs("0xe")](a),e[hs("0x39")](a))}))}[hs("0x3d")](t,n){if(this[hs("0x15")].has(n)){const e=this[hs("0x15")][hs("0xb")](n);return void(e.includes(t)||e[hs("0x44")](t))}this[hs("0x15")].set(n,[t]);const o=this[hs("0x45")],r=o[hs("0x40")][hs("0xb")](hs("0x14")),s=o.config.get(hs("0x2d")),a=o.plugins.get(hs("0x9")),c=()=>{const t=this[hs("0x5")](n);if(0===t[hs("0x26")])return null;if(1===t[hs("0x26")])return(0,i.getMarkerDomElement)(o.editing,t[0]);const r=t[hs("0x48")]((t=>(0,i.getMarkerDomElement)(o[hs("0x5e")],t)));return r[hs("0x4e")](((t,n)=>{const o=new e.Rect(t),i=new e.Rect(n),r=o[hs("0x1b")]-i[hs("0x1b")];return 0==r?o[hs("0x27")]-i.left:r})),r[0]};this[hs("0x5")](n)[0].managedUsingOperations?r[hs("0x2a")]({channelId:s,threadId:n}).then((t=>{if(hs("0x1e")!==o[hs("0x57")])if(t){const e=t[hs("0x19")](c);a[hs("0x49")](e)}else{const t=this[hs("0x5")](n);o[hs("0x28")][hs("0x10")]((e=>{for(const n of t)e[hs("0x24")](n)}))}})):o.editing.view[hs("0x0")](hs("0x37"),(()=>{const t=o.plugins.get(hs("0x2e")),e=r[hs("0x4")]({channelId:s,threadId:n,target:c}),i=r[hs("0x43")][hs("0xb")](e)[hs("0x12")],x=t[hs("0x2c")](i);a.registerAnnotation(x)}),{priority:hs("0x47")})}}function ls(t,e){return e?t+":"+e:t}function us(t){const e=t[hs("0x5a")](":");return{group:e[0],id:e[1],part:e[2]}}function ms(t,e){const n=e[hs("0x1d")],o=e[hs("0x16")](t[hs("0x13")]);for(const i of t[hs("0x54")]()){const{type:t,item:r,nextPosition:s}=i;if(hs("0x1c")===t||n[hs("0x52")](r)){const t=e[hs("0x32")](r);o[hs("0x4a")]&&(o[hs("0x13")]=t),o[hs("0x51")]=s}}return o[hs("0x4a")]?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=["addCommentThread","addComment","activeMarker","comment:","focus","commands","execute","focusTracker","from","isEnabled","hasMarkerForId","_createUIButton","map","view","editing","highest","length","requires","hasCommentThread","init","comment","editor","getAllMarkersForId","CommentsUI","_threadToController","find","model","low","_viewToController","innerView","change:activeAnnotations","get","plugins","push","componentFactory","icon","listenTo","CommentsListView","bind","CommentThreadInputView","stop","locale","removeCommentThread","addSourceCollector","isFocused","label"];var gs,bs;gs=ps,bs=123,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 pluginName(){return vs("0x26")}static get[vs("0x20")](){return[Nr,ds,Xr,jr]}get[vs("0x6")](){return si}get[vs("0x8")](){return Go}[vs("0x22")](){const t=this[vs("0x24")],e=t[vs("0x1")].get(Nr),n=t[vs("0x1")][vs("0x0")](ds),o=t[vs("0x1")].get(jr),i=t[vs("0x1")][vs("0x0")](Xr);t.ui[vs("0x3")].add(vs("0x23"),(()=>this[vs("0x1a")]())),i[vs("0xc")]((()=>{const t=[];for(const[o,i]of e[vs("0x27")]){const e=n[vs("0x25")](o.id),r=e[vs("0x1b")]((t=>t.getRange()));e[vs("0x1f")]>0&&t[vs("0x2")]([i[vs("0x1c")],r])}return t})),this.listenTo(o,vs("0x2d"),((t,o,i)=>{const r=Array[vs("0x17")](i)[vs("0x1b")]((t=>t[vs("0x2c")]))[vs("0x28")]((t=>e[vs("0x2b")].has(t)));if(!r)return void(n[vs("0x11")]=null);const s=e._viewToController[vs("0x0")](r)[vs("0x29")].id,a=vs("0x12")+s;n[vs("0x19")](s)?n.activeMarker=a:n[vs("0x11")]&&(n[vs("0x11")]=null)})),this[vs("0x5")](e,vs("0xb"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui[vs("0x16")][vs("0xd")]&&n.hasMarkerForId(o)&&t.editing[vs("0x1c")].focus()}),{priority:vs("0x1e")}),this[vs("0x5")](e,vs("0x10"),((o,{threadId:i,isFromAdapter:r})=>{!r&&n[vs("0x19")](i)&&e[vs("0x21")](i)&&1===e.getCommentThread(i).length&&(t[vs("0x1d")][vs("0x1c")][vs("0x13")](),o[vs("0x9")]())}),{priority:vs("0x2a")})}[vs("0x1a")](){const t=this[vs("0x24")],e=new go.ButtonView(t[vs("0xa")]),n=t[vs("0x14")][vs("0x0")](vs("0xf"));return e[vs("0xe")]=bo(t.locale,"Comment"),e.tooltip=bo(t[vs("0xa")],"Comment"),e[vs("0x4")]=fs,e[vs("0x7")](vs("0x18")).to(n),this[vs("0x5")](e,vs("0x15"),(()=>n[vs("0x15")]())),e}}const ws=["forceDisabled","document","addCommentThread","clearForceDisabled","editor","cut","listenTo","stopListening","view","has","DragDrop","set","commands","CommentsOnly","commentsOnlyMode","editing","requires","delete","stop","_enableCommentsOnlyMode","plugins","isEnabled","pluginName","get","change:isEnabled","affectsData","clipboardInput","highest","afterInit"];var ks,ys;ks=ws,ys=353,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("0x11")](){return Cs("0x8")}static get[Cs("0xb")](){return[ds]}constructor(t){super(t),this[Cs("0x6")](Cs("0x10"),null),this.on(Cs("0x13"),((t,e,n)=>{n?this[Cs("0xe")]():this._disableCommentsOnlyMode()}))}[Cs("0x17")](){null===this[Cs("0x10")]&&(this[Cs("0x10")]=!!this[Cs("0x1c")].config[Cs("0x12")]("commentsOnly"))}[Cs("0xe")](){for(const[t,e]of this[Cs("0x1c")][Cs("0x7")])e[Cs("0x14")]&&Cs("0x1a")!==t&&e[Cs("0x18")](Cs("0x9"));this[Cs("0x1c")][Cs("0xf")][Cs("0x4")](Cs("0x5"))&&this.editor[Cs("0xf")][Cs("0x12")](Cs("0x5"))[Cs("0x18")](Cs("0x9"));const t=this[Cs("0x1c")].editing.view[Cs("0x19")];this[Cs("0x1")](t,Cs("0x0"),(t=>t.stop()),{priority:Cs("0x16")}),this.listenTo(t,Cs("0x15"),(t=>t[Cs("0xd")]()),{priority:Cs("0x16")}),this[Cs("0x1")](t,Cs("0xc"),(t=>t[Cs("0xd")]()),{priority:Cs("0x16")})}_disableCommentsOnlyMode(){for(const[t,e]of this[Cs("0x1c")][Cs("0x7")])e.affectsData&&Cs("0x1a")!==t&&e[Cs("0x1b")](Cs("0x9"));this[Cs("0x2")](this.editor[Cs("0xa")][Cs("0x3")].document)}}const Ts=["deactivate","_uisData","remove","annotationsuis-register-invalid-interface","AnnotationsUIs","annotationsuis-activate-missing-ui","has","refilterAnnotations","isActive","destroy","size","from","stopListening","context","annotationsuis-annotation-mismatch","deactivateAll","annotationsuis-register-already-registered","listenTo","activeUIs","attach","activate","init","function","_deactivateAllAnnotations","get","find","setActiveAnnotation","_visibleAnnotations","_removeActiveAnnotation","push","_activateAnnotation","delete","set","add","_setSelectedAnnotations","collection","plugins","filter","detach","hasActive","activeAnnotations","_addActiveAnnotation","requires","_uis"];var Es,Is;Es=Ts,Is=325,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("0x19")](){return[jr]}static get pluginName(){return js("0x1f")}constructor(t){super(t),this[js("0x1")]=new Set,this[js("0x1a")]=new Map,this._uisData=new Map}[js("0x4")](){const t=this[js("0x28")][js("0x13")][js("0x7")](jr);this[js("0x0")](t,js("0xd"),((t,e)=>{for(const t of this[js("0x1")]){const n=this[js("0x1a")].get(t);(0,this[js("0x1c")][js("0x7")](t)[js("0x14")])(e)&&n.setActiveAnnotation(e)}})),this[js("0x0")](t,js("0x6"),(()=>{for(const t of this[js("0x1")])this[js("0x1a")].get(t)[js("0x9")](null)})),this[js("0x0")](t[js("0xa")],js("0x10"),((t,e)=>{this._assertAnnotationDoesNotBelongToMultipleUIs(e)}))}[js("0x16")](){return this[js("0x1")][js("0x25")]>0}[js("0x23")](t){return this[js("0x1")][js("0x21")](t)}activate(t,n=(()=>!0)){const o=this.context.plugins[js("0x7")](jr);if(!this[js("0x1a")].has(t))throw new e.CKEditorError(js("0x20"),this,{uiName:t});this.isActive(t)&&this[js("0x1b")](t),this.activeUIs[js("0x10")](t);const i=new yr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e[kr("0x20")](o);e[kr("0x1e")](t,kr("0x20"),((t,o)=>{n(o)&&e[kr("0x20")](o)})),e[kr("0x1e")](t,kr("0x6"),((t,n)=>{e.has(n)&&e.remove(n)}))})({source:o._visibleAnnotations,target:i,filter:n}),this[js("0x1c")][js("0xf")](t,{collection:i,filter:n});const r=this[js("0x1a")][js("0x7")](t);r.attach(i),this[js("0x0")](r,"change:activeAnnotation",((t,e,n,i)=>{i&&o[js("0xb")](i),n&&o[js("0x18")](n)}))}deactivate(t){this[js("0x1")][js("0xe")](t);const e=this[js("0x1a")][js("0x7")](t);e[js("0x15")](),this[js("0x27")](e),this[js("0x1c")][js("0x7")](t)[js("0x12")][js("0x24")](),this[js("0x1c")][js("0xe")](t)}switchTo(t){const e=this[js("0x28")][js("0x13")][js("0x7")](jr),n=Array.from(e[js("0x17")])[0]||null;this[js("0x2a")](),this[js("0x3")](t);const o=this[js("0x1a")].get(t);o[js("0x9")](n),o._setSelectedAnnotations&&n&&o[js("0x11")]([n])}[js("0x2a")](){for(const t of this.activeUIs)this[js("0x1b")](t)}register(t,n){if(this._uis[js("0x21")](t))throw new e.CKEditorError(js("0x2b"));if("function"!=typeof n[js("0x2")]||"function"!=typeof n[js("0x15")]||js("0x5")!=typeof n[js("0x9")])throw new e.CKEditorError(js("0x1e"),null);this[js("0x1a")][js("0xf")](t,n)}[js("0x22")](){const t=this[js("0x28")][js("0x13")][js("0x7")](jr)[js("0x12")],e=new Map,n=Array[js("0x26")](this[js("0x1")]);for(const t of this[js("0x1")]){const n=this[js("0x1c")][js("0x7")](t)[js("0x12")];for(const o of n)e[js("0xf")](o,t)}for(const o of t){const t=e.get(o);this._assertAnnotationDoesNotBelongToMultipleUIs(o);const i=n[js("0x8")]((t=>this[js("0x1c")][js("0x7")](t)[js("0x14")](o)));t!==i&&(t&&this[js("0x1c")][js("0x7")](t)[js("0x12")][js("0x1d")](o),i&&this._uisData[js("0x7")](i)[js("0x12")][js("0x10")](o))}}destroy(){this[js("0x2a")](),super.destroy()}_assertAnnotationDoesNotBelongToMultipleUIs(t){const n=[];for(const e of this[js("0x1")])(0,this[js("0x1c")].get(e)[js("0x14")])(t)&&n[js("0xc")](e);if(n.length>1)throw new e.CKEditorError(js("0x29"),null,{matchedUIs:n,annotationType:t.type})}}var Vs=n(100),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Vs.Z,Ms);Vs.Z.locals;const Ss=["set","bindTemplate","setTemplate","class","ck-reset","minHeight","list"];var Rs,Ns;Rs=Ss,Ns=474,function(t){for(;--t;)Rs.push(Rs.shift())}(++Ns);const Ds=function(t,e){return Ss[t-=0]},Ps=(0,e.toUnit)("px");class Bs extends go.View{constructor(t){super(t);const e=this[Ds("0x3")];this[Ds("0x2")](Ds("0x0"),0),this[Ds("0x2")](Ds("0x5"),""),this[Ds("0x1")]=this.createCollection(),this[Ds("0x4")]({tag:"div",attributes:{class:["ck","ck-sidebar",Ds("0x6"),e.to(Ds("0x5"))],style:{minHeight:e.to(Ds("0x0"),(t=>t?Ps(t+10):null))}},children:this[Ds("0x1")]})}}const Ls=["top","clientHeight","height","isAnimationDisabled","render","setTemplate","detach","ck-sidebar-item--no-animation","bindTemplate","bottom","content","_mutationObserver","createCollection","updateHeight","element","div","attach","bind","set","clear"];var zs,Fs;zs=Ls,Fs=285,function(t){for(;--t;)zs.push(zs.shift())}(++Fs);const Ks=function(t,e){return Ls[t-=0]},Us=(0,e.toUnit)("px");class Ws extends go.View{constructor(t){super(t),this[Ks("0xd")](Ks("0xf")),this[Ks("0xd")](Ks("0x11"),0),this[Ks("0xc")](Ks("0x4")).to(this,Ks("0xf"),this,Ks("0x11"),((t,e)=>(t||0)+e)),this[Ks("0xd")](Ks("0x12"),!1),this[Ks("0x6")]=rr((()=>this[Ks("0x8")]())),this._targetTop=null,this[Ks("0x5")]=this[Ks("0x7")]();const e=this[Ks("0x3")];this[Ks("0x0")]({tag:Ks("0xa"),attributes:{class:["ck-sidebar-item",e.to(Ks("0x12"),(t=>t?Ks("0x2"):""))],style:{top:e.to("top",Us)}},children:this[Ks("0x5")]})}[Ks("0x13")](){super[Ks("0x13")](),this._mutationObserver[Ks("0xb")](this.element)}[Ks("0x8")](){const t=this[Ks("0x9")][Ks("0x10")];t&&(this.height=t)}destroy(){this[Ks("0x5")][Ks("0xe")](),this[Ks("0x6")][Ks("0x1")](),super.destroy()}}const Hs=["view","list","change:_lastItem","_getMaxAvailableTop","remove","appendChild","element","bottom","rearrange","sidebar.container","change:top","define","context","unbind","add","nodeType","getSidebarItemView","height","listenTo","refresh","init","stopListening","_setItemTop","_updateLastItem","set","_getTargetTop","target","change:targetRect","_attachToContainer","locale","_annotationToSidebarItemView","getIndex","_createSidebarView","minHeight","sidebar-attachtocontainer-missing-container","get","updateHeight","isAnimationDisabled","_alignForTopChange","max","isActive","sidebar.preventScrollOutOfView","container","_detachFromContainer","config","top","render","clear","_annotations","_alignAfterItem","_lastItem","class","_recalculateBuffer","_alignToTargetRect","_activeAnnotation","destroy","_sidebarItemViewToAnnotation","_alignForBottomChange","_alignBeforeItem","change:bottom","_getItemBefore","_targetTop","delete","_destroySidebarItemView","_getItemAfter","length","_recalculate","targetRect","_spaceBetweenItems","content","sidebar-setcontainer-invalid-element"];var Zs,qs;Zs=Hs,qs=257,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 pluginName(){return"Sidebar"}constructor(t){super(t),this[Xs("0x33")](Xs("0x6")),this[Xs("0x1b")]=this[Xs("0x3b")](),this[Xs("0x33")](Xs("0x45"),null),this[Xs("0x18")]=25,this[Xs("0xc")]=new Map,this[Xs("0x39")]=new Map,this[Xs("0x27")][Xs("0x0")][Xs("0x26")](Xs("0x44"),!1),this[Xs("0x4")]=null,this[Xs("0xa")]=null,this[Xs("0x8")]=[]}[Xs("0x2f")](){const t=this[Xs("0x27")].config[Xs("0x3e")](Xs("0x24"));t&&this.setContainer(t)}setContainer(t){if(!Js(t))throw new e.CKEditorError(Xs("0x1a"));this[Xs("0x45")]=t}[Xs("0x37")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!Js(this[Xs("0x45")]))throw new e.CKEditorError(Xs("0x3d"),this);this.container[Xs("0x20")](this.view[Xs("0x21")]),this[Xs("0x1b")][Xs("0x7")]=t,this[Xs("0x18")]=n}[Xs("0x23")]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this[Xs("0x2b")](t);this[Xs("0x1b")][Xs("0x1c")][Xs("0x1f")](o),this._destroySidebarItemView(t),e&&this._alignToTargetRect(this[Xs("0x2b")](e)),n&&this[Xs("0x9")](this[Xs("0x2b")](n)),this[Xs("0x32")]()}[Xs("0x2e")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this._activeAnnotation=e,t){t[Xs("0x43")]=!1;const e=this[Xs("0x2b")](t);e&&n&&(e[Xs("0x40")]=!1)}if(e){const t=this.getSidebarItemView(e);t&&(e.isActive=!0,n&&(t[Xs("0x40")]=!0,t[Xs("0x1")]+=1),this[Xs("0x9")](t))}}[Xs("0x46")](t){this[Xs("0x30")](),this[Xs("0x1b")][Xs("0x21")][Xs("0x1f")]();for(const e of t)this[Xs("0x13")](e);this[Xs("0x1b")][Xs("0x1c")][Xs("0x3")](),this.view[Xs("0x7")]="",this[Xs("0x6")]=null}addAnnotation(t,e){e||(e=t.view);const n=new Ws(this.context[Xs("0x38")]);this[Xs("0xc")][Xs("0x33")](n,t),this[Xs("0x39")][Xs("0x33")](t,n),n[Xs("0x19")][Xs("0x29")](e),this.listenTo(t[Xs("0x1b")],Xs("0x36"),((e,o,i)=>{const r=this[Xs("0x34")](t,i);n[Xs("0x11")]!=r&&(n._targetTop=r,this._setItemTop(n,r))})),this[Xs("0x2d")](n,Xs("0x25"),(()=>{this[Xs("0x16")](n,Xs("0x1"))})),this[Xs("0x2d")](n,Xs("0xf"),(()=>{this[Xs("0x16")](n,Xs("0x22"))})),this[Xs("0x9")](n);const o=this[Xs("0x10")](n);return o&&this[Xs("0x5")](o,n)||this[Xs("0x9")](n),this[Xs("0x32")](),this[Xs("0x1b")].list[Xs("0x29")](n),n}[Xs("0x41")](t){if(!t[Xs("0x19")][Xs("0x15")])return;const e=this[Xs("0x10")](t);if(!e)return;const n=this[Xs("0xc")][Xs("0x3e")](e),o=this[Xs("0xa")];o&&o===n?this[Xs("0x5")](e,t):this._alignBeforeItem(t,e)}[Xs("0xd")](t){if(!t[Xs("0x19")][Xs("0x15")])return;const e=this[Xs("0x14")](t);if(!e)return;const n=this[Xs("0xc")][Xs("0x3e")](e),o=this[Xs("0x27")][Xs("0x0")][Xs("0x3e")](Xs("0x44")),i=this[Xs("0xa")];i&&i===n&&o?(this[Xs("0xe")](e,t),this[Xs("0x5")](t,e)):i&&i===n?this[Xs("0xe")](e,t):this[Xs("0x5")](t,e)}[Xs("0x16")](t,e){0===this[Xs("0x8")].length&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this._recalculateBuffer)Xs("0x1")===e?this._alignForTopChange(t):this._alignForBottomChange(t);this[Xs("0x8")]=[]}),10),this[Xs("0x8")].push({sidebarItemView:t,changedProp:e})}[Xs("0x2b")](t){return this[Xs("0x39")][Xs("0x3e")](t)}[Xs("0xb")](){this[Xs("0x1b")][Xs("0xb")]()}_destroySidebarItemView(t){const e=this[Xs("0x2b")](t);this[Xs("0x30")](e),this[Xs("0x30")](t[Xs("0x1b")]),e[Xs("0xb")](),this._annotationToSidebarItemView[Xs("0x12")](t),this[Xs("0xc")].delete(e)}[Xs("0x3b")](){const t=new Bs(this[Xs("0x27")][Xs("0x38")]);return t[Xs("0x2")](),this.on(Xs("0x1d"),((e,n,o,i)=>{i&&t[Xs("0x28")](Xs("0x3c")),o?t.bind(Xs("0x3c")).to(o,"bottom"):t[Xs("0x3c")]=null})),t}[Xs("0x32")](){this[Xs("0x6")]=this[Xs("0x2b")](this[Xs("0x4")].last)}[Xs("0x10")](t){const e=this[Xs("0xc")].get(t),n=this[Xs("0x4")][Xs("0x3e")](this[Xs("0x4")][Xs("0x3a")](e)-1);return n&&this.getSidebarItemView(n)}[Xs("0x14")](t){const e=this._sidebarItemViewToAnnotation[Xs("0x3e")](t),n=this[Xs("0x4")].get(this[Xs("0x4")].getIndex(e)+1);return n&&this[Xs("0x2b")](n)}[Xs("0xe")](t,e){t.updateHeight();const n=Gs(e[Xs("0x22")]+this[Xs("0x18")],t[Xs("0x1")]);return!!n&&(this[Xs("0x31")](e,e[Xs("0x1")]-n),!0)}[Xs("0x5")](t,e){t.updateHeight();const n=Gs(t[Xs("0x22")]+this[Xs("0x18")],e.top);return!!n&&(this._setItemTop(e,e[Xs("0x1")]+n,!1),!0)}[Xs("0x9")](t){const e=this[Xs("0xc")].get(t);if(!e||!e[Xs("0x35")])return;const n=this._getTargetTop(e,e[Xs("0x17")]);this[Xs("0x31")](t,n)}[Xs("0x34")](t,n){if(null===n)return 0;if(t.target instanceof e.Rect)return n.top;{const t=new e.Rect(this.view[Xs("0x21")]).top;return n[Xs("0x1")]-t}}[Xs("0x31")](t,e,n=this[Xs("0x27")][Xs("0x0")][Xs("0x3e")](Xs("0x44"))){n&&(e=Math.max(e,this[Xs("0x1e")](t))),t[Xs("0x1")]=e}[Xs("0x1e")](t){let e=this[Xs("0x10")](t),n=0;for(;e;)e[Xs("0x3f")](),n+=this._spaceBetweenItems+e[Xs("0x2c")],e=this[Xs("0x10")](e);return n}}function Gs(t,e){return Math[Xs("0x42")](t-e,0)}function Js(t){return null!==t&&"object"==typeof t&&1===t[Xs("0x2a")]}const Ys=["stop","remove","editors","resize","destroy","container","_activeAnnotation","WideSidebar","off","Sidebar","_destroyEditorAnnotationsIntegration","attach","hasDomSelection","refresh","add","EditorAnnotations","listenTo","detach","annotations","stopListening","updateTargetRect","setActiveAnnotation","set","removeEventListener","context","widesidebar-detach-not-attached","pluginName","get","_refreshPositioningDebounced","addAnnotation","from","_attachToContainer","addEventListener","_annotations","uiUpdate","register","activeAnnotation","isAttached","has","high","requires","rearrange","_integrateWithEditorAnnotations","plugins","wideSidebar","blur","switchTo","set:container","_editorAnnotations","refreshPositioning","getOrderedSelectedAnnotations"];var Qs,ta;Qs=Ys,ta=297,function(t){for(;--t;)Qs.push(Qs.shift())}(++ta);const ea=function(t,e){return Ys[t-=0]};class na extends t.ContextPlugin{static get[ea("0x31")](){return[$s,Os]}static get[ea("0x23")](){return ea("0x10")}constructor(t){super(t),this[ea("0x2e")]=!1,this[ea("0x1f")](ea("0x2d"),null),this[ea("0x1b")]=null,this[ea("0x6")]=new e.Collection,this._refreshPositioningDebounced=Qi((()=>{this[ea("0x1b")][ea("0x7")]()}),250,{leading:!1})}init(){const t=this[ea("0x21")].plugins[ea("0x24")](Os),e=this[ea("0x21")][ea("0x1")][ea("0x24")]($s);t[ea("0x2c")]("wideSidebar",this),e[ea("0xe")]&&t[ea("0x4")](ea("0x2"))}[ea("0x1e")](t){if(t===this[ea("0x2d")])return;const e=this[ea("0x21")][ea("0x1")][ea("0x24")]($s);e[ea("0xf")]=t;const n=this[ea("0x2d")];this.activeAnnotation=t,e[ea("0x16")]({blurredAnnotation:n,activatedAnnotation:this.activeAnnotation})}[ea("0x14")](t){this.annotations=t;const n=this.context.plugins.get(ea("0x12"));if(n[ea("0x2a")]=t,this[ea("0x2e")])throw new e.CKEditorError("widesidebar-attach-already-attached",this);this[ea("0x2e")]=!0,this[ea("0x19")](n,ea("0x5"),(()=>{this[ea("0x1a")](),this.listenTo(n,"change:container",(e=>{e[ea("0x11")](),this[ea("0x14")](t)}))})),n[ea("0x28")]({viewClass:"ck-sidebar--wide"});const o=t=>{t[ea("0x1d")](),n[ea("0x26")](t)};for(const e of t)o(e);this.listenTo(t,"add",((t,e)=>{o(e)})),this.listenTo(t,ea("0xa"),((e,o,i)=>{n[ea("0x32")]({removedAnnotation:o,previousAnnotation:t[ea("0x24")](i-1),nextAnnotation:t[ea("0x24")](i+1)}),o===this[ea("0x2d")]&&this[ea("0x1e")](null)}),{priority:ea("0x30")}),this[ea("0x19")](t,"focus",((t,e)=>{this[ea("0x1e")](e)})),this[ea("0x19")](t,ea("0x3"),(()=>{this[ea("0x1e")](null)}));const i=this[ea("0x21")].editors?this[ea("0x21")][ea("0xb")]:new e.Collection([this[ea("0x21")]]);for(const t of i)this._integrateWithEditorAnnotations(t);this[ea("0x19")](i,ea("0x17"),((t,e)=>{this[ea("0x19")](e,"ready",(()=>{this[ea("0x0")](e)}))})),this[ea("0x19")](i,ea("0xa"),((t,e)=>{e[ea("0x1")][ea("0x2f")]("EditorAnnotations")&&this[ea("0x13")](e.plugins[ea("0x24")]("EditorAnnotations"))})),window[ea("0x29")](ea("0xc"),this[ea("0x25")]),this[ea("0x1b")][ea("0x7")]()}[ea("0x1a")](){if(!this[ea("0x2e")])throw new e.CKEditorError(ea("0x22"),this);this.setActiveAnnotation(null);const t=this[ea("0x21")][ea("0x1")].get($s);t._detachFromContainer(this.annotations),this[ea("0x1c")](t),this[ea("0x1c")](this[ea("0x1b")]),this[ea("0x1c")](this[ea("0x21")][ea("0xb")]);for(const t of Array[ea("0x27")](this[ea("0x6")]))this[ea("0x13")](t);window[ea("0x20")]("resize",this[ea("0x25")]),this[ea("0x25")].cancel(),this[ea("0x2d")]=null,this[ea("0x2e")]=!1,this[ea("0x1b")]=null}[ea("0xd")](){this[ea("0x2e")]&&this[ea("0x1a")]()}[ea("0x0")](t){const e=t.plugins[ea("0x24")](ea("0x18"));if(!e)return;const n=()=>{const t=e[ea("0x8")]({annotations:this[ea("0x1b")],activeAnnotation:this[ea("0x2d")]});this[ea("0x1e")](t[0]||null)};this.listenTo(e,ea("0x16"),n),this[ea("0x19")](e,"blur",((t,{isAnnotationTracked:e})=>{this[ea("0x2d")]&&e(this[ea("0x2d")])&&this[ea("0x1e")](null)})),this.listenTo(e,ea("0x2b"),(()=>{this[ea("0x25")]()})),this[ea("0x19")](this[ea("0x1b")],ea("0x3"),(t=>{e[ea("0x15")]()&&(n(),t[ea("0x9")]())}),{priority:ea("0x30")}),this._editorAnnotations[ea("0x17")](e)}_destroyEditorAnnotationsIntegration(t){t&&(this[ea("0x1c")](t),this[ea("0x6")].remove(t))}}const oa=["counterView","setTemplate","ck-annotation-counter","ck-annotation-counter__badge","bindTemplate","set","isDirty","add","span","annotationType","...","bind","number","_badge","icon"];var ia,ra;ia=oa,ra=263,function(t){for(;--t;)ia.push(ia.shift())}(++ra);const sa=function(t,e){return oa[t-=0]};class aa extends go.ButtonView{constructor(t){super(t);const e=this[sa("0xb")];this[sa("0xc")](sa("0xd"),!1),this[sa("0xc")](sa("0x4"),0),this[sa("0x3")](sa("0x5")).to(this,sa("0xd"),this,sa("0x4"),((t,e)=>t?sa("0x2"):e)),this.set(sa("0x1"),""),this[sa("0x6")]=fs,this.extendTemplate({attributes:{class:[sa("0x9")]}}),this[sa("0x7")]=new go.View,this[sa("0x7")][sa("0x8")]({tag:sa("0x0"),attributes:{class:[sa("0xa"),e.to(sa("0x1"),(t=>"ck-annotation-counter__badge--"+t)),e.if(sa("0xd"),"ck-annotation-counter__badge--edit-mode")]},children:[{text:e.to(sa("0x5"))}]}),this.children[sa("0xe")](this[sa("0x7")])}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(ca.Z,xa);ca.Z.locals;const ha=["attach","_hideBalloon","_refreshPositioningDebounced","_showBalloon","_selectedAnnotations","isDirty","southArrowNorthWest","context","view","rearrange","plugins","cancel","element","southArrowNorthEast","clear","delete","_annotations","keydown","getByView","_integrateWithEditorAnnotations","_editorAnnotations","focus","contains","preventClosingBalloon","listenTo","_destroyEditorAnnotationsIntegration","execute","includes","off","isVisible","bind","isAttached","set","first","NarrowSidebar","unpin","ready","EditorAnnotations","refreshPositioning","hasDomSelection","locale","annotations","content","setActiveAnnotation","_attachToContainer","target","attachToDom","uiUpdate","northArrowSouth","resize","annotationType","refresh","stopListening","create","Sidebar","bodyCollection","remove","_setSelectedAnnotations","length","_manuallyClosedAnnotationViews","register","_detachListeners","destroy","blur","defaultPositions","init","_updateBalloonPosition","activeAnnotation","mousedown","stop","add","detach","_annotationToNarrowView","_refreshPositioning","balloonPanelView","narrowsidebar-detach-not-attached","esc","addEventListener","getSidebarItemView","type","from","ck-sidebar--narrow","change:container","high","editors","requires","get","_domEmitter","preventDefault"];var da,la;da=ha,la=379,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("0x3e")](){return[$s,Os]}static get pluginName(){return ua("0xb")}constructor(t){super(t),this.isAttached=!1,this[ua("0x24")]=new Set,this._domEmitter=Object[ua("0x1e")](e.DomEmitterMixin),this[ua("0x31")]=new Map,this[ua("0x9")](ua("0x2c"),null),this.annotations=null,this[ua("0x46")]=[],this[ua("0x56")]=new e.Collection,this[ua("0x44")]=Qi((()=>{this[ua("0x32")]()}),250,{leading:!1})}[ua("0x2a")](){this.context[ua("0x4c")][ua("0x3f")](Os)[ua("0x25")]("narrowSidebar",this),this.bodyCollection=new go.BodyCollection(this[ua("0x49")][ua("0x11")]),this[ua("0x33")]=new go.BalloonPanelView(this[ua("0x49")][ua("0x11")]),this.bodyCollection[ua("0x17")](),this[ua("0x20")][ua("0x2f")](this[ua("0x33")])}[ua("0x42")](t){this[ua("0x12")]=t;const n=this[ua("0x49")][ua("0x4c")][ua("0x3f")]($s),o=this[ua("0x33")];if(n[ua("0x52")]=t,this.isAttached)throw new e.CKEditorError("narrowsidebar-attach-already-attached",this);this[ua("0x8")]=!0,this[ua("0x1")](n,"set:container",(()=>{this[ua("0x30")](),this[ua("0x1")](n,ua("0x3b"),(e=>{e[ua("0x5")](),this[ua("0x42")](t)}))})),n[ua("0x15")]({viewClass:ua("0x3a"),spaceBetweenItems:5});const i=t=>{const e=new aa(this[ua("0x49")][ua("0x11")]);n.addAnnotation(t,e),this[ua("0x31")][ua("0x9")](t,e),e[ua("0x7")]("isDirty",ua("0x1b"),"number").to(t.view,ua("0x47"),ua("0x38"),ua("0x23")),e.on(ua("0x3"),(()=>{this._manuallyClosedAnnotationViews[ua("0x50")](),o[ua("0x13")][ua("0xa")]!==t.view?(this[ua("0x45")](t),t[ua("0x4a")][ua("0x4e")][ua("0x57")](),this[ua("0x14")](t)):this[ua("0x14")](null)}))};for(const e of t)i(e);this[ua("0x1")](t,ua("0x2f"),((t,e)=>{i(e)})),this.listenTo(t,ua("0x21"),((e,o,i)=>{this[ua("0x31")][ua("0x3f")](o).destroy(),this._annotationToNarrowView[ua("0x51")](o),n[ua("0x4b")]({removedAnnotation:o,previousAnnotation:t[ua("0x3f")](i-1),nextAnnotation:t[ua("0x3f")](i+1)}),o===this[ua("0x2c")]&&this[ua("0x14")](null)}),{priority:"low"}),this.listenTo(t,"focus",((t,e)=>{this[ua("0x14")](e)})),this.listenTo(t,ua("0x28"),(()=>{this[ua("0x14")](null)})),this[ua("0x40")][ua("0x1")](document,ua("0x53"),((t,n)=>{n.keyCode===e.keyCodes[ua("0x35")]&&o[ua("0x6")]&&(this[ua("0x24")].add(o[ua("0x13")][ua("0xa")]),this[ua("0x43")](),n.stopPropagation(),n[ua("0x41")]())})),this[ua("0x40")].listenTo(document,"mousedown",((t,e)=>{const i=e.target;o[ua("0x6")]&&o[ua("0x4e")][ua("0x58")](i)||n[ua("0x4a")][ua("0x4e")][ua("0x58")](i)||t[ua("0x0")]||(this[ua("0x24")][ua("0x50")](),this[ua("0x43")](),this[ua("0x14")](null))}));const r=this.context[ua("0x3d")]?this[ua("0x49")][ua("0x3d")]:new e.Collection([this[ua("0x49")]]);for(const t of r)this[ua("0x55")](t);this.listenTo(r,"add",((t,e)=>{this.listenTo(e,ua("0xd"),(()=>{this[ua("0x55")](e)}))})),this[ua("0x1")](r,ua("0x21"),((t,e)=>{e[ua("0x4c")].has(ua("0xe"))&&this[ua("0x2")](e[ua("0x4c")].get(ua("0xe")))})),window[ua("0x36")](ua("0x1a"),this[ua("0x44")]),this[ua("0x32")]()}[ua("0x14")](t){if(t===this.activeAnnotation)return;const e=this.context[ua("0x4c")][ua("0x3f")](ua("0x1f"));e[ua("0x1c")]({blurredAnnotation:this[ua("0x2c")],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&e[ua("0x37")](t)?this._showBalloon(t):this[ua("0x43")](),this[ua("0x2c")]=t}[ua("0x30")](){if(!this.isAttached)throw new e.CKEditorError(ua("0x34"),this);this.setActiveAnnotation(null);const t=this[ua("0x49")].plugins[ua("0x3f")]("Sidebar");this._hideBalloon(),Array[ua("0x39")](this[ua("0x31")].values(),(t=>t[ua("0x27")]())),this[ua("0x31")][ua("0x50")](),t._detachFromContainer(this[ua("0x12")]),this[ua("0x1d")](),this._domEmitter[ua("0x1d")](),this[ua("0x1d")](this[ua("0x49")][ua("0x3d")]);for(const t of Array[ua("0x39")](this[ua("0x56")]))this._destroyEditorAnnotationsIntegration(t);window.removeEventListener(ua("0x1a"),this[ua("0x44")]),this[ua("0x44")][ua("0x4d")](),this[ua("0x46")]=[],this[ua("0x8")]=!1,this[ua("0x12")]=null}destroy(){this[ua("0x8")]&&this.detach(),this[ua("0x20")].detachFromDom()}[ua("0x55")](t){const e=t[ua("0x4c")][ua("0x3f")](ua("0xe")),n=this[ua("0x49")][ua("0x4c")][ua("0x3f")]($s),o=this.annotations,i=this[ua("0x33")],r=()=>{const t=e.getOrderedSelectedAnnotations({activeAnnotation:this[ua("0x2c")],annotations:this.annotations});this[ua("0x22")](t),this[ua("0x14")](t[0]||null)};this[ua("0x1")](e,ua("0x1c"),r),this.listenTo(e,ua("0x28"),((t,{isAnnotationTracked:e})=>{this[ua("0x2c")]&&e(this[ua("0x2c")])&&(this[ua("0x22")]([]),this[ua("0x14")](null))})),this[ua("0x1")](e,ua("0x18"),(()=>{this[ua("0x44")]()})),this[ua("0x1")](o,ua("0x28"),(t=>{e[ua("0x10")]()&&t[ua("0x2e")]()}),{priority:"high"}),this[ua("0x40")][ua("0x1")](document,ua("0x2d"),((t,o)=>{const s=o[ua("0x16")];i[ua("0x6")]&&i[ua("0x4e")][ua("0x58")](s)||n.view[ua("0x4e")][ua("0x58")](s)||this[ua("0x2c")]&&e[ua("0x10")]()&&(r(),t[ua("0x0")]=!0)}),{priority:ua("0x3c")}),this._editorAnnotations.add(e)}[ua("0x2")](t){t&&(this[ua("0x1d")](t),this[ua("0x56")][ua("0x21")](t))}[ua("0x22")](t){for(const e of this[ua("0x46")])t[ua("0x4")](e)||this._manuallyClosedAnnotationViews[ua("0x51")](e[ua("0x4a")]);this[ua("0x46")]=t}[ua("0x32")](){const t=this[ua("0x33")];this.annotations[ua("0xf")](),t[ua("0x6")]&&this[ua("0x2b")]()}_showBalloon(t){if(this[ua("0x24")].has(t.view))return;const e=this[ua("0x33")].content[ua("0xa")];e!==t[ua("0x4a")]?(e&&this[ua("0x26")](e),this._attachListeners(t.view),this.balloonPanelView[ua("0x13")][ua("0x50")](),this[ua("0x33")][ua("0x13")][ua("0x2f")](t[ua("0x4a")]),this[ua("0x2b")]()):this[ua("0x2b")]()}[ua("0x2b")](){const t=this.balloonPanelView[ua("0x13")].first,e=this[ua("0x12")][ua("0x54")](t);if(!this[ua("0x31")].has(e))return;const n=this._annotationToNarrowView[ua("0x3f")](e).element,o=function(){const t=go.BalloonPanelView[ua("0x29")];return[t[ua("0x4f")],t.northArrowSouthEast,t.southArrowNorth,t[ua("0x19")],t[ua("0x48")],t.northArrowSouthWest]}();this[ua("0x33")].pin({target:n,positions:o})}_hideBalloon(){const t=this[ua("0x33")],e=t.content.first;e&&(this[ua("0x26")](e),t[ua("0xc")](),t[ua("0x13")][ua("0x50")]())}_attachListeners(t){this[ua("0x1")](t,"change:height",(()=>this[ua("0x2b")]())),this[ua("0x1")](t,"Esc",((e,n)=>{this._manuallyClosedAnnotationViews[ua("0x2f")](t),this[ua("0x43")](),n()}))}_detachListeners(t){this[ua("0x1d")](t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(fa.Z,pa);fa.Z.locals;const ga=["register","isFocused","getSelection","annotations","activeAnnotation","getByView","context","updatePosition","_addAnnotationToBalloon","includes","focus","_removeAnnotationFromBalloon","remove","getRangeAt","focusTracker","mousedown","inlineannotations-attach-already-attached","length","every","get","hasActive","document","bind","InlineAnnotations","_addedAnnotations","listenTo","Esc","selection","add","refresh","isActive","_selectedAnnotations","set","init","_forceRefresh","editing","change:height","delete","_manuallyClosed","inline","view","clear","target","has","keystrokes","update","isAttached","visibleView","hasView","_setSelectedAnnotations","detach","targetRect","EditorAnnotations","change:isFocused","plugins","editor","stopListening","setActiveAnnotation","_balloon","inlineannotations-not-allowed-with-context","getOrderedSelectedAnnotations","_closeAnnotation"];var ba,va;ba=ga,va=142,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[Xr,go.ContextualBalloon,Os]}static get pluginName(){return _a("0x5")}constructor(t){super(t),t[_a("0x11")][_a("0x16")].addObserver(jo.MouseObserver),this[_a("0x1c")]=!1,this.set(_a("0x30"),null),this[_a("0x2f")]=null,this[_a("0x14")]=new Set,this[_a("0x28")]=t[_a("0x24")][_a("0x1")](go.ContextualBalloon),this[_a("0x6")]=new Set,this[_a("0xd")]=[],this[_a("0x10")]=!1}[_a("0xf")](){const t=this[_a("0x25")].plugins[_a("0x1")](Os);t.context===this.editor&&(t[_a("0x2c")](_a("0x15"),this),this[_a("0x25")][_a("0x1a")][_a("0xe")](_a("0x8"),((t,e)=>{const n=this[_a("0x28")];if(this[_a("0x1c")]&&n[_a("0x1d")]){const t=this[_a("0x2f")][_a("0x31")](n[_a("0x1d")]);this[_a("0x2b")](t),e()}})))}afterInit(){const t=this.editor.plugins[_a("0x1")](Os);t.context===this[_a("0x25")]&&(t[_a("0x2")]()||t.switchTo(_a("0x15")))}[_a("0x27")](t){t!==this[_a("0x30")]&&(this[_a("0x30")]&&(this[_a("0x30")][_a("0xc")]=!1),t&&this[_a("0x25")].ui[_a("0x3a")][_a("0x2d")]&&(this[_a("0x34")](t,!0),t[_a("0xc")]=!0),t||this._setSelectedAnnotations([]),this.activeAnnotation=t)}attach(t){this[_a("0x2f")]=t;const n=this[_a("0x25")][_a("0x24")][_a("0x1")](Os),o=this[_a("0x28")];if(this[_a("0x1c")])throw new e.CKEditorError(_a("0x3c"),this);if(n[_a("0x32")]!==this[_a("0x25")])throw new e.CKEditorError(_a("0x29"),this);const i=this[_a("0x25")][_a("0x24")][_a("0x1")](_a("0x22"));this[_a("0x7")](i,_a("0xb"),function(){const t=i[_a("0x2a")]({activeAnnotation:this[_a("0x30")],annotations:this[_a("0x2f")]});var e,n;!this[_a("0x10")]&&(e=t,n=this[_a("0xd")],e[_a("0x3d")]===n[_a("0x3d")]&&e[_a("0x0")]((t=>n.includes(t))))||(this[_a("0x10")]=!1,this[_a("0x1f")](t),this[_a("0x27")](t[0]||null))}[_a("0x4")](this)),this[_a("0x7")](i,"blur",((t,{isAnnotationTracked:e})=>{this.activeAnnotation&&e(this[_a("0x30")])&&(this[_a("0x1f")]([]),this.setActiveAnnotation(null))})),this[_a("0x7")](this[_a("0x25")].ui[_a("0x3a")],_a("0x23"),((t,e,n)=>{n||this[_a("0x27")](null)})),this[_a("0x7")](t,_a("0x38"),((t,e)=>{this[_a("0x37")](e),e===this[_a("0x30")]&&this[_a("0x27")](null)})),this[_a("0x7")](o,"change:visibleView",((e,n,i,r)=>{if(r&&this.stopListening(r),!i||!t.getByView(i))return;const s=t[_a("0x31")](i);this.listenTo(i,_a("0x12"),(()=>{o[_a("0x33")]()})),this[_a("0x7")](i,_a("0x8"),(()=>{this[_a("0x2b")](s),this[_a("0x25")].editing[_a("0x16")].focus()})),this[_a("0x30")]!==s&&this[_a("0x27")](s)})),this[_a("0x7")](this[_a("0x25")].ui,_a("0x1b"),(()=>{o.visibleView&&t.getByView(o.visibleView)&&o[_a("0x33")]()})),this[_a("0x7")](this[_a("0x25")].editing[_a("0x16")][_a("0x3")],_a("0x3b"),(()=>{this._forceRefresh=!0,this[_a("0x14")][_a("0x17")]()})),this[_a("0x25")][_a("0x11")].view[_a("0x3")][_a("0x9")].editableElement&&this[_a("0x25")].editing[_a("0x16")][_a("0x36")](),this[_a("0x1c")]=!0}[_a("0x20")](){if(!this[_a("0x1c")])throw new e.CKEditorError("inlineannotations-detach-not-attached",this);this[_a("0x27")](null);for(const t of this[_a("0x6")])this[_a("0x37")](t);this[_a("0x26")](),this[_a("0x1c")]=!1,this[_a("0x2f")]=null}destroy(){this[_a("0x1c")]&&this[_a("0x20")]()}[_a("0x1f")](t){for(const e of this[_a("0xd")])t[_a("0x35")](e)||this._manuallyClosed.delete(e);for(const e of this[_a("0x2f")])t[_a("0x35")](e)||this[_a("0x37")](e);if(this.editor.ui[_a("0x3a")][_a("0x2d")])for(const e of t)this._addAnnotationToBalloon(e);this._selectedAnnotations=t}[_a("0x34")](t,e){this[_a("0x14")][_a("0x19")](t)||(this[_a("0x6")].has(t)||this[_a("0x28")].hasView(t[_a("0x16")])||(this[_a("0x6")].add(t),this._balloon[_a("0xa")]({stackId:t[_a("0x16")].id,view:t.view,position:{target:()=>t[_a("0x18")]||t[_a("0x21")]||document[_a("0x2e")]()[_a("0x39")](0)}})),e&&this[_a("0x28")].showStack(t[_a("0x16")].id))}[_a("0x37")](t){this._addedAnnotations.has(t)&&this[_a("0x28")][_a("0x1e")](t.view)&&(this._addedAnnotations[_a("0x13")](t),this[_a("0x28")][_a("0x38")](t[_a("0x16")]))}[_a("0x2b")](t){this._manuallyClosed[_a("0xa")](t),this[_a("0x37")](t)}}var ka,ya,Ca=["pluginName","Comments","requires"];ka=Ca,ya=408,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("0x2")](){return[Nr,ds,_s,As,na,ma,wa]}static get[Aa("0x0")](){return Aa("0x1")}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
|