@ckeditor/ckeditor5-comments 35.0.1 → 35.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/build/comments.js +1 -1
  2. package/package.json +3 -3
  3. package/src/annotations/annotation.js +1 -1
  4. package/src/annotations/annotationcollection.js +1 -1
  5. package/src/annotations/annotations.js +1 -1
  6. package/src/annotations/annotationsuis.js +1 -1
  7. package/src/annotations/editorannotations.js +1 -1
  8. package/src/annotations/inlineannotations.js +1 -1
  9. package/src/annotations/narrowsidebar.js +1 -1
  10. package/src/annotations/sidebar.js +1 -1
  11. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  12. package/src/annotations/view/annotationview.js +1 -1
  13. package/src/annotations/view/sidebaritemview.js +1 -1
  14. package/src/annotations/view/sidebarview.js +1 -1
  15. package/src/annotations/widesidebar.js +1 -1
  16. package/src/comments/addcommentthreadcommand.js +1 -1
  17. package/src/comments/commentsediting.js +1 -1
  18. package/src/comments/commentsrepository.js +1 -1
  19. package/src/comments/commentsui.js +1 -1
  20. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  21. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  22. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  23. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  24. package/src/comments/ui/commentthreadcontroller.js +1 -1
  25. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  26. package/src/comments/ui/view/basecommentview.js +1 -1
  27. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  28. package/src/comments/ui/view/commentcontentview.js +1 -1
  29. package/src/comments/ui/view/commentinputview.js +1 -1
  30. package/src/comments/ui/view/commentslistview.js +1 -1
  31. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  32. package/src/comments/ui/view/commentthreadview.js +1 -1
  33. package/src/comments/ui/view/commentview.js +1 -1
  34. package/src/comments.js +1 -1
  35. package/src/commentsonly.js +1 -1
  36. package/src/utils/common-translations.js +1 -1
  37. package/src/utils/createmutationobserver.js +1 -1
  38. package/theme/annotation-inline.css +0 -21
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}.ck.ck-balloon-panel button.ck-suggestion--accept .ck-tooltip__text,.ck.ck-balloon-panel button.ck-suggestion--discard .ck-tooltip__text{text-align:center}.ck.ck-balloon-panel button.ck-suggestion--discard .ck-tooltip{left:unset;right:0}.ck.ck-balloon-panel button.ck-suggestion--discard .ck-tooltip__text{left:unset}.ck.ck-balloon-panel button.ck-suggestion--discard .ck-tooltip__text:after{left:calc(100% - 10px)}",""]);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}',""]);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:()=>Rr,AnnotationsUIs:()=>Vs,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 S=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const M=function(t){if(!S(t))return!1;var e=V(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const D=w["__core-js_shared__"];var R,P=(R=/[^.]+$/.exec(D&&D.keys&&D.keys.IE_PROTO||""))?"Symbol(src)_1."+R:"";const B=function(t){return!!P&&P in t};var N=Function.prototype.toString;const F=function(t){if(null!=t){try{return N.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[object .+?Constructor\]$/,L=Function.prototype,K=Object.prototype,U=L.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!S(t)||B(t))&&(M(t)?H:z).test(F(t))};const q=function(t,e){return null==t?void 0:t[e]};const $=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const G=$(w,"Map");const J=$(Object,"create");const Y=function(){this.__data__=J?J(null):{},this.size=0};const Q=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var X=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(J){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return X.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return J?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=J&&void 0===e?"__lodash_hash_undefined__":e,this};function 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=Y,it.prototype.delete=Q,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(G||m),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),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(!G||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 St=Array.isArray;const Mt=function(t,e,n){var o=e(t);return St(t)?o:Vt(o,n(t))};const Dt=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 Rt=function(){return[]};var Pt=Object.prototype.propertyIsEnumerable,Bt=Object.getOwnPropertySymbols;const Nt=Bt?function(t){return null==t?[]:(t=Object(t),Dt(Bt(t),(function(e){return Pt.call(t,e)})))}:Rt;const Ft=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 Lt=function(t){return zt(t)&&"[object Arguments]"==V(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=Lt(function(){return arguments}())?Lt: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,$t=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=$t&&$t.exports===qt?w.Buffer:void 0;const Jt=(Gt?Gt.isBuffer:void 0)||Zt;var Yt=/^(?:0|[1-9]\d*)$/;const Qt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Yt.test(t))&&t>-1&&t%1==0&&t<e};const Xt=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)&&Xt(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=St(t),o=!n&&Ht(t),i=!n&&!o&&Jt(t),r=!n&&!o&&!i&&ce(t),s=n||o||i||r,a=s?Ft(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)||Qt(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&&Xt(t.length)&&!M(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return Mt(t,be,Nt)};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=$(w,"DataView");const ye=$(w,"Promise");const Ce=$(w,"Set");const Ae=$(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",je="[object WeakMap]",Oe="[object DataView]",Ve=F(ke),Se=F(G),Me=F(ye),De=F(Ce),Re=F(Ae),Pe=V;(ke&&Pe(new ke(new ArrayBuffer(1)))!=Oe||G&&Pe(new G)!=Te||ye&&Pe(ye.resolve())!=Ee||Ce&&Pe(new Ce)!=Ie||Ae&&Pe(new Ae)!=je)&&(Pe=function(t){var e=V(t),n="[object Object]"==e?t.constructor:void 0,o=n?F(n):"";if(o)switch(o){case Ve:return Oe;case Se:return Te;case Me:return Ee;case De:return Ie;case Re:return je}return e});const Be=Pe;var Ne="[object Arguments]",Fe="[object Array]",ze="[object Object]",Le=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,i,r){var s=St(t),a=St(e),c=s?Fe:Be(t),x=a?Fe:Be(e),h=(c=c==Ne?ze:c)==ze,d=(x=x==Ne?ze:x)==ze,l=c==x;if(l&&Jt(t)){if(!Jt(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&&Le.call(t,"__wrapped__"),m=d&&Le.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=$(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var $e=Object.prototype.hasOwnProperty;const Ge=function(t,e,n){var o=t[e];$e.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Je=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):Ge(n,a,c)}return n};const Ye=function(t,e){return t&&Je(e,be(e),t)};const Qe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Xe=Object.prototype.hasOwnProperty;const tn=function(t){if(!S(t))return Qe(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&Xe.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&&Je(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 Je(t,Nt(t),e)};const dn=ue(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Vt(e,Nt(t)),t=dn(t);return e}:Rt;const un=function(t,e){return Je(t,ln(t),e)};const mn=function(t){return Mt(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(!S(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]"==Be(t)};var On=se&&se.isMap;const Vn=On?ne(On):jn;const Sn=function(t){return zt(t)&&"[object Set]"==Be(t)};var Mn=se&&se.isSet;const Dn=Mn?ne(Mn):Sn;var Rn="[object Arguments]",Pn="[object Function]",Bn="[object Object]",Nn={};Nn[Rn]=Nn["[object Array]"]=Nn["[object ArrayBuffer]"]=Nn["[object DataView]"]=Nn["[object Boolean]"]=Nn["[object Date]"]=Nn["[object Float32Array]"]=Nn["[object Float64Array]"]=Nn["[object Int8Array]"]=Nn["[object Int16Array]"]=Nn["[object Int32Array]"]=Nn["[object Map]"]=Nn["[object Number]"]=Nn["[object Object]"]=Nn["[object RegExp]"]=Nn["[object Set]"]=Nn["[object String]"]=Nn["[object Symbol]"]=Nn["[object Uint8Array]"]=Nn["[object Uint8ClampedArray]"]=Nn["[object Uint16Array]"]=Nn["[object Uint32Array]"]=!0,Nn["[object Error]"]=Nn[Pn]=Nn["[object WeakMap]"]=!1;const Fn=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(!S(e))return e;var d=St(e);if(d){if(a=pn(e),!c)return xn(e,a)}else{var l=Be(e),u=l==Pn||"[object GeneratorFunction]"==l;if(Jt(e))return cn(e,c);if(l==Bn||l==Rn||u&&!r){if(a=x||u?{}:In(e),!c)return x?un(e,nn(a,e)):hn(e,Ye(a,e))}else{if(!Nn[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),Dn(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]),Ge(a,r,t(i,n,o,r,e,s))})),a};const zn=function(t){return Fn(t,5)};const Ln=function(t){return"symbol"==typeof t||zt(t)&&"[object Symbol]"==V(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(St(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Ln(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,$n=/\\(\\)?/g;const Gn=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,i){e.push(o?i.replace($n,"$1"):n||t)})),e}));const Jn=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 Yn=k?k.prototype:void 0,Qn=Yn?Yn.toString:void 0;const Xn=function t(e){if("string"==typeof e)return e;if(St(e))return Jn(e,t)+"";if(Ln(e))return Qn?Qn.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const to=function(t){return null==t?"":Xn(t)};const eo=function(t,e){return St(t)?t:Wn(t,e)?[t]:Gn(to(t))};const no=function(t){if("string"==typeof t||Ln(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const oo=function(t,e,n,o){if(!S(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=S(h)?h:Qt(e[i+1])?[]:{})}Ge(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","model","updateComment","listenTo","view","getComment","_isAttached","addComment","destroy","remove","stopListening"];lo=mo,uo=304,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[fo("0x5")][fo("0xa")]=!0,this[fo("0x8")]=e,this[fo("0x7")](e,"removeCommentThread",(()=>this.remove())),this.listenTo(e,"addComment",((t,e)=>this.addComment(e))),this[fo("0x7")](e,fo("0x6"),((t,e,n)=>this[fo("0x6")](e,n))),this[fo("0x7")](e,"removeComment",((t,e)=>this.removeComment(e)))}[fo("0x2")](){this[fo("0x5")][fo("0x2")]()}[fo("0x0")](t){this[fo("0x5")][fo("0x0")]({content:t,authorId:this[fo("0x8")]._localUser.id})}[fo("0x6")](t,e){this[fo("0x5")][fo("0x9")](t).update({content:e})}[fo("0x4")](t){this.model[fo("0x9")](t)[fo("0x2")]()}[fo("0x1")](){this[fo("0x3")](),this[fo("0x5")][fo("0xa")]=!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)}}const vo=["ck-rounded-corners","uiLanguage","render","ck-reset","editable","extendTemplate","setTemplate","ck-voice-label","div","add","presentation","focus","main","_createVoiceLabel","ck-editor__main","_voiceLabelView"];var _o,wo;_o=vo,wo=477,function(t){for(;--t;)_o.push(_o.shift())}(++wo);const ko=function(t,e){return vo[t-=0]};class yo extends go.EditorUIView{constructor(t,n){super(t);const o=(0,e.uid)();this[ko("0xf")]=this.createCollection(),this[ko("0x7")]=new go.InlineEditableUIView(t,n),this[ko("0x2")]=this._createVoiceLabel(o,t),this[ko("0x9")]({tag:"div",attributes:{class:[ko("0x6"),"ck-editor",ko("0x3"),"ck-comment__input"],role:"comment",dir:t.uiLanguageDirection,lang:t[ko("0x4")],"aria-labelledby":"cke-editor__aria-label_"+o},children:[this[ko("0x2")],{tag:ko("0xb"),attributes:{class:ko("0x1"),role:ko("0xd")},children:this[ko("0xf")]}]})}[ko("0x5")](){super[ko("0x5")](),this[ko("0xf")][ko("0xc")](this.editable)}[ko("0xe")](){this.editable.element[ko("0xe")]()}[ko("0x0")](t,e){const n=new go.LabelView;return n.text=bo(e,"Comment editor"),n[ko("0x8")]({attributes:{id:"ck-editor__aria-label_"+t,class:ko("0xa")}}),n}}const Co=["bind","editable","destroy","render","ready","focusTracker","locale","document","view","getRoot","element","editing","editor","init"];var Ao,To;Ao=Co,To=352,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("0x4")],t[Eo("0x9")][Eo("0x6")])}get[Eo("0x8")](){return this[Eo("0x6")][Eo("0x8")]}[Eo("0xb")](){const t=this[Eo("0xa")][Eo("0x9")][Eo("0x6")],e=this[Eo("0x6")][Eo("0xd")],n=t[Eo("0x5")][Eo("0x7")]();e.name=n.rootName,this.view[Eo("0x1")]();const o=e[Eo("0x8")];this.setEditableElement(e.name,o),this.focusTracker.add(o),this.view.editable[Eo("0xc")]("isFocused").to(this[Eo("0x3")]),t.attachDomRoot(o),this.fire(Eo("0x2"))}[Eo("0x0")](){this[Eo("0x6")].destroy(),super[Eo("0x0")]()}}var jo=n(492),Oo=n(945),Vo=n(331),So=n(468),Mo=n(181),Do=n(254),Ro=n(747);const Po=["focus","data","defaultPlugins","change","create","name","get","ready","_updatePlaceholder","childCount","initPlugins","low","placeholder","placeholderElement","destroy","initialData","then","view","init","setSelection","document","end","editing","model","assign","change:placeholder","config","getRoot"];var Bo,No;Bo=Po,No=469,function(t){for(;--t;)Bo.push(Bo.shift())}(++No);const Fo=function(t,e){return Po[t-=0]};class zo extends t.Editor{constructor(t={}){(t=Object[Fo("0x3")]({},t)).plugins||(t.plugins=zo[Fo("0x9")]),super(t),this.ui=new Io(this),this.set(Fo("0x13"),""),this[Fo("0x2")][Fo("0x1b")].on(Fo("0xa"),(()=>this[Fo("0xf")]()),{priority:Fo("0x12")}),this.on(Fo("0x4"),(()=>this[Fo("0xf")]())),this.model[Fo("0x1b")].createRoot()}[Fo("0xb")](){const t=this[Fo("0x5")][Fo("0xd")](Fo("0x16"))||"";return this[Fo("0x11")]()[Fo("0x17")]((()=>this.ui[Fo("0x19")]())).then((()=>this[Fo("0x8")].init(t)))[Fo("0x17")]((()=>this.fire(Fo("0xe"))))}[Fo("0x15")](){return super[Fo("0x15")]()[Fo("0x17")]((()=>this.ui.destroy()))}[Fo("0x7")](){this[Fo("0x2")][Fo("0xa")]((t=>{const e=this[Fo("0x2")][Fo("0x1b")].getRoot(),n=e.getChild(e[Fo("0x10")]-1);t[Fo("0x1a")](n,Fo("0x0")),this.editing.view[Fo("0x7")]()}))}[Fo("0xf")](){const t=this[Fo("0x1")][Fo("0x18")],e=t[Fo("0x1b")][Fo("0x6")](),n=e.getChild(0);e[Fo("0x10")]>1||!n||"p"!=n[Fo("0xc")]?this[Fo("0x14")]&&((0,jo.disablePlaceholder)(t,this[Fo("0x14")]),this[Fo("0x14")]=void 0):((0,jo.enablePlaceholder)({view:t,element:n,text:this[Fo("0x13")],keepOnFocus:!0}),this[Fo("0x14")]=n)}}(0,e.mix)(zo,e.ObservableMixin),(0,e.mix)(zo,t.DataApiMixin),zo[Fo("0x9")]=[Oo.Clipboard,Vo.Enter,Vo.ShiftEnter,So.SelectAll,Mo.Typing,Do.Undo,Ro.Paragraph];const Lo=["then","Esc","ck-comment__input-actions--active","focusNext","element","submit","focus","set","getData","stop","ck-comment__input-actions--submit","execute","_initializeFocusCycling","add","destroy","insertBefore","listenTo","length","editorReady","label","showButtons","render","Submit","isRendered","shift + tab","icon","high","value","setData","editor","_createCancelButton","bindTemplate","low","Cancel","cancelButtonView","document","placeholder","view","tab","keystrokes","create","ck-comment__input-actions","forEach","extendTemplate","_isDestroyed","focusTracker","model","submitButtonView","bind","isEnabled","_editorCreationPromise","cancel","_createSubmitButton","disabledSubmit","setTemplate","trim","fire","ck-comment__input-wrapper","initialData"];var Ko,Uo;Ko=Lo,Uo=260,function(t){for(;--t;)Ko.push(Ko.shift())}(++Uo);const Wo=function(t,e){return Lo[t-=0]};class Ho extends go.View{constructor(t,n={}){super(t),this[Wo("0x5")]=new zo(n),this[Wo("0xf")]=new e.KeystrokeHandler,this[Wo("0x15")]=new e.FocusTracker,this[Wo("0x2a")]("value",n[Wo("0x22")]||""),this[Wo("0x2a")](Wo("0x1d"),!1),this.set("showButtons",!0),this[Wo("0x2a")]("placeholder",bo(t,"Reply...")),this[Wo("0x17")]=this[Wo("0x1c")](),this[Wo("0xa")]=this[Wo("0x6")](),this[Wo("0x1e")]({tag:"div",attributes:{class:[Wo("0x21")]},children:[{tag:"div",attributes:{class:[Wo("0x11"),this[Wo("0x7")].if(Wo("0x37"),Wo("0x25"))]},children:[this.submitButtonView,this.cancelButtonView]}]}),this.keystrokes[Wo("0x2a")](Wo("0x24"),((t,e)=>{this.cancelButtonView.fire("execute"),e()})),this.on(Wo("0x28"),((e,n)=>{n[Wo("0x34")]>65e3?(alert(bo(t,"TOO_LONG_COMMENT_ALERT",[n.length,65e3])),e[Wo("0x2c")]()):this[Wo("0x5")][Wo("0x4")]("")}),{priority:Wo("0x2")})}[Wo("0x38")](){super[Wo("0x38")]();const{editor:t,element:e}=this;this[Wo("0xf")][Wo("0x33")](e),this.focusTracker[Wo("0x30")](e),this[Wo("0x1a")]=t[Wo("0x10")]()[Wo("0x23")]((()=>{e[Wo("0x32")](t.ui[Wo("0x27")],e.firstChild),t[Wo("0x16")][Wo("0xb")].on("change",(()=>this[Wo("0x3")]=t[Wo("0x2b")]())),t.bind(Wo("0xc")).to(this),this._initializeFocusCycling(t),this[Wo("0x20")](Wo("0x35"))}))}[Wo("0x29")](){this[Wo("0x5")].focus()}async[Wo("0x31")](){this[Wo("0x14")]||(this._isDestroyed=!0,this[Wo("0x3a")]&&(await this._editorCreationPromise,await this.editor[Wo("0x31")]()),await super.destroy())}[Wo("0x1c")](){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x13")]({attributes:{class:[Wo("0x2d")]}}),n[Wo("0x36")]=bo(e,Wo("0x39")),n.icon=t.icons.check,n.on(Wo("0x2e"),(()=>{this.fire(Wo("0x28"),this[Wo("0x3")])})),n[Wo("0x18")](Wo("0x19")).to(this,Wo("0x3"),this,"disabledSubmit",((t,e)=>!e&&!!t[Wo("0x1f")]())),n}[Wo("0x6")](){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x13")]({attributes:{class:["ck-comment__input-actions--cancel"]}}),n.label=bo(e,Wo("0x9")),n[Wo("0x1")]=t.icons[Wo("0x1b")],n.on(Wo("0x2e"),(()=>{this[Wo("0x5")][Wo("0x4")](""),this.fire(Wo("0x1b"))})),n}[Wo("0x2f")](t){const e=this[Wo("0x15")],n=new go.ViewCollection;[t.ui[Wo("0xd")],this[Wo("0x17")],this[Wo("0xa")]][Wo("0x12")]((t=>{n[Wo("0x30")](t),e.add(t[Wo("0x27")])}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this.keystrokes.set(Wo("0xe"),((t,e)=>{o[Wo("0x26")](),e()}),{priority:"low"}),this[Wo("0xf")][Wo("0x2a")](Wo("0x0"),((t,e)=>{o.focusPrevious(),e()}),{priority:Wo("0x8")})}}var Zo,qo,$o=["extendTemplate","then","userView","destroy","value","ck-thread__user","commentInputView","showInput","bindTemplate","focusTracker","ck-comment__input-container","div"];Zo=$o,qo=371,function(t){for(;--t;)Zo.push(Zo.shift())}(++qo);var Go=function(t,e){return $o[t-=0]};class Jo extends go.View{constructor(t,e,n){super(t),this.commentInputView=new Ho(t,n),this.commentInputView.bind("showButtons").to(this[Go("0x7")][Go("0xa")],"isFocused",this[Go("0x7")],Go("0x5"),((t,e)=>t||!!e)),this.set(Go("0x8"),!1),this[Go("0x3")]=new i.UserView(t,e),this.userView[Go("0x1")]({attributes:{class:Go("0x6")}}),this.commentInputView[Go("0x1")]({attributes:{class:"ck-thread__input"}}),this.setTemplate({tag:Go("0x0"),attributes:{class:[Go("0xb"),this[Go("0x9")].if("showInput","ck-comment__input-container--active")]},children:[this.userView,this[Go("0x7")]]})}[Go("0x4")](){return this[Go("0x7")].destroy()[Go("0x2")]((()=>super[Go("0x4")]()))}}const Yo=["count","NUMBER_OF_COMMENTS","set","ck-thread__comment-count","bindTemplate"];var Qo,Xo;Qo=Yo,Xo=324,function(t){for(;--t;)Qo.push(Qo.shift())}(++Xo);const ti=function(t,e){return Yo[t-=0]};class ei extends go.View{constructor(t){super(t);const e=this[ti("0x0")];this[ti("0x3")]("count"),this.setTemplate({tag:"li",attributes:{class:ti("0x4")},children:[{text:e.to(ti("0x1"),(e=>bo(t,ti("0x2"),e)))}]})}}const ni=["delegate","destroy","_collapsedCommentsView","visibleViews","_shouldCollapse","comments","insert","element","focus","get","refreshVisibleViews","expand","updateComment","setTemplate","length","_model","remove","bind","hasDirtyComment","editorConfig","weight","change:hasDirtyComment","commentUpdated","_handleRemoveCommentModel","change:isActive","some","set","render","_rearrangeExpand","isActive","isEditMode","maxCommentCharsWhenCollapsed","createCollection","from","commentViews","_handleNewCommentModel","removeComment","count","_rearrangeCollapse","CommentView","equal","_updateHasDirtyComment","stopListening","collapse","ck-thread__comments","maxThreadTotalWeight","delete","add","locale","maxCommentsWhenCollapsed","listenTo","_config"];var oi,ii;oi=ni,ii=388,function(t){for(;--t;)oi.push(oi.shift())}(++ii);const ri=function(t,e){return ni[t-=0]};class si extends go.View{constructor(t,e,n){super(t),this[ri("0x2")](ri("0x2e"),!1),this[ri("0x2")]("length",e.comments[ri("0x2a")]),this[ri("0x2")](ri("0x5"),!1),this[ri("0x2b")]=e,this[ri("0x1b")]=n,this[ri("0xa")]=this[ri("0x8")](),this.visibleViews=this[ri("0x8")](),this._collapsedCommentsView=new ei(t),this[ri("0x1e")][ri("0x2d")](ri("0xd")).to(this,"length",(t=>t-this._config[ri("0x19")]));for(const t of e[ri("0x21")])this[ri("0xb")](t);this[ri("0x1a")](e[ri("0x21")],ri("0x17"),((t,e)=>{this.length++,this[ri("0xb")](e),this[ri("0x26")]()})),this.listenTo(e.comments,"remove",((t,e)=>{this.length--,this[ri("0x33")](e),this[ri("0x26")]()})),this.listenTo(e,ri("0x32"),(()=>this[ri("0x26")]())),this.on(ri("0x0"),(()=>this[ri("0x26")]())),this.on(ri("0x31"),(()=>this[ri("0x26")]())),this[ri("0x29")]({tag:"ul",attributes:{class:[ri("0x14")]},children:this.visibleViews})}get[ri("0x20")](){return this._model[ri("0x30")]>this[ri("0x1b")][ri("0x15")]&&!this.isActive&&!this[ri("0x2e")]}render(){super[ri("0x3")](),this.refreshVisibleViews()}[ri("0x24")](){this[ri("0x23")][ri("0x24")]()}destroy(){this[ri("0x1e")][ri("0x1d")]();for(const t of this[ri("0xa")])t.destroy();super[ri("0x1d")]()}refreshVisibleViews(){this[ri("0x20")]?this[ri("0xe")]():this[ri("0x4")]()}[ri("0xb")](t){const e=new(this[ri("0x1b")][ri("0xf")])(this[ri("0x18")],t,{maxCommentCharsWhenCollapsed:this._config[ri("0x7")],formatDateTime:this[ri("0x1b")].formatDateTime,editorConfig:this[ri("0x1b")][ri("0x2f")]});e.viewUid=t.id,e[ri("0x1c")](ri("0xc")).to(this),e[ri("0x1c")](ri("0x28")).to(this),this.listenTo(e,"change:isEditMode",(()=>this[ri("0x11")]())),this[ri("0xa")][ri("0x17")](e)}[ri("0x33")](t){const e=this.commentViews[ri("0x2c")](t.id);this[ri("0x12")](e),e.isEditMode&&this._updateHasDirtyComment(),e[ri("0x1d")]()}_updateHasDirtyComment(){this[ri("0x2e")]=Array[ri("0x9")](this[ri("0xa")])[ri("0x1")]((t=>t[ri("0x6")]))}_rearrangeCollapse(){const t=function(t){const n=new e.Collection;for(const e of t)n[ri("0x17")](e);return n}(this[ri("0xa")]),n=this[ri("0x1e")][ri("0xd")];for(let e=1;e<=n;e++)t[ri("0x2c")](1);for(const e of t)e[ri("0x13")]();n>0&&t.add(this[ri("0x1e")],1),ai((0,e.diff)(Array[ri("0x9")](this[ri("0x1f")]),Array.from(t)),this.visibleViews,t)}[ri("0x4")](){ai((0,e.diff)(Array[ri("0x9")](this[ri("0x1f")]),Array[ri("0x9")](this[ri("0xa")])),this[ri("0x1f")],this.commentViews);for(const t of this[ri("0x1f")])t[ri("0x27")]()}}function ai(t,e,n){let o=0;for(const i of t)switch(i){case ri("0x22"):e.add(n[ri("0x25")](o),o),o++;break;case ri("0x16"):e[ri("0x2c")](o);break;case ri("0x10"):o++}}const ci=["set","isReadOnly","isDirty","removeCommentThread","commentsListView","change:isActive","cancel","destroy","submit","isActive","updateComment","length","element","bind","delegate","_createCommentThreadInputView","Reply...","fire","commentInputView","commentThreadInputView","_localUser","addComment","focus","value","disabledSubmit","editorConfig","locale","removeComment","_config","_model","showInput"];var xi,hi;xi=ci,hi=460,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("0x5")](di("0xe"),!1),this[di("0x5")](di("0x7"),!1),this[di("0x3")]=e,this[di("0x19")]=n,this._config=o,this[di("0x9")]=new si(t,e,Object.assign({CommentView:this[di("0x2")].CommentView},o)),this[di("0x9")][di("0x13")](di("0x1")).to(this),this[di("0x9")].delegate(di("0xf")).to(this),this[di("0x9")].bind("isActive").to(this),this[di("0x5")](di("0x10"),this.commentsListView[di("0x10")]),this[di("0x12")]("length").to(this.commentsListView,di("0x10")),this.commentThreadInputView=this[di("0x14")](),this.on(di("0x1"),(()=>this.focus())),this.bind(di("0x7")).to(this[di("0x9")],"hasDirtyComment",this[di("0x18")].commentInputView,"value",((t,e)=>t||!!e))}[di("0x1b")](){this[di("0x11")][di("0x1b")]()}destroy(){this.isDirty=!1,this[di("0x9")][di("0xc")](),this[di("0x18")][di("0xc")](),super[di("0xc")]()}_createCommentThreadInputView(){const t=new Jo(this[di("0x0")],this[di("0x19")],this[di("0x2")][di("0x1e")]),e=t[di("0x17")];return t[di("0x12")](di("0x4")).to(this,di("0xe"),this[di("0x3")],di("0x6"),e,di("0x1c"),((t,e,n)=>!!n||t&&!e)),e.bind("placeholder").to(this,di("0x10"),(t=>bo(this.locale,t?di("0x15"):"Write a comment..."))),e.on(di("0xd"),((t,e)=>{this[di("0x16")](di("0x1a"),e)})),e.on(di("0xb"),(()=>{this[di("0x1b")]()})),e[di("0x12")](di("0x1d")).to(this._model,di("0x6")),e.on(di("0xb"),(t=>{0==this[di("0x10")]&&(this.fire(di("0x8")),t.stop())})),this.on(di("0xa"),((t,n,o)=>{o||this.length||e[di("0x1c")]||this.fire(di("0x8"))})),t}}const ui=["removeCommentThread","ck-thread--active","commentsListView","commentViews","element","getTemplate","remove","execute","containerElement","length","stop","change:isReadOnly","isActive","locale","change:isActive","_cancelAllConfirms","render","ck-thread__container","isConfirm","div","Write a comment...","listenTo","fire","high","get","removeButton","querySelector","actionIndicator","off","bind","_bindFirstCommentView","set","cancelConfirm","_model"];var mi,fi;mi=ui,fi=270,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("0x21")](pi("0x1d"),null),this[pi("0xa")]=null,this[pi("0xf")]=t,this.setTemplate(this[pi("0x7")]()),this.on(pi("0x10"),((t,e,n)=>{n||this[pi("0x11")]()})),this[pi("0x17")](this[pi("0x1")],pi("0xd"),((t,e,n)=>{n&&this[pi("0x11")]()})),this[pi("0xb")]>0?this[pi("0x20")]():this[pi("0x17")](this.commentsListView[pi("0x5")],"add",(t=>{this[pi("0x20")](),t[pi("0x1e")]()}))}[pi("0x7")](){const t=this.bindTemplate;return{tag:pi("0x15"),attributes:{class:["ck-thread",t.if(pi("0xe"),pi("0x3")),t.if(pi("0x14"),"ck-thread--remove-confirmation"),t.to(pi("0x1d"),(t=>t?"ck-thread--"+t:""))],"data-thread-id":this[pi("0x1")].id,tabindex:-1},children:[{tag:pi("0x15"),attributes:{class:pi("0x13")},children:[this[pi("0x4")],this.commentThreadInputView]}]}}[pi("0x12")](){super[pi("0x12")](),this[pi("0xa")]=this[pi("0x6")][pi("0x1c")](".ck-thread__container")}_cancelAllConfirms(){this.cancelConfirm();for(const t of this[pi("0x4")][pi("0x5")])t[pi("0x0")]()}_bindFirstCommentView(){const{locale:t}=this,e=this[pi("0x4")][pi("0x5")][pi("0x1a")](0);this[pi("0x1f")](pi("0x1d")).to(e,pi("0x1d"),(t=>pi("0x8")===t?pi("0x8"):null)),e.placeholder=bo(t,pi("0x16")),e[pi("0x1b")].on(pi("0x9"),(e=>{e[pi("0xc")](),this.showConfirm(bo(t,"Delete comment thread?"),this[pi("0xa")]).then((()=>{this[pi("0x18")](pi("0x2"))}))}),{priority:pi("0x19")})}}(0,e.mix)(gi,i.ConfirmMixin);var bi,vi,_i=["change:content","element","set","content","innerHTML","setTemplate","render"];bi=_i,vi=302,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("0x1")](wi("0x2"),""),this[wi("0x4")]({tag:"div",attributes:{class:["ck-comment__content","ck-annotation__content"]}})}[wi("0x5")](){super[wi("0x5")](),this.on(wi("0x6"),((t,e,n)=>{this[wi("0x0")][wi("0x3")]=n})),this[wi("0x0")][wi("0x3")]=this[wi("0x2")]}}const yi=["expand","isReadOnly","_config","remove","collapse","cancel","add","locale","initialData","set","createCollection","fire","_createCommentInputView","get","isCollapsed","isEditMode","focus","value","destroy","content","editorConfig","disabledSubmit","_model","switchToDisplayMode","switchToEditMode","once","_createCommentContentView","element","bind","visibleView"];var Ci,Ai;Ci=yi,Ai=397,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._model=e,this._config=n,this[Ti("0x2")](Ti("0x8"),!1),this[Ti("0x2")](Ti("0x7"),!0),this.visibleView=this[Ti("0x3")](),this.visibleView[Ti("0x1d")](this._createCommentContentView())}[Ti("0x17")](){this[Ti("0x7")]=!1}[Ti("0x1b")](){this[Ti("0x8")]||(this[Ti("0x7")]=!0)}focus(){this[Ti("0x14")][Ti("0x9")]()}async[Ti("0xb")](){await this[Ti("0x16")][Ti("0x6")](0)[Ti("0xb")](),super[Ti("0xb")]()}[Ti("0x11")](){this[Ti("0x8")]||(this[Ti("0x8")]=!0,this[Ti("0x16")][Ti("0x1a")](0)[Ti("0xb")](),this[Ti("0x16")].add(this[Ti("0x5")]()))}switchToDisplayMode(){this.isEditMode&&(this[Ti("0x8")]=!1,this[Ti("0x16")][Ti("0x1a")](0)[Ti("0xb")](),this[Ti("0x16")][Ti("0x1d")](this[Ti("0x13")]()))}[Ti("0x13")](){const t=new ki(this[Ti("0x0")]);return t[Ti("0x15")](Ti("0xc")).to(this[Ti("0xf")],Ti("0xc"),this,Ti("0x7"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this[Ti("0x19")].maxCommentCharsWhenCollapsed}):t)),t}_createCommentInputView(){this[Ti("0x19")].editorConfig||(this._config.editorConfig={}),this[Ti("0x19")][Ti("0xd")][Ti("0x1")]=this._model[Ti("0xc")];const t=new Ho(this[Ti("0x0")],this._config[Ti("0xd")]);return t[Ti("0xa")]=this[Ti("0xf")].content,t[Ti("0x15")](Ti("0xe")).to(this._model,Ti("0x18")),t.on("submit",((t,e)=>{this[Ti("0x4")]("updateComment",this[Ti("0xf")].id,e),this[Ti("0x10")](),this[Ti("0x9")]()})),t.on(Ti("0x1c"),(()=>{this[Ti("0x10")](),this[Ti("0x9")]()})),t[Ti("0x12")]("editorReady",(()=>{t[Ti("0x9")]()})),t}}const Ii=["bind","isReadOnly","isEnabled","change:isRemovable","execute","label","render","isEditable","_createRemoveButton","ck-annotation__actions--hidden","isEditMode","ck-comment__user","locale","ck-annotation","formatDateTime","ck-annotation__content-wrapper","ck-comment__info","visibleView","listenTo","ck-comment--remove-confirmation","createdAt","div","edit","placeholder","ck-comment__actions","cancelConfirm","_attachActions","_createCommentInputView","removeButton","actionIndicator","ck-annotation__user","extendTemplate","icon","span","then","userView","ck-comment--edit","isVisible","set","blur","ck-comment__info-time","Remove","isConfirm","ck-annotation__info","_model","ck-annotation__info-time","editButton","remove","element","Reply...","_config","getTemplate","showConfirm","pencil","bindTemplate","mouseenter","focus","fire","setTemplate","_createEditButton","time"];var ji,Oi;ji=Ii,Oi=357,function(t){for(;--t;)ji.push(ji.shift())}(++Oi);const Vi=function(t,e){return Ii[t-=0]};class Si extends Ei{constructor(t,e,n){super(t,e,n),this.set("actionIndicator",null),this[Vi("0x2f")](Vi("0x20"),bo(t,Vi("0x3a"))),this.set("createdAt",null),this[Vi("0x9")](Vi("0x1d")).to(e),this[Vi("0x37")]=this[Vi("0x7")](),this.removeButton=this._createRemoveButton(),this[Vi("0x2c")]=new i.UserView(t,e.author),this[Vi("0x2c")][Vi("0x28")]({attributes:{class:[Vi("0x14"),Vi("0x27")]}}),this[Vi("0x1b")](e,Vi("0xc"),(()=>this[Vi("0x22")]())),this[Vi("0x6")](this[Vi("0x3c")]())}[Vi("0x3c")](){const t=this[Vi("0x2")];return{tag:"li",attributes:{class:["ck-comment__wrapper",t.if(Vi("0x33"),Vi("0x1c"))],tabindex:-1},children:[{tag:Vi("0x1e"),attributes:{class:["ck-comment",Vi("0x16"),t.if(Vi("0x13"),Vi("0x2d")),t.to(Vi("0x26"),(t=>t?"ck-comment--"+t:""))],"data-author-id":this[Vi("0x35")].author.id,"data-comment-id":this[Vi("0x35")].id},children:[this[Vi("0x2c")],{tag:"div",attributes:{class:["ck-comment__main","ck-annotation__main"]},children:[{tag:Vi("0x1e"),attributes:{class:[Vi("0x19"),Vi("0x34")]},children:[{tag:Vi("0x2a"),children:[{text:this[Vi("0x2c")].name}],attributes:{class:["ck-comment__info-name","ck-annotation__info-name"]}},{tag:Vi("0x8"),attributes:{datetime:t.to(Vi("0x1d")),class:[Vi("0x31"),Vi("0x36")]},children:[{text:t.to(Vi("0x1d"),(t=>this[Vi("0x3b")][Vi("0x17")](t)))}]}]},{tag:Vi("0x1e"),attributes:{class:[Vi("0x21"),"ck-annotation__actions",t.if(Vi("0x13"),"ck-comment__actions--hidden"),t.if("isEditMode",Vi("0x12"))]},children:[this.editButton,this[Vi("0x25")]]},{tag:Vi("0x1e"),attributes:{class:[Vi("0x18")]},children:this[Vi("0x1a")]}]}]}]}}[Vi("0x7")](){const e=new go.ButtonView(this[Vi("0x15")]);return e[Vi("0xe")]=bo(this[Vi("0x15")],"Edit"),e[Vi("0x29")]=t.icons[Vi("0x1")],e[Vi("0x28")]({attributes:{class:Vi("0x2d")}}),e[Vi("0x9")]("isEnabled").to(this[Vi("0x35")],Vi("0xa"),(t=>!t)),e.bind(Vi("0x2e")).to(this[Vi("0x35")],Vi("0x10")),e.on(Vi("0xd"),(()=>this.switchToEditMode())),e}[Vi("0x11")](){const t=new go.ButtonView(this[Vi("0x15")]);return t[Vi("0xe")]=bo(this.locale,Vi("0x32")),t[Vi("0x29")]='\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("0x28")]({attributes:{class:"ck-comment--remove"}}),t.bind(Vi("0xb")).to(this[Vi("0x35")],Vi("0xa"),(t=>!t)),t[Vi("0x9")](Vi("0x2e")).to(this[Vi("0x35")],"isRemovable"),t.on("execute",(()=>{this[Vi("0x0")](bo(this[Vi("0x15")],"Delete comment?"),this[Vi("0x39")])[Vi("0x2b")]((()=>{this[Vi("0x5")]("removeComment",this._model.id)}))})),t}[Vi("0x23")](t,e){this.listenTo(t,Vi("0x3"),(()=>this[Vi("0x26")]=e)),this[Vi("0x1b")](t,Vi("0x4"),(()=>this[Vi("0x26")]=e)),this.listenTo(t,"mouseleave",(()=>this[Vi("0x26")]=null)),this[Vi("0x1b")](t,Vi("0x30"),(()=>this[Vi("0x26")]=null))}[Vi("0x24")](){const t=super[Vi("0x24")]();return t.bind(Vi("0x20")).to(this),t}[Vi("0xf")](){super[Vi("0xf")](),this._attachActions(this[Vi("0x37")][Vi("0x39")],Vi("0x1f")),this[Vi("0x23")](this.removeButton[Vi("0x39")],Vi("0x38"))}}(0,e.mix)(Si,i.ConfirmMixin);var Mi=n(278),Di=n.n(Mi),Ri=n(490),Pi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(Ri.Z,Pi);Ri.Z.locals;var Bi=n(227),Ni={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(Bi.Z,Ni);Bi.Z.locals;var Fi=n(424),zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(Fi.Z,zi);Fi.Z.locals;const Li=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,$i=/^0o[0-7]+$/i,Gi=parseInt;const Ji=function(t){if("number"==typeof t)return t;if(Ln(t))return NaN;if(S(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=S(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Hi(t);var n=qi.test(t);return n||$i.test(t)?Gi(t.slice(2),n?2:8):Zi.test(t)?NaN:+t};var Yi=Math.max,Qi=Math.min;const Xi=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=Li();if(f(t))return g(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Qi(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=Li(),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=Ji(e)||0,S(n)&&(h=!!n.leading,r=(d="maxWait"in n)?Yi(Ji(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(Li())},b};const tr=function(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return S(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),Xi(t,e,{leading:o,maxWait:e,trailing:i})},er=["observe","type","attributeName","childList"];var nr,or;nr=er,or=286,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("0x3")]&&"class"==n[ir("0x0")]||ir("0x1")==n[ir("0x3")])&&e()}));return{attach(t){n[ir("0x2")](t,{attributes:!0,childList:!0,subtree:!0})},detach(){n.disconnect(),e.cancel()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(sr.Z,ar);sr.Z.locals;const cr=["createCollection","targetRect","element","focus","clientHeight","div","isDirty","ck-rounded-corners","detach","add","set","ck-annotation-wrapper","content","length","bindTemplate","height","render","keystrokes","Esc","destroy","fire","attach","type","_updateHeight","isActive","focusTracker","_mutationObserver"];var xr,hr;xr=cr,hr=234,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.focusTracker=new e.FocusTracker,this[dr("0x1a")]=new e.KeystrokeHandler,this[dr("0x1a")].set(dr("0x0"),((t,e)=>this[dr("0x2")]("Esc",e))),this[dr("0x13")](dr("0xa"),{top:0,right:0,bottom:0,left:0}),this.set(dr("0x18"),0),this.set("isActive",!1),this[dr("0x13")](dr("0xf"),!1),this[dr("0x13")](dr("0x16"),0),this[dr("0x13")](dr("0x4"),""),this[dr("0x8")]=rr((()=>this[dr("0x5")]())),this[dr("0x15")]=this[dr("0x9")](),this[dr("0x15")][dr("0x12")](n),this.mainView=n;const o=this[dr("0x17")];this.setTemplate({tag:dr("0xe"),attributes:{class:["ck",dr("0x14"),dr("0x10"),o.if(dr("0x6"),"ck-annotation-wrapper--active")],tabindex:-1},children:this[dr("0x15")]})}render(){super[dr("0x19")](),this.focusTracker[dr("0x12")](this[dr("0xb")]),this[dr("0x1a")].listenTo(this.element),this[dr("0x8")][dr("0x3")](this.element)}[dr("0x1")](){this[dr("0x15")].clear(),this[dr("0x1a")][dr("0x1")](),this[dr("0x7")][dr("0x1")](),this[dr("0x8")][dr("0x11")](),super.destroy()}focus(){this[dr("0xb")][dr("0xc")]()}[dr("0x5")](){const t=this.element[dr("0xd")];t&&(this.height=t)}}var ur=Function.prototype,mr=Object.prototype,fr=ur.toString,pr=mr.hasOwnProperty,gr=fr.call(Object);const br=function(t){if(!zt(t)||"[object Object]"!=V(t))return!1;var e=dn(t);if(null===e)return!0;var n=pr.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&fr.call(n)==gr};const vr=function(t){return zt(t)&&1===t.nodeType&&!br(t)},_r=["item","_assertCorrectTarget","view","target","updateTargetRect","_isTargetElementVisible","isActive","remove","destroy","clear","_type","focusTracker","_target","annotation-invalid-target","render","add","element","targetRect","stopListening","function","refreshVisibility","focusableElements","mainView"];var wr,kr;wr=_r,kr=250,function(t){for(;--t;)wr.push(wr.shift())}(++kr);const yr=function(t,e){return _r[t-=0]};class Cr{constructor({view:t,target:n,type:o,isVisible:i=!0}){this[yr("0x5")]=t,this[yr("0x5")][yr("0x13")]||this[yr("0x5")][yr("0x11")](),this._type=o,this[yr("0xf")]=n,this._assertCorrectTarget(),this.focusableElements=new e.Collection([this[yr("0x5")].element],{idProperty:"_id"}),this[yr("0x1")].on(yr("0x12"),((t,e)=>{this[yr("0x5")][yr("0xe")].add(e)})),this[yr("0x1")].on(yr("0xa"),((t,e)=>{this[yr("0x5")].focusTracker[yr("0xa")](e)})),this.set("isVisible",i)}get type(){return"function"==typeof this._type?this[yr("0xd")]():this._type}get innerView(){return this[yr("0x5")][yr("0x2")]}get[yr("0x6")](){return yr("0x16")==typeof this[yr("0xf")]?this[yr("0xf")]():this[yr("0xf")]}get targetRect(){const t=this.target;return this[yr("0x4")](),null!==t&&this[yr("0x8")]()?new e.Rect(t):null}get[yr("0x9")](){return this[yr("0x5")][yr("0x9")]}set[yr("0x9")](t){this.view[yr("0x9")]=t,this[yr("0x5")].mainView[yr("0x9")]=t}[yr("0x7")](){this.view[yr("0x14")]=this[yr("0x14")]}[yr("0xb")](){this.focusableElements[yr("0x15")](),this[yr("0x1")][yr("0xc")](),this[yr("0x15")]()}[yr("0x0")](){this.isVisible=this[yr("0x8")]()}[yr("0x8")](){const t=this[yr("0x6")];if(vr(t)){const e=t.getClientRects()[yr("0x3")](0),n=t.offsetParent;if(!e||!n)return!1}return!0}[yr("0x4")](){const t=this[yr("0x6")];if(!(null===t||t instanceof e.Rect||vr(t)))throw new e.CKEditorError(yr("0x10"),null,{target:t})}}(0,e.mix)(Cr,e.ObservableMixin);const Ar=["annotationcollection-not-existing-item","isFocused","delete","innerView","fire","blur","targetRect","_sort","view","add","updateTargetRect","focus","_focusTracker","listenTo","stopListening","clear","sort","getByInnerView","remove","from","has","_getOrderInContent","focusTracker","refreshPositioning","change:isFocused","left","annotationcollection-duplicated-item","destroy","top","_items","focusableElements","_innerViewToAnnotation","length","_viewToAnnotation"];var Tr,Er;Tr=Ar,Er=139,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Ar[t-=0]};class jr extends e.Collection{constructor(t=[]){super(),this._innerViewToAnnotation=new Map,this[Ir("0x1e")]=new Map,this[Ir("0x9")]=new e.FocusTracker,this._focusTracker.on("change:isFocused",((t,e,n)=>{n||this[Ir("0x1")](Ir("0x2"))}));for(const e of t)this[Ir("0x6")](e)}get[Ir("0x20")](){return this[Ir("0x9")][Ir("0x20")]}[Ir("0x6")](t){if(this[Ir("0x11")](t))throw new e.CKEditorError(Ir("0x17"),null);this[Ir("0x1c")].set(t[Ir("0x0")],t),this[Ir("0x1e")].set(t[Ir("0x5")],t);for(const e of t[Ir("0x1b")])this[Ir("0x9")][Ir("0x6")](e);this[Ir("0xa")](t.focusableElements,Ir("0x6"),((t,e)=>{this._focusTracker.add(e)})),this[Ir("0xa")](t.focusableElements,Ir("0xf"),((t,e)=>{this[Ir("0x9")][Ir("0xf")](e)})),this[Ir("0xa")](t[Ir("0x5")].focusTracker,Ir("0x15"),((e,n,o)=>{o&&this.fire(Ir("0x8"),t)}));const n=this[Ir("0x12")](t);super.add(t,n),t[Ir("0x7")]()}[Ir("0xf")](t){if(!this.has(t))throw new e.CKEditorError(Ir("0x1f"),null);this[Ir("0xb")](t[Ir("0x5")][Ir("0x13")]),this[Ir("0xb")](t.focusableElements);for(const e of t[Ir("0x1b")])this[Ir("0x9")].remove(e);this[Ir("0x1e")][Ir("0x21")](t[Ir("0x5")]),this[Ir("0x1c")][Ir("0x21")](t[Ir("0x0")]),super[Ir("0xf")](t)}[Ir("0xe")](t){return this[Ir("0x1c")].get(t)}getByView(t){return this[Ir("0x1e")].get(t)}[Ir("0x18")](){super[Ir("0xc")](),this[Ir("0xb")](),this[Ir("0x1c")][Ir("0xc")](),this[Ir("0x1e")].clear(),this[Ir("0x9")][Ir("0x18")]()}[Ir("0x14")](){for(const t of this)t[Ir("0x7")]();this[Ir("0x4")]()}[Ir("0x4")](){const t=Array[Ir("0x10")](this)[Ir("0xd")](((t,e)=>Or(t[Ir("0x3")],e[Ir("0x3")])));for(let e=t[Ir("0x1d")]-1;e>0;e--){const n=t[e];e!==this.getIndex(n)&&(this[Ir("0xf")](n),this[Ir("0x6")](n,e))}}[Ir("0x12")](t){let e=0;const n=t.targetRect;if(!n)return this[Ir("0x1a")][Ir("0x1d")];for(const t of this){const o=t.targetRect;if(o){if(Or(n,o)<0)return e;e++}}return e}}function Or(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t[Ir("0x19")]-e[Ir("0x19")];return 0==n?t[Ir("0x16")]-e[Ir("0x16")]:n}const Vr=["remove","isVisible","createAnnotationView","stopListening","source","add","refreshPositioning","activeAnnotations","change:isVisible","has","Annotations","_deactivateAllAnnotations","fire","collection","_removeActiveAnnotation","set","_activateAnnotation","createAnnotation","_visibleAnnotations","deactivateAll","_bindAnnotationsToVisibleAnnotations","destroy","activate","listenTo","pluginName","getByInnerView"];var Sr,Mr;Sr=Vr,Mr=448,function(t){for(;--t;)Sr.push(Sr.shift())}(++Mr);const Dr=function(t,e){return Vr[t-=0]};class Rr extends t.ContextPlugin{static get[Dr("0x12")](){return Dr("0x4")}constructor(t){super(t),this[Dr("0x7")]=new jr,this[Dr("0xc")]=new jr,this[Dr("0x9")](Dr("0x1"),new Set),this._bindAnnotationsToVisibleAnnotations()}[Dr("0x19")](t){this[Dr("0x7")][Dr("0x19")](t)}remove(t){this[Dr("0x7")][Dr("0x14")](t),t[Dr("0xf")]()}refreshVisibility(){for(const t of this[Dr("0x7")])t.refreshVisibility()}[Dr("0x0")](){this._visibleAnnotations.refreshPositioning()}[Dr("0x13")](t){return this[Dr("0x7")][Dr("0x13")](t)}[Dr("0xd")](){this[Dr("0x6")](Dr("0x5"))}[Dr("0xf")](){for(const t of this[Dr("0x7")])t.destroy();this[Dr("0xc")][Dr("0xf")](),this[Dr("0x7")][Dr("0xf")](),super.destroy()}[Dr("0x10")](t){this[Dr("0x6")](Dr("0xa"),t)}[Dr("0xb")](t){return new Cr(t)}[Dr("0x16")](t,e){return new lr(t,e)}_addActiveAnnotation(t){const e=new Set(this[Dr("0x1")]);e.add(t),this[Dr("0x1")]=e}[Dr("0x8")](t){const e=new Set(this[Dr("0x1")]);e.delete(t),this[Dr("0x1")]=e}[Dr("0xe")](){const t=this[Dr("0x7")],e=this[Dr("0xc")];function n(t){const n=t[Dr("0x18")];n.isVisible&&!e[Dr("0x3")](n)?e.add(n):!n[Dr("0x15")]&&e[Dr("0x3")](n)&&e[Dr("0x14")](n)}this[Dr("0x11")](t,Dr("0x19"),((t,o)=>{o[Dr("0x15")]&&e[Dr("0x19")](o),this[Dr("0x11")](o,"change:isVisible",n)})),this.listenTo(t,"remove",((t,o)=>{e.has(o)&&e[Dr("0x14")](o),this[Dr("0x17")](o,Dr("0x2"),n)}))}}const Pr=["CommentThreadView","activate","set","trim","CommentView","map","removeAttribute","switchReadOnly","setAttribute","push","adapter","getUser","CommentsRepository","_add","listenTo","commentsrepository-missing-thread-and-adapter-method","commentsrepository-remove-comment-missing-comment-thread","updateComment","getIndex","weight","addCommentThread","commentInputView","content","context","commentsrepository-fetch-comment-thread","commentsrepository-invalid-comment-authorid","has","commentsrepository-duplicated-comment-thread-id","plugins","innerHTML","find","commentsrepository-update-comment-invalid-content","resolve","isRemovable","change:activeAnnotations","createCommentThreadController","isEditable","removeCommentThread","then","comment","licenseKey","commentsrepository-adapter-already-set","PendingActions","commentsrepository-attach-missing-comment-thread","isAttached","delete","function","isReadOnly","getCommentThread","activeCommentThread","_adapter","bind","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","toJSON","setActiveCommentThread","PENDING_ACTION_COMMENT_THREAD","comments.CommentThreadView","getByInnerView","attributes","commentsrepository-update-missing-comment","_addComment","removeComment","remove","_viewToController","commentsrepository-get-comment-invalid-id","locale","commentsrepository-invalid-comment-content","channelId","parse","lowest","init","createdAt","_readOnlyChannels","charCodeAt","destroy","fromCharCode","setAdminPermissions","catch","threadId","type","comments","attachTo","fire","innerView","commentUpdated","join","_updateComment","_createCommentThreadView","_repository","comments.maxThreadTotalWeight","string","get","noChannel","reduce","length","getComment","config","getTime","define","_addCommentThread","focus","afterInit","pluginName","stopListening","slice","view","_isAttached","commentsrepository-add-comment-internal-error","replace","_remove","_findOptimalIndex","commentsrepository-invalid-commentid","pop","_removeComment","_removeCommentThread","assign","author","_nonAdminChannels","isActive","commentsrepository-active-not-attached","hasCommentThread","comments.maxCommentCharsWhenCollapsed","error","isDirty","_threads","comments.maxCommentsWhenCollapsed","commentsrepository-invalid-comment-thread-id","comments.editorConfig","commentsrepository-remove-comment-internal-error","openNewCommentThread","from","Users","_threadToController","commentsrepository-add-comment-to-missing-comment-thread","substring","commentsrepository-update-comment-missing-comment-thread","div","warn","add","update","_attachCommentThread","commentsrepository-update-comment-internal-error","addComment","getCommentThreads","commentThreadInputView"];var Br,Nr;Br=Pr,Nr=127,function(t){for(;--t;)Br.push(Br.shift())}(++Nr);const Fr=function(t,e){return Pr[t-=0]},zr=Symbol(Fr("0x6e"));class Lr extends t.ContextPlugin{static get requires(){return[Rr,t.PendingActions,i.Users]}static get[Fr("0x78")](){return Fr("0x1e")}constructor(t){super(t),this[Fr("0x8e")]=new Map,this[Fr("0x5")]=new Map,this[Fr("0x51")]=new Map,this._readOnlyChannels=new Set,this.set(Fr("0x87"),new Set),this[Fr("0x3a")]=this[Fr("0x29")][Fr("0x72")][Fr("0x6d")](Fr("0x3a"));const e=this.context[Fr("0x72")];e[Fr("0x74")]("comments.maxCommentsWhenCollapsed",2),e[Fr("0x74")]("comments.maxThreadTotalWeight",500),e[Fr("0x74")](Fr("0x8b"),140),e[Fr("0x74")](Fr("0x4a"),gi),e.define("comments.CommentView",Si),e.get(Fr("0x0"))||console[Fr("0xa")](Fr("0x46"))}[Fr("0x58")](){const t=this[Fr("0x29")][Fr("0x2e")].get(Rr);this[Fr("0x14")](Fr("0x43"),null),this.on(Fr("0x26"),((t,e)=>this[Fr("0x75")](e))),this.on(Fr("0x37"),((t,e)=>this._removeCommentThread(e))),this.on(Fr("0xf"),((t,e)=>this._addComment(e))),this.on(Fr("0x23"),((t,e)=>this[Fr("0x68")](e))),this.on(Fr("0x4f"),((t,e)=>this[Fr("0x83")](e))),this.on(Fr("0xf"),((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this.getCommentThread(e),i=this[Fr("0x5")].get(o);i&&i.view[Fr("0x76")]()}),{priority:Fr("0x57")}),this.listenTo(t,Fr("0x34"),((t,e,n)=>{const o=Array[Fr("0x3")](n).map((t=>this[Fr("0x51")][Fr("0x6d")](t[Fr("0x65")]))).filter(Boolean)[0];this.activeCommentThread=o?o.model:null}))}[Fr("0x77")](){!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,49,54,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[Fr("0x3")](function(t){const e=new Uint8Array(t[Fr("0x70")]);for(let n=0;n<t[Fr("0x70")];n++)e[n]=t[Fr("0x5b")](n);return e}(n)),i=o[Fr("0x82")](),r=o[Fr("0x82")]();return function(t){let e="";for(const n of t)e+=String[Fr("0x5d")](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.length;n+=4)e[Fr("0x1b")](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[Fr("0x70")]-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[Fr("0x7a")]()}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[Fr("0x70")]];for(let e=0;e<=t;e++)c.push([0,0,0,0]),x[Fr("0x1b")]([0,0,0,0]);const e=4*(t+1),n=a.length/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[Fr("0x56")](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[Fr("0x6d")](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])]())[Fr("0x7e")](l([46]),"");let e="";for(let n=0;n<t[Fr("0x70")];n+=2){let o=parseInt(t[Fr("0x7")](n,n+2));o>=s[Fr("0x70")]&&(o-=s[Fr("0x70")]),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[Fr("0x17")]((t=>String[Fr("0x5d")](t)))[Fr("0x67")]("")}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]))}),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])||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])),n[l([111,102,102])]())}),{priority:l([104,105,103,104,101,115,116])})}))}(this[Fr("0x29")])}set[Fr("0x1c")](t){if(this[Fr("0x44")])throw new e.CKEditorError(Fr("0x3b"));this[Fr("0x44")]=t}get[Fr("0x1c")](){return this._adapter}[Fr("0x26")]({channelId:t=zr,threadId:n=(0,e.uid)(),comments:o=[],target:i,isFromAdapter:r}={}){return this.fire(Wr(Fr("0x26"),t),{channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}),this[Fr("0x42")](n)}[Fr("0x2")]({channelId:t=zr,threadId:n=(0,e.uid)(),target:o}){if(this._readOnlyChannels[Fr("0x2c")](t)||this[Fr("0x5a")][Fr("0x2c")](void 0))return;if(!o)throw new e.CKEditorError("commentsrepository-missing-target");const i=this[Fr("0x26")]({channelId:t,threadId:n,target:o});if(!i)return null;const r=this[Fr("0x5")][Fr("0x6d")](i),s=r[Fr("0x7b")][Fr("0x11")][Fr("0x27")],a=this[Fr("0x29")][Fr("0x2e")][Fr("0x6d")](Rr),c=a[Fr("0x4b")](r[Fr("0x7b")]);return a[Fr("0x13")](c),s.once("editorReady",(()=>s[Fr("0x76")]())),i}[Fr("0x8a")](t){if(Fr("0x6c")!=typeof t)throw new e.CKEditorError(Fr("0x90"));return this[Fr("0x8e")].has(t)}getCommentThread(t){if(Fr("0x6c")!=typeof t)throw new e.CKEditorError(Fr("0x90"));return this[Fr("0x8e")][Fr("0x6d")](t)}fetchCommentThread({channelId:t,threadId:n}={}){const o=this[Fr("0x42")](n);if(o)return Promise[Fr("0x32")](o);if(!this[Fr("0x1c")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter",this[Fr("0x29")]);if(Fr("0x40")!=typeof this[Fr("0x1c")][Fr("0x42")])throw new e.CKEditorError(Fr("0x21"),this[Fr("0x29")]);return this[Fr("0x1c")][Fr("0x42")]({channelId:t,threadId:n})[Fr("0x38")]((e=>this[Fr("0x8a")](n)?this[Fr("0x42")](n):e?this.addCommentThread(Object[Fr("0x85")]({isFromAdapter:!0,channelId:t},e)):void 0))[Fr("0x5f")]((t=>{throw console[Fr("0x8c")](t),new e.CKEditorError(Fr("0x2a"),this[Fr("0x29")])}))}[Fr("0x10")]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this._threads.values())t&&o[Fr("0x55")]!==t||e&&!o[Fr("0x3e")]||n&&0===o[Fr("0x70")]||i[Fr("0x1b")](o);return o?i.map((t=>t.toJSON())):i}[Fr("0x48")](t){const n=this.context.plugins.get(Rr);if(!t)return void(this[Fr("0x43")]&&n.deactivateAll());const o=this[Fr("0x42")](t);if(!o)throw new e.CKEditorError("commentsrepository-active-missing-comment-thread",null,{threadId:t});if(!this[Fr("0x5")][Fr("0x2c")](o))throw new e.CKEditorError(Fr("0x89"),null,{threadId:t});const i=n[Fr("0x4b")](this[Fr("0x5")][Fr("0x6d")](o).view);n[Fr("0x13")](i)}[Fr("0x19")](t,e){t?this[Fr("0x5a")][Fr("0xb")](e):this._readOnlyChannels.delete(e);for(const n of this[Fr("0x10")]({channelId:e}))n[Fr("0x41")]=!!t}[Fr("0x41")](t){return this[Fr("0x5a")][Fr("0x2c")](t)||this[Fr("0x5a")][Fr("0x2c")](void 0)}[Fr("0x35")](t,e){return new po(t,e)}[Fr("0x5e")](t,e=zr){const n=!this[Fr("0x87")][Fr("0x2c")](e),o=new Set(this[Fr("0x87")]);n&&!t&&(o.add(e),this[Fr("0x87")]=o),!n&&t&&(o.delete(e),this[Fr("0x87")]=o)}[Fr("0x75")]({channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}){if(Fr("0x6c")!=typeof n)throw new e.CKEditorError(Fr("0x90"),null,{threadId:n});if(this[Fr("0x8a")](n))throw new e.CKEditorError(Fr("0x2d"),null,{threadId:n});const s=new Kr(this,{channelId:t,id:n});(this[Fr("0x5a")][Fr("0x2c")](t)||this._readOnlyChannels[Fr("0x2c")](void 0))&&(s.isReadOnly=!0),this._threads.set(n,s);for(const t of o)s[Fr("0xf")](Object[Fr("0x85")]({isFromAdapter:r},t));i&&s.attachTo(i)}[Fr("0xd")]({threadId:t,target:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(Fr("0x3d"),this);const i=this.context.plugins.get(Fr("0x3c")),r=this.context[Fr("0x2e")][Fr("0x6d")](Rr),s=this._createCommentThreadView(o),a=new po(o,s);let c=null;s.on("change:isDirty",((t,e,n)=>{n?c=i.add(bo(this[Fr("0x29")][Fr("0x53")],Fr("0x49"))):(i[Fr("0x50")](c),c=null)})),this[Fr("0x5")].set(o,a),this[Fr("0x51")][Fr("0x14")](s,a);const x=new lr(this[Fr("0x29")][Fr("0x53")],s);x[Fr("0x45")](Fr("0x70")).to(s),x[Fr("0x45")](Fr("0x8d")).to(s,Fr("0x8d"),s,Fr("0x70"),((t,e)=>t||!e)),x.bind(Fr("0x88")).to(s),x[Fr("0x61")]=Fr("0x39");const h=new Cr({view:x,target:n,type:Fr("0x39")});r[Fr("0xb")](h)}[Fr("0x69")](t){const e=this[Fr("0x29")].plugins.get(Fr("0x4")),{config:n,locale:o}=this.context,r=(0,i.getDateTimeFormatter)(n[Fr("0x6d")](Fr("0x53")));return new(0,n[Fr("0x6d")]("comments")[Fr("0x12")])(o,t,e.me,{editorConfig:n[Fr("0x6d")]("comments.editorConfig"),maxCommentsWhenCollapsed:n.get(Fr("0x8f")),maxThreadTotalWeight:n.get(Fr("0x6b")),maxCommentCharsWhenCollapsed:n.get(Fr("0x8b")),formatDateTime:r,CommentView:n[Fr("0x6d")](Fr("0x62"))[Fr("0x16")]})}[Fr("0x84")]({threadId:t,isFromAdapter:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError("commentsrepository-remove-missing-comment-thread",this);if(this._detachCommentThread(t),this[Fr("0x8e")][Fr("0x3f")](t),!o[Fr("0x70")]||n||!this[Fr("0x1c")]||Fr("0x40")!=typeof this[Fr("0x1c")].removeCommentThread)return Promise[Fr("0x32")]();const i=this[Fr("0x29")].plugins[Fr("0x6d")](Fr("0x3c")),{channelId:r}=o,s=i[Fr("0xb")](bo(this[Fr("0x29")][Fr("0x53")],Fr("0x49")));return this.adapter[Fr("0x37")]({channelId:r,threadId:t}).then((()=>i[Fr("0x50")](s)))[Fr("0x5f")]((t=>{throw console[Fr("0x8c")](t),new e.CKEditorError("commentsrepository-remove-comment-thread-internal-error",this)}))}_detachCommentThread(t){const e=this[Fr("0x29")][Fr("0x2e")].get(Rr),n=this[Fr("0x42")](t);if(this._threadToController.has(n)){const t=this[Fr("0x5")].get(n),o=t.view,i=e[Fr("0x4b")](o);this[Fr("0x5")][Fr("0x3f")](n),this[Fr("0x51")][Fr("0x3f")](o),i&&e[Fr("0x50")](i),t.destroy(),o[Fr("0x5c")]()}}[Fr("0x4e")]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if(Fr("0x6c")!=typeof n)throw new e.CKEditorError(Fr("0x81"));if(Fr("0x6c")!=typeof r)throw new e.CKEditorError(Fr("0x2b"));if(Fr("0x6c")!=typeof o||!o[Fr("0x15")]())throw new e.CKEditorError(Fr("0x54"));const x=this[Fr("0x42")](t);if(!x)throw new e.CKEditorError(Fr("0x6"),this);const h=this.context[Fr("0x2e")][Fr("0x6d")](i.Users)[Fr("0x1d")](r);if(!h)throw new e.CKEditorError("commentsrepository-add-comment-user-not-exists",null,{authorId:r});const d=new Ur(this,{threadId:t,id:n,author:h,content:o,createdAt:s,attributes:a});if(x[Fr("0x1f")](d),c||!this.adapter||Fr("0x40")!=typeof this[Fr("0x1c")][Fr("0xf")])return Promise[Fr("0x32")]();const l=this[Fr("0x29")][Fr("0x2e")].get(Fr("0x3c")),{channelId:u}=x,m=l[Fr("0xb")](bo(this[Fr("0x29")][Fr("0x53")],"PENDING_ACTION_COMMENT_THREAD"));return a||(a={}),this[Fr("0x1c")][Fr("0xf")]({channelId:u,threadId:t,commentId:n,content:o,attributes:a})[Fr("0x38")]((e=>{if(l[Fr("0x50")](m),this[Fr("0x8a")](t))e&&e[Fr("0x59")]&&this[Fr("0x68")]({threadId:t,commentId:n,createdAt:e.createdAt,isFromAdapter:!0});else{const i={threadId:t,commentId:n,content:o,attributes:a,createdAt:e&&e.createdAt?e.createdAt:s,authorId:h.id};this[Fr("0x26")]({channelId:u,threadId:t,comments:[i],isFromAdapter:!0})}}))[Fr("0x5f")]((t=>{throw console.error(t),new e.CKEditorError(Fr("0x7d"),this)}))}[Fr("0x68")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&(Fr("0x6c")!=typeof o||!o[Fr("0x15")]().length))throw new e.CKEditorError(Fr("0x31"));const a=this[Fr("0x42")](t),c=a[Fr("0x71")](n);if(!c)throw new e.CKEditorError(Fr("0x4d"),this);let x=!1;if(o&&o!==c[Fr("0x28")]&&(c[Fr("0x36")]||s)&&(c.content=o,x=!0),i&&i!==c[Fr("0x59")]&&(c[Fr("0x59")]=i,x=!0),r&&!We(r,c.attributes)&&(c.attributes=r,x=!0),!x)return Promise[Fr("0x32")]();if(a[Fr("0x64")](Fr("0x66")),s||!this[Fr("0x1c")]||Fr("0x40")!=typeof this.adapter.updateComment)return Promise[Fr("0x32")]();const h=this[Fr("0x29")][Fr("0x2e")][Fr("0x6d")](Fr("0x3c")),{channelId:d}=this[Fr("0x42")](c[Fr("0x60")]),l=h.add(bo(this[Fr("0x29")][Fr("0x53")],Fr("0x49")));return this[Fr("0x1c")][Fr("0x23")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Fr("0x38")]((()=>h[Fr("0x50")](l))).catch((t=>{throw console[Fr("0x8c")](t),new e.CKEditorError(Fr("0xe"),this)}))}[Fr("0x83")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[Fr("0x42")](t),r=i[Fr("0x71")](n);if(!r)throw new e.CKEditorError("commentsrepository-remove-missing-comment",this);if(i._remove(r),o||!this.adapter||Fr("0x40")!=typeof this[Fr("0x1c")][Fr("0x4f")])return Promise[Fr("0x32")]();const s=this.context.plugins[Fr("0x6d")](Fr("0x3c")),{channelId:a}=i,c=s[Fr("0xb")](bo(this[Fr("0x29")].locale,Fr("0x49")));return this.adapter[Fr("0x4f")]({channelId:a,threadId:t,commentId:n}).then((()=>s[Fr("0x50")](c)))[Fr("0x5f")]((t=>{throw console.error(t),new e.CKEditorError(Fr("0x1"),this)}))}}class Kr{constructor(t,n){this[Fr("0x55")]=n[Fr("0x55")],this.id=n.id,this[Fr("0x14")]("isReadOnly",!1),this[Fr("0x45")](Fr("0x33")).to(t,Fr("0x87"),(t=>!t[Fr("0x2c")](this.channelId))),this[Fr("0x62")]=new e.Collection,this[Fr("0x6a")]=t,this._isAttached=!1}get[Fr("0x25")](){return Array[Fr("0x3")](this[Fr("0x62")])[Fr("0x6f")](((t,e)=>t+e[Fr("0x25")]),0)}get[Fr("0x70")](){return this.comments[Fr("0x70")]}get isAttached(){return this[Fr("0x7c")]}[Fr("0x50")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Fr("0x6a")].fire(Wr(Fr("0x37"),e),{channelId:e,threadId:n,isFromAdapter:t})}[Fr("0x63")](t){this[Fr("0x6a")][Fr("0xd")]({threadId:this.id,target:t})}[Fr("0xf")](t){const{channelId:e,id:n}=this;this[Fr("0x6a")][Fr("0x64")](Wr(Fr("0xf"),e,n),Object[Fr("0x85")]({channelId:e,threadId:n},t))}[Fr("0x71")](t){if(Fr("0x6c")!=typeof t)throw new e.CKEditorError(Fr("0x52"),null,{commentId:t});return this[Fr("0x62")].get(t)}[Fr("0x47")](){return{threadId:this.id,comments:this[Fr("0x62")][Fr("0x17")]((t=>t[Fr("0x47")]()))}}[Fr("0x1f")](t){return this[Fr("0x20")](t,"change:createdAt",(()=>{const e=this[Fr("0x80")](t),n=this[Fr("0x62")];e-1!=n.getIndex(t)&&e+1!=n[Fr("0x24")](t)&&(this[Fr("0x7f")](t),this[Fr("0x1f")](t))})),t[Fr("0x59")]?this.comments[Fr("0xb")](t,this[Fr("0x80")](t)):this[Fr("0x62")][Fr("0xb")](t)}_remove(t){return this.stopListening(t),t[Fr("0x5c")](),this[Fr("0x62")][Fr("0x50")](t)}[Fr("0x80")](t){const e=this.comments[Fr("0x30")]((e=>new Date(e[Fr("0x59")])[Fr("0x73")]()>new Date(t[Fr("0x59")]).getTime()));return e?this[Fr("0x62")].getIndex(e):this[Fr("0x70")]}}(0,e.mix)(Kr,e.ObservableMixin);class Ur{constructor(t,e){const n=t[Fr("0x29")].plugins.get(Fr("0x4")).me,o=t[Fr("0x42")](e[Fr("0x60")]),i=0===o[Fr("0x62")].length,r=n===e[Fr("0x86")];this.id=e.id,this[Fr("0x60")]=e[Fr("0x60")],this[Fr("0x86")]=e[Fr("0x86")],this[Fr("0x14")](Fr("0x28"),e.content),this[Fr("0x14")]("createdAt",e[Fr("0x59")]||new Date),this[Fr("0x14")](Fr("0x4c"),e[Fr("0x4c")]||{}),this[Fr("0x14")](Fr("0x36"),r),this[Fr("0x45")](Fr("0x33")).to(o,"isRemovable",(t=>t&&i||r)),this.bind(Fr("0x41")).to(o,Fr("0x41")),this._repository=t}get[Fr("0x25")](){return Math.max(function(t){const e=document.createElement(Fr("0x9"));return e[Fr("0x2f")]=t,e.textContent.length}(this.content),200)}[Fr("0xc")](t){const{threadId:n,id:o}=this;if(!this[Fr("0x6a")][Fr("0x8a")](n))throw new e.CKEditorError(Fr("0x8"),this);const{channelId:i}=this[Fr("0x6a")][Fr("0x42")](n);this._repository[Fr("0x64")](Wr(Fr("0x23"),i,n),Object[Fr("0x85")]({channelId:i,threadId:n,commentId:o},t))}[Fr("0x1a")](t,e){const n=zn(this[Fr("0x4c")]);io(n,t,e),this[Fr("0xc")]({attributes:n})}[Fr("0x18")](t){const e=zn(this.attributes);ho(e,t),this.update({attributes:e})}[Fr("0x50")](t={}){if(!t.isFromAdapter&&!this[Fr("0x33")])return;const{threadId:n,id:o}=this;if(!this[Fr("0x6a")][Fr("0x8a")](n))throw new e.CKEditorError(Fr("0x22"),this);const{channelId:i}=this[Fr("0x6a")][Fr("0x42")](n);this[Fr("0x6a")].fire(Wr("removeComment",i,n),Object[Fr("0x85")]({channelId:i,threadId:n,commentId:o},t))}[Fr("0x47")](){return{commentId:this.id,content:this.content,createdAt:this[Fr("0x59")],authorId:this[Fr("0x86")].id,attributes:this[Fr("0x4c")]}}[Fr("0x5c")](){this[Fr("0x79")]()}}function Wr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}(0,e.mix)(Ur,e.ObservableMixin);const Hr=["substr","tableCell","backward","change","execute","comment:","createRange","getLastMatchingPosition","getItems","element","end","refresh","editor","selection","textProxy","isObject","isEnabled","document","item","model","_hasContent","_itemIsContent","push","getRanges","_trimToContent"];var Zr,qr;Zr=Hr,qr=499,function(t){for(;--t;)Zr.push(Zr.shift())}(++qr);const $r=function(t,e){return Hr[t-=0]};class Gr extends t.Command{[$r("0xc")](){const t=this[$r("0xd")][$r("0x14")][$r("0x12")][$r("0xe")];for(const e of t[$r("0x18")]())if(this[$r("0x15")](e))return void(this[$r("0x11")]=!0);this[$r("0x11")]=!1}[$r("0x5")]({threadId:t=(0,e.uid)()}={}){const n=this[$r("0xd")][$r("0x14")],o=[];for(const t of n[$r("0x12")].selection[$r("0x18")]())this[$r("0x15")](t)&&o[$r("0x17")](this[$r("0x0")](t));n[$r("0x4")]((n=>{for(const i of o){const o=(0,e.uid)()[$r("0x1")](1,5),r=$r("0x6")+t+":"+o;n.addMarker(r,{range:i,usingOperation:!1,affectData:!1})}}))}[$r("0x15")](t){for(const e of t[$r("0x9")]())if(this[$r("0x16")](e))return!0;return!1}[$r("0x16")](t){return t.is($r("0xf"))||this[$r("0xd")][$r("0x14")].schema[$r("0x10")](t)&&!t.is($r("0xa"),$r("0x2"))}[$r("0x0")](t){const e=t=>!this[$r("0x16")](t[$r("0x13")]),n=t.start[$r("0x8")](e),o=t[$r("0xb")].getLastMatchingPosition(e,{direction:$r("0x3")});return this[$r("0xd")][$r("0x14")][$r("0x7")](n,o)}}const Jr=["addCommentThread","afterInit","RestrictedEditingModeEditing","editor","plugins"];var Yr,Qr;Yr=Jr,Qr=172,function(t){for(;--t;)Yr.push(Yr.shift())}(++Qr);const Xr=function(t,e){return Jr[t-=0]};class ts extends t.Plugin{[Xr("0x4")](){const t=this[Xr("0x1")];t[Xr("0x2")].has("RestrictedEditingModeEditing")&&t[Xr("0x2")].get(Xr("0x0")).enableCommand(Xr("0x3"))}}var es=n(446),ns={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(es.Z,ns);es.Z.locals;const os=["dataDowncast","$graveyard","hasCommentThread","ready","getAttribute","getCommentThread","get","activeMarker","split","render","once","size","editor","low","config","hasContent","newRange","collaboration.channelId","_attachedThreads","root","$marker","plugins","set","has","CommentsRepository","start","createRange","stop","_threads","name","view","top","change","managedUsingOperations","commands","for","listenTo","schema","switchReadOnly","reconvertMarker","change:isThreadsLoadingPaused","CommentsEditing","_handleMarkerAddAndRemove","registerPostFixer","text","add","markerToData","dataToMarker","update:comment","upcast","destroyed","updateMarker","delete","length","left","elementToElement","isCollapsed","addComment","ck-comment-marker--active","fetchCommentThread","editing","markers","comment:","removeMarker","conversion","createPositionBefore","ck-comment-marker","model","getWalker","removeCommentThread","requires","change:isReadOnly","comment","high","affectsData","getAllMarkersForId","_initializeMarkerConverters","_attachThreadToMarker","destroy","map","from","sort","document","isThreadsLoadingPaused"];var is,rs;is=os,rs=490,function(t){for(;--t;)is.push(is.shift())}(++rs);const ss=function(t,e){return os[t-=0]};class as extends t.Plugin{static get[ss("0x0")](){return[Lr,ts]}static get pluginName(){return ss("0x37")}constructor(t){super(t),this.set("isThreadsLoadingPaused",!0),t.data.once(ss("0x11"),(()=>this[ss("0xd")]=!1)),this[ss("0x24")](ss("0x15"),null),this.on("change:activeMarker",((e,n,o,i)=>{t[ss("0x51")].change((()=>{if(o){const{id:e}=xs(o),n=this[ss("0x5")](e);for(const e of n)t[ss("0x4a")][ss("0x35")](e)}if(i){const{id:e}=xs(i),n=this.getAllMarkersForId(e);for(const e of n)t.editing[ss("0x35")](e)}}))})),this[ss("0x20")]=new Set}init(){const t=this[ss("0x1a")],e=t[ss("0x23")].get(ss("0x26")),n=t.config[ss("0x14")](ss("0x1f"));t[ss("0x30")][ss("0x3b")]("addCommentThread",new Gr(t)),this[ss("0x32")](t,ss("0x1"),((n,o,i)=>{e[ss("0x34")](i,t.config[ss("0x14")](ss("0x1f")))})),this[ss("0x32")](e,cs(ss("0x53"),n),((n,{threadId:o})=>{t[ss("0x51")][ss("0x2e")]((t=>{for(const e of this.getAllMarkersForId(o))t[ss("0x4d")](e)}));const i=e[ss("0x13")](o);e[ss("0x10")](o)&&!i.length||n[ss("0x29")]()}),{priority:ss("0x3")}),this[ss("0x32")](e,cs(ss("0x47"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this[ss("0x5")](o);!i&&0!=r[ss("0x43")]&&e[ss("0x10")](o)&&1===e[ss("0x13")](o).length&&t[ss("0x51")].change((t=>{for(const e of r)t[ss("0x41")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:ss("0x1b")}),this[ss("0x6")](),this._handleMarkerAddAndRemove()}[ss("0x8")](){const t=this[ss("0x1a")][ss("0x23")].get(ss("0x26")),e=this[ss("0x1a")][ss("0x1c")].get("collaboration.channelId");for(const n of t.getCommentThreads({channelId:e}))t._detachCommentThread(n.id),t[ss("0x2a")][ss("0x42")](n.id);super.destroy()}hasMarkerForId(t){return this[ss("0x5")](t).length>0}[ss("0x5")](t){const e=this.editor[ss("0x51")][ss("0x4b")].get(ss("0x4c")+t);return e?[e]:Array[ss("0xa")](this[ss("0x1a")][ss("0x51")][ss("0x4b")].getMarkersGroup(ss("0x4c")+t))}[ss("0x6")](){const t=this.editor;t[ss("0x4e")][ss("0x31")]("editingDowncast").markerToHighlight({model:ss("0x2"),view:t=>{const{id:e}=xs(t.markerName),n=[ss("0x50")];return this.activeMarker&&xs(this.activeMarker).id===e&&n.push(ss("0x48")),{classes:n,attributes:{"data-comment":e}}}}),t[ss("0x4e")][ss("0x31")](ss("0xe"))[ss("0x3c")]({model:ss("0x2"),view:e=>{const n=t[ss("0x51")].markers[ss("0x14")](e),{id:o,part:i}=xs(e);return n&&!n[ss("0x4")]?null:{group:"comment",name:i?o+":"+i:o}}}),t[ss("0x4e")][ss("0x31")](ss("0x3f"))[ss("0x45")]({view:{name:ss("0x2"),attribute:{id:/^\w/}},model:(t,{writer:e})=>e.createElement(ss("0x22"),{"data-name":"comment:"+t[ss("0x12")]("id")})}),t[ss("0x4e")][ss("0x31")](ss("0x3f"))[ss("0x3d")]({view:ss("0x2")})}[ss("0x38")](){const t=this[ss("0x1a")],e=t[ss("0x23")].get(ss("0x26")),n=new Set;t[ss("0x51")][ss("0xc")][ss("0x39")]((e=>{let o=!1;for(const{name:i,data:r}of t.model.document.differ.getChangedMarkers()){const{group:s,id:a}=xs(i);let c=r[ss("0x1e")];if(ss("0x2")!==s||!c)continue;const x=ss("0xf")===c[ss("0x21")].rootName;x||(c=hs(c,t[ss("0x51")]),!c||c.isEqual(r[ss("0x1e")]))?!c||!t[ss("0x51")][ss("0x1d")](c)||this[ss("0x20")][ss("0x25")](a)&&x?(e[ss("0x4d")](i),o=!0):x||(this.isThreadsLoadingPaused?n.add(a):this._attachThreadToMarker(a)):(e[ss("0x41")](i,{range:c}),o=!0)}return o})),this.on(ss("0x36"),((t,e,o)=>{if(!o&&n[ss("0x19")])for(const t of n)this[ss("0x7")](t),n[ss("0x42")](t)})),this[ss("0x32")](t[ss("0x51")].markers,ss("0x3e"),((o,i,r,s)=>{if(s)return;const{id:a}=xs(i[ss("0x2b")]),c=t[ss("0x23")].get("CommentsRepository").getCommentThread(a);n[ss("0x42")](a),c&&!this.hasMarkerForId(a)&&(this._attachedThreads[ss("0x42")](a),e._detachCommentThread(a))}))}[ss("0x7")](t){if(this[ss("0x20")][ss("0x25")](t))return;this[ss("0x20")][ss("0x3b")](t);const n=this[ss("0x1a")],o=n.plugins[ss("0x14")](ss("0x26")),r=n[ss("0x1c")][ss("0x14")](ss("0x1f")),s=()=>{const o=this[ss("0x5")](t);if(0==o.length)return null;const r=o[ss("0x9")]((t=>(0,i.getMarkerDomElement)(n[ss("0x4a")],t)));return r[ss("0xb")](((t,n)=>{const o=new e.Rect(t),i=new e.Rect(n),r=o[ss("0x2d")]-i[ss("0x2d")];return 0==r?o[ss("0x44")]-i[ss("0x44")]:r})),r[0]};this.getAllMarkersForId(t)[0][ss("0x2f")]?o[ss("0x49")]({channelId:r,threadId:t}).then((e=>{if(ss("0x40")!==n.state)if(e)e.attachTo(s);else{const e=this[ss("0x5")](t);n[ss("0x51")][ss("0x2e")]((t=>{for(const n of e)t[ss("0x4d")](n)}))}})):n[ss("0x4a")][ss("0x2c")][ss("0x18")](ss("0x17"),(()=>{o.openNewCommentThread({channelId:r,threadId:t,target:s})}),{priority:"low"})}}function cs(t,e){return e?t+":"+e:t}function xs(t){const e=t[ss("0x16")](":");return{group:e[0],id:e[1],part:e[2]}}function hs(t,e){const n=e[ss("0x33")],o=e[ss("0x28")](t.start);for(const i of t[ss("0x52")]()){const{type:t,item:r,nextPosition:s}=i;if(ss("0x3a")===t||n.isObject(r)){const t=e[ss("0x4f")](r);o[ss("0x46")]&&(o[ss("0x27")]=t),o.end=s}}return o[ss("0x46")]?null:o}const ds=["plugins","addSourceCollector","has","keys","from","focusTracker","getByInnerView","element","innerView","model","collection","directChange","update","getOrderedSelectedAnnotations","editorannotations-invalid-source-callback","editing","sort","hasDomSelection","get","containsRange","uiUpdate","_dataCollectors","getRanges","set","pluginName","listenTo","change:range","document","isReadOnly","fire","push","view","range","isCollapsed","annotation","cancel","change:isFocused","selection","_editorAnnotationsData","remove","map","add","EditorAnnotations","refreshSelectedViews","editor","blur","init","refresh"];var ls,us;ls=ds,us=204,function(t){for(;--t;)ls.push(ls.shift())}(++us);const ms=function(t,e){return ds[t-=0]};class fs extends t.Plugin{static get requires(){return[Rr]}static get[ms("0xc")](){return ms("0x1e")}constructor(t){super(t),this[ms("0x9")]=new Set}[ms("0x22")](){const t=this[ms("0x20")],e=t[ms("0x24")][ms("0x6")](Rr),n=t[ms("0x2d")][ms("0xf")][ms("0x19")],o=Xi((()=>this[ms("0x1f")]()),10);n.on(ms("0xe"),((t,e)=>{e[ms("0x2f")]&&(o[ms("0x17")](),this[ms("0x1f")]())})),this[ms("0xd")](t.editing[ms("0x13")][ms("0xf")],ms("0x18"),((t,e,n)=>{n&&o()})),this[ms("0xd")](t.ui[ms("0x29")],ms("0x18"),((e,n,o)=>{o||t[ms("0x10")]||this[ms("0x11")](ms("0x21"),{isAnnotationTracked:t=>this._editorAnnotationsData[ms("0x26")](t[ms("0x2c")])})})),this[ms("0xd")](this[ms("0x20")].ui,ms("0x0"),(()=>this[ms("0x11")](ms("0x8"))));const i=new Set;this.listenTo(e[ms("0x2e")],ms("0x1d"),((e,n)=>{for(const e of this[ms("0x1a")][ms("0x27")]())if(e===n[ms("0x2c")]){t.ui.focusTracker[ms("0x1d")](n[ms("0x13")][ms("0x2b")]),i.add(n[ms("0x13")]);break}})),this.listenTo(e[ms("0x2e")],ms("0x1b"),((e,n)=>{i[ms("0x26")](n[ms("0x13")])&&(t.ui.focusTracker[ms("0x1b")](n[ms("0x13")][ms("0x2b")]),i.delete(n[ms("0x13")]))}))}[ms("0x5")](){return this[ms("0x20")][ms("0x3")][ms("0x13")][ms("0x5")]}[ms("0x25")](t){if("function"!=typeof t)throw new e.CKEditorError(ms("0x2"));this[ms("0x9")][ms("0x1d")](t)}[ms("0x1f")](){this.fire(ms("0x23"))}[ms("0x1")]({activeAnnotation:t,annotations:e}){const n=[],o=this[ms("0x20")][ms("0x2d")][ms("0xf")][ms("0x19")],i=Array[ms("0x28")](o[ms("0xa")]());for(const[t,o]of this[ms("0x1a")]){const i=r(o),s=e[ms("0x2a")](t);i&&s&&n[ms("0x12")]({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[ms("0x7")](t,!o[ms("0x15")]))return e;return null}return n[ms("0x4")](((e,n)=>{const o=e[ms("0x14")],i=n[ms("0x14")];if(!o.isEqual(i)){if(o[ms("0x7")](i,!0))return 1;if(i[ms("0x7")](o,!0))return-1}return e[ms("0x16")]==t?-1:n[ms("0x16")]==t?1:0}))[ms("0x1c")]((t=>t[ms("0x16")]))}get[ms("0x1a")](){const t=new Map;for(const e of Array[ms("0x28")](this[ms("0x9")]))for(const[n,o]of e())t[ms("0xb")](n,o);return t}}const ps='\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',gs=["model","innerView","addComment","view","editing","get","pluginName","plugins","push","CommentThreadInputView","from","change:activeAnnotations","comment","getAllMarkersForId","CommentsUI","editor","_viewToController","hasCommentThread","label","stop","requires","isFocused","bind","commands","focusTracker","low","componentFactory","execute","length","removeCommentThread","init","getCommentThread","isEnabled","has","addSourceCollector","_createUIButton","locale","_threadToController","comment:","add","activeMarker","listenTo","icon","hasMarkerForId","tooltip"];var bs,vs;bs=gs,vs=198,function(t){for(;--t;)bs.push(bs.shift())}(++vs);const _s=function(t,e){return gs[t-=0]};class ws extends t.Plugin{static get[_s("0x21")](){return _s("0x29")}static get[_s("0x2")](){return[Lr,as,fs,Rr]}get CommentsListView(){return si}get[_s("0x24")](){return Jo}[_s("0xc")](){const t=this[_s("0x2a")],e=t[_s("0x22")][_s("0x20")](Lr),n=t[_s("0x22")][_s("0x20")](as),o=t.plugins[_s("0x20")](Rr),i=t.plugins[_s("0x20")](fs);t.ui[_s("0x8")][_s("0x15")](_s("0x27"),(()=>this[_s("0x11")]())),i[_s("0x10")]((()=>{const t=[];for(const[o,i]of e[_s("0x13")]){const e=n[_s("0x28")](o.id),r=e.map((t=>t.getRange()));e[_s("0xa")]>0&&t[_s("0x23")]([i[_s("0x1e")],r])}return t})),this[_s("0x17")](o,_s("0x26"),((t,o,i)=>{const r=Array[_s("0x25")](i).map((t=>t[_s("0x1c")])).find((t=>e[_s("0x2b")][_s("0xf")](t)));if(!r)return void(n[_s("0x16")]=null);const s=e[_s("0x2b")][_s("0x20")](r)[_s("0x1b")].id,a=_s("0x14")+s;n[_s("0x19")](s)?n.activeMarker=a:n[_s("0x16")]&&(n[_s("0x16")]=null)})),this[_s("0x17")](e,_s("0xb"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui[_s("0x6")][_s("0x3")]&&n[_s("0x19")](o)&&t[_s("0x1f")][_s("0x1e")].focus()}),{priority:"highest"}),this.listenTo(e,_s("0x1d"),((o,{threadId:i,isFromAdapter:r})=>{!r&&n[_s("0x19")](i)&&e[_s("0x2c")](i)&&1===e[_s("0xd")](i).length&&(t[_s("0x1f")].view.focus(),o[_s("0x1")]())}),{priority:_s("0x7")})}[_s("0x11")](){const t=this[_s("0x2a")],e=new go.ButtonView(t[_s("0x12")]),n=t[_s("0x5")][_s("0x20")]("addCommentThread");return e[_s("0x0")]=bo(t[_s("0x12")],"Comment"),e[_s("0x1a")]=bo(t[_s("0x12")],"Comment"),e[_s("0x18")]=ps,e[_s("0x4")](_s("0xe")).to(n),this[_s("0x17")](e,_s("0x9"),(()=>n[_s("0x9")]())),e}}const ks=["pluginName","isEnabled","plugins","clearForceDisabled","affectsData","stopListening","addCommentThread","editor","commentsOnlyMode","DragDrop","highest","CommentsOnly","requires","_disableCommentsOnlyMode","get","set","cut","view","listenTo","config","_enableCommentsOnlyMode","editing","has","stop","commentsOnly","forceDisabled","commands","delete"];var ys,Cs;ys=ks,Cs=382,function(t){for(;--t;)ys.push(ys.shift())}(++Cs);const As=function(t,e){return ks[t-=0]};class Ts extends t.Plugin{static get[As("0xa")](){return As("0x15")}static get[As("0x16")](){return[as]}constructor(t){super(t),this[As("0x19")](As("0xb"),null),this.on("change:isEnabled",((t,e,n)=>{n?this._enableCommentsOnlyMode():this[As("0x17")]()}))}afterInit(){null===this[As("0xb")]&&(this[As("0xb")]=!!this[As("0x11")][As("0x1")][As("0x18")](As("0x6")))}[As("0x2")](){for(const[t,e]of this[As("0x11")][As("0x8")])e[As("0xe")]&&As("0x10")!==t&&e[As("0x7")](As("0x12"));this[As("0x11")][As("0xc")][As("0x4")]("DragDrop")&&this[As("0x11")][As("0xc")][As("0x18")](As("0x13")).forceDisabled(As("0x12"));const t=this.editor[As("0x3")][As("0x1b")].document;this.listenTo(t,As("0x1a"),(t=>t[As("0x5")]()),{priority:As("0x14")}),this[As("0x0")](t,"clipboardInput",(t=>t[As("0x5")]()),{priority:As("0x14")}),this[As("0x0")](t,As("0x9"),(t=>t[As("0x5")]()),{priority:As("0x14")})}[As("0x17")](){for(const[t,e]of this[As("0x11")][As("0x8")])e[As("0xe")]&&As("0x10")!==t&&e[As("0xd")](As("0x12"));this[As("0xf")](this[As("0x11")][As("0x3")].view.document)}}const Es=["plugins","context","function","get","listenTo","pluginName","isActive","push","annotationsuis-annotation-mismatch","find","change:activeAnnotation","annotationsuis-register-already-registered","from","set","setActiveAnnotation","activate","delete","_removeActiveAnnotation","deactivateAll","detach","add","filter","_visibleAnnotations","deactivate","type","stopListening","annotationsuis-activate-missing-ui","collection","destroy","switchTo","_uisData","has","_uis","_deactivateAllAnnotations","_activateAnnotation","activeUIs","AnnotationsUIs","size","annotationsuis-register-invalid-interface","_assertAnnotationDoesNotBelongToMultipleUIs","_setSelectedAnnotations","init"];var Is,js;Is=Es,js=193,function(t){for(;--t;)Is.push(Is.shift())}(++js);const Os=function(t,e){return Es[t-=0]};class Vs extends t.ContextPlugin{static get requires(){return[Rr]}static get[Os("0x16")](){return Os("0xb")}constructor(t){super(t),this[Os("0xa")]=new Set,this[Os("0x7")]=new Map,this[Os("0x5")]=new Map}[Os("0x10")](){const t=this.context[Os("0x11")][Os("0x14")](Rr);this[Os("0x15")](t,Os("0x9"),((t,e)=>{for(const t of this.activeUIs){const n=this[Os("0x7")][Os("0x14")](t);(0,this[Os("0x5")][Os("0x14")](t)[Os("0x26")])(e)&&n[Os("0x1f")](e)}})),this[Os("0x15")](t,Os("0x8"),(()=>{for(const t of this[Os("0xa")])this[Os("0x7")][Os("0x14")](t)[Os("0x1f")](null)})),this[Os("0x15")](t._visibleAnnotations,"add",((t,e)=>{this[Os("0xe")](e)}))}hasActive(){return this[Os("0xa")][Os("0xc")]>0}isActive(t){return this[Os("0xa")][Os("0x6")](t)}[Os("0x20")](t,n=(()=>!0)){const o=this[Os("0x12")][Os("0x11")].get(Rr);if(!this[Os("0x7")][Os("0x6")](t))throw new e.CKEditorError(Os("0x1"),this,{uiName:t});this[Os("0x17")](t)&&this.deactivate(t),this[Os("0xa")][Os("0x25")](t);const i=new jr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e[Ir("0x6")](o);e[Ir("0xa")](t,"add",((t,o)=>{n(o)&&e[Ir("0x6")](o)})),e.listenTo(t,Ir("0xf"),((t,n)=>{e[Ir("0x11")](n)&&e[Ir("0xf")](n)}))})({source:o[Os("0x27")],target:i,filter:n}),this[Os("0x5")][Os("0x1e")](t,{collection:i,filter:n});const r=this[Os("0x7")].get(t);r.attach(i),this[Os("0x15")](r,Os("0x1b"),((t,e,n,i)=>{i&&o[Os("0x22")](i),n&&o._addActiveAnnotation(n)}))}[Os("0x28")](t){this[Os("0xa")][Os("0x21")](t);const e=this[Os("0x7")][Os("0x14")](t);e[Os("0x24")](),this[Os("0x0")](e),this[Os("0x5")][Os("0x14")](t)[Os("0x2")][Os("0x3")](),this._uisData.delete(t)}[Os("0x4")](t){const e=this[Os("0x12")][Os("0x11")][Os("0x14")](Rr),n=Array[Os("0x1d")](e.activeAnnotations)[0]||null;this[Os("0x23")](),this.activate(t);const o=this[Os("0x7")][Os("0x14")](t);o.setActiveAnnotation(n),o[Os("0xf")]&&n&&o[Os("0xf")]([n])}[Os("0x23")](){for(const t of this.activeUIs)this.deactivate(t)}register(t,n){if(this._uis[Os("0x6")](t))throw new e.CKEditorError(Os("0x1c"));if(Os("0x13")!=typeof n.attach||Os("0x13")!=typeof n[Os("0x24")]||"function"!=typeof n[Os("0x1f")])throw new e.CKEditorError(Os("0xd"),null);this[Os("0x7")][Os("0x1e")](t,n)}refilterAnnotations(){const t=this[Os("0x12")][Os("0x11")][Os("0x14")](Rr)[Os("0x2")],e=new Map,n=Array[Os("0x1d")](this.activeUIs);for(const t of this[Os("0xa")]){const n=this._uisData[Os("0x14")](t).collection;for(const o of n)e[Os("0x1e")](o,t)}for(const o of t){const t=e[Os("0x14")](o);this[Os("0xe")](o);const i=n[Os("0x1a")]((t=>this[Os("0x5")][Os("0x14")](t)[Os("0x26")](o)));t!==i&&(t&&this[Os("0x5")][Os("0x14")](t)[Os("0x2")].remove(o),i&&this[Os("0x5")][Os("0x14")](i).collection[Os("0x25")](o))}}[Os("0x3")](){this[Os("0x23")](),super.destroy()}_assertAnnotationDoesNotBelongToMultipleUIs(t){const n=[];for(const e of this[Os("0xa")])(0,this[Os("0x5")][Os("0x14")](e).filter)(t)&&n[Os("0x18")](e);if(n.length>1)throw new e.CKEditorError(Os("0x19"),null,{matchedUIs:n,annotationType:t[Os("0x29")]})}}var Ss=n(100),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(Ss.Z,Ms);Ss.Z.locals;const Ds=["list","ck-reset","set","div","minHeight","class","createCollection","setTemplate"];var Rs,Ps;Rs=Ds,Ps=284,function(t){for(;--t;)Rs.push(Rs.shift())}(++Ps);const Bs=function(t,e){return Ds[t-=0]},Ns=(0,e.toUnit)("px");class Fs extends go.View{constructor(t){super(t);const e=this.bindTemplate;this.set(Bs("0x0"),0),this[Bs("0x6")]("class",""),this[Bs("0x4")]=this[Bs("0x2")](),this[Bs("0x3")]({tag:Bs("0x7"),attributes:{class:["ck","ck-sidebar",Bs("0x5"),e.to(Bs("0x1"))],style:{minHeight:e.to(Bs("0x0"),(t=>t?Ns(t+10):null))}},children:this[Bs("0x4")]})}}const zs=["destroy","detach","createCollection","div","isAnimationDisabled","_targetTop","_mutationObserver","element","content","render","height","top","bindTemplate","updateHeight"];var Ls,Ks;Ls=zs,Ks=467,function(t){for(;--t;)Ls.push(Ls.shift())}(++Ks);const Us=function(t,e){return zs[t-=0]},Ws=(0,e.toUnit)("px");class Hs extends go.View{constructor(t){super(t),this.set(Us("0x6")),this.set("height",0),this.bind("bottom").to(this,Us("0x6"),this,Us("0x5"),((t,e)=>(t||0)+e)),this.set(Us("0xd"),!1),this[Us("0x1")]=rr((()=>this[Us("0x8")]())),this[Us("0x0")]=null,this.content=this[Us("0xb")]();const e=this[Us("0x7")];this.setTemplate({tag:Us("0xc"),attributes:{class:["ck-sidebar-item",e.to("isAnimationDisabled",(t=>t?"ck-sidebar-item--no-animation":""))],style:{top:e.to(Us("0x6"),Ws)}},children:this[Us("0x3")]})}[Us("0x4")](){super[Us("0x4")](),this[Us("0x1")].attach(this[Us("0x2")])}updateHeight(){const t=this.element.clientHeight;t&&(this[Us("0x5")]=t)}[Us("0x9")](){this[Us("0x3")].clear(),this._mutationObserver[Us("0xa")](),super[Us("0x9")]()}}const Zs=["_setItemTop","_alignBeforeItem","bottom","isActive","view","element","_annotations","locale","listenTo","pluginName","class","container","list","render","refresh","change:targetRect","sidebar-setcontainer-invalid-element","sidebar-attachtocontainer-missing-container","_getTargetTop","change:top","_activeAnnotation","_annotationToSidebarItemView","max","_lastItem","delete","set","sidebar.container","add","_sidebarItemViewToAnnotation","_updateLastItem","getSidebarItemView","define","_getItemBefore","destroy","targetRect","last","target","stopListening","_spaceBetweenItems","bind","isAnimationDisabled","_getMaxAvailableTop","clear","content","remove","context","_detachFromContainer","_alignToTargetRect","sidebar.preventScrollOutOfView","get","_attachToContainer","getIndex","_createSidebarView","appendChild","_destroySidebarItemView","length","updateHeight","addAnnotation","Sidebar","change:bottom","top","_targetTop","setContainer","_alignAfterItem","unbind","minHeight","rearrange","config"];var qs,$s;qs=Zs,$s=394,function(t){for(;--t;)qs.push(qs.shift())}(++$s);const Gs=function(t,e){return Zs[t-=0]};class Js extends t.ContextPlugin{static get[Gs("0x17")](){return Gs("0x4")}constructor(t){super(t),this[Gs("0x27")](Gs("0x25")),this[Gs("0x12")]=this[Gs("0x42")](),this[Gs("0x27")](Gs("0x19"),null),this[Gs("0x34")]=25,this[Gs("0x2a")]=new Map,this[Gs("0x23")]=new Map,this.context.config[Gs("0x2d")](Gs("0x3e"),!1),this[Gs("0x14")]=null,this[Gs("0x22")]=null}init(){const t=this[Gs("0x3b")][Gs("0xd")][Gs("0x3f")](Gs("0x28"));t&&this[Gs("0x8")](t)}[Gs("0x8")](t){if(!vr(t))throw new e.CKEditorError(Gs("0x1e"));this[Gs("0x19")]=t}[Gs("0x40")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!vr(this.container))throw new e.CKEditorError(Gs("0x1f"),this);this[Gs("0x19")][Gs("0x43")](this[Gs("0x12")].element),this.view.class=t,this._spaceBetweenItems=n}[Gs("0xc")]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this[Gs("0x2c")](t);this.view[Gs("0x1a")].remove(o),this._destroySidebarItemView(t),e&&this._alignToTargetRect(this[Gs("0x2c")](e)),n&&this[Gs("0x3d")](this[Gs("0x2c")](n)),this[Gs("0x2b")]()}[Gs("0x1c")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this[Gs("0x22")]=e,t){t[Gs("0x11")]=!1;const e=this[Gs("0x2c")](t);e&&n&&(e[Gs("0x36")]=!1)}if(e){const t=this[Gs("0x2c")](e);t&&(e[Gs("0x11")]=!0,n&&(t[Gs("0x36")]=!0,t.top+=1),this[Gs("0x3d")](t))}}[Gs("0x3c")](t){this.stopListening(),this.view[Gs("0x13")][Gs("0x3a")]();for(const e of t)this[Gs("0x0")](e);this[Gs("0x12")].list[Gs("0x38")](),this.view[Gs("0x18")]="",this[Gs("0x25")]=null}[Gs("0x3")](t,e){e||(e=t[Gs("0x12")]);const n=new Hs(this[Gs("0x3b")][Gs("0x15")]);this[Gs("0x2a")][Gs("0x27")](n,t),this[Gs("0x23")][Gs("0x27")](t,n),n[Gs("0x39")].add(e),this[Gs("0x3d")](n),this[Gs("0x16")](t[Gs("0x12")],Gs("0x1d"),(()=>{const t=this[Gs("0x20")](n);n[Gs("0x7")]!=t&&(n[Gs("0x7")]=t,this._setItemTop(n,t))})),this[Gs("0x16")](n,Gs("0x21"),tr((()=>{if(!n[Gs("0x39")][Gs("0x1")])return;const t=this[Gs("0x2e")](n);if(!t)return;const e=this[Gs("0x2a")][Gs("0x3f")](t),o=this[Gs("0x22")];o&&o===e?this[Gs("0x9")](t,n):this._alignBeforeItem(n,t)}),10,{leading:!1})),this.listenTo(n,Gs("0x5"),tr((()=>{if(!n[Gs("0x39")][Gs("0x1")])return;const t=this._getItemAfter(n);if(!t)return;const e=this[Gs("0x2a")][Gs("0x3f")](t),o=this[Gs("0x3b")][Gs("0xd")][Gs("0x3f")](Gs("0x3e")),i=this[Gs("0x22")];i&&i===e&&o?(this[Gs("0xf")](t,n),this[Gs("0x9")](n,t)):i&&i===e?this._alignBeforeItem(t,n):this[Gs("0x9")](n,t)}),10,{leading:!1}));const o=this[Gs("0x2e")](n);return o&&this[Gs("0x9")](o,n)||this[Gs("0x3d")](n),this[Gs("0x2b")](),this[Gs("0x12")].list[Gs("0x29")](n),n}getSidebarItemView(t){return this[Gs("0x23")][Gs("0x3f")](t)}[Gs("0x2f")](){this[Gs("0x12")][Gs("0x2f")]()}[Gs("0x0")](t){const e=this[Gs("0x2c")](t);this[Gs("0x33")](e),this.stopListening(t[Gs("0x12")]),e[Gs("0x2f")](),this[Gs("0x23")][Gs("0x26")](t),this[Gs("0x2a")][Gs("0x26")](e)}[Gs("0x42")](){const t=new Fs(this.context[Gs("0x15")]);return t[Gs("0x1b")](),this.on("change:_lastItem",((e,n,o,i)=>{i&&t[Gs("0xa")](Gs("0xb")),o?t[Gs("0x35")]("minHeight").to(o,Gs("0x10")):t[Gs("0xb")]=null})),t}[Gs("0x2b")](){this._lastItem=this.getSidebarItemView(this[Gs("0x14")][Gs("0x31")])}_getItemBefore(t){const e=this[Gs("0x2a")][Gs("0x3f")](t),n=this[Gs("0x14")].get(this[Gs("0x14")][Gs("0x41")](e)-1);return n&&this.getSidebarItemView(n)}_getItemAfter(t){const e=this[Gs("0x2a")].get(t),n=this._annotations[Gs("0x3f")](this[Gs("0x14")][Gs("0x41")](e)+1);return n&&this[Gs("0x2c")](n)}[Gs("0xf")](t,e){t.updateHeight();const n=Ys(e[Gs("0x10")]+this[Gs("0x34")],t[Gs("0x6")]);return!!n&&(this[Gs("0xe")](e,e[Gs("0x6")]-n),!0)}[Gs("0x9")](t,e){t[Gs("0x2")]();const n=Ys(t[Gs("0x10")]+this[Gs("0x34")],e.top);return!!n&&(this._setItemTop(e,e.top+n,!1),!0)}[Gs("0x3d")](t){const e=this[Gs("0x2a")][Gs("0x3f")](t);if(!e||!e[Gs("0x32")])return;const n=this[Gs("0x20")](t);this[Gs("0xe")](t,n)}[Gs("0x20")](t){const n=this[Gs("0x2a")][Gs("0x3f")](t);if(null===n[Gs("0x30")])return 0;if(n[Gs("0x32")]instanceof e.Rect)return n[Gs("0x30")][Gs("0x6")];{const t=new e.Rect(this[Gs("0x12")].element)[Gs("0x6")];return n.targetRect.top-t}}[Gs("0xe")](t,e,n=this[Gs("0x3b")].config[Gs("0x3f")](Gs("0x3e"))){n&&(e=Math[Gs("0x24")](e,this._getMaxAvailableTop(t))),t[Gs("0x6")]=e}[Gs("0x37")](t){let e=this[Gs("0x2e")](t),n=0;for(;e;)e[Gs("0x2")](),n+=this[Gs("0x34")]+e.height,e=this._getItemBefore(e);return n}}function Ys(t,e){return Math[Gs("0x24")](t-e,0)}const Qs=["setActiveAnnotation","_annotations","get","resize","attach","addEventListener","remove","widesidebar-detach-not-attached","rearrange","isAttached","updateTargetRect","container","editors","blur","_editorAnnotations","stopListening","ready","plugins","detach","listenTo","off","from","stop","destroy","context","widesidebar-attach-already-attached","_integrateWithEditorAnnotations","focus","addAnnotation","_attachToContainer","hasDomSelection","wideSidebar","WideSidebar","uiUpdate","annotations","activeAnnotation","add","Sidebar","refresh","high","has","ck-sidebar--wide","switchTo","_activeAnnotation","_throttledPositioningRefresh","_detachFromContainer","EditorAnnotations","register","init","_destroyEditorAnnotationsIntegration","refreshPositioning"];var Xs,ta;Xs=Qs,ta=381,function(t){for(;--t;)Xs.push(Xs.shift())}(++ta);const ea=function(t,e){return Qs[t-=0]};class na extends t.ContextPlugin{static get requires(){return[Js,Vs]}static get pluginName(){return ea("0x8")}constructor(t){super(t),this[ea("0x24")]=!1,this.set(ea("0xb"),null),this[ea("0xa")]=null,this[ea("0x29")]=new e.Collection,this[ea("0x14")]=tr((()=>{this[ea("0xa")][ea("0x1a")]()}),400,{leading:!1})}[ea("0x18")](){const t=this.context[ea("0x2c")][ea("0x1d")](Vs),e=this[ea("0x0")][ea("0x2c")][ea("0x1d")](Js);t[ea("0x17")](ea("0x7"),this),e[ea("0x26")]&&t[ea("0x12")]("wideSidebar")}[ea("0x1b")](t){if(t===this[ea("0xb")])return;const e=this.context[ea("0x2c")][ea("0x1d")](Js);e[ea("0x13")]=t;const n=this[ea("0xb")];this[ea("0xb")]=t,e[ea("0xe")]({blurredAnnotation:n,activatedAnnotation:this.activeAnnotation})}attach(t){this[ea("0xa")]=t;const n=this[ea("0x0")][ea("0x2c")][ea("0x1d")](ea("0xd"));if(n[ea("0x1c")]=t,this[ea("0x24")])throw new e.CKEditorError(ea("0x1"),this);this[ea("0x24")]=!0,this[ea("0x2e")](n,"set:container",(()=>{this[ea("0x2d")](),this[ea("0x2e")](n,"change:container",(e=>{e[ea("0x2f")](),this[ea("0x1f")](t)}))})),n[ea("0x5")]({viewClass:ea("0x11")});const o=t=>{t[ea("0x25")](),n[ea("0x4")](t)};for(const e of t)o(e);this[ea("0x2e")](t,"add",((t,e)=>{o(e)})),this.listenTo(t,ea("0x21"),((e,o,i)=>{n[ea("0x23")]({removedAnnotation:o,previousAnnotation:t[ea("0x1d")](i-1),nextAnnotation:t[ea("0x1d")](i+1)}),o===this[ea("0xb")]&&this[ea("0x1b")](null)}),{priority:ea("0xf")}),this[ea("0x2e")](t,ea("0x3"),((t,e)=>{this[ea("0x1b")](e)})),this[ea("0x2e")](t,ea("0x28"),(()=>{this.setActiveAnnotation(null)}));const i=this[ea("0x0")][ea("0x27")]?this.context[ea("0x27")]:new e.Collection([this[ea("0x0")]]);for(const t of i)this[ea("0x2")](t);this[ea("0x2e")](i,ea("0xc"),((t,e)=>{this[ea("0x2e")](e,ea("0x2b"),(()=>{this[ea("0x2")](e)}))})),this[ea("0x2e")](i,ea("0x21"),((t,e)=>{e[ea("0x2c")][ea("0x10")]("EditorAnnotations")&&this[ea("0x19")](e[ea("0x2c")].get("EditorAnnotations"))})),window[ea("0x20")](ea("0x1e"),this._throttledPositioningRefresh),this.annotations[ea("0x1a")]()}[ea("0x2d")](){if(!this[ea("0x24")])throw new e.CKEditorError(ea("0x22"),this);this[ea("0x1b")](null);const t=this.context[ea("0x2c")][ea("0x1d")](Js);t[ea("0x15")](this[ea("0xa")]),this[ea("0x2a")](t),this[ea("0x2a")](this[ea("0xa")]),this[ea("0x2a")](this.context.editors);for(const t of Array[ea("0x30")](this[ea("0x29")]))this[ea("0x19")](t);window.removeEventListener(ea("0x1e"),this[ea("0x14")]),this[ea("0x14")].cancel(),this.activeAnnotation=null,this[ea("0x24")]=!1,this[ea("0xa")]=null}[ea("0x32")](){this.isAttached&&this[ea("0x2d")]()}_integrateWithEditorAnnotations(t){const e=t.plugins.get(ea("0x16"));if(!e)return;const n=()=>{const t=e.getOrderedSelectedAnnotations({annotations:this[ea("0xa")],activeAnnotation:this[ea("0xb")]});this[ea("0x1b")](t[0]||null)};this[ea("0x2e")](e,"refresh",n),this[ea("0x2e")](e,ea("0x28"),((t,{isAnnotationTracked:e})=>{this[ea("0xb")]&&e(this[ea("0xb")])&&this[ea("0x1b")](null)})),this[ea("0x2e")](e,ea("0x9"),(()=>{this[ea("0xa")][ea("0x1a")]()})),this.listenTo(this[ea("0xa")],ea("0x28"),(t=>{e[ea("0x6")]()&&(n(),t[ea("0x31")]())}),{priority:"high"}),this[ea("0x29")][ea("0xc")](e)}[ea("0x19")](t){t&&(this[ea("0x2a")](t),this._editorAnnotations[ea("0x21")](t))}}const oa=["span","annotationType","setTemplate","isDirty","icon","add","counterView","ck-annotation-counter__badge--edit-mode","set","bindTemplate","children","...","_badge","bind","ck-annotation-counter__badge","extendTemplate","number","ck-annotation-counter"];var ia,ra;ia=oa,ra=185,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("0x4")];this[sa("0x3")]("isDirty",!1),this.set(sa("0xb"),0),this[sa("0x8")](sa("0x7")).to(this,"isDirty",this,"number",((t,e)=>t?sa("0x6"):e)),this.set(sa("0xe"),""),this[sa("0x11")]=ps,this[sa("0xa")]({attributes:{class:[sa("0xc")]}}),this[sa("0x1")]=new go.View,this.counterView[sa("0xf")]({tag:sa("0xd"),attributes:{class:[sa("0x9"),e.to("annotationType",(t=>"ck-annotation-counter__badge--"+t)),e.if(sa("0x10"),sa("0x2"))]},children:[{text:e.to(sa("0x7"))}]}),this[sa("0x5")][sa("0x0")](this.counterView)}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(ca.Z,xa);ca.Z.locals;const ha=["init","rearrange","has","narrowsidebar-detach-not-attached","low","type","get","first","remove","mousedown","ck-sidebar--narrow","content","attachToDom","execute","_throttledRefreshPositioning","removeEventListener","target","refreshPositioning","cancel","add","values","attach","editors","_selectedAnnotations","delete","getOrderedSelectedAnnotations","ready","from","stopListening","isAttached","_refreshPositioning","narrowsidebar-attach-already-attached","pluginName","set:container","focus","locale","activeAnnotation","includes","change:height","hasDomSelection","stopPropagation","unpin","_showBalloon","balloonPanelView","set","isDirty","destroy","setActiveAnnotation","refresh","preventClosingBalloon","view","Sidebar","pin","EditorAnnotations","high","northArrowSouth","_hideBalloon","NarrowSidebar","resize","element","_destroyEditorAnnotationsIntegration","_integrateWithEditorAnnotations","detach","defaultPositions","_updateBalloonPosition","context","clear","listenTo","uiUpdate","_detachListeners","stop","narrowSidebar","blur","annotations","keyCode","_annotations","isVisible","_domEmitter","_setSelectedAnnotations","bodyCollection","southArrowNorthEast","create","_editorAnnotations","preventDefault","plugins","_manuallyClosedAnnotationViews","off","detachFromDom","length","_annotationToNarrowView","contains","_attachListeners"];var da,la;da=ha,la=144,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[Js,Vs]}static get[ua("0x48")](){return ua("0x5")}constructor(t){super(t),this[ua("0x45")]=!1,this._manuallyClosedAnnotationViews=new Set,this[ua("0x19")]=Object[ua("0x1d")](e.DomEmitterMixin),this[ua("0x25")]=new Map,this[ua("0x54")](ua("0x4c"),null),this[ua("0x15")]=null,this[ua("0x3f")]=[],this._editorAnnotations=new e.Collection,this[ua("0x36")]=tr((()=>{this._refreshPositioning()}),400,{leading:!1})}[ua("0x28")](){this[ua("0xd")].plugins[ua("0x2e")](Vs).register(ua("0x13"),this),this[ua("0x1b")]=new go.BodyCollection(this.context[ua("0x4b")]),this[ua("0x53")]=new go.BalloonPanelView(this[ua("0xd")].locale),this[ua("0x1b")][ua("0x34")](),this[ua("0x1b")][ua("0x3b")](this[ua("0x53")])}attach(t){this[ua("0x15")]=t;const n=this[ua("0xd")].plugins.get(Js),o=this.balloonPanelView;if(n[ua("0x17")]=t,this[ua("0x45")])throw new e.CKEditorError(ua("0x47"),this);this.isAttached=!0,this.listenTo(n,ua("0x49"),(()=>{this[ua("0xa")](),this[ua("0xf")](n,"change:container",(e=>{e[ua("0x22")](),this[ua("0x3d")](t)}))})),n._attachToContainer({viewClass:ua("0x32"),spaceBetweenItems:5});const i=t=>{const e=new aa(this[ua("0xd")][ua("0x4b")]);n.addAnnotation(t,e),this[ua("0x25")][ua("0x54")](t,e),e.bind("isDirty","annotationType","number").to(t[ua("0x5a")],ua("0x55"),ua("0x2d"),ua("0x24")),e.on(ua("0x35"),(()=>{this._manuallyClosedAnnotationViews[ua("0xe")](),o[ua("0x33")][ua("0x2f")]!==t.view?(this[ua("0x52")](t),t[ua("0x5a")].element[ua("0x4a")](),this.setActiveAnnotation(t)):this[ua("0x57")](null)}))};for(const e of t)i(e);this[ua("0xf")](t,ua("0x3b"),((t,e)=>{i(e)})),this.listenTo(t,"remove",((e,o,i)=>{this[ua("0x25")][ua("0x2e")](o)[ua("0x56")](),this[ua("0x25")][ua("0x40")](o),n[ua("0x29")]({removedAnnotation:o,previousAnnotation:t.get(i-1),nextAnnotation:t[ua("0x2e")](i+1)}),o===this[ua("0x4c")]&&this[ua("0x57")](null)}),{priority:ua("0x2c")}),this.listenTo(t,"focus",((t,e)=>{this.setActiveAnnotation(e)})),this[ua("0xf")](t,"blur",(()=>{this.setActiveAnnotation(null)})),this[ua("0x19")][ua("0xf")](document,"keydown",((t,n)=>{n[ua("0x16")]===e.keyCodes.esc&&o.isVisible&&(this[ua("0x21")][ua("0x3b")](o[ua("0x33")].first),this[ua("0x4")](),n[ua("0x50")](),n[ua("0x1f")]())})),this[ua("0x19")][ua("0xf")](document,ua("0x31"),((t,e)=>{const i=e[ua("0x38")];o[ua("0x18")]&&o.element[ua("0x26")](i)||n[ua("0x5a")].element[ua("0x26")](i)||t.preventClosingBalloon||(this[ua("0x21")][ua("0xe")](),this[ua("0x4")](),this[ua("0x57")](null))}));const r=this[ua("0xd")].editors?this.context[ua("0x3e")]:new e.Collection([this[ua("0xd")]]);for(const t of r)this._integrateWithEditorAnnotations(t);this[ua("0xf")](r,"add",((t,e)=>{this[ua("0xf")](e,ua("0x42"),(()=>{this[ua("0x9")](e)}))})),this[ua("0xf")](r,ua("0x30"),((t,e)=>{e[ua("0x20")].has(ua("0x1"))&&this[ua("0x8")](e.plugins[ua("0x2e")](ua("0x1")))})),window.addEventListener("resize",this[ua("0x36")]),this[ua("0x46")]()}[ua("0x57")](t){if(t===this.activeAnnotation)return;const e=this.context.plugins.get(ua("0x5b"));e[ua("0x58")]({blurredAnnotation:this[ua("0x4c")],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&e.getSidebarItemView(t)?this._showBalloon(t):this[ua("0x4")](),this[ua("0x4c")]=t}[ua("0xa")](){if(!this[ua("0x45")])throw new e.CKEditorError(ua("0x2b"),this);this[ua("0x57")](null);const t=this.context.plugins[ua("0x2e")](ua("0x5b"));this[ua("0x4")](),Array[ua("0x43")](this[ua("0x25")][ua("0x3c")](),(t=>t[ua("0x56")]())),this[ua("0x25")][ua("0xe")](),t._detachFromContainer(this.annotations),this[ua("0x44")](),this[ua("0x19")][ua("0x44")](),this.stopListening(this.context[ua("0x3e")]);for(const t of Array.from(this[ua("0x1e")]))this[ua("0x8")](t);window[ua("0x37")](ua("0x6"),this[ua("0x36")]),this[ua("0x36")][ua("0x3a")](),this[ua("0x3f")]=[],this[ua("0x45")]=!1,this.annotations=null}[ua("0x56")](){this[ua("0x45")]&&this.detach(),this.bodyCollection[ua("0x23")]()}[ua("0x9")](t){const e=t[ua("0x20")][ua("0x2e")](ua("0x1")),n=this.context[ua("0x20")][ua("0x2e")](Js),o=this[ua("0x15")],i=this[ua("0x53")],r=()=>{const t=e[ua("0x41")]({activeAnnotation:this[ua("0x4c")],annotations:this[ua("0x15")]});this[ua("0x1a")](t),this.setActiveAnnotation(t[0]||null)};this.listenTo(e,ua("0x58"),r),this[ua("0xf")](e,"blur",((t,{isAnnotationTracked:e})=>{this[ua("0x4c")]&&e(this[ua("0x4c")])&&(this[ua("0x1a")]([]),this[ua("0x57")](null))})),this[ua("0xf")](e,ua("0x10"),(()=>{this[ua("0x36")]()})),this[ua("0xf")](o,ua("0x14"),(t=>{e[ua("0x4f")]()&&t[ua("0x12")]()}),{priority:"high"}),this[ua("0x19")][ua("0xf")](document,ua("0x31"),((t,o)=>{const s=o.target;i[ua("0x18")]&&i[ua("0x7")].contains(s)||n[ua("0x5a")][ua("0x7")].contains(s)||this[ua("0x4c")]&&e[ua("0x4f")]()&&(r(),t[ua("0x59")]=!0)}),{priority:ua("0x2")}),this[ua("0x1e")][ua("0x3b")](e)}[ua("0x8")](t){t&&(this[ua("0x44")](t),this[ua("0x1e")].remove(t))}_setSelectedAnnotations(t){for(const e of this[ua("0x3f")])t[ua("0x4d")](e)||this[ua("0x21")][ua("0x40")](e[ua("0x5a")]);this[ua("0x3f")]=t}[ua("0x46")](){const t=this[ua("0x53")];this[ua("0x15")][ua("0x39")](),t.isVisible&&this[ua("0xc")]()}[ua("0x52")](t){if(this[ua("0x21")][ua("0x2a")](t[ua("0x5a")]))return;const e=this[ua("0x53")][ua("0x33")][ua("0x2f")];e!==t[ua("0x5a")]?(e&&this[ua("0x11")](e),this[ua("0x27")](t[ua("0x5a")]),this[ua("0x53")][ua("0x33")][ua("0xe")](),this.balloonPanelView[ua("0x33")][ua("0x3b")](t[ua("0x5a")]),this[ua("0xc")]()):this[ua("0xc")]()}[ua("0xc")](){const t=this[ua("0x53")][ua("0x33")].first,e=this[ua("0x15")].getByView(t);if(!this[ua("0x25")][ua("0x2a")](e))return;const n=this._annotationToNarrowView[ua("0x2e")](e)[ua("0x7")],o=function(){const t=go.BalloonPanelView[ua("0xb")];return[t[ua("0x1c")],t.northArrowSouthEast,t.southArrowNorth,t[ua("0x3")],t.southArrowNorthWest,t.northArrowSouthWest]}();this[ua("0x53")][ua("0x0")]({target:n,positions:o})}[ua("0x4")](){const t=this[ua("0x53")],e=t.content.first;e&&(this._detachListeners(e),t[ua("0x51")](),t.content.clear())}_attachListeners(t){this[ua("0xf")](t,ua("0x4e"),(()=>this[ua("0xc")]())),this.listenTo(t,"Esc",((e,n)=>{this[ua("0x21")].add(t),this._hideBalloon(),n()}))}[ua("0x11")](t){this[ua("0x44")](t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(fa.Z,pa);fa.Z.locals;const ga=["has","isAttached","switchTo","clear","change:height","hasActive","set","getByView","targetRect","_addAnnotationToBalloon","getSelection","inlineannotations-not-allowed-with-context","annotations","updatePosition","isActive","focus","_setSelectedAnnotations","attach","delete","activeAnnotation","isFocused","_removeAnnotationFromBalloon","listenTo","focusTracker","mousedown","inline","stopListening","add","inlineannotations-attach-already-attached","_manuallyClosed","afterInit","bind","init","detach","hasView","selection","context","_balloon","includes","target","_selectedAnnotations","getRangeAt","Esc","blur","plugins","register","update","_addedAnnotations","visibleView","document","editing","remove","showStack","editableElement","setActiveAnnotation","get","change:isFocused","inlineannotations-detach-not-attached","view","editor","keystrokes"];var ba,va;ba=ga,va=462,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[fs,go.ContextualBalloon,Vs]}static get pluginName(){return"InlineAnnotations"}constructor(t){super(t),t[_a("0xf")][_a("0x17")].addObserver(jo.MouseObserver),this[_a("0x1b")]=!1,this[_a("0x20")](_a("0x2d"),null),this.annotations=null,this[_a("0x37")]=new Set,this[_a("0x2")]=t[_a("0x9")][_a("0x14")](go.ContextualBalloon),this._addedAnnotations=new Set,this[_a("0x5")]=[]}[_a("0x3a")](){const t=this.editor[_a("0x9")][_a("0x14")](Vs);t[_a("0x1")]===this[_a("0x18")]&&(t[_a("0xa")](_a("0x33"),this),this.editor[_a("0x19")][_a("0x20")](_a("0x7"),((t,e)=>{const n=this[_a("0x2")];if(this[_a("0x1b")]&&n[_a("0xd")]){const t=this[_a("0x26")][_a("0x21")](n.visibleView);this[_a("0x37")].add(t),this._removeAnnotationFromBalloon(t),e()}})))}[_a("0x38")](){const t=this[_a("0x18")][_a("0x9")][_a("0x14")](Vs);t[_a("0x1")]===this[_a("0x18")]&&(t[_a("0x1f")]()||t[_a("0x1c")](_a("0x33")))}setActiveAnnotation(t){t!==this[_a("0x2d")]&&(this.activeAnnotation&&(this[_a("0x2d")].isActive=!1),t&&this[_a("0x18")].ui[_a("0x31")].isFocused&&(this[_a("0x23")](t,!0),t[_a("0x28")]=!0),t||this[_a("0x2a")]([]),this.activeAnnotation=t)}[_a("0x2b")](t){this[_a("0x26")]=t;const n=this[_a("0x18")][_a("0x9")].get(Vs),o=this._balloon;if(this[_a("0x1b")])throw new e.CKEditorError(_a("0x36"),this);if(n[_a("0x1")]!==this[_a("0x18")])throw new e.CKEditorError(_a("0x25"),this);const i=this[_a("0x18")].plugins[_a("0x14")]("EditorAnnotations");this.listenTo(i,"refresh",function(){const t=i.getOrderedSelectedAnnotations({activeAnnotation:this.activeAnnotation,annotations:this.annotations});this._setSelectedAnnotations(t),this[_a("0x13")](t[0]||null)}[_a("0x39")](this)),this.listenTo(i,_a("0x8"),((t,{isAnnotationTracked:e})=>{this[_a("0x2d")]&&e(this[_a("0x2d")])&&(this[_a("0x2a")]([]),this[_a("0x13")](null))})),this.listenTo(this[_a("0x18")].ui[_a("0x31")],_a("0x15"),((t,e,n)=>{n||this.setActiveAnnotation(null)})),this.listenTo(t,"remove",((t,e)=>{this[_a("0x2f")](e),e===this[_a("0x2d")]&&this[_a("0x13")](null)})),this.listenTo(o,"change:visibleView",((e,n,i,r)=>{if(r&&this[_a("0x34")](r),!i||!t[_a("0x21")](i))return;const s=t[_a("0x21")](i);this[_a("0x30")](i,_a("0x1e"),(()=>{o[_a("0x27")]()})),this.listenTo(i,"Esc",(()=>{this._manuallyClosed.add(s),this._removeAnnotationFromBalloon(s),this.editor[_a("0xf")][_a("0x17")][_a("0x29")]()})),this[_a("0x2d")]!==s&&this[_a("0x13")](s)})),this.listenTo(this[_a("0x18")].ui,_a("0xb"),(()=>{o.visibleView&&t.getByView(o[_a("0xd")])&&o[_a("0x27")]()})),this[_a("0x30")](this[_a("0x18")][_a("0xf")][_a("0x17")][_a("0xe")],_a("0x32"),(()=>{this._manuallyClosed[_a("0x1d")]()})),this[_a("0x18")][_a("0xf")][_a("0x17")][_a("0xe")][_a("0x0")][_a("0x12")]&&this[_a("0x18")][_a("0xf")][_a("0x17")][_a("0x29")](),this[_a("0x1b")]=!0}[_a("0x3b")](){if(!this.isAttached)throw new e.CKEditorError(_a("0x16"),this);this[_a("0x13")](null);for(const t of this[_a("0xc")])this._removeAnnotationFromBalloon(t);this[_a("0x34")](),this.isAttached=!1,this[_a("0x26")]=null}destroy(){this[_a("0x1b")]&&this.detach()}[_a("0x2a")](t){const e=this[_a("0x5")];for(const n of e)t[_a("0x3")](n)||this[_a("0x37")][_a("0x2c")](n);for(const e of this[_a("0x26")])t.includes(e)||this._removeAnnotationFromBalloon(e);if(this[_a("0x18")].ui[_a("0x31")][_a("0x2e")])for(const e of t)this[_a("0x23")](e);this[_a("0x5")]=t}[_a("0x23")](t,e){this[_a("0x37")][_a("0x1a")](t)||(this._addedAnnotations.has(t)||this[_a("0x2")][_a("0x3c")](t[_a("0x17")])||(this[_a("0xc")][_a("0x35")](t),this._balloon[_a("0x35")]({stackId:t[_a("0x17")].id,view:t.view,position:{target:()=>t[_a("0x4")]||t[_a("0x22")]||document[_a("0x24")]()[_a("0x6")](0)}})),e&&this[_a("0x2")][_a("0x11")](t[_a("0x17")].id))}[_a("0x2f")](t){this[_a("0xc")][_a("0x1a")](t)&&this._balloon[_a("0x3c")](t[_a("0x17")])&&(this[_a("0xc")][_a("0x2c")](t),this._balloon[_a("0x10")](t.view))}}var ka,ya,Ca=["pluginName","Comments"];ka=Ca,ya=192,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 requires(){return[Lr,as,ws,Ts,na,ma,wa]}static get[Aa("0x0")](){return Aa("0x1")}}})(),(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}',""]);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:()=>Rr,AnnotationsUIs:()=>Vs,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 S=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const M=function(t){if(!S(t))return!1;var e=V(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const D=w["__core-js_shared__"];var R,P=(R=/[^.]+$/.exec(D&&D.keys&&D.keys.IE_PROTO||""))?"Symbol(src)_1."+R:"";const N=function(t){return!!P&&P 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 F=/^\[object .+?Constructor\]$/,L=Function.prototype,K=Object.prototype,U=L.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!S(t)||N(t))&&(M(t)?H:F).test(z(t))};const q=function(t,e){return null==t?void 0:t[e]};const $=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const G=$(w,"Map");const J=$(Object,"create");const Y=function(){this.__data__=J?J(null):{},this.size=0};const Q=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var X=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(J){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return X.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return J?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=J&&void 0===e?"__lodash_hash_undefined__":e,this};function 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=Y,it.prototype.delete=Q,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(G||m),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),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(!G||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 St=Array.isArray;const Mt=function(t,e,n){var o=e(t);return St(t)?o:Vt(o,n(t))};const Dt=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 Rt=function(){return[]};var Pt=Object.prototype.propertyIsEnumerable,Nt=Object.getOwnPropertySymbols;const Bt=Nt?function(t){return null==t?[]:(t=Object(t),Dt(Nt(t),(function(e){return Pt.call(t,e)})))}:Rt;const zt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ft=function(t){return null!=t&&"object"==typeof t};const Lt=function(t){return Ft(t)&&"[object Arguments]"==V(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=Lt(function(){return arguments}())?Lt:function(t){return Ft(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const Zt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,$t=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=$t&&$t.exports===qt?w.Buffer:void 0;const Jt=(Gt?Gt.isBuffer:void 0)||Zt;var Yt=/^(?:0|[1-9]\d*)$/;const Qt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Yt.test(t))&&t>-1&&t%1==0&&t<e};const Xt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Ft(t)&&Xt(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=St(t),o=!n&&Ht(t),i=!n&&!o&&Jt(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)||Qt(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&&Xt(t.length)&&!M(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return Mt(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=$(w,"DataView");const ye=$(w,"Promise");const Ce=$(w,"Set");const Ae=$(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",je="[object WeakMap]",Oe="[object DataView]",Ve=z(ke),Se=z(G),Me=z(ye),De=z(Ce),Re=z(Ae),Pe=V;(ke&&Pe(new ke(new ArrayBuffer(1)))!=Oe||G&&Pe(new G)!=Te||ye&&Pe(ye.resolve())!=Ee||Ce&&Pe(new Ce)!=Ie||Ae&&Pe(new Ae)!=je)&&(Pe=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 Oe;case Se:return Te;case Me:return Ee;case De:return Ie;case Re:return je}return e});const Ne=Pe;var Be="[object Arguments]",ze="[object Array]",Fe="[object Object]",Le=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,i,r){var s=St(t),a=St(e),c=s?ze:Ne(t),x=a?ze:Ne(e),h=(c=c==Be?Fe:c)==Fe,d=(x=x==Be?Fe:x)==Fe,l=c==x;if(l&&Jt(t)){if(!Jt(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&&Le.call(t,"__wrapped__"),m=d&&Le.call(e,"__wrapped__");if(u||m){var f=u?t.value():t,p=m?e.value():e;return r||(r=new gt),i(f,p,n,o,r)}}return!!l&&(r||(r=new gt),we(t,e,n,o,i,r))};const Ue=function t(e,n,o,i,r){return e===n||(null==e||null==n||!Ft(e)&&!Ft(n)?e!=e&&n!=n:Ke(e,n,o,i,t,r))};const We=function(t,e){return Ue(t,e)};const He=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ze=function(){try{var t=$(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var $e=Object.prototype.hasOwnProperty;const Ge=function(t,e,n){var o=t[e];$e.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Je=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):Ge(n,a,c)}return n};const Ye=function(t,e){return t&&Je(e,be(e),t)};const Qe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Xe=Object.prototype.hasOwnProperty;const tn=function(t){if(!S(t))return Qe(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&Xe.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&&Je(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 Je(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}:Rt;const un=function(t,e){return Je(t,ln(t),e)};const mn=function(t){return Mt(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(!S(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 Ft(t)&&"[object Map]"==Ne(t)};var On=se&&se.isMap;const Vn=On?ne(On):jn;const Sn=function(t){return Ft(t)&&"[object Set]"==Ne(t)};var Mn=se&&se.isSet;const Dn=Mn?ne(Mn):Sn;var Rn="[object Arguments]",Pn="[object Function]",Nn="[object Object]",Bn={};Bn[Rn]=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[Pn]=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(!S(e))return e;var d=St(e);if(d){if(a=pn(e),!c)return xn(e,a)}else{var l=Ne(e),u=l==Pn||"[object GeneratorFunction]"==l;if(Jt(e))return cn(e,c);if(l==Nn||l==Rn||u&&!r){if(a=x||u?{}:In(e),!c)return x?un(e,nn(a,e)):hn(e,Ye(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),Dn(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]),Ge(a,r,t(i,n,o,r,e,s))})),a};const Fn=function(t){return zn(t,5)};const Ln=function(t){return"symbol"==typeof t||Ft(t)&&"[object Symbol]"==V(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(St(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Ln(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,$n=/\\(\\)?/g;const Gn=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,i){e.push(o?i.replace($n,"$1"):n||t)})),e}));const Jn=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 Yn=k?k.prototype:void 0,Qn=Yn?Yn.toString:void 0;const Xn=function t(e){if("string"==typeof e)return e;if(St(e))return Jn(e,t)+"";if(Ln(e))return Qn?Qn.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const to=function(t){return null==t?"":Xn(t)};const eo=function(t,e){return St(t)?t:Wn(t,e)?[t]:Gn(to(t))};const no=function(t){if("string"==typeof t||Ln(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const oo=function(t,e,n,o){if(!S(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=S(h)?h:Qt(e[i+1])?[]:{})}Ge(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=["model","_localUser","remove","view","updateComment","destroy","_isAttached","addComment","listenTo","removeCommentThread","removeComment","getComment"];lo=mo,uo=199,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[fo("0x5")]._isAttached=!0,this[fo("0x8")]=e,this[fo("0x1")](e,fo("0x2"),(()=>this[fo("0x7")]())),this.listenTo(e,fo("0x0"),((t,e)=>this[fo("0x0")](e))),this.listenTo(e,fo("0x9"),((t,e,n)=>this[fo("0x9")](e,n))),this.listenTo(e,fo("0x3"),((t,e)=>this[fo("0x3")](e)))}remove(){this[fo("0x5")][fo("0x7")]()}[fo("0x0")](t){this[fo("0x5")][fo("0x0")]({content:t,authorId:this[fo("0x8")][fo("0x6")].id})}[fo("0x9")](t,e){this[fo("0x5")][fo("0x4")](t).update({content:e})}[fo("0x3")](t){this[fo("0x5")].getComment(t)[fo("0x7")]()}[fo("0xa")](){this.stopListening(),this.model[fo("0xb")]=!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)}}const vo=["_createVoiceLabel","ck-editor__main","main","createCollection","ck-rounded-corners","add","editable","ck-editor__aria-label_","ck-comment__input","Comment editor","setTemplate","uiLanguageDirection","presentation","ck-voice-label","_voiceLabelView","ck-editor","comment","render","div","ck-reset","extendTemplate","uiLanguage","focus","element"];var _o,wo;_o=vo,wo=194,function(t){for(;--t;)_o.push(_o.shift())}(++wo);const ko=function(t,e){return vo[t-=0]};class yo extends go.EditorUIView{constructor(t,n){super(t);const o=(0,e.uid)();this[ko("0x0")]=this[ko("0x1")](),this[ko("0x4")]=new go.InlineEditableUIView(t,n),this[ko("0xc")]=this._createVoiceLabel(o,t),this[ko("0x8")]({tag:"div",attributes:{class:[ko("0x11"),ko("0xd"),ko("0x2"),ko("0x6")],role:ko("0xe"),dir:t[ko("0x9")],lang:t[ko("0x13")],"aria-labelledby":"cke-editor__aria-label_"+o},children:[this._voiceLabelView,{tag:ko("0x10"),attributes:{class:ko("0x17"),role:ko("0xa")},children:this[ko("0x0")]}]})}[ko("0xf")](){super[ko("0xf")](),this[ko("0x0")][ko("0x3")](this[ko("0x4")])}[ko("0x14")](){this[ko("0x4")][ko("0x15")][ko("0x14")]()}[ko("0x16")](t,e){const n=new go.LabelView;return n.text=bo(e,ko("0x7")),n[ko("0x12")]({attributes:{id:ko("0x5")+t,class:ko("0xb")}}),n}}const Co=["bind","fire","rootName","attachDomRoot","locale","editable","editing","document","destroy","editor","view","element","render","ready","name","setEditableElement","isFocused","getRoot"];var Ao,To;Ao=Co,To=337,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("0xf")]=new yo(t[Eo("0x9")],t[Eo("0xb")][Eo("0xf")])}get[Eo("0x10")](){return this.view[Eo("0x10")]}init(){const t=this[Eo("0xe")][Eo("0xb")][Eo("0xf")],e=this[Eo("0xf")][Eo("0xa")],n=t[Eo("0xc")][Eo("0x4")]();e[Eo("0x1")]=n[Eo("0x7")],this[Eo("0xf")][Eo("0x11")]();const o=e[Eo("0x10")];this[Eo("0x2")](e[Eo("0x1")],o),this[Eo("0xf")].editable[Eo("0x5")](Eo("0x3")).to(this.focusTracker),t[Eo("0x8")](o),this[Eo("0x6")](Eo("0x0"))}[Eo("0xd")](){this[Eo("0xf")][Eo("0xd")](),super[Eo("0xd")]()}}var jo=n(492),Oo=n(945),Vo=n(331),So=n(468),Mo=n(181),Do=n(254),Ro=n(747);const Po=["config","change:placeholder","placeholderElement","change","destroy","editing","ready","data","create","init","end","assign","fire","plugins","model","setSelection","focus","getRoot","then","initialData","document","childCount","placeholder","createRoot","get","set","low","defaultPlugins","name","_updatePlaceholder","view"];var No,Bo;No=Po,Bo=378,function(t){for(;--t;)No.push(No.shift())}(++Bo);const zo=function(t,e){return Po[t-=0]};class Fo extends t.Editor{constructor(t={}){(t=Object[zo("0x5")]({},t))[zo("0x7")]||(t.plugins=Fo[zo("0x15")]),super(t),this.ui=new Io(this),this[zo("0x13")]("placeholder",""),this.model.document.on(zo("0x1c"),(()=>this[zo("0x17")]()),{priority:zo("0x14")}),this.on(zo("0x1a"),(()=>this[zo("0x17")]())),this.model[zo("0xe")][zo("0x11")]()}[zo("0x2")](){const t=this[zo("0x19")][zo("0x12")](zo("0xd"))||"";return this.initPlugins()[zo("0xc")]((()=>this.ui[zo("0x3")]())).then((()=>this[zo("0x1")][zo("0x3")](t)))[zo("0xc")]((()=>this[zo("0x6")](zo("0x0"))))}[zo("0x1d")](){return super[zo("0x1d")]()[zo("0xc")]((()=>this.ui.destroy()))}[zo("0xa")](){this[zo("0x8")][zo("0x1c")]((t=>{const e=this[zo("0x8")][zo("0xe")][zo("0xb")](),n=e.getChild(e[zo("0xf")]-1);t[zo("0x9")](n,zo("0x4")),this[zo("0x1e")][zo("0x18")][zo("0xa")]()}))}[zo("0x17")](){const t=this[zo("0x1e")].view,e=t.document[zo("0xb")](),n=e.getChild(0);e[zo("0xf")]>1||!n||"p"!=n[zo("0x16")]?this[zo("0x1b")]&&((0,jo.disablePlaceholder)(t,this[zo("0x1b")]),this.placeholderElement=void 0):((0,jo.enablePlaceholder)({view:t,element:n,text:this[zo("0x10")],keepOnFocus:!0}),this.placeholderElement=n)}}(0,e.mix)(Fo,e.ObservableMixin),(0,e.mix)(Fo,t.DataApiMixin),Fo.defaultPlugins=[Oo.Clipboard,Vo.Enter,Vo.ShiftEnter,So.SelectAll,Mo.Typing,Do.Undo,Ro.Paragraph];const Lo=["destroy","isRendered","then","Esc","_createCancelButton","placeholder","submitButtonView","add","execute","initialData","Cancel","focusNext","length","_createSubmitButton","focusTracker","document","cancel","extendTemplate","check","editor","ck-comment__input-actions--cancel","disabledSubmit","_editorCreationPromise","ck-comment__input-actions","cancelButtonView","render","label","low","TOO_LONG_COMMENT_ALERT","set","model","editorReady","fire","change","value","forEach","submit","high","_isDestroyed","ck-comment__input-actions--submit","tab","div","setData","ck-comment__input-actions--active","showButtons","trim","_initializeFocusCycling","ck-comment__input-wrapper","focus","isEnabled","create","keystrokes","element","icon"];var Ko,Uo;Ko=Lo,Uo=220,function(t){for(;--t;)Ko.push(Ko.shift())}(++Uo);const Wo=function(t,e){return Lo[t-=0]};class Ho extends go.View{constructor(t,n={}){super(t),this[Wo("0xf")]=new Fo(n),this[Wo("0x2f")]=new e.KeystrokeHandler,this[Wo("0xa")]=new e.FocusTracker,this[Wo("0x19")](Wo("0x1e"),n[Wo("0x5")]||""),this[Wo("0x19")](Wo("0x11"),!1),this[Wo("0x19")](Wo("0x28"),!0),this[Wo("0x19")](Wo("0x1"),bo(t,"Reply...")),this[Wo("0x2")]=this[Wo("0x9")](),this.cancelButtonView=this._createCancelButton(),this.setTemplate({tag:Wo("0x25"),attributes:{class:[Wo("0x2b")]},children:[{tag:Wo("0x25"),attributes:{class:[Wo("0x13"),this.bindTemplate.if(Wo("0x28"),Wo("0x27"))]},children:[this[Wo("0x2")],this[Wo("0x14")]]}]}),this.keystrokes.set(Wo("0x35"),((t,e)=>{this[Wo("0x14")].fire(Wo("0x4")),e()})),this.on(Wo("0x20"),((e,n)=>{n[Wo("0x8")]>65e3?(alert(bo(t,Wo("0x18"),[n.length,65e3])),e.stop()):this[Wo("0xf")][Wo("0x26")]("")}),{priority:Wo("0x21")})}[Wo("0x15")](){super[Wo("0x15")]();const{editor:t,element:e}=this;this[Wo("0x2f")].listenTo(e),this.focusTracker[Wo("0x3")](e),this[Wo("0x12")]=t[Wo("0x2e")]()[Wo("0x34")]((()=>{e.insertBefore(t.ui[Wo("0x30")],e.firstChild),t[Wo("0x1a")][Wo("0xb")].on(Wo("0x1d"),(()=>this[Wo("0x1e")]=t.getData())),t.bind(Wo("0x1")).to(this),this[Wo("0x2a")](t),this.fire(Wo("0x1b"))}))}[Wo("0x2c")](){this[Wo("0xf")][Wo("0x2c")]()}async[Wo("0x32")](){this[Wo("0x22")]||(this._isDestroyed=!0,this[Wo("0x33")]&&(await this[Wo("0x12")],await this.editor[Wo("0x32")]()),await super.destroy())}[Wo("0x9")](){const{locale:e}=this,n=new go.ButtonView(e);return n.extendTemplate({attributes:{class:[Wo("0x23")]}}),n[Wo("0x16")]=bo(e,"Submit"),n[Wo("0x31")]=t.icons[Wo("0xe")],n.on("execute",(()=>{this[Wo("0x1c")]("submit",this[Wo("0x1e")])})),n.bind(Wo("0x2d")).to(this,Wo("0x1e"),this,Wo("0x11"),((t,e)=>!e&&!!t[Wo("0x29")]())),n}[Wo("0x0")](){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0xd")]({attributes:{class:[Wo("0x10")]}}),n[Wo("0x16")]=bo(e,Wo("0x6")),n[Wo("0x31")]=t.icons.cancel,n.on(Wo("0x4"),(()=>{this[Wo("0xf")][Wo("0x26")](""),this[Wo("0x1c")](Wo("0xc"))})),n}_initializeFocusCycling(t){const e=this[Wo("0xa")],n=new go.ViewCollection;[t.ui.view,this[Wo("0x2")],this[Wo("0x14")]][Wo("0x1f")]((t=>{n[Wo("0x3")](t),e.add(t.element)}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this.keystrokes[Wo("0x19")](Wo("0x24"),((t,e)=>{o[Wo("0x7")](),e()}),{priority:"low"}),this[Wo("0x2f")][Wo("0x19")]("shift + tab",((t,e)=>{o.focusPrevious(),e()}),{priority:Wo("0x17")})}}var Zo,qo,$o=["userView","ck-comment__input-container--active","value","showInput","div","extendTemplate","isFocused","set","bindTemplate","showButtons","bind","focusTracker","then","ck-comment__input-container","commentInputView","destroy","ck-thread__input"];Zo=$o,qo=341,function(t){for(;--t;)Zo.push(Zo.shift())}(++qo);var Go=function(t,e){return $o[t-=0]};class Jo extends go.View{constructor(t,e,n){super(t),this[Go("0xd")]=new Ho(t,n),this[Go("0xd")][Go("0x9")](Go("0x8")).to(this[Go("0xd")][Go("0xa")],Go("0x5"),this[Go("0xd")],Go("0x1"),((t,e)=>t||!!e)),this[Go("0x6")](Go("0x2"),!1),this.userView=new i.UserView(t,e),this.userView[Go("0x4")]({attributes:{class:"ck-thread__user"}}),this.commentInputView[Go("0x4")]({attributes:{class:Go("0xf")}}),this.setTemplate({tag:Go("0x3"),attributes:{class:[Go("0xc"),this[Go("0x7")].if(Go("0x2"),Go("0x0"))]},children:[this[Go("0x10")],this[Go("0xd")]]})}[Go("0xe")](){return this[Go("0xd")][Go("0xe")]()[Go("0xb")]((()=>super.destroy()))}}const Yo=["count","bindTemplate","set","NUMBER_OF_COMMENTS","setTemplate"];var Qo,Xo;Qo=Yo,Xo=446,function(t){for(;--t;)Qo.push(Qo.shift())}(++Xo);const ti=function(t,e){return Yo[t-=0]};class ei extends go.View{constructor(t){super(t);const e=this[ti("0x0")];this[ti("0x1")]("count"),this[ti("0x3")]({tag:"li",attributes:{class:"ck-thread__comment-count"},children:[{text:e.to(ti("0x4"),(e=>bo(t,ti("0x2"),e)))}]})}}const ni=["from","_handleRemoveCommentModel","createCollection","_collapsedCommentsView","editorConfig","focus","maxCommentCharsWhenCollapsed","insert","render","some","collapse","commentViews","hasDirtyComment","CommentView","_shouldCollapse","formatDateTime","maxCommentsWhenCollapsed","equal","destroy","count","_model","listenTo","_rearrangeExpand","bind","remove","_updateHasDirtyComment","isEditMode","refreshVisibleViews","element","delegate","_rearrangeCollapse","updateComment","expand","comments","commentUpdated","change:isEditMode","add","_handleNewCommentModel","_config","visibleViews","weight","set","ck-thread__comments","change:hasDirtyComment","isActive","length"];var oi,ii;oi=ni,ii=253,function(t){for(;--t;)oi.push(oi.shift())}(++ii);const ri=function(t,e){return ni[t-=0]};class si extends go.View{constructor(t,e,n){super(t),this[ri("0x12")](ri("0x23"),!1),this[ri("0x12")]("length",e[ri("0xa")][ri("0x16")]),this[ri("0x12")](ri("0x15"),!1),this[ri("0x2b")]=e,this[ri("0xf")]=n,this[ri("0x22")]=this[ri("0x19")](),this.visibleViews=this[ri("0x19")](),this[ri("0x1a")]=new ei(t),this[ri("0x1a")][ri("0x0")](ri("0x2a")).to(this,ri("0x16"),(t=>t-this[ri("0xf")][ri("0x27")]));for(const t of e[ri("0xa")])this[ri("0xe")](t);this.listenTo(e[ri("0xa")],ri("0xd"),((t,e)=>{this[ri("0x16")]++,this[ri("0xe")](e),this[ri("0x4")]()})),this[ri("0x2c")](e[ri("0xa")],"remove",((t,e)=>{this[ri("0x16")]--,this[ri("0x18")](e),this.refreshVisibleViews()})),this[ri("0x2c")](e,ri("0xb"),(()=>this[ri("0x4")]())),this.on("change:isActive",(()=>this.refreshVisibleViews())),this.on(ri("0x14"),(()=>this.refreshVisibleViews())),this.setTemplate({tag:"ul",attributes:{class:[ri("0x13")]},children:this[ri("0x10")]})}get[ri("0x25")](){return this[ri("0x2b")][ri("0x11")]>this[ri("0xf")].maxThreadTotalWeight&&!this[ri("0x15")]&&!this[ri("0x23")]}[ri("0x1f")](){super[ri("0x1f")](),this[ri("0x4")]()}focus(){this[ri("0x5")][ri("0x1c")]()}destroy(){this._collapsedCommentsView.destroy();for(const t of this[ri("0x22")])t.destroy();super.destroy()}refreshVisibleViews(){this._shouldCollapse?this[ri("0x7")]():this[ri("0x2d")]()}_handleNewCommentModel(t){const e=new(this._config[ri("0x24")])(this.locale,t,{maxCommentCharsWhenCollapsed:this._config[ri("0x1d")],formatDateTime:this._config[ri("0x26")],editorConfig:this[ri("0xf")][ri("0x1b")]});e.viewUid=t.id,e[ri("0x6")]("removeComment").to(this),e.delegate(ri("0x8")).to(this),this[ri("0x2c")](e,ri("0xc"),(()=>this._updateHasDirtyComment())),this[ri("0x22")][ri("0xd")](e)}[ri("0x18")](t){const e=this[ri("0x22")].remove(t.id);this.stopListening(e),e[ri("0x3")]&&this._updateHasDirtyComment(),e[ri("0x29")]()}[ri("0x2")](){this[ri("0x23")]=Array[ri("0x17")](this[ri("0x22")])[ri("0x20")]((t=>t[ri("0x3")]))}[ri("0x7")](){const t=function(t){const n=new e.Collection;for(const e of t)n[ri("0xd")](e);return n}(this[ri("0x22")]),n=this[ri("0x1a")].count;for(let e=1;e<=n;e++)t[ri("0x1")](1);for(const e of t)e[ri("0x21")]();n>0&&t[ri("0xd")](this._collapsedCommentsView,1),ai((0,e.diff)(Array[ri("0x17")](this[ri("0x10")]),Array[ri("0x17")](t)),this[ri("0x10")],t)}[ri("0x2d")](){ai((0,e.diff)(Array.from(this[ri("0x10")]),Array[ri("0x17")](this[ri("0x22")])),this.visibleViews,this[ri("0x22")]);for(const t of this[ri("0x10")])t[ri("0x9")]()}}function ai(t,e,n){let o=0;for(const i of t)switch(i){case ri("0x1e"):e.add(n.get(o),o),o++;break;case"delete":e[ri("0x1")](o);break;case ri("0x28"):o++}}const ci=["commentThreadInputView","element","isReadOnly","editorConfig","assign","isDirty","value","destroy","commentsListView","commentInputView","hasDirtyComment","addComment","removeCommentThread","placeholder","updateComment","set","focus","locale","bind","delegate","length","_model","_config","cancel","disabledSubmit","_createCommentThreadInputView","removeComment","Write a comment...","fire"];var xi,hi;xi=ci,hi=411,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("0xa")]("isActive",!1),this.set("isDirty",!1),this[di("0x10")]=e,this._localUser=n,this[di("0x11")]=o,this[di("0x3")]=new si(t,e,Object[di("0x1c")]({CommentView:this[di("0x11")].CommentView},o)),this.commentsListView[di("0xe")](di("0x15")).to(this),this.commentsListView[di("0xe")](di("0x9")).to(this),this.commentsListView.bind("isActive").to(this),this[di("0xa")](di("0xf"),this[di("0x3")][di("0xf")]),this.bind("length").to(this.commentsListView,di("0xf")),this[di("0x18")]=this._createCommentThreadInputView(),this.on(di("0x15"),(()=>this[di("0xb")]())),this.bind(di("0x0")).to(this[di("0x3")],di("0x5"),this[di("0x18")][di("0x4")],di("0x1"),((t,e)=>t||!!e))}[di("0xb")](){this[di("0x19")][di("0xb")]()}destroy(){this[di("0x0")]=!1,this[di("0x3")][di("0x2")](),this[di("0x18")].destroy(),super.destroy()}[di("0x14")](){const t=new Jo(this[di("0xc")],this._localUser,this[di("0x11")][di("0x1b")]),e=t.commentInputView;return t[di("0xd")]("showInput").to(this,"isActive",this[di("0x10")],"isReadOnly",e,di("0x1"),((t,e,n)=>!!n||t&&!e)),e[di("0xd")](di("0x8")).to(this,di("0xf"),(t=>bo(this[di("0xc")],t?"Reply...":di("0x16")))),e.on("submit",((t,e)=>{this[di("0x17")](di("0x6"),e)})),e.on(di("0x12"),(()=>{this[di("0xb")]()})),e[di("0xd")](di("0x13")).to(this[di("0x10")],di("0x1a")),e.on("cancel",(t=>{0==this[di("0xf")]&&(this.fire(di("0x7")),t.stop())})),this.on("change:isActive",((t,n,o)=>{o||this[di("0xf")]||e[di("0x1")]||this.fire(di("0x7"))})),t}}const ui=["element","div","_cancelAllConfirms","actionIndicator","render","set","remove","fire","cancelConfirm","locale","Write a comment...","ck-thread--remove-confirmation","showConfirm","Delete comment thread?","_bindFirstCommentView","off","high","bind","commentViews","stop","removeCommentThread","length","then","commentsListView","listenTo","ck-thread__container","isActive","ck-thread--","_model","containerElement","isConfirm","get","commentThreadInputView","bindTemplate","ck-thread","getTemplate"];var mi,fi;mi=ui,fi=281,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("0xc")](pi("0xa"),null),this[pi("0x0")]=null,this[pi("0x10")]=t,this.setTemplate(this.getTemplate()),this.on("change:isActive",((t,e,n)=>{n||this[pi("0x9")]()})),this.listenTo(this[pi("0x23")],"change:isReadOnly",((t,e,n)=>{n&&this[pi("0x9")]()})),this[pi("0x1c")]>0?this[pi("0x15")]():this[pi("0x1f")](this.commentsListView[pi("0x19")],"add",(t=>{this[pi("0x15")](),t[pi("0x16")]()}))}[pi("0x6")](){const t=this[pi("0x4")];return{tag:pi("0x8"),attributes:{class:[pi("0x5"),t.if(pi("0x21"),"ck-thread--active"),t.if(pi("0x1"),pi("0x12")),t.to("actionIndicator",(t=>t?pi("0x22")+t:""))],"data-thread-id":this[pi("0x23")].id,tabindex:-1},children:[{tag:pi("0x8"),attributes:{class:pi("0x20")},children:[this[pi("0x1e")],this[pi("0x3")]]}]}}[pi("0xb")](){super[pi("0xb")](),this.containerElement=this[pi("0x7")].querySelector(".ck-thread__container")}[pi("0x9")](){this[pi("0xf")]();for(const t of this.commentsListView[pi("0x19")])t[pi("0xf")]()}[pi("0x15")](){const{locale:t}=this,e=this[pi("0x1e")][pi("0x19")][pi("0x2")](0);this[pi("0x18")](pi("0xa")).to(e,pi("0xa"),(t=>pi("0xd")===t?pi("0xd"):null)),e.placeholder=bo(t,pi("0x11")),e.removeButton.on("execute",(e=>{e[pi("0x1a")](),this[pi("0x13")](bo(t,pi("0x14")),this[pi("0x0")])[pi("0x1d")]((()=>{this[pi("0xe")](pi("0x1b"))}))}),{priority:pi("0x17")})}}(0,e.mix)(gi,i.ConfirmMixin);var bi,vi,_i=["setTemplate","innerHTML","render","element","content","div","ck-annotation__content","change:content","ck-comment__content"];bi=_i,vi=370,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.set(wi("0x3"),""),this[wi("0x8")]({tag:wi("0x4"),attributes:{class:[wi("0x7"),wi("0x5")]}})}[wi("0x1")](){super.render(),this.on(wi("0x6"),((t,e,n)=>{this.element.innerHTML=n})),this[wi("0x2")][wi("0x0")]=this[wi("0x3")]}}const yi=["set","destroy","focus","switchToEditMode","_createCommentContentView","isCollapsed","fire","updateComment","expand","collapse","disabledSubmit","createCollection","editorConfig","visibleView","cancel","isEditMode","_config","isReadOnly","switchToDisplayMode","element","content","maxCommentCharsWhenCollapsed","add","get","remove","_createCommentInputView","bind","_model","locale"];var Ci,Ai;Ci=yi,Ai=213,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._model=e,this._config=n,this[Ti("0x13")](Ti("0x5"),!1),this[Ti("0x13")]("isCollapsed",!0),this[Ti("0x3")]=this[Ti("0x1")](),this[Ti("0x3")].add(this[Ti("0x17")]())}[Ti("0x1b")](){this[Ti("0x18")]=!1}[Ti("0x1c")](){this.isEditMode||(this.isCollapsed=!0)}focus(){this[Ti("0x9")][Ti("0x15")]()}async[Ti("0x14")](){await this[Ti("0x3")][Ti("0xd")](0).destroy(),super.destroy()}[Ti("0x16")](){this.isEditMode||(this.isEditMode=!0,this[Ti("0x3")][Ti("0xe")](0)[Ti("0x14")](),this[Ti("0x3")][Ti("0xc")](this._createCommentInputView()))}[Ti("0x8")](){this.isEditMode&&(this[Ti("0x5")]=!1,this[Ti("0x3")][Ti("0xe")](0)[Ti("0x14")](),this[Ti("0x3")][Ti("0xc")](this._createCommentContentView()))}[Ti("0x17")](){const t=new ki(this[Ti("0x12")]);return t[Ti("0x10")](Ti("0xa")).to(this._model,Ti("0xa"),this,Ti("0x18"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this._config[Ti("0xb")]}):t)),t}[Ti("0xf")](){this._config[Ti("0x2")]||(this[Ti("0x6")][Ti("0x2")]={}),this[Ti("0x6")][Ti("0x2")].initialData=this._model.content;const t=new Ho(this[Ti("0x12")],this[Ti("0x6")][Ti("0x2")]);return t.value=this[Ti("0x11")][Ti("0xa")],t.bind(Ti("0x0")).to(this[Ti("0x11")],Ti("0x7")),t.on("submit",((t,e)=>{this[Ti("0x19")](Ti("0x1a"),this[Ti("0x11")].id,e),this[Ti("0x8")](),this[Ti("0x15")]()})),t.on(Ti("0x4"),(()=>{this.switchToDisplayMode(),this[Ti("0x15")]()})),t.once("editorReady",(()=>{t[Ti("0x15")]()})),t}}const Ii=["removeButton","bind","element","locale","set","ck-comment__info-name","ck-comment--remove","focus","setTemplate","isEditable","ck-comment--edit","label","ck-annotation__content-wrapper","isReadOnly","change:isRemovable","userView","listenTo","bindTemplate","_config","execute","cancelConfirm","Reply...","ck-comment__actions","mouseenter","isEditMode","Edit","_createRemoveButton","isEnabled","formatDateTime","render","_model","showConfirm","_createEditButton","remove","icon","extendTemplate","editButton","name","pencil","createdAt","then","switchToEditMode","visibleView","div","ck-comment--remove-confirmation","ck-comment--","ck-comment__info","isVisible","span","time","blur","isRemovable","ck-annotation__main","ck-annotation__actions--hidden","edit","fire","ck-annotation__actions","author","getTemplate","_createCommentInputView","ck-annotation__user","ck-comment__info-time","isConfirm","ck-annotation__info","placeholder","ck-comment__actions--hidden","ck-comment__user","_attachActions","actionIndicator","Remove","Delete comment?"];var ji,Oi;ji=Ii,Oi=244,function(t){for(;--t;)ji.push(ji.shift())}(++Oi);const Vi=function(t,e){return Ii[t-=0]};class Si extends Ei{constructor(t,e,n){super(t,e,n),this[Vi("0x2c")](Vi("0x25"),null),this.set(Vi("0x21"),bo(t,Vi("0x3d"))),this[Vi("0x2c")](Vi("0x8"),null),this[Vi("0x29")](Vi("0x8")).to(e),this[Vi("0x5")]=this[Vi("0x1")](),this[Vi("0x28")]=this[Vi("0x42")](),this[Vi("0x37")]=new i.UserView(t,e[Vi("0x1a")]),this.userView.extendTemplate({attributes:{class:[Vi("0x23"),Vi("0x1d")]}}),this.listenTo(e,Vi("0x36"),(()=>this[Vi("0x3c")]())),this[Vi("0x30")](this.getTemplate())}[Vi("0x1b")](){const t=this[Vi("0x39")];return{tag:"li",attributes:{class:["ck-comment__wrapper",t.if(Vi("0x1f"),Vi("0xd"))],tabindex:-1},children:[{tag:Vi("0xc"),attributes:{class:["ck-comment","ck-annotation",t.if("isEditMode",Vi("0x32")),t.to(Vi("0x25"),(t=>t?Vi("0xe")+t:""))],"data-author-id":this[Vi("0x46")][Vi("0x1a")].id,"data-comment-id":this._model.id},children:[this[Vi("0x37")],{tag:Vi("0xc"),attributes:{class:["ck-comment__main",Vi("0x15")]},children:[{tag:Vi("0xc"),attributes:{class:[Vi("0xf"),Vi("0x20")]},children:[{tag:Vi("0x11"),children:[{text:this[Vi("0x37")][Vi("0x6")]}],attributes:{class:[Vi("0x2d"),"ck-annotation__info-name"]}},{tag:Vi("0x12"),attributes:{datetime:t.to(Vi("0x8")),class:[Vi("0x1e"),"ck-annotation__info-time"]},children:[{text:t.to(Vi("0x8"),(t=>this[Vi("0x3a")][Vi("0x44")](t)))}]}]},{tag:Vi("0xc"),attributes:{class:[Vi("0x3e"),Vi("0x19"),t.if(Vi("0x40"),Vi("0x22")),t.if(Vi("0x40"),Vi("0x16"))]},children:[this[Vi("0x5")],this[Vi("0x28")]]},{tag:Vi("0xc"),attributes:{class:[Vi("0x34")]},children:this[Vi("0xb")]}]}]}]}}[Vi("0x1")](){const e=new go.ButtonView(this[Vi("0x2b")]);return e[Vi("0x33")]=bo(this[Vi("0x2b")],Vi("0x41")),e[Vi("0x3")]=t.icons[Vi("0x7")],e[Vi("0x4")]({attributes:{class:"ck-comment--edit"}}),e[Vi("0x29")]("isEnabled").to(this[Vi("0x46")],Vi("0x35"),(t=>!t)),e[Vi("0x29")](Vi("0x10")).to(this[Vi("0x46")],Vi("0x31")),e.on(Vi("0x3b"),(()=>this[Vi("0xa")]())),e}_createRemoveButton(){const t=new go.ButtonView(this[Vi("0x2b")]);return t[Vi("0x33")]=bo(this.locale,Vi("0x26")),t[Vi("0x3")]='\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("0x4")]({attributes:{class:Vi("0x2e")}}),t[Vi("0x29")](Vi("0x43")).to(this._model,Vi("0x35"),(t=>!t)),t.bind(Vi("0x10")).to(this[Vi("0x46")],Vi("0x14")),t.on(Vi("0x3b"),(()=>{this[Vi("0x0")](bo(this[Vi("0x2b")],Vi("0x27")),this.element)[Vi("0x9")]((()=>{this[Vi("0x18")]("removeComment",this[Vi("0x46")].id)}))})),t}[Vi("0x24")](t,e){this[Vi("0x38")](t,Vi("0x3f"),(()=>this.actionIndicator=e)),this.listenTo(t,Vi("0x2f"),(()=>this.actionIndicator=e)),this[Vi("0x38")](t,"mouseleave",(()=>this.actionIndicator=null)),this.listenTo(t,Vi("0x13"),(()=>this[Vi("0x25")]=null))}[Vi("0x1c")](){const t=super[Vi("0x1c")]();return t[Vi("0x29")](Vi("0x21")).to(this),t}render(){super[Vi("0x45")](),this[Vi("0x24")](this[Vi("0x5")][Vi("0x2a")],Vi("0x17")),this[Vi("0x24")](this[Vi("0x28")][Vi("0x2a")],Vi("0x2"))}}(0,e.mix)(Si,i.ConfirmMixin);var Mi=n(278),Di=n.n(Mi),Ri=n(490),Pi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(Ri.Z,Pi);Ri.Z.locals;var Ni=n(227),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(Ni.Z,Bi);Ni.Z.locals;var zi=n(424),Fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(zi.Z,Fi);zi.Z.locals;const Li=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,$i=/^0o[0-7]+$/i,Gi=parseInt;const Ji=function(t){if("number"==typeof t)return t;if(Ln(t))return NaN;if(S(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=S(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Hi(t);var n=qi.test(t);return n||$i.test(t)?Gi(t.slice(2),n?2:8):Zi.test(t)?NaN:+t};var Yi=Math.max,Qi=Math.min;const Xi=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=Li();if(f(t))return g(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Qi(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=Li(),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=Ji(e)||0,S(n)&&(h=!!n.leading,r=(d="maxWait"in n)?Yi(Ji(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(Li())},b};const tr=function(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return S(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),Xi(t,e,{leading:o,maxWait:e,trailing:i})},er=["observe","childList","attributes","type"];var nr,or;nr=er,or=225,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("0x1")==n[ir("0x2")]&&"class"==n.attributeName||ir("0x0")==n[ir("0x2")])&&e()}));return{attach(t){n[ir("0x3")](t,{attributes:!0,childList:!0,subtree:!0})},detach(){n.disconnect(),e.cancel()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(sr.Z,ar);sr.Z.locals;const cr=["clientHeight","div","focus","render","_mutationObserver","attach","listenTo","detach","setTemplate","bindTemplate","content","focusTracker","ck-rounded-corners","Esc","add","set","isActive","type","height","targetRect","ck-annotation-wrapper","destroy","mainView","element","keystrokes","isDirty","fire","_updateHeight"];var xr,hr;xr=cr,hr=484,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("0x3")]=new e.FocusTracker,this.keystrokes=new e.KeystrokeHandler,this[dr("0x10")][dr("0x7")]("Esc",((t,e)=>this[dr("0x12")](dr("0x5"),e))),this.set(dr("0xb"),{top:0,right:0,bottom:0,left:0}),this[dr("0x7")](dr("0xa"),0),this[dr("0x7")](dr("0x8"),!1),this[dr("0x7")](dr("0x11"),!1),this.set("length",0),this.set(dr("0x9"),""),this._mutationObserver=rr((()=>this[dr("0x13")]())),this[dr("0x2")]=this.createCollection(),this[dr("0x2")][dr("0x6")](n),this[dr("0xe")]=n;const o=this[dr("0x1")];this[dr("0x0")]({tag:dr("0x15"),attributes:{class:["ck",dr("0xc"),dr("0x4"),o.if(dr("0x8"),"ck-annotation-wrapper--active")],tabindex:-1},children:this[dr("0x2")]})}[dr("0x17")](){super[dr("0x17")](),this.focusTracker[dr("0x6")](this[dr("0xf")]),this[dr("0x10")][dr("0x1a")](this[dr("0xf")]),this._mutationObserver[dr("0x19")](this[dr("0xf")])}destroy(){this[dr("0x2")].clear(),this[dr("0x10")].destroy(),this[dr("0x3")][dr("0xd")](),this[dr("0x18")][dr("0x1b")](),super[dr("0xd")]()}focus(){this.element[dr("0x16")]()}[dr("0x13")](){const t=this[dr("0xf")][dr("0x14")];t&&(this[dr("0xa")]=t)}}var ur=Function.prototype,mr=Object.prototype,fr=ur.toString,pr=mr.hasOwnProperty,gr=fr.call(Object);const br=function(t){if(!Ft(t)||"[object Object]"!=V(t))return!1;var e=dn(t);if(null===e)return!0;var n=pr.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&fr.call(n)==gr};const vr=function(t){return Ft(t)&&1===t.nodeType&&!br(t)},_r=["element","_type","mainView","targetRect","offsetParent","remove","function","_assertCorrectTarget","add","annotation-invalid-target","view","isActive","stopListening","getClientRects","item","focusableElements","clear","updateTargetRect","focusTracker","target","destroy","_id","_isTargetElementVisible","_target","refreshVisibility","type","isVisible"];var wr,kr;wr=_r,kr=250,function(t){for(;--t;)wr.push(wr.shift())}(++kr);const yr=function(t,e){return _r[t-=0]};class Cr{constructor({view:t,target:n,type:o,isVisible:i=!0}){this[yr("0x3")]=t,this.view[yr("0x14")]||this[yr("0x3")].render(),this[yr("0x15")]=o,this[yr("0x10")]=n,this[yr("0x0")](),this.focusableElements=new e.Collection([this[yr("0x3")].element],{idProperty:yr("0xe")}),this[yr("0x8")].on(yr("0x1"),((t,e)=>{this[yr("0x3")][yr("0xb")][yr("0x1")](e)})),this[yr("0x8")].on(yr("0x19"),((t,e)=>{this[yr("0x3")][yr("0xb")].remove(e)})),this.set(yr("0x13"),i)}get[yr("0x12")](){return yr("0x1a")==typeof this._type?this[yr("0x15")]():this[yr("0x15")]}get innerView(){return this.view[yr("0x16")]}get target(){return"function"==typeof this[yr("0x10")]?this._target():this[yr("0x10")]}get[yr("0x17")](){const t=this.target;return this._assertCorrectTarget(),null!==t&&this[yr("0xf")]()?new e.Rect(t):null}get[yr("0x4")](){return this[yr("0x3")][yr("0x4")]}set isActive(t){this.view[yr("0x4")]=t,this.view.mainView[yr("0x4")]=t}[yr("0xa")](){this[yr("0x3")][yr("0x17")]=this.targetRect}[yr("0xd")](){this.focusableElements[yr("0x5")](),this.focusableElements[yr("0x9")](),this.stopListening()}[yr("0x11")](){this[yr("0x13")]=this._isTargetElementVisible()}[yr("0xf")](){const t=this.target;if(vr(t)){const e=t[yr("0x6")]()[yr("0x7")](0),n=t[yr("0x18")];if(!e||!n)return!1}return!0}[yr("0x0")](){const t=this[yr("0xc")];if(!(null===t||t instanceof e.Rect||vr(t)))throw new e.CKEditorError(yr("0x2"),null,{target:t})}}(0,e.mix)(Cr,e.ObservableMixin);const Ar=["add","remove","focusTracker","delete","clear","annotationcollection-not-existing-item","destroy","_getOrderInContent","sort","isFocused","fire","blur","has","refreshPositioning","_innerViewToAnnotation","_viewToAnnotation","length","getIndex","focusableElements","change:isFocused","top","innerView","stopListening","_items","getByView","listenTo","_focusTracker","set","getByInnerView","left","targetRect","updateTargetRect","_sort","view","focus","from"];var Tr,Er;Tr=Ar,Er=239,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Ar[t-=0]};class jr extends e.Collection{constructor(t=[]){super(),this[Ir("0x1b")]=new Map,this._viewToAnnotation=new Map,this[Ir("0x3")]=new e.FocusTracker,this[Ir("0x3")].on(Ir("0x20"),((t,e,n)=>{n||this[Ir("0x17")](Ir("0x18"))}));for(const e of t)this[Ir("0xd")](e)}get[Ir("0x16")](){return this[Ir("0x3")].isFocused}[Ir("0xd")](t){if(this[Ir("0x19")](t))throw new e.CKEditorError("annotationcollection-duplicated-item",null);this._innerViewToAnnotation.set(t[Ir("0x22")],t),this[Ir("0x1c")][Ir("0x4")](t[Ir("0xa")],t);for(const e of t[Ir("0x1f")])this[Ir("0x3")].add(e);this[Ir("0x2")](t[Ir("0x1f")],"add",((t,e)=>{this[Ir("0x3")].add(e)})),this[Ir("0x2")](t.focusableElements,Ir("0xe"),((t,e)=>{this._focusTracker.remove(e)})),this[Ir("0x2")](t[Ir("0xa")][Ir("0xf")],Ir("0x20"),((e,n,o)=>{o&&this[Ir("0x17")](Ir("0xb"),t)}));const n=this._getOrderInContent(t);super[Ir("0xd")](t,n),t[Ir("0x8")]()}[Ir("0xe")](t){if(!this[Ir("0x19")](t))throw new e.CKEditorError(Ir("0x12"),null);this[Ir("0x23")](t.view[Ir("0xf")]),this[Ir("0x23")](t[Ir("0x1f")]);for(const e of t[Ir("0x1f")])this[Ir("0x3")][Ir("0xe")](e);this[Ir("0x1c")][Ir("0x10")](t[Ir("0xa")]),this[Ir("0x1b")][Ir("0x10")](t[Ir("0x22")]),super[Ir("0xe")](t)}[Ir("0x5")](t){return this[Ir("0x1b")].get(t)}[Ir("0x1")](t){return this[Ir("0x1c")].get(t)}[Ir("0x13")](){super.clear(),this[Ir("0x23")](),this[Ir("0x1b")][Ir("0x11")](),this._viewToAnnotation.clear(),this[Ir("0x3")].destroy()}[Ir("0x1a")](){for(const t of this)t[Ir("0x8")]();this[Ir("0x9")]()}[Ir("0x9")](){const t=Array[Ir("0xc")](this)[Ir("0x15")](((t,e)=>Or(t.targetRect,e[Ir("0x7")])));for(let e=t[Ir("0x1d")]-1;e>0;e--){const n=t[e];e!==this[Ir("0x1e")](n)&&(this[Ir("0xe")](n),this[Ir("0xd")](n,e))}}[Ir("0x14")](t){let e=0;const n=t[Ir("0x7")];if(!n)return this[Ir("0x0")][Ir("0x1d")];for(const t of this){const o=t.targetRect;if(o){if(Or(n,o)<0)return e;e++}}return e}}function Or(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t[Ir("0x21")]-e[Ir("0x21")];return 0==n?t[Ir("0x6")]-e[Ir("0x6")]:n}const Vr=["destroy","createAnnotation","delete","deactivateAll","source","fire","has","refreshPositioning","add","_bindAnnotationsToVisibleAnnotations","activate","refreshVisibility","set","remove","change:isVisible","createAnnotationView","stopListening","collection","activeAnnotations","listenTo","getByInnerView","isVisible","_deactivateAllAnnotations","Annotations","_visibleAnnotations","pluginName"];var Sr,Mr;Sr=Vr,Mr=162,function(t){for(;--t;)Sr.push(Sr.shift())}(++Mr);const Dr=function(t,e){return Vr[t-=0]};class Rr extends t.ContextPlugin{static get[Dr("0x13")](){return Dr("0x11")}constructor(t){super(t),this[Dr("0xb")]=new jr,this[Dr("0x12")]=new jr,this[Dr("0x6")](Dr("0xc"),new Set),this[Dr("0x3")]()}[Dr("0x2")](t){this.collection[Dr("0x2")](t)}[Dr("0x7")](t){this[Dr("0xb")][Dr("0x7")](t),t.destroy()}refreshVisibility(){for(const t of this[Dr("0xb")])t[Dr("0x5")]()}[Dr("0x1")](){this[Dr("0x12")][Dr("0x1")]()}[Dr("0xe")](t){return this.collection[Dr("0xe")](t)}[Dr("0x17")](){this[Dr("0x19")](Dr("0x10"))}[Dr("0x14")](){for(const t of this[Dr("0xb")])t[Dr("0x14")]();this._visibleAnnotations[Dr("0x14")](),this[Dr("0xb")][Dr("0x14")](),super.destroy()}[Dr("0x4")](t){this[Dr("0x19")]("_activateAnnotation",t)}[Dr("0x15")](t){return new Cr(t)}[Dr("0x9")](t,e){return new lr(t,e)}_addActiveAnnotation(t){const e=new Set(this[Dr("0xc")]);e[Dr("0x2")](t),this[Dr("0xc")]=e}_removeActiveAnnotation(t){const e=new Set(this[Dr("0xc")]);e[Dr("0x16")](t),this[Dr("0xc")]=e}[Dr("0x3")](){const t=this[Dr("0xb")],e=this[Dr("0x12")];function n(t){const n=t[Dr("0x18")];n[Dr("0xf")]&&!e.has(n)?e[Dr("0x2")](n):!n.isVisible&&e[Dr("0x0")](n)&&e[Dr("0x7")](n)}this[Dr("0xd")](t,Dr("0x2"),((t,o)=>{o.isVisible&&e[Dr("0x2")](o),this[Dr("0xd")](o,Dr("0x8"),n)})),this.listenTo(t,"remove",((t,o)=>{e.has(o)&&e[Dr("0x7")](o),this[Dr("0xa")](o,Dr("0x8"),n)}))}}const Pr=["commentsrepository-update-comment-invalid-content","commentsrepository-active-not-attached","join","_viewToController","commentsrepository-attach-missing-comment-thread","_remove","parse","define","getTime","_removeCommentThread","PENDING_ACTION_COMMENT_THREAD","commentsrepository-invalid-comment-thread-id","commentsrepository-remove-comment-internal-error","addComment","fire","length","catch","comments.maxCommentsWhenCollapsed","function","replace","commentsrepository-get-comment-invalid-id","comment","get","PendingActions","config","destroy","change:activeAnnotations","getIndex","commentsrepository-invalid-commentid","error","switchReadOnly","_createCommentThreadView","comments","attachTo","threadId","_repository","focus","_readOnlyChannels","deactivateAll","getCommentThreads","createElement","commentsrepository-adapter-already-set","change:createdAt","CommentView","activate","commentsrepository-active-missing-comment-thread","licenseKey","updateComment","commentsrepository-update-comment-internal-error","pluginName","removeComment","_addCommentThread","comments.CommentView","fromCharCode","_removeComment","getCommentThread","author","context","removeAttribute","slice","commentsrepository-add-comment-to-missing-comment-thread","then","bind","from","commentUpdated","commentsrepository-missing-thread-and-adapter","content","_addComment","_updateComment","assign","_adapter","weight","_isAttached","commentsrepository-add-comment-user-not-exists","commentsrepository-add-comment-internal-error","setActiveCommentThread","commentsrepository-remove-comment-thread-internal-error","getUser","update","view","locale","stopListening","addCommentThread","_add","push","delete","_attachCommentThread","add","set","commentsrepository-update-comment-missing-comment-thread","isFromAdapter","hasCommentThread","string","isRemovable","type","removeCommentThread","commentsrepository-remove-comment-missing-comment-thread","channelId","comments.maxCommentCharsWhenCollapsed","isReadOnly","getByInnerView","model","comments.editorConfig","_threadToController","_nonAdminChannels","has","_findOptimalIndex","values","createdAt","isDirty","reduce","remove","openNewCommentThread","pop","find","plugins","listenTo","createCommentThreadController","fetchCommentThread","commentsrepository-invalid-comment-content","_threads","commentsrepository-remove-missing-comment-thread","CommentsRepository","_detachCommentThread","init","attributes","commentsrepository-fetch-comment-thread","isAttached","commentsrepository-missing-target","getComment","map","toJSON","charCodeAt","commentsrepository-duplicated-comment-thread-id","adapter","resolve","comments.maxThreadTotalWeight","activeCommentThread","isEditable","setAttribute"];var Nr,Br;Nr=Pr,Br=279,function(t){for(;--t;)Nr.push(Nr.shift())}(++Br);const zr=function(t,e){return Pr[t-=0]},Fr=Symbol("noChannel");class Lr extends t.ContextPlugin{static get requires(){return[Rr,t.PendingActions,i.Users]}static get[zr("0x32")](){return zr("0x7b")}constructor(t){super(t),this[zr("0x79")]=new Map,this[zr("0x68")]=new Map,this[zr("0x4")]=new Map,this[zr("0x26")]=new Set,this[zr("0x59")](zr("0x69"),new Set),this.licenseKey=this[zr("0x3a")][zr("0x19")][zr("0x17")](zr("0x2f"));const e=this[zr("0x3a")][zr("0x19")];e[zr("0x8")](zr("0x12"),2),e.define(zr("0x89"),500),e[zr("0x8")]("comments.maxCommentCharsWhenCollapsed",140),e[zr("0x8")]("comments.CommentThreadView",gi),e.define(zr("0x35"),Si),e[zr("0x17")]("comments.editorConfig")||console.warn("Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.")}[zr("0x7d")](){const t=this[zr("0x3a")].plugins.get(Rr);this[zr("0x59")](zr("0x8a"),null),this.on(zr("0x53"),((t,e)=>this[zr("0x34")](e))),this.on(zr("0x60"),((t,e)=>this[zr("0xa")](e))),this.on(zr("0xe"),((t,e)=>this[zr("0x44")](e))),this.on(zr("0x30"),((t,e)=>this[zr("0x45")](e))),this.on("removeComment",((t,e)=>this[zr("0x37")](e))),this.on(zr("0xe"),((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this[zr("0x38")](e),i=this[zr("0x68")][zr("0x17")](o);i&&i.view.focus()}),{priority:"lowest"}),this[zr("0x75")](t,zr("0x1b"),((t,e,n)=>{const o=Array[zr("0x40")](n)[zr("0x83")]((t=>this._viewToController[zr("0x17")](t.innerView))).filter(Boolean)[0];this[zr("0x8a")]=o?o[zr("0x66")]: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,49,54,54,50]),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[zr("0x40")](function(t){const e=new Uint8Array(t[zr("0x10")]);for(let n=0;n<t[zr("0x10")];n++)e[n]=t[zr("0x85")](n);return e}(n)),i=o[zr("0x72")](),r=o[zr("0x72")]();return function(t){let e="";for(const n of t)e+=String[zr("0x36")](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[zr("0x10")];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[zr("0x10")];n+=4)e[zr("0x55")](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[zr("0x10")]-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[zr("0x3c")]()}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[zr("0x10")]];for(let e=0;e<=t;e++)c[zr("0x55")]([0,0,0,0]),x[zr("0x55")]([0,0,0,0]);const e=4*(t+1),n=a[zr("0x10")]/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[zr("0x7")](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[zr("0x19")][zr("0x17")](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])]())[zr("0x14")](l([46]),"");let e="";for(let n=0;n<t[zr("0x10")];n+=2){let o=parseInt(t.substring(n,n+2));o>=s[zr("0x10")]&&(o-=s[zr("0x10")]),e+=s[o]}return e}();return e[n]=t,t}function x(t){for(const e of t[l([101,100,105,116,111,114,115])])h(e);t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=d}function h(t){function e(){t[l([109,111,100,101,108])][l([99,104,97,110,103,101])]=d,t[l([109,111,100,101,108])][l([101,110,113,117,101,117,101,67,104,97,110,103,101])]=d,t[l([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](l([109,111,100,101,108]))}t[l([115,116,97,116,101])]==l([114,101,97,100,121])?e():t[l([111,110,99,101])](l([114,101,97,100,121]),(()=>e()))}function d(){return null}function l(t){return t.map((t=>String[zr("0x36")](t)))[zr("0x3")]("")}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]))}),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])||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])),n[l([111,102,102])]())}),{priority:l([104,105,103,104,101,115,116])})}))}(this.context)}set adapter(t){if(this[zr("0x47")])throw new e.CKEditorError(zr("0x2a"));this[zr("0x47")]=t}get adapter(){return this[zr("0x47")]}[zr("0x53")]({channelId:t=Fr,threadId:n=(0,e.uid)(),comments:o=[],target:i,isFromAdapter:r}={}){return this.fire(Wr(zr("0x53"),t),{channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}),this[zr("0x38")](n)}[zr("0x71")]({channelId:t=Fr,threadId:n=(0,e.uid)(),target:o}){if(this[zr("0x26")][zr("0x6a")](t)||this._readOnlyChannels[zr("0x6a")](void 0))return;if(!o)throw new e.CKEditorError(zr("0x81"));const i=this[zr("0x53")]({channelId:t,threadId:n,target:o});if(!i)return null;const r=this[zr("0x68")].get(i),s=r[zr("0x50")].commentThreadInputView.commentInputView,a=this[zr("0x3a")][zr("0x74")].get(Rr),c=a[zr("0x65")](r.view);return a[zr("0x2d")](c),s.once("editorReady",(()=>s[zr("0x25")]())),i}[zr("0x5c")](t){if(zr("0x5d")!=typeof t)throw new e.CKEditorError(zr("0xc"));return this[zr("0x79")][zr("0x6a")](t)}[zr("0x38")](t){if(zr("0x5d")!=typeof t)throw new e.CKEditorError(zr("0xc"));return this[zr("0x79")][zr("0x17")](t)}[zr("0x77")]({channelId:t,threadId:n}={}){const o=this[zr("0x38")](n);if(o)return Promise.resolve(o);if(!this[zr("0x87")])throw new e.CKEditorError(zr("0x42"),this.context);if(zr("0x13")!=typeof this.adapter[zr("0x38")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter-method",this[zr("0x3a")]);return this[zr("0x87")][zr("0x38")]({channelId:t,threadId:n})[zr("0x3e")]((e=>this[zr("0x5c")](n)?this[zr("0x38")](n):e?this[zr("0x53")](Object[zr("0x46")]({isFromAdapter:!0,channelId:t},e)):void 0))[zr("0x11")]((t=>{throw console.error(t),new e.CKEditorError(zr("0x7f"),this[zr("0x3a")])}))}[zr("0x28")]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this[zr("0x79")][zr("0x6c")]())t&&o[zr("0x62")]!==t||e&&!o[zr("0x80")]||n&&0===o[zr("0x10")]||i[zr("0x55")](o);return o?i[zr("0x83")]((t=>t[zr("0x84")]())):i}[zr("0x4c")](t){const n=this[zr("0x3a")][zr("0x74")].get(Rr);if(!t)return void(this.activeCommentThread&&n[zr("0x27")]());const o=this[zr("0x38")](t);if(!o)throw new e.CKEditorError(zr("0x2e"),null,{threadId:t});if(!this[zr("0x68")].has(o))throw new e.CKEditorError(zr("0x2"),null,{threadId:t});const i=n[zr("0x65")](this[zr("0x68")][zr("0x17")](o)[zr("0x50")]);n[zr("0x2d")](i)}[zr("0x1f")](t,e){t?this[zr("0x26")].add(e):this[zr("0x26")].delete(e);for(const n of this[zr("0x28")]({channelId:e}))n[zr("0x64")]=!!t}[zr("0x64")](t){return this[zr("0x26")][zr("0x6a")](t)||this[zr("0x26")][zr("0x6a")](void 0)}[zr("0x76")](t,e){return new po(t,e)}setAdminPermissions(t,e=Fr){const n=!this[zr("0x69")][zr("0x6a")](e),o=new Set(this[zr("0x69")]);n&&!t&&(o[zr("0x58")](e),this[zr("0x69")]=o),!n&&t&&(o[zr("0x56")](e),this[zr("0x69")]=o)}[zr("0x34")]({channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}){if(zr("0x5d")!=typeof n)throw new e.CKEditorError(zr("0xc"),null,{threadId:n});if(this[zr("0x5c")](n))throw new e.CKEditorError(zr("0x86"),null,{threadId:n});const s=new Kr(this,{channelId:t,id:n});(this[zr("0x26")].has(t)||this._readOnlyChannels[zr("0x6a")](void 0))&&(s.isReadOnly=!0),this[zr("0x79")][zr("0x59")](n,s);for(const t of o)s[zr("0xe")](Object[zr("0x46")]({isFromAdapter:r},t));i&&s[zr("0x22")](i)}[zr("0x57")]({threadId:t,target:n}){const o=this[zr("0x38")](t);if(!o)throw new e.CKEditorError(zr("0x5"),this);const i=this[zr("0x3a")][zr("0x74")][zr("0x17")](zr("0x18")),r=this[zr("0x3a")][zr("0x74")][zr("0x17")](Rr),s=this[zr("0x20")](o),a=new po(o,s);let c=null;s.on("change:isDirty",((t,e,n)=>{n?c=i[zr("0x58")](bo(this[zr("0x3a")][zr("0x51")],zr("0xb"))):(i.remove(c),c=null)})),this[zr("0x68")][zr("0x59")](o,a),this[zr("0x4")][zr("0x59")](s,a);const x=new lr(this.context[zr("0x51")],s);x[zr("0x3f")](zr("0x10")).to(s),x[zr("0x3f")](zr("0x6e")).to(s,zr("0x6e"),s,zr("0x10"),((t,e)=>t||!e)),x[zr("0x3f")]("isActive").to(s),x[zr("0x5f")]=zr("0x16");const h=new Cr({view:x,target:n,type:zr("0x16")});r[zr("0x58")](h)}[zr("0x20")](t){const e=this[zr("0x3a")][zr("0x74")].get("Users"),{config:n,locale:o}=this[zr("0x3a")],r=(0,i.getDateTimeFormatter)(n.get(zr("0x51")));return new(0,n.get(zr("0x21")).CommentThreadView)(o,t,e.me,{editorConfig:n[zr("0x17")](zr("0x67")),maxCommentsWhenCollapsed:n[zr("0x17")](zr("0x12")),maxThreadTotalWeight:n[zr("0x17")](zr("0x89")),maxCommentCharsWhenCollapsed:n[zr("0x17")](zr("0x63")),formatDateTime:r,CommentView:n[zr("0x17")](zr("0x21"))[zr("0x2c")]})}[zr("0xa")]({threadId:t,isFromAdapter:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(zr("0x7a"),this);if(this[zr("0x7c")](t),this[zr("0x79")][zr("0x56")](t),!o[zr("0x10")]||n||!this.adapter||zr("0x13")!=typeof this[zr("0x87")][zr("0x60")])return Promise[zr("0x88")]();const i=this[zr("0x3a")][zr("0x74")][zr("0x17")](zr("0x18")),{channelId:r}=o,s=i[zr("0x58")](bo(this.context[zr("0x51")],"PENDING_ACTION_COMMENT_THREAD"));return this[zr("0x87")][zr("0x60")]({channelId:r,threadId:t})[zr("0x3e")]((()=>i[zr("0x70")](s)))[zr("0x11")]((t=>{throw console[zr("0x1e")](t),new e.CKEditorError(zr("0x4d"),this)}))}_detachCommentThread(t){const e=this[zr("0x3a")].plugins[zr("0x17")](Rr),n=this[zr("0x38")](t);if(this[zr("0x68")].has(n)){const t=this._threadToController[zr("0x17")](n),o=t[zr("0x50")],i=e[zr("0x65")](o);this[zr("0x68")].delete(n),this[zr("0x4")].delete(o),i&&e[zr("0x70")](i),t[zr("0x1a")](),o[zr("0x1a")]()}}[zr("0x44")]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if(zr("0x5d")!=typeof n)throw new e.CKEditorError(zr("0x1d"));if(zr("0x5d")!=typeof r)throw new e.CKEditorError("commentsrepository-invalid-comment-authorid");if(zr("0x5d")!=typeof o||!o.trim())throw new e.CKEditorError(zr("0x78"));const x=this[zr("0x38")](t);if(!x)throw new e.CKEditorError(zr("0x3d"),this);const h=this[zr("0x3a")][zr("0x74")].get(i.Users)[zr("0x4e")](r);if(!h)throw new e.CKEditorError(zr("0x4a"),null,{authorId:r});const d=new Ur(this,{threadId:t,id:n,author:h,content:o,createdAt:s,attributes:a});if(x._add(d),c||!this[zr("0x87")]||zr("0x13")!=typeof this.adapter[zr("0xe")])return Promise[zr("0x88")]();const l=this[zr("0x3a")].plugins[zr("0x17")](zr("0x18")),{channelId:u}=x,m=l[zr("0x58")](bo(this[zr("0x3a")][zr("0x51")],"PENDING_ACTION_COMMENT_THREAD"));return a||(a={}),this.adapter.addComment({channelId:u,threadId:t,commentId:n,content:o,attributes:a})[zr("0x3e")]((e=>{if(l[zr("0x70")](m),this[zr("0x5c")](t))e&&e.createdAt&&this._updateComment({threadId:t,commentId:n,createdAt:e.createdAt,isFromAdapter:!0});else{const i={threadId:t,commentId:n,content:o,attributes:a,createdAt:e&&e.createdAt?e[zr("0x6d")]:s,authorId:h.id};this[zr("0x53")]({channelId:u,threadId:t,comments:[i],isFromAdapter:!0})}})).catch((t=>{throw console.error(t),new e.CKEditorError(zr("0x4b"),this)}))}_updateComment({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&(zr("0x5d")!=typeof o||!o.trim()[zr("0x10")]))throw new e.CKEditorError(zr("0x1"));const a=this[zr("0x38")](t),c=a[zr("0x82")](n);if(!c)throw new e.CKEditorError("commentsrepository-update-missing-comment",this);let x=!1;if(o&&o!==c[zr("0x43")]&&(c[zr("0x8b")]||s)&&(c[zr("0x43")]=o,x=!0),i&&i!==c[zr("0x6d")]&&(c[zr("0x6d")]=i,x=!0),r&&!We(r,c[zr("0x7e")])&&(c[zr("0x7e")]=r,x=!0),!x)return Promise[zr("0x88")]();if(a[zr("0xf")](zr("0x41")),s||!this[zr("0x87")]||"function"!=typeof this[zr("0x87")][zr("0x30")])return Promise[zr("0x88")]();const h=this[zr("0x3a")].plugins.get(zr("0x18")),{channelId:d}=this[zr("0x38")](c[zr("0x23")]),l=h[zr("0x58")](bo(this[zr("0x3a")][zr("0x51")],zr("0xb")));return this[zr("0x87")][zr("0x30")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[zr("0x3e")]((()=>h[zr("0x70")](l)))[zr("0x11")]((t=>{throw console[zr("0x1e")](t),new e.CKEditorError(zr("0x31"),this)}))}[zr("0x37")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[zr("0x38")](t),r=i[zr("0x82")](n);if(!r)throw new e.CKEditorError("commentsrepository-remove-missing-comment",this);if(i._remove(r),o||!this.adapter||zr("0x13")!=typeof this[zr("0x87")][zr("0x33")])return Promise.resolve();const s=this.context.plugins.get("PendingActions"),{channelId:a}=i,c=s[zr("0x58")](bo(this[zr("0x3a")][zr("0x51")],zr("0xb")));return this.adapter[zr("0x33")]({channelId:a,threadId:t,commentId:n})[zr("0x3e")]((()=>s[zr("0x70")](c)))[zr("0x11")]((t=>{throw console.error(t),new e.CKEditorError(zr("0xd"),this)}))}}class Kr{constructor(t,n){this[zr("0x62")]=n[zr("0x62")],this.id=n.id,this[zr("0x59")](zr("0x64"),!1),this[zr("0x3f")](zr("0x5e")).to(t,zr("0x69"),(t=>!t[zr("0x6a")](this[zr("0x62")]))),this[zr("0x21")]=new e.Collection,this._repository=t,this[zr("0x49")]=!1}get[zr("0x48")](){return Array.from(this[zr("0x21")])[zr("0x6f")](((t,e)=>t+e[zr("0x48")]),0)}get[zr("0x10")](){return this.comments[zr("0x10")]}get[zr("0x80")](){return this[zr("0x49")]}remove({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this._repository[zr("0xf")](Wr("removeCommentThread",e),{channelId:e,threadId:n,isFromAdapter:t})}[zr("0x22")](t){this[zr("0x24")][zr("0x57")]({threadId:this.id,target:t})}[zr("0xe")](t){const{channelId:e,id:n}=this;this[zr("0x24")].fire(Wr(zr("0xe"),e,n),Object[zr("0x46")]({channelId:e,threadId:n},t))}[zr("0x82")](t){if(zr("0x5d")!=typeof t)throw new e.CKEditorError(zr("0x15"),null,{commentId:t});return this[zr("0x21")].get(t)}toJSON(){return{threadId:this.id,comments:this.comments.map((t=>t.toJSON()))}}[zr("0x54")](t){return this[zr("0x75")](t,zr("0x2b"),(()=>{const e=this._findOptimalIndex(t),n=this.comments;e-1!=n[zr("0x1c")](t)&&e+1!=n[zr("0x1c")](t)&&(this[zr("0x6")](t),this._add(t))})),t[zr("0x6d")]?this[zr("0x21")][zr("0x58")](t,this[zr("0x6b")](t)):this[zr("0x21")].add(t)}[zr("0x6")](t){return this[zr("0x52")](t),t[zr("0x1a")](),this.comments[zr("0x70")](t)}[zr("0x6b")](t){const e=this[zr("0x21")][zr("0x73")]((e=>new Date(e[zr("0x6d")])[zr("0x9")]()>new Date(t[zr("0x6d")])[zr("0x9")]()));return e?this[zr("0x21")][zr("0x1c")](e):this[zr("0x10")]}}(0,e.mix)(Kr,e.ObservableMixin);class Ur{constructor(t,e){const n=t[zr("0x3a")][zr("0x74")].get("Users").me,o=t[zr("0x38")](e.threadId),i=0===o[zr("0x21")][zr("0x10")],r=n===e[zr("0x39")];this.id=e.id,this[zr("0x23")]=e[zr("0x23")],this[zr("0x39")]=e[zr("0x39")],this[zr("0x59")]("content",e[zr("0x43")]),this[zr("0x59")](zr("0x6d"),e[zr("0x6d")]||new Date),this[zr("0x59")](zr("0x7e"),e[zr("0x7e")]||{}),this[zr("0x59")]("isEditable",r),this[zr("0x3f")]("isRemovable").to(o,zr("0x5e"),(t=>t&&i||r)),this[zr("0x3f")](zr("0x64")).to(o,zr("0x64")),this._repository=t}get[zr("0x48")](){return Math.max(function(t){const e=document[zr("0x29")]("div");return e.innerHTML=t,e.textContent[zr("0x10")]}(this.content),200)}[zr("0x4f")](t){const{threadId:n,id:o}=this;if(!this[zr("0x24")].hasCommentThread(n))throw new e.CKEditorError(zr("0x5a"),this);const{channelId:i}=this[zr("0x24")].getCommentThread(n);this[zr("0x24")].fire(Wr(zr("0x30"),i,n),Object[zr("0x46")]({channelId:i,threadId:n,commentId:o},t))}[zr("0x0")](t,e){const n=Fn(this[zr("0x7e")]);io(n,t,e),this[zr("0x4f")]({attributes:n})}[zr("0x3b")](t){const e=Fn(this.attributes);ho(e,t),this[zr("0x4f")]({attributes:e})}[zr("0x70")](t={}){if(!t[zr("0x5b")]&&!this[zr("0x5e")])return;const{threadId:n,id:o}=this;if(!this[zr("0x24")].hasCommentThread(n))throw new e.CKEditorError(zr("0x61"),this);const{channelId:i}=this[zr("0x24")][zr("0x38")](n);this[zr("0x24")][zr("0xf")](Wr(zr("0x33"),i,n),Object[zr("0x46")]({channelId:i,threadId:n,commentId:o},t))}[zr("0x84")](){return{commentId:this.id,content:this[zr("0x43")],createdAt:this[zr("0x6d")],authorId:this[zr("0x39")].id,attributes:this.attributes}}[zr("0x1a")](){this[zr("0x52")]()}}function Wr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}(0,e.mix)(Ur,e.ObservableMixin);const Hr=["element","_itemIsContent","isEnabled","refresh","getLastMatchingPosition","editor","comment:","schema","tableCell","_hasContent","getRanges","model","textProxy","document","_trimToContent","change","item","backward","start","push","execute","createRange","selection","isObject"];var Zr,qr;Zr=Hr,qr=299,function(t){for(;--t;)Zr.push(Zr.shift())}(++qr);const $r=function(t,e){return Hr[t-=0]};class Gr extends t.Command{[$r("0x10")](){const t=this[$r("0x12")].model[$r("0x2")][$r("0xb")];for(const e of t[$r("0x17")]())if(this[$r("0x16")](e))return void(this[$r("0xf")]=!0);this.isEnabled=!1}[$r("0x9")]({threadId:t=(0,e.uid)()}={}){const n=this[$r("0x12")].model,o=[];for(const t of n[$r("0x2")][$r("0xb")][$r("0x17")]())this[$r("0x16")](t)&&o[$r("0x8")](this[$r("0x3")](t));n[$r("0x4")]((n=>{for(const i of o){const o=(0,e.uid)().substr(1,5),r=$r("0x13")+t+":"+o;n.addMarker(r,{range:i,usingOperation:!1,affectData:!1})}}))}_hasContent(t){for(const e of t.getItems())if(this[$r("0xe")](e))return!0;return!1}_itemIsContent(t){return t.is($r("0x1"))||this[$r("0x12")].model[$r("0x14")][$r("0xc")](t)&&!t.is($r("0xd"),$r("0x15"))}[$r("0x3")](t){const e=t=>!this[$r("0xe")](t[$r("0x5")]),n=t[$r("0x7")][$r("0x11")](e),o=t.end[$r("0x11")](e,{direction:$r("0x6")});return this[$r("0x12")][$r("0x0")][$r("0xa")](n,o)}}const Jr=["get","plugins","RestrictedEditingModeEditing","has","afterInit"];var Yr,Qr;Yr=Jr,Qr=118,function(t){for(;--t;)Yr.push(Yr.shift())}(++Qr);const Xr=function(t,e){return Jr[t-=0]};class ts extends t.Plugin{[Xr("0x1")](){const t=this.editor;t[Xr("0x3")][Xr("0x0")](Xr("0x4"))&&t[Xr("0x3")][Xr("0x2")](Xr("0x4")).enableCommand("addCommentThread")}}var es=n(446),ns={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(es.Z,ns);es.Z.locals;const os=["CommentsRepository","isCollapsed","push","once","elementToElement","isEqual","hasMarkerForId","markerToHighlight","pluginName","plugins","addComment","hasContent","attachTo","init","_attachedThreads","map","has","getCommentThread","view","model","addCommentThread","change:isReadOnly","removeMarker","editingDowncast","root","high","CommentsEditing","config","differ","start","$graveyard","low","markerName","dataToMarker","state","sort","removeCommentThread","getWalker","end","update:comment","document","getAllMarkersForId","getCommentThreads","set","rootName","change","_detachCommentThread","newRange","get","text","comment","createRange","_attachThreadToMarker","left","isThreadsLoadingPaused","registerPostFixer","for","hasCommentThread","stop","add","render","split","openNewCommentThread","upcast","destroy","comment:","conversion","change:activeMarker","markerToData","reconvertMarker","_initializeMarkerConverters","updateMarker","commands","requires","fetchCommentThread","ck-comment-marker","destroyed","dataDowncast","editing","length","ck-comment-marker--active","delete","activeMarker","data","collaboration.channelId","getMarkersGroup","managedUsingOperations","ready","editor","listenTo","getAttribute","markers","_handleMarkerAddAndRemove"];var is,rs;is=os,rs=402,function(t){for(;--t;)is.push(is.shift())}(++rs);const ss=function(t,e){return os[t-=0]};class as extends t.Plugin{static get[ss("0x2b")](){return[Lr,ts]}static get[ss("0x47")](){return ss("0x59")}constructor(t){super(t),this[ss("0xd")]("isThreadsLoadingPaused",!0),t[ss("0x35")][ss("0x42")](ss("0x39"),(()=>this.isThreadsLoadingPaused=!1)),this.set(ss("0x34"),null),this.on(ss("0x25"),((e,n,o,i)=>{t[ss("0x52")][ss("0xf")]((()=>{if(o){const{id:e}=xs(o),n=this[ss("0xb")](e);for(const e of n)t.editing[ss("0x27")](e)}if(i){const{id:e}=xs(i),n=this[ss("0xb")](e);for(const e of n)t[ss("0x30")].reconvertMarker(e)}}))})),this[ss("0x4d")]=new Set}[ss("0x4c")](){const t=this.editor,e=t[ss("0x48")][ss("0x12")](ss("0x3f")),n=t[ss("0x5a")][ss("0x12")](ss("0x36"));t[ss("0x2a")][ss("0x1d")](ss("0x53"),new Gr(t)),this[ss("0x3b")](t,ss("0x54"),((n,o,i)=>{e.switchReadOnly(i,t.config[ss("0x12")](ss("0x36")))})),this.listenTo(e,cs(ss("0x6"),n),((n,{threadId:o})=>{t[ss("0x52")][ss("0xf")]((t=>{for(const e of this[ss("0xb")](o))t.removeMarker(e)}));const i=e[ss("0x50")](o);e[ss("0x1b")](o)&&!i[ss("0x31")]||n[ss("0x1c")]()}),{priority:ss("0x58")}),this[ss("0x3b")](e,cs(ss("0x49"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this[ss("0xb")](o);!i&&0!=r.length&&e[ss("0x1b")](o)&&1===e[ss("0x50")](o).length&&t[ss("0x52")][ss("0xf")]((t=>{for(const e of r)t[ss("0x29")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:ss("0x1")}),this[ss("0x28")](),this[ss("0x3e")]()}[ss("0x22")](){const t=this[ss("0x3a")][ss("0x48")].get(ss("0x3f")),e=this[ss("0x3a")][ss("0x5a")][ss("0x12")]("collaboration.channelId");for(const n of t[ss("0xc")]({channelId:e}))t[ss("0x10")](n.id),t._threads[ss("0x33")](n.id);super[ss("0x22")]()}[ss("0x45")](t){return this[ss("0xb")](t)[ss("0x31")]>0}getAllMarkersForId(t){const e=this[ss("0x3a")][ss("0x52")][ss("0x3d")][ss("0x12")](ss("0x23")+t);return e?[e]:Array.from(this.editor[ss("0x52")][ss("0x3d")][ss("0x37")](ss("0x23")+t))}[ss("0x28")](){const t=this[ss("0x3a")];t[ss("0x24")].for(ss("0x56"))[ss("0x46")]({model:ss("0x14"),view:t=>{const{id:e}=xs(t[ss("0x2")]),n=[ss("0x2d")];return this[ss("0x34")]&&xs(this[ss("0x34")]).id===e&&n[ss("0x41")](ss("0x32")),{classes:n,attributes:{"data-comment":e}}}}),t[ss("0x24")][ss("0x1a")](ss("0x2f"))[ss("0x26")]({model:ss("0x14"),view:e=>{const n=t.model.markers[ss("0x12")](e),{id:o,part:i}=xs(e);return n&&!n.affectsData?null:{group:"comment",name:i?o+":"+i:o}}}),t.conversion[ss("0x1a")]("upcast")[ss("0x43")]({view:{name:ss("0x14"),attribute:{id:/^\w/}},model:(t,{writer:e})=>e.createElement("$marker",{"data-name":"comment:"+t[ss("0x3c")]("id")})}),t[ss("0x24")][ss("0x1a")](ss("0x21"))[ss("0x3")]({view:ss("0x14")})}[ss("0x3e")](){const t=this[ss("0x3a")],e=t[ss("0x48")][ss("0x12")](ss("0x3f")),n=new Set;t[ss("0x52")][ss("0xa")][ss("0x19")]((e=>{let o=!1;for(const{name:i,data:r}of t[ss("0x52")][ss("0xa")][ss("0x5b")].getChangedMarkers()){const{group:s,id:a}=xs(i);let c=r[ss("0x11")];if(ss("0x14")!==s||!c)continue;const x=ss("0x0")===c[ss("0x57")][ss("0xe")];x||(c=hs(c,t.model),!c||c[ss("0x44")](r[ss("0x11")]))?!c||!t[ss("0x52")][ss("0x4a")](c)||this[ss("0x4d")][ss("0x4f")](a)&&x?(e[ss("0x55")](i),o=!0):x||(this[ss("0x18")]?n.add(a):this._attachThreadToMarker(a)):(e.updateMarker(i,{range:c}),o=!0)}return o})),this.on("change:isThreadsLoadingPaused",((t,e,o)=>{if(!o&&n.size)for(const t of n)this[ss("0x16")](t),n[ss("0x33")](t)})),this.listenTo(t[ss("0x52")].markers,ss("0x9"),((o,i,r,s)=>{if(s)return;const{id:a}=xs(i.name),c=t[ss("0x48")][ss("0x12")](ss("0x3f"))[ss("0x50")](a);n.delete(a),c&&!this.hasMarkerForId(a)&&(this._attachedThreads.delete(a),e[ss("0x10")](a))}))}[ss("0x16")](t){if(this._attachedThreads[ss("0x4f")](t))return;this[ss("0x4d")][ss("0x1d")](t);const n=this[ss("0x3a")],o=n.plugins.get(ss("0x3f")),r=n.config.get("collaboration.channelId"),s=()=>{const o=this[ss("0xb")](t);if(0==o.length)return null;const r=o[ss("0x4e")]((t=>(0,i.getMarkerDomElement)(n[ss("0x30")],t)));return r[ss("0x5")](((t,n)=>{const o=new e.Rect(t),i=new e.Rect(n),r=o.top-i.top;return 0==r?o[ss("0x17")]-i[ss("0x17")]:r})),r[0]};this[ss("0xb")](t)[0][ss("0x38")]?o[ss("0x2c")]({channelId:r,threadId:t}).then((e=>{if(ss("0x2e")!==n[ss("0x4")])if(e)e[ss("0x4b")](s);else{const e=this[ss("0xb")](t);n.model[ss("0xf")]((t=>{for(const n of e)t[ss("0x55")](n)}))}})):n.editing[ss("0x51")].once(ss("0x1e"),(()=>{o[ss("0x20")]({channelId:r,threadId:t,target:s})}),{priority:ss("0x1")})}}function cs(t,e){return e?t+":"+e:t}function xs(t){const e=t[ss("0x1f")](":");return{group:e[0],id:e[1],part:e[2]}}function hs(t,e){const n=e.schema,o=e[ss("0x15")](t[ss("0x5c")]);for(const i of t[ss("0x7")]()){const{type:t,item:r,nextPosition:s}=i;if(ss("0x13")===t||n.isObject(r)){const t=e.createPositionBefore(r);o[ss("0x40")]&&(o[ss("0x5c")]=t),o[ss("0x8")]=s}}return o[ss("0x40")]?null:o}const ds=["range","delete","model","from","document","plugins","editing","hasDomSelection","_editorAnnotationsData","has","selection","refreshSelectedViews","editorannotations-invalid-source-callback","element","change:range","push","sort","addSourceCollector","focusTracker","isCollapsed","remove","add","change:isFocused","innerView","function","getRanges","listenTo","getByInnerView","uiUpdate","isReadOnly","map","_dataCollectors","init","keys","annotation","containsRange","editor","collection","view","EditorAnnotations","getOrderedSelectedAnnotations"];var ls,us;ls=ds,us=163,function(t){for(;--t;)ls.push(ls.shift())}(++us);const ms=function(t,e){return ds[t-=0]};class fs extends t.Plugin{static get requires(){return[Rr]}static get pluginName(){return ms("0x28")}constructor(t){super(t),this[ms("0x20")]=new Set}[ms("0x21")](){const t=this[ms("0x25")],e=t[ms("0x6")].get(Rr),n=t[ms("0x3")][ms("0x5")][ms("0xb")],o=Xi((()=>this[ms("0xc")]()),10);n.on(ms("0xf"),((t,e)=>{e.directChange&&(o.cancel(),this[ms("0xc")]())})),this[ms("0x1b")](t.editing.view[ms("0x5")],ms("0x17"),((t,e,n)=>{n&&o()})),this[ms("0x1b")](t.ui.focusTracker,ms("0x17"),((e,n,o)=>{o||t[ms("0x1e")]||this.fire("blur",{isAnnotationTracked:t=>this[ms("0x9")][ms("0xa")](t.innerView)})})),this[ms("0x1b")](this[ms("0x25")].ui,"update",(()=>this.fire(ms("0x1d"))));const i=new Set;this[ms("0x1b")](e.collection,ms("0x16"),((e,n)=>{for(const e of this._editorAnnotationsData[ms("0x22")]())if(e===n[ms("0x18")]){t.ui.focusTracker.add(n[ms("0x27")][ms("0xe")]),i.add(n[ms("0x27")]);break}})),this[ms("0x1b")](e[ms("0x26")],ms("0x15"),((e,n)=>{i[ms("0xa")](n.view)&&(t.ui[ms("0x13")][ms("0x15")](n[ms("0x27")].element),i[ms("0x2")](n[ms("0x27")]))}))}[ms("0x8")](){return this[ms("0x25")][ms("0x7")].view.hasDomSelection}[ms("0x12")](t){if(ms("0x19")!=typeof t)throw new e.CKEditorError(ms("0xd"));this[ms("0x20")][ms("0x16")](t)}[ms("0xc")](){this.fire("refresh")}[ms("0x0")]({activeAnnotation:t,annotations:e}){const n=[],o=this.editor.model.document[ms("0xb")],i=Array[ms("0x4")](o[ms("0x1a")]());for(const[t,o]of this[ms("0x9")]){const i=r(o),s=e[ms("0x1c")](t);i&&s&&n[ms("0x10")]({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[ms("0x24")](t,!o[ms("0x14")]))return e;return null}return n[ms("0x11")](((e,n)=>{const o=e[ms("0x1")],i=n.range;if(!o.isEqual(i)){if(o[ms("0x24")](i,!0))return 1;if(i[ms("0x24")](o,!0))return-1}return e[ms("0x23")]==t?-1:n[ms("0x23")]==t?1:0}))[ms("0x1f")]((t=>t[ms("0x23")]))}get _editorAnnotationsData(){const t=new Map;for(const e of Array[ms("0x4")](this[ms("0x20")]))for(const[n,o]of e())t.set(n,o);return t}}const ps='\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',gs=["push","_viewToController","requires","focusTracker","init","low","find","getRange","stop","highest","activeMarker","execute","view","tooltip","locale","model","getAllMarkersForId","bind","CommentsUI","icon","Comment","focus","label","add","editor","length","comment","from","removeCommentThread","change:activeAnnotations","comment:","listenTo","_createUIButton","CommentThreadInputView","has","hasMarkerForId","componentFactory","get","addSourceCollector","map","isFocused","plugins","editing"];var bs,vs;bs=gs,vs=373,function(t){for(;--t;)bs.push(bs.shift())}(++vs);const _s=function(t,e){return gs[t-=0]};class ws extends t.Plugin{static get pluginName(){return _s("0x20")}static get[_s("0x10")](){return[Lr,as,fs,Rr]}get CommentsListView(){return si}get[_s("0x4")](){return Jo}[_s("0x12")](){const t=this.editor,e=t.plugins[_s("0x8")](Lr),n=t.plugins[_s("0x8")](as),o=t[_s("0xc")][_s("0x8")](Rr),i=t.plugins.get(fs);t.ui[_s("0x7")][_s("0x25")](_s("0x28"),(()=>this._createUIButton())),i[_s("0x9")]((()=>{const t=[];for(const[o,i]of e._threadToController){const e=n[_s("0x1e")](o.id),r=e[_s("0xa")]((t=>t[_s("0x15")]()));e[_s("0x27")]>0&&t[_s("0xe")]([i[_s("0x1a")],r])}return t})),this[_s("0x2")](o,_s("0x0"),((t,o,i)=>{const r=Array[_s("0x29")](i)[_s("0xa")]((t=>t.innerView))[_s("0x14")]((t=>e._viewToController[_s("0x5")](t)));if(!r)return void(n[_s("0x18")]=null);const s=e[_s("0xf")][_s("0x8")](r)[_s("0x1d")].id,a=_s("0x1")+s;n[_s("0x6")](s)?n[_s("0x18")]=a:n.activeMarker&&(n[_s("0x18")]=null)})),this[_s("0x2")](e,_s("0x2a"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui[_s("0x11")][_s("0xb")]&&n.hasMarkerForId(o)&&t[_s("0xd")][_s("0x1a")][_s("0x23")]()}),{priority:_s("0x17")}),this[_s("0x2")](e,"addComment",((o,{threadId:i,isFromAdapter:r})=>{!r&&n[_s("0x6")](i)&&e.hasCommentThread(i)&&1===e.getCommentThread(i).length&&(t.editing[_s("0x1a")][_s("0x23")](),o[_s("0x16")]())}),{priority:_s("0x13")})}[_s("0x3")](){const t=this[_s("0x26")],e=new go.ButtonView(t[_s("0x1c")]),n=t.commands[_s("0x8")]("addCommentThread");return e[_s("0x24")]=bo(t.locale,_s("0x22")),e[_s("0x1b")]=bo(t[_s("0x1c")],_s("0x22")),e[_s("0x21")]=ps,e[_s("0x1f")]("isEnabled").to(n),this[_s("0x2")](e,"execute",(()=>n[_s("0x19")]())),e}}const ks=["cut","change:isEnabled","editing","affectsData","document","clipboardInput","commands","_enableCommentsOnlyMode","get","commentsOnly","CommentsOnly","forceDisabled","view","stopListening","has","set","listenTo","stop","_disableCommentsOnlyMode","requires","editor","DragDrop","commentsOnlyMode","highest","addCommentThread","isEnabled","delete","plugins","pluginName"];var ys,Cs;ys=ks,Cs=359,function(t){for(;--t;)ys.push(ys.shift())}(++Cs);const As=function(t,e){return ks[t-=0]};class Ts extends t.Plugin{static get[As("0x11")](){return As("0x1c")}static get[As("0x8")](){return[as]}constructor(t){super(t),this[As("0x4")](As("0xe"),null),this.on(As("0x13"),((t,e,n)=>{n?this._enableCommentsOnlyMode():this[As("0x7")]()}))}afterInit(){null===this[As("0xe")]&&(this[As("0xe")]=!!this[As("0x9")].config[As("0x1a")](As("0x1b")))}[As("0x19")](){for(const[t,e]of this[As("0x9")][As("0x18")])e[As("0x15")]&&As("0xd")!==t&&e[As("0x0")]("commentsOnlyMode");this.editor[As("0x10")][As("0x3")](As("0xa"))&&this.editor[As("0x10")].get("DragDrop").forceDisabled(As("0xb"));const t=this.editor[As("0x14")].view[As("0x16")];this[As("0x5")](t,As("0x12"),(t=>t.stop()),{priority:"highest"}),this[As("0x5")](t,As("0x17"),(t=>t.stop()),{priority:As("0xc")}),this[As("0x5")](t,As("0xf"),(t=>t[As("0x6")]()),{priority:As("0xc")})}_disableCommentsOnlyMode(){for(const[t,e]of this[As("0x9")][As("0x18")])e[As("0x15")]&&As("0xd")!==t&&e.clearForceDisabled(As("0xb"));this[As("0x2")](this[As("0x9")].editing[As("0x1")][As("0x16")])}}const Es=["_setSelectedAnnotations","_addActiveAnnotation","detach","init","context","activate","setActiveAnnotation","type","requires","plugins","from","find","function","pluginName","has","switchTo","annotationsuis-register-already-registered","_uisData","attach","refilterAnnotations","deactivate","set","annotationsuis-annotation-mismatch","AnnotationsUIs","add","stopListening","get","listenTo","collection","annotationsuis-activate-missing-ui","_uis","destroy","_visibleAnnotations","activeUIs","push","delete","deactivateAll","_activateAnnotation","hasActive","_assertAnnotationDoesNotBelongToMultipleUIs","activeAnnotations","length","isActive","register","filter","_deactivateAllAnnotations","remove","change:activeAnnotation"];var Is,js;Is=Es,js=313,function(t){for(;--t;)Is.push(Is.shift())}(++js);const Os=function(t,e){return Es[t-=0]};class Vs extends t.ContextPlugin{static get[Os("0x1f")](){return[Rr]}static get[Os("0x24")](){return Os("0x2e")}constructor(t){super(t),this[Os("0x8")]=new Set,this[Os("0x5")]=new Map,this[Os("0x28")]=new Map}[Os("0x1a")](){const t=this[Os("0x1b")].plugins.get(Rr);this.listenTo(t,Os("0xc"),((t,e)=>{for(const t of this[Os("0x8")]){const n=this[Os("0x5")].get(t);(0,this[Os("0x28")][Os("0x1")](t).filter)(e)&&n[Os("0x1d")](e)}})),this[Os("0x2")](t,Os("0x14"),(()=>{for(const t of this[Os("0x8")])this._uis[Os("0x1")](t)[Os("0x1d")](null)})),this[Os("0x2")](t[Os("0x7")],Os("0x2f"),((t,e)=>{this[Os("0xe")](e)}))}[Os("0xd")](){return this[Os("0x8")].size>0}[Os("0x11")](t){return this.activeUIs[Os("0x25")](t)}activate(t,n=(()=>!0)){const o=this[Os("0x1b")][Os("0x20")][Os("0x1")](Rr);if(!this[Os("0x5")][Os("0x25")](t))throw new e.CKEditorError(Os("0x4"),this,{uiName:t});this[Os("0x11")](t)&&this.deactivate(t),this.activeUIs[Os("0x2f")](t);const i=new jr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e.add(o);e.listenTo(t,Ir("0xd"),((t,o)=>{n(o)&&e[Ir("0xd")](o)})),e[Ir("0x2")](t,Ir("0xe"),((t,n)=>{e.has(n)&&e[Ir("0xe")](n)}))})({source:o._visibleAnnotations,target:i,filter:n}),this._uisData[Os("0x2c")](t,{collection:i,filter:n});const r=this[Os("0x5")].get(t);r.attach(i),this.listenTo(r,Os("0x16"),((t,e,n,i)=>{i&&o._removeActiveAnnotation(i),n&&o[Os("0x18")](n)}))}[Os("0x2b")](t){this[Os("0x8")][Os("0xa")](t);const e=this._uis[Os("0x1")](t);e[Os("0x19")](),this[Os("0x0")](e),this[Os("0x28")][Os("0x1")](t)[Os("0x3")].destroy(),this[Os("0x28")].delete(t)}[Os("0x26")](t){const e=this[Os("0x1b")][Os("0x20")][Os("0x1")](Rr),n=Array[Os("0x21")](e[Os("0xf")])[0]||null;this[Os("0xb")](),this[Os("0x1c")](t);const o=this[Os("0x5")][Os("0x1")](t);o.setActiveAnnotation(n),o[Os("0x17")]&&n&&o[Os("0x17")]([n])}[Os("0xb")](){for(const t of this.activeUIs)this[Os("0x2b")](t)}[Os("0x12")](t,n){if(this._uis.has(t))throw new e.CKEditorError(Os("0x27"));if(Os("0x23")!=typeof n[Os("0x29")]||Os("0x23")!=typeof n.detach||Os("0x23")!=typeof n[Os("0x1d")])throw new e.CKEditorError("annotationsuis-register-invalid-interface",null);this[Os("0x5")][Os("0x2c")](t,n)}[Os("0x2a")](){const t=this.context[Os("0x20")][Os("0x1")](Rr)[Os("0x3")],e=new Map,n=Array[Os("0x21")](this.activeUIs);for(const t of this[Os("0x8")]){const n=this[Os("0x28")].get(t)[Os("0x3")];for(const o of n)e[Os("0x2c")](o,t)}for(const o of t){const t=e.get(o);this[Os("0xe")](o);const i=n[Os("0x22")]((t=>this[Os("0x28")][Os("0x1")](t)[Os("0x13")](o)));t!==i&&(t&&this[Os("0x28")][Os("0x1")](t).collection[Os("0x15")](o),i&&this[Os("0x28")].get(i)[Os("0x3")][Os("0x2f")](o))}}[Os("0x6")](){this[Os("0xb")](),super.destroy()}[Os("0xe")](t){const n=[];for(const e of this[Os("0x8")])(0,this._uisData[Os("0x1")](e)[Os("0x13")])(t)&&n[Os("0x9")](e);if(n[Os("0x10")]>1)throw new e.CKEditorError(Os("0x2d"),null,{matchedUIs:n,annotationType:t[Os("0x1e")]})}}var Ss=n(100),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(Ss.Z,Ms);Ss.Z.locals;const Ds=["set","div","setTemplate","createCollection","minHeight","ck-reset","list","ck-sidebar"];var Rs,Ps;Rs=Ds,Ps=455,function(t){for(;--t;)Rs.push(Rs.shift())}(++Ps);const Ns=function(t,e){return Ds[t-=0]},Bs=(0,e.toUnit)("px");class zs extends go.View{constructor(t){super(t);const e=this.bindTemplate;this[Ns("0x1")](Ns("0x5"),0),this[Ns("0x1")]("class",""),this[Ns("0x7")]=this[Ns("0x4")](),this[Ns("0x3")]({tag:Ns("0x2"),attributes:{class:["ck",Ns("0x0"),Ns("0x6"),e.to("class")],style:{minHeight:e.to(Ns("0x5"),(t=>t?Bs(t+10):null))}},children:this[Ns("0x7")]})}}const Fs=["updateHeight","_mutationObserver","bottom","clientHeight","bind","render","content","createCollection","div","element","ck-sidebar-item","ck-sidebar-item--no-animation","height","top","isAnimationDisabled","detach","set","clear"];var Ls,Ks;Ls=Fs,Ks=213,function(t){for(;--t;)Ls.push(Ls.shift())}(++Ks);const Us=function(t,e){return Fs[t-=0]},Ws=(0,e.toUnit)("px");class Hs extends go.View{constructor(t){super(t),this[Us("0x1")]("top"),this[Us("0x1")](Us("0xf"),0),this[Us("0x7")](Us("0x5")).to(this,Us("0x10"),this,"height",((t,e)=>(t||0)+e)),this[Us("0x1")](Us("0x11"),!1),this[Us("0x4")]=rr((()=>this[Us("0x3")]())),this._targetTop=null,this.content=this[Us("0xa")]();const e=this.bindTemplate;this.setTemplate({tag:Us("0xb"),attributes:{class:[Us("0xd"),e.to(Us("0x11"),(t=>t?Us("0xe"):""))],style:{top:e.to(Us("0x10"),Ws)}},children:this[Us("0x9")]})}[Us("0x8")](){super[Us("0x8")](),this._mutationObserver.attach(this[Us("0xc")])}updateHeight(){const t=this[Us("0xc")][Us("0x6")];t&&(this[Us("0xf")]=t)}destroy(){this[Us("0x9")][Us("0x2")](),this._mutationObserver[Us("0x0")](),super.destroy()}}const Zs=["_createSidebarView","change:_lastItem","class","_setItemTop","_alignAfterItem","_detachFromContainer","_alignToTargetRect","_attachToContainer","targetRect","define","get","pluginName","isAnimationDisabled","_targetTop","isActive","bottom","change:targetRect","bind","destroy","listenTo","_getItemAfter","sidebar-setcontainer-invalid-element","content","_getMaxAvailableTop","_sidebarItemViewToAnnotation","appendChild","sidebar.preventScrollOutOfView","change:top","clear","length","_spaceBetweenItems","Sidebar","_annotationToSidebarItemView","view","locale","minHeight","_alignBeforeItem","unbind","last","_destroySidebarItemView","add","target","context","setContainer","element","stopListening","_getTargetTop","_getItemBefore","config","_activeAnnotation","top","rearrange","container","_lastItem","sidebar.container","_updateLastItem","addAnnotation","getIndex","remove","_annotations","refresh","updateHeight","init","list","getSidebarItemView","set","render","max"];var qs,$s;qs=Zs,$s=375,function(t){for(;--t;)qs.push(qs.shift())}(++$s);const Gs=function(t,e){return Zs[t-=0]};class Js extends t.ContextPlugin{static get[Gs("0x2c")](){return Gs("0x40")}constructor(t){super(t),this[Gs("0x1e")](Gs("0x12")),this.view=this._createSidebarView(),this.set("container",null),this[Gs("0x3f")]=25,this[Gs("0x39")]=new Map,this[Gs("0x41")]=new Map,this[Gs("0x7")][Gs("0xd")][Gs("0x2a")](Gs("0x3b"),!1),this[Gs("0x18")]=null,this[Gs("0xe")]=null}[Gs("0x1b")](){const t=this.context.config.get(Gs("0x13"));t&&this[Gs("0x8")](t)}setContainer(t){if(!vr(t))throw new e.CKEditorError(Gs("0x36"));this[Gs("0x11")]=t}[Gs("0x28")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!vr(this[Gs("0x11")]))throw new e.CKEditorError("sidebar-attachtocontainer-missing-container",this);this[Gs("0x11")][Gs("0x3a")](this[Gs("0x42")][Gs("0x9")]),this[Gs("0x42")][Gs("0x23")]=t,this[Gs("0x3f")]=n}[Gs("0x10")]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this[Gs("0x1d")](t);this[Gs("0x42")][Gs("0x1c")][Gs("0x17")](o),this._destroySidebarItemView(t),e&&this[Gs("0x27")](this[Gs("0x1d")](e)),n&&this[Gs("0x27")](this[Gs("0x1d")](n)),this[Gs("0x14")]()}[Gs("0x19")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this[Gs("0xe")]=e,t){t[Gs("0x2f")]=!1;const e=this[Gs("0x1d")](t);e&&n&&(e[Gs("0x2d")]=!1)}if(e){const t=this[Gs("0x1d")](e);t&&(e[Gs("0x2f")]=!0,n&&(t[Gs("0x2d")]=!0,t.top+=1),this[Gs("0x27")](t))}}[Gs("0x26")](t){this[Gs("0xa")](),this[Gs("0x42")].element[Gs("0x17")]();for(const e of t)this[Gs("0x4")](e);this[Gs("0x42")][Gs("0x1c")][Gs("0x3d")](),this[Gs("0x42")][Gs("0x23")]="",this[Gs("0x12")]=null}[Gs("0x15")](t,e){e||(e=t.view);const n=new Hs(this[Gs("0x7")][Gs("0x43")]);this[Gs("0x39")].set(n,t),this[Gs("0x41")][Gs("0x1e")](t,n),n[Gs("0x37")].add(e),this[Gs("0x27")](n),this[Gs("0x34")](t[Gs("0x42")],Gs("0x31"),(()=>{const t=this[Gs("0xb")](n);n[Gs("0x2e")]!=t&&(n[Gs("0x2e")]=t,this[Gs("0x24")](n,t))})),this[Gs("0x34")](n,Gs("0x3c"),tr((()=>{if(!n.content[Gs("0x3e")])return;const t=this._getItemBefore(n);if(!t)return;const e=this[Gs("0x39")].get(t),o=this[Gs("0xe")];o&&o===e?this[Gs("0x25")](t,n):this._alignBeforeItem(n,t)}),10,{leading:!1})),this[Gs("0x34")](n,"change:bottom",tr((()=>{if(!n[Gs("0x37")].length)return;const t=this[Gs("0x35")](n);if(!t)return;const e=this[Gs("0x39")][Gs("0x2b")](t),o=this[Gs("0x7")][Gs("0xd")].get("sidebar.preventScrollOutOfView"),i=this[Gs("0xe")];i&&i===e&&o?(this[Gs("0x1")](t,n),this._alignAfterItem(n,t)):i&&i===e?this._alignBeforeItem(t,n):this[Gs("0x25")](n,t)}),10,{leading:!1}));const o=this[Gs("0xc")](n);return o?this._alignAfterItem(o,n)||this[Gs("0x27")](n):this._alignToTargetRect(n),this[Gs("0x14")](),this[Gs("0x42")][Gs("0x1c")][Gs("0x5")](n),n}[Gs("0x1d")](t){return this[Gs("0x41")][Gs("0x2b")](t)}[Gs("0x33")](){this.view.destroy()}[Gs("0x4")](t){const e=this[Gs("0x1d")](t);this[Gs("0xa")](e),this[Gs("0xa")](t[Gs("0x42")]),e[Gs("0x33")](),this._annotationToSidebarItemView.delete(t),this[Gs("0x39")].delete(e)}[Gs("0x21")](){const t=new zs(this[Gs("0x7")][Gs("0x43")]);return t[Gs("0x1f")](),this.on(Gs("0x22"),((e,n,o,i)=>{i&&t[Gs("0x2")](Gs("0x0")),o?t[Gs("0x32")]("minHeight").to(o,Gs("0x30")):t[Gs("0x0")]=null})),t}[Gs("0x14")](){this[Gs("0x12")]=this.getSidebarItemView(this[Gs("0x18")][Gs("0x3")])}[Gs("0xc")](t){const e=this._sidebarItemViewToAnnotation[Gs("0x2b")](t),n=this[Gs("0x18")][Gs("0x2b")](this[Gs("0x18")].getIndex(e)-1);return n&&this[Gs("0x1d")](n)}[Gs("0x35")](t){const e=this[Gs("0x39")].get(t),n=this[Gs("0x18")][Gs("0x2b")](this[Gs("0x18")][Gs("0x16")](e)+1);return n&&this.getSidebarItemView(n)}[Gs("0x1")](t,e){t[Gs("0x1a")]();const n=Ys(e[Gs("0x30")]+this[Gs("0x3f")],t[Gs("0xf")]);return!!n&&(this[Gs("0x24")](e,e.top-n),!0)}_alignAfterItem(t,e){t[Gs("0x1a")]();const n=Ys(t[Gs("0x30")]+this[Gs("0x3f")],e[Gs("0xf")]);return!!n&&(this._setItemTop(e,e.top+n,!1),!0)}_alignToTargetRect(t){const e=this[Gs("0x39")].get(t);if(!e||!e.target)return;const n=this[Gs("0xb")](t);this[Gs("0x24")](t,n)}[Gs("0xb")](t){const n=this._sidebarItemViewToAnnotation.get(t);if(null===n[Gs("0x29")])return 0;if(n[Gs("0x6")]instanceof e.Rect)return n[Gs("0x29")][Gs("0xf")];{const t=new e.Rect(this[Gs("0x42")].element)[Gs("0xf")];return n[Gs("0x29")][Gs("0xf")]-t}}[Gs("0x24")](t,e,n=this[Gs("0x7")][Gs("0xd")][Gs("0x2b")](Gs("0x3b"))){n&&(e=Math[Gs("0x20")](e,this[Gs("0x38")](t))),t[Gs("0xf")]=e}[Gs("0x38")](t){let e=this._getItemBefore(t),n=0;for(;e;)e[Gs("0x1a")](),n+=this[Gs("0x3f")]+e.height,e=this[Gs("0xc")](e);return n}}function Ys(t,e){return Math[Gs("0x20")](t-e,0)}const Qs=["attach","setActiveAnnotation","remove","listenTo","EditorAnnotations","switchTo","_activeAnnotation","_throttledPositioningRefresh","isAttached","refreshPositioning","rearrange","wideSidebar","stop","uiUpdate","addEventListener","high","removeEventListener","off","stopListening","editors","add","register","context","init","cancel","set","pluginName","resize","blur","focus","activeAnnotation","_destroyEditorAnnotationsIntegration","plugins","_editorAnnotations","updateTargetRect","refresh","get","change:container","_integrateWithEditorAnnotations","annotations","from","destroy","detach","Sidebar","ready","requires","_attachToContainer"];var Xs,ta;Xs=Qs,ta=153,function(t){for(;--t;)Xs.push(Xs.shift())}(++ta);const ea=function(t,e){return Qs[t-=0]};class na extends t.ContextPlugin{static get[ea("0x21")](){return[Js,Vs]}static get[ea("0xe")](){return"WideSidebar"}constructor(t){super(t),this[ea("0x2b")]=!1,this[ea("0xd")](ea("0x12"),null),this[ea("0x1b")]=null,this[ea("0x15")]=new e.Collection,this[ea("0x2a")]=tr((()=>{this.annotations[ea("0x2c")]()}),400,{leading:!1})}[ea("0xb")](){const t=this[ea("0xa")][ea("0x14")][ea("0x18")](Vs),e=this[ea("0xa")][ea("0x14")][ea("0x18")](Js);t[ea("0x9")](ea("0x2e"),this),e.container&&t[ea("0x28")](ea("0x2e"))}[ea("0x24")](t){if(t===this[ea("0x12")])return;const e=this[ea("0xa")][ea("0x14")][ea("0x18")](Js);e[ea("0x29")]=t;const n=this[ea("0x12")];this[ea("0x12")]=t,e[ea("0x17")]({blurredAnnotation:n,activatedAnnotation:this[ea("0x12")]})}[ea("0x23")](t){this.annotations=t;const n=this[ea("0xa")][ea("0x14")].get(ea("0x1f"));if(n._annotations=t,this[ea("0x2b")])throw new e.CKEditorError("widesidebar-attach-already-attached",this);this[ea("0x2b")]=!0,this[ea("0x26")](n,"set:container",(()=>{this.detach(),this.listenTo(n,ea("0x19"),(e=>{e[ea("0x5")](),this[ea("0x23")](t)}))})),n[ea("0x22")]({viewClass:"ck-sidebar--wide"});const o=t=>{t[ea("0x16")](),n.addAnnotation(t)};for(const e of t)o(e);this[ea("0x26")](t,"add",((t,e)=>{o(e)})),this[ea("0x26")](t,"remove",((e,o,i)=>{n[ea("0x2d")]({removedAnnotation:o,previousAnnotation:t[ea("0x18")](i-1),nextAnnotation:t.get(i+1)}),o===this[ea("0x12")]&&this[ea("0x24")](null)}),{priority:ea("0x3")}),this[ea("0x26")](t,ea("0x11"),((t,e)=>{this.setActiveAnnotation(e)})),this.listenTo(t,ea("0x10"),(()=>{this[ea("0x24")](null)}));const i=this[ea("0xa")].editors?this[ea("0xa")][ea("0x7")]:new e.Collection([this[ea("0xa")]]);for(const t of i)this[ea("0x1a")](t);this[ea("0x26")](i,ea("0x8"),((t,e)=>{this[ea("0x26")](e,ea("0x20"),(()=>{this[ea("0x1a")](e)}))})),this.listenTo(i,ea("0x25"),((t,e)=>{e[ea("0x14")].has(ea("0x27"))&&this._destroyEditorAnnotationsIntegration(e[ea("0x14")][ea("0x18")]("EditorAnnotations"))})),window[ea("0x2")](ea("0xf"),this[ea("0x2a")]),this[ea("0x1b")][ea("0x2c")]()}[ea("0x1e")](){if(!this[ea("0x2b")])throw new e.CKEditorError("widesidebar-detach-not-attached",this);this[ea("0x24")](null);const t=this[ea("0xa")][ea("0x14")].get(Js);t._detachFromContainer(this[ea("0x1b")]),this[ea("0x6")](t),this.stopListening(this[ea("0x1b")]),this[ea("0x6")](this[ea("0xa")][ea("0x7")]);for(const t of Array[ea("0x1c")](this._editorAnnotations))this[ea("0x13")](t);window[ea("0x4")]("resize",this[ea("0x2a")]),this._throttledPositioningRefresh[ea("0xc")](),this[ea("0x12")]=null,this[ea("0x2b")]=!1,this[ea("0x1b")]=null}[ea("0x1d")](){this[ea("0x2b")]&&this.detach()}_integrateWithEditorAnnotations(t){const e=t[ea("0x14")].get(ea("0x27"));if(!e)return;const n=()=>{const t=e.getOrderedSelectedAnnotations({annotations:this.annotations,activeAnnotation:this.activeAnnotation});this[ea("0x24")](t[0]||null)};this[ea("0x26")](e,ea("0x17"),n),this[ea("0x26")](e,"blur",((t,{isAnnotationTracked:e})=>{this[ea("0x12")]&&e(this[ea("0x12")])&&this[ea("0x24")](null)})),this[ea("0x26")](e,ea("0x1"),(()=>{this[ea("0x1b")][ea("0x2c")]()})),this.listenTo(this.annotations,"blur",(t=>{e.hasDomSelection()&&(n(),t[ea("0x0")]())}),{priority:ea("0x3")}),this[ea("0x15")][ea("0x8")](e)}[ea("0x13")](t){t&&(this.stopListening(t),this[ea("0x15")][ea("0x25")](t))}}const oa=["add","span","isDirty","setTemplate","ck-annotation-counter","_badge","ck-annotation-counter__badge--edit-mode","icon","children","bindTemplate","number","annotationType","set","bind","...","counterView"];var ia,ra;ia=oa,ra=497,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("0x8")];this[sa("0xb")](sa("0x1"),!1),this[sa("0xb")]("number",0),this[sa("0xc")](sa("0x4")).to(this,sa("0x1"),this,sa("0x9"),((t,e)=>t?sa("0xd"):e)),this.set("annotationType",""),this[sa("0x6")]=ps,this.extendTemplate({attributes:{class:[sa("0x3")]}}),this.counterView=new go.View,this[sa("0xe")][sa("0x2")]({tag:sa("0x0"),attributes:{class:["ck-annotation-counter__badge",e.to(sa("0xa"),(t=>"ck-annotation-counter__badge--"+t)),e.if(sa("0x1"),sa("0x5"))]},children:[{text:e.to("_badge")}]}),this[sa("0x7")][sa("0xf")](this[sa("0xe")])}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(ca.Z,xa);ca.Z.locals;const ha=["create","_attachListeners","blur","_setSelectedAnnotations","add","refresh","clear","set:container","type","pluginName","locale","northArrowSouthEast","focus","narrowSidebar","attach","southArrowNorthEast","preventDefault","values","first","stopPropagation","detachFromDom","_editorAnnotations","delete","low","balloonPanelView","includes","element","annotations","requires","off","change:container","pin","_selectedAnnotations","removeEventListener","EditorAnnotations","activeAnnotation","_annotationToNarrowView","getSidebarItemView","_manuallyClosedAnnotationViews","_domEmitter","_hideBalloon","rearrange","high","register","_showBalloon","_integrateWithEditorAnnotations","northArrowSouthWest","addAnnotation","cancel","execute","preventClosingBalloon","isVisible","Sidebar","isAttached","esc","has","Esc","getByView","hasDomSelection","_throttledRefreshPositioning","defaultPositions","listenTo","_refreshPositioning","annotationType","refreshPositioning","southArrowNorth","number","getOrderedSelectedAnnotations","uiUpdate","_attachToContainer","stopListening","mousedown","isDirty","_detachListeners","content","_destroyEditorAnnotationsIntegration","view","length","resize","change:height","bodyCollection","remove","context","detach","set","destroy","target","editors","narrowsidebar-detach-not-attached","from","_updateBalloonPosition","get","ck-sidebar--narrow","unpin","contains","southArrowNorthWest","setActiveAnnotation","_annotations","plugins"];var da,la;da=ha,la=454,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("0x45")](){return[Js,Vs]}static get[ua("0x32")](){return"NarrowSidebar"}constructor(t){super(t),this[ua("0x5e")]=!1,this[ua("0x4f")]=new Set,this._domEmitter=Object[ua("0x29")](e.DomEmitterMixin),this[ua("0x4d")]=new Map,this[ua("0x1a")]("activeAnnotation",null),this[ua("0x44")]=null,this[ua("0x49")]=[],this[ua("0x3e")]=new e.Collection,this[ua("0x1")]=tr((()=>{this[ua("0x4")]()}),400,{leading:!1})}init(){this[ua("0x18")].plugins.get(Vs)[ua("0x54")](ua("0x36"),this),this[ua("0x16")]=new go.BodyCollection(this.context[ua("0x33")]),this[ua("0x41")]=new go.BalloonPanelView(this.context.locale),this[ua("0x16")].attachToDom(),this[ua("0x16")][ua("0x2d")](this[ua("0x41")])}[ua("0x37")](t){this[ua("0x44")]=t;const n=this[ua("0x18")][ua("0x28")].get(Js),o=this[ua("0x41")];if(n[ua("0x27")]=t,this.isAttached)throw new e.CKEditorError("narrowsidebar-attach-already-attached",this);this[ua("0x5e")]=!0,this[ua("0x3")](n,ua("0x30"),(()=>{this[ua("0x19")](),this[ua("0x3")](n,ua("0x47"),(e=>{e[ua("0x46")](),this[ua("0x37")](t)}))})),n[ua("0xb")]({viewClass:ua("0x22"),spaceBetweenItems:5});const i=t=>{const e=new aa(this[ua("0x18")][ua("0x33")]);n[ua("0x58")](t,e),this[ua("0x4d")][ua("0x1a")](t,e),e.bind(ua("0xe"),ua("0x5"),ua("0x8")).to(t[ua("0x12")],ua("0xe"),ua("0x31"),ua("0x13")),e.on(ua("0x5a"),(()=>{this[ua("0x4f")][ua("0x2f")](),o[ua("0x10")][ua("0x3b")]!==t[ua("0x12")]?(this[ua("0x55")](t),t[ua("0x12")].element[ua("0x35")](),this.setActiveAnnotation(t)):this[ua("0x26")](null)}))};for(const e of t)i(e);this[ua("0x3")](t,ua("0x2d"),((t,e)=>{i(e)})),this[ua("0x3")](t,ua("0x17"),((e,o,i)=>{this[ua("0x4d")][ua("0x21")](o)[ua("0x1b")](),this[ua("0x4d")][ua("0x3f")](o),n[ua("0x52")]({removedAnnotation:o,previousAnnotation:t.get(i-1),nextAnnotation:t.get(i+1)}),o===this[ua("0x4c")]&&this[ua("0x26")](null)}),{priority:ua("0x40")}),this[ua("0x3")](t,ua("0x35"),((t,e)=>{this.setActiveAnnotation(e)})),this[ua("0x3")](t,ua("0x2b"),(()=>{this.setActiveAnnotation(null)})),this[ua("0x50")][ua("0x3")](document,"keydown",((t,n)=>{n.keyCode===e.keyCodes[ua("0x5f")]&&o.isVisible&&(this[ua("0x4f")][ua("0x2d")](o[ua("0x10")].first),this[ua("0x51")](),n[ua("0x3c")](),n[ua("0x39")]())})),this[ua("0x50")][ua("0x3")](document,ua("0xd"),((t,e)=>{const i=e[ua("0x1c")];o.isVisible&&o[ua("0x43")][ua("0x24")](i)||n[ua("0x12")][ua("0x43")][ua("0x24")](i)||t[ua("0x5b")]||(this[ua("0x4f")][ua("0x2f")](),this[ua("0x51")](),this[ua("0x26")](null))}));const r=this[ua("0x18")][ua("0x1d")]?this[ua("0x18")][ua("0x1d")]:new e.Collection([this[ua("0x18")]]);for(const t of r)this[ua("0x56")](t);this[ua("0x3")](r,ua("0x2d"),((t,e)=>{this.listenTo(e,"ready",(()=>{this._integrateWithEditorAnnotations(e)}))})),this[ua("0x3")](r,ua("0x17"),((t,e)=>{e.plugins[ua("0x60")](ua("0x4b"))&&this[ua("0x11")](e.plugins[ua("0x21")](ua("0x4b")))})),window.addEventListener(ua("0x14"),this._throttledRefreshPositioning),this[ua("0x4")]()}[ua("0x26")](t){if(t===this[ua("0x4c")])return;const e=this.context[ua("0x28")][ua("0x21")](ua("0x5d"));e[ua("0x2e")]({blurredAnnotation:this[ua("0x4c")],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&e[ua("0x4e")](t)?this[ua("0x55")](t):this[ua("0x51")](),this[ua("0x4c")]=t}[ua("0x19")](){if(!this[ua("0x5e")])throw new e.CKEditorError(ua("0x1e"),this);this[ua("0x26")](null);const t=this[ua("0x18")][ua("0x28")][ua("0x21")](ua("0x5d"));this._hideBalloon(),Array[ua("0x1f")](this[ua("0x4d")][ua("0x3a")](),(t=>t.destroy())),this[ua("0x4d")].clear(),t._detachFromContainer(this[ua("0x44")]),this[ua("0xc")](),this[ua("0x50")][ua("0xc")](),this[ua("0xc")](this[ua("0x18")].editors);for(const t of Array.from(this[ua("0x3e")]))this[ua("0x11")](t);window[ua("0x4a")](ua("0x14"),this[ua("0x1")]),this._throttledRefreshPositioning[ua("0x59")](),this[ua("0x49")]=[],this.isAttached=!1,this[ua("0x44")]=null}[ua("0x1b")](){this[ua("0x5e")]&&this.detach(),this[ua("0x16")][ua("0x3d")]()}[ua("0x56")](t){const e=t[ua("0x28")][ua("0x21")](ua("0x4b")),n=this.context.plugins[ua("0x21")](Js),o=this[ua("0x44")],i=this[ua("0x41")],r=()=>{const t=e[ua("0x9")]({activeAnnotation:this[ua("0x4c")],annotations:this.annotations});this[ua("0x2c")](t),this[ua("0x26")](t[0]||null)};this[ua("0x3")](e,ua("0x2e"),r),this[ua("0x3")](e,"blur",((t,{isAnnotationTracked:e})=>{this[ua("0x4c")]&&e(this[ua("0x4c")])&&(this[ua("0x2c")]([]),this.setActiveAnnotation(null))})),this[ua("0x3")](e,ua("0xa"),(()=>{this[ua("0x1")]()})),this.listenTo(o,"blur",(t=>{e[ua("0x0")]()&&t.stop()}),{priority:ua("0x53")}),this[ua("0x50")][ua("0x3")](document,"mousedown",((t,o)=>{const s=o[ua("0x1c")];i[ua("0x5c")]&&i[ua("0x43")][ua("0x24")](s)||n[ua("0x12")][ua("0x43")].contains(s)||this[ua("0x4c")]&&e[ua("0x0")]()&&(r(),t[ua("0x5b")]=!0)}),{priority:"high"}),this._editorAnnotations[ua("0x2d")](e)}[ua("0x11")](t){t&&(this[ua("0xc")](t),this[ua("0x3e")].remove(t))}[ua("0x2c")](t){for(const e of this[ua("0x49")])t[ua("0x42")](e)||this._manuallyClosedAnnotationViews.delete(e.view);this._selectedAnnotations=t}[ua("0x4")](){const t=this.balloonPanelView;this[ua("0x44")][ua("0x6")](),t[ua("0x5c")]&&this._updateBalloonPosition()}[ua("0x55")](t){if(this[ua("0x4f")].has(t.view))return;const e=this[ua("0x41")][ua("0x10")].first;e!==t[ua("0x12")]?(e&&this[ua("0xf")](e),this._attachListeners(t[ua("0x12")]),this[ua("0x41")][ua("0x10")][ua("0x2f")](),this[ua("0x41")].content.add(t[ua("0x12")]),this[ua("0x20")]()):this[ua("0x20")]()}_updateBalloonPosition(){const t=this[ua("0x41")][ua("0x10")][ua("0x3b")],e=this[ua("0x44")][ua("0x62")](t);if(!this[ua("0x4d")].has(e))return;const n=this._annotationToNarrowView.get(e)[ua("0x43")],o=function(){const t=go.BalloonPanelView[ua("0x2")];return[t[ua("0x38")],t[ua("0x34")],t[ua("0x7")],t.northArrowSouth,t[ua("0x25")],t[ua("0x57")]]}();this[ua("0x41")][ua("0x48")]({target:n,positions:o})}_hideBalloon(){const t=this[ua("0x41")],e=t[ua("0x10")][ua("0x3b")];e&&(this[ua("0xf")](e),t[ua("0x23")](),t[ua("0x10")].clear())}[ua("0x2a")](t){this.listenTo(t,ua("0x15"),(()=>this[ua("0x20")]())),this[ua("0x3")](t,ua("0x61"),((e,n)=>{this[ua("0x4f")][ua("0x2d")](t),this._hideBalloon(),n()}))}[ua("0xf")](t){this.stopListening(t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Di()(fa.Z,pa);fa.Z.locals;const ga=["switchTo","_removeAnnotationFromBalloon","editing","addObserver","delete","annotations","inlineannotations-attach-already-attached","view","focus","isFocused","getRangeAt","listenTo","stopListening","get","focusTracker","set","context","document","blur","_addedAnnotations","isActive","editor","_setSelectedAnnotations","selection","init","visibleView","plugins","getSelection","attach","change:height","getByView","EditorAnnotations","has","requires","hasActive","_selectedAnnotations","hasView","targetRect","includes","destroy","detach","remove","_manuallyClosed","pluginName","bind","add","_addAnnotationToBalloon","afterInit","_balloon","inlineannotations-detach-not-attached","setActiveAnnotation","isAttached","update","refresh","activeAnnotation","change:visibleView","change:isFocused","Esc","register","updatePosition","editableElement","inline"];var ba,va;ba=ga,va=309,function(t){for(;--t;)ba.push(ba.shift())}(++va);const _a=function(t,e){return ga[t-=0]};class wa extends t.Plugin{static get[_a("0x22")](){return[fs,go.ContextualBalloon,Vs]}static get[_a("0x2c")](){return"InlineAnnotations"}constructor(t){super(t),t.editing[_a("0x8")][_a("0x4")](jo.MouseObserver),this[_a("0x34")]=!1,this[_a("0x10")](_a("0x37"),null),this[_a("0x6")]=null,this[_a("0x2b")]=new Set,this[_a("0x31")]=t.plugins[_a("0xe")](go.ContextualBalloon),this[_a("0x14")]=new Set,this[_a("0x24")]=[]}[_a("0x19")](){const t=this[_a("0x16")].plugins[_a("0xe")](Vs);t[_a("0x11")]===this[_a("0x16")]&&(t[_a("0x3b")](_a("0x0"),this),this[_a("0x16")].keystrokes[_a("0x10")](_a("0x3a"),((t,e)=>{const n=this[_a("0x31")];if(this[_a("0x34")]&&n[_a("0x1a")]){const t=this[_a("0x6")][_a("0x1f")](n[_a("0x1a")]);this[_a("0x2b")][_a("0x2e")](t),this[_a("0x2")](t),e()}})))}[_a("0x30")](){const t=this[_a("0x16")][_a("0x1b")][_a("0xe")](Vs);t[_a("0x11")]===this.editor&&(t[_a("0x23")]()||t[_a("0x1")](_a("0x0")))}[_a("0x33")](t){t!==this[_a("0x37")]&&(this[_a("0x37")]&&(this[_a("0x37")][_a("0x15")]=!1),t&&this[_a("0x16")].ui.focusTracker[_a("0xa")]&&(this._addAnnotationToBalloon(t,!0),t[_a("0x15")]=!0),t||this[_a("0x17")]([]),this.activeAnnotation=t)}[_a("0x1d")](t){this[_a("0x6")]=t;const n=this.editor[_a("0x1b")][_a("0xe")](Vs),o=this[_a("0x31")];if(this[_a("0x34")])throw new e.CKEditorError(_a("0x7"),this);if(n[_a("0x11")]!==this.editor)throw new e.CKEditorError("inlineannotations-not-allowed-with-context",this);const i=this.editor[_a("0x1b")][_a("0xe")](_a("0x20"));this.listenTo(i,_a("0x36"),function(){const t=i.getOrderedSelectedAnnotations({activeAnnotation:this.activeAnnotation,annotations:this[_a("0x6")]});this[_a("0x17")](t),this[_a("0x33")](t[0]||null)}[_a("0x2d")](this)),this[_a("0xc")](i,_a("0x13"),((t,{isAnnotationTracked:e})=>{this[_a("0x37")]&&e(this[_a("0x37")])&&(this._setSelectedAnnotations([]),this[_a("0x33")](null))})),this[_a("0xc")](this[_a("0x16")].ui[_a("0xf")],_a("0x39"),((t,e,n)=>{n||this.setActiveAnnotation(null)})),this[_a("0xc")](t,"remove",((t,e)=>{this[_a("0x2")](e),e===this[_a("0x37")]&&this.setActiveAnnotation(null)})),this[_a("0xc")](o,_a("0x38"),((e,n,i,r)=>{if(r&&this[_a("0xd")](r),!i||!t[_a("0x1f")](i))return;const s=t.getByView(i);this.listenTo(i,_a("0x1e"),(()=>{o[_a("0x3c")]()})),this[_a("0xc")](i,_a("0x3a"),(()=>{this._manuallyClosed[_a("0x2e")](s),this._removeAnnotationFromBalloon(s),this[_a("0x16")][_a("0x3")][_a("0x8")].focus()})),this.activeAnnotation!==s&&this[_a("0x33")](s)})),this[_a("0xc")](this[_a("0x16")].ui,_a("0x35"),(()=>{o.visibleView&&t[_a("0x1f")](o[_a("0x1a")])&&o.updatePosition()})),this[_a("0xc")](this.editor[_a("0x3")][_a("0x8")][_a("0x12")],"mousedown",(()=>{this[_a("0x2b")].clear()})),this[_a("0x16")][_a("0x3")][_a("0x8")][_a("0x12")][_a("0x18")][_a("0x3d")]&&this[_a("0x16")][_a("0x3")].view[_a("0x9")](),this.isAttached=!0}[_a("0x29")](){if(!this[_a("0x34")])throw new e.CKEditorError(_a("0x32"),this);this[_a("0x33")](null);for(const t of this[_a("0x14")])this[_a("0x2")](t);this.stopListening(),this[_a("0x34")]=!1,this.annotations=null}[_a("0x28")](){this[_a("0x34")]&&this[_a("0x29")]()}[_a("0x17")](t){const e=this._selectedAnnotations;for(const n of e)t[_a("0x27")](n)||this._manuallyClosed[_a("0x5")](n);for(const e of this[_a("0x6")])t[_a("0x27")](e)||this._removeAnnotationFromBalloon(e);if(this.editor.ui.focusTracker[_a("0xa")])for(const e of t)this[_a("0x2f")](e);this._selectedAnnotations=t}[_a("0x2f")](t,e){this[_a("0x2b")][_a("0x21")](t)||(this[_a("0x14")].has(t)||this[_a("0x31")][_a("0x25")](t.view)||(this[_a("0x14")].add(t),this[_a("0x31")][_a("0x2e")]({stackId:t[_a("0x8")].id,view:t[_a("0x8")],position:{target:()=>t.target||t[_a("0x26")]||document[_a("0x1c")]()[_a("0xb")](0)}})),e&&this[_a("0x31")].showStack(t[_a("0x8")].id))}[_a("0x2")](t){this[_a("0x14")][_a("0x21")](t)&&this._balloon[_a("0x25")](t[_a("0x8")])&&(this[_a("0x14")][_a("0x5")](t),this[_a("0x31")][_a("0x2a")](t.view))}}var ka,ya,Ca=["Comments","pluginName","requires"];ka=Ca,ya=137,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[Lr,as,ws,Ts,na,ma,wa]}static get[Aa("0x2")](){return Aa("0x1")}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();