@ckeditor/ckeditor5-comments 42.0.0-alpha.3 → 42.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -1
- package/dist/index.js +9 -9
- package/package.json +3 -3
- package/src/comments/commentsrepository.js +3 -3
package/build/comments.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={874:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.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=s},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.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--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;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.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.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,.ck-comment-marker--active .ck-comment-marker{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)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-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}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433: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 s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var c=0;c<t.length;c++){var a=[].concat(t[c]);o&&s[a[0]]||(n&&(a[2]?a[2]="".concat(n," and ").concat(a[2]):a[2]=n),e.push(a))}},e}},673:(t,e,n)=>{"use strict";var o,s=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]}}(),i=[];function c(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function a(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],a=e.base?r[0]+e.base:r[0],h=n[a]||0,u="".concat(a," ").concat(h);n[a]=h+1;var d=c(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):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 p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=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 s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=a(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 s=c(n[o]);i[s].references--}for(var r=a(t,e),h=0;h<n.length;h++){var u=c(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.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,{AnnotationView:()=>er,Annotations:()=>pr,AnnotationsUIs:()=>mi,BaseCommentThreadView:()=>as,BaseCommentView:()=>bs,Comment:()=>yr,CommentThread:()=>Ir,CommentThreadController:()=>po,CommentThreadInputView:()=>qo,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>Yo,CommentsOnly:()=>hi,CommentsRepository:()=>_r,CommentsUI:()=>ri,EditorAnnotations:()=>jr,InlineAnnotations:()=>Xi,NarrowSidebar:()=>Fi,WideSidebar:()=>Ni});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const h=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(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])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var w="object"==typeof self&&self&&self.Object===Object&&self;const _=b||w||Function("return this")();const I=_.Symbol;var y=Object.prototype,C=y.hasOwnProperty,A=y.toString,T=I?I.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 s=A.call(t);return o&&(e?t[T]=n:delete t[T]),s};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var M=I?I.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":M&&M in Object(t)?E(t):O(t)};const j=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const V=function(t){if(!j(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=_["__core-js_shared__"];var S,D=(S=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"";const P=function(t){return!!D&&D in t};var L=Function.prototype.toString;const B=function(t){if(null!=t){try{return L.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[object .+?Constructor\]$/,U=Function.prototype,K=Object.prototype,F=U.toString,W=K.hasOwnProperty,H=RegExp("^"+F.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!j(t)||P(t))&&(V(t)?H:z).test(B(t))};const Z=function(t,e){return null==t?void 0:t[e]};const X=function(t,e){var n=Z(t,e);return q(n)?n:void 0};const G=X(_,"Map");const Q=X(Object,"create");const Y=function(){this.__data__=Q?Q(null):{},this.size=0};const J=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Q){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Q?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]=Q&&void 0===e?"__lodash_hash_undefined__":e,this};function st(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])}}st.prototype.clear=Y,st.prototype.delete=J,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(G||p),string:new rt}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(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])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!G||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function wt(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}wt.prototype.add=wt.prototype.push=kt,wt.prototype.has=bt;const _t=wt;const It=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,s,r){var i=1&n,c=t.length,a=e.length;if(c!=a&&!(i&&a>c))return!1;var h=r.get(t),u=r.get(e);if(h&&u)return h==e&&u==t;var d=-1,l=!0,m=2&n?new _t:void 0;for(r.set(t,e),r.set(e,t);++d<c;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!It(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const At=_.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 xt=I?I.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Mt=function(t,e,n,o,s,r,c){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 i(+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 a=Tt;case"[object Set]":var h=1&o;if(a||(a=Et),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var d=Ct(a(t),a(e),o,s,r,c);return c.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Rt=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const jt=Array.isArray;const Vt=function(t,e,n){var o=e(t);return jt(t)?o:Rt(o,n(t))};const Nt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const St=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Lt=Pt?function(t){return null==t?[]:(t=Object(t),Nt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const Bt=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 Ut=function(t){return zt(t)&&"[object Arguments]"==R(t)};var Kt=Object.prototype,Ft=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=Ut(function(){return arguments}())?Ut:function(t){return zt(t)&&Ft.call(t,"callee")&&!Wt.call(t,"callee")};const qt=function(){return!1};var Zt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xt=Zt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=Xt&&Xt.exports===Zt?_.Buffer:void 0;const Qt=(Gt?Gt.isBuffer:void 0)||qt;var Yt=/^(?:0|[1-9]\d*)$/;const Jt=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 $t=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)&&$t(t.length)&&!!te[R(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,se=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=se&&se.exports===oe&&b.process;const ie=function(){try{var t=se&&se.require&&se.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var he=Object.prototype.hasOwnProperty;const ue=function(t,e){var n=jt(t),o=!n&&Ht(t),s=!n&&!o&&Qt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?Bt(t.length,String):[],a=c.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Jt(h,a))||c.push(h);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!V(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return Vt(t,ke,Lt)};var we=Object.prototype.hasOwnProperty;const _e=function(t,e,n,o,s,r){var i=1&n,c=be(t),a=c.length;if(a!=be(e).length&&!i)return!1;for(var h=a;h--;){var u=c[h];if(!(i?u in e:we.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<a;){var f=t[u=c[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const Ie=X(_,"DataView");const ye=X(_,"Promise");const Ce=X(_,"Set");const Ae=X(_,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Me="[object DataView]",Re=B(Ie),je=B(G),Ve=B(ye),Ne=B(Ce),Se=B(Ae),De=R;(Ie&&De(new Ie(new ArrayBuffer(1)))!=Me||G&&De(new G)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=xe||Ae&&De(new Ae)!=Oe)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?B(n):"";if(o)switch(o){case Re:return Me;case je:return Te;case Ve:return Ee;case Ne:return xe;case Se:return Oe}return e});const Pe=De;var Le="[object Arguments]",Be="[object Array]",ze="[object Object]",Ue=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,s,r){var i=jt(t),c=jt(e),a=i?Be:Pe(t),h=c?Be:Pe(e),u=(a=a==Le?ze:a)==ze,d=(h=h==Le?ze:h)==ze,l=a==h;if(l&&Qt(t)){if(!Qt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):Mt(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&Ue.call(t,"__wrapped__"),p=d&&Ue.call(e,"__wrapped__");if(m||p){var f=m?t.value():t,g=p?e.value():e;return r||(r=new vt),s(f,g,n,o,r)}}return!!l&&(r||(r=new vt),_e(t,e,n,o,s,r))};const Fe=function t(e,n,o,s,r){return e===n||(null==e||null==n||!zt(e)&&!zt(n)?e!=e&&n!=n:Ke(e,n,o,s,t,r))};const We=function(t,e){return Fe(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 qe=function(){try{var t=X(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Ze=function(t,e,n){"__proto__"==e&&qe?qe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xe=Object.prototype.hasOwnProperty;const Ge=function(t,e,n){var o=t[e];Xe.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Ze(t,e,n)};const Qe=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var c=e[r],a=o?o(n[c],t[c],c,n,t):void 0;void 0===a&&(a=t[c]),s?Ze(n,c,a):Ge(n,c,a)}return n};const Ye=function(t,e){return t&&Qe(e,ke(e),t)};const Je=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!j(t))return Je(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&Qe(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,sn=on&&"object"==typeof module&&module&&!module.nodeType&&module,rn=sn&&sn.exports===on?_.Buffer:void 0,cn=rn?rn.allocUnsafe:void 0;const an=function(t,e){if(e)return t.slice();var n=t.length,o=cn?cn(n):new t.constructor(n);return t.copy(o),o};const hn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const un=function(t,e){return Qe(t,Lt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Lt(t)),t=dn(t);return e}:St;const mn=function(t,e){return Qe(t,ln(t),e)};const pn=function(t){return Vt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=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 vn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const wn=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var _n=I?I.prototype:void 0,In=_n?_n.valueOf:void 0;const yn=function(t){return In?Object(In.call(t)):{}};const Cn=function(t,e){var n=e?vn(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 vn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return kn(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 wn(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!j(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return zt(t)&&"[object Map]"==Pe(t)};var Mn=ie&&ie.isMap;const Rn=Mn?ne(Mn):On;const jn=function(t){return zt(t)&&"[object Set]"==Pe(t)};var Vn=ie&&ie.isSet;const Nn=Vn?ne(Vn):jn;var Sn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Ln={};Ln[Sn]=Ln["[object Array]"]=Ln["[object ArrayBuffer]"]=Ln["[object DataView]"]=Ln["[object Boolean]"]=Ln["[object Date]"]=Ln["[object Float32Array]"]=Ln["[object Float64Array]"]=Ln["[object Int8Array]"]=Ln["[object Int16Array]"]=Ln["[object Int32Array]"]=Ln["[object Map]"]=Ln["[object Number]"]=Ln[Pn]=Ln["[object RegExp]"]=Ln["[object Set]"]=Ln["[object String]"]=Ln["[object Symbol]"]=Ln["[object Uint8Array]"]=Ln["[object Uint8ClampedArray]"]=Ln["[object Uint16Array]"]=Ln["[object Uint32Array]"]=!0,Ln["[object Error]"]=Ln[Dn]=Ln["[object WeakMap]"]=!1;const Bn=function t(e,n,o,s,r,i){var c,a=1&n,h=2&n,u=4&n;if(o&&(c=r?o(e,s,r,i):o(e)),void 0!==c)return c;if(!j(e))return e;var d=jt(e);if(d){if(c=gn(e),!a)return hn(e,c)}else{var l=Pe(e),m=l==Dn||"[object GeneratorFunction]"==l;if(Qt(e))return an(e,a);if(l==Pn||l==Sn||m&&!r){if(c=h||m?{}:xn(e),!a)return h?mn(e,nn(c,e)):un(e,Ye(c,e))}else{if(!Ln[l])return r?e:{};c=An(e,l,a)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,c),Nn(e)?e.forEach((function(s){c.add(t(s,n,o,s,e,i))})):Rn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return He(f||e,(function(s,r){f&&(s=e[r=s]),Ge(c,r,t(s,n,o,r,e,i))})),c};const zn=function(t){return Bn(t,5)};const Un=function(t){return"symbol"==typeof t||zt(t)&&"[object Symbol]"==R(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fn=/^\w*$/;const Wn=function(t,e){if(jt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Un(t))||(Fn.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,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(Hn.Cache||pt),n}Hn.Cache=pt;const qn=Hn;var Zn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xn=/\\(\\)?/g;const Gn=function(t){var e=qn(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(Zn,(function(t,n,o,s){e.push(o?s.replace(Xn,"$1"):n||t)})),e}));const Qn=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var Yn=I?I.prototype:void 0,Jn=Yn?Yn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(jt(e))return Qn(e,t)+"";if(Un(e))return Jn?Jn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return jt(t)?t:Wn(t,e)?[t]:Gn(to(t))};const no=function(t){if("string"==typeof t||Un(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!j(t))return t;for(var s=-1,r=(e=eo(e,t)).length,i=r-1,c=t;null!=c&&++s<r;){var a=no(e[s]),h=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(s!=i){var u=c[a];void 0===(h=o?o(u,a,c):void 0)&&(h=j(u)?u:Jt(e[s+1])?[]:{})}Ge(c,a,h),c=c[a]}return t};const so=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 io=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 co=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};var lo=mo;function mo(t,e){var n=fo();return(mo=function(t,e){return n[t-=324]})(t,e)}!function(t,e){for(var n=mo,o=t();;)try{if(874019===parseInt(n(331))/1*(-parseInt(n(325))/2)+-parseInt(n(326))/3+parseInt(n(351))/4*(parseInt(n(335))/5)+-parseInt(n(332))/6+parseInt(n(344))/7+parseInt(n(349))/8*(parseInt(n(338))/9)+-parseInt(n(324))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(fo);class po extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(353)]=t,this[n(353)][n(327)]=!0,this[n(342)]=e,this[n(336)](e,n(328),(()=>this[n(346)]())),this[n(336)](e,n(339),(()=>this[n(341)]())),this[n(336)](e,n(345),(()=>this[n(334)]())),this[n(336)](e,n(348),(()=>this[n(343)]())),this[n(336)](e,n(354),((t,e)=>this[n(354)](e))),this[n(336)](e,n(340),((t,e,o)=>this[n(340)](e,o))),this[n(336)](e,n(352),((t,e)=>this[n(352)](e)))}[lo(346)](){var t=lo;this[t(353)][t(346)]()}[lo(341)](){var t=lo;this[t(353)][t(341)]()}[lo(334)](){var t=lo;this[t(353)][t(347)]||this[t(353)][t(334)]()}[lo(343)](){var t=lo;this[t(353)][t(347)]&&this[t(353)][t(343)]()}[lo(354)](t){var e=lo;this[e(353)][e(354)]({content:t,authorId:this[e(342)][e(337)].id})}[lo(340)](t,e){var n=lo;this[n(353)][n(329)](t)[n(350)]({content:e})}[lo(352)](t){var e=lo;this[e(353)][e(329)](t)[e(341)]()}[lo(333)](){var t=lo;this[t(330)](),this[t(353)][t(327)]=!1}}function fo(){var t=["resolveCommentThread","submit","isResolved","reopenCommentThread","8EUVdow","update","3820jLzSnl","removeComment","model","addComment","19667550pTpZqb","39918AnQSUl","2329650JHbGgA","_isAttached","submitCommentThread","getComment","stopListening","19sPGtGY","1234698icXtpg","destroy","resolve","5060MDZWvC","listenTo","_localUser","13504338kStcvv","removeCommentThread","updateComment","remove","view","reopen","12147702oLaQwU"];return(fo=function(){return t})()}var go=n(311);function vo(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"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a comment.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a comment.",id:"ENTER_COMMENT_ANNOUNCEMENT"});case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}const ko=wo;!function(t,e){const n=wo,o=t();for(;;)try{if(583054===parseInt(n(275))/1+-parseInt(n(259))/2*(parseInt(n(278))/3)+parseInt(n(255))/4+-parseInt(n(262))/5+parseInt(n(249))/6+parseInt(n(268))/7*(parseInt(n(251))/8)+-parseInt(n(263))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(_o);class bo extends go.EditorUIView{constructor(t,n){const o=wo;super(t);const s=(0,e.uid)();this[o(282)]=this[o(277)](),this[o(265)]=new go.InlineEditableUIView(t,n),this[o(257)]=this[o(276)](s,t),this[o(248)]({tag:o(252),attributes:{class:[o(274),o(258),o(271),o(280)],role:o(260),dir:t[o(267)],lang:t[o(272)],"aria-labelledby":o(264)+s},children:[this[o(257)],{tag:o(252),attributes:{class:o(253),role:o(270)},children:this[o(282)]}]})}[ko(256)](){const t=ko;super[t(256)](),this[t(282)][t(269)](this[t(265)])}[ko(273)](){const t=ko;this[t(265)][t(266)][t(273)]()}[ko(276)](t,e){const n=ko,o=new go.LabelView;return o[n(279)]=vo(e,n(254)),o[n(261)]({attributes:{id:n(250)+t,class:n(281)}}),o}}function wo(t,e){const n=_o();return(wo=function(t,e){return n[t-=248]})(t,e)}function _o(){const t=["ck-reset","1011634prZsBV","_createVoiceLabel","createCollection","12dGxKFl","text","ck-comment__input","ck-voice-label","main","setTemplate","3358152txtWCY","ck-editor__aria-label_","16IKqtOC","div","ck-editor__main","Comment editor","3942948qHCUvy","render","_voiceLabelView","ck-editor","517448DPiDnN","comment","extendTemplate","3502230jHqtbI","4400109MEsCpJ","cke-editor__aria-label_","editable","element","uiLanguageDirection","875819qdlymF","add","presentation","ck-rounded-corners","uiLanguage","focus"];return(_o=function(){return t})()}const Io=yo;function yo(t,e){const n=Co();return(yo=function(t,e){return n[t-=242]})(t,e)}function Co(){const t=["init","locale","element","view","rootName","editor","getRoot","2199297PSypeE","6DsFnCc","fire","328942bCcJbF","3472987CcYogw","15670fsbPwr","attachDomRoot","4PQdCZj","render","14927ZWdGpx","bind","2596805ItkFhg","4718079Citfxq","editable","ready","destroy","8vUnzXk","setEditableElement","name","editing","3583476xxeBjC","focusTracker","isFocused","document"];return(Co=function(){return t})()}!function(t,e){const n=yo,o=t();for(;;)try{if(502729===parseInt(n(263))/1*(-parseInt(n(265))/2)+-parseInt(n(262))/3*(parseInt(n(269))/4)+parseInt(n(242))/5+parseInt(n(251))/6+parseInt(n(266))/7*(-parseInt(n(247))/8)+-parseInt(n(243))/9+parseInt(n(267))/10*(parseInt(n(271))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Co);class Ao extends go.EditorUI{constructor(t){const e=yo;super(t),this[e(258)]=new bo(t[e(256)],t[e(250)][e(258)])}get[Io(257)](){const t=Io;return this[t(258)][t(257)]}[Io(255)](){const t=Io,e=this[t(260)][t(250)][t(258)],n=this[t(258)][t(244)],o=e[t(254)][t(261)]();n[t(249)]=o[t(259)],this[t(258)][t(270)]();const s=n[t(257)];this[t(248)](n[t(249)],s),this[t(258)][t(244)][t(272)](t(253)).to(this[t(252)]),e[t(268)](s),this[t(264)](t(245))}[Io(246)](){const t=Io;super[t(246)](),this[t(258)][t(246)]()}}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),Mo=n(834),Ro=n(251),jo=n(179);const Vo=No;function No(t,e){const n=So();return(No=function(t,e){return n[t-=120]})(t,e)}function So(){const t=["get","15129690kKgVtl","826900yXdSEY","plugins","ready","document","1628133jxBAjO","1502552LCqkkm","getRoot","assign","init","placeholderElement","model","config","fire","placeholder","editing","defaultPlugins","view","change:placeholder","destroy","28rZiRal","name","1383487piCaAs","getChild","initPlugins","20736UhynRR","createRoot","low","_updatePlaceholder","data","then","create","change","2LHOGoU","focus","set","childCount","setSelection","end","63wyVprK","initialData","166778fRUmiP"];return(So=function(){return t})()}!function(t,e){const n=No,o=t();for(;;)try{if(785778===parseInt(n(140))/1*(parseInt(n(132))/2)+-parseInt(n(147))/3+parseInt(n(162))/4*(parseInt(n(143))/5)+parseInt(n(124))/6+-parseInt(n(121))/7+-parseInt(n(148))/8*(parseInt(n(138))/9)+parseInt(n(142))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(So);const Do=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,Mo.Typing,Ro.Undo,jo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=No;(t=Object[e(150)]({},t))[e(144)]||(t[e(144)]=Po[e(158)]),super(t),this.ui=new Ao(this),this[e(134)](e(156),""),this[e(153)][e(146)].on(e(131),(()=>this[e(127)]()),{priority:e(126)}),this.on(e(160),(()=>this[e(127)]())),this[e(153)][e(146)][e(125)]()}[Vo(130)](){const t=Vo,e=this[t(154)][t(141)](t(139))||"";return this[t(123)]()[t(129)]((()=>this.ui[t(151)]()))[t(129)]((()=>this[t(128)][t(151)](e)))[t(129)]((()=>this[t(155)](t(145))))}[Vo(161)](){const t=Vo;return super[t(161)]()[t(129)]((()=>this.ui[t(161)]()))}[Vo(133)](){const t=Vo;this[t(153)][t(131)]((e=>{const n=t,o=this[n(153)][n(146)][n(149)](),s=o&&o[n(122)](o[n(135)]-1);e[n(136)](s,n(137)),this[n(157)][n(159)][n(133)]()}))}[Vo(127)](){const t=Vo,e=this[t(157)][t(159)],n=e[t(146)][t(149)](),o=n[t(122)](0);n[t(135)]>1||!o||"p"!=o[t(120)]?this[t(152)]&&this[t(152)][t(156)]&&((0,To.disablePlaceholder)(e,this[t(152)]),this[t(152)]=void 0):(this[t(156)]&&(o[t(156)]=this[t(156)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(152)]=o)}}Po[Vo(158)]=Do;const Lo=Po,Bo=zo;function zo(t,e){const n=Ko();return(zo=function(t,e){return n[t-=392]})(t,e)}!function(t,e){const n=zo,o=t();for(;;)try{if(715462===parseInt(n(408))/1*(-parseInt(n(441))/2)+parseInt(n(412))/3*(-parseInt(n(436))/4)+-parseInt(n(461))/5+parseInt(n(456))/6*(-parseInt(n(411))/7)+parseInt(n(453))/8+-parseInt(n(418))/9+parseInt(n(451))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ko);class Uo extends go.View{constructor(t,n={}){const o=zo;super(t),this[o(450)]=null,this[o(449)]=n,this[o(467)]=new e.KeystrokeHandler,this[o(468)]=new e.FocusTracker,this[o(442)](o(447),n[o(430)]||""),this[o(442)](o(399),!1),this[o(442)](o(446),!0),this[o(442)](o(393),vo(t,o(432))),this[o(442)](o(405),vo(t,o(396))),this[o(452)]=this[o(397)](),this[o(395)]=this[o(459)](),this[o(419)]({tag:o(438),attributes:{class:[o(466)]},children:[{tag:o(438),attributes:{class:[o(407),this[o(406)].if(o(446),o(458))]},children:[this[o(452)],this[o(395)]]}]}),this[o(467)][o(442)](o(469),((t,e)=>{const n=o;this[n(395)][n(460)](n(423)),e()})),this.on(o(439),((e,n)=>{const s=o;n[s(463)]>65e3?(alert(vo(t,s(417),[n[s(463)],65e3])),e[s(434)]()):this[s(450)][s(427)]("")}),{priority:o(457)})}[Bo(440)](){const t=Bo;super[t(440)](),this[t(467)][t(437)](this[t(464)]),this[t(468)][t(421)](this[t(464)])}[Bo(404)](){const t=Bo;return this[t(450)]||(this[t(450)]=new Lo(this[t(449)]),this[t(400)]=this[t(450)][t(445)]()[t(403)]((()=>{const e=t;if(this[e(470)])return;const n=this[e(450)];this[e(464)][e(401)](n.ui[e(464)],this[e(464)][e(422)]),n[e(455)][e(462)].on(e(433),(()=>this[e(447)]=n[e(420)]())),n[e(431)](e(393)).to(this),this[e(465)](this[e(450)]),this[e(460)](e(435),this[e(450)])}))),this[t(400)]}[Bo(402)](){const t=Bo;this[t(450)]&&this[t(450)][t(402)]()}async[Bo(454)](){const t=Bo;this[t(470)]||(this[t(470)]=!0,this[t(450)]&&(await this[t(400)],await this[t(450)][t(454)](),this[t(460)](t(444),this[t(450)])),await super[t(454)]())}[Bo(397)](){const t=Bo,{locale:e}=this,n=new go.ButtonView(e);return n[t(394)]({attributes:{class:[t(414)]}}),n[t(425)]=!0,n[t(431)](t(409)).to(this,t(405)),n.on(t(423),(()=>{const e=t;this[e(460)](e(439),this[e(447)])})),n[t(431)](t(443)).to(this,t(447),this,t(399),((e,n)=>!n&&!!e[t(415)]())),n}[Bo(459)](){const t=Bo,{locale:e}=this,n=new go.ButtonView(e);return n[t(394)]({attributes:{class:[t(413)]}}),n[t(409)]=vo(e,t(426)),n[t(425)]=!0,n.on(t(423),(()=>{const e=t;this[e(450)][e(427)](""),this[e(460)](e(429))})),n}[Bo(465)](t){const e=Bo,n=this[e(468)],o=new go.ViewCollection;[t.ui[e(410)],this[e(452)],this[e(395)]][e(398)]((t=>{const s=e;o[s(421)](t),n[s(421)](t[s(464)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(467)][e(442)](e(428),((t,n)=>{s[e(416)](),n()}),{priority:e(424)}),this[e(467)][e(442)](e(392),((t,n)=>{s[e(448)](),n()}),{priority:e(424)})}}function Ko(){const t=["bindTemplate","ck-comment__input-actions","466mpfkVh","label","view","7myhCtm","217575ppOgcH","ck-comment__input-actions--cancel","ck-comment__input-actions--submit","trim","focusNext","TOO_LONG_COMMENT_ALERT","8432136gNXqos","setTemplate","getData","add","firstChild","execute","low","withText","Cancel","setData","tab","cancel","initialData","bind","Reply...","change","stop","editorReady","4VyZwPM","listenTo","div","submit","render","930VtCltL","set","isEnabled","editorDestroyed","create","showButtons","value","focusPrevious","_editorConfig","editor","31301210sLvnHo","submitButtonView","200664LhYdZQ","destroy","model","5814120Xugbbs","high","ck-comment__input-actions--active","_createCancelButton","fire","1223015rkUYDI","document","length","element","_initializeFocusCycling","ck-comment__input-wrapper","keystrokes","focusTracker","Esc","_isDestroyed","shift + tab","placeholder","extendTemplate","cancelButtonView","Reply","_createSubmitButton","forEach","disabledSubmit","_editorCreationPromise","insertBefore","focus","then","createEditor","submitLabel"];return(Ko=function(){return t})()}var Fo=Wo;function Wo(t,e){var n=Ho();return(Wo=function(t,e){return n[t-=388]})(t,e)}function Ho(){var t=["userView","ck-comment__input-container","isFocused","value","bind","ck-thread__user","ck-thread__input","bindTemplate","9698927GEkrXC","537204ixsjyJ","ck-comment__input-container--active","editorReady","div","69644UEBgMI","41336415rovIBD","delegate","change:showInput","showInput","extendTemplate","editorDestroyed","2XvRjjA","81yQuMkX","1729025FhZfup","1501562ZlGvFA","setTemplate","then","7889624fHdJJD","editor","commentInputView","showButtons","createEditor","destroy","focusTracker","set"];return(Ho=function(){return t})()}!function(t,e){for(var n=Wo,o=t();;)try{if(754367===parseInt(n(397))/1*(-parseInt(n(394))/2)+-parseInt(n(395))/3*(-parseInt(n(421))/4)+-parseInt(n(396))/5+-parseInt(n(417))/6+-parseInt(n(416))/7+-parseInt(n(400))/8+parseInt(n(388))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ho);class qo extends go.View{constructor(t,e,n){var o=Wo;super(t),this[o(402)]=new Uo(t,n),this[o(402)][o(412)](o(403)).to(this[o(402)][o(406)],o(410),this[o(402)],o(411),((t,e)=>t||!!e)),this[o(407)](o(391),!1),this.on(o(390),(()=>{var t=o;this[t(391)]&&!this[t(402)][t(401)]&&this[t(402)][t(404)]()})),this[o(402)][o(389)](o(419)).to(this),this[o(402)][o(389)](o(393)).to(this),this[o(408)]=new s.UserView(t,e),this[o(408)][o(392)]({attributes:{class:o(413)}}),this[o(402)][o(392)]({attributes:{class:o(414)}}),this[o(398)]({tag:o(420),attributes:{class:[o(409),this[o(415)].if(o(391),o(418))]},children:[this[o(408)],this[o(402)]]})}[Fo(405)](){var t=Fo;return this[t(402)][t(405)]()[t(399)]((()=>super[t(405)]()))}}!function(t,e){const n=Xo,o=t();for(;;)try{if(134074===-parseInt(n(156))/1+-parseInt(n(159))/2*(-parseInt(n(162))/3)+-parseInt(n(158))/4+parseInt(n(153))/5*(-parseInt(n(157))/6)+-parseInt(n(149))/7*(-parseInt(n(155))/8)+-parseInt(n(148))/9+parseInt(n(154))/10*(parseInt(n(152))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Go);class Zo extends go.View{constructor(t){const e=Xo;super(t);const n=this[e(150)];this[e(161)](e(164),void 0),this[e(151)]({tag:"li",attributes:{class:e(163)},children:[{text:n.to(e(164),(n=>vo(t,e(160),n)))}]})}}function Xo(t,e){const n=Go();return(Xo=function(t,e){return n[t-=148]})(t,e)}function Go(){const t=["1412IoKmwk","30oGQwBC","NUMBER_OF_COMMENTS","set","18303ZebAbA","ck-thread__comment-count","count","19305JbKaKM","40705PrQdLK","bindTemplate","setTemplate","77EGAZsl","1031980Oadign","377670QEhaFS","256ncVMjG","198996LGTBZG","6IEUaYd"];return(Go=function(){return t})()}const Qo=Jo;!function(t,e){const n=Jo,o=t();for(;;)try{if(622985===-parseInt(n(389))/1*(-parseInt(n(356))/2)+-parseInt(n(372))/3*(-parseInt(n(335))/4)+parseInt(n(378))/5+-parseInt(n(369))/6*(-parseInt(n(397))/7)+parseInt(n(352))/8+parseInt(n(377))/9*(parseInt(n(345))/10)+-parseInt(n(383))/11*(parseInt(n(350))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}($o);class Yo extends go.View{constructor(t,e,n){const o=Jo;super(t),this[o(381)](o(363),!1),this[o(381)](o(404),e[o(405)][o(404)]),this[o(381)](o(408),!1),this[o(341)]=e,this[o(385)]=n,this[o(340)]=this[o(396)](),this[o(382)]=this[o(396)](),this[o(337)]=null,this[o(400)]=new Zo(t),this[o(400)][o(366)](o(336)).to(this,o(404),(t=>t-this[o(385)][o(395)]));for(const t of e[o(405)])this[o(412)](t);this[o(346)](),this[o(376)](e[o(405)],o(392),((t,e)=>{const n=o,s=this[n(384)](e);this[n(404)]++,this[n(412)](e,s),this[n(410)]()})),this[o(376)](e[o(405)],o(390),((t,e)=>{const n=o;this[n(404)]--,this[n(348)](e),this[n(410)]()})),this[o(376)](e,o(398),(()=>this[o(410)]())),this[o(376)](e,o(394),(()=>this[o(346)]())),this.on(o(368),(()=>this[o(410)]())),this.on(o(359),(()=>this[o(410)]())),this[o(388)]({tag:"ul",attributes:{class:[o(411)]},children:this[o(382)]})}get[Qo(357)](){const t=Qo;return this[t(341)][t(370)]>this[t(385)][t(413)]&&!this[t(408)]&&!this[t(363)]}[Qo(367)](){const t=Qo;super[t(367)](),this[t(410)]()}[Qo(349)](){const t=Qo;this[t(364)][t(349)]()}[Qo(406)](){const t=Qo;this[t(400)][t(406)]();for(const e of this[t(340)])e[t(406)]();super[t(406)]()}[Qo(410)](){const t=Qo;this[t(357)]?this[t(353)]():this[t(338)]()}[Qo(412)](t,e){const n=Qo,o=new(this[n(385)][n(334)])(this[n(354)],t,{maxCommentCharsWhenCollapsed:this[n(385)][n(380)],formatDateTime:this[n(385)][n(365)],editorConfig:this[n(385)][n(362)]});o[n(386)]=t.id,o[n(371)](n(373)).to(this),o[n(371)](n(339)).to(this),o[n(371)](n(403)).to(this),o[n(371)](n(343)).to(this),o[n(371)](n(391)).to(this),this[n(376)](o,n(387),(()=>this[n(407)]())),this[n(340)][n(392)](o,e)}[Qo(384)](t){const e=Qo,n=this[e(341)][e(401)](t);return this[e(337)]?this[e(337)][e(342)]>t[e(342)]?n-1:n:n-1}[Qo(346)](){const t=Qo;if(this[t(341)][t(360)]&&this[t(341)][t(344)]){const e={id:t(358),author:this[t(341)][t(360)],authoredAt:this[t(341)][t(344)],content:vo(this[t(354)],t(347)),attributes:{}};this[t(337)]=new(this[t(385)][t(334)])(this[t(354)],e,{maxCommentCharsWhenCollapsed:this[t(385)][t(380)],formatDateTime:this[t(385)][t(365)],editorConfig:this[t(385)][t(362)],isSystemComment:!0}),this[t(340)][t(392)](this[t(337)],this[t(341)][t(401)](e))}else this[t(337)]&&(this[t(340)][t(390)](this[t(337)]),this[t(337)][t(406)](),this[t(337)]=null);this[t(410)]()}[Qo(348)](t){const e=Qo,n=this[e(340)][e(390)](t.id);this[e(409)](n),n[e(375)]&&this[e(407)](),n[e(406)]()}[Qo(407)](){const t=Qo;this[t(363)]=Array[t(355)](this[t(340)])[t(351)]((e=>e[t(375)]))}[Qo(353)](){const t=Qo,n=function(t){const n=Jo,o=new e.Collection;for(const e of t)o[n(392)](e);return o}(this[t(340)]),o=this[t(400)][t(336)];for(let e=1;e<=o;e++)n[t(390)](1);for(const e of n)e[t(361)]();o>0&&n[t(392)](this[t(400)],1),ts((0,e.diff)(Array[t(355)](this[t(382)]),Array[t(355)](n)),this[t(382)],n)}[Qo(338)](){const t=Qo;ts((0,e.diff)(Array[t(355)](this[t(382)]),Array[t(355)](this[t(340)])),this[t(382)],this[t(340)]);for(const e of this[t(382)])e[t(374)]()}}function Jo(t,e){const n=$o();return(Jo=function(t,e){return n[t-=334]})(t,e)}function $o(){const t=["resolvedBy","collapse","editorConfig","hasDirtyComment","element","formatDateTime","bind","render","change:isActive","1121430DXgbgs","weight","delegate","151140dpUXSH","removeComment","expand","isEditMode","listenTo","171zeiVoC","491930engLJE","get","maxCommentCharsWhenCollapsed","set","visibleViews","12357147ODnuXN","_calculatePosition","_config","viewUid","change:isEditMode","setTemplate","95qaWVpL","remove","editorDestroyed","add","insert","change:isResolved","maxCommentsWhenCollapsed","createCollection","21bzNfxR","commentUpdated","delete","_collapsedCommentsView","_findOptimalIndex","equal","resolveCommentThread","length","comments","destroy","_updateHasDirtyComment","isActive","stopListening","refreshVisibleViews","ck-thread__comments","_handleNewCommentModel","maxThreadTotalWeight","CommentView","68CKGKWf","count","resolvedCommentView","_rearrangeExpand","updateComment","commentViews","_model","authoredAt","editorReady","resolvedAt","225960IAvAfl","_handleInfoComment","Marked as resolved","_handleRemoveCommentModel","focus","24mNQJnZ","some","6417672ouRZsX","_rearrangeCollapse","locale","from","2582jXItTl","_shouldCollapse","resolved","change:hasDirtyComment"];return($o=function(){return t})()}function ts(t,e,n){const o=Qo;let s=0;for(const r of t)switch(r){case o(393):e[o(392)](n[o(379)](s),s),s++;break;case o(399):e[o(390)](s);break;case o(402):s++}}const es=os;function ns(){const t=["reopenCommentThread","offsetWidth","isResolvable","_model","7170342OTJXDy","value","isEnabled","execute","469292yQzFjV","icon","context","listenTo","length","remove","763791IzKoSy","div","contextValue","3999615cWJJHs",".ck-context","_trimContextValue","2683632etqxHj","ck-annotation__actions","substring","bind","setTemplate","Comment was made on an element",".ck-context__value","lastIndexOf","render","hasContext","ck-thread__header","4474160zBXDbG","ck-context__value","ck-context--quotes","6068545edAgbi","tooltip","label","classList","element","span","Reopen","add","isReadOnly","locale","overlay","ck-context-wrapper","fire","reopenButtonView","bindTemplate","scrollWidth","mouseleave","_attachContextActions","...","isResolved","isVisible","4wuOauV","_createReopenButton","ck-context","querySelector","mouseenter"];return(ns=function(){return t})()}!function(t,e){const n=os,o=t();for(;;)try{if(754348===parseInt(n(443))/1+-parseInt(n(437))/2+-parseInt(n(446))/3*(parseInt(n(424))/4)+parseInt(n(460))/5+parseInt(n(433))/6+-parseInt(n(463))/7+parseInt(n(449))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ns);function os(t,e){const n=ns();return(os=function(t,e){return n[t-=424]})(t,e)}class ss extends go.View{constructor(t,e){const n=os;super(t);const o=this[n(477)];this[n(432)]=e,this[n(476)]=this[n(425)](),this[n(452)](n(458)).to(this[n(432)],n(439),(t=>!!t)),this[n(452)](n(445)).to(this[n(432)],n(439),(t=>t&&t[n(434)]?this[n(448)](t[n(434)]):vo(this[n(472)],n(454)))),this[n(453)]({tag:n(444),attributes:{class:[n(459)]},children:[{tag:n(444),attributes:{class:[n(474)]},children:[{tag:n(444),attributes:{class:[n(426),o.if(n(458),n(462))]},children:[{tag:n(468),attributes:{class:[n(461)]},children:[{text:o.to(n(445))}]}]}]},{tag:n(444),attributes:{class:[n(450)]},children:[this[n(476)]]}]})}[es(457)](){const t=es;super[t(457)](),this[t(480)]()}[es(425)](){const t=es,e=new go.ButtonView(this[t(472)]);return e[t(465)]=vo(this[t(472)],t(469)),e[t(464)]=vo(this[t(472)],t(469)),e[t(438)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(452)](t(435)).to(this[t(432)],t(471),(t=>!t)),e[t(452)](t(483)).to(this[t(432)],t(431),this[t(432)],t(482),((t,e)=>t&&e)),e.on(t(436),(()=>{const e=t;this[e(475)](e(429),this[e(432)].id)})),e}[es(448)](t){const e=es;if(t[e(441)]<150)return t;const n=t[e(456)](" ",147);return t[e(451)](0,n>-1?n:147)+e(481)}[es(480)](){const t=es,e=this[t(467)][t(427)](t(447)),n=e[t(427)](t(455));this[t(440)](e,t(428),(()=>{const o=t;n[o(430)]<n[o(478)]&&e[o(466)][o(470)](o(473))})),this[t(440)](e,t(479),(()=>{const n=t;e[n(466)][n(442)](n(473))}))}}function rs(t,e){const n=is();return(rs=function(t,e){return n[t-=479]})(t,e)}function is(){const t=["isReadOnly","4245437Alqofr","focus","submitLabel","length","676226wbYVZH","submitCommentThread","submit","reopenCommentThread","Write a comment...","_localUser","isResolvable","1816656UqnrEI","locale","412962hqQffb","change:isActive","isUnlinked","destroy","isResolved","element","commentThreadHeaderView","Comment","removeComment","addComment","56876GPabrH","5FHwFER","hasDirtyComment","canComment","isActive","editorDestroyed","Reply","placeholder","updateComment","unlinkedAt","fire","isSubmitted","removeCommentThread","cancel","_config","commentInputView","540831GJDxpe","stop","editorReady","_createCommentThreadInputView","Reply to reopen discussion...","set","editorConfig","commentsListView","2097684HZOZZg","bind","listenTo","6shmzZD","resolveCommentThread","isDirty","Reply...","archivedAt","disabledSubmit","CommentView","delegate","value","commentThreadInputView","_model","showInput","assign"];return(is=function(){return t})()}const cs=rs;!function(t,e){const n=rs,o=t();for(;;)try{if(394044===-parseInt(n(519))/1+parseInt(n(501))/2*(parseInt(n(490))/3)+-parseInt(n(538))/4*(parseInt(n(539))/5)+-parseInt(n(528))/6+parseInt(n(515))/7+-parseInt(n(526))/8+parseInt(n(498))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(is);class as extends go.View{constructor(t,e,n,o){const s=rs;super(t),this[s(495)](s(542),!1),this[s(495)](s(503),!1),this[s(511)]=e,this[s(524)]=n,this[s(488)]=o,this[s(534)]=new ss(t,e),this[s(534)][s(508)](s(522)).to(this),this[s(500)](this,s(522),(()=>{this[s(516)]()})),this[s(497)]=new Yo(t,e,Object[s(513)]({CommentView:this[s(488)][s(507)]},o)),this[s(497)][s(508)](s(536)).to(this),this[s(497)][s(508)](s(482)).to(this),this[s(497)][s(508)](s(502)).to(this),this[s(497)][s(508)](s(492)).to(this),this[s(497)][s(508)](s(479)).to(this),this[s(497)][s(499)](s(542)).to(this),this[s(500)](this,s(502),(()=>{this[s(516)]()})),this[s(495)](s(518),this[s(497)][s(518)]),this[s(499)](s(518)).to(this[s(497)],s(518)),this[s(510)]=this[s(493)](),this[s(510)][s(508)](s(492)).to(this),this[s(510)][s(508)](s(479)).to(this),this.on(s(536),(()=>this[s(516)]())),this[s(499)](s(503)).to(this[s(497)],s(540),this[s(510)][s(489)],s(509),((t,e)=>t||!!e)),this[s(499)](s(530)).to(e,s(483),(t=>!!t))}[cs(516)](){const t=cs;this[t(533)][t(516)]()}async[cs(531)](){const t=cs;this[t(503)]=!1,this[t(497)][t(531)](),await this[t(510)][t(531)](),super[t(531)]()}[cs(493)](){const t=cs,e=new qo(this[t(527)],this[t(524)],this[t(488)][t(496)]),n=e[t(489)];return e[t(499)](t(512)).to(this,t(542),this[t(511)],t(514),this[t(511)],t(541),this[t(511)],t(505),n,t(509),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(499)](t(481)).to(this,t(518),this[t(511)],t(525),this[t(511)],t(532),((e,n,o)=>{const s=t;let r;return r=s(o&&n?494:e?504:523),vo(this[s(527)],r)})),n[t(499)](t(517)).to(this,t(518),(e=>vo(this[t(527)],t(e?480:535)))),n.on(t(521),((e,n)=>{const o=t;this[o(484)](o(537),n),this[o(511)][o(532)]&&this[o(511)][o(525)]&&this[o(484)](o(522),this[o(511)].id),this[o(511)][o(485)]||this[o(484)](o(520))})),n.on(t(487),(()=>{this[t(516)]()})),n[t(499)](t(506)).to(this[t(511)],t(514)),n.on(t(487),(e=>{const n=t;0==this[n(518)]&&(this[n(484)](n(486)),e[n(491)]())})),this.on(t(529),((e,o,s)=>{const r=t;s||this[r(518)]||n[r(509)]||this[r(484)](r(486))})),e}}function hs(){const t=["isUnlinked","archivedAt","resolveCommentThread","894QXoAnr","ck-thread--","_boundFirstCommentView","ck-thread--unlinked","querySelector","locale","change:archivedAt","commentViews","3290418ZhqMnZ","_createResolveButton","element","cancelConfirm","tooltip","ck-comment--resolve","stop","add","check","isResolved","commentsListView","length","has","getTemplate","extendTemplate","562810Xfcjfq","resolveButton","actionBar","commentThreadChildren","576466MjANoc","listenTo","removeCommentThread","remove","9224HEFfLH","commentThreadInputView","ck-thread__container","530371LHRrMn","ck-thread","bindTemplate","ck-thread--active","get","117GskUMZ","execute","isSystemComment","high","icon","ck-thread--remove-confirmation","change:isActive","24AxFfld","showConfirm","3967288ANiGlF","isConfirm","_cancelAllConfirms","isReadOnly","commentThreadHeaderView","actionIndicator","isVisible","setTemplate","_model","createCollection","isEnabled","change:isReadOnly","Write a comment...","removeButton","Delete comment thread?","2zsGBKM","43400OwEwFO","then","isResolvable","ck-reset_all-excluded","unbind","Resolve","fire","_bindFirstCommentView",".ck-thread__container","addMany","containerElement","placeholder","div","set","1720fBhPIH","render","bind","label","isActive"];return(hs=function(){return t})()}const us=ds;function ds(t,e){const n=hs();return(ds=function(t,e){return n[t-=161]})(t,e)}!function(t,e){const n=ds,o=t();for(;;)try{if(566829===-parseInt(n(209))/1+parseInt(n(238))/2*(parseInt(n(183))/3)+-parseInt(n(206))/4*(-parseInt(n(167))/5)+parseInt(n(175))/6*(-parseInt(n(239))/7)+-parseInt(n(223))/8+-parseInt(n(214))/9*(-parseInt(n(198))/10)+parseInt(n(202))/11*(-parseInt(n(221))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hs);class ls extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=ds;super(t,e,n,o),this[s(201)]=this[s(232)](),this[s(201)][s(162)]([this[s(193)],this[s(207)]]),this[s(231)][s(173)]&&this[s(201)][s(190)](this[s(227)],0),this[s(231)].on(s(181),((t,e,n)=>{const o=s;n?this[o(201)][o(195)](this[o(227)])||this[o(201)][o(190)](this[o(227)],0):this[o(201)][o(205)](this[o(227)])})),this[s(166)](s(228),null),this[s(163)]=null,this[s(177)]=null,this[s(180)]=t,this[s(199)]=this[s(184)](),this[s(230)](this[s(196)]()),this.on(s(220),((t,e,n)=>{n||this[s(225)]()})),this[s(203)](this[s(231)],s(234),((t,e,n)=>{n&&this[s(225)]()})),this[s(194)]>0&&this[s(246)](),this[s(203)](this[s(193)][s(182)],s(190),(()=>{this[s(246)]()}))}[us(196)](){const t=us,e=this[t(211)];return{tag:t(165),attributes:{class:[t(210),t(242),e.if(t(171),t(212)),e.if(t(172),t(178)),e.if(t(224),t(219)),e.to(t(228),(e=>e?t(176)+e:""))],"data-thread-id":this[t(231)].id,tabindex:-1},children:[{tag:t(165),attributes:{class:t(208)},children:this[t(201)]}]}}[us(168)](){const t=us;super[t(168)](),this[t(163)]=this[t(185)][t(179)](t(161))}[us(225)](){const t=us;this[t(186)]();for(const e of this[t(193)][t(182)])e[t(186)]()}[us(246)](){const t=us,{locale:e}=this,n=this[t(193)][t(182)][t(213)](0);n===this[t(177)]||n[t(216)]||(this[t(177)]=n,this[t(243)](t(228)),this[t(169)](t(228)).to(n,t(228),(e=>t(205)===e?t(205):null)),n[t(164)]=vo(e,t(235)),n[t(236)].on(t(215),(n=>{const o=t;n[o(189)](),this[o(222)](vo(e,o(237)),this[o(163)])[o(240)]((()=>{const t=o;this[t(245)](t(204))}))}),{priority:t(217)}),n[t(200)][t(190)](this[t(199)],0))}[us(184)](){const e=us,n=new go.ButtonView(this[e(180)]);return n[e(170)]=vo(this[e(180)],e(244)),n[e(187)]=vo(this[e(180)],e(244)),n[e(218)]=t.icons[e(191)],n[e(197)]({attributes:{class:e(188)}}),n[e(169)](e(233)).to(this[e(231)],e(226),(t=>!t)),n[e(169)](e(229)).to(this[e(231)],e(241),this[e(231)],e(192),((t,e)=>t&&!e)),n.on(e(215),(()=>{const t=e;this[t(245)](t(174),this[t(231)].id)})),n}}var ms=ps;function ps(t,e){var n=gs();return(ps=function(t,e){return n[t-=452]})(t,e)}!function(t,e){for(var n=ps,o=t();;)try{if(774464===-parseInt(n(471))/1+parseInt(n(463))/2*(-parseInt(n(452))/3)+-parseInt(n(455))/4*(-parseInt(n(460))/5)+parseInt(n(470))/6*(-parseInt(n(457))/7)+parseInt(n(473))/8+-parseInt(n(467))/9+-parseInt(n(459))/10*(-parseInt(n(465))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gs);class fs extends go.View{constructor(t){var e=ps;super(t),this[e(456)](e(464),""),this[e(472)]({tag:e(454),attributes:{class:[e(461),e(458),e(453)]}})}[ms(466)](){var t=ms;super[t(466)](),this.on(t(468),((e,n,o)=>{var s=t;this[s(462)][s(469)]=o})),this[t(462)][t(469)]=this[t(464)]}}function gs(){var t=["11030598bDbPLy","change:content","innerHTML","121074LHvCNC","1088483AONMKh","setTemplate","5048EbANOI","2326509xzSuwo","ck-annotation__content","div","2431712owREsF","set","105WaACOr","ck-comment__content","95170VsKRkM","10ZxxyMd","ck-content","element","2PzEOBA","content","3410DUxcGF","render"];return(gs=function(){return t})()}const vs=ks;function ks(t,e){const n=ws();return(ks=function(t,e){return n[t-=191]})(t,e)}!function(t,e){const n=ks,o=t();for(;;)try{if(529333===parseInt(n(204))/1*(-parseInt(n(198))/2)+parseInt(n(238))/3*(-parseInt(n(226))/4)+parseInt(n(241))/5+parseInt(n(236))/6*(parseInt(n(215))/7)+parseInt(n(219))/8+-parseInt(n(207))/9*(parseInt(n(191))/10)+parseInt(n(206))/11*(parseInt(n(231))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ws);class bs extends go.View{constructor(t,e,n){const o=ks;super(t),this[o(208)]=e,this[o(242)]=n,this[o(194)]=!!this[o(242)][o(194)],this[o(230)](o(201),!1),this[o(230)](o(221),!0),this[o(218)]=this[o(199)](),this[o(218)][o(223)](this[o(228)]())}[vs(225)](){this[vs(221)]=!1}[vs(193)](){const t=vs;this[t(201)]||(this[t(221)]=!0)}[vs(214)](){const t=vs;this[t(227)][t(214)]()}async[vs(212)](){const t=vs;await this[t(218)][t(213)](0)[t(212)](),super[t(212)]()}[vs(237)](){const t=vs;this[t(201)]||(this[t(201)]=!0,this[t(218)][t(202)](0)[t(212)](),this[t(218)][t(223)](this[t(195)]()))}[vs(234)](){const t=vs;this[t(201)]&&(this[t(201)]=!1,this[t(218)][t(202)](0)[t(212)](),this[t(218)][t(223)](this[t(228)]()))}[vs(228)](){const t=vs,e=new fs(this[t(224)]);return e[t(203)](t(229)).to(this[t(208)],t(229),this,t(221),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(242)][t(235)]}):e)),e}[vs(195)](){const t=vs;this[t(242)][t(222)]||(this[t(242)][t(222)]={}),this[t(242)][t(222)][t(200)]=this[t(208)][t(229)];const e=new Uo(this[t(224)],this[t(242)][t(222)]);return e[t(209)]=this[t(208)][t(229)],e[t(203)](t(239)).to(this[t(208)],t(232)),e[t(197)]=vo(this[t(224)],t(196)),e.on(t(192),((e,n)=>{const o=t;this[o(210)](o(217),this[o(208)].id,n),this[o(234)](),this[o(214)]()})),e.on(t(211),(()=>{const e=t;this[e(234)](),this[e(214)]()})),e[t(240)](t(220),(()=>{e[t(214)]()})),e[t(233)](),e[t(205)](t(220)).to(this),e[t(205)](t(216)).to(this),e}}function ws(){const t=["destroy","get","focus","4617949zoSWno","editorDestroyed","updateComment","visibleView","4699072FUGMAM","editorReady","isCollapsed","editorConfig","add","locale","expand","3103576uFmnfQ","element","_createCommentContentView","content","set","6944244WTaJoY","isReadOnly","createEditor","switchToDisplayMode","maxCommentCharsWhenCollapsed","6qrzVXe","switchToEditMode","3cNeZXT","disabledSubmit","once","3764470uOALwl","_config","370UanoNa","submit","collapse","isSystemComment","_createCommentInputView","Save","submitLabel","8ocqhCo","createCollection","initialData","isEditMode","remove","bind","199138YpGJmk","delegate","11UmxiWz","116001HIwoji","_model","value","fire","cancel"];return(ws=function(){return t})()}const _s=ys;function Is(){const t=["formatDateTime","EXTERNAL_IMPORT_WORD_COMMENT","edit","ck-annotation__info-time","showConfirm","ck-comment__info-name","ck-comment__info","importWord","actionBar","fire","remove","Delete comment?","ck-comment__actions","isEditMode","items","112220DYrLBU","ck-annotation__content-wrapper","isSystemComment","setTemplate","placeholder","removeComment","actionIndicator","getUserViewNotificationText","author","threeVerticalDots","@external","change:isEnabled","ck-comment__actions--hidden","_model","279231HSfnQI","ck-annotation","panelView","_createCommentInputView","listenTo","isExternal","ck-comment","ck-annotation__info","32yujhSe","ck-annotation__actions--hidden","Show more items","_config","createCollection","then","change:isRemovable","ck-comment__user","ck-comment__external","mouseleave","addMany","1788ymULIV","ck-comment--remove-confirmation","div","ck-annotation__info-name","some","add","dropdown","length","EXTERNAL_IMPORT_WORD_AVATAR","cancelConfirm","1343421aZswKW","isRemovable","isConfirm","element","bind","ck-comment__wrapper","attributes","Edit","set","ck-comment--edit","_createRemoveButton","EXTERNAL_COMMENT","userView","source","blur","time","bindTemplate","isEditable","visibleView","extendTemplate","5719590Lluplv","panelPosition","icon","editButton","switchToEditMode","isVisible","locale","ck-annotation__main","resolvedAt","_createEditButton","name","render","ck-annotation__actions","ck-comment--","2833736kJrNUz","change:isVisible","getExternalCommentNote","ck-annotation__user","isReadOnly","ck-comment__main","EXTERNAL_AVATAR","16908HMhnTt","10717taiuRL","getTemplate","ck-comment--info","removeButton","authoredAt","label","pencil","children","creator","mouseenter","Remove","_attachActions","withText","focus","isEnabled","210gjbBor","buttonView","span","Reply...","ck-comment--remove","execute","_createDropdown","push","ck-comment__info-time"];return(Is=function(){return t})()}function ys(t,e){const n=Is();return(ys=function(t,e){return n[t-=483]})(t,e)}!function(t,e){const n=ys,o=t();for(;;)try{if(331148===parseInt(n(567))/1+parseInt(n(529))/2*(-parseInt(n(513))/3)+-parseInt(n(575))/4*(parseInt(n(553))/5)+-parseInt(n(586))/6*(-parseInt(n(514))/7)+-parseInt(n(506))/8+parseInt(n(596))/9+parseInt(n(492))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Is);class Cs extends((0,s.ConfirmMixin)(bs)){constructor(t,e,n){const o=ys;super(t,e,n),this[o(604)](o(559),null),this[o(604)](o(557),vo(t,o(532))),this[o(600)](o(518)).to(e),this[o(600)](o(500)).to(e),this[o(546)]=this[o(579)](),this[o(555)]||(this[o(495)]=this[o(501)](),this[o(517)]=this[o(606)](),this[o(552)]=this[o(579)](),this[o(552)][o(585)]([this[o(495)],this[o(517)]]),this[o(592)]=this[o(535)](),this[o(546)][o(591)](this[o(592)])),this[o(484)]=new s.UserView(t,e[o(561)],this[o(560)]()),this[o(484)][o(491)]({attributes:{class:[o(582),o(509)]}}),this[o(571)](e,o(581),(()=>this[o(595)]())),this[o(556)](this[o(515)]())}[_s(515)](){const t=_s,e=this[t(488)],n=[{tag:t(588),attributes:{class:[t(544),t(574)]},children:[{tag:t(531),children:[{text:this[t(484)][t(502)]}],attributes:{class:[t(543),t(589)]}},{tag:t(487),attributes:{datetime:e.to(t(518)),class:[t(537),t(541)]},children:[{text:e.to(t(518),(e=>this[t(578)][t(538)](e)))}]}]},{tag:t(588),attributes:{class:[t(550),t(504),e.if(t(551),t(565)),e.if(t(551),t(576))]},children:this[t(546)]},{tag:t(588),attributes:{class:[t(554)]},children:this[t(490)]}];return this[t(566)][t(572)]&&n[t(536)]({tag:t(588),attributes:{class:[t(583)]},children:[{text:this[t(508)]()}]}),{tag:"li",attributes:{class:[t(601),e.if(t(598),t(587))],tabindex:-1},children:[{tag:t(588),attributes:{class:[t(573),t(568),e.if(t(551),t(605)),e.if(t(555),t(516)),e.to(t(559),(e=>e?t(505)+e:""))],"data-author-id":this[t(566)][t(561)].id,"data-comment-id":this[t(566)].id},children:[this[t(484)],{tag:t(588),attributes:{class:[t(511),t(499)]},children:n}]}]}}[_s(501)](){const e=_s,n=new go.ButtonView(this[e(498)]);return n[e(519)]=vo(this[e(498)],e(603)),n[e(494)]=t.icons[e(520)],n[e(526)]=!0,n[e(491)]({attributes:{class:e(605)}}),n[e(600)](e(528)).to(this[e(566)],e(510),(t=>!t)),n[e(600)](e(497)).to(this[e(566)],e(489)),n.on(e(534),(()=>this[e(496)]())),n}[_s(606)](){const t=_s,e=new go.ButtonView(this[t(498)]);return e[t(519)]=vo(this[t(498)],t(524)),e[t(494)]='\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-2024, 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',e[t(526)]=!0,e[t(491)]({attributes:{class:t(533)}}),e[t(600)](t(528)).to(this[t(566)],t(510),(t=>!t)),e[t(600)](t(497)).to(this[t(566)],t(597)),e.on(t(534),(()=>{const e=t;this[e(542)](vo(this[e(498)],e(549)),this[e(599)])[e(580)]((()=>{const t=e;this[t(547)](t(558),this[t(566)].id)}))})),e}[_s(535)](){const e=_s,n=(0,go.createDropdown)(this[e(498)]),o=n[e(569)][e(521)],s=new go.ListView(this[e(498)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(498)]);i[r(521)][r(591)](t);const c=o>-1?o:s[r(552)][r(593)];s[r(552)][r(591)](i,c),n[r(571)](t,r(564),(()=>{const t=r;n[t(528)]=[...this[t(552)]][t(590)]((e=>e[t(528)]))})),n[r(571)](t,r(507),(()=>{const t=r;n[t(530)][t(497)]=[...this[t(552)]][t(590)]((e=>e[t(497)]))}))};n[e(493)]="sw",n[e(530)][e(604)]({label:vo(this[e(498)],e(577)),icon:t.icons[e(562)]}),n[e(528)]=[...this[e(552)]][e(590)]((t=>t[e(528)])),n[e(530)][e(497)]=[...this[e(552)]][e(590)]((t=>t[e(497)]));for(const t of this[e(552)])r(t);return o[e(591)](s),n[e(571)](this[e(552)],e(591),((t,e,n)=>{r(e,n)})),n[e(571)](this[e(552)],e(548),((t,n,o)=>{const r=e;s[r(552)][r(548)](o)})),n}[_s(525)](t,e){const n=_s,o=t&&t[n(599)];o&&(this[n(571)](o,n(523),(()=>this[n(559)]=e)),this[n(571)](o,n(527),(()=>this[n(559)]=e)),this[n(571)](o,n(584),(()=>this[n(559)]=null)),this[n(571)](o,n(486),(()=>this[n(559)]=null)))}[_s(570)](){const t=_s,e=super[t(570)]();return e[t(600)](t(557)).to(this),e}[_s(508)](){const t=_s;return t(545)===this[t(566)][t(602)][t(563)][t(485)]?vo(this[t(498)],t(539)):vo(this[t(498)],t(483))}[_s(560)](){const t=_s;return this[t(566)][t(572)]?t(545)===this[t(566)][t(602)][t(563)][t(485)]?vo(this[t(498)],t(594),this[t(566)][t(522)][t(502)]):vo(this[t(498)],t(512),this[t(566)][t(522)][t(502)]):null}[_s(503)](){const t=_s;super[t(503)](),this[t(525)](this[t(495)],t(540)),this[t(525)](this[t(517)],t(548))}}var As=n(673),Ts=n.n(As),Es=n(554),xs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Es.A,xs);Es.A.locals;var Os=n(306),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Os.A,Ms);Os.A.locals;var Rs=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,js);Rs.A.locals;const Vs=function(){return _.Date.now()};var Ns=/\s/;const Ss=function(t){for(var e=t.length;e--&&Ns.test(t.charAt(e)););return e};var Ds=/^\s+/;const Ps=function(t){return t?t.slice(0,Ss(t)+1).replace(Ds,""):t};var Ls=/^[-+]0x[0-9a-f]+$/i,Bs=/^0b[01]+$/i,zs=/^0o[0-7]+$/i,Us=parseInt;const Ks=function(t){if("number"==typeof t)return t;if(Un(t))return NaN;if(j(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=j(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=Bs.test(t);return n||zs.test(t)?Us(t.slice(2),n?2:8):Ls.test(t)?NaN:+t};var Fs=Math.max,Ws=Math.min;const Hs=function(t,e,n){var o,s,r,i,c,a,h=0,u=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-h>=r}function f(){var t=Vs();if(p(t))return g(t);c=setTimeout(f,function(t){var n=e-(t-a);return d?Ws(n,r-(t-h)):n}(t))}function g(t){return c=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=Vs(),n=p(t);if(o=arguments,s=this,a=t,n){if(void 0===c)return function(t){return h=t,c=setTimeout(f,e),u?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Ks(e)||0,j(n)&&(u=!!n.leading,r=(d="maxWait"in n)?Fs(Ks(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==c&&clearTimeout(c),h=0,o=a=s=c=void 0},v.flush=function(){return void 0===c?i:g(Vs())},v};const qs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return j(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Hs(t,e,{leading:o,maxWait:e,trailing:s})};function Zs(){const t=["characterData","96ysVVit","328524CzDmJS","21530HVimhz","1140195hNZKmx","969970AuWRiP","type","attributes","998854KTBEqc","14343EijVUu","528BhdYRu","class","cancel","observe","6052308oqCLfv","childList","9tTxOhs","2JnLHjz","354GlciIR","attributeName","disconnect"];return(Zs=function(){return t})()}function Xs(t,e){const n=Zs();return(Xs=function(t,e){return n[t-=189]})(t,e)}function Gs(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Xs;for(const o of t)(n(194)==o[n(193)]&&n(198)==o[n(206)]||n(202)==o[n(193)]||n(208)==o[n(193)])&&e()}));return{attach(t){n[Xs(200)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Xs;n[t(207)](),e[t(199)]()}}}!function(t,e){const n=Xs,o=t();for(;;)try{if(804299===-parseInt(n(195))/1*(-parseInt(n(204))/2)+parseInt(n(191))/3+-parseInt(n(201))/4+-parseInt(n(190))/5*(parseInt(n(205))/6)+parseInt(n(196))/7*(-parseInt(n(209))/8)+-parseInt(n(203))/9*(parseInt(n(192))/10)+parseInt(n(197))/11*(parseInt(n(189))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Zs);var Qs=n(438),Ys={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qs.A,Ys);Qs.A.locals;const Js=tr;function $s(){const t=["listenTo","set","destroy","ck-rounded-corners","fire","1810990vtQnJN","add","attach","63KADvPB","focus","content","Esc","mainView","_updateHeight","711488qUumup","1994286LAtwJn","_mutationObserver","2756474nvTScG","ck-annotation-wrapper--active","type","createCollection","targetRect","2192216PRZVNv","clientHeight","detach","504990TRoPjX","height","element","length","isDirty","setTemplate","569773tAjhCP","keystrokes","ck-annotation-wrapper","div","render","bindTemplate","focusTracker","clear","isActive","2ZfjVPG"];return($s=function(){return t})()}function tr(t,e){const n=$s();return(tr=function(t,e){return n[t-=351]})(t,e)}!function(t,e){const n=tr,o=t();for(;;)try{if(299640===-parseInt(n(370))/1*(-parseInt(n(379))/2)+parseInt(n(364))/3+parseInt(n(361))/4+parseInt(n(385))/5+-parseInt(n(354))/6+-parseInt(n(356))/7+parseInt(n(353))/8*(-parseInt(n(388))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}($s);class er extends go.View{constructor(t,n){const o=tr;super(t),this.id=(0,e.uid)(),this[o(376)]=new e.FocusTracker,this[o(371)]=new e.KeystrokeHandler,this[o(371)][o(381)](o(391),((t,e)=>this[o(384)](o(391),e))),this[o(381)](o(360),{top:0,right:0,bottom:0,left:0}),this[o(381)](o(365),0),this[o(381)](o(378),!1),this[o(381)](o(368),!1),this[o(381)](o(367),0),this[o(381)](o(358),""),this[o(355)]=Gs((()=>this[o(352)]())),this[o(390)]=this[o(359)](),this[o(390)][o(386)](n),this[o(351)]=n;const s=this[o(375)];this[o(369)]({tag:o(373),attributes:{class:["ck",o(372),o(383),s.if(o(378),o(357))],tabindex:-1},children:this[o(390)]})}[Js(374)](){const t=Js;super[t(374)](),this[t(376)][t(386)](this[t(366)]),this[t(371)][t(380)](this[t(366)]),this[t(355)][t(387)](this[t(366)])}[Js(382)](){const t=Js;this[t(390)][t(377)](),this[t(371)][t(382)](),this[t(376)][t(382)](),this[t(355)][t(363)](),super[t(382)]()}[Js(389)](){const t=Js;this[t(366)][t(389)]()}[Js(352)](){const t=Js,e=this[t(366)][t(362)];e&&(this[t(365)]=e)}}const nr=or;function or(t,e){const n=ir();return(or=function(t,e){return n[t-=480]})(t,e)}!function(t,e){const n=or,o=t();for(;;)try{if(409532===-parseInt(n(513))/1+-parseInt(n(519))/2+-parseInt(n(481))/3*(parseInt(n(493))/4)+parseInt(n(482))/5*(-parseInt(n(508))/6)+-parseInt(n(517))/7*(-parseInt(n(515))/8)+parseInt(n(525))/9*(-parseInt(n(495))/10)+-parseInt(n(486))/11*(-parseInt(n(510))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ir);class sr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=or;super(),this[r(488)]=t,this[r(488)][r(491)]||this[r(488)][r(502)](),this[r(501)]=o,this[r(498)]=n,sr[r(505)](this[r(521)]()),this[r(485)]=new e.Collection([this[r(488)][r(491)]],{idProperty:r(500)}),this[r(485)].on(r(497),((t,e)=>{const n=r;this[n(488)][n(489)][n(497)](e)})),this[r(485)].on(r(509),((t,e)=>{const n=r;this[n(488)][n(489)][n(509)](e)})),this[r(523)](r(494),s)}get[nr(518)](){const t=nr;return t(511)==typeof this[t(501)]?this[t(501)]():this[t(501)]}get[nr(490)](){const t=nr;return this[t(488)][t(507)]}get[nr(512)](){const t=nr,e=this[t(521)]();return sr[t(505)](e),e}get[nr(484)](){const t=nr,n=this[t(512)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(483)]((e=>function(e){const n=t;if(e[n(504)])return!0;return!!e[n(522)]()[n(503)](0)}(e)));return 0===o[t(480)]?null:new e.Rect(o[0][t(522)]()[t(503)](0))}get[nr(499)](){const t=nr;return this[t(488)][t(499)]}set[nr(499)](t){const e=nr;this[e(488)][e(499)]=t,this[e(488)][e(507)][e(499)]=t}[nr(496)](){const t=nr;this[t(488)][t(484)]=this[t(484)]}[nr(506)](){const t=nr;this[t(485)][t(516)](),this[t(485)][t(492)](),this[t(516)]()}[nr(514)](){const t=nr;this[t(494)]=!!this[t(484)]}static[nr(505)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(487)](t)&&t[n(524)]((t=>rr(t)))))throw new e.CKEditorError(n(526),null,{target:t})}[nr(521)](){const t=nr,e=t(511)==typeof this[t(498)]?this[t(498)]():this[t(498)];return rr(e)?[e]:e}}function rr(t){const e=nr;return null!==t&&e(527)==typeof t&&e(520)in t&&1===t[e(520)]}function ir(){const t=["annotation-invalid-target","object","length","1261947sZISZi","51860rCoopV","filter","targetRect","focusableElements","177034LaIdgd","isArray","view","focusTracker","innerView","element","clear","4GZlqoi","isVisible","5560djrCtb","updateTargetRect","add","_target","isActive","_id","_type","render","item","offsetParent","_assertCorrectTarget","destroy","mainView","282ohHRFQ","remove","1704idHGnm","function","target","459873xWngkS","refreshVisibility","8dkEpsf","stopListening","3099761xkNXNv","type","1132874oYRHPC","nodeType","_getNormalizedTarget","getClientRects","set","every","6219cbiDWo"];return(ir=function(){return t})()}const cr=ur;function ar(){const t=["targetRect","2540480JPODSf","top","focusableElements","_innerViewToAnnotation","remove","set","from","focus","has","sort","stopListening","_viewToAnnotation","290ZzEZJR","2406SOQxbj","284932mJPRtB","478161csrQcR","get","_sort","annotationcollection-duplicated-item","350669CgBXpy","length","isFocused","delete","_focusTracker","refreshPositioning","updateTargetRect","blur","view","add","annotationcollection-not-existing-item","innerView","getByInnerView","listenTo","fire","clear","getByView","change:isFocused","destroy","456sgCzPA","254874XqMnfY","_getOrderInContent","273798AieJkR","left","32ItvmCP","getIndex","91QRESMj","focusTracker"];return(ar=function(){return t})()}!function(t,e){const n=ur,o=t();for(;;)try{if(356695===parseInt(n(349))/1*(parseInt(n(374))/2)+-parseInt(n(375))/3+-parseInt(n(350))/4+parseInt(n(384))/5+parseInt(n(377))/6*(parseInt(n(381))/7)+parseInt(n(379))/8*(-parseInt(n(351))/9)+parseInt(n(348))/10*(-parseInt(n(355))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ar);class hr extends e.Collection{constructor(t=[]){const n=ur;super(),this[n(387)]=new Map,this[n(347)]=new Map,this[n(359)]=new e.FocusTracker,this[n(359)].on(n(372),((t,e,o)=>{const s=n;o||this[s(369)](s(362))}));for(const e of t)this[n(364)](e)}get[cr(357)](){const t=cr;return this[t(359)][t(357)]}[cr(364)](t){const n=cr;if(this[n(344)](t))throw new e.CKEditorError(n(354),null);this[n(387)][n(341)](t[n(366)],t),this[n(347)][n(341)](t[n(363)],t);for(const e of t[n(386)])this[n(359)][n(364)](e);this[n(368)](t[n(386)],n(364),((t,e)=>{const o=n;this[o(359)][o(364)](e)})),this[n(368)](t[n(386)],n(388),((t,e)=>{const o=n;this[o(359)][o(388)](e)})),this[n(368)](t[n(363)][n(382)],n(372),((e,o,s)=>{const r=n;s&&this[r(369)](r(343),t)})),t[n(361)]();const o=this[n(376)](t[n(363)][n(383)]);return super[n(364)](t,o)}[cr(388)](t){const n=cr;if(!this[n(344)](t))throw new e.CKEditorError(n(365),null);this[n(346)](t[n(363)][n(382)]),this[n(346)](t[n(386)]);for(const e of t[n(386)])this[n(359)][n(388)](e);return this[n(347)][n(358)](t[n(363)]),this[n(387)][n(358)](t[n(366)]),super[n(388)](t)}[cr(367)](t){const e=cr;return this[e(387)][e(352)](t)}[cr(371)](t){const e=cr;return this[e(347)][e(352)](t)}[cr(373)](){const t=cr;super[t(370)](),this[t(346)](),this[t(387)][t(370)](),this[t(347)][t(370)](),this[t(359)][t(373)]()}[cr(360)](){const t=cr;for(const e of this)e[t(361)]();this[t(353)]()}[cr(353)](){const t=cr,e=Array[t(342)](this)[t(345)](((e,n)=>dr(e[t(363)][t(383)],n[t(363)][t(383)])));for(let n=e[t(356)]-1;n>0;n--){const o=e[n];n!==this[t(380)](o)&&(this[t(388)](o),this[t(364)](o))}}[cr(376)](t){const e=cr;let n=0;if(!t)return this[e(356)];for(const o of this){const s=o[e(363)][e(383)];if(s){if(dr(t,s)<0)return n;n++}}return n}}function ur(t,e){const n=ar();return(ur=function(t,e){return n[t-=341]})(t,e)}function dr(t,e){const n=cr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(385)]-e[n(385)];return 0==o?t[n(378)]-e[n(378)]:o}const lr=mr;function mr(t,e){const n=fr();return(mr=function(t,e){return n[t-=433]})(t,e)}!function(t,e){const n=mr,o=t();for(;;)try{if(270004===-parseInt(n(452))/1*(parseInt(n(468))/2)+parseInt(n(453))/3+-parseInt(n(436))/4*(-parseInt(n(440))/5)+parseInt(n(448))/6+parseInt(n(445))/7*(parseInt(n(465))/8)+parseInt(n(438))/9*(parseInt(n(442))/10)+-parseInt(n(449))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(fr);class pr extends t.ContextPlugin{static get[lr(434)](){return lr(455)}constructor(t){const e=lr;super(t),this[e(457)]=new hr,this[e(447)]=new hr,this[e(446)](e(441),new Set),this[e(473)]()}[lr(451)](t){const e=lr;this[e(457)][e(451)](t)}[lr(466)](t){const e=lr;this[e(457)][e(466)](t),t[e(456)]()}[lr(470)](){const t=lr;for(const e of this[t(457)])e[t(470)]()}[lr(458)](){const t=lr;this[t(447)][t(458)]()}[lr(433)](t){const e=lr;return this[e(457)][e(433)](t)}[lr(437)](){const t=lr;this[t(469)](t(475))}[lr(456)](){const t=lr;for(const e of this[t(457)])e[t(456)]();this[t(447)][t(456)](),this[t(457)][t(456)](),super[t(456)]()}[lr(435)](t){const e=lr;this[e(469)](e(444),t)}[lr(472)](t){return new sr(t)}[lr(460)](t,e){return new er(t,e)}[lr(461)](t){const e=lr,n=new Set(this[e(441)]);n[e(451)](t),this[e(441)]=n}[lr(464)](t){const e=lr,n=new Set(this[e(441)]);n[e(471)](t),this[e(441)]=n}[lr(473)](){const t=lr,e=this[t(457)],n=this[t(447)];function o(e){const o=t,s=e[o(459)];s[o(439)]&&!n[o(462)](s)?n[o(451)](s):!s[o(439)]&&n[o(462)](s)&&n[o(466)](s),s[o(450)][o(454)][o(466)](s[o(450)][o(463)]),s[o(450)][o(454)][o(451)](s[o(450)][o(463)])}this[t(467)](e,t(451),((e,s)=>{const r=t;s[r(439)]&&n[r(451)](s),this[r(467)](s,r(443),o)})),this[t(467)](e,t(466),((e,s)=>{const r=t;n[r(462)](s)&&n[r(466)](s),this[r(474)](s,r(443),o)}))}}function fr(){const t=["_addActiveAnnotation","has","element","_removeActiveAnnotation","7000rpWffs","remove","listenTo","60790DMLAZf","fire","refreshVisibility","delete","createAnnotation","_bindAnnotationsToVisibleAnnotations","stopListening","_deactivateAllAnnotations","getByInnerView","pluginName","activate","7852RPBXHf","deactivateAll","43002RmxLAE","isVisible","325dzAePh","activeAnnotations","590vTKtuP","change:isVisible","_activateAnnotation","3367Rwqnnw","set","_visibleAnnotations","3172752TvaQVX","10485750XfjwJA","view","add","5hWgYOs","48195JvNVAO","focusTracker","Annotations","destroy","collection","refreshPositioning","source","createAnnotationView"];return(fr=function(){return t})()}const gr=kr;function vr(){const t=["_bindAnnotationToEditors","getEarlierVisibleRevision","getIndex","_getExternalAuthor","commentThreadInputView","commentsrepository-remove-comment-missing-comment-thread","update","_createNewComment","getCommentThread","comments.CommentThreadView","author","getUser","2740Ofknci","commentsrepository-invalid-comment-thread-id","config","getRevision","commentsrepository-invalid-comment-content","commentsrepository-missing-thread-and-adapter-method","has","getComment","addComment","toJSON","openNewCommentThread","getTime","catch","_permissions","change:_readOnlyChannels","change:activeAnnotations","commentsrepository-update-missing-comment","attachTo","editor","commentsrepository-update-comment-invalid-content","commentsrepository-invalid-commentid","_attachCommentThread","comments.CommentView","commentsrepository-remove-comment-internal-error","setPermissions","warn","body","commentId","add","commentsrepository-fetch-comment-thread","focusableElements","removeComment","isExternal","setActiveCommentThread","fetchCommentThread","_threadToController","submitCommentThread","bodyCollectionContainer","isAttached","map","fromCharCode","comments.editorConfig","commentsrepository-update-comment-thread-internal-error","_removeActiveAnnotation","17219376EehrKH","commentsrepository-update-comment-internal-error","reopenCommentThread","_detachCommentThread","commentsrepository-active-not-attached","commentsrepository-remove-missing-comment-thread","isActive","createdAt","commentsrepository-active-missing-comment-thread","activeCommentThread","delete","commentsrepository-remove-comment-thread-internal-error","commentsrepository-missing-comment-thread","commentsrepository-remove-missing-comment","setUnlinkedAt","pluginName","requires","updateCommentThread","_threads","forbiddenHandler","remove","_updateActiveAnnotation","isResolved","change:_permissions","modifyAll","commentsrepository-invalid-comment-authorid","PendingActions","_viewToController","getCommentThreads","CommentThreadView","resolve","removeAttribute","reopen","340VAKghO","creator","commentsrepository-duplicated-comment-thread-id","comments.maxCommentCharsWhenCollapsed","comments","_readOnlyChannels","textContent","_createCommentThreadView","_resolveCommentThread","switchReadOnly","getByInnerView","_isSubmitted","function","_submitCommentThread","_addComment","setContext","isEditable","focusTracker","highest","innerHTML","commentsrepository-add-comment-internal-error","type","8142846OHgCaV","_add","_unbindEditors","commentsrepository-adapter-already-set","_removeCommentThread","once","stopListening","setAttribute","_update","licenseKey","22UwXAyT","innerView","commentsrepository-missing-target","editorDestroyed","unlinkedAt","comments.maxCommentsWhenCollapsed","canComment","model","join","5661012cKAgOu","commentsrepository-get-comment-invalid-id","commentInputView","resolveCommentThread","authoredAt","refreshVisibility","context","_repository","resolvedAt","length","addCommentThread","_removeComment","hasCommentThread","assign","threadId","commentsrepository-reopen-comment-thread","focus","createElement","commentUpdated","destroy","editorReady","admin","write","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","_findOptimalIndex","addUser","getPermissions","submit","deactivateAll","_addCommentThread","channelId","_adapter","2640238mCcaAl","trim","div","commentsrepository-reopen-comment-thread-internal-error","commentsrepository-add-comment-thread-internal-error","afterInit","_updateComment","values","then","fire","comment","commentsrepository-update-comment-missing-comment-thread","resolvedBy","filter","22185KQoROC","8ruBppD","commentsrepository-resolved-comment-thread","8467186oMaWsg","plugins","isSubmitted","11255IYbgqt","isReadOnly","change:isDirty","define","from","max","isResolvable","isDirty","commentsrepository-attach-missing-comment-thread","content","_remove","weight","updateComment","removeCommentThread","commentsrepository-add-comment-user-not-exists","push","error","createCommentThreadController","authorName","_updateCommentThread","view","isFromAdapter","_isAttached","CommentView","attributes","adapter","change:authoredAt","commentsrepository-add-comment-to-missing-comment-thread","noChannel","@external","comments.maxThreadTotalWeight","CommentsRepository","get","1guzabv","find","locale","init","archivedAt","lowest","set","isRemovable","external:","comments.copyMarkers","_reopenCommentThread","bind","commentsrepository-resolve-comment-thread-internal-error","PENDING_ACTION_COMMENT_THREAD","string","isNaN","activate","_hasTargetInContent","listenTo","reduce"];return(vr=function(){return t})()}function kr(t,e){const n=vr();return(kr=function(t,e){return n[t-=152]})(t,e)}!function(t,e){const n=kr,o=t();for(;;)try{if(992429===parseInt(n(210))/1*(parseInt(n(157))/2)+-parseInt(n(360))/3+parseInt(n(242))/4*(-parseInt(n(177))/5)+parseInt(n(341))/6+-parseInt(n(174))/7*(parseInt(n(172))/8)+parseInt(n(171))/9*(parseInt(n(319))/10)+parseInt(n(351))/11*(parseInt(n(286))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(vr);const br=Symbol(gr(205)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class _r extends t.ContextPlugin{static get[gr(302)](){return[pr,t.PendingActions,s.Users]}static get[gr(301)](){return gr(208)}constructor(t){const e=gr;super(t),this[e(304)]=new Map,this[e(277)]=new Map,this[e(313)]=new Map,this[e(216)](e(324),new Set),this[e(216)](e(255),new Map),this[e(350)]=this[e(366)][e(244)][e(209)](e(350));const n=this[e(366)][e(244)];n[e(180)](e(356),2),n[e(180)](e(207),500),n[e(180)](e(322),140),n[e(180)](e(239),ls),n[e(180)](e(264),Cs),n[e(209)](e(283))||console[e(267)](e(383))}[gr(213)](){const t=gr,e=this[t(366)][t(175)][t(209)](pr);this[t(216)](t(295),null),this.on(t(370),((e,n)=>this[t(154)](n))),this.on(t(278),((e,n)=>this[t(332)](n))),this.on(t(363),((e,n)=>this[t(327)](n))),this.on(t(363),((e,n)=>this[t(307)](n)),{priority:t(215)}),this.on(t(288),((e,n)=>this[t(220)](n))),this.on(t(288),((e,n)=>this[t(307)](n)),{priority:t(215)}),this.on(t(190),((e,n)=>this[t(345)](n))),this.on(t(303),((e,n)=>this[t(196)](n))),this.on(t(303),((e,n)=>this[t(307)](n)),{priority:t(215)}),this.on(t(250),((e,n)=>this[t(333)](n))),this.on(t(189),((e,n)=>this[t(163)](n))),this.on(t(273),((e,n)=>this[t(371)](n))),this.on(t(250),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(238)](n),i=r&&this[s(277)][s(209)](r);i&&i[s(197)][s(376)]()}),{priority:t(215)}),this[t(228)](e,t(257),((e,n,o)=>{const s=t,r=Array[s(181)](o)[s(281)]((t=>this[s(313)][s(209)](t[s(352)])))[s(170)](Boolean)[0];this[s(295)]=r?r[s(358)]:null}))}[gr(162)](){!function(e){function n(t){const e=kr;return t[e(281)]((t=>String[e(282)](t)))[e(359)]("")}(e=>{const o=kr;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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 r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,c=16;const a=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=a[n([108,101,110,103,116,104])]/4,r=d(a);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let c,l=0,m=o;for(;m<e;){c=r[o-1],r[0]^=s[n([83])][c>>16&255]<<24^s[n([83])][c>>8&255]<<16^s[n([83])][255&c]<<8^s[n([83])][c>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];c=r[o/2-1],r[o/2]^=s[n([83])][255&c]^s[n([83])][c>>8&255]<<8^s[n([83])][c>>16&255]<<16^s[n([83])][c>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,a,d=0;for(;d<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[d],u[t-i][a]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)c=u[e][t],u[e][t]=s[n([85,49])][c>>24&255]^s[n([85,50])][c>>16&255]^s[n([85,51])][c>>8&255]^s[n([85,52])][255&c]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===c&&(i=m(r),c=0,l(r)),t[e]^=i[c++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let c;for(let t=0;t<4;t++)c=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^c>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^c>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^c>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^c);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const a=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,84,97,103,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,84,97,103,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,84,97,103,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],c=i[2]*r[2];function a(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=I,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=I,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=I,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=I)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=kr;if(C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const s=A(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=s[o(245)](0),i=s[o(231)](r[n([105,100])]);A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],i?i[n([105,100])]:null,1)[o(165)]((()=>e()))}}))}C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=c),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=kr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(225)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&a(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const c=function(){let t=i[6]*r[8]*r[6];return C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{a(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),c);const h=A(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=kr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(225)](Number(e))&&window[e]===c)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(366)]:e[o(260)],l=n([52,48,52,56,49,50,49,54]),m=n([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]),p=d[o(244)][o(209)](n([108,105,99,101,110,115,101,75,101,121])),f=a[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!C(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&a[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(305)]&&s[t[e(305)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((s,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=I}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function I(){return null}function y(){return!window[n([68,114,117,112,97,108])]||!C(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>C(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=c(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[gr(202)](t){const n=gr;if(this[n(156)])throw new e.CKEditorError(n(344));this[n(156)]=t}get[gr(202)](){return this[gr(156)]}[gr(370)]({channelId:t=br,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=gr;return this[m(166)](Cr(m(370),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(238)](n)}[gr(252)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(324)][i(248)](t)||this[i(324)][i(248)](void 0))return null;if(!o)throw new e.CKEditorError(i(353));const c=this[i(370)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(277)][i(209)](c),h=a[i(197)][i(234)][i(362)],u=this[i(366)][i(175)][i(209)](pr),d=u[i(329)](a[i(197)]);return u[i(226)](d),h[i(346)](i(380),(()=>h[i(376)]())),c}[gr(372)](t){const n=gr;if(n(224)!=typeof t)throw new e.CKEditorError(n(243));return this[n(304)][n(248)](t)}[gr(303)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(166)](Cr(i(303),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(238)](e)}[gr(238)](t){const n=gr;if(n(224)!=typeof t)throw new e.CKEditorError(n(243));return this[n(304)][n(209)](t)}[gr(276)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(238)](n);if(s)return Promise[o(316)](s);if(!this[o(202)])return Promise[o(316)](void 0);if(o(331)!=typeof this[o(202)][o(238)])throw new e.CKEditorError(o(247),this[o(366)]);return this[o(202)][o(238)]({channelId:t,threadId:n})[o(165)]((e=>this[o(372)](n)?this[o(238)](n):e?this[o(370)](Object[o(373)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(254)]((t=>{const n=o;throw console[n(193)](t),new e.CKEditorError(n(271),this[n(366)])}))}[gr(314)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(304)][s(164)]())t&&o[s(155)]!==t||e&&!o[s(280)]||n&&0===o[s(369)]||r[s(192)](o);return o?r[s(281)]((t=>t[s(251)]())):r}[gr(275)](t){const n=gr,o=this[n(366)][n(175)][n(209)](pr);if(!t)return void(this[n(295)]&&o[n(153)]());const s=this[n(238)](t);if(!s)throw new e.CKEditorError(n(294),null,{threadId:t});if(!this[n(277)][n(248)](s))throw new e.CKEditorError(n(290),null,{threadId:t});const r=o[n(329)](this[n(277)][n(209)](s)[n(197)]);o[n(226)](r)}[gr(328)](t,e){const n=gr;t?this[n(324)][n(270)](e):this[n(324)][n(296)](e),this[n(166)](n(256),n(324),this[n(324)],this[n(324)])}[gr(178)](t){const e=gr;return this[e(324)][e(248)](t)||this[e(324)][e(248)](void 0)}[gr(194)](t,e){return new po(t,e)}[gr(266)](t,e=br){const n=gr;this[n(255)][n(216)](e,t),this[n(166)](n(309),n(255),this[n(255)],this[n(255)])}[gr(386)](t=br){const e=gr;return this[e(255)][e(248)](t)?this[e(255)][e(209)](t):wr}[gr(154)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=gr;if(p(224)!=typeof n)throw new e.CKEditorError(p(243),null,{threadId:n});if(this[p(372)](n))throw new e.CKEditorError(p(321),null,{threadId:n});const f=new Ir(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(366)][p(175)][p(209)](s.Users)[p(241)](c):null,isResolvable:l,isSubmitted:m||d});this[p(304)][p(216)](n,f);for(const t of o)f[p(342)](this[p(237)]({threadId:n,...t}));return a&&f[p(259)](a),d||!f[p(369)]?Promise[p(316)]():this[p(332)]({channelId:t,threadId:n})}[gr(332)]({channelId:t,threadId:n}){const o=gr;if(!this[o(372)](n))throw new e.CKEditorError(o(298),this);const s=this[o(238)](n);if(s[o(330)]=!0,!this[o(202)]||o(331)!=typeof this[o(202)][o(370)])return Promise[o(316)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,d=this[o(366)][o(175)][o(209)](o(312)),l=d[o(270)](vo(this[o(366)][o(212)],o(223)));return this[o(202)][o(370)]({channelId:t,threadId:r,comments:i[o(281)]((t=>t[o(251)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(165)]((({comments:e})=>{const s=o;d[s(306)](l);for(const o of e)this[s(163)]({channelId:t,threadId:n,commentId:o[s(269)],createdAt:o[s(293)],isFromAdapter:!0})}))[o(254)]((t=>{const n=o;throw console[n(193)](t),new e.CKEditorError(n(161),this)}))}[gr(263)]({threadId:t,target:n}){const o=gr,s=this[o(238)](t);if(!s)throw new e.CKEditorError(o(185),this);const r=this[o(366)][o(175)][o(209)](o(312)),i=this[o(366)][o(175)][o(209)](pr),c=this[o(326)](s),a=new po(s,c);let h=null;c.on(o(179),((t,e,n)=>{const s=o;n?h=r[s(270)](vo(this[s(366)][s(212)],s(223))):h&&(r[s(306)](h),h=null)})),this[o(277)][o(216)](s,a),this[o(313)][o(216)](c,a);const u=new er(this[o(366)][o(212)],c);u[o(221)](o(369)).to(c),u[o(221)](o(184)).to(c,o(184),c,o(369),((t,e)=>t||!e)),u[o(221)](o(292)).to(c),u[o(340)]=o(167);const d=new sr({view:u,target:n,type:o(167),isVisible:!s[o(308)]});return this[o(230)](c,d),i[o(270)](d),d}[gr(230)](e,n){const o=gr;this[o(228)](e,o(380),((e,s)=>{const r=o,i=s.ui[r(197)][r(268)][r(279)];n[r(272)][r(270)](i),this[r(366)]instanceof t.Editor&&this[r(366)].ui[r(336)][r(270)](i)}),{priority:o(337)}),this[o(228)](e,o(354),((e,s)=>{const r=o,i=s.ui[r(197)][r(268)][r(279)];n[r(272)][r(248)](i)&&n[r(272)][r(306)](i),this[r(366)]instanceof t.Editor&&this[r(366)].ui[r(336)][r(306)](i)}))}[gr(343)](t){const e=gr;this[e(347)](t,e(380)),this[e(347)](t,e(354))}[gr(326)](t){const e=gr,n=this[e(366)][e(175)][e(209)](s.Users),{config:o,locale:r}=this[e(366)],i=(0,s.getDateTimeFormatter)(o[e(209)](e(212)));return new(0,o[e(209)](e(323))[e(315)])(r,t,n.me,{editorConfig:{...o[e(209)](e(283)),licenseKey:this[e(366)][e(244)][e(209)](e(350))},copyMarkers:o[e(209)](e(219)),maxCommentsWhenCollapsed:o[e(209)](e(356)),maxThreadTotalWeight:o[e(209)](e(207)),maxCommentCharsWhenCollapsed:o[e(209)](e(322)),formatDateTime:i,CommentView:o[e(209)](e(323))[e(200)]})}[gr(327)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(372)](t))throw new e.CKEditorError(c(298),null,{threadId:t});const a=this[c(238)](t);if(a[c(308)])throw new e.CKEditorError(c(173),null,{threadId:t});const h=this[c(366)][c(175)][c(209)](s.Users);if(a[c(169)]=h[c(241)](r),a[c(368)]=o,i||!this[c(202)]||c(331)!=typeof this[c(202)][c(363)])return Promise[c(316)]();const u=this[c(366)][c(175)][c(209)](c(312)),d=u[c(270)](vo(this[c(366)][c(212)],c(223)));return this[c(202)][c(363)]({channelId:n,threadId:t})[c(165)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(306)](d),a[n(169)].id!==e&&(a[n(169)]=h[n(241)](e)),a[n(368)]=t}))[c(254)]((t=>{const n=c;throw console[n(193)](t),new e.CKEditorError(n(222),this)}))}[gr(220)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(372)](t))throw new e.CKEditorError(s(298),null,{threadId:t});const r=this[s(238)](t);if(!r[s(308)])throw new e.CKEditorError(s(375),null,{threadId:t});if(r[s(169)]=null,r[s(368)]=null,o||!this[s(202)]||s(331)!=typeof this[s(202)][s(288)])return Promise[s(316)]();const i=this[s(366)][s(175)][s(209)](s(312)),c=i[s(270)](vo(this[s(366)][s(212)],s(223)));return this[s(202)][s(288)]({channelId:n,threadId:t})[s(165)]((()=>i[s(306)](c)))[s(254)]((t=>{const n=s;throw console[n(193)](t),new e.CKEditorError(n(160),this)}))}[gr(345)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(238)](t);if(!s)throw new e.CKEditorError(o(291),this);if(this[o(289)](t),this[o(304)][o(296)](t),!s[o(176)]||n||!this[o(202)]||o(331)!=typeof this[o(202)][o(190)])return Promise[o(316)]();const r=this[o(366)][o(175)][o(209)](o(312)),{channelId:i}=s,c=r[o(270)](vo(this[o(366)][o(212)],o(223)));return this[o(202)][o(190)]({channelId:i,threadId:t})[o(165)]((()=>r[o(306)](c)))[o(254)]((t=>{const n=o;throw console[n(193)](t),new e.CKEditorError(n(297),this)}))}[gr(196)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(224)!=typeof t)throw new e.CKEditorError(i(243),null,{threadId:t});if(!this[i(372)](t))throw new e.CKEditorError(i(298),null,{threadId:t});const c=this[i(238)](t);let a=!1;if(void 0!==o&&c[i(366)]!==o&&(c[i(366)]=o,a=!0),void 0!==n&&c[i(355)]!==n&&(c[i(355)]=n,a=!0),s&&!We(s,c[i(201)])&&(c[i(201)]=s,a=!0),!a)return Promise[i(316)]();if(!c[i(176)]||r||!this[i(202)]||i(331)!=typeof this[i(202)][i(303)])return Promise[i(316)]();const h=this[i(366)][i(175)][i(209)](i(312)),{channelId:u}=c,d=h[i(270)](vo(this[i(366)][i(212)],i(223)));return this[i(202)][i(303)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(165)]((()=>h[i(306)](d)))[i(254)]((t=>{const n=i;throw console[n(193)](t),new e.CKEditorError(n(284),this)}))}[gr(289)](t){const e=gr,n=this[e(366)][e(175)][e(209)](pr),o=this[e(238)](t);if(this[e(277)][e(248)](o)){const t=this[e(277)][e(209)](o),s=t[e(197)],r=n[e(329)](s);this[e(277)][e(296)](o),this[e(313)][e(296)](s),r&&n[e(306)](r),t[e(379)](),s[e(379)]()[e(165)]((()=>{this[e(343)](s)}))}}[gr(307)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(366)][n(175)][n(209)](pr),r=this[n(238)](t);if(this[n(277)][n(248)](r)){const t=this[n(277)][n(209)](r)[n(197)],e=s[n(329)](t);e&&(o&&s[n(285)](e),e[n(365)]())}}[gr(233)](t){const e=gr,n=this[e(366)][e(175)][e(209)](s.Users),o=(0,s.hashObject)(e(218)+t);return n[e(241)](o)||n[e(385)]({id:o,name:t})}[gr(237)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(224)!=typeof n)throw new e.CKEditorError(a(262));if(a(224)!=typeof r)throw new e.CKEditorError(a(311));if(a(224)!=typeof o||!o[a(158)]())throw new e.CKEditorError(a(246));const h=this[a(366)][a(175)][a(209)](s.Users)[a(241)](r);if(!h)throw new e.CKEditorError(a(191),null,{authorId:r});let u=null,d=i;return c&&c[a(206)]&&(u=this[a(233)](c[a(206)][a(195)]),d=new Date(c[a(206)][a(293)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:c})}[gr(333)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(238)](t[n(374)]);if(!c)throw new e.CKEditorError(n(204),this);const a=this[n(237)](t),{id:h}=a;if(c[n(342)](a),i||!this[n(202)]||n(331)!=typeof this[n(202)][n(250)]||!c[n(176)])return Promise[n(316)]();const u=this[n(366)][n(175)][n(209)](n(312)),{channelId:d}=c,l=u[n(270)](vo(this[n(366)][n(212)],n(223)));return r||(r={}),this[n(202)][n(250)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(165)]((t=>{const e=n;u[e(306)](l),t&&this[e(163)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(293)],isFromAdapter:!0})}))[n(254)]((t=>{const o=n;throw console[o(193)](t),new e.CKEditorError(o(339),this)}))}[gr(163)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(224)!=typeof o||!o[c(158)]()[c(369)]))throw new e.CKEditorError(c(261));const a=this[c(238)](t),h=a[c(249)](n);if(!h)throw new e.CKEditorError(c(258),this);let u=!1;if(o&&o!==h[c(186)]&&(h[c(335)]||i)&&(h[c(186)]=o,u=!0),s&&s!==h[c(293)]&&(h[c(293)]=s,h[c(201)]&&h[c(201)][c(206)]||(h[c(364)]=s),u=!0),r&&!We(r,h[c(201)])&&(h[c(201)]=r,u=!0),!u)return Promise[c(316)]();if(a[c(166)](c(378)),i||!this[c(202)]||c(331)!=typeof this[c(202)][c(189)])return Promise[c(316)]();const d=this[c(366)][c(175)][c(209)](c(312)),{channelId:l}=this[c(238)](h[c(374)]),m=d[c(270)](vo(this[c(366)][c(212)],c(223)));return this[c(202)][c(189)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[c(165)]((()=>d[c(306)](m)))[c(254)]((t=>{const n=c;throw console[n(193)](t),new e.CKEditorError(n(287),this)}))}[gr(371)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(238)](t),i=r[s(249)](n);if(!i)throw new e.CKEditorError(s(299),this);if(r[s(187)](i),o||!this[s(202)]||s(331)!=typeof this[s(202)][s(273)])return Promise[s(316)]();const c=this[s(366)][s(175)][s(209)](s(312)),{channelId:a}=r,h=c[s(270)](vo(this[s(366)][s(212)],s(223)));return this[s(202)][s(273)]({channelId:a,threadId:t,commentId:n})[s(165)]((()=>c[s(306)](h)))[s(254)]((t=>{const n=s;throw console[n(193)](t),new e.CKEditorError(n(265),this)}))}}class Ir extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(183)];this[o(155)]=n[o(155)],this.id=n.id,this[o(323)]=new e.Collection,this[o(367)]=t,this[o(199)]=!1,this[o(330)]=n[o(176)],this[o(216)](o(227),!0),this[o(221)](o(178)).to(t,o(255),t,o(324),(()=>t[o(178)](this[o(155)]))),this[o(221)](o(217)).to(t,o(255),(()=>t[o(386)](this[o(155)])[o(381)])),this[o(221)](o(357)).to(t,o(255),(()=>{const e=o,n=t[e(386)](this[e(155)]);return n[e(382)]||n[e(381)]})),this[o(221)](o(183)).to(t,o(255),(()=>s&&t[o(386)](this[o(155)])[o(316)])),this[o(216)](o(366),n[o(366)]),this[o(221)](o(214)).to(this,o(368),this,o(355),((t,e)=>t?e?t<e?t:e:t:e)),this[o(216)](o(355),n[o(355)]||null),this[o(216)](o(368),n[o(368)]||null),this[o(216)](o(169),n[o(169)]||null),this[o(221)](o(308)).to(this,o(368),(t=>!!t)),this[o(216)](o(201),n[o(201)]||{})}get[gr(188)](){const t=gr;return Array[t(181)](this[t(323)])[t(229)](((e,n)=>e+n[t(188)]),0)}get[gr(369)](){const t=gr;return this[t(323)][t(369)]}get[gr(280)](){return this[gr(199)]}get[gr(176)](){return this[gr(330)]}[gr(152)](){const t=gr,{channelId:e,id:n}=this;this[t(367)][t(166)](Cr(t(278),e),{channelId:e,threadId:n})}[gr(300)](t){this[gr(349)]({unlinkedAt:t})}[gr(316)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(367)][o(366)][o(175)][o(209)](s.Users).me,{channelId:i,id:c}=this;this[o(367)][o(166)](Cr(o(363),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(318)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(367)][e(166)](Cr(e(288),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(334)](t){const e=gr;this[e(366)]||this[e(349)]({context:t})}[gr(348)](t,e){const n=gr,o=zn(this[n(201)]);so(o,t,e),this[n(349)]({attributes:o})}[gr(317)](t){const e=gr,n=zn(this[e(201)]);uo(n,t),this[e(349)]({attributes:n})}[gr(306)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(367)][e(166)](Cr(e(190),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(259)](t){const e=gr;return this[e(367)][e(263)]({threadId:this.id,target:t})}[gr(250)](t){const e=gr,{channelId:n,id:o}=this;this[e(367)][e(166)](Cr(e(250),n,o),Object[e(373)]({channelId:n,threadId:o},t))}[gr(249)](t){const n=gr;if(n(224)!=typeof t)throw new e.CKEditorError(n(361),null,{commentId:t});return this[n(323)][n(209)](t)}[gr(251)](){const t=gr;return{threadId:this.id,context:this[t(366)],unlinkedAt:this[t(355)],resolvedAt:this[t(368)],resolvedBy:this[t(169)]?this[t(169)].id:null,archivedAt:this[t(214)],comments:this[t(323)][t(281)]((e=>e[t(251)]())),attributes:this[t(201)]}}[gr(342)](t){const e=gr;return this[e(228)](t,e(203),(()=>{const n=e,o=this[n(384)](t),s=this[n(323)];o-1!=s[n(232)](t)&&o+1!=s[n(232)](t)&&(this[n(187)](t),this[n(342)](t))})),this[e(323)][e(270)](t,this[e(384)](t))}[gr(349)](t){const e=gr,{channelId:n,id:o}=this;this[e(367)][e(166)](Cr(e(303),n),{...t,channelId:n,threadId:o})}[gr(187)](t){const e=gr;return this[e(347)](t),t[e(379)](),this[e(323)][e(306)](t)}[gr(384)](t){const e=gr,n=this[e(323)][e(211)]((n=>new Date(n[e(364)])[e(253)]()>new Date(t[e(364)])[e(253)]()));return n?this[e(323)][e(232)](n):this[e(369)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(366)][n(175)][n(209)](s.Users).me,r=t[n(238)](e[n(374)]),i=0===r[n(323)][n(369)],c=o===e[n(240)];this.id=e.id,this[n(374)]=e[n(374)],this[n(240)]=e[n(240)],this[n(320)]=e[n(320)],this[n(274)]=Boolean(e[n(201)]&&e[n(201)][n(206)]),this[n(216)](n(186),e[n(186)]),this[n(293)]=e[n(293)]||new Date,this[n(216)](n(364),e[n(364)]||new Date),this[n(221)](n(368)).to(r,n(368)),this[n(216)](n(201),e[n(201)]||{}),this[n(221)](n(335)).to(t,n(255),(()=>{const e=n,o=t[e(386)](r[e(155)])[e(382)],s=t[e(386)](r[e(155)])[e(310)];return c&&o||!c&&s})),this[n(221)](n(217)).to(r,n(217),t,n(255),(e=>{const o=n,s=t[o(386)](r[o(155)])[o(382)],a=t[o(386)](r[o(155)])[o(310)];return c&&s||e&&i||!c&&a&&!i})),this[n(221)](n(178)).to(r,n(178)),this[n(367)]=t}get[gr(188)](){const t=gr;return Math[t(182)](function(e){const n=t,o=document[n(377)](n(159));return o[n(338)]=e,o[n(325)][n(369)]}(this[t(186)]),200)}[gr(236)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(367)][n(372)](o))throw new e.CKEditorError(n(168),this);const{channelId:r}=this[n(367)][n(238)](o);this[n(367)][n(166)](Cr(n(189),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(348)](t,e){const n=gr,o=zn(this[n(201)]);so(o,t,e),this[n(236)]({attributes:o})}[gr(317)](t){const e=gr,n=zn(this[e(201)]);uo(n,t),this[e(236)]({attributes:n})}[gr(306)](t={}){const n=gr;if(!t[n(198)]&&!this[n(217)])return;const{threadId:o,id:s}=this;if(!this[n(367)][n(372)](o))throw new e.CKEditorError(n(235),this);const{channelId:r}=this[n(367)][n(238)](o);this[n(367)][n(166)](Cr(n(273),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(251)](){const t=gr;return{commentId:this.id,content:this[t(186)],createdAt:this[t(293)],authorId:this[t(320)].id,attributes:this[t(201)]}}[gr(379)](){this[gr(347)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Ar=Er;function Tr(){const t=["809892VJzbEQ","model","$textProxy","isEnabled","isObject","schema","2363965DTeJbe","addMarker","change","refresh","execute","3962508aUTAuV","15235848HTNPvh","element","6470114VzvZAx","187923xQmwnR","item","2362920mWEutt","comment:","push","_hasContent","getLastMatchingPosition","selection","_trimToContent","getItems","12UQtPEs","tableCell","createRange","start","_itemIsContent","end","document","getRanges","editor","substr","backward"];return(Tr=function(){return t})()}function Er(t,e){const n=Tr();return(Er=function(t,e){return n[t-=299]})(t,e)}!function(t,e){const n=Er,o=t();for(;;)try{if(591011===parseInt(n(316))/1+-parseInt(n(333))/2+-parseInt(n(331))/3+parseInt(n(327))/4+parseInt(n(322))/5*(-parseInt(n(305))/6)+-parseInt(n(330))/7+parseInt(n(328))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Tr);class xr extends t.Command{[Ar(325)](){const t=Ar,e=this[t(313)][t(317)][t(311)][t(302)];for(const n of e[t(312)]())if(this[t(300)](n))return void(this[t(319)]=!0);this[t(319)]=!1}[Ar(326)]({threadId:t=(0,e.uid)()}={}){const n=Ar,o=this[n(313)][n(317)],s=[];for(const t of o[n(311)][n(302)][n(312)]())this[n(300)](t)&&s[n(299)](this[n(303)](t));o[n(324)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(314)](1,5),i=r(334)+t+":"+s;o[r(323)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Ar(300)](t){const e=Ar;for(const n of t[e(304)]())if(this[e(309)](n))return!0;return!1}[Ar(309)](t){const e=Ar;return t.is(e(318))||this[e(313)][e(317)][e(321)][e(320)](t)&&!t.is(e(329),e(306))}[Ar(303)](t){const e=Ar,n=t=>!this[e(309)](t[e(332)]),o=t[e(308)][e(301)](n),s=t[e(310)][e(301)](n,{direction:e(315)});return this[e(313)][e(317)][e(307)](o,s)}}function Or(t,e){const n=Rr();return(Or=function(t,e){return n[t-=322]})(t,e)}const Mr=Or;function Rr(){const t=["remove","has","document","init","editing","containsRange","4903350iNspsH","view","8284712sudaCk","refreshSelectedViews","range","getRanges","getByInnerView","requires","addSourceCollector","registerAnnotation","from","refresh","_editorAnnotationsData","push","getOrderedSelectedAnnotations","sort","change:range","editorannotations-invalid-source-callback","update","focusTracker","isCollapsed","9kfukWI","1665407qlAuXp","plugins","delete","_dataCollectors","fire","hasDomSelection","listenTo","isReadOnly","blur","function","_editorAnnotations","add","5584865AAGPlw","selection","map","annotation","set","collection","cancel","isEqual","10624635QYOTNk","1310516vLWepO","element","directChange","uiUpdate","pluginName","editor","innerView","448058NDEQAD","model","change:isFocused","EditorAnnotations","get"];return(Rr=function(){return t})()}!function(t,e){const n=Or,o=t();for(;;)try{if(843277===-parseInt(n(356))/1+parseInt(n(323))/2*(-parseInt(n(355))/3)+parseInt(n(377))/4+parseInt(n(368))/5+-parseInt(n(334))/6+parseInt(n(376))/7+parseInt(n(336))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Rr);class jr extends t.Plugin{static get[Mr(341)](){return[pr]}static get[Mr(381)](){return Mr(326)}constructor(t){const e=Mr;super(t),this[e(359)]=new Set,this[e(366)]=new Set}[Mr(331)](){const t=Mr,e=this[t(382)],n=e[t(324)][t(330)][t(369)],o=Hs((()=>this[t(337)]()),10);n.on(t(350),((e,n)=>{const s=t;n[s(379)]&&(o[s(374)](),this[s(337)]())})),this[t(362)](e[t(332)][t(335)][t(330)],t(325),((t,e,n)=>{n&&o()})),this[t(362)](e.ui[t(353)],t(325),((n,o,s)=>{const r=t;s||e[r(363)]||this[r(360)](r(364),{isAnnotationTracked:t=>this[r(346)][r(329)](t[r(322)])})})),this[t(362)](this[t(382)].ui,t(352),(()=>this[t(360)](t(380))))}[Mr(343)](t){const e=Mr;if(this[e(366)][e(329)](t[e(335)]))return;this[e(366)][e(367)](t[e(335)]),this[e(382)].ui[e(353)][e(367)](t[e(335)][e(378)]);const n=this[e(382)][e(357)][e(327)](pr);this[e(362)](n[e(373)],e(328),((t,n)=>{const o=e;this[o(382)].ui[o(353)][o(328)](n[o(335)][o(378)]),this[o(366)][o(358)](n[o(335)])}))}[Mr(361)](){const t=Mr;return this[t(382)][t(332)][t(335)][t(361)]}[Mr(342)](t){const n=Mr;if(n(365)!=typeof t)throw new e.CKEditorError(n(351));this[n(359)][n(367)](t)}[Mr(337)](){const t=Mr;this[t(360)](t(345))}[Mr(348)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(382)][n(324)][n(330)][n(369)],r=Array[n(344)](s[n(339)]());for(const[t,s]of this[n(346)]){const r=i(s),c=e[n(340)](t);r&&c&&o[n(347)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(333)](t,!s[e(354)]))return n;return null}return o[n(349)](((e,o)=>{const s=n,r=e[s(338)],i=o[s(338)];if(!r[s(375)](i)){if(r[s(333)](i,!0))return 1;if(i[s(333)](r,!0))return-1}return e[s(371)]==t?-1:o[s(371)]==t?1:0}))[n(370)]((t=>t[n(371)]))}get[Mr(346)](){const t=Mr,e=new Map;for(const n of Array[t(344)](this[t(359)]))for(const[o,s]of n())e[t(372)](o,s);return e}}const Vr=Nr;function Nr(t,e){const n=Sr();return(Nr=function(t,e){return n[t-=203]})(t,e)}function Sr(){const t=["2627841hGwQtU","813540wmhnPn","9otDWxK","editor","afterInit","RestrictedEditingModeEditing","5008764jZShWW","has","6959395pKeTBr","13030962aXcZUm","plugins","addCommentThread","14690704EHIrjp","get","2QrphAU","enableCommand","2017628vMBVyo"];return(Sr=function(){return t})()}!function(t,e){const n=Nr,o=t();for(;;)try{if(946925===-parseInt(n(215))/1+-parseInt(n(211))/2*(parseInt(n(214))/3)+-parseInt(n(213))/4+-parseInt(n(205))/5+parseInt(n(203))/6+parseInt(n(206))/7+parseInt(n(209))/8*(parseInt(n(216))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Sr);class Dr extends t.Plugin{[Vr(218)](){const t=Vr,e=this[t(217)];e[t(207)][t(204)](t(219))&&e[t(207)][t(210)](t(219))[t(212)](t(208))}}function Pr(){const t=["2753175EQWOSj","115209iLhSow","define","collaboration_features","listenTo","editor","afterInit","1649008XBbckZ","plugins","map","56tzGiUW","2563848kltFeT","72nrdoRR","high","importWord.formatting.comments","addCommentThread","commands","get","23135JTaehb","428AKKYzQ","config","9PrepZy","importWord","execute","_handleImportedData","forEach","collaboration.channelId","67190ftBrKX","77mURMyc","dataInsert","basic"];return(Pr=function(){return t})()}const Lr=Br;function Br(t,e){const n=Pr();return(Br=function(t,e){return n[t-=431]})(t,e)}!function(t,e){const n=Br,o=t();for(;;)try{if(345752===-parseInt(n(437))/1*(-parseInt(n(459))/2)+-parseInt(n(450))/3+-parseInt(n(456))/4+parseInt(n(449))/5+parseInt(n(461))/6*(-parseInt(n(436))/7)+-parseInt(n(460))/8*(-parseInt(n(439))/9)+-parseInt(n(445))/10*(parseInt(n(446))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Pr);class zr extends t.Plugin{constructor(t){const e=Br;super(t),this[e(454)][e(438)][e(451)](e(432),e(448))}[Lr(455)](){const t=Lr,n=this[t(454)],o=n[t(434)][t(435)](t(440)),r=n[t(457)][t(435)](s.Users);o&&(o.on(t(441),((e,[,n])=>{n[t(452)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(431)]+10}),this[t(453)](o,t(447),this[t(442)]))}[Lr(442)](t,e){const n=Lr,{comment_threads:o}=e;o&&o[n(443)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(458)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(454)][r(457)][r(435)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(440)}}}))),a=this[r(454)][r(438)][r(435)](r(444));this[r(454)][r(457)][r(435)](_r)[r(433)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}function Ur(){const t=["never","config","editor","contentInsertion","dragstart","markers","3460vffynB","ClipboardPipeline","all","comments.copyMarkers","keys","_registerMarkerToCopy","1015IpZZKD","plugins","afterInit","1142KjFdMY","highest","2163iCqomM","listenTo","define","627AzROcQ","_registerMarkerInClipboardPipeline","hasCommentThread","default","get","4582428avXBuD","comment","62332uokPRk","CommentsRepository","_removeMarkersWithoutThreads","has","1932003RdppFB","114881TnSbJP","ClipboardMarkersUtils","content","always","requires","cut","_mapCommentsCopyConfigToRegisterConfiguration","delete","26024skckIu","split","20piMaHt"];return(Ur=function(){return t})()}const Kr=Fr;function Fr(t,e){const n=Ur();return(Fr=function(t,e){return n[t-=152]})(t,e)}!function(t,e){const n=Fr,o=t();for(;;)try{if(406576===parseInt(n(159))/1+-parseInt(n(185))/2*(-parseInt(n(187))/3)+parseInt(n(154))/4*(-parseInt(n(169))/5)+-parseInt(n(152))/6+-parseInt(n(182))/7*(-parseInt(n(167))/8)+parseInt(n(158))/9+-parseInt(n(176))/10*(-parseInt(n(190))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ur);class Wr extends t.Plugin{constructor(t){const e=Fr;super(t),this[e(172)][e(171)][e(189)](e(179),e(193))}static get[Kr(163)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Kr(184)](){const t=Kr,e=this[t(172)][t(183)][t(194)](t(177));this[t(191)](),this[t(188)](e,t(173),((e,n)=>this[t(156)](n[t(161)][t(175)])),{priority:t(186)})}[Kr(156)](t){const e=Kr;if(!this[e(172)][e(183)][e(157)](e(155)))return t;const n=this[e(172)][e(183)][e(194)](e(155));for(const o of t[e(180)]()){const[s,r]=o[e(168)](":");e(153)!=s||n[e(192)](r)||t[e(166)](o)}return t}[Kr(191)](){const t=Kr,e=this[t(172)][t(183)][t(194)](t(160)),n=this[t(165)](this[t(172)][t(171)][t(194)](t(179)));n&&e[t(181)](t(153),n)}[Kr(165)](t){const e=Kr;switch(t){case e(162):return{allowedActions:e(178),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(193):return{allowedActions:[e(164),e(174)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(170):default:return null}}}var Hr=n(492),qr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hr.A,qr);Hr.A.locals;const Zr=Gr;function Xr(){const t=["consumable","addMarker:","getAttribute","isObject","ck-comment-marker--active","$textProxy","928548waWxpS","dataDowncast","hasMarkerForId","name","once","upcast","reopenCommentThread","editor","consume","openNewCommentThread","removeCommentThread","42320980ofEtFn","_initializeMarkerConverters","_initAriaMarkerChangeAnnouncements","end","markerToHighlight","_reconvertMarkers","conversion","group","getByInnerView","_attachMarkerToThread","add","rootName","schema","refreshVisibility","3466347ZrhVDC","_getTargetForId","listenTo","hasContent","push","ready","state","differ","_getTextContext","registerAnnotation","_handleMarkerAddAndRemove","scrollToThreadMarker","clear","getAllMarkersForId","affectsData","_attachArchivedThread","announce","updateMarker","CommentsEditing","removeMarker:","substring","markers","set","item","render","isResolved","fetchCommentThread","comment","registerPostFixer","unlinkedAt","dataToMarker","focus","542546sRQhFw","locale","change:isReadOnly","isThreadsLoadingPaused","root","addCommentThread","$graveyard","newRange","setUnlinkedAt","get","_handleThreadMarker","config","switchReadOnly","getItems","change:isThreadsLoadingPaused","isEqual","activeMarker","removeMarker","ariaLiveAnnouncer","init","for","document","collaboration.channelId","start","reconvertMarker","size","requires","editingDowncast","_threadToController","_threads","setContext","context","then","isLocal","model","hasDomSelection","low","managedUsingOperations","attachTo","2629032StsLWS","comment:","resolveCommentThread","commands","1QhCuai","215rCCaZo","createRange","ENTER_COMMENT_ANNOUNCEMENT","createElement","from","change:activeMarker","pluginName","change","hasCommentThread","isAttached","_hasTargetInContent","destroyed","ignoreResolvedComments","data","LEAVE_COMMENT_ANNOUNCEMENT","length","startsWith","getChangedMarkers","getRange","isCollapsed","markerName","getCommentThread","split","ck-comment-marker","editing","4456072fIbAjG","addComment","getWalker","enqueueChange","82452sYuNiC","plugins","$marker","elementToElement","destroy","delete","view","markerToData","text","18TVndEV","getCommentThreads","_detachCommentThread","createPositionBefore"];return(Xr=function(){return t})()}function Gr(t,e){const n=Xr();return(Gr=function(t,e){return n[t-=425]})(t,e)}!function(t,e){const n=Gr,o=t();for(;;)try{if(817211===-parseInt(n(455))/1*(-parseInt(n(561))/2)+-parseInt(n(529))/3+-parseInt(n(485))/4*(parseInt(n(456))/5)+-parseInt(n(504))/6+-parseInt(n(451))/7+parseInt(n(481))/8*(-parseInt(n(494))/9)+parseInt(n(515))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Xr);class Qr extends t.Plugin{static get[Zr(438)](){return[_r,jr,Dr,zr,Wr]}static get[Zr(462)](){return Zr(547)}constructor(t){const e=Zr;super(t),this[e(551)](e(564),!0),t[e(469)][e(508)](e(534),(()=>this[e(564)]=!1)),this[e(551)](e(428),null),this.on(e(461),((n,o,s,r)=>{const i=e,c=s?Jr(s).id:null;if(t[i(446)][i(463)]((()=>{const e=i;if(c){const n=this[e(542)](c);for(const o of n)t[e(480)][e(436)](o)}if(r){const{id:n}=Jr(r),o=this[e(542)](n);for(const n of o)t[e(480)][e(436)](n)}})),c){const e=t[i(486)][i(570)](_r)[i(477)](c);e&&e[i(554)]&&this[i(540)](c)}})),this[e(517)]()}[Zr(431)](){const t=Zr,e=this[t(511)],n=e[t(486)][t(570)](_r),o=e[t(572)][t(570)](t(434));e[t(454)][t(525)](t(566),new xr(e)),this[t(531)](e,t(563),((o,s,r)=>{const i=t;n[i(573)](r,e[i(572)][i(570)](i(434)))})),this[t(531)](n,Yr(t(566),o),((e,{threadId:n})=>{const o=t,s=this[o(511)][o(486)][o(570)](_r)[o(477)](n);s&&s[o(558)]&&this[o(544)](n)})),this[t(531)](n,Yr(t(514),o),((n,{threadId:o})=>{const s=t;e[s(446)][s(484)]({isUndoable:!1},(t=>{const e=s,n=this[e(542)](o);for(const o of n)t[e(429)](o)}))})),this[t(531)](n,Yr(t(453),o),((e,{threadId:n})=>{const o=t;this[o(520)](n),this[o(511)][o(480)][o(491)][o(447)]&&(this[o(511)][o(486)][o(570)](_r)[o(477)](n)[o(558)]||this[o(511)][o(480)][o(491)][o(560)]())}),{priority:t(448)}),this[t(531)](n,Yr(t(510),o),((e,{threadId:n})=>{this[t(520)](n)}),{priority:t(448)}),this[t(531)](n,Yr(t(482),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(542)](s);!r&&0!=c[i(471)]&&n[i(464)](s)&&1===n[i(477)](s)[i(471)]&&e[i(446)][i(484)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(546)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(448)}),this[t(516)](),this[t(539)]()}[Zr(489)](){const t=Zr,e=this[t(511)][t(486)][t(570)](_r),n=this[t(511)][t(572)][t(570)](t(434));for(const o of e[t(495)]({channelId:n}))e[t(496)](o.id),e[t(441)][t(490)](o.id);super[t(489)]()}[Zr(506)](t){const e=Zr;return this[e(542)](t)[e(471)]>0}[Zr(542)](t){const e=Zr,n=[];for(const o of this[e(511)][e(446)][e(550)])o[e(507)][e(472)](e(452)+t)&&n[e(533)](o);return n}[Zr(540)](t){const n=Zr,o=this[n(530)](t);o&&setTimeout((()=>{const s=n;this[s(428)]&&Jr(this[s(428)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Zr(520)](t){const e=Zr;this[e(511)][e(446)][e(463)]((()=>{const n=e;for(const e of this[n(542)](t))this[n(511)][n(480)][n(436)](e)}))}[Zr(544)](t){const e=Zr,n=this[e(511)][e(486)][e(570)](_r),o=this[e(511)][e(486)][e(570)](jr),s=n[e(477)](t);if(!s[e(465)]){const t=s[e(450)]((()=>this[e(530)](s.id)));o[e(538)](t),s[e(466)]=!1}}[Zr(516)](){const t=Zr,e=this[t(511)];e[t(521)][t(432)](t(439))[t(519)]({model:t(556),view:(n,o)=>{const s=t,{id:r}=Jr(n[s(476)]),i=e[s(486)][s(570)](_r)[s(477)](r),c=this[s(428)]&&Jr(this[s(428)]).id===r;if(i&&i[s(554)]&&!c&&n[s(552)])return o[s(498)][s(512)](n[s(552)],s(499)+n[s(476)]),o[s(498)][s(512)](n[s(552)],s(548)+n[s(476)]),null;const a=[s(479)];return c&&a[s(533)](s(502)),{classes:a,attributes:{"data-comment":r}}}}),e[t(521)][t(432)](t(505))[t(492)]({model:t(556),view:(n,{options:o})=>{const s=t,r=e[s(486)][s(570)](_r),i=e[s(446)][s(550)][s(570)](n),{id:c,part:a}=Jr(n);if(i&&!i[s(543)])return null;if(o[s(468)]){const t=r[s(477)](c);if(t&&t[s(554)])return null}return{group:s(556),name:a?c+":"+a:c}}}),e[t(521)][t(432)](t(509))[t(488)]({view:{name:t(556),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(459)](t(487),{"data-name":t(452)+e[t(500)]("id")})}),e[t(521)][t(432)](t(509))[t(559)]({view:t(556)})}[Zr(539)](){const t=Zr,e=this[t(511)],n=e[t(486)][t(570)](_r),o=new Set,s=new Set;e[t(446)][t(433)][t(557)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(446)][r(433)][r(536)][r(473)]()){const{group:a,id:h}=Jr(t);let u=c[r(568)];if(r(556)!==a||!u)continue;const d=r(567)===u[r(565)][r(526)];d||(u=$r(u,e[r(446)]),!u||u[r(475)]||!c[r(568)]||u[r(427)](c[r(568)]))?e[r(446)][r(532)](u)&&!d?this[r(564)]?o[r(525)](t):this[r(571)](t,h):(s[r(525)](t),o[r(490)](t),n[r(429)](t),i=!0):(n[r(546)](t,{range:u}),i=!0)}return i})),this.on(t(426),((n,s,r)=>{const i=t;if(!r&&o[i(437)])for(const t of o){const{id:n}=Jr(t);o[i(490)](t),e[i(446)][i(550)][i(570)](t)&&this[i(571)](t,n)}})),this[t(531)](e[t(446)][t(433)],t(463),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(446)][c(433)][c(536)][c(473)]()){const{group:i,id:a}=Jr(t);if(c(556)!==i)continue;const h=n[c(477)](a),u=this[c(506)](a);h&&(h[c(466)]||e[c(480)][c(491)][c(508)](c(553),(()=>{const t=c,o=e[t(486)][t(570)](pr),s=n[t(440)][t(570)](h)[t(491)];o[t(523)](s)[t(528)]()}),{priority:c(448)}),h[c(466)]=u||!!r),r||(s[c(525)](t),o[c(490)](t))}if(i[c(445)])for(const t of s){const{id:e}=Jr(t),s=n[c(477)](e),r=this[c(506)](e);o[c(490)](t),!s||r||s[c(558)]||s[c(569)](new Date)}s[c(541)]()}))}[Zr(530)](t){const e=Zr,n=this[e(511)],o=this[e(542)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(480)],o)}[Zr(537)](t){const e=Zr,n=this[e(542)](t);let o="",s=!1;for(const t of n){const n=t[e(474)]();for(const t of Array[e(460)](n[e(425)]()))t.is(e(503))?(o&&s&&(o+=" ",s=!1),o+=t[e(469)]):s=!0;s=!0}return o[e(549)](0,150)}[Zr(524)](t,e){const n=Zr,o=this[n(511)],s=o[n(486)][n(570)](_r);let r=s[n(477)](e);const i=o[n(572)][n(570)](n(434)),c=o[n(486)][n(570)](jr);return r&&(r[n(558)]&&r[n(569)](null),r[n(465)])||(this[n(542)](e)[0][n(449)]?s[n(555)]({channelId:i,threadId:e})[n(444)]((t=>{const s=n;if(s(467)!==o[s(535)])if(r=t,r&&!r[s(465)]){const t=r[s(450)]((()=>this[s(530)](e)));c[s(538)](t),r[s(554)]&&this[s(520)](e)}else if(!r){const t=this[s(542)](e);o[s(446)][s(463)]((e=>{const n=s;for(const o of t)e[n(429)](o)}))}})):o[n(480)][n(491)][n(508)](n(553),(()=>{const t=n;if(s[t(477)](e))return;const a=o[t(486)][t(570)](pr);r=s[t(513)]({channelId:i,threadId:e,target:()=>this[t(530)](e),context:{type:t(493),value:this[t(537)](e)}});const h=s[t(440)][t(570)](r)[t(491)],u=a[t(523)](h);u&&c[t(538)](u)}),{priority:n(448)})),r}[Zr(571)](t,e){const n=Zr,o=this[n(524)](t,e);o&&!o[n(443)]&&o[n(442)]({type:n(493),value:this[n(537)](e)})}[Zr(517)](){const t=Zr,e=this[t(511)];(0,s.surroundingMarkersDetector)(e[t(446)],(({left:n,entered:o})=>{const s=t;for(const t of n)if(ti(t)){e.ui[s(430)][s(545)](vo(e[s(562)],s(470)));break}for(const t of o)if(ti(t)){e.ui[s(430)][s(545)](vo(e[s(562)],s(458)));break}}))}}function Yr(t,e){return e?t+":"+e:t}function Jr(t){const e=t[Zr(478)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Zr,o=e[n(527)],s=e[n(457)](t[n(435)]);for(const r of t[n(483)]()){const{type:t,item:i,nextPosition:c}=r;if(n(493)===t||o[n(501)](i)){const t=e[n(497)](i);s[n(475)]&&(s[n(435)]=t),s[n(518)]=c}}return s}function ti(t){const e=Zr;return e(556)===Jr(t[e(507)])[e(522)]}const ei='\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-2024, 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.5 3.5 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.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ni=oi;function oi(t,e){const n=si();return(oi=function(t,e){return n[t-=317]})(t,e)}function si(){const t=["length","isEnabled","1212adViqO","446046QoLLWu","change:activeAnnotations","editor","map","set","focus","hasCommentThread","1173210bXZzMR","editing","hasMarkerForId","_createUIButton","from","highest","componentFactory","getCommentThread","push","get","84640qalmCz","low","comment:","listenTo","innerView","find","pluginName","48813VmBkSh","_threadToController","2568816RFCpda","Comment","model","removeCommentThread","addCommentThread","stop","execute","isFocused","addSourceCollector","locale","comment","add","tooltip","plugins","view","2824010zGPTFn","136939MiHEfI","_viewToController","CommentsUI","CommentThreadInputView","getRange","32HpfcRy","CommentsListView","bind","activeMarker","getAllMarkersForId","commands","menuBar:comment","has","18lqSSej","init","addComment","7QFcHBy","110vVkjKf","requires","focusTracker"];return(si=function(){return t})()}!function(t,e){const n=oi,o=t();for(;;)try{if(326118===-parseInt(n(350))/1+parseInt(n(332))/2*(-parseInt(n(374))/3)+-parseInt(n(367))/4*(-parseInt(n(344))/5)+parseInt(n(357))/6*(parseInt(n(343))/7)+-parseInt(n(376))/8+-parseInt(n(340))/9*(parseInt(n(326))/10)+parseInt(n(327))/11*(parseInt(n(349))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(si);class ri extends t.Plugin{static get[ni(373)](){return ni(329)}static get[ni(345)](){return[_r,Qr,jr,pr]}get[ni(333)](){return Yo}get[ni(330)](){return qo}[ni(341)](){const t=ni,e=this[t(352)],n=e[t(324)][t(366)](_r),o=e[t(324)][t(366)](Qr),s=e[t(324)][t(366)](pr),r=e[t(324)][t(366)](jr);e.ui[t(363)][t(322)](t(321),(()=>{const e=t,n=this[e(360)](go.ButtonView);return n[e(323)]=!0,n})),e.ui[t(363)][t(322)](t(338),(()=>this[t(360)](go.MenuBarMenuListItemButtonView))),r[t(319)]((()=>{const e=t,s=[];for(const[t,r]of n[e(375)]){const n=o[e(336)](t.id),i=n[e(353)]((t=>t[e(331)]()));n[e(347)]>0&&s[e(365)]([r[e(325)],i])}return s})),this[t(370)](s,t(351),((e,s,r)=>{const i=t,c=Array[i(361)](r)[i(353)]((t=>t[i(371)]))[i(372)]((t=>n[i(328)][i(339)](t)));if(!c)return void(o[i(335)]=null);const a=n[i(328)][i(366)](c)[i(378)].id,h=i(369)+a;a&&o[i(359)](a)?o[i(335)]=h:o[i(335)]&&(o[i(335)]=null)})),this[t(370)](n,t(379),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(346)][i(318)]&&o[i(359)](s)&&e[i(358)][i(325)][i(355)]()}),{priority:t(362)}),this[t(370)](n,t(342),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(359)](r)&&n[c(356)](r)&&1===n[c(364)](r)[c(347)]&&(e[c(358)][c(325)][c(355)](),s[c(381)]())}),{priority:t(368)})}[ni(360)](t){const e=ni,n=this[e(352)],o=new t(n[e(320)]),s=n[e(337)][e(366)](e(380));return o[e(354)]({label:vo(n[e(320)],e(377)),icon:ei}),o[e(334)](e(348)).to(s),this[e(370)](o,e(317),(()=>s[e(317)]())),o}}const ii=ai;function ci(){const t=["isEnabled","get","pluginName","960auhPOS","view","commentsOnlyMode","7554980iwDwVT","39062keMuxw","clipboardInput","set","DragDrop","_disableCommentsOnlyMode","stop","forceDisabled","commentsOnly","61998Krrcgo","_enableCommentsOnlyMode","requires","editor","document","affectsData","cut","addCommentThread","change:isEnabled","config","42gceLAF","CommentsOnly","14GiljYL","has","commands","223454oBxbCQ","plugins","listenTo","afterInit","38679mZpehf","clearForceDisabled","140OcNDEV","155kpsgcD","highest","delete","stopListening","8964252ADtILZ","editing","1271576PxDRgc"];return(ci=function(){return t})()}function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=413]})(t,e)}!function(t,e){const n=ai,o=t();for(;;)try{if(507602===-parseInt(n(422))/1*(parseInt(n(442))/2)+-parseInt(n(449))/3*(parseInt(n(451))/4)+-parseInt(n(452))/5*(-parseInt(n(430))/6)+-parseInt(n(440))/7*(parseInt(n(414))/8)+parseInt(n(456))/9+-parseInt(n(421))/10+parseInt(n(445))/11*(parseInt(n(418))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ci);class hi extends t.Plugin{static get[ii(417)](){return ii(441)}static get[ii(432)](){return[Qr]}constructor(t){const e=ii;super(t),this[e(424)](e(415),!1),this.on(e(438),((t,n,o)=>{const s=e;o?this[s(431)]():this[s(426)]()}))}[ii(448)](){const t=ii;!this[t(415)]&&this[t(433)][t(439)][t(416)](t(429))&&(this[t(415)]=!0)}[ii(431)](){const t=ii;for(const[e,n]of this[t(433)][t(444)])n[t(435)]&&t(437)!==e&&n[t(428)](t(420));this[t(433)][t(446)][t(443)](t(425))&&this[t(433)][t(446)][t(416)](t(425))[t(428)](t(420));const e=this[t(433)][t(413)][t(419)][t(434)];this[t(447)](e,t(436),(e=>e[t(427)]()),{priority:t(453)}),this[t(447)](e,t(423),(e=>e[t(427)]()),{priority:t(453)}),this[t(447)](e,t(454),(e=>e[t(427)]()),{priority:t(453)})}[ii(426)](){const t=ii;for(const[e,n]of this[t(433)][t(444)])n[t(435)]&&t(437)!==e&&n[t(450)](t(420));this[t(455)](this[t(433)][t(413)][t(419)][t(434)])}}const ui=li;function di(){const t=["function","_uisData","annotationsuis-annotation-mismatch","requires","deactivate","delete","activate","detach","switchTo","annotationsuis-register-invalid-interface","push","_assertAnnotationDoesNotBelongToMultipleUIs","remove","add","126HepnwX","set","4055745IyncKL","refilterAnnotations","deactivateAll","change:activeAnnotation","listenTo","908537CtmQvI","attach","activeAnnotations","AnnotationsUIs","hasActive","stopListening","42412BqkChH","pluginName","_activateAnnotation","38264NbmJgt","type","setActiveAnnotation","1333192PcIZVF","18697230WVCYds","filter","isActive","_uis","annotationsuis-missing-ui","721WWcQOT","find","has","collection","7419402tuVhRD","_setSelectedAnnotations","activeUIs","_addActiveAnnotation","_removeActiveAnnotation","init","_deactivateAllAnnotations","size","context","_visibleAnnotations","destroy","annotationsuis-register-already-registered","length","get","register","plugins","from"];return(di=function(){return t})()}function li(t,e){const n=di();return(li=function(t,e){return n[t-=401]})(t,e)}!function(t,e){const n=li,o=t();for(;;)try{if(666280===-parseInt(n(446))/1+parseInt(n(458))/2+parseInt(n(439))/3*(parseInt(n(452))/4)+parseInt(n(441))/5+parseInt(n(408))/6+-parseInt(n(404))/7*(-parseInt(n(455))/8)+-parseInt(n(459))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(di);class mi extends t.ContextPlugin{static get[ui(428)](){return[pr]}static get[ui(453)](){return ui(449)}constructor(t){const e=ui;super(t),this[e(410)]=new Set,this[e(402)]=new Map,this[e(426)]=new Map}[ui(413)](){const t=ui,e=this[t(416)][t(423)][t(421)](pr);this[t(445)](e,t(454),((e,n)=>{const o=t;for(const t of this[o(410)]){const e=this[o(402)][o(421)](t);(0,this[o(426)][o(421)](t)[o(460)])(n)&&e[o(457)](n)}})),this[t(445)](e,t(414),(()=>{const e=t;for(const t of this[e(410)])this[e(402)][e(421)](t)[e(457)](null)})),this[t(445)](e[t(417)],t(438),((e,n)=>{this[t(436)](n)}))}[ui(450)](){const t=ui;return this[t(410)][t(415)]>0}[ui(401)](t){const e=ui;return this[e(410)][e(406)](t)}[ui(431)](t,n=(()=>!0)){const o=ui,s=this[o(416)][o(423)][o(421)](pr);if(!this[o(402)][o(406)](t))throw new e.CKEditorError(o(403),this,{uiName:t});this[o(401)](t)&&this[o(429)](t),this[o(410)][o(438)](t);const r=new hr;(function({source:t,target:e,filter:n}){const o=cr;for(const s of t)n(s)&&e[o(364)](s);e[o(368)](t,o(364),((t,s)=>{const r=o;n(s)&&e[r(364)](s)})),e[o(368)](t,o(388),((t,n)=>{const s=o;e[s(344)](n)&&e[s(388)](n)}))})({source:s[o(417)],target:r,filter:n}),this[o(426)][o(440)](t,{collection:r,filter:n});const i=this[o(402)][o(421)](t);i[o(447)](r),this[o(445)](i,o(444),((t,e,n,r)=>{const i=o;r&&s[i(412)](r),n&&s[i(411)](n)}))}[ui(429)](t){const n=ui;if(this[n(410)][n(430)](t),!this[n(402)][n(406)](t))throw new e.CKEditorError(n(403),this,{uiName:t});const o=this[n(402)][n(421)](t);o[n(432)](),this[n(451)](o),this[n(426)][n(421)](t)[n(407)][n(418)](),this[n(426)][n(430)](t)}[ui(433)](t){const n=ui;if(!this[n(402)][n(406)](t))throw new e.CKEditorError(n(403),this,{uiName:t});const o=this[n(416)][n(423)][n(421)](pr),s=Array[n(424)](o[n(448)])[0]||null;this[n(443)](),this[n(431)](t);const r=this[n(402)][n(421)](t);r[n(457)](s),r[n(409)]&&s&&r[n(409)]([s])}[ui(443)](){const t=ui;for(const e of this[t(410)])this[t(429)](e)}[ui(422)](t,n){const o=ui;if(this[o(402)][o(406)](t))throw new e.CKEditorError(o(419));if(o(425)!=typeof n[o(447)]||o(425)!=typeof n[o(432)]||o(425)!=typeof n[o(457)])throw new e.CKEditorError(o(434),null);this[o(402)][o(440)](t,n)}[ui(442)](){const t=ui,e=this[t(416)][t(423)][t(421)](pr)[t(407)],n=new Map,o=Array[t(424)](this[t(410)]);for(const e of this[t(410)]){const o=this[t(426)][t(421)](e)[t(407)];for(const s of o)n[t(440)](s,e)}for(const s of e){const e=n[t(421)](s);this[t(436)](s);const r=o[t(405)]((e=>this[t(426)][t(421)](e)[t(460)](s)));e!==r&&(e&&this[t(426)][t(421)](e)[t(407)][t(437)](s),r&&this[t(426)][t(421)](r)[t(407)][t(438)](s))}}[ui(418)](){const t=ui;this[t(443)](),super[t(418)]()}[ui(436)](t){const n=ui,o=[];for(const e of this[n(410)])(0,this[n(426)][n(421)](e)[n(460)])(t)&&o[n(435)](e);if(o[n(420)]>1)throw new e.CKEditorError(n(427),null,{matchedUIs:o,annotationType:t[n(456)]})}}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(){const t=["7766qrdeXC","bindTemplate","45YLcbDu","15068PCBleV","70tqSyLM","10940wegnMp","288719yRRGkH","setTemplate","69dYYLzP","ck-sidebar","111138msDuPI","minHeight","219390hvPWDl","79792ORqbAM","createCollection","list","class","ck-reset","set","number","508968jYvzsY","div"];return(gi=function(){return t})()}!function(t,e){const n=ki,o=t();for(;;)try{if(158627===-parseInt(n(144))/1+-parseInt(n(141))/2*(parseInt(n(146))/3)+parseInt(n(136))/4+-parseInt(n(150))/5+parseInt(n(148))/6*(-parseInt(n(142))/7)+parseInt(n(151))/8*(-parseInt(n(140))/9)+parseInt(n(143))/10*(parseInt(n(138))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gi);const vi=(0,e.toUnit)("px");function ki(t,e){const n=gi();return(ki=function(t,e){return n[t-=135]})(t,e)}class bi extends go.View{constructor(t){const e=ki;super(t);const n=this[e(139)];this[e(156)](e(149),0),this[e(156)](e(154),""),this[e(153)]=this[e(152)](),this[e(145)]({tag:e(137),attributes:{class:["ck",e(147),e(155),n.to(e(154))],style:{minHeight:n.to(e(149),(t=>e(135)==typeof t?vi(t+10):null))}},children:this[e(153)]})}}function wi(){const t=["ck-sidebar-item","_targetTop","setTemplate","5414864EEuXSe","clear","element","bind","content","top","2pleUYL","height","updateHeight","2969745qLIaHI","5329432bXtxoo","bottom","render","_mutationObserver","detach","bindTemplate","set","createCollection","3963365zLxkPI","ck-sidebar-item--no-animation","3079854dGewca","div","isAnimationDisabled","clientHeight","3083400sOPTYf","1259108POeLMZ","attach","18duAeNH","destroy"];return(wi=function(){return t})()}const _i=Ii;function Ii(t,e){const n=wi();return(Ii=function(t,e){return n[t-=275]})(t,e)}!function(t,e){const n=Ii,o=t();for(;;)try{if(634599===parseInt(n(290))/1+-parseInt(n(303))/2*(-parseInt(n(306))/3)+parseInt(n(289))/4+-parseInt(n(283))/5+parseInt(n(285))/6+-parseInt(n(297))/7+-parseInt(n(275))/8*(parseInt(n(292))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(wi);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=Ii;super(t),this[e(281)](e(302),0),this[e(281)](e(304),0),this[e(300)](e(276)).to(this,e(302),this,e(304),((t,e)=>t+e)),this[e(281)](e(287),!1),this[e(278)]=Gs((()=>this[e(305)]())),this[e(295)]=null,this[e(301)]=this[e(282)]();const n=this[e(280)];this[e(296)]({tag:e(286),attributes:{class:[e(294),n.to(e(287),(t=>t?e(284):""))],style:{top:n.to(e(302),(t=>yi(t)))}},children:this[e(301)]})}[_i(277)](){const t=_i;super[t(277)](),this[t(278)][t(291)](this[t(299)])}[_i(305)](){const t=_i,e=this[t(299)][t(288)];e&&(this[t(304)]=e)}[_i(293)](){const t=_i;this[t(301)][t(298)](),this[t(278)][t(279)](),super[t(293)]()}}const Ai=Ti;function Ti(t,e){const n=Ei();return(Ti=function(t,e){return n[t-=329]})(t,e)}function Ei(){const t=["minHeight","list","_setItemTop","_alignForBottomChange","view","_recalculate","_alignAfterItem","bind","set","setContainer","getIndex","refresh","get","_annotations","destroy","updateHeight","_annotationToSidebarItemView","_activeAnnotation","sidebar-setcontainer-invalid-element","change:bottom","max","_getTargetTop","939ZNMTPs","height","getSidebarItemView","_recalculateBuffer","change:top","render","nodeType","define","addAnnotation","push","isActive","3531170yUGrko","_attachToContainer","change:_lastItem","_getMaxAvailableTop","top","listenTo","_targetTop","sidebar.container","462QhTwTV","_detachFromContainer","_lastItem","change:targetRect","length","delete","sidebar.preventScrollOutOfView","_alignForTopChange","init","_alignToTargetRect","rearrange","27SSaRda","2351665SDnqjz","2519328wLqRtm","content","element","_alignBeforeItem","_spaceBetweenItems","_updateLastItem","remove","last","isAnimationDisabled","target","_getItemAfter","object","6135816whywTR","_createSidebarView","bottom","container","unbind","93130EnEuMU","stopListening","targetRect","_getItemBefore","clear","sidebar-attachtocontainer-missing-container","add","appendChild","config","locale","pluginName","38840VIAneb","_destroySidebarItemView","class","_sidebarItemViewToAnnotation","1346fOSDel","context","Sidebar"];return(Ei=function(){return t})()}!function(t,e){const n=Ti,o=t();for(;;)try{if(512671===-parseInt(n(416))/1+parseInt(n(342))/2*(-parseInt(n(367))/3)+parseInt(n(399))/4+parseInt(n(398))/5+-parseInt(n(411))/6+-parseInt(n(386))/7*(parseInt(n(338))/8)+-parseInt(n(397))/9*(-parseInt(n(378))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ei);class xi extends t.ContextPlugin{static get[Ai(337)](){return Ai(344)}constructor(t){const e=Ai;super(t),this[e(353)](e(388),void 0),this[e(349)]=this[e(412)](),this[e(353)](e(414),null),this[e(403)]=25,this[e(341)]=new Map,this[e(361)]=new Map,this[e(343)][e(335)][e(374)](e(392),!1),this[e(358)]=null,this[e(362)]=null,this[e(370)]=[]}[Ai(394)](){const t=Ai,e=this[t(343)][t(335)][t(357)](t(385));e&&this[t(354)](e)}[Ai(354)](t){const n=Ai;if(!Mi(t))throw new e.CKEditorError(n(363));this[n(414)]=t}[Ai(379)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ai;if(!Mi(this[o(414)]))throw new e.CKEditorError(o(332),this);this[o(414)][o(334)](this[o(349)][o(401)]),this[o(349)][o(340)]=t,this[o(403)]=n}[Ai(396)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ai,s=this[o(369)](t);this[o(349)][o(346)][o(405)](s),this[o(339)](t),e&&this[o(395)](this[o(369)](e)),n&&this[o(395)](this[o(369)](n)),this[o(404)]()}[Ai(356)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ai;if(this[o(362)]=e,t){t[o(377)]=!1;const e=this[o(369)](t);e&&n&&(e[o(407)]=!1)}if(e){const t=this[o(369)](e);t&&(e[o(377)]=!0,n&&(t[o(407)]=!0,t[o(382)]+=1),this[o(395)](t))}}[Ai(387)](t){const e=Ai;if(this[e(349)][e(401)][e(405)](),t)for(const n of t)this[e(339)](n);this[e(349)][e(346)][e(331)](),this[e(349)][e(340)]="",this[e(388)]=null}[Ai(375)](t,e){const n=Ai;e||(e=t[n(349)]);const o=new Ci(this[n(343)][n(336)]);this[n(341)][n(353)](o,t),this[n(361)][n(353)](t,o),o[n(400)][n(333)](e),this[n(383)](t[n(349)],n(389),((e,s,r)=>{const i=n,c=this[i(366)](t,r);o[i(384)]!=c&&(o[i(384)]=c,this[i(347)](o,c))})),this[n(383)](o,n(371),(()=>{const t=n;this[t(350)](o,t(382))})),this[n(383)](o,n(364),(()=>{const t=n;this[t(350)](o,t(413))})),this[n(395)](o);const s=this[n(330)](o);return s&&this[n(351)](s,o)||this[n(395)](o),this[n(404)](),this[n(349)][n(346)][n(333)](o),o}[Ai(393)](t){const e=Ai;if(!t[e(400)][e(390)])return;const n=this[e(330)](t);if(!n)return;const o=this[e(341)][e(357)](n),s=this[e(362)];s&&s===o?this[e(351)](n,t):this[e(402)](t,n)}[Ai(348)](t){const e=Ai;if(!t[e(400)][e(390)])return;const n=this[e(409)](t);if(!n)return;const o=this[e(341)][e(357)](n),s=this[e(343)][e(335)][e(357)](e(392)),r=this[e(362)];r&&r===o&&s?(this[e(402)](n,t),this[e(351)](t,n)):r&&r===o?this[e(402)](n,t):this[e(351)](t,n)}[Ai(350)](t,e){const n=Ai;0===this[n(370)][n(390)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(370)])t(382)===n?this[t(393)](e):this[t(348)](e);this[t(370)]=[]}),10),this[n(370)][n(376)]({sidebarItemView:t,changedProp:e})}[Ai(369)](t){const e=Ai;return this[e(361)][e(357)](t)}[Ai(359)](){const t=Ai;this[t(417)](),this[t(349)][t(359)]()}[Ai(339)](t){const e=Ai,n=this[e(369)](t);this[e(417)](n),this[e(417)](t[e(349)]),n[e(359)](),this[e(361)][e(391)](t),this[e(341)][e(391)](n)}[Ai(412)](){const t=Ai,e=new bi(this[t(343)][t(336)]);return e[t(372)](),this.on(t(380),((n,o,s,r)=>{const i=t;r&&e[i(415)](i(345)),s?e[i(352)](i(345)).to(s,i(413)):e[i(345)]=null})),e}[Ai(404)](){const t=Ai;var e;this[t(388)]=(null===(e=this[t(358)])||void 0===e?void 0:e[t(406)])?this[t(369)](this[t(358)][t(406)]):null}[Ai(330)](t){const e=Ai;var n;const o=this[e(341)][e(357)](t),s=o&&(null===(n=this[e(358)])||void 0===n?void 0:n[e(357)](this[e(358)][e(355)](o)-1));return s&&this[e(369)](s)||null}[Ai(409)](t){const e=Ai;var n;const o=this[e(341)][e(357)](t),s=o&&(null===(n=this[e(358)])||void 0===n?void 0:n[e(357)](this[e(358)][e(355)](o)+1));return s&&this[e(369)](s)||null}[Ai(402)](t,e){const n=Ai;t[n(360)]();const o=Oi(e[n(413)]+this[n(403)],t[n(382)]);return!!o&&(this[n(347)](e,e[n(382)]-o),!0)}[Ai(351)](t,e){const n=Ai;t[n(360)]();const o=Oi(t[n(413)]+this[n(403)],e[n(382)]);return!!o&&(this[n(347)](e,e[n(382)]+o,!1),!0)}[Ai(395)](t){const e=Ai,n=this[e(341)][e(357)](t);if(!n||!n[e(408)]||!n[e(329)])return;const o=this[e(366)](n,n[e(329)]);this[e(347)](t,o)}[Ai(366)](t,n){const o=Ai;if(null===n)return 0;if(t[o(408)]instanceof e.Rect)return n[o(382)];{const t=new e.Rect(this[o(349)][o(401)])[o(382)];return n[o(382)]-t}}[Ai(347)](t,e,n=this[Ai(343)][Ai(335)][Ai(357)](Ai(392))){const o=Ai;n&&(e=Math[o(365)](e,this[o(381)](t))),t[o(382)]=e}[Ai(381)](t){const e=Ai;let n=this[e(330)](t),o=0;for(;n;)n[e(360)](),o+=this[e(403)]+n[e(368)],n=this[e(330)](n);return o}}function Oi(t,e){return Math[Ai(365)](t-e,0)}function Mi(t){const e=Ai;return null!==t&&e(410)==typeof t&&1===t[e(373)]}const Ri=ji;function ji(t,e){const n=Vi();return(ji=function(t,e){return n[t-=139]})(t,e)}function Vi(){const t=["remove","refresh","listenTo","ready","context","hasDomSelection","set","getOrderedSelectedAnnotations","_editorAnnotations","1074292fpbbOp","annotations","requires","24mgaBmC","editors","refreshPositioning","924jUJgLG","init","stopListening","wideSidebar","2556sBFBYX","updateTargetRect","focus","addAnnotation","_refreshPositioningDebounced","add","has","detach","widesidebar-detach-not-attached","WideSidebar","135798EeLcNK","_destroyEditorAnnotationsIntegration","addEventListener","get","cancel","container","_attachToContainer","1096447PxAiUD","switchTo","change:container","removeEventListener","destroy","isAttached","off","41873UXRsOh","339zOEEjA","stop","widesidebar-attach-already-attached","2784fqQqGc","_integrateWithEditorAnnotations","5Gamntu","ck-sidebar--wide","264649nQGDnB","plugins","pluginName","rearrange","high","1790ypgnQM","from","EditorAnnotations","30vKLGUu","attach","uiUpdate","blur","activeAnnotation","setActiveAnnotation","_activeAnnotation","_detachFromContainer","register","_annotations","set:container","resize"];return(Vi=function(){return t})()}!function(t,e){const n=ji,o=t();for(;;)try{if(216890===parseInt(n(174))/1*(-parseInt(n(186))/2)+-parseInt(n(159))/3+parseInt(n(139))/4*(parseInt(n(179))/5)+parseInt(n(142))/6*(-parseInt(n(181))/7)+parseInt(n(177))/8*(-parseInt(n(149))/9)+parseInt(n(189))/10*(parseInt(n(166))/11)+-parseInt(n(145))/12*(-parseInt(n(173))/13))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Vi);class Ni extends t.ContextPlugin{static get[Ri(141)](){return[xi,mi]}static get[Ri(183)](){return Ri(158)}constructor(t){const n=Ri;super(t),this[n(171)]=!1,this[n(207)](n(193),null),this[n(140)]=null,this[n(209)]=new e.Collection,this[n(153)]=Hs((()=>{const t=n;this[t(140)][t(144)]()}),250,{leading:!1})}[Ri(146)](){const t=Ri,e=this[t(205)][t(182)][t(162)](mi),n=this[t(205)][t(182)][t(162)](xi);e[t(197)](t(148),this),n[t(164)]&&e[t(167)](t(148))}[Ri(194)](t){const e=Ri;if(t===this[e(193)])return;const n=this[e(205)][e(182)][e(162)](xi);n[e(195)]=t;const o=this[e(193)];this[e(193)]=t,n[e(202)]({blurredAnnotation:o,activatedAnnotation:this[e(193)]})}[Ri(190)](n){const o=Ri;this[o(140)]=n;const s=this[o(205)][o(182)][o(162)](xi);if(s[o(198)]=n,this[o(171)])throw new e.CKEditorError(o(176),this);this[o(171)]=!0,this[o(203)](s,o(199),(()=>{const t=o;this[t(156)](),this[t(203)](s,t(168),(e=>{const o=t;e[o(172)](),this[o(190)](n)}))})),s[o(165)]({viewClass:o(180)});const r=t=>{const e=o;t[e(150)](),s[e(152)](t)};for(const t of n)r(t);this[o(203)](n,o(154),((t,e)=>{r(e)})),this[o(203)](n,o(201),((t,e,r)=>{const i=o;s[i(184)]({removedAnnotation:e,previousAnnotation:n[i(162)](r-1),nextAnnotation:n[i(162)](r+1)}),e===this[i(193)]&&this[i(194)](null)}),{priority:o(185)}),this[o(203)](n,o(151),((t,e)=>{this[o(194)](e)})),this[o(203)](n,o(192),(()=>{this[o(194)](null)}));const i=this[o(205)]instanceof t.Context?this[o(205)][o(143)]:new e.Collection([this[o(205)]]);for(const t of i)this[o(178)](t);this[o(203)](i,o(154),((t,e)=>{const n=o;this[n(203)](e,n(204),(()=>{this[n(178)](e)}))})),this[o(203)](i,o(201),((t,e)=>{const n=o;e[n(182)][n(155)](n(188))&&this[n(160)](e[n(182)][n(162)](n(188)))})),window[o(161)](o(200),this[o(153)]),this[o(140)][o(144)]()}[Ri(156)](){const n=Ri;if(!this[n(171)])throw new e.CKEditorError(n(157),this);this[n(194)](null);const o=this[n(205)][n(182)][n(162)](xi);o[n(196)](this[n(140)]),this[n(147)](o),this[n(147)](this[n(140)]),this[n(205)]instanceof t.Context&&this[n(147)](this[n(205)][n(143)]);for(const t of Array[n(187)](this[n(209)]))this[n(160)](t);window[n(169)](n(200),this[n(153)]),this[n(153)][n(163)](),this[n(193)]=null,this[n(171)]=!1,this[n(140)]=null}[Ri(170)](){const t=Ri;this[t(171)]&&this[t(156)]()}[Ri(178)](t){const e=Ri,n=t[e(182)][e(162)](jr);if(!n)return;const o=()=>{const t=e,o=n[t(208)]({annotations:this[t(140)],activeAnnotation:this[t(193)]});this[t(194)](o[0]||null)};this[e(203)](n,e(202),o),this[e(203)](n,e(192),((t,{isAnnotationTracked:n})=>{const o=e;this[o(193)]&&n(this[o(193)])&&this[o(194)](null)})),this[e(203)](n,e(191),(()=>{this[e(153)]()})),this[e(203)](this[e(140)],e(192),(t=>{const s=e;n[s(206)]()&&(o(),t[s(175)]())}),{priority:e(185)}),this[e(209)][e(154)](n)}[Ri(160)](t){const e=Ri;this[e(147)](t),this[e(209)][e(201)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=308]})(t,e)}function Di(){const t=["add","_badge","ck-annotation-counter__badge","ck-annotation-counter","570770fxMutR","560770Xchltm","ck-annotation-counter__badge--","number","set","extendTemplate","bind","bindTemplate","annotationType","...","241755JKTlEX","isDirty","counterView","280870ZFCABU","270636vubhXv","1000160mYaZRV","toString","setTemplate","span","children","2992801kfNNTD","icon","ck-annotation-counter__badge--edit-mode"];return(Di=function(){return t})()}!function(t,e){const n=Si,o=t();for(;;)try{if(188003===-parseInt(n(317))/1+-parseInt(n(331))/2+-parseInt(n(314))/3+parseInt(n(319))/4+parseInt(n(332))/5+parseInt(n(318))/6+parseInt(n(324))/7)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Di);class Pi extends go.ButtonView{constructor(t){const e=Si;super(t);const n=this[e(311)];this[e(308)](e(315),!1),this[e(308)](e(334),0),this[e(310)](e(328)).to(this,e(315),this,e(334),((t,n)=>t?e(313):n[e(320)]())),this[e(308)](e(312),""),this[e(325)]=ei,this[e(309)]({attributes:{class:[e(330)]}}),this[e(316)]=new go.View,this[e(316)][e(321)]({tag:e(322),attributes:{class:[e(329),n.to(e(312),(t=>e(333)+t)),n.if(e(315),e(326))]},children:[{text:n.to(e(328))}]}),this[e(323)][e(327)](this[e(316)])}}var Li=n(197),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Li.A,Bi);Li.A.locals;const zi=Ki;function Ui(){const t=["attach","_attachToContainer","get","contains","_attachListeners","_integrateWithEditorAnnotations","northArrowSouthWest","2984YQmPky","focus","from","find","refresh","10SpxFht","bodyCollection","isVisible","low","_detachFromContainer","2763VAcEvu","_hideBalloon","8833006SQQkZS","EditorAnnotations","addAnnotation","southArrowNorthEast","detachFromDom","NarrowSidebar","includes","execute","_selectedAnnotations","content","40442094SsaYEd","rearrange","annotations","defaultPositions","4228FItRNn","blur","create","southArrowNorth","_showBalloon","hasDomSelection","isAttached","preventClosingBalloon","getByView","resize","init","attachToDom","type","_annotations","balloonPanelView","high","narrowsidebar-detach-not-attached","_destroyEditorAnnotationsIntegration","length","first","target","narrowSidebar","_annotationToNarrowView","_domEmitter","setActiveAnnotation","remove","stopPropagation","northArrowSouth","southArrowNorthWest","_refreshPositioning","cancel","set","number","clear","locale","set:container","element","refreshPositioning","stopListening","view","Esc","unpin","keydown","ready","5309352nrltJq","137134lZsBaB","_updateBalloonPosition","annotationType","_editorAnnotations","change:height","138XyctzK","off","change:container","preventDefault","values","mousedown","register","bind","delete","keyCode","uiUpdate","4VavuNu","ck-sidebar--narrow","isDirty","removeEventListener","has","plugins","addEventListener","_setSelectedAnnotations","requires","pin","activeAnnotation","esc","listenTo","northArrowSouthEast","_refreshPositioningDebounced","destroy","4139095CGSUtP","getOrderedSelectedAnnotations","context","focusableElements","getSidebarItemView","stop","narrowsidebar-attach-already-attached","detach","add","editors","_manuallyClosedAnnotationViews","pluginName","_detachListeners"];return(Ui=function(){return t})()}function Ki(t,e){const n=Ui();return(Ki=function(t,e){return n[t-=377]})(t,e)}!function(t,e){const n=Ki,o=t();for(;;)try{if(776606===-parseInt(n(448))/1+parseInt(n(403))/2*(parseInt(n(453))/3)+-parseInt(n(464))/4*(parseInt(n(480))/5)+-parseInt(n(447))/6+-parseInt(n(389))/7+parseInt(n(377))/8*(parseInt(n(387))/9)+parseInt(n(382))/10*(parseInt(n(399))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ui);class Fi extends t.ContextPlugin{static get[zi(472)](){return[xi,mi]}static get[zi(491)](){return zi(394)}constructor(t){const n=zi;super(t),this[n(409)]=!1,this[n(490)]=new Set,this[n(426)]=Object[n(405)](e.DomEmitterMixin),this[n(425)]=new Map,this[n(434)](n(474),null),this[n(401)]=null,this[n(397)]=[],this[n(451)]=new e.Collection,this[n(478)]=Hs((()=>{this[n(432)]()}),250,{leading:!1})}[zi(413)](){const t=zi;this[t(482)][t(469)][t(495)](mi)[t(459)](t(424),this),this[t(383)]=new go.BodyCollection(this[t(482)][t(437)]),this[t(417)]=new go.BalloonPanelView(this[t(482)][t(437)]),this[t(383)][t(414)](),this[t(383)][t(488)](this[t(417)])}[zi(493)](n){const o=zi;this[o(401)]=n;const s=this[o(482)][o(469)][o(495)](xi),r=this[o(417)];if(s[o(416)]=n,this[o(409)])throw new e.CKEditorError(o(486),this);this[o(409)]=!0,this[o(476)](s,o(438),(()=>{const t=o;this[t(487)](),this[t(476)](s,t(455),(e=>{const o=t;e[o(454)](),this[o(493)](n)}))})),s[o(494)]({viewClass:o(465),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(482)][e(437)]);s[e(391)](t,n),this[e(425)][e(434)](t,n),n[e(460)](e(466),e(450),e(435)).to(t[e(442)],e(466),e(415),e(421)),n.on(e(396),(()=>{const n=e;this[n(490)][n(436)](),r[n(398)][n(422)]!==t[n(442)]?(this[n(407)](t),t[n(442)][n(439)][n(378)](),this[n(427)](t)):this[n(427)](null)}))};for(const t of n)i(t);this[o(476)](n,o(488),((t,e)=>{i(e)})),this[o(476)](n,o(428),((t,e,r)=>{const i=o;this[i(425)][i(495)](e)[i(479)](),this[i(425)][i(461)](e),s[i(400)]({removedAnnotation:e,previousAnnotation:n[i(495)](r-1),nextAnnotation:n[i(495)](r+1)}),e===this[i(474)]&&this[i(427)](null)}),{priority:o(385)}),this[o(476)](n,o(378),((t,e)=>{this[o(427)](e)})),this[o(476)](n,o(404),(()=>{this[o(427)](null)})),this[o(426)][o(476)](document,o(445),((t,n)=>{const s=o;n[s(462)]===e.keyCodes[s(475)]&&r[s(384)]&&(this[s(490)][s(488)](r[s(398)][s(422)]),this[s(388)](),n[s(429)](),n[s(456)]())})),this[o(426)][o(476)](document,o(458),((t,e)=>{const n=o,i=e[n(423)];r[n(384)]&&r[n(439)][n(496)](i)||s[n(442)][n(439)][n(496)](i)||t[n(410)]||this[n(474)]&&this[n(474)][n(483)][n(380)]((t=>t[n(496)](i)))||(this[n(490)][n(436)](),this[n(388)](),this[n(427)](null))}));const c=this[o(482)]instanceof t.Context?this[o(482)][o(489)]:new e.Collection([this[o(482)]]);for(const t of c)this[o(498)](t);this[o(476)](c,o(488),((t,e)=>{const n=o;this[n(476)](e,n(446),(()=>{this[n(498)](e)}))})),this[o(476)](c,o(428),((t,e)=>{const n=o;e[n(469)][n(468)](n(390))&&this[n(420)](e[n(469)][n(495)](n(390)))})),window[o(470)](o(412),this[o(478)]),this[o(432)]()}[zi(427)](t){const e=zi;if(t===this[e(474)])return;const n=this[e(482)][e(469)][e(495)](xi);n[e(381)]({blurredAnnotation:this[e(474)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(484)](t)?this[e(407)](t):this[e(388)](),this[e(474)]=t}[zi(487)](){const n=zi;if(!this[n(409)])throw new e.CKEditorError(n(419),this);this[n(427)](null);const o=this[n(482)][n(469)][n(495)](xi);this[n(388)](),Array[n(379)](this[n(425)][n(457)](),(t=>t[n(479)]())),this[n(425)][n(436)](),o[n(386)](this[n(401)]),this[n(441)](),this[n(426)][n(441)](),this[n(482)]instanceof t.Context&&this[n(441)](this[n(482)][n(489)]);for(const t of Array[n(379)](this[n(451)]))this[n(420)](t);window[n(467)](n(412),this[n(478)]),this[n(478)][n(433)](),this[n(397)]=[],this[n(409)]=!1,this[n(401)]=null}[zi(479)](){const t=zi;this[t(409)]&&this[t(487)](),this[t(383)][t(393)]()}[zi(498)](t){const e=zi,n=t[e(469)][e(495)](jr),o=this[e(482)][e(469)][e(495)](xi),s=this[e(401)],r=this[e(417)],i=()=>{const t=e,o=n[t(481)]({annotations:this[t(401)],activeAnnotation:this[t(474)]});this[t(471)](o),this[t(427)](o[0]||null)};this[e(476)](n,e(381),i),this[e(476)](n,e(404),((t,{isAnnotationTracked:n})=>{const o=e;this[o(474)]&&n(this[o(474)])&&(this[o(471)]([]),this[o(427)](null))})),this[e(476)](n,e(463),(()=>{this[e(478)]()})),this[e(476)](s,e(404),(t=>{const o=e;n[o(408)]()&&t[o(485)]()}),{priority:e(418)}),this[e(476)](this[e(426)],e(458),((t,s)=>{const c=e,a=s[c(423)];r[c(384)]&&r[c(439)][c(496)](a)||o[c(442)][c(439)][c(496)](a)||this[c(474)]&&n[c(408)]()&&(i(),t[c(410)]=!0)}),{priority:e(418)}),this[e(451)][e(488)](n)}[zi(420)](t){const e=zi;t&&(this[e(441)](t),this[e(451)][e(428)](t))}[zi(471)](t){const e=zi;for(const n of this[e(397)])t[e(395)](n)||this[e(490)][e(461)](n[e(442)]);this[e(397)]=t}[zi(432)](){const t=zi,e=this[t(417)];this[t(401)][t(440)](),e[t(384)]&&this[t(449)]()}[zi(407)](t){const e=zi;if(this[e(490)][e(468)](t[e(442)]))return;const n=this[e(417)][e(398)][e(422)];n!==t[e(442)]?(n&&this[e(492)](n),this[e(497)](t[e(442)]),this[e(417)][e(398)][e(436)](),this[e(417)][e(398)][e(488)](t[e(442)]),this[e(449)]()):this[e(449)]()}[zi(449)](){const t=zi,e=this[t(417)][t(398)][t(422)],n=e&&this[t(401)][t(411)](e);if(!n||!this[t(425)][t(468)](n))return;const o=this[t(425)][t(495)](n)[t(439)],s=function(){const e=t,n=go.BalloonPanelView[e(402)];return[n[e(392)],n[e(477)],n[e(406)],n[e(430)],n[e(431)],n[e(499)]]}();this[t(417)][t(473)]({target:o,positions:s})}[zi(388)](){const t=zi,e=this[t(417)],n=e[t(398)][t(422)];n&&(this[t(492)](n),e[t(444)](),e[t(398)][t(436)]())}[zi(497)](t){const e=zi;this[e(476)](t,e(452),(()=>this[e(449)]())),this[e(476)](t,e(443),((n,o)=>{const s=e;this[s(490)][s(488)](t),this[s(388)](),o()}))}[zi(492)](t){this[zi(441)](t)}}var Wi=n(874),Hi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wi.A,Hi);Wi.A.locals;const qi=Zi;function Zi(t,e){const n=Gi();return(Zi=function(t,e){return n[t-=361]})(t,e)}!function(t,e){const n=Zi,o=t();for(;;)try{if(622470===parseInt(n(369))/1+parseInt(n(387))/2+-parseInt(n(426))/3*(parseInt(n(416))/4)+parseInt(n(411))/5*(-parseInt(n(445))/6)+-parseInt(n(407))/7+-parseInt(n(422))/8*(parseInt(n(438))/9)+parseInt(n(418))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Gi);class Xi extends t.Plugin{static get[qi(364)](){return[jr,go.ContextualBalloon,mi]}static get[qi(375)](){return qi(450)}constructor(t){const e=qi;super(t),t[e(414)][e(361)][e(436)](To.MouseObserver),this[e(366)]=!1,this[e(439)](e(454),null),this[e(406)]=null,this[e(417)]=new Set,this[e(457)]=t[e(415)][e(385)](go.ContextualBalloon),this[e(443)]=new Set,this[e(427)]=[],this[e(381)]=!1}[qi(434)](){const t=qi,e=this[t(401)][t(415)][t(385)](mi);e[t(455)]===this[t(401)]&&(e[t(437)](t(451),this),this[t(401)][t(367)][t(439)](t(448),((e,n)=>{const o=t,s=this[o(457)];if(this[o(366)]&&s[o(392)]){const t=this[o(406)][o(429)](s[o(392)]);t&&this[o(372)](t),n()}})))}[qi(390)](){const t=qi,e=this[t(401)][t(415)][t(385)](mi);e[t(455)]===this[t(401)]&&(e[t(393)]()||e[t(420)](t(451)))}[qi(370)](t){const e=qi;t!==this[e(454)]&&(this[e(454)]&&(this[e(454)][e(447)]=!1),t&&this[e(401)].ui[e(409)][e(380)]&&(this[e(406)][e(374)](t)&&this[e(413)](t,!0),t[e(447)]=!0),t||this[e(389)]([]),this[e(454)]=t)}[qi(430)](t){const n=qi;this[n(406)]=t;const o=this[n(401)][n(415)][n(385)](mi),s=this[n(457)];if(this[n(366)])throw new e.CKEditorError(n(383),this);if(o[n(455)]!==this[n(401)])throw new e.CKEditorError(n(428),this);const r=this[n(401)][n(415)][n(385)](jr);this[n(373)](r,n(377),(()=>{const t=n,e=r[t(403)]({annotations:this[t(406)],activeAnnotation:this[t(454)]});var o,s;!this[t(381)]&&(o=e,s=this[t(427)],o[t(449)]===s[t(449)]&&o[t(388)]((e=>s[t(419)](e))))||(this[t(381)]=!1,this[t(389)](e),this[t(370)](e[0]||null))})),this[n(373)](r,n(424),((t,{isAnnotationTracked:e})=>{const o=n;this[o(454)]&&e(this[o(454)])&&(this[o(389)]([]),this[o(370)](null))})),this[n(373)](this[n(401)].ui[n(409)],n(400),((t,e,o)=>{o||this[n(370)](null)})),this[n(373)](t,n(378),((t,e)=>{const o=n;this[o(444)](e),e===this[o(454)]&&this[o(370)](null)})),this[n(373)](s,n(435),((e,o,r,i)=>{const c=n;i&&this[c(402)](i);const a=t[c(429)](r);r&&a&&(this[c(373)](r,c(423),(()=>{s[c(368)]()})),this[c(373)](r,c(448),(()=>{const t=c;this[t(372)](a),this[t(401)][t(414)][t(361)][t(408)]()})),this[c(454)]!==a&&this[c(370)](a))})),this[n(373)](this[n(401)].ui,n(399),(()=>{const e=n;s[e(392)]&&t[e(429)](s[e(392)])&&s[e(368)]()})),this[n(373)](this[n(401)][n(414)][n(361)][n(433)],n(384),(()=>{const t=n;this[t(381)]=!0,this[t(417)][t(365)]()})),this[n(401)][n(414)][n(361)][n(433)][n(446)][n(395)]&&this[n(401)][n(414)][n(361)][n(408)](),this[n(366)]=!0}[qi(379)](){const t=qi;if(!this[t(366)])throw new e.CKEditorError(t(431),this);this[t(370)](null);for(const e of this[t(443)])this[t(444)](e);this[t(402)](),this[t(366)]=!1,this[t(406)]=null}[qi(398)](){const t=qi;this[t(366)]&&this[t(379)]()}[qi(389)](t){const e=qi;for(const n of this[e(427)])t[e(419)](n)||this[e(417)][e(410)](n);for(const n of this[e(406)])t[e(419)](n)||this[e(444)](n);if(this[e(401)].ui[e(409)][e(380)])for(const n of t)this[e(413)](n);this[e(427)]=t}[qi(413)](t,e=!1){const n=qi;this[n(417)][n(374)](t)||(this[n(443)][n(374)](t)||this[n(457)][n(371)](t[n(361)])||(this[n(443)][n(453)](t),this[n(457)][n(453)]({stackId:t[n(361)].id,view:t[n(361)],position:{target:()=>this[n(391)](t)}})),e&&this[n(457)][n(382)](t[n(361)].id))}[qi(391)](t){const n=qi,o=t[n(362)],s=this[n(401)][n(414)][n(361)],r=s[n(433)][n(446)][n(440)](),i=s[n(404)][n(363)](r);if(i[n(456)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(405)](...(c=e[n(397)](),Array[n(396)](c)[n(442)](DOMRect[n(376)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(449)];n++)Qi(s,t[n])?s[e(421)]+=t[n][e(421)]:(o[e(405)](s),s=t[n]);return o[e(405)](s),o}(t);const s=i[n(452)]();return t[n(412)]((t=>t[n(441)]<=s[n(441)]&&t[n(386)]>=s[n(386)]&&t[n(425)]<=s[n(425)]&&t[n(394)]>=s[n(394)]))||t[0]}var c;return t[n(432)]||i}[qi(444)](t){const e=qi;this[e(443)][e(374)](t)&&this[e(457)][e(371)](t[e(361)])&&(this[e(443)][e(410)](t),this[e(457)][e(378)](t[e(361)]))}[qi(372)](t){const e=qi;this[e(417)][e(453)](t),this[e(444)](t)}}function Gi(){const t=["register","72xMzbMZ","set","getFirstRange","top","map","_addedAnnotations","_removeAnnotationFromBalloon","6872154zbTOXP","selection","isActive","Esc","length","InlineAnnotations","inline","getBoundingClientRect","add","activeAnnotation","context","collapse","_balloon","view","target","viewRangeToDom","requires","clear","isAttached","keystrokes","updatePosition","496389mjkyHA","setActiveAnnotation","hasView","_closeAnnotation","listenTo","has","pluginName","fromRect","refresh","remove","detach","isFocused","_forceRefresh","showStack","inlineannotations-attach-already-attached","mousedown","get","bottom","1603722RqiBfK","every","_setSelectedAnnotations","afterInit","_getBalloonTargetForAnnotation","visibleView","hasActive","right","editableElement","from","getClientRects","destroy","update","change:isFocused","editor","stopListening","getOrderedSelectedAnnotations","domConverter","push","annotations","5870025hmYURG","focus","focusTracker","delete","5ZIDOkx","find","_addAnnotationToBalloon","editing","plugins","4ZhvLVT","_manuallyClosed","21377670DKvoLu","includes","switchTo","width","137200rQEqps","change:height","blur","left","2077239VHySYW","_selectedAnnotations","inlineannotations-not-allowed-with-context","getByView","attach","inlineannotations-detach-not-attached","targetRect","document","init","change:visibleView","addObserver"];return(Gi=function(){return t})()}function Qi(t,e){const n=qi;return t[n(441)]===e[n(441)]&&t[n(386)]===e[n(386)]&&t[n(394)]===e[n(425)]}var Yi=n(353),Ji={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Yi.A,Ji);Yi.A.locals;const $i='\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-2024, 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 clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.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-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n';function tc(){const t=["arrowup","isEmpty","setTemplate","remove","7700442MEFXWC","focus","_focusCycler","_focusTracker","ck-comments-archive__info","10416iOYmJX","element","7rgxebQ","add","114tqkhgW","ck-hidden","36pvuCTy","isActive","36195nuVyxz","11KuVWPw","_keystrokes","17543qrBVqC","tab","destroy","3324iZDanI","arrowleft","set","arrowdown","shift + tab","ck-comments-archive","high","184626Bzrdzy","ck-comments-archive__content","render","EMPTY_COMMENTS_ARCHIVE","bindTemplate","333JjChsi","5902690NtTUVw","selectstart","length","53400iHEIJG","stopPropagation","arrowright","div","listenTo","auto","_focusables"];return(tc=function(){return t})()}const ec=nc;function nc(t,e){const n=tc();return(nc=function(t,e){return n[t-=261]})(t,e)}!function(t,e){const n=nc,o=t();for(;;)try{if(851839===-parseInt(n(282))/1*(parseInt(n(275))/2)+parseInt(n(271))/3*(parseInt(n(277))/4)+parseInt(n(279))/5+parseInt(n(266))/6*(-parseInt(n(273))/7)+-parseInt(n(301))/8*(parseInt(n(297))/9)+parseInt(n(298))/10*(-parseInt(n(280))/11)+-parseInt(n(285))/12*(-parseInt(n(292))/13))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(tc);class oc extends go.View{constructor(t,n){const o=nc;super(t),this[o(287)](o(263),!n[o(300)]),this[o(269)]=new e.FocusTracker,this[o(281)]=new e.KeystrokeHandler,this[o(261)]=n,this[o(268)]=new go.FocusCycler({focusables:this[o(261)],focusTracker:this[o(269)],keystrokeHandler:this[o(281)],actions:{focusPrevious:o(289),focusNext:o(283)}}),this[o(305)](n,o(274),(()=>{this[o(263)]=!1})),this[o(305)](n,o(265),((t,e)=>{const s=o;e[s(278)]&&this[s(267)](),n[s(300)]||(this[s(263)]=!0)}));const s=this[o(296)];this[o(264)]({tag:o(304),attributes:{dir:o(306),class:["ck",o(290)],tabindex:-1},children:[{tag:o(304),attributes:{class:[o(293)]},children:[{tag:o(304),children:n},{tag:"p",attributes:{class:[o(270),s.if(o(263),o(276),(t=>!t))]},children:[{text:vo(t,o(295))}]}]}]})}[ec(294)](){const t=ec;super[t(294)](),this[t(281)][t(305)](this[t(272)]);const e=e=>e[t(302)]();this[t(281)][t(287)](t(303),e),this[t(281)][t(287)](t(286),e),this[t(281)][t(287)](t(262),e),this[t(281)][t(287)](t(288),e),this[t(305)](this[t(272)],t(299),((e,n)=>{n[t(302)]()}),{priority:t(291)})}[ec(284)](){const t=ec;super[t(284)](),this[t(269)][t(284)](),this[t(281)][t(284)]()}[ec(267)](){const t=ec;this[t(272)][t(267)]()}}const sc=rc;function rc(t,e){const n=cc();return(rc=function(t,e){return n[t-=122]})(t,e)}!function(t,e){const n=rc,o=t();for(;;)try{if(704467===-parseInt(n(158))/1+-parseInt(n(139))/2*(parseInt(n(156))/3)+parseInt(n(122))/4*(parseInt(n(126))/5)+parseInt(n(124))/6+-parseInt(n(146))/7*(-parseInt(n(131))/8)+parseInt(n(152))/9+-parseInt(n(153))/10*(parseInt(n(128))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(cc);class ic extends t.ContextPlugin{static get[sc(151)](){return sc(130)}static get[sc(143)](){return[_r,pr]}constructor(t){const n=sc;super(t),this[n(150)]=new e.Collection}[sc(134)](){const t=sc,e=this[t(154)],n=e[t(145)][t(140)](_r),o=e[t(145)][t(140)](pr);this[t(136)](n,t(125),((e,{threadId:o})=>{const s=t,r=n[s(155)](o);r[s(123)]&&this[s(150)][s(148)](r,this[s(129)](r[s(123)])),this[s(136)](r,s(132),((t,e,n)=>{const o=s;n?this[o(150)][o(135)](r)||this[o(150)][o(148)](r,this[o(129)](r[o(123)])):this[o(150)][o(135)](r)&&this[o(150)][o(137)](r)}))})),this[t(136)](n,t(157),((e,{threadId:o})=>{const s=t,r=n[s(155)](o);this[s(144)](r),this[s(150)][s(135)](r)&&this[s(150)][s(137)](r)}),{priority:t(138)}),this[t(136)](o[t(149)],t(141),((e,n)=>{const s=t;n[s(147)]=!0,o[s(127)](n)}))}[sc(129)](t){const e=sc,n=[...this[e(150)]][e(142)]((n=>n[e(123)]<t));return n>-1?n:this[e(150)][e(133)]}}function cc(){const t=["CommentsArchive","6692144FBajCj","change:archivedAt","length","init","has","listenTo","remove","highest","12zjJojK","get","focus","findIndex","requires","stopListening","plugins","7jpfKUF","isActive","add","collection","archivedThreads","pluginName","7736850WZhUCV","1809470LBdpdb","context","getCommentThread","160368zmGsWY","removeCommentThread","472203CYgnTw","12372KviBCQ","archivedAt","765492WruTBn","addCommentThread","935BrsEap","activate","55fgdLtx","_calculatePosition"];return(cc=function(){return t})()}const ac=uc;function hc(){const t=["remove","listenTo","1339338gFYhxS","archivedAt","isVisible","stopListening","119139Hzvgvd","6751165RaxlAP","8108270PwmjRA","indexOf","innerView","_threadToController","9LyMbOo","componentFactory","push","4DmpguK","annotationViews","get","COMMENTS_ARCHIVE","collaboration.channelId","archivedThreads","_createCommentsArchiveButton","Annotations","4kLwMLM","channelId","_visibleAnnotations","filter","CommentsArchiveUI","add","menuBar:commentsArchive","hide","plugins","636952AnhWlZ","tooltip","config","find","isEnabled","448555YzKUar","commentsArchiveView","focusableElements","_toggleDialog","collection","EDITOR_TOP_SIDE","3912843DaEUtO","set","_pendingThreads","7mQMNat","pluginName","execute","CommentsRepository","editor","findIndex","getByInnerView","view","splice","init","requires","show","locale","_calculatePosition","bind","length","12IkrfAA","commentsArchive","Dialog"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=105]})(t,e)}!function(t,e){const n=uc,o=t();for(;;)try{if(817674===parseInt(n(135))/1*(parseInt(n(121))/2)+parseInt(n(169))/3+parseInt(n(113))/4*(parseInt(n(105))/5)+-parseInt(n(165))/6+parseInt(n(144))/7*(-parseInt(n(130))/8)+parseInt(n(110))/9*(-parseInt(n(106))/10)+parseInt(n(141))/11*(-parseInt(n(160))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hc);class dc extends t.Plugin{static get[ac(145)](){return ac(125)}static get[ac(154)](){return[ic,go.Dialog]}constructor(t){const e=ac;super(t),this[e(114)]=new go.ViewCollection,this[e(143)]=[]}[ac(153)](){const t=ac;this[t(148)].ui[t(111)][t(126)](t(161),(()=>this[t(119)](go.ButtonView,!0))),this[t(148)].ui[t(111)][t(126)](t(127),(()=>this[t(119)](go.MenuBarMenuListItemButtonView)));const e=this[t(148)][t(129)][t(115)](ic),n=this[t(148)][t(129)][t(115)](t(120)),o=this[t(148)][t(129)][t(115)](t(147));this[t(164)](e[t(118)],t(126),((e,s)=>{const r=t,i=this[r(148)][r(132)][r(115)](r(117));if(!i||s[r(122)]===i){const t=o[r(109)][r(115)](s);if(!t)return void this[r(143)][r(112)](s);const e=this[r(157)](s[r(166)]),i=n[r(150)](t[r(151)]);i[r(167)]&&n[r(123)][r(163)](i),this[r(114)][r(126)](i[r(151)],e)}})),this[t(164)](n[t(139)],t(126),((e,n)=>{const s=t,r=this[s(143)][s(133)]((t=>{const e=s,r=o[e(109)][e(115)](t);return r&&n[e(108)]===r[e(151)]}));if(r){const t=this[s(157)](r[s(166)]);this[s(114)][s(126)](n[s(151)],t),this[s(143)][s(152)](this[s(143)][s(107)](r),1)}})),this[t(164)](e[t(118)],t(163),((e,s)=>{const r=t,i=this[r(148)][r(132)][r(115)](r(117));if(!i||s[r(122)]===i){const t=o[r(109)][r(115)](s),e=n[r(150)](t[r(151)]);this[r(114)][r(163)](e[r(151)]),this[r(168)](e[r(137)])}}))}[ac(157)](t){const e=ac,n=this[e(148)][e(132)][e(115)](e(117)),o=[...this[e(148)][e(129)][e(115)](ic)[e(118)]][e(124)]((t=>t[e(122)]===n))[e(149)]((n=>n[e(166)]<t));return o<0||o>this[e(114)][e(159)]?this[e(114)][e(159)]:o-1}[ac(138)](){const t=ac,e=this[t(148)],n=e[t(129)][t(115)](t(162));this[t(136)]||(this[t(136)]=new oc(e[t(156)],this[t(114)])),t(161)===n.id?n[t(128)]():n[t(155)]({id:t(161),title:vo(e[t(156)],t(116)),icon:$i,hasCloseButton:!0,content:this[t(136)],position:go.DialogViewPosition[t(140)]})}[ac(119)](t,e=!1){const n=ac,o=this[n(148)][n(156)],s=new t(o);return s[n(158)](n(134)).to(this,n(134)),s[n(142)]({label:vo(o,n(116)),icon:$i}),e&&(s[n(131)]=!0),this[n(164)](s,n(146),(()=>this[n(138)]())),s}}function lc(){var t=["requires","679503ADetMy","10RIsZjw","Comments","2weIbwt","907899AOtYZb","2290716psWxxQ","8LftJPG","170tXwmQW","188937TiwVql","1898934PsZaFS","458913XIFMDo","pluginName","278729dtLnXV"];return(lc=function(){return t})()}var mc=pc;function pc(t,e){var n=lc();return(pc=function(t,e){return n[t-=291]})(t,e)}!function(t,e){for(var n=pc,o=t();;)try{if(353458===parseInt(n(303))/1*(-parseInt(n(292))/2)+parseInt(n(293))/3+parseInt(n(294))/4+-parseInt(n(304))/5*(-parseInt(n(298))/6)+-parseInt(n(299))/7+parseInt(n(295))/8*(parseInt(n(297))/9)+parseInt(n(296))/10*(-parseInt(n(301))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(lc);class fc extends t.Plugin{static get[mc(302)](){return[_r,Qr,ri,ic,dc,hi,Ni,Fi,Xi]}static get[mc(300)](){return mc(291)}}function gc(){var t=["4557590AqGrcq","19793939pxTfpv","68641QFgEvV","61888QWhHpv","27150hpsDJr","1432284slLmSr","2RmqsjP","10576IXhffk","2349oRVFZf","69TKVQUJ","812lCfsTr"];return(gc=function(){return t})()}function vc(t,e){var n=gc();return(vc=function(t,e){return n[t-=126]})(t,e)}!function(t,e){for(var n=vc,o=t();;)try{if(689175===parseInt(n(135))/1*(parseInt(n(128))/2)+parseInt(n(131))/3*(parseInt(n(136))/4)+-parseInt(n(133))/5+parseInt(n(127))/6+-parseInt(n(132))/7*(parseInt(n(129))/8)+-parseInt(n(130))/9*(parseInt(n(126))/10)+parseInt(n(134))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gc)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
|
|
5
|
+
*/(()=>{var t={874:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.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=s},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.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--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;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.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.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,.ck-comment-marker--active .ck-comment-marker{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)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-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}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433: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 s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var c=0;c<t.length;c++){var a=[].concat(t[c]);o&&s[a[0]]||(n&&(a[2]?a[2]="".concat(n," and ").concat(a[2]):a[2]=n),e.push(a))}},e}},673:(t,e,n)=>{"use strict";var o,s=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]}}(),i=[];function c(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function a(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],a=e.base?r[0]+e.base:r[0],h=n[a]||0,u="".concat(a," ").concat(h);n[a]=h+1;var d=c(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):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 p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=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 s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=a(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 s=c(n[o]);i[s].references--}for(var r=a(t,e),h=0;h<n.length;h++){var u=c(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.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,{AnnotationView:()=>er,Annotations:()=>pr,AnnotationsUIs:()=>mi,BaseCommentThreadView:()=>as,BaseCommentView:()=>bs,Comment:()=>yr,CommentThread:()=>Ir,CommentThreadController:()=>po,CommentThreadInputView:()=>qo,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>Jo,CommentsOnly:()=>hi,CommentsRepository:()=>_r,CommentsUI:()=>ri,EditorAnnotations:()=>jr,InlineAnnotations:()=>Xi,NarrowSidebar:()=>Ki,WideSidebar:()=>Ni});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const h=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(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])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var w="object"==typeof self&&self&&self.Object===Object&&self;const _=b||w||Function("return this")();const I=_.Symbol;var y=Object.prototype,C=y.hasOwnProperty,A=y.toString,T=I?I.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 s=A.call(t);return o&&(e?t[T]=n:delete t[T]),s};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var M=I?I.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":M&&M in Object(t)?E(t):O(t)};const j=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const V=function(t){if(!j(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=_["__core-js_shared__"];var S,D=(S=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"";const P=function(t){return!!D&&D in t};var L=Function.prototype.toString;const B=function(t){if(null!=t){try{return L.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[object .+?Constructor\]$/,U=Function.prototype,F=Object.prototype,K=U.toString,W=F.hasOwnProperty,H=RegExp("^"+K.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!j(t)||P(t))&&(V(t)?H:z).test(B(t))};const Z=function(t,e){return null==t?void 0:t[e]};const X=function(t,e){var n=Z(t,e);return q(n)?n:void 0};const G=X(_,"Map");const Q=X(Object,"create");const J=function(){this.__data__=Q?Q(null):{},this.size=0};const Y=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Q){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Q?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]=Q&&void 0===e?"__lodash_hash_undefined__":e,this};function st(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])}}st.prototype.clear=J,st.prototype.delete=Y,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(G||p),string:new rt}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(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])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!G||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function wt(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}wt.prototype.add=wt.prototype.push=kt,wt.prototype.has=bt;const _t=wt;const It=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,s,r){var i=1&n,c=t.length,a=e.length;if(c!=a&&!(i&&a>c))return!1;var h=r.get(t),u=r.get(e);if(h&&u)return h==e&&u==t;var d=-1,l=!0,m=2&n?new _t:void 0;for(r.set(t,e),r.set(e,t);++d<c;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!It(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const At=_.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 xt=I?I.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Mt=function(t,e,n,o,s,r,c){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 i(+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 a=Tt;case"[object Set]":var h=1&o;if(a||(a=Et),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var d=Ct(a(t),a(e),o,s,r,c);return c.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Rt=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const jt=Array.isArray;const Vt=function(t,e,n){var o=e(t);return jt(t)?o:Rt(o,n(t))};const Nt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const St=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Lt=Pt?function(t){return null==t?[]:(t=Object(t),Nt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const Bt=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 Ut=function(t){return zt(t)&&"[object Arguments]"==R(t)};var Ft=Object.prototype,Kt=Ft.hasOwnProperty,Wt=Ft.propertyIsEnumerable;const Ht=Ut(function(){return arguments}())?Ut:function(t){return zt(t)&&Kt.call(t,"callee")&&!Wt.call(t,"callee")};const qt=function(){return!1};var Zt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xt=Zt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=Xt&&Xt.exports===Zt?_.Buffer:void 0;const Qt=(Gt?Gt.isBuffer:void 0)||qt;var Jt=/^(?:0|[1-9]\d*)$/;const Yt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t<e};const $t=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)&&$t(t.length)&&!!te[R(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,se=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=se&&se.exports===oe&&b.process;const ie=function(){try{var t=se&&se.require&&se.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var he=Object.prototype.hasOwnProperty;const ue=function(t,e){var n=jt(t),o=!n&&Ht(t),s=!n&&!o&&Qt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?Bt(t.length,String):[],a=c.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Yt(h,a))||c.push(h);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!V(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return Vt(t,ke,Lt)};var we=Object.prototype.hasOwnProperty;const _e=function(t,e,n,o,s,r){var i=1&n,c=be(t),a=c.length;if(a!=be(e).length&&!i)return!1;for(var h=a;h--;){var u=c[h];if(!(i?u in e:we.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<a;){var f=t[u=c[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const Ie=X(_,"DataView");const ye=X(_,"Promise");const Ce=X(_,"Set");const Ae=X(_,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Me="[object DataView]",Re=B(Ie),je=B(G),Ve=B(ye),Ne=B(Ce),Se=B(Ae),De=R;(Ie&&De(new Ie(new ArrayBuffer(1)))!=Me||G&&De(new G)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=xe||Ae&&De(new Ae)!=Oe)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?B(n):"";if(o)switch(o){case Re:return Me;case je:return Te;case Ve:return Ee;case Ne:return xe;case Se:return Oe}return e});const Pe=De;var Le="[object Arguments]",Be="[object Array]",ze="[object Object]",Ue=Object.prototype.hasOwnProperty;const Fe=function(t,e,n,o,s,r){var i=jt(t),c=jt(e),a=i?Be:Pe(t),h=c?Be:Pe(e),u=(a=a==Le?ze:a)==ze,d=(h=h==Le?ze:h)==ze,l=a==h;if(l&&Qt(t)){if(!Qt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):Mt(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&Ue.call(t,"__wrapped__"),p=d&&Ue.call(e,"__wrapped__");if(m||p){var f=m?t.value():t,g=p?e.value():e;return r||(r=new vt),s(f,g,n,o,r)}}return!!l&&(r||(r=new vt),_e(t,e,n,o,s,r))};const Ke=function t(e,n,o,s,r){return e===n||(null==e||null==n||!zt(e)&&!zt(n)?e!=e&&n!=n:Fe(e,n,o,s,t,r))};const We=function(t,e){return Ke(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 qe=function(){try{var t=X(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Ze=function(t,e,n){"__proto__"==e&&qe?qe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xe=Object.prototype.hasOwnProperty;const Ge=function(t,e,n){var o=t[e];Xe.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Ze(t,e,n)};const Qe=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var c=e[r],a=o?o(n[c],t[c],c,n,t):void 0;void 0===a&&(a=t[c]),s?Ze(n,c,a):Ge(n,c,a)}return n};const Je=function(t,e){return t&&Qe(e,ke(e),t)};const Ye=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!j(t))return Ye(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&Qe(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,sn=on&&"object"==typeof module&&module&&!module.nodeType&&module,rn=sn&&sn.exports===on?_.Buffer:void 0,cn=rn?rn.allocUnsafe:void 0;const an=function(t,e){if(e)return t.slice();var n=t.length,o=cn?cn(n):new t.constructor(n);return t.copy(o),o};const hn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const un=function(t,e){return Qe(t,Lt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Lt(t)),t=dn(t);return e}:St;const mn=function(t,e){return Qe(t,ln(t),e)};const pn=function(t){return Vt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=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 vn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const wn=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var _n=I?I.prototype:void 0,In=_n?_n.valueOf:void 0;const yn=function(t){return In?Object(In.call(t)):{}};const Cn=function(t,e){var n=e?vn(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 vn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return kn(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 wn(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!j(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return zt(t)&&"[object Map]"==Pe(t)};var Mn=ie&&ie.isMap;const Rn=Mn?ne(Mn):On;const jn=function(t){return zt(t)&&"[object Set]"==Pe(t)};var Vn=ie&&ie.isSet;const Nn=Vn?ne(Vn):jn;var Sn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Ln={};Ln[Sn]=Ln["[object Array]"]=Ln["[object ArrayBuffer]"]=Ln["[object DataView]"]=Ln["[object Boolean]"]=Ln["[object Date]"]=Ln["[object Float32Array]"]=Ln["[object Float64Array]"]=Ln["[object Int8Array]"]=Ln["[object Int16Array]"]=Ln["[object Int32Array]"]=Ln["[object Map]"]=Ln["[object Number]"]=Ln[Pn]=Ln["[object RegExp]"]=Ln["[object Set]"]=Ln["[object String]"]=Ln["[object Symbol]"]=Ln["[object Uint8Array]"]=Ln["[object Uint8ClampedArray]"]=Ln["[object Uint16Array]"]=Ln["[object Uint32Array]"]=!0,Ln["[object Error]"]=Ln[Dn]=Ln["[object WeakMap]"]=!1;const Bn=function t(e,n,o,s,r,i){var c,a=1&n,h=2&n,u=4&n;if(o&&(c=r?o(e,s,r,i):o(e)),void 0!==c)return c;if(!j(e))return e;var d=jt(e);if(d){if(c=gn(e),!a)return hn(e,c)}else{var l=Pe(e),m=l==Dn||"[object GeneratorFunction]"==l;if(Qt(e))return an(e,a);if(l==Pn||l==Sn||m&&!r){if(c=h||m?{}:xn(e),!a)return h?mn(e,nn(c,e)):un(e,Je(c,e))}else{if(!Ln[l])return r?e:{};c=An(e,l,a)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,c),Nn(e)?e.forEach((function(s){c.add(t(s,n,o,s,e,i))})):Rn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return He(f||e,(function(s,r){f&&(s=e[r=s]),Ge(c,r,t(s,n,o,r,e,i))})),c};const zn=function(t){return Bn(t,5)};const Un=function(t){return"symbol"==typeof t||zt(t)&&"[object Symbol]"==R(t)};var Fn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Kn=/^\w*$/;const Wn=function(t,e){if(jt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Un(t))||(Kn.test(t)||!Fn.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,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(Hn.Cache||pt),n}Hn.Cache=pt;const qn=Hn;var Zn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xn=/\\(\\)?/g;const Gn=function(t){var e=qn(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(Zn,(function(t,n,o,s){e.push(o?s.replace(Xn,"$1"):n||t)})),e}));const Qn=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var Jn=I?I.prototype:void 0,Yn=Jn?Jn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(jt(e))return Qn(e,t)+"";if(Un(e))return Yn?Yn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return jt(t)?t:Wn(t,e)?[t]:Gn(to(t))};const no=function(t){if("string"==typeof t||Un(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!j(t))return t;for(var s=-1,r=(e=eo(e,t)).length,i=r-1,c=t;null!=c&&++s<r;){var a=no(e[s]),h=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(s!=i){var u=c[a];void 0===(h=o?o(u,a,c):void 0)&&(h=j(u)?u:Yt(e[s+1])?[]:{})}Ge(c,a,h),c=c[a]}return t};const so=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 io=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 co=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};var lo=mo;function mo(t,e){var n=fo();return(mo=function(t,e){return n[t-=324]})(t,e)}!function(t,e){for(var n=mo,o=t();;)try{if(874019===parseInt(n(331))/1*(-parseInt(n(325))/2)+-parseInt(n(326))/3+parseInt(n(351))/4*(parseInt(n(335))/5)+-parseInt(n(332))/6+parseInt(n(344))/7+parseInt(n(349))/8*(parseInt(n(338))/9)+-parseInt(n(324))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(fo);class po extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(353)]=t,this[n(353)][n(327)]=!0,this[n(342)]=e,this[n(336)](e,n(328),(()=>this[n(346)]())),this[n(336)](e,n(339),(()=>this[n(341)]())),this[n(336)](e,n(345),(()=>this[n(334)]())),this[n(336)](e,n(348),(()=>this[n(343)]())),this[n(336)](e,n(354),((t,e)=>this[n(354)](e))),this[n(336)](e,n(340),((t,e,o)=>this[n(340)](e,o))),this[n(336)](e,n(352),((t,e)=>this[n(352)](e)))}[lo(346)](){var t=lo;this[t(353)][t(346)]()}[lo(341)](){var t=lo;this[t(353)][t(341)]()}[lo(334)](){var t=lo;this[t(353)][t(347)]||this[t(353)][t(334)]()}[lo(343)](){var t=lo;this[t(353)][t(347)]&&this[t(353)][t(343)]()}[lo(354)](t){var e=lo;this[e(353)][e(354)]({content:t,authorId:this[e(342)][e(337)].id})}[lo(340)](t,e){var n=lo;this[n(353)][n(329)](t)[n(350)]({content:e})}[lo(352)](t){var e=lo;this[e(353)][e(329)](t)[e(341)]()}[lo(333)](){var t=lo;this[t(330)](),this[t(353)][t(327)]=!1}}function fo(){var t=["resolveCommentThread","submit","isResolved","reopenCommentThread","8EUVdow","update","3820jLzSnl","removeComment","model","addComment","19667550pTpZqb","39918AnQSUl","2329650JHbGgA","_isAttached","submitCommentThread","getComment","stopListening","19sPGtGY","1234698icXtpg","destroy","resolve","5060MDZWvC","listenTo","_localUser","13504338kStcvv","removeCommentThread","updateComment","remove","view","reopen","12147702oLaQwU"];return(fo=function(){return t})()}var go=n(311);function vo(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"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a comment.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a comment.",id:"ENTER_COMMENT_ANNOUNCEMENT"});case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}const ko=wo;!function(t,e){const n=wo,o=t();for(;;)try{if(583054===parseInt(n(275))/1+-parseInt(n(259))/2*(parseInt(n(278))/3)+parseInt(n(255))/4+-parseInt(n(262))/5+parseInt(n(249))/6+parseInt(n(268))/7*(parseInt(n(251))/8)+-parseInt(n(263))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(_o);class bo extends go.EditorUIView{constructor(t,n){const o=wo;super(t);const s=(0,e.uid)();this[o(282)]=this[o(277)](),this[o(265)]=new go.InlineEditableUIView(t,n),this[o(257)]=this[o(276)](s,t),this[o(248)]({tag:o(252),attributes:{class:[o(274),o(258),o(271),o(280)],role:o(260),dir:t[o(267)],lang:t[o(272)],"aria-labelledby":o(264)+s},children:[this[o(257)],{tag:o(252),attributes:{class:o(253),role:o(270)},children:this[o(282)]}]})}[ko(256)](){const t=ko;super[t(256)](),this[t(282)][t(269)](this[t(265)])}[ko(273)](){const t=ko;this[t(265)][t(266)][t(273)]()}[ko(276)](t,e){const n=ko,o=new go.LabelView;return o[n(279)]=vo(e,n(254)),o[n(261)]({attributes:{id:n(250)+t,class:n(281)}}),o}}function wo(t,e){const n=_o();return(wo=function(t,e){return n[t-=248]})(t,e)}function _o(){const t=["ck-reset","1011634prZsBV","_createVoiceLabel","createCollection","12dGxKFl","text","ck-comment__input","ck-voice-label","main","setTemplate","3358152txtWCY","ck-editor__aria-label_","16IKqtOC","div","ck-editor__main","Comment editor","3942948qHCUvy","render","_voiceLabelView","ck-editor","517448DPiDnN","comment","extendTemplate","3502230jHqtbI","4400109MEsCpJ","cke-editor__aria-label_","editable","element","uiLanguageDirection","875819qdlymF","add","presentation","ck-rounded-corners","uiLanguage","focus"];return(_o=function(){return t})()}const Io=yo;function yo(t,e){const n=Co();return(yo=function(t,e){return n[t-=242]})(t,e)}function Co(){const t=["init","locale","element","view","rootName","editor","getRoot","2199297PSypeE","6DsFnCc","fire","328942bCcJbF","3472987CcYogw","15670fsbPwr","attachDomRoot","4PQdCZj","render","14927ZWdGpx","bind","2596805ItkFhg","4718079Citfxq","editable","ready","destroy","8vUnzXk","setEditableElement","name","editing","3583476xxeBjC","focusTracker","isFocused","document"];return(Co=function(){return t})()}!function(t,e){const n=yo,o=t();for(;;)try{if(502729===parseInt(n(263))/1*(-parseInt(n(265))/2)+-parseInt(n(262))/3*(parseInt(n(269))/4)+parseInt(n(242))/5+parseInt(n(251))/6+parseInt(n(266))/7*(-parseInt(n(247))/8)+-parseInt(n(243))/9+parseInt(n(267))/10*(parseInt(n(271))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Co);class Ao extends go.EditorUI{constructor(t){const e=yo;super(t),this[e(258)]=new bo(t[e(256)],t[e(250)][e(258)])}get[Io(257)](){const t=Io;return this[t(258)][t(257)]}[Io(255)](){const t=Io,e=this[t(260)][t(250)][t(258)],n=this[t(258)][t(244)],o=e[t(254)][t(261)]();n[t(249)]=o[t(259)],this[t(258)][t(270)]();const s=n[t(257)];this[t(248)](n[t(249)],s),this[t(258)][t(244)][t(272)](t(253)).to(this[t(252)]),e[t(268)](s),this[t(264)](t(245))}[Io(246)](){const t=Io;super[t(246)](),this[t(258)][t(246)]()}}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),Mo=n(834),Ro=n(251),jo=n(179);const Vo=No;function No(t,e){const n=So();return(No=function(t,e){return n[t-=120]})(t,e)}function So(){const t=["get","15129690kKgVtl","826900yXdSEY","plugins","ready","document","1628133jxBAjO","1502552LCqkkm","getRoot","assign","init","placeholderElement","model","config","fire","placeholder","editing","defaultPlugins","view","change:placeholder","destroy","28rZiRal","name","1383487piCaAs","getChild","initPlugins","20736UhynRR","createRoot","low","_updatePlaceholder","data","then","create","change","2LHOGoU","focus","set","childCount","setSelection","end","63wyVprK","initialData","166778fRUmiP"];return(So=function(){return t})()}!function(t,e){const n=No,o=t();for(;;)try{if(785778===parseInt(n(140))/1*(parseInt(n(132))/2)+-parseInt(n(147))/3+parseInt(n(162))/4*(parseInt(n(143))/5)+parseInt(n(124))/6+-parseInt(n(121))/7+-parseInt(n(148))/8*(parseInt(n(138))/9)+parseInt(n(142))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(So);const Do=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,Mo.Typing,Ro.Undo,jo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=No;(t=Object[e(150)]({},t))[e(144)]||(t[e(144)]=Po[e(158)]),super(t),this.ui=new Ao(this),this[e(134)](e(156),""),this[e(153)][e(146)].on(e(131),(()=>this[e(127)]()),{priority:e(126)}),this.on(e(160),(()=>this[e(127)]())),this[e(153)][e(146)][e(125)]()}[Vo(130)](){const t=Vo,e=this[t(154)][t(141)](t(139))||"";return this[t(123)]()[t(129)]((()=>this.ui[t(151)]()))[t(129)]((()=>this[t(128)][t(151)](e)))[t(129)]((()=>this[t(155)](t(145))))}[Vo(161)](){const t=Vo;return super[t(161)]()[t(129)]((()=>this.ui[t(161)]()))}[Vo(133)](){const t=Vo;this[t(153)][t(131)]((e=>{const n=t,o=this[n(153)][n(146)][n(149)](),s=o&&o[n(122)](o[n(135)]-1);e[n(136)](s,n(137)),this[n(157)][n(159)][n(133)]()}))}[Vo(127)](){const t=Vo,e=this[t(157)][t(159)],n=e[t(146)][t(149)](),o=n[t(122)](0);n[t(135)]>1||!o||"p"!=o[t(120)]?this[t(152)]&&this[t(152)][t(156)]&&((0,To.disablePlaceholder)(e,this[t(152)]),this[t(152)]=void 0):(this[t(156)]&&(o[t(156)]=this[t(156)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(152)]=o)}}Po[Vo(158)]=Do;const Lo=Po,Bo=zo;function zo(t,e){const n=Fo();return(zo=function(t,e){return n[t-=392]})(t,e)}!function(t,e){const n=zo,o=t();for(;;)try{if(715462===parseInt(n(408))/1*(-parseInt(n(441))/2)+parseInt(n(412))/3*(-parseInt(n(436))/4)+-parseInt(n(461))/5+parseInt(n(456))/6*(-parseInt(n(411))/7)+parseInt(n(453))/8+-parseInt(n(418))/9+parseInt(n(451))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Fo);class Uo extends go.View{constructor(t,n={}){const o=zo;super(t),this[o(450)]=null,this[o(449)]=n,this[o(467)]=new e.KeystrokeHandler,this[o(468)]=new e.FocusTracker,this[o(442)](o(447),n[o(430)]||""),this[o(442)](o(399),!1),this[o(442)](o(446),!0),this[o(442)](o(393),vo(t,o(432))),this[o(442)](o(405),vo(t,o(396))),this[o(452)]=this[o(397)](),this[o(395)]=this[o(459)](),this[o(419)]({tag:o(438),attributes:{class:[o(466)]},children:[{tag:o(438),attributes:{class:[o(407),this[o(406)].if(o(446),o(458))]},children:[this[o(452)],this[o(395)]]}]}),this[o(467)][o(442)](o(469),((t,e)=>{const n=o;this[n(395)][n(460)](n(423)),e()})),this.on(o(439),((e,n)=>{const s=o;n[s(463)]>65e3?(alert(vo(t,s(417),[n[s(463)],65e3])),e[s(434)]()):this[s(450)][s(427)]("")}),{priority:o(457)})}[Bo(440)](){const t=Bo;super[t(440)](),this[t(467)][t(437)](this[t(464)]),this[t(468)][t(421)](this[t(464)])}[Bo(404)](){const t=Bo;return this[t(450)]||(this[t(450)]=new Lo(this[t(449)]),this[t(400)]=this[t(450)][t(445)]()[t(403)]((()=>{const e=t;if(this[e(470)])return;const n=this[e(450)];this[e(464)][e(401)](n.ui[e(464)],this[e(464)][e(422)]),n[e(455)][e(462)].on(e(433),(()=>this[e(447)]=n[e(420)]())),n[e(431)](e(393)).to(this),this[e(465)](this[e(450)]),this[e(460)](e(435),this[e(450)])}))),this[t(400)]}[Bo(402)](){const t=Bo;this[t(450)]&&this[t(450)][t(402)]()}async[Bo(454)](){const t=Bo;this[t(470)]||(this[t(470)]=!0,this[t(450)]&&(await this[t(400)],await this[t(450)][t(454)](),this[t(460)](t(444),this[t(450)])),await super[t(454)]())}[Bo(397)](){const t=Bo,{locale:e}=this,n=new go.ButtonView(e);return n[t(394)]({attributes:{class:[t(414)]}}),n[t(425)]=!0,n[t(431)](t(409)).to(this,t(405)),n.on(t(423),(()=>{const e=t;this[e(460)](e(439),this[e(447)])})),n[t(431)](t(443)).to(this,t(447),this,t(399),((e,n)=>!n&&!!e[t(415)]())),n}[Bo(459)](){const t=Bo,{locale:e}=this,n=new go.ButtonView(e);return n[t(394)]({attributes:{class:[t(413)]}}),n[t(409)]=vo(e,t(426)),n[t(425)]=!0,n.on(t(423),(()=>{const e=t;this[e(450)][e(427)](""),this[e(460)](e(429))})),n}[Bo(465)](t){const e=Bo,n=this[e(468)],o=new go.ViewCollection;[t.ui[e(410)],this[e(452)],this[e(395)]][e(398)]((t=>{const s=e;o[s(421)](t),n[s(421)](t[s(464)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(467)][e(442)](e(428),((t,n)=>{s[e(416)](),n()}),{priority:e(424)}),this[e(467)][e(442)](e(392),((t,n)=>{s[e(448)](),n()}),{priority:e(424)})}}function Fo(){const t=["bindTemplate","ck-comment__input-actions","466mpfkVh","label","view","7myhCtm","217575ppOgcH","ck-comment__input-actions--cancel","ck-comment__input-actions--submit","trim","focusNext","TOO_LONG_COMMENT_ALERT","8432136gNXqos","setTemplate","getData","add","firstChild","execute","low","withText","Cancel","setData","tab","cancel","initialData","bind","Reply...","change","stop","editorReady","4VyZwPM","listenTo","div","submit","render","930VtCltL","set","isEnabled","editorDestroyed","create","showButtons","value","focusPrevious","_editorConfig","editor","31301210sLvnHo","submitButtonView","200664LhYdZQ","destroy","model","5814120Xugbbs","high","ck-comment__input-actions--active","_createCancelButton","fire","1223015rkUYDI","document","length","element","_initializeFocusCycling","ck-comment__input-wrapper","keystrokes","focusTracker","Esc","_isDestroyed","shift + tab","placeholder","extendTemplate","cancelButtonView","Reply","_createSubmitButton","forEach","disabledSubmit","_editorCreationPromise","insertBefore","focus","then","createEditor","submitLabel"];return(Fo=function(){return t})()}var Ko=Wo;function Wo(t,e){var n=Ho();return(Wo=function(t,e){return n[t-=388]})(t,e)}function Ho(){var t=["userView","ck-comment__input-container","isFocused","value","bind","ck-thread__user","ck-thread__input","bindTemplate","9698927GEkrXC","537204ixsjyJ","ck-comment__input-container--active","editorReady","div","69644UEBgMI","41336415rovIBD","delegate","change:showInput","showInput","extendTemplate","editorDestroyed","2XvRjjA","81yQuMkX","1729025FhZfup","1501562ZlGvFA","setTemplate","then","7889624fHdJJD","editor","commentInputView","showButtons","createEditor","destroy","focusTracker","set"];return(Ho=function(){return t})()}!function(t,e){for(var n=Wo,o=t();;)try{if(754367===parseInt(n(397))/1*(-parseInt(n(394))/2)+-parseInt(n(395))/3*(-parseInt(n(421))/4)+-parseInt(n(396))/5+-parseInt(n(417))/6+-parseInt(n(416))/7+-parseInt(n(400))/8+parseInt(n(388))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ho);class qo extends go.View{constructor(t,e,n){var o=Wo;super(t),this[o(402)]=new Uo(t,n),this[o(402)][o(412)](o(403)).to(this[o(402)][o(406)],o(410),this[o(402)],o(411),((t,e)=>t||!!e)),this[o(407)](o(391),!1),this.on(o(390),(()=>{var t=o;this[t(391)]&&!this[t(402)][t(401)]&&this[t(402)][t(404)]()})),this[o(402)][o(389)](o(419)).to(this),this[o(402)][o(389)](o(393)).to(this),this[o(408)]=new s.UserView(t,e),this[o(408)][o(392)]({attributes:{class:o(413)}}),this[o(402)][o(392)]({attributes:{class:o(414)}}),this[o(398)]({tag:o(420),attributes:{class:[o(409),this[o(415)].if(o(391),o(418))]},children:[this[o(408)],this[o(402)]]})}[Ko(405)](){var t=Ko;return this[t(402)][t(405)]()[t(399)]((()=>super[t(405)]()))}}!function(t,e){const n=Xo,o=t();for(;;)try{if(134074===-parseInt(n(156))/1+-parseInt(n(159))/2*(-parseInt(n(162))/3)+-parseInt(n(158))/4+parseInt(n(153))/5*(-parseInt(n(157))/6)+-parseInt(n(149))/7*(-parseInt(n(155))/8)+-parseInt(n(148))/9+parseInt(n(154))/10*(parseInt(n(152))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Go);class Zo extends go.View{constructor(t){const e=Xo;super(t);const n=this[e(150)];this[e(161)](e(164),void 0),this[e(151)]({tag:"li",attributes:{class:e(163)},children:[{text:n.to(e(164),(n=>vo(t,e(160),n)))}]})}}function Xo(t,e){const n=Go();return(Xo=function(t,e){return n[t-=148]})(t,e)}function Go(){const t=["1412IoKmwk","30oGQwBC","NUMBER_OF_COMMENTS","set","18303ZebAbA","ck-thread__comment-count","count","19305JbKaKM","40705PrQdLK","bindTemplate","setTemplate","77EGAZsl","1031980Oadign","377670QEhaFS","256ncVMjG","198996LGTBZG","6IEUaYd"];return(Go=function(){return t})()}const Qo=Yo;!function(t,e){const n=Yo,o=t();for(;;)try{if(622985===-parseInt(n(389))/1*(-parseInt(n(356))/2)+-parseInt(n(372))/3*(-parseInt(n(335))/4)+parseInt(n(378))/5+-parseInt(n(369))/6*(-parseInt(n(397))/7)+parseInt(n(352))/8+parseInt(n(377))/9*(parseInt(n(345))/10)+-parseInt(n(383))/11*(parseInt(n(350))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}($o);class Jo extends go.View{constructor(t,e,n){const o=Yo;super(t),this[o(381)](o(363),!1),this[o(381)](o(404),e[o(405)][o(404)]),this[o(381)](o(408),!1),this[o(341)]=e,this[o(385)]=n,this[o(340)]=this[o(396)](),this[o(382)]=this[o(396)](),this[o(337)]=null,this[o(400)]=new Zo(t),this[o(400)][o(366)](o(336)).to(this,o(404),(t=>t-this[o(385)][o(395)]));for(const t of e[o(405)])this[o(412)](t);this[o(346)](),this[o(376)](e[o(405)],o(392),((t,e)=>{const n=o,s=this[n(384)](e);this[n(404)]++,this[n(412)](e,s),this[n(410)]()})),this[o(376)](e[o(405)],o(390),((t,e)=>{const n=o;this[n(404)]--,this[n(348)](e),this[n(410)]()})),this[o(376)](e,o(398),(()=>this[o(410)]())),this[o(376)](e,o(394),(()=>this[o(346)]())),this.on(o(368),(()=>this[o(410)]())),this.on(o(359),(()=>this[o(410)]())),this[o(388)]({tag:"ul",attributes:{class:[o(411)]},children:this[o(382)]})}get[Qo(357)](){const t=Qo;return this[t(341)][t(370)]>this[t(385)][t(413)]&&!this[t(408)]&&!this[t(363)]}[Qo(367)](){const t=Qo;super[t(367)](),this[t(410)]()}[Qo(349)](){const t=Qo;this[t(364)][t(349)]()}[Qo(406)](){const t=Qo;this[t(400)][t(406)]();for(const e of this[t(340)])e[t(406)]();super[t(406)]()}[Qo(410)](){const t=Qo;this[t(357)]?this[t(353)]():this[t(338)]()}[Qo(412)](t,e){const n=Qo,o=new(this[n(385)][n(334)])(this[n(354)],t,{maxCommentCharsWhenCollapsed:this[n(385)][n(380)],formatDateTime:this[n(385)][n(365)],editorConfig:this[n(385)][n(362)]});o[n(386)]=t.id,o[n(371)](n(373)).to(this),o[n(371)](n(339)).to(this),o[n(371)](n(403)).to(this),o[n(371)](n(343)).to(this),o[n(371)](n(391)).to(this),this[n(376)](o,n(387),(()=>this[n(407)]())),this[n(340)][n(392)](o,e)}[Qo(384)](t){const e=Qo,n=this[e(341)][e(401)](t);return this[e(337)]?this[e(337)][e(342)]>t[e(342)]?n-1:n:n-1}[Qo(346)](){const t=Qo;if(this[t(341)][t(360)]&&this[t(341)][t(344)]){const e={id:t(358),author:this[t(341)][t(360)],authoredAt:this[t(341)][t(344)],content:vo(this[t(354)],t(347)),attributes:{}};this[t(337)]=new(this[t(385)][t(334)])(this[t(354)],e,{maxCommentCharsWhenCollapsed:this[t(385)][t(380)],formatDateTime:this[t(385)][t(365)],editorConfig:this[t(385)][t(362)],isSystemComment:!0}),this[t(340)][t(392)](this[t(337)],this[t(341)][t(401)](e))}else this[t(337)]&&(this[t(340)][t(390)](this[t(337)]),this[t(337)][t(406)](),this[t(337)]=null);this[t(410)]()}[Qo(348)](t){const e=Qo,n=this[e(340)][e(390)](t.id);this[e(409)](n),n[e(375)]&&this[e(407)](),n[e(406)]()}[Qo(407)](){const t=Qo;this[t(363)]=Array[t(355)](this[t(340)])[t(351)]((e=>e[t(375)]))}[Qo(353)](){const t=Qo,n=function(t){const n=Yo,o=new e.Collection;for(const e of t)o[n(392)](e);return o}(this[t(340)]),o=this[t(400)][t(336)];for(let e=1;e<=o;e++)n[t(390)](1);for(const e of n)e[t(361)]();o>0&&n[t(392)](this[t(400)],1),ts((0,e.diff)(Array[t(355)](this[t(382)]),Array[t(355)](n)),this[t(382)],n)}[Qo(338)](){const t=Qo;ts((0,e.diff)(Array[t(355)](this[t(382)]),Array[t(355)](this[t(340)])),this[t(382)],this[t(340)]);for(const e of this[t(382)])e[t(374)]()}}function Yo(t,e){const n=$o();return(Yo=function(t,e){return n[t-=334]})(t,e)}function $o(){const t=["resolvedBy","collapse","editorConfig","hasDirtyComment","element","formatDateTime","bind","render","change:isActive","1121430DXgbgs","weight","delegate","151140dpUXSH","removeComment","expand","isEditMode","listenTo","171zeiVoC","491930engLJE","get","maxCommentCharsWhenCollapsed","set","visibleViews","12357147ODnuXN","_calculatePosition","_config","viewUid","change:isEditMode","setTemplate","95qaWVpL","remove","editorDestroyed","add","insert","change:isResolved","maxCommentsWhenCollapsed","createCollection","21bzNfxR","commentUpdated","delete","_collapsedCommentsView","_findOptimalIndex","equal","resolveCommentThread","length","comments","destroy","_updateHasDirtyComment","isActive","stopListening","refreshVisibleViews","ck-thread__comments","_handleNewCommentModel","maxThreadTotalWeight","CommentView","68CKGKWf","count","resolvedCommentView","_rearrangeExpand","updateComment","commentViews","_model","authoredAt","editorReady","resolvedAt","225960IAvAfl","_handleInfoComment","Marked as resolved","_handleRemoveCommentModel","focus","24mNQJnZ","some","6417672ouRZsX","_rearrangeCollapse","locale","from","2582jXItTl","_shouldCollapse","resolved","change:hasDirtyComment"];return($o=function(){return t})()}function ts(t,e,n){const o=Qo;let s=0;for(const r of t)switch(r){case o(393):e[o(392)](n[o(379)](s),s),s++;break;case o(399):e[o(390)](s);break;case o(402):s++}}const es=os;function ns(){const t=["reopenCommentThread","offsetWidth","isResolvable","_model","7170342OTJXDy","value","isEnabled","execute","469292yQzFjV","icon","context","listenTo","length","remove","763791IzKoSy","div","contextValue","3999615cWJJHs",".ck-context","_trimContextValue","2683632etqxHj","ck-annotation__actions","substring","bind","setTemplate","Comment was made on an element",".ck-context__value","lastIndexOf","render","hasContext","ck-thread__header","4474160zBXDbG","ck-context__value","ck-context--quotes","6068545edAgbi","tooltip","label","classList","element","span","Reopen","add","isReadOnly","locale","overlay","ck-context-wrapper","fire","reopenButtonView","bindTemplate","scrollWidth","mouseleave","_attachContextActions","...","isResolved","isVisible","4wuOauV","_createReopenButton","ck-context","querySelector","mouseenter"];return(ns=function(){return t})()}!function(t,e){const n=os,o=t();for(;;)try{if(754348===parseInt(n(443))/1+-parseInt(n(437))/2+-parseInt(n(446))/3*(parseInt(n(424))/4)+parseInt(n(460))/5+parseInt(n(433))/6+-parseInt(n(463))/7+parseInt(n(449))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ns);function os(t,e){const n=ns();return(os=function(t,e){return n[t-=424]})(t,e)}class ss extends go.View{constructor(t,e){const n=os;super(t);const o=this[n(477)];this[n(432)]=e,this[n(476)]=this[n(425)](),this[n(452)](n(458)).to(this[n(432)],n(439),(t=>!!t)),this[n(452)](n(445)).to(this[n(432)],n(439),(t=>t&&t[n(434)]?this[n(448)](t[n(434)]):vo(this[n(472)],n(454)))),this[n(453)]({tag:n(444),attributes:{class:[n(459)]},children:[{tag:n(444),attributes:{class:[n(474)]},children:[{tag:n(444),attributes:{class:[n(426),o.if(n(458),n(462))]},children:[{tag:n(468),attributes:{class:[n(461)]},children:[{text:o.to(n(445))}]}]}]},{tag:n(444),attributes:{class:[n(450)]},children:[this[n(476)]]}]})}[es(457)](){const t=es;super[t(457)](),this[t(480)]()}[es(425)](){const t=es,e=new go.ButtonView(this[t(472)]);return e[t(465)]=vo(this[t(472)],t(469)),e[t(464)]=vo(this[t(472)],t(469)),e[t(438)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(452)](t(435)).to(this[t(432)],t(471),(t=>!t)),e[t(452)](t(483)).to(this[t(432)],t(431),this[t(432)],t(482),((t,e)=>t&&e)),e.on(t(436),(()=>{const e=t;this[e(475)](e(429),this[e(432)].id)})),e}[es(448)](t){const e=es;if(t[e(441)]<150)return t;const n=t[e(456)](" ",147);return t[e(451)](0,n>-1?n:147)+e(481)}[es(480)](){const t=es,e=this[t(467)][t(427)](t(447)),n=e[t(427)](t(455));this[t(440)](e,t(428),(()=>{const o=t;n[o(430)]<n[o(478)]&&e[o(466)][o(470)](o(473))})),this[t(440)](e,t(479),(()=>{const n=t;e[n(466)][n(442)](n(473))}))}}function rs(t,e){const n=is();return(rs=function(t,e){return n[t-=479]})(t,e)}function is(){const t=["isReadOnly","4245437Alqofr","focus","submitLabel","length","676226wbYVZH","submitCommentThread","submit","reopenCommentThread","Write a comment...","_localUser","isResolvable","1816656UqnrEI","locale","412962hqQffb","change:isActive","isUnlinked","destroy","isResolved","element","commentThreadHeaderView","Comment","removeComment","addComment","56876GPabrH","5FHwFER","hasDirtyComment","canComment","isActive","editorDestroyed","Reply","placeholder","updateComment","unlinkedAt","fire","isSubmitted","removeCommentThread","cancel","_config","commentInputView","540831GJDxpe","stop","editorReady","_createCommentThreadInputView","Reply to reopen discussion...","set","editorConfig","commentsListView","2097684HZOZZg","bind","listenTo","6shmzZD","resolveCommentThread","isDirty","Reply...","archivedAt","disabledSubmit","CommentView","delegate","value","commentThreadInputView","_model","showInput","assign"];return(is=function(){return t})()}const cs=rs;!function(t,e){const n=rs,o=t();for(;;)try{if(394044===-parseInt(n(519))/1+parseInt(n(501))/2*(parseInt(n(490))/3)+-parseInt(n(538))/4*(parseInt(n(539))/5)+-parseInt(n(528))/6+parseInt(n(515))/7+-parseInt(n(526))/8+parseInt(n(498))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(is);class as extends go.View{constructor(t,e,n,o){const s=rs;super(t),this[s(495)](s(542),!1),this[s(495)](s(503),!1),this[s(511)]=e,this[s(524)]=n,this[s(488)]=o,this[s(534)]=new ss(t,e),this[s(534)][s(508)](s(522)).to(this),this[s(500)](this,s(522),(()=>{this[s(516)]()})),this[s(497)]=new Jo(t,e,Object[s(513)]({CommentView:this[s(488)][s(507)]},o)),this[s(497)][s(508)](s(536)).to(this),this[s(497)][s(508)](s(482)).to(this),this[s(497)][s(508)](s(502)).to(this),this[s(497)][s(508)](s(492)).to(this),this[s(497)][s(508)](s(479)).to(this),this[s(497)][s(499)](s(542)).to(this),this[s(500)](this,s(502),(()=>{this[s(516)]()})),this[s(495)](s(518),this[s(497)][s(518)]),this[s(499)](s(518)).to(this[s(497)],s(518)),this[s(510)]=this[s(493)](),this[s(510)][s(508)](s(492)).to(this),this[s(510)][s(508)](s(479)).to(this),this.on(s(536),(()=>this[s(516)]())),this[s(499)](s(503)).to(this[s(497)],s(540),this[s(510)][s(489)],s(509),((t,e)=>t||!!e)),this[s(499)](s(530)).to(e,s(483),(t=>!!t))}[cs(516)](){const t=cs;this[t(533)][t(516)]()}async[cs(531)](){const t=cs;this[t(503)]=!1,this[t(497)][t(531)](),await this[t(510)][t(531)](),super[t(531)]()}[cs(493)](){const t=cs,e=new qo(this[t(527)],this[t(524)],this[t(488)][t(496)]),n=e[t(489)];return e[t(499)](t(512)).to(this,t(542),this[t(511)],t(514),this[t(511)],t(541),this[t(511)],t(505),n,t(509),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(499)](t(481)).to(this,t(518),this[t(511)],t(525),this[t(511)],t(532),((e,n,o)=>{const s=t;let r;return r=s(o&&n?494:e?504:523),vo(this[s(527)],r)})),n[t(499)](t(517)).to(this,t(518),(e=>vo(this[t(527)],t(e?480:535)))),n.on(t(521),((e,n)=>{const o=t;this[o(484)](o(537),n),this[o(511)][o(532)]&&this[o(511)][o(525)]&&this[o(484)](o(522),this[o(511)].id),this[o(511)][o(485)]||this[o(484)](o(520))})),n.on(t(487),(()=>{this[t(516)]()})),n[t(499)](t(506)).to(this[t(511)],t(514)),n.on(t(487),(e=>{const n=t;0==this[n(518)]&&(this[n(484)](n(486)),e[n(491)]())})),this.on(t(529),((e,o,s)=>{const r=t;s||this[r(518)]||n[r(509)]||this[r(484)](r(486))})),e}}function hs(){const t=["isUnlinked","archivedAt","resolveCommentThread","894QXoAnr","ck-thread--","_boundFirstCommentView","ck-thread--unlinked","querySelector","locale","change:archivedAt","commentViews","3290418ZhqMnZ","_createResolveButton","element","cancelConfirm","tooltip","ck-comment--resolve","stop","add","check","isResolved","commentsListView","length","has","getTemplate","extendTemplate","562810Xfcjfq","resolveButton","actionBar","commentThreadChildren","576466MjANoc","listenTo","removeCommentThread","remove","9224HEFfLH","commentThreadInputView","ck-thread__container","530371LHRrMn","ck-thread","bindTemplate","ck-thread--active","get","117GskUMZ","execute","isSystemComment","high","icon","ck-thread--remove-confirmation","change:isActive","24AxFfld","showConfirm","3967288ANiGlF","isConfirm","_cancelAllConfirms","isReadOnly","commentThreadHeaderView","actionIndicator","isVisible","setTemplate","_model","createCollection","isEnabled","change:isReadOnly","Write a comment...","removeButton","Delete comment thread?","2zsGBKM","43400OwEwFO","then","isResolvable","ck-reset_all-excluded","unbind","Resolve","fire","_bindFirstCommentView",".ck-thread__container","addMany","containerElement","placeholder","div","set","1720fBhPIH","render","bind","label","isActive"];return(hs=function(){return t})()}const us=ds;function ds(t,e){const n=hs();return(ds=function(t,e){return n[t-=161]})(t,e)}!function(t,e){const n=ds,o=t();for(;;)try{if(566829===-parseInt(n(209))/1+parseInt(n(238))/2*(parseInt(n(183))/3)+-parseInt(n(206))/4*(-parseInt(n(167))/5)+parseInt(n(175))/6*(-parseInt(n(239))/7)+-parseInt(n(223))/8+-parseInt(n(214))/9*(-parseInt(n(198))/10)+parseInt(n(202))/11*(-parseInt(n(221))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hs);class ls extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=ds;super(t,e,n,o),this[s(201)]=this[s(232)](),this[s(201)][s(162)]([this[s(193)],this[s(207)]]),this[s(231)][s(173)]&&this[s(201)][s(190)](this[s(227)],0),this[s(231)].on(s(181),((t,e,n)=>{const o=s;n?this[o(201)][o(195)](this[o(227)])||this[o(201)][o(190)](this[o(227)],0):this[o(201)][o(205)](this[o(227)])})),this[s(166)](s(228),null),this[s(163)]=null,this[s(177)]=null,this[s(180)]=t,this[s(199)]=this[s(184)](),this[s(230)](this[s(196)]()),this.on(s(220),((t,e,n)=>{n||this[s(225)]()})),this[s(203)](this[s(231)],s(234),((t,e,n)=>{n&&this[s(225)]()})),this[s(194)]>0&&this[s(246)](),this[s(203)](this[s(193)][s(182)],s(190),(()=>{this[s(246)]()}))}[us(196)](){const t=us,e=this[t(211)];return{tag:t(165),attributes:{class:[t(210),t(242),e.if(t(171),t(212)),e.if(t(172),t(178)),e.if(t(224),t(219)),e.to(t(228),(e=>e?t(176)+e:""))],"data-thread-id":this[t(231)].id,tabindex:-1},children:[{tag:t(165),attributes:{class:t(208)},children:this[t(201)]}]}}[us(168)](){const t=us;super[t(168)](),this[t(163)]=this[t(185)][t(179)](t(161))}[us(225)](){const t=us;this[t(186)]();for(const e of this[t(193)][t(182)])e[t(186)]()}[us(246)](){const t=us,{locale:e}=this,n=this[t(193)][t(182)][t(213)](0);n===this[t(177)]||n[t(216)]||(this[t(177)]=n,this[t(243)](t(228)),this[t(169)](t(228)).to(n,t(228),(e=>t(205)===e?t(205):null)),n[t(164)]=vo(e,t(235)),n[t(236)].on(t(215),(n=>{const o=t;n[o(189)](),this[o(222)](vo(e,o(237)),this[o(163)])[o(240)]((()=>{const t=o;this[t(245)](t(204))}))}),{priority:t(217)}),n[t(200)][t(190)](this[t(199)],0))}[us(184)](){const e=us,n=new go.ButtonView(this[e(180)]);return n[e(170)]=vo(this[e(180)],e(244)),n[e(187)]=vo(this[e(180)],e(244)),n[e(218)]=t.icons[e(191)],n[e(197)]({attributes:{class:e(188)}}),n[e(169)](e(233)).to(this[e(231)],e(226),(t=>!t)),n[e(169)](e(229)).to(this[e(231)],e(241),this[e(231)],e(192),((t,e)=>t&&!e)),n.on(e(215),(()=>{const t=e;this[t(245)](t(174),this[t(231)].id)})),n}}var ms=ps;function ps(t,e){var n=gs();return(ps=function(t,e){return n[t-=452]})(t,e)}!function(t,e){for(var n=ps,o=t();;)try{if(774464===-parseInt(n(471))/1+parseInt(n(463))/2*(-parseInt(n(452))/3)+-parseInt(n(455))/4*(-parseInt(n(460))/5)+parseInt(n(470))/6*(-parseInt(n(457))/7)+parseInt(n(473))/8+-parseInt(n(467))/9+-parseInt(n(459))/10*(-parseInt(n(465))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gs);class fs extends go.View{constructor(t){var e=ps;super(t),this[e(456)](e(464),""),this[e(472)]({tag:e(454),attributes:{class:[e(461),e(458),e(453)]}})}[ms(466)](){var t=ms;super[t(466)](),this.on(t(468),((e,n,o)=>{var s=t;this[s(462)][s(469)]=o})),this[t(462)][t(469)]=this[t(464)]}}function gs(){var t=["11030598bDbPLy","change:content","innerHTML","121074LHvCNC","1088483AONMKh","setTemplate","5048EbANOI","2326509xzSuwo","ck-annotation__content","div","2431712owREsF","set","105WaACOr","ck-comment__content","95170VsKRkM","10ZxxyMd","ck-content","element","2PzEOBA","content","3410DUxcGF","render"];return(gs=function(){return t})()}const vs=ks;function ks(t,e){const n=ws();return(ks=function(t,e){return n[t-=191]})(t,e)}!function(t,e){const n=ks,o=t();for(;;)try{if(529333===parseInt(n(204))/1*(-parseInt(n(198))/2)+parseInt(n(238))/3*(-parseInt(n(226))/4)+parseInt(n(241))/5+parseInt(n(236))/6*(parseInt(n(215))/7)+parseInt(n(219))/8+-parseInt(n(207))/9*(parseInt(n(191))/10)+parseInt(n(206))/11*(parseInt(n(231))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ws);class bs extends go.View{constructor(t,e,n){const o=ks;super(t),this[o(208)]=e,this[o(242)]=n,this[o(194)]=!!this[o(242)][o(194)],this[o(230)](o(201),!1),this[o(230)](o(221),!0),this[o(218)]=this[o(199)](),this[o(218)][o(223)](this[o(228)]())}[vs(225)](){this[vs(221)]=!1}[vs(193)](){const t=vs;this[t(201)]||(this[t(221)]=!0)}[vs(214)](){const t=vs;this[t(227)][t(214)]()}async[vs(212)](){const t=vs;await this[t(218)][t(213)](0)[t(212)](),super[t(212)]()}[vs(237)](){const t=vs;this[t(201)]||(this[t(201)]=!0,this[t(218)][t(202)](0)[t(212)](),this[t(218)][t(223)](this[t(195)]()))}[vs(234)](){const t=vs;this[t(201)]&&(this[t(201)]=!1,this[t(218)][t(202)](0)[t(212)](),this[t(218)][t(223)](this[t(228)]()))}[vs(228)](){const t=vs,e=new fs(this[t(224)]);return e[t(203)](t(229)).to(this[t(208)],t(229),this,t(221),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(242)][t(235)]}):e)),e}[vs(195)](){const t=vs;this[t(242)][t(222)]||(this[t(242)][t(222)]={}),this[t(242)][t(222)][t(200)]=this[t(208)][t(229)];const e=new Uo(this[t(224)],this[t(242)][t(222)]);return e[t(209)]=this[t(208)][t(229)],e[t(203)](t(239)).to(this[t(208)],t(232)),e[t(197)]=vo(this[t(224)],t(196)),e.on(t(192),((e,n)=>{const o=t;this[o(210)](o(217),this[o(208)].id,n),this[o(234)](),this[o(214)]()})),e.on(t(211),(()=>{const e=t;this[e(234)](),this[e(214)]()})),e[t(240)](t(220),(()=>{e[t(214)]()})),e[t(233)](),e[t(205)](t(220)).to(this),e[t(205)](t(216)).to(this),e}}function ws(){const t=["destroy","get","focus","4617949zoSWno","editorDestroyed","updateComment","visibleView","4699072FUGMAM","editorReady","isCollapsed","editorConfig","add","locale","expand","3103576uFmnfQ","element","_createCommentContentView","content","set","6944244WTaJoY","isReadOnly","createEditor","switchToDisplayMode","maxCommentCharsWhenCollapsed","6qrzVXe","switchToEditMode","3cNeZXT","disabledSubmit","once","3764470uOALwl","_config","370UanoNa","submit","collapse","isSystemComment","_createCommentInputView","Save","submitLabel","8ocqhCo","createCollection","initialData","isEditMode","remove","bind","199138YpGJmk","delegate","11UmxiWz","116001HIwoji","_model","value","fire","cancel"];return(ws=function(){return t})()}const _s=ys;function Is(){const t=["formatDateTime","EXTERNAL_IMPORT_WORD_COMMENT","edit","ck-annotation__info-time","showConfirm","ck-comment__info-name","ck-comment__info","importWord","actionBar","fire","remove","Delete comment?","ck-comment__actions","isEditMode","items","112220DYrLBU","ck-annotation__content-wrapper","isSystemComment","setTemplate","placeholder","removeComment","actionIndicator","getUserViewNotificationText","author","threeVerticalDots","@external","change:isEnabled","ck-comment__actions--hidden","_model","279231HSfnQI","ck-annotation","panelView","_createCommentInputView","listenTo","isExternal","ck-comment","ck-annotation__info","32yujhSe","ck-annotation__actions--hidden","Show more items","_config","createCollection","then","change:isRemovable","ck-comment__user","ck-comment__external","mouseleave","addMany","1788ymULIV","ck-comment--remove-confirmation","div","ck-annotation__info-name","some","add","dropdown","length","EXTERNAL_IMPORT_WORD_AVATAR","cancelConfirm","1343421aZswKW","isRemovable","isConfirm","element","bind","ck-comment__wrapper","attributes","Edit","set","ck-comment--edit","_createRemoveButton","EXTERNAL_COMMENT","userView","source","blur","time","bindTemplate","isEditable","visibleView","extendTemplate","5719590Lluplv","panelPosition","icon","editButton","switchToEditMode","isVisible","locale","ck-annotation__main","resolvedAt","_createEditButton","name","render","ck-annotation__actions","ck-comment--","2833736kJrNUz","change:isVisible","getExternalCommentNote","ck-annotation__user","isReadOnly","ck-comment__main","EXTERNAL_AVATAR","16908HMhnTt","10717taiuRL","getTemplate","ck-comment--info","removeButton","authoredAt","label","pencil","children","creator","mouseenter","Remove","_attachActions","withText","focus","isEnabled","210gjbBor","buttonView","span","Reply...","ck-comment--remove","execute","_createDropdown","push","ck-comment__info-time"];return(Is=function(){return t})()}function ys(t,e){const n=Is();return(ys=function(t,e){return n[t-=483]})(t,e)}!function(t,e){const n=ys,o=t();for(;;)try{if(331148===parseInt(n(567))/1+parseInt(n(529))/2*(-parseInt(n(513))/3)+-parseInt(n(575))/4*(parseInt(n(553))/5)+-parseInt(n(586))/6*(-parseInt(n(514))/7)+-parseInt(n(506))/8+parseInt(n(596))/9+parseInt(n(492))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Is);class Cs extends((0,s.ConfirmMixin)(bs)){constructor(t,e,n){const o=ys;super(t,e,n),this[o(604)](o(559),null),this[o(604)](o(557),vo(t,o(532))),this[o(600)](o(518)).to(e),this[o(600)](o(500)).to(e),this[o(546)]=this[o(579)](),this[o(555)]||(this[o(495)]=this[o(501)](),this[o(517)]=this[o(606)](),this[o(552)]=this[o(579)](),this[o(552)][o(585)]([this[o(495)],this[o(517)]]),this[o(592)]=this[o(535)](),this[o(546)][o(591)](this[o(592)])),this[o(484)]=new s.UserView(t,e[o(561)],this[o(560)]()),this[o(484)][o(491)]({attributes:{class:[o(582),o(509)]}}),this[o(571)](e,o(581),(()=>this[o(595)]())),this[o(556)](this[o(515)]())}[_s(515)](){const t=_s,e=this[t(488)],n=[{tag:t(588),attributes:{class:[t(544),t(574)]},children:[{tag:t(531),children:[{text:this[t(484)][t(502)]}],attributes:{class:[t(543),t(589)]}},{tag:t(487),attributes:{datetime:e.to(t(518)),class:[t(537),t(541)]},children:[{text:e.to(t(518),(e=>this[t(578)][t(538)](e)))}]}]},{tag:t(588),attributes:{class:[t(550),t(504),e.if(t(551),t(565)),e.if(t(551),t(576))]},children:this[t(546)]},{tag:t(588),attributes:{class:[t(554)]},children:this[t(490)]}];return this[t(566)][t(572)]&&n[t(536)]({tag:t(588),attributes:{class:[t(583)]},children:[{text:this[t(508)]()}]}),{tag:"li",attributes:{class:[t(601),e.if(t(598),t(587))],tabindex:-1},children:[{tag:t(588),attributes:{class:[t(573),t(568),e.if(t(551),t(605)),e.if(t(555),t(516)),e.to(t(559),(e=>e?t(505)+e:""))],"data-author-id":this[t(566)][t(561)].id,"data-comment-id":this[t(566)].id},children:[this[t(484)],{tag:t(588),attributes:{class:[t(511),t(499)]},children:n}]}]}}[_s(501)](){const e=_s,n=new go.ButtonView(this[e(498)]);return n[e(519)]=vo(this[e(498)],e(603)),n[e(494)]=t.icons[e(520)],n[e(526)]=!0,n[e(491)]({attributes:{class:e(605)}}),n[e(600)](e(528)).to(this[e(566)],e(510),(t=>!t)),n[e(600)](e(497)).to(this[e(566)],e(489)),n.on(e(534),(()=>this[e(496)]())),n}[_s(606)](){const t=_s,e=new go.ButtonView(this[t(498)]);return e[t(519)]=vo(this[t(498)],t(524)),e[t(494)]='\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-2024, 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',e[t(526)]=!0,e[t(491)]({attributes:{class:t(533)}}),e[t(600)](t(528)).to(this[t(566)],t(510),(t=>!t)),e[t(600)](t(497)).to(this[t(566)],t(597)),e.on(t(534),(()=>{const e=t;this[e(542)](vo(this[e(498)],e(549)),this[e(599)])[e(580)]((()=>{const t=e;this[t(547)](t(558),this[t(566)].id)}))})),e}[_s(535)](){const e=_s,n=(0,go.createDropdown)(this[e(498)]),o=n[e(569)][e(521)],s=new go.ListView(this[e(498)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(498)]);i[r(521)][r(591)](t);const c=o>-1?o:s[r(552)][r(593)];s[r(552)][r(591)](i,c),n[r(571)](t,r(564),(()=>{const t=r;n[t(528)]=[...this[t(552)]][t(590)]((e=>e[t(528)]))})),n[r(571)](t,r(507),(()=>{const t=r;n[t(530)][t(497)]=[...this[t(552)]][t(590)]((e=>e[t(497)]))}))};n[e(493)]="sw",n[e(530)][e(604)]({label:vo(this[e(498)],e(577)),icon:t.icons[e(562)]}),n[e(528)]=[...this[e(552)]][e(590)]((t=>t[e(528)])),n[e(530)][e(497)]=[...this[e(552)]][e(590)]((t=>t[e(497)]));for(const t of this[e(552)])r(t);return o[e(591)](s),n[e(571)](this[e(552)],e(591),((t,e,n)=>{r(e,n)})),n[e(571)](this[e(552)],e(548),((t,n,o)=>{const r=e;s[r(552)][r(548)](o)})),n}[_s(525)](t,e){const n=_s,o=t&&t[n(599)];o&&(this[n(571)](o,n(523),(()=>this[n(559)]=e)),this[n(571)](o,n(527),(()=>this[n(559)]=e)),this[n(571)](o,n(584),(()=>this[n(559)]=null)),this[n(571)](o,n(486),(()=>this[n(559)]=null)))}[_s(570)](){const t=_s,e=super[t(570)]();return e[t(600)](t(557)).to(this),e}[_s(508)](){const t=_s;return t(545)===this[t(566)][t(602)][t(563)][t(485)]?vo(this[t(498)],t(539)):vo(this[t(498)],t(483))}[_s(560)](){const t=_s;return this[t(566)][t(572)]?t(545)===this[t(566)][t(602)][t(563)][t(485)]?vo(this[t(498)],t(594),this[t(566)][t(522)][t(502)]):vo(this[t(498)],t(512),this[t(566)][t(522)][t(502)]):null}[_s(503)](){const t=_s;super[t(503)](),this[t(525)](this[t(495)],t(540)),this[t(525)](this[t(517)],t(548))}}var As=n(673),Ts=n.n(As),Es=n(554),xs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Es.A,xs);Es.A.locals;var Os=n(306),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Os.A,Ms);Os.A.locals;var Rs=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,js);Rs.A.locals;const Vs=function(){return _.Date.now()};var Ns=/\s/;const Ss=function(t){for(var e=t.length;e--&&Ns.test(t.charAt(e)););return e};var Ds=/^\s+/;const Ps=function(t){return t?t.slice(0,Ss(t)+1).replace(Ds,""):t};var Ls=/^[-+]0x[0-9a-f]+$/i,Bs=/^0b[01]+$/i,zs=/^0o[0-7]+$/i,Us=parseInt;const Fs=function(t){if("number"==typeof t)return t;if(Un(t))return NaN;if(j(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=j(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=Bs.test(t);return n||zs.test(t)?Us(t.slice(2),n?2:8):Ls.test(t)?NaN:+t};var Ks=Math.max,Ws=Math.min;const Hs=function(t,e,n){var o,s,r,i,c,a,h=0,u=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-h>=r}function f(){var t=Vs();if(p(t))return g(t);c=setTimeout(f,function(t){var n=e-(t-a);return d?Ws(n,r-(t-h)):n}(t))}function g(t){return c=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=Vs(),n=p(t);if(o=arguments,s=this,a=t,n){if(void 0===c)return function(t){return h=t,c=setTimeout(f,e),u?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Fs(e)||0,j(n)&&(u=!!n.leading,r=(d="maxWait"in n)?Ks(Fs(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==c&&clearTimeout(c),h=0,o=a=s=c=void 0},v.flush=function(){return void 0===c?i:g(Vs())},v};const qs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return j(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Hs(t,e,{leading:o,maxWait:e,trailing:s})};function Zs(){const t=["characterData","96ysVVit","328524CzDmJS","21530HVimhz","1140195hNZKmx","969970AuWRiP","type","attributes","998854KTBEqc","14343EijVUu","528BhdYRu","class","cancel","observe","6052308oqCLfv","childList","9tTxOhs","2JnLHjz","354GlciIR","attributeName","disconnect"];return(Zs=function(){return t})()}function Xs(t,e){const n=Zs();return(Xs=function(t,e){return n[t-=189]})(t,e)}function Gs(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Xs;for(const o of t)(n(194)==o[n(193)]&&n(198)==o[n(206)]||n(202)==o[n(193)]||n(208)==o[n(193)])&&e()}));return{attach(t){n[Xs(200)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Xs;n[t(207)](),e[t(199)]()}}}!function(t,e){const n=Xs,o=t();for(;;)try{if(804299===-parseInt(n(195))/1*(-parseInt(n(204))/2)+parseInt(n(191))/3+-parseInt(n(201))/4+-parseInt(n(190))/5*(parseInt(n(205))/6)+parseInt(n(196))/7*(-parseInt(n(209))/8)+-parseInt(n(203))/9*(parseInt(n(192))/10)+parseInt(n(197))/11*(parseInt(n(189))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Zs);var Qs=n(438),Js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qs.A,Js);Qs.A.locals;const Ys=tr;function $s(){const t=["listenTo","set","destroy","ck-rounded-corners","fire","1810990vtQnJN","add","attach","63KADvPB","focus","content","Esc","mainView","_updateHeight","711488qUumup","1994286LAtwJn","_mutationObserver","2756474nvTScG","ck-annotation-wrapper--active","type","createCollection","targetRect","2192216PRZVNv","clientHeight","detach","504990TRoPjX","height","element","length","isDirty","setTemplate","569773tAjhCP","keystrokes","ck-annotation-wrapper","div","render","bindTemplate","focusTracker","clear","isActive","2ZfjVPG"];return($s=function(){return t})()}function tr(t,e){const n=$s();return(tr=function(t,e){return n[t-=351]})(t,e)}!function(t,e){const n=tr,o=t();for(;;)try{if(299640===-parseInt(n(370))/1*(-parseInt(n(379))/2)+parseInt(n(364))/3+parseInt(n(361))/4+parseInt(n(385))/5+-parseInt(n(354))/6+-parseInt(n(356))/7+parseInt(n(353))/8*(-parseInt(n(388))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}($s);class er extends go.View{constructor(t,n){const o=tr;super(t),this.id=(0,e.uid)(),this[o(376)]=new e.FocusTracker,this[o(371)]=new e.KeystrokeHandler,this[o(371)][o(381)](o(391),((t,e)=>this[o(384)](o(391),e))),this[o(381)](o(360),{top:0,right:0,bottom:0,left:0}),this[o(381)](o(365),0),this[o(381)](o(378),!1),this[o(381)](o(368),!1),this[o(381)](o(367),0),this[o(381)](o(358),""),this[o(355)]=Gs((()=>this[o(352)]())),this[o(390)]=this[o(359)](),this[o(390)][o(386)](n),this[o(351)]=n;const s=this[o(375)];this[o(369)]({tag:o(373),attributes:{class:["ck",o(372),o(383),s.if(o(378),o(357))],tabindex:-1},children:this[o(390)]})}[Ys(374)](){const t=Ys;super[t(374)](),this[t(376)][t(386)](this[t(366)]),this[t(371)][t(380)](this[t(366)]),this[t(355)][t(387)](this[t(366)])}[Ys(382)](){const t=Ys;this[t(390)][t(377)](),this[t(371)][t(382)](),this[t(376)][t(382)](),this[t(355)][t(363)](),super[t(382)]()}[Ys(389)](){const t=Ys;this[t(366)][t(389)]()}[Ys(352)](){const t=Ys,e=this[t(366)][t(362)];e&&(this[t(365)]=e)}}const nr=or;function or(t,e){const n=ir();return(or=function(t,e){return n[t-=480]})(t,e)}!function(t,e){const n=or,o=t();for(;;)try{if(409532===-parseInt(n(513))/1+-parseInt(n(519))/2+-parseInt(n(481))/3*(parseInt(n(493))/4)+parseInt(n(482))/5*(-parseInt(n(508))/6)+-parseInt(n(517))/7*(-parseInt(n(515))/8)+parseInt(n(525))/9*(-parseInt(n(495))/10)+-parseInt(n(486))/11*(-parseInt(n(510))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ir);class sr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=or;super(),this[r(488)]=t,this[r(488)][r(491)]||this[r(488)][r(502)](),this[r(501)]=o,this[r(498)]=n,sr[r(505)](this[r(521)]()),this[r(485)]=new e.Collection([this[r(488)][r(491)]],{idProperty:r(500)}),this[r(485)].on(r(497),((t,e)=>{const n=r;this[n(488)][n(489)][n(497)](e)})),this[r(485)].on(r(509),((t,e)=>{const n=r;this[n(488)][n(489)][n(509)](e)})),this[r(523)](r(494),s)}get[nr(518)](){const t=nr;return t(511)==typeof this[t(501)]?this[t(501)]():this[t(501)]}get[nr(490)](){const t=nr;return this[t(488)][t(507)]}get[nr(512)](){const t=nr,e=this[t(521)]();return sr[t(505)](e),e}get[nr(484)](){const t=nr,n=this[t(512)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(483)]((e=>function(e){const n=t;if(e[n(504)])return!0;return!!e[n(522)]()[n(503)](0)}(e)));return 0===o[t(480)]?null:new e.Rect(o[0][t(522)]()[t(503)](0))}get[nr(499)](){const t=nr;return this[t(488)][t(499)]}set[nr(499)](t){const e=nr;this[e(488)][e(499)]=t,this[e(488)][e(507)][e(499)]=t}[nr(496)](){const t=nr;this[t(488)][t(484)]=this[t(484)]}[nr(506)](){const t=nr;this[t(485)][t(516)](),this[t(485)][t(492)](),this[t(516)]()}[nr(514)](){const t=nr;this[t(494)]=!!this[t(484)]}static[nr(505)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(487)](t)&&t[n(524)]((t=>rr(t)))))throw new e.CKEditorError(n(526),null,{target:t})}[nr(521)](){const t=nr,e=t(511)==typeof this[t(498)]?this[t(498)]():this[t(498)];return rr(e)?[e]:e}}function rr(t){const e=nr;return null!==t&&e(527)==typeof t&&e(520)in t&&1===t[e(520)]}function ir(){const t=["annotation-invalid-target","object","length","1261947sZISZi","51860rCoopV","filter","targetRect","focusableElements","177034LaIdgd","isArray","view","focusTracker","innerView","element","clear","4GZlqoi","isVisible","5560djrCtb","updateTargetRect","add","_target","isActive","_id","_type","render","item","offsetParent","_assertCorrectTarget","destroy","mainView","282ohHRFQ","remove","1704idHGnm","function","target","459873xWngkS","refreshVisibility","8dkEpsf","stopListening","3099761xkNXNv","type","1132874oYRHPC","nodeType","_getNormalizedTarget","getClientRects","set","every","6219cbiDWo"];return(ir=function(){return t})()}const cr=ur;function ar(){const t=["targetRect","2540480JPODSf","top","focusableElements","_innerViewToAnnotation","remove","set","from","focus","has","sort","stopListening","_viewToAnnotation","290ZzEZJR","2406SOQxbj","284932mJPRtB","478161csrQcR","get","_sort","annotationcollection-duplicated-item","350669CgBXpy","length","isFocused","delete","_focusTracker","refreshPositioning","updateTargetRect","blur","view","add","annotationcollection-not-existing-item","innerView","getByInnerView","listenTo","fire","clear","getByView","change:isFocused","destroy","456sgCzPA","254874XqMnfY","_getOrderInContent","273798AieJkR","left","32ItvmCP","getIndex","91QRESMj","focusTracker"];return(ar=function(){return t})()}!function(t,e){const n=ur,o=t();for(;;)try{if(356695===parseInt(n(349))/1*(parseInt(n(374))/2)+-parseInt(n(375))/3+-parseInt(n(350))/4+parseInt(n(384))/5+parseInt(n(377))/6*(parseInt(n(381))/7)+parseInt(n(379))/8*(-parseInt(n(351))/9)+parseInt(n(348))/10*(-parseInt(n(355))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ar);class hr extends e.Collection{constructor(t=[]){const n=ur;super(),this[n(387)]=new Map,this[n(347)]=new Map,this[n(359)]=new e.FocusTracker,this[n(359)].on(n(372),((t,e,o)=>{const s=n;o||this[s(369)](s(362))}));for(const e of t)this[n(364)](e)}get[cr(357)](){const t=cr;return this[t(359)][t(357)]}[cr(364)](t){const n=cr;if(this[n(344)](t))throw new e.CKEditorError(n(354),null);this[n(387)][n(341)](t[n(366)],t),this[n(347)][n(341)](t[n(363)],t);for(const e of t[n(386)])this[n(359)][n(364)](e);this[n(368)](t[n(386)],n(364),((t,e)=>{const o=n;this[o(359)][o(364)](e)})),this[n(368)](t[n(386)],n(388),((t,e)=>{const o=n;this[o(359)][o(388)](e)})),this[n(368)](t[n(363)][n(382)],n(372),((e,o,s)=>{const r=n;s&&this[r(369)](r(343),t)})),t[n(361)]();const o=this[n(376)](t[n(363)][n(383)]);return super[n(364)](t,o)}[cr(388)](t){const n=cr;if(!this[n(344)](t))throw new e.CKEditorError(n(365),null);this[n(346)](t[n(363)][n(382)]),this[n(346)](t[n(386)]);for(const e of t[n(386)])this[n(359)][n(388)](e);return this[n(347)][n(358)](t[n(363)]),this[n(387)][n(358)](t[n(366)]),super[n(388)](t)}[cr(367)](t){const e=cr;return this[e(387)][e(352)](t)}[cr(371)](t){const e=cr;return this[e(347)][e(352)](t)}[cr(373)](){const t=cr;super[t(370)](),this[t(346)](),this[t(387)][t(370)](),this[t(347)][t(370)](),this[t(359)][t(373)]()}[cr(360)](){const t=cr;for(const e of this)e[t(361)]();this[t(353)]()}[cr(353)](){const t=cr,e=Array[t(342)](this)[t(345)](((e,n)=>dr(e[t(363)][t(383)],n[t(363)][t(383)])));for(let n=e[t(356)]-1;n>0;n--){const o=e[n];n!==this[t(380)](o)&&(this[t(388)](o),this[t(364)](o))}}[cr(376)](t){const e=cr;let n=0;if(!t)return this[e(356)];for(const o of this){const s=o[e(363)][e(383)];if(s){if(dr(t,s)<0)return n;n++}}return n}}function ur(t,e){const n=ar();return(ur=function(t,e){return n[t-=341]})(t,e)}function dr(t,e){const n=cr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(385)]-e[n(385)];return 0==o?t[n(378)]-e[n(378)]:o}const lr=mr;function mr(t,e){const n=fr();return(mr=function(t,e){return n[t-=433]})(t,e)}!function(t,e){const n=mr,o=t();for(;;)try{if(270004===-parseInt(n(452))/1*(parseInt(n(468))/2)+parseInt(n(453))/3+-parseInt(n(436))/4*(-parseInt(n(440))/5)+parseInt(n(448))/6+parseInt(n(445))/7*(parseInt(n(465))/8)+parseInt(n(438))/9*(parseInt(n(442))/10)+-parseInt(n(449))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(fr);class pr extends t.ContextPlugin{static get[lr(434)](){return lr(455)}constructor(t){const e=lr;super(t),this[e(457)]=new hr,this[e(447)]=new hr,this[e(446)](e(441),new Set),this[e(473)]()}[lr(451)](t){const e=lr;this[e(457)][e(451)](t)}[lr(466)](t){const e=lr;this[e(457)][e(466)](t),t[e(456)]()}[lr(470)](){const t=lr;for(const e of this[t(457)])e[t(470)]()}[lr(458)](){const t=lr;this[t(447)][t(458)]()}[lr(433)](t){const e=lr;return this[e(457)][e(433)](t)}[lr(437)](){const t=lr;this[t(469)](t(475))}[lr(456)](){const t=lr;for(const e of this[t(457)])e[t(456)]();this[t(447)][t(456)](),this[t(457)][t(456)](),super[t(456)]()}[lr(435)](t){const e=lr;this[e(469)](e(444),t)}[lr(472)](t){return new sr(t)}[lr(460)](t,e){return new er(t,e)}[lr(461)](t){const e=lr,n=new Set(this[e(441)]);n[e(451)](t),this[e(441)]=n}[lr(464)](t){const e=lr,n=new Set(this[e(441)]);n[e(471)](t),this[e(441)]=n}[lr(473)](){const t=lr,e=this[t(457)],n=this[t(447)];function o(e){const o=t,s=e[o(459)];s[o(439)]&&!n[o(462)](s)?n[o(451)](s):!s[o(439)]&&n[o(462)](s)&&n[o(466)](s),s[o(450)][o(454)][o(466)](s[o(450)][o(463)]),s[o(450)][o(454)][o(451)](s[o(450)][o(463)])}this[t(467)](e,t(451),((e,s)=>{const r=t;s[r(439)]&&n[r(451)](s),this[r(467)](s,r(443),o)})),this[t(467)](e,t(466),((e,s)=>{const r=t;n[r(462)](s)&&n[r(466)](s),this[r(474)](s,r(443),o)}))}}function fr(){const t=["_addActiveAnnotation","has","element","_removeActiveAnnotation","7000rpWffs","remove","listenTo","60790DMLAZf","fire","refreshVisibility","delete","createAnnotation","_bindAnnotationsToVisibleAnnotations","stopListening","_deactivateAllAnnotations","getByInnerView","pluginName","activate","7852RPBXHf","deactivateAll","43002RmxLAE","isVisible","325dzAePh","activeAnnotations","590vTKtuP","change:isVisible","_activateAnnotation","3367Rwqnnw","set","_visibleAnnotations","3172752TvaQVX","10485750XfjwJA","view","add","5hWgYOs","48195JvNVAO","focusTracker","Annotations","destroy","collection","refreshPositioning","source","createAnnotationView"];return(fr=function(){return t})()}const gr=kr;function vr(){const t=["comments.maxCommentsWhenCollapsed","_addCommentThread","1110650IlSSdQ","author","once","_updateCommentThread","max","delete","PENDING_ACTION_COMMENT_THREAD","find","add","22519Ehkygg","157rCWdBV","commentsrepository-add-comment-to-missing-comment-thread","_updateComment","isDirty","getPermissions","trim","body","_detachCommentThread","_isAttached","commentUpdated","_hasTargetInContent","textContent","commentsrepository-reopen-comment-thread-internal-error","_adapter","CommentsRepository","commentsrepository-remove-comment-internal-error","_isSubmitted","_removeActiveAnnotation","getUser","reduce","_remove","isNaN","_attachCommentThread","focusTracker","stopListening","commentsrepository-duplicated-comment-thread-id","6922GPpmNO","commentsrepository-remove-comment-thread-internal-error","listenTo","resolveCommentThread","_getExternalAuthor","refreshVisibility","view","resolve","PendingActions","isRemovable","reopenCommentThread","get","_bindAnnotationToEditors","commentsrepository-remove-missing-comment-thread","isResolvable","openNewCommentThread","string","map","commentsrepository-missing-comment-thread","comments.editorConfig","updateComment","resolvedAt","bind","submit","commentsrepository-remove-comment-missing-comment-thread","error","change:isDirty","editorDestroyed","external:","locale","assign","channelId","commentsrepository-active-missing-comment-thread","commentsrepository-active-not-attached","1048UOmhqe","commentsrepository-update-comment-internal-error","commentsrepository-get-comment-invalid-id","getCommentThreads","_submitCommentThread","_repository","authorName","change:authoredAt","change:_readOnlyChannels","comments.CommentView","unlinkedAt","commentsrepository-missing-thread-and-adapter-method","setActiveCommentThread","comments.copyMarkers","CommentThreadView","div","then","commentsrepository-add-comment-thread-internal-error","commentsrepository-fetch-comment-thread","switchReadOnly","attachTo","editorReady","bodyCollectionContainer","reopen","context","updateCommentThread","length","addCommentThread","commentsrepository-update-missing-comment","innerHTML","1074372ddfEDe","canComment","threadId","define","commentsrepository-missing-target","write","_addComment","commentThreadInputView","@external","addUser","content","isEditable","_createNewComment","hasCommentThread","isActive","51624zLXNCf","getByInnerView","68188NZiEbn","push","filter","has","isResolved","getTime","commentsrepository-add-comment-internal-error","deactivateAll","commentsrepository-adapter-already-set","27JvAuqp","plugins","_readOnlyChannels","comments.CommentThreadView","noChannel","licenseKey","CommentView","removeCommentThread","init","commentsrepository-invalid-comment-content","_unbindEditors","commentsrepository-update-comment-missing-comment-thread","_update","getIndex","_viewToController","authoredAt","editor","_updateActiveAnnotation","createElement","addComment","commentId","set","commentsrepository-resolve-comment-thread-internal-error","change:activeAnnotations","createCommentThreadController","setAttribute","_resolveCommentThread","_removeComment","setContext","toJSON","removeAttribute","fromCharCode","activate","modifyAll","commentsrepository-invalid-comment-authorid","adapter","attributes","495ZnZseo","commentsrepository-remove-missing-comment","forbiddenHandler","_createCommentThreadView","_reopenCommentThread","getRevision","fire","isExternal","11HpXOEw","weight","commentsrepository-invalid-commentid","isReadOnly","destroy","update","isFromAdapter","commentsrepository-update-comment-thread-internal-error","fetchCommentThread","getComment","admin","remove","createdAt","comments","from","pluginName","setUnlinkedAt","change:_permissions","requires","_removeCommentThread","model","config","focusableElements","comments.maxThreadTotalWeight","creator","comments.maxCommentCharsWhenCollapsed","join","function","commentsrepository-update-comment-invalid-content","activeCommentThread","_threadToController","_findOptimalIndex","_threads","commentsrepository-reopen-comment-thread","commentsrepository-add-comment-user-not-exists","values","isAttached","getCommentThread","resolvedBy","lowest","submitCommentThread","catch","getEarlierVisibleRevision","comment","commentInputView","28554BvzpXu","_permissions","commentsrepository-invalid-comment-thread-id","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","_add","warn","commentsrepository-resolved-comment-thread","focus","archivedAt","commentsrepository-attach-missing-comment-thread","removeComment","highest","afterInit","type","isSubmitted","innerView","setPermissions"];return(vr=function(){return t})()}function kr(t,e){const n=vr();return(kr=function(t,e){return n[t-=312]})(t,e)}!function(t,e){const n=kr,o=t();for(;;)try{if(402100===parseInt(n(386))/1*(-parseInt(n(412))/2)+-parseInt(n(502))/3*(parseInt(n(493))/4)+-parseInt(n(539))/5*(-parseInt(n(357))/6)+-parseInt(n(385))/7*(-parseInt(n(446))/8)+parseInt(n(491))/9+parseInt(n(376))/10+parseInt(n(312))/11*(parseInt(n(476))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(vr);const br=Symbol(gr(506)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class _r extends t.ContextPlugin{static get[gr(330)](){return[pr,t.PendingActions,s.Users]}static get[gr(327)](){return gr(400)}constructor(t){const e=gr;super(t),this[e(344)]=new Map,this[e(342)]=new Map,this[e(516)]=new Map,this[e(523)](e(504),new Set),this[e(523)](e(358),new Map),this[e(507)]=this[e(470)][e(333)][e(423)](e(507));const n=this[e(470)][e(333)];n[e(479)](e(374),2),n[e(479)](e(335),500),n[e(479)](e(337),140),n[e(479)](e(505),ls),n[e(479)](e(455),Cs),n[e(423)](e(431))||console[e(362)](e(360))}[gr(510)](){const t=gr,e=this[t(470)][t(503)][t(423)](pr);this[t(523)](t(341),null),this.on(t(473),((e,n)=>this[t(375)](n))),this.on(t(352),((e,n)=>this[t(450)](n))),this.on(t(415),((e,n)=>this[t(528)](n))),this.on(t(415),((e,n)=>this[t(519)](n)),{priority:t(351)}),this.on(t(422),((e,n)=>this[t(543)](n))),this.on(t(422),((e,n)=>this[t(519)](n)),{priority:t(351)}),this.on(t(509),((e,n)=>this[t(331)](n))),this.on(t(471),((e,n)=>this[t(379)](n))),this.on(t(471),((e,n)=>this[t(519)](n)),{priority:t(351)}),this.on(t(521),((e,n)=>this[t(482)](n))),this.on(t(432),((e,n)=>this[t(388)](n))),this.on(t(367),((e,n)=>this[t(529)](n))),this.on(t(521),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(349)](n),i=r&&this[s(342)][s(423)](r);i&&i[s(418)][s(364)]()}),{priority:t(351)}),this[t(414)](e,t(525),((e,n,o)=>{const s=t,r=Array[s(326)](o)[s(429)]((t=>this[s(516)][s(423)](t[s(372)])))[s(495)](Boolean)[0];this[s(341)]=r?r[s(332)]:null}))}[gr(369)](){!function(e){function n(t){const e=kr;return t[e(429)]((t=>String[e(533)](t)))[e(338)]("")}(e=>{const o=kr;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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],s[n([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 r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,c=16;const a=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=a[n([108,101,110,103,116,104])]/4,r=d(a);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let c,l=0,m=o;for(;m<e;){c=r[o-1],r[0]^=s[n([83])][c>>16&255]<<24^s[n([83])][c>>8&255]<<16^s[n([83])][255&c]<<8^s[n([83])][c>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];c=r[o/2-1],r[o/2]^=s[n([83])][255&c]^s[n([83])][c>>8&255]<<8^s[n([83])][c>>16&255]<<16^s[n([83])][c>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,a,d=0;for(;d<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[d],u[t-i][a]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)c=u[e][t],u[e][t]=s[n([85,49])][c>>24&255]^s[n([85,50])][c>>16&255]^s[n([85,51])][c>>8&255]^s[n([85,52])][255&c]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===c&&(i=m(r),c=0,l(r)),t[e]^=i[c++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let c;for(let t=0;t<4;t++)c=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^c>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^c>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^c>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^c);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const a=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,84,97,103,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,84,97,103,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,84,97,103,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],c=i[2]*r[2];function a(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=I,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=I,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=I,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=I)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=kr;if(C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const s=A(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=s[o(544)](0),i=s[o(354)](r[n([105,100])]);A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],i?i[n([105,100])]:null,1)[o(462)]((()=>e()))}}))}C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=c),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=kr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(407)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&a(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const c=function(){let t=i[6]*r[8]*r[6];return C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{a(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),c);const h=A(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=kr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(407)](Number(e))&&window[e]===c)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(470)]:e[o(518)],l=n([52,48,52,56,49,50,49,56]),m=n([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]),p=d[o(333)][o(423)](n([108,105,99,101,110,115,101,75,101,121])),f=a[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!C(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&a[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(541)]&&s[t[e(541)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((s,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=I}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function I(){return null}function y(){return!window[n([68,114,117,112,97,108])]||!C(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>C(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=c(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[gr(537)](t){const n=gr;if(this[n(399)])throw new e.CKEditorError(n(501));this[n(399)]=t}get[gr(537)](){return this[gr(399)]}[gr(473)]({channelId:t=br,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=gr;return this[m(545)](Cr(m(473),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(349)](n)}[gr(427)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(504)][i(496)](t)||this[i(504)][i(496)](void 0))return null;if(!o)throw new e.CKEditorError(i(480));const c=this[i(473)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(342)][i(423)](c),h=a[i(418)][i(483)][i(356)],u=this[i(470)][i(503)][i(423)](pr),d=u[i(492)](a[i(418)]);return u[i(534)](d),h[i(378)](i(467),(()=>h[i(364)]())),c}[gr(489)](t){const n=gr;if(n(428)!=typeof t)throw new e.CKEditorError(n(359));return this[n(344)][n(496)](t)}[gr(471)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(545)](Cr(i(471),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(349)](e)}[gr(349)](t){const n=gr;if(n(428)!=typeof t)throw new e.CKEditorError(n(359));return this[n(344)][n(423)](t)}[gr(320)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(349)](n);if(s)return Promise[o(419)](s);if(!this[o(537)])return Promise[o(419)](void 0);if(o(339)!=typeof this[o(537)][o(349)])throw new e.CKEditorError(o(457),this[o(470)]);return this[o(537)][o(349)]({channelId:t,threadId:n})[o(462)]((e=>this[o(489)](n)?this[o(349)](n):e?this[o(473)](Object[o(442)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(353)]((t=>{const n=o;throw console[n(437)](t),new e.CKEditorError(n(464),this[n(470)])}))}[gr(449)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(344)][s(347)]())t&&o[s(443)]!==t||e&&!o[s(348)]||n&&0===o[s(472)]||r[s(494)](o);return o?r[s(429)]((t=>t[s(531)]())):r}[gr(458)](t){const n=gr,o=this[n(470)][n(503)][n(423)](pr);if(!t)return void(this[n(341)]&&o[n(500)]());const s=this[n(349)](t);if(!s)throw new e.CKEditorError(n(444),null,{threadId:t});if(!this[n(342)][n(496)](s))throw new e.CKEditorError(n(445),null,{threadId:t});const r=o[n(492)](this[n(342)][n(423)](s)[n(418)]);o[n(534)](r)}[gr(465)](t,e){const n=gr;t?this[n(504)][n(384)](e):this[n(504)][n(381)](e),this[n(545)](n(454),n(504),this[n(504)],this[n(504)])}[gr(315)](t){const e=gr;return this[e(504)][e(496)](t)||this[e(504)][e(496)](void 0)}[gr(526)](t,e){return new po(t,e)}[gr(373)](t,e=br){const n=gr;this[n(358)][n(523)](e,t),this[n(545)](n(329),n(358),this[n(358)],this[n(358)])}[gr(390)](t=br){const e=gr;return this[e(358)][e(496)](t)?this[e(358)][e(423)](t):wr}[gr(375)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=gr;if(p(428)!=typeof n)throw new e.CKEditorError(p(359),null,{threadId:n});if(this[p(489)](n))throw new e.CKEditorError(p(411),null,{threadId:n});const f=new Ir(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(470)][p(503)][p(423)](s.Users)[p(404)](c):null,isResolvable:l,isSubmitted:m||d});this[p(344)][p(523)](n,f);for(const t of o)f[p(361)](this[p(488)]({threadId:n,...t}));return a&&f[p(466)](a),d||!f[p(472)]?Promise[p(419)]():this[p(450)]({channelId:t,threadId:n})}[gr(450)]({channelId:t,threadId:n}){const o=gr;if(!this[o(489)](n))throw new e.CKEditorError(o(430),this);const s=this[o(349)](n);if(s[o(402)]=!0,!this[o(537)]||o(339)!=typeof this[o(537)][o(473)])return Promise[o(419)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,d=this[o(470)][o(503)][o(423)](o(420)),l=d[o(384)](vo(this[o(470)][o(441)],o(382)));return this[o(537)][o(473)]({channelId:t,threadId:r,comments:i[o(429)]((t=>t[o(531)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(462)]((({comments:e})=>{const s=o;d[s(323)](l);for(const o of e)this[s(388)]({channelId:t,threadId:n,commentId:o[s(522)],createdAt:o[s(324)],isFromAdapter:!0})}))[o(353)]((t=>{const n=o;throw console[n(437)](t),new e.CKEditorError(n(463),this)}))}[gr(408)]({threadId:t,target:n}){const o=gr,s=this[o(349)](t);if(!s)throw new e.CKEditorError(o(366),this);const r=this[o(470)][o(503)][o(423)](o(420)),i=this[o(470)][o(503)][o(423)](pr),c=this[o(542)](s),a=new po(s,c);let h=null;c.on(o(438),((t,e,n)=>{const s=o;n?h=r[s(384)](vo(this[s(470)][s(441)],s(382))):h&&(r[s(323)](h),h=null)})),this[o(342)][o(523)](s,a),this[o(516)][o(523)](c,a);const u=new er(this[o(470)][o(441)],c);u[o(434)](o(472)).to(c),u[o(434)](o(389)).to(c,o(389),c,o(472),((t,e)=>t||!e)),u[o(434)](o(490)).to(c),u[o(370)]=o(355);const d=new sr({view:u,target:n,type:o(355),isVisible:!s[o(497)]});return this[o(424)](c,d),i[o(384)](d),d}[gr(424)](e,n){const o=gr;this[o(414)](e,o(467),((e,s)=>{const r=o,i=s.ui[r(418)][r(392)][r(468)];n[r(334)][r(384)](i),this[r(470)]instanceof t.Editor&&this[r(470)].ui[r(409)][r(384)](i)}),{priority:o(368)}),this[o(414)](e,o(439),((e,s)=>{const r=o,i=s.ui[r(418)][r(392)][r(468)];n[r(334)][r(496)](i)&&n[r(334)][r(323)](i),this[r(470)]instanceof t.Editor&&this[r(470)].ui[r(409)][r(323)](i)}))}[gr(512)](t){const e=gr;this[e(410)](t,e(467)),this[e(410)](t,e(439))}[gr(542)](t){const e=gr,n=this[e(470)][e(503)][e(423)](s.Users),{config:o,locale:r}=this[e(470)],i=(0,s.getDateTimeFormatter)(o[e(423)](e(441)));return new(0,o[e(423)](e(325))[e(460)])(r,t,n.me,{editorConfig:{...o[e(423)](e(431)),licenseKey:this[e(470)][e(333)][e(423)](e(507))},copyMarkers:o[e(423)](e(459)),maxCommentsWhenCollapsed:o[e(423)](e(374)),maxThreadTotalWeight:o[e(423)](e(335)),maxCommentCharsWhenCollapsed:o[e(423)](e(337)),formatDateTime:i,CommentView:o[e(423)](e(325))[e(508)]})}[gr(528)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(489)](t))throw new e.CKEditorError(c(430),null,{threadId:t});const a=this[c(349)](t);if(a[c(497)])throw new e.CKEditorError(c(363),null,{threadId:t});const h=this[c(470)][c(503)][c(423)](s.Users);if(a[c(350)]=h[c(404)](r),a[c(433)]=o,i||!this[c(537)]||c(339)!=typeof this[c(537)][c(415)])return Promise[c(419)]();const u=this[c(470)][c(503)][c(423)](c(420)),d=u[c(384)](vo(this[c(470)][c(441)],c(382)));return this[c(537)][c(415)]({channelId:n,threadId:t})[c(462)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(323)](d),a[n(350)].id!==e&&(a[n(350)]=h[n(404)](e)),a[n(433)]=t}))[c(353)]((t=>{const n=c;throw console[n(437)](t),new e.CKEditorError(n(524),this)}))}[gr(543)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(489)](t))throw new e.CKEditorError(s(430),null,{threadId:t});const r=this[s(349)](t);if(!r[s(497)])throw new e.CKEditorError(s(345),null,{threadId:t});if(r[s(350)]=null,r[s(433)]=null,o||!this[s(537)]||s(339)!=typeof this[s(537)][s(422)])return Promise[s(419)]();const i=this[s(470)][s(503)][s(423)](s(420)),c=i[s(384)](vo(this[s(470)][s(441)],s(382)));return this[s(537)][s(422)]({channelId:n,threadId:t})[s(462)]((()=>i[s(323)](c)))[s(353)]((t=>{const n=s;throw console[n(437)](t),new e.CKEditorError(n(398),this)}))}[gr(331)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(349)](t);if(!s)throw new e.CKEditorError(o(425),this);if(this[o(393)](t),this[o(344)][o(381)](t),!s[o(371)]||n||!this[o(537)]||o(339)!=typeof this[o(537)][o(509)])return Promise[o(419)]();const r=this[o(470)][o(503)][o(423)](o(420)),{channelId:i}=s,c=r[o(384)](vo(this[o(470)][o(441)],o(382)));return this[o(537)][o(509)]({channelId:i,threadId:t})[o(462)]((()=>r[o(323)](c)))[o(353)]((t=>{const n=o;throw console[n(437)](t),new e.CKEditorError(n(413),this)}))}[gr(379)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(428)!=typeof t)throw new e.CKEditorError(i(359),null,{threadId:t});if(!this[i(489)](t))throw new e.CKEditorError(i(430),null,{threadId:t});const c=this[i(349)](t);let a=!1;if(void 0!==o&&c[i(470)]!==o&&(c[i(470)]=o,a=!0),void 0!==n&&c[i(456)]!==n&&(c[i(456)]=n,a=!0),s&&!We(s,c[i(538)])&&(c[i(538)]=s,a=!0),!a)return Promise[i(419)]();if(!c[i(371)]||r||!this[i(537)]||i(339)!=typeof this[i(537)][i(471)])return Promise[i(419)]();const h=this[i(470)][i(503)][i(423)](i(420)),{channelId:u}=c,d=h[i(384)](vo(this[i(470)][i(441)],i(382)));return this[i(537)][i(471)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(462)]((()=>h[i(323)](d)))[i(353)]((t=>{const n=i;throw console[n(437)](t),new e.CKEditorError(n(319),this)}))}[gr(393)](t){const e=gr,n=this[e(470)][e(503)][e(423)](pr),o=this[e(349)](t);if(this[e(342)][e(496)](o)){const t=this[e(342)][e(423)](o),s=t[e(418)],r=n[e(492)](s);this[e(342)][e(381)](o),this[e(516)][e(381)](s),r&&n[e(323)](r),t[e(316)](),s[e(316)]()[e(462)]((()=>{this[e(512)](s)}))}}[gr(519)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(470)][n(503)][n(423)](pr),r=this[n(349)](t);if(this[n(342)][n(496)](r)){const t=this[n(342)][n(423)](r)[n(418)],e=s[n(492)](t);e&&(o&&s[n(403)](e),e[n(417)]())}}[gr(416)](t){const e=gr,n=this[e(470)][e(503)][e(423)](s.Users),o=(0,s.hashObject)(e(440)+t);return n[e(404)](o)||n[e(485)]({id:o,name:t})}[gr(488)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(428)!=typeof n)throw new e.CKEditorError(a(314));if(a(428)!=typeof r)throw new e.CKEditorError(a(536));if(a(428)!=typeof o||!o[a(391)]())throw new e.CKEditorError(a(511));const h=this[a(470)][a(503)][a(423)](s.Users)[a(404)](r);if(!h)throw new e.CKEditorError(a(346),null,{authorId:r});let u=null,d=i;return c&&c[a(484)]&&(u=this[a(416)](c[a(484)][a(452)]),d=new Date(c[a(484)][a(324)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:c})}[gr(482)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(349)](t[n(478)]);if(!c)throw new e.CKEditorError(n(387),this);const a=this[n(488)](t),{id:h}=a;if(c[n(361)](a),i||!this[n(537)]||n(339)!=typeof this[n(537)][n(521)]||!c[n(371)])return Promise[n(419)]();const u=this[n(470)][n(503)][n(423)](n(420)),{channelId:d}=c,l=u[n(384)](vo(this[n(470)][n(441)],n(382)));return r||(r={}),this[n(537)][n(521)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(462)]((t=>{const e=n;u[e(323)](l),t&&this[e(388)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(324)],isFromAdapter:!0})}))[n(353)]((t=>{const o=n;throw console[o(437)](t),new e.CKEditorError(o(499),this)}))}[gr(388)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(428)!=typeof o||!o[c(391)]()[c(472)]))throw new e.CKEditorError(c(340));const a=this[c(349)](t),h=a[c(321)](n);if(!h)throw new e.CKEditorError(c(474),this);let u=!1;if(o&&o!==h[c(486)]&&(h[c(487)]||i)&&(h[c(486)]=o,u=!0),s&&s!==h[c(324)]&&(h[c(324)]=s,h[c(538)]&&h[c(538)][c(484)]||(h[c(517)]=s),u=!0),r&&!We(r,h[c(538)])&&(h[c(538)]=r,u=!0),!u)return Promise[c(419)]();if(a[c(545)](c(395)),i||!this[c(537)]||c(339)!=typeof this[c(537)][c(432)])return Promise[c(419)]();const d=this[c(470)][c(503)][c(423)](c(420)),{channelId:l}=this[c(349)](h[c(478)]),m=d[c(384)](vo(this[c(470)][c(441)],c(382)));return this[c(537)][c(432)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[c(462)]((()=>d[c(323)](m)))[c(353)]((t=>{const n=c;throw console[n(437)](t),new e.CKEditorError(n(447),this)}))}[gr(529)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(349)](t),i=r[s(321)](n);if(!i)throw new e.CKEditorError(s(540),this);if(r[s(406)](i),o||!this[s(537)]||s(339)!=typeof this[s(537)][s(367)])return Promise[s(419)]();const c=this[s(470)][s(503)][s(423)](s(420)),{channelId:a}=r,h=c[s(384)](vo(this[s(470)][s(441)],s(382)));return this[s(537)][s(367)]({channelId:a,threadId:t,commentId:n})[s(462)]((()=>c[s(323)](h)))[s(353)]((t=>{const n=s;throw console[n(437)](t),new e.CKEditorError(n(401),this)}))}}class Ir extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(426)];this[o(443)]=n[o(443)],this.id=n.id,this[o(325)]=new e.Collection,this[o(451)]=t,this[o(394)]=!1,this[o(402)]=n[o(371)],this[o(523)](o(396),!0),this[o(434)](o(315)).to(t,o(358),t,o(504),(()=>t[o(315)](this[o(443)]))),this[o(434)](o(421)).to(t,o(358),(()=>t[o(390)](this[o(443)])[o(322)])),this[o(434)](o(477)).to(t,o(358),(()=>{const e=o,n=t[e(390)](this[e(443)]);return n[e(481)]||n[e(322)]})),this[o(434)](o(426)).to(t,o(358),(()=>s&&t[o(390)](this[o(443)])[o(419)])),this[o(523)](o(470),n[o(470)]),this[o(434)](o(365)).to(this,o(433),this,o(456),((t,e)=>t?e?t<e?t:e:t:e)),this[o(523)](o(456),n[o(456)]||null),this[o(523)](o(433),n[o(433)]||null),this[o(523)](o(350),n[o(350)]||null),this[o(434)](o(497)).to(this,o(433),(t=>!!t)),this[o(523)](o(538),n[o(538)]||{})}get[gr(313)](){const t=gr;return Array[t(326)](this[t(325)])[t(405)](((e,n)=>e+n[t(313)]),0)}get[gr(472)](){const t=gr;return this[t(325)][t(472)]}get[gr(348)](){return this[gr(394)]}get[gr(371)](){return this[gr(402)]}[gr(435)](){const t=gr,{channelId:e,id:n}=this;this[t(451)][t(545)](Cr(t(352),e),{channelId:e,threadId:n})}[gr(328)](t){this[gr(514)]({unlinkedAt:t})}[gr(419)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(451)][o(470)][o(503)][o(423)](s.Users).me,{channelId:i,id:c}=this;this[o(451)][o(545)](Cr(o(415),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(469)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(451)][e(545)](Cr(e(422),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(530)](t){const e=gr;this[e(470)]||this[e(514)]({context:t})}[gr(527)](t,e){const n=gr,o=zn(this[n(538)]);so(o,t,e),this[n(514)]({attributes:o})}[gr(532)](t){const e=gr,n=zn(this[e(538)]);uo(n,t),this[e(514)]({attributes:n})}[gr(323)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(451)][e(545)](Cr(e(509),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(466)](t){const e=gr;return this[e(451)][e(408)]({threadId:this.id,target:t})}[gr(521)](t){const e=gr,{channelId:n,id:o}=this;this[e(451)][e(545)](Cr(e(521),n,o),Object[e(442)]({channelId:n,threadId:o},t))}[gr(321)](t){const n=gr;if(n(428)!=typeof t)throw new e.CKEditorError(n(448),null,{commentId:t});return this[n(325)][n(423)](t)}[gr(531)](){const t=gr;return{threadId:this.id,context:this[t(470)],unlinkedAt:this[t(456)],resolvedAt:this[t(433)],resolvedBy:this[t(350)]?this[t(350)].id:null,archivedAt:this[t(365)],comments:this[t(325)][t(429)]((e=>e[t(531)]())),attributes:this[t(538)]}}[gr(361)](t){const e=gr;return this[e(414)](t,e(453),(()=>{const n=e,o=this[n(343)](t),s=this[n(325)];o-1!=s[n(515)](t)&&o+1!=s[n(515)](t)&&(this[n(406)](t),this[n(361)](t))})),this[e(325)][e(384)](t,this[e(343)](t))}[gr(514)](t){const e=gr,{channelId:n,id:o}=this;this[e(451)][e(545)](Cr(e(471),n),{...t,channelId:n,threadId:o})}[gr(406)](t){const e=gr;return this[e(410)](t),t[e(316)](),this[e(325)][e(323)](t)}[gr(343)](t){const e=gr,n=this[e(325)][e(383)]((n=>new Date(n[e(517)])[e(498)]()>new Date(t[e(517)])[e(498)]()));return n?this[e(325)][e(515)](n):this[e(472)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(470)][n(503)][n(423)](s.Users).me,r=t[n(349)](e[n(478)]),i=0===r[n(325)][n(472)],c=o===e[n(377)];this.id=e.id,this[n(478)]=e[n(478)],this[n(377)]=e[n(377)],this[n(336)]=e[n(336)],this[n(546)]=Boolean(e[n(538)]&&e[n(538)][n(484)]),this[n(523)](n(486),e[n(486)]),this[n(324)]=e[n(324)]||new Date,this[n(523)](n(517),e[n(517)]||new Date),this[n(434)](n(433)).to(r,n(433)),this[n(523)](n(538),e[n(538)]||{}),this[n(434)](n(487)).to(t,n(358),(()=>{const e=n,o=t[e(390)](r[e(443)])[e(481)],s=t[e(390)](r[e(443)])[e(535)];return c&&o||!c&&s})),this[n(434)](n(421)).to(r,n(421),t,n(358),(e=>{const o=n,s=t[o(390)](r[o(443)])[o(481)],a=t[o(390)](r[o(443)])[o(535)];return c&&s||e&&i||!c&&a&&!i})),this[n(434)](n(315)).to(r,n(315)),this[n(451)]=t}get[gr(313)](){const t=gr;return Math[t(380)](function(e){const n=t,o=document[n(520)](n(461));return o[n(475)]=e,o[n(397)][n(472)]}(this[t(486)]),200)}[gr(317)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(451)][n(489)](o))throw new e.CKEditorError(n(513),this);const{channelId:r}=this[n(451)][n(349)](o);this[n(451)][n(545)](Cr(n(432),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(527)](t,e){const n=gr,o=zn(this[n(538)]);so(o,t,e),this[n(317)]({attributes:o})}[gr(532)](t){const e=gr,n=zn(this[e(538)]);uo(n,t),this[e(317)]({attributes:n})}[gr(323)](t={}){const n=gr;if(!t[n(318)]&&!this[n(421)])return;const{threadId:o,id:s}=this;if(!this[n(451)][n(489)](o))throw new e.CKEditorError(n(436),this);const{channelId:r}=this[n(451)][n(349)](o);this[n(451)][n(545)](Cr(n(367),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(531)](){const t=gr;return{commentId:this.id,content:this[t(486)],createdAt:this[t(324)],authorId:this[t(336)].id,attributes:this[t(538)]}}[gr(316)](){this[gr(410)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Ar=Er;function Tr(){const t=["809892VJzbEQ","model","$textProxy","isEnabled","isObject","schema","2363965DTeJbe","addMarker","change","refresh","execute","3962508aUTAuV","15235848HTNPvh","element","6470114VzvZAx","187923xQmwnR","item","2362920mWEutt","comment:","push","_hasContent","getLastMatchingPosition","selection","_trimToContent","getItems","12UQtPEs","tableCell","createRange","start","_itemIsContent","end","document","getRanges","editor","substr","backward"];return(Tr=function(){return t})()}function Er(t,e){const n=Tr();return(Er=function(t,e){return n[t-=299]})(t,e)}!function(t,e){const n=Er,o=t();for(;;)try{if(591011===parseInt(n(316))/1+-parseInt(n(333))/2+-parseInt(n(331))/3+parseInt(n(327))/4+parseInt(n(322))/5*(-parseInt(n(305))/6)+-parseInt(n(330))/7+parseInt(n(328))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Tr);class xr extends t.Command{[Ar(325)](){const t=Ar,e=this[t(313)][t(317)][t(311)][t(302)];for(const n of e[t(312)]())if(this[t(300)](n))return void(this[t(319)]=!0);this[t(319)]=!1}[Ar(326)]({threadId:t=(0,e.uid)()}={}){const n=Ar,o=this[n(313)][n(317)],s=[];for(const t of o[n(311)][n(302)][n(312)]())this[n(300)](t)&&s[n(299)](this[n(303)](t));o[n(324)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(314)](1,5),i=r(334)+t+":"+s;o[r(323)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Ar(300)](t){const e=Ar;for(const n of t[e(304)]())if(this[e(309)](n))return!0;return!1}[Ar(309)](t){const e=Ar;return t.is(e(318))||this[e(313)][e(317)][e(321)][e(320)](t)&&!t.is(e(329),e(306))}[Ar(303)](t){const e=Ar,n=t=>!this[e(309)](t[e(332)]),o=t[e(308)][e(301)](n),s=t[e(310)][e(301)](n,{direction:e(315)});return this[e(313)][e(317)][e(307)](o,s)}}function Or(t,e){const n=Rr();return(Or=function(t,e){return n[t-=322]})(t,e)}const Mr=Or;function Rr(){const t=["remove","has","document","init","editing","containsRange","4903350iNspsH","view","8284712sudaCk","refreshSelectedViews","range","getRanges","getByInnerView","requires","addSourceCollector","registerAnnotation","from","refresh","_editorAnnotationsData","push","getOrderedSelectedAnnotations","sort","change:range","editorannotations-invalid-source-callback","update","focusTracker","isCollapsed","9kfukWI","1665407qlAuXp","plugins","delete","_dataCollectors","fire","hasDomSelection","listenTo","isReadOnly","blur","function","_editorAnnotations","add","5584865AAGPlw","selection","map","annotation","set","collection","cancel","isEqual","10624635QYOTNk","1310516vLWepO","element","directChange","uiUpdate","pluginName","editor","innerView","448058NDEQAD","model","change:isFocused","EditorAnnotations","get"];return(Rr=function(){return t})()}!function(t,e){const n=Or,o=t();for(;;)try{if(843277===-parseInt(n(356))/1+parseInt(n(323))/2*(-parseInt(n(355))/3)+parseInt(n(377))/4+parseInt(n(368))/5+-parseInt(n(334))/6+parseInt(n(376))/7+parseInt(n(336))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Rr);class jr extends t.Plugin{static get[Mr(341)](){return[pr]}static get[Mr(381)](){return Mr(326)}constructor(t){const e=Mr;super(t),this[e(359)]=new Set,this[e(366)]=new Set}[Mr(331)](){const t=Mr,e=this[t(382)],n=e[t(324)][t(330)][t(369)],o=Hs((()=>this[t(337)]()),10);n.on(t(350),((e,n)=>{const s=t;n[s(379)]&&(o[s(374)](),this[s(337)]())})),this[t(362)](e[t(332)][t(335)][t(330)],t(325),((t,e,n)=>{n&&o()})),this[t(362)](e.ui[t(353)],t(325),((n,o,s)=>{const r=t;s||e[r(363)]||this[r(360)](r(364),{isAnnotationTracked:t=>this[r(346)][r(329)](t[r(322)])})})),this[t(362)](this[t(382)].ui,t(352),(()=>this[t(360)](t(380))))}[Mr(343)](t){const e=Mr;if(this[e(366)][e(329)](t[e(335)]))return;this[e(366)][e(367)](t[e(335)]),this[e(382)].ui[e(353)][e(367)](t[e(335)][e(378)]);const n=this[e(382)][e(357)][e(327)](pr);this[e(362)](n[e(373)],e(328),((t,n)=>{const o=e;this[o(382)].ui[o(353)][o(328)](n[o(335)][o(378)]),this[o(366)][o(358)](n[o(335)])}))}[Mr(361)](){const t=Mr;return this[t(382)][t(332)][t(335)][t(361)]}[Mr(342)](t){const n=Mr;if(n(365)!=typeof t)throw new e.CKEditorError(n(351));this[n(359)][n(367)](t)}[Mr(337)](){const t=Mr;this[t(360)](t(345))}[Mr(348)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(382)][n(324)][n(330)][n(369)],r=Array[n(344)](s[n(339)]());for(const[t,s]of this[n(346)]){const r=i(s),c=e[n(340)](t);r&&c&&o[n(347)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(333)](t,!s[e(354)]))return n;return null}return o[n(349)](((e,o)=>{const s=n,r=e[s(338)],i=o[s(338)];if(!r[s(375)](i)){if(r[s(333)](i,!0))return 1;if(i[s(333)](r,!0))return-1}return e[s(371)]==t?-1:o[s(371)]==t?1:0}))[n(370)]((t=>t[n(371)]))}get[Mr(346)](){const t=Mr,e=new Map;for(const n of Array[t(344)](this[t(359)]))for(const[o,s]of n())e[t(372)](o,s);return e}}const Vr=Nr;function Nr(t,e){const n=Sr();return(Nr=function(t,e){return n[t-=203]})(t,e)}function Sr(){const t=["2627841hGwQtU","813540wmhnPn","9otDWxK","editor","afterInit","RestrictedEditingModeEditing","5008764jZShWW","has","6959395pKeTBr","13030962aXcZUm","plugins","addCommentThread","14690704EHIrjp","get","2QrphAU","enableCommand","2017628vMBVyo"];return(Sr=function(){return t})()}!function(t,e){const n=Nr,o=t();for(;;)try{if(946925===-parseInt(n(215))/1+-parseInt(n(211))/2*(parseInt(n(214))/3)+-parseInt(n(213))/4+-parseInt(n(205))/5+parseInt(n(203))/6+parseInt(n(206))/7+parseInt(n(209))/8*(parseInt(n(216))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Sr);class Dr extends t.Plugin{[Vr(218)](){const t=Vr,e=this[t(217)];e[t(207)][t(204)](t(219))&&e[t(207)][t(210)](t(219))[t(212)](t(208))}}function Pr(){const t=["2753175EQWOSj","115209iLhSow","define","collaboration_features","listenTo","editor","afterInit","1649008XBbckZ","plugins","map","56tzGiUW","2563848kltFeT","72nrdoRR","high","importWord.formatting.comments","addCommentThread","commands","get","23135JTaehb","428AKKYzQ","config","9PrepZy","importWord","execute","_handleImportedData","forEach","collaboration.channelId","67190ftBrKX","77mURMyc","dataInsert","basic"];return(Pr=function(){return t})()}const Lr=Br;function Br(t,e){const n=Pr();return(Br=function(t,e){return n[t-=431]})(t,e)}!function(t,e){const n=Br,o=t();for(;;)try{if(345752===-parseInt(n(437))/1*(-parseInt(n(459))/2)+-parseInt(n(450))/3+-parseInt(n(456))/4+parseInt(n(449))/5+parseInt(n(461))/6*(-parseInt(n(436))/7)+-parseInt(n(460))/8*(-parseInt(n(439))/9)+-parseInt(n(445))/10*(parseInt(n(446))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Pr);class zr extends t.Plugin{constructor(t){const e=Br;super(t),this[e(454)][e(438)][e(451)](e(432),e(448))}[Lr(455)](){const t=Lr,n=this[t(454)],o=n[t(434)][t(435)](t(440)),r=n[t(457)][t(435)](s.Users);o&&(o.on(t(441),((e,[,n])=>{n[t(452)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(431)]+10}),this[t(453)](o,t(447),this[t(442)]))}[Lr(442)](t,e){const n=Lr,{comment_threads:o}=e;o&&o[n(443)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(458)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(454)][r(457)][r(435)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(440)}}}))),a=this[r(454)][r(438)][r(435)](r(444));this[r(454)][r(457)][r(435)](_r)[r(433)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}function Ur(){const t=["never","config","editor","contentInsertion","dragstart","markers","3460vffynB","ClipboardPipeline","all","comments.copyMarkers","keys","_registerMarkerToCopy","1015IpZZKD","plugins","afterInit","1142KjFdMY","highest","2163iCqomM","listenTo","define","627AzROcQ","_registerMarkerInClipboardPipeline","hasCommentThread","default","get","4582428avXBuD","comment","62332uokPRk","CommentsRepository","_removeMarkersWithoutThreads","has","1932003RdppFB","114881TnSbJP","ClipboardMarkersUtils","content","always","requires","cut","_mapCommentsCopyConfigToRegisterConfiguration","delete","26024skckIu","split","20piMaHt"];return(Ur=function(){return t})()}const Fr=Kr;function Kr(t,e){const n=Ur();return(Kr=function(t,e){return n[t-=152]})(t,e)}!function(t,e){const n=Kr,o=t();for(;;)try{if(406576===parseInt(n(159))/1+-parseInt(n(185))/2*(-parseInt(n(187))/3)+parseInt(n(154))/4*(-parseInt(n(169))/5)+-parseInt(n(152))/6+-parseInt(n(182))/7*(-parseInt(n(167))/8)+parseInt(n(158))/9+-parseInt(n(176))/10*(-parseInt(n(190))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ur);class Wr extends t.Plugin{constructor(t){const e=Kr;super(t),this[e(172)][e(171)][e(189)](e(179),e(193))}static get[Fr(163)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Fr(184)](){const t=Fr,e=this[t(172)][t(183)][t(194)](t(177));this[t(191)](),this[t(188)](e,t(173),((e,n)=>this[t(156)](n[t(161)][t(175)])),{priority:t(186)})}[Fr(156)](t){const e=Fr;if(!this[e(172)][e(183)][e(157)](e(155)))return t;const n=this[e(172)][e(183)][e(194)](e(155));for(const o of t[e(180)]()){const[s,r]=o[e(168)](":");e(153)!=s||n[e(192)](r)||t[e(166)](o)}return t}[Fr(191)](){const t=Fr,e=this[t(172)][t(183)][t(194)](t(160)),n=this[t(165)](this[t(172)][t(171)][t(194)](t(179)));n&&e[t(181)](t(153),n)}[Fr(165)](t){const e=Fr;switch(t){case e(162):return{allowedActions:e(178),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(193):return{allowedActions:[e(164),e(174)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(170):default:return null}}}var Hr=n(492),qr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hr.A,qr);Hr.A.locals;const Zr=Gr;function Xr(){const t=["consumable","addMarker:","getAttribute","isObject","ck-comment-marker--active","$textProxy","928548waWxpS","dataDowncast","hasMarkerForId","name","once","upcast","reopenCommentThread","editor","consume","openNewCommentThread","removeCommentThread","42320980ofEtFn","_initializeMarkerConverters","_initAriaMarkerChangeAnnouncements","end","markerToHighlight","_reconvertMarkers","conversion","group","getByInnerView","_attachMarkerToThread","add","rootName","schema","refreshVisibility","3466347ZrhVDC","_getTargetForId","listenTo","hasContent","push","ready","state","differ","_getTextContext","registerAnnotation","_handleMarkerAddAndRemove","scrollToThreadMarker","clear","getAllMarkersForId","affectsData","_attachArchivedThread","announce","updateMarker","CommentsEditing","removeMarker:","substring","markers","set","item","render","isResolved","fetchCommentThread","comment","registerPostFixer","unlinkedAt","dataToMarker","focus","542546sRQhFw","locale","change:isReadOnly","isThreadsLoadingPaused","root","addCommentThread","$graveyard","newRange","setUnlinkedAt","get","_handleThreadMarker","config","switchReadOnly","getItems","change:isThreadsLoadingPaused","isEqual","activeMarker","removeMarker","ariaLiveAnnouncer","init","for","document","collaboration.channelId","start","reconvertMarker","size","requires","editingDowncast","_threadToController","_threads","setContext","context","then","isLocal","model","hasDomSelection","low","managedUsingOperations","attachTo","2629032StsLWS","comment:","resolveCommentThread","commands","1QhCuai","215rCCaZo","createRange","ENTER_COMMENT_ANNOUNCEMENT","createElement","from","change:activeMarker","pluginName","change","hasCommentThread","isAttached","_hasTargetInContent","destroyed","ignoreResolvedComments","data","LEAVE_COMMENT_ANNOUNCEMENT","length","startsWith","getChangedMarkers","getRange","isCollapsed","markerName","getCommentThread","split","ck-comment-marker","editing","4456072fIbAjG","addComment","getWalker","enqueueChange","82452sYuNiC","plugins","$marker","elementToElement","destroy","delete","view","markerToData","text","18TVndEV","getCommentThreads","_detachCommentThread","createPositionBefore"];return(Xr=function(){return t})()}function Gr(t,e){const n=Xr();return(Gr=function(t,e){return n[t-=425]})(t,e)}!function(t,e){const n=Gr,o=t();for(;;)try{if(817211===-parseInt(n(455))/1*(-parseInt(n(561))/2)+-parseInt(n(529))/3+-parseInt(n(485))/4*(parseInt(n(456))/5)+-parseInt(n(504))/6+-parseInt(n(451))/7+parseInt(n(481))/8*(-parseInt(n(494))/9)+parseInt(n(515))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Xr);class Qr extends t.Plugin{static get[Zr(438)](){return[_r,jr,Dr,zr,Wr]}static get[Zr(462)](){return Zr(547)}constructor(t){const e=Zr;super(t),this[e(551)](e(564),!0),t[e(469)][e(508)](e(534),(()=>this[e(564)]=!1)),this[e(551)](e(428),null),this.on(e(461),((n,o,s,r)=>{const i=e,c=s?Yr(s).id:null;if(t[i(446)][i(463)]((()=>{const e=i;if(c){const n=this[e(542)](c);for(const o of n)t[e(480)][e(436)](o)}if(r){const{id:n}=Yr(r),o=this[e(542)](n);for(const n of o)t[e(480)][e(436)](n)}})),c){const e=t[i(486)][i(570)](_r)[i(477)](c);e&&e[i(554)]&&this[i(540)](c)}})),this[e(517)]()}[Zr(431)](){const t=Zr,e=this[t(511)],n=e[t(486)][t(570)](_r),o=e[t(572)][t(570)](t(434));e[t(454)][t(525)](t(566),new xr(e)),this[t(531)](e,t(563),((o,s,r)=>{const i=t;n[i(573)](r,e[i(572)][i(570)](i(434)))})),this[t(531)](n,Jr(t(566),o),((e,{threadId:n})=>{const o=t,s=this[o(511)][o(486)][o(570)](_r)[o(477)](n);s&&s[o(558)]&&this[o(544)](n)})),this[t(531)](n,Jr(t(514),o),((n,{threadId:o})=>{const s=t;e[s(446)][s(484)]({isUndoable:!1},(t=>{const e=s,n=this[e(542)](o);for(const o of n)t[e(429)](o)}))})),this[t(531)](n,Jr(t(453),o),((e,{threadId:n})=>{const o=t;this[o(520)](n),this[o(511)][o(480)][o(491)][o(447)]&&(this[o(511)][o(486)][o(570)](_r)[o(477)](n)[o(558)]||this[o(511)][o(480)][o(491)][o(560)]())}),{priority:t(448)}),this[t(531)](n,Jr(t(510),o),((e,{threadId:n})=>{this[t(520)](n)}),{priority:t(448)}),this[t(531)](n,Jr(t(482),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(542)](s);!r&&0!=c[i(471)]&&n[i(464)](s)&&1===n[i(477)](s)[i(471)]&&e[i(446)][i(484)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(546)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(448)}),this[t(516)](),this[t(539)]()}[Zr(489)](){const t=Zr,e=this[t(511)][t(486)][t(570)](_r),n=this[t(511)][t(572)][t(570)](t(434));for(const o of e[t(495)]({channelId:n}))e[t(496)](o.id),e[t(441)][t(490)](o.id);super[t(489)]()}[Zr(506)](t){const e=Zr;return this[e(542)](t)[e(471)]>0}[Zr(542)](t){const e=Zr,n=[];for(const o of this[e(511)][e(446)][e(550)])o[e(507)][e(472)](e(452)+t)&&n[e(533)](o);return n}[Zr(540)](t){const n=Zr,o=this[n(530)](t);o&&setTimeout((()=>{const s=n;this[s(428)]&&Yr(this[s(428)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Zr(520)](t){const e=Zr;this[e(511)][e(446)][e(463)]((()=>{const n=e;for(const e of this[n(542)](t))this[n(511)][n(480)][n(436)](e)}))}[Zr(544)](t){const e=Zr,n=this[e(511)][e(486)][e(570)](_r),o=this[e(511)][e(486)][e(570)](jr),s=n[e(477)](t);if(!s[e(465)]){const t=s[e(450)]((()=>this[e(530)](s.id)));o[e(538)](t),s[e(466)]=!1}}[Zr(516)](){const t=Zr,e=this[t(511)];e[t(521)][t(432)](t(439))[t(519)]({model:t(556),view:(n,o)=>{const s=t,{id:r}=Yr(n[s(476)]),i=e[s(486)][s(570)](_r)[s(477)](r),c=this[s(428)]&&Yr(this[s(428)]).id===r;if(i&&i[s(554)]&&!c&&n[s(552)])return o[s(498)][s(512)](n[s(552)],s(499)+n[s(476)]),o[s(498)][s(512)](n[s(552)],s(548)+n[s(476)]),null;const a=[s(479)];return c&&a[s(533)](s(502)),{classes:a,attributes:{"data-comment":r}}}}),e[t(521)][t(432)](t(505))[t(492)]({model:t(556),view:(n,{options:o})=>{const s=t,r=e[s(486)][s(570)](_r),i=e[s(446)][s(550)][s(570)](n),{id:c,part:a}=Yr(n);if(i&&!i[s(543)])return null;if(o[s(468)]){const t=r[s(477)](c);if(t&&t[s(554)])return null}return{group:s(556),name:a?c+":"+a:c}}}),e[t(521)][t(432)](t(509))[t(488)]({view:{name:t(556),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(459)](t(487),{"data-name":t(452)+e[t(500)]("id")})}),e[t(521)][t(432)](t(509))[t(559)]({view:t(556)})}[Zr(539)](){const t=Zr,e=this[t(511)],n=e[t(486)][t(570)](_r),o=new Set,s=new Set;e[t(446)][t(433)][t(557)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(446)][r(433)][r(536)][r(473)]()){const{group:a,id:h}=Yr(t);let u=c[r(568)];if(r(556)!==a||!u)continue;const d=r(567)===u[r(565)][r(526)];d||(u=$r(u,e[r(446)]),!u||u[r(475)]||!c[r(568)]||u[r(427)](c[r(568)]))?e[r(446)][r(532)](u)&&!d?this[r(564)]?o[r(525)](t):this[r(571)](t,h):(s[r(525)](t),o[r(490)](t),n[r(429)](t),i=!0):(n[r(546)](t,{range:u}),i=!0)}return i})),this.on(t(426),((n,s,r)=>{const i=t;if(!r&&o[i(437)])for(const t of o){const{id:n}=Yr(t);o[i(490)](t),e[i(446)][i(550)][i(570)](t)&&this[i(571)](t,n)}})),this[t(531)](e[t(446)][t(433)],t(463),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(446)][c(433)][c(536)][c(473)]()){const{group:i,id:a}=Yr(t);if(c(556)!==i)continue;const h=n[c(477)](a),u=this[c(506)](a);h&&(h[c(466)]||e[c(480)][c(491)][c(508)](c(553),(()=>{const t=c,o=e[t(486)][t(570)](pr),s=n[t(440)][t(570)](h)[t(491)];o[t(523)](s)[t(528)]()}),{priority:c(448)}),h[c(466)]=u||!!r),r||(s[c(525)](t),o[c(490)](t))}if(i[c(445)])for(const t of s){const{id:e}=Yr(t),s=n[c(477)](e),r=this[c(506)](e);o[c(490)](t),!s||r||s[c(558)]||s[c(569)](new Date)}s[c(541)]()}))}[Zr(530)](t){const e=Zr,n=this[e(511)],o=this[e(542)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(480)],o)}[Zr(537)](t){const e=Zr,n=this[e(542)](t);let o="",s=!1;for(const t of n){const n=t[e(474)]();for(const t of Array[e(460)](n[e(425)]()))t.is(e(503))?(o&&s&&(o+=" ",s=!1),o+=t[e(469)]):s=!0;s=!0}return o[e(549)](0,150)}[Zr(524)](t,e){const n=Zr,o=this[n(511)],s=o[n(486)][n(570)](_r);let r=s[n(477)](e);const i=o[n(572)][n(570)](n(434)),c=o[n(486)][n(570)](jr);return r&&(r[n(558)]&&r[n(569)](null),r[n(465)])||(this[n(542)](e)[0][n(449)]?s[n(555)]({channelId:i,threadId:e})[n(444)]((t=>{const s=n;if(s(467)!==o[s(535)])if(r=t,r&&!r[s(465)]){const t=r[s(450)]((()=>this[s(530)](e)));c[s(538)](t),r[s(554)]&&this[s(520)](e)}else if(!r){const t=this[s(542)](e);o[s(446)][s(463)]((e=>{const n=s;for(const o of t)e[n(429)](o)}))}})):o[n(480)][n(491)][n(508)](n(553),(()=>{const t=n;if(s[t(477)](e))return;const a=o[t(486)][t(570)](pr);r=s[t(513)]({channelId:i,threadId:e,target:()=>this[t(530)](e),context:{type:t(493),value:this[t(537)](e)}});const h=s[t(440)][t(570)](r)[t(491)],u=a[t(523)](h);u&&c[t(538)](u)}),{priority:n(448)})),r}[Zr(571)](t,e){const n=Zr,o=this[n(524)](t,e);o&&!o[n(443)]&&o[n(442)]({type:n(493),value:this[n(537)](e)})}[Zr(517)](){const t=Zr,e=this[t(511)];(0,s.surroundingMarkersDetector)(e[t(446)],(({left:n,entered:o})=>{const s=t;for(const t of n)if(ti(t)){e.ui[s(430)][s(545)](vo(e[s(562)],s(470)));break}for(const t of o)if(ti(t)){e.ui[s(430)][s(545)](vo(e[s(562)],s(458)));break}}))}}function Jr(t,e){return e?t+":"+e:t}function Yr(t){const e=t[Zr(478)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Zr,o=e[n(527)],s=e[n(457)](t[n(435)]);for(const r of t[n(483)]()){const{type:t,item:i,nextPosition:c}=r;if(n(493)===t||o[n(501)](i)){const t=e[n(497)](i);s[n(475)]&&(s[n(435)]=t),s[n(518)]=c}}return s}function ti(t){const e=Zr;return e(556)===Yr(t[e(507)])[e(522)]}const ei='\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-2024, 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.5 3.5 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.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ni=oi;function oi(t,e){const n=si();return(oi=function(t,e){return n[t-=317]})(t,e)}function si(){const t=["length","isEnabled","1212adViqO","446046QoLLWu","change:activeAnnotations","editor","map","set","focus","hasCommentThread","1173210bXZzMR","editing","hasMarkerForId","_createUIButton","from","highest","componentFactory","getCommentThread","push","get","84640qalmCz","low","comment:","listenTo","innerView","find","pluginName","48813VmBkSh","_threadToController","2568816RFCpda","Comment","model","removeCommentThread","addCommentThread","stop","execute","isFocused","addSourceCollector","locale","comment","add","tooltip","plugins","view","2824010zGPTFn","136939MiHEfI","_viewToController","CommentsUI","CommentThreadInputView","getRange","32HpfcRy","CommentsListView","bind","activeMarker","getAllMarkersForId","commands","menuBar:comment","has","18lqSSej","init","addComment","7QFcHBy","110vVkjKf","requires","focusTracker"];return(si=function(){return t})()}!function(t,e){const n=oi,o=t();for(;;)try{if(326118===-parseInt(n(350))/1+parseInt(n(332))/2*(-parseInt(n(374))/3)+-parseInt(n(367))/4*(-parseInt(n(344))/5)+parseInt(n(357))/6*(parseInt(n(343))/7)+-parseInt(n(376))/8+-parseInt(n(340))/9*(parseInt(n(326))/10)+parseInt(n(327))/11*(parseInt(n(349))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(si);class ri extends t.Plugin{static get[ni(373)](){return ni(329)}static get[ni(345)](){return[_r,Qr,jr,pr]}get[ni(333)](){return Jo}get[ni(330)](){return qo}[ni(341)](){const t=ni,e=this[t(352)],n=e[t(324)][t(366)](_r),o=e[t(324)][t(366)](Qr),s=e[t(324)][t(366)](pr),r=e[t(324)][t(366)](jr);e.ui[t(363)][t(322)](t(321),(()=>{const e=t,n=this[e(360)](go.ButtonView);return n[e(323)]=!0,n})),e.ui[t(363)][t(322)](t(338),(()=>this[t(360)](go.MenuBarMenuListItemButtonView))),r[t(319)]((()=>{const e=t,s=[];for(const[t,r]of n[e(375)]){const n=o[e(336)](t.id),i=n[e(353)]((t=>t[e(331)]()));n[e(347)]>0&&s[e(365)]([r[e(325)],i])}return s})),this[t(370)](s,t(351),((e,s,r)=>{const i=t,c=Array[i(361)](r)[i(353)]((t=>t[i(371)]))[i(372)]((t=>n[i(328)][i(339)](t)));if(!c)return void(o[i(335)]=null);const a=n[i(328)][i(366)](c)[i(378)].id,h=i(369)+a;a&&o[i(359)](a)?o[i(335)]=h:o[i(335)]&&(o[i(335)]=null)})),this[t(370)](n,t(379),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(346)][i(318)]&&o[i(359)](s)&&e[i(358)][i(325)][i(355)]()}),{priority:t(362)}),this[t(370)](n,t(342),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(359)](r)&&n[c(356)](r)&&1===n[c(364)](r)[c(347)]&&(e[c(358)][c(325)][c(355)](),s[c(381)]())}),{priority:t(368)})}[ni(360)](t){const e=ni,n=this[e(352)],o=new t(n[e(320)]),s=n[e(337)][e(366)](e(380));return o[e(354)]({label:vo(n[e(320)],e(377)),icon:ei}),o[e(334)](e(348)).to(s),this[e(370)](o,e(317),(()=>s[e(317)]())),o}}const ii=ai;function ci(){const t=["isEnabled","get","pluginName","960auhPOS","view","commentsOnlyMode","7554980iwDwVT","39062keMuxw","clipboardInput","set","DragDrop","_disableCommentsOnlyMode","stop","forceDisabled","commentsOnly","61998Krrcgo","_enableCommentsOnlyMode","requires","editor","document","affectsData","cut","addCommentThread","change:isEnabled","config","42gceLAF","CommentsOnly","14GiljYL","has","commands","223454oBxbCQ","plugins","listenTo","afterInit","38679mZpehf","clearForceDisabled","140OcNDEV","155kpsgcD","highest","delete","stopListening","8964252ADtILZ","editing","1271576PxDRgc"];return(ci=function(){return t})()}function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=413]})(t,e)}!function(t,e){const n=ai,o=t();for(;;)try{if(507602===-parseInt(n(422))/1*(parseInt(n(442))/2)+-parseInt(n(449))/3*(parseInt(n(451))/4)+-parseInt(n(452))/5*(-parseInt(n(430))/6)+-parseInt(n(440))/7*(parseInt(n(414))/8)+parseInt(n(456))/9+-parseInt(n(421))/10+parseInt(n(445))/11*(parseInt(n(418))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ci);class hi extends t.Plugin{static get[ii(417)](){return ii(441)}static get[ii(432)](){return[Qr]}constructor(t){const e=ii;super(t),this[e(424)](e(415),!1),this.on(e(438),((t,n,o)=>{const s=e;o?this[s(431)]():this[s(426)]()}))}[ii(448)](){const t=ii;!this[t(415)]&&this[t(433)][t(439)][t(416)](t(429))&&(this[t(415)]=!0)}[ii(431)](){const t=ii;for(const[e,n]of this[t(433)][t(444)])n[t(435)]&&t(437)!==e&&n[t(428)](t(420));this[t(433)][t(446)][t(443)](t(425))&&this[t(433)][t(446)][t(416)](t(425))[t(428)](t(420));const e=this[t(433)][t(413)][t(419)][t(434)];this[t(447)](e,t(436),(e=>e[t(427)]()),{priority:t(453)}),this[t(447)](e,t(423),(e=>e[t(427)]()),{priority:t(453)}),this[t(447)](e,t(454),(e=>e[t(427)]()),{priority:t(453)})}[ii(426)](){const t=ii;for(const[e,n]of this[t(433)][t(444)])n[t(435)]&&t(437)!==e&&n[t(450)](t(420));this[t(455)](this[t(433)][t(413)][t(419)][t(434)])}}const ui=li;function di(){const t=["function","_uisData","annotationsuis-annotation-mismatch","requires","deactivate","delete","activate","detach","switchTo","annotationsuis-register-invalid-interface","push","_assertAnnotationDoesNotBelongToMultipleUIs","remove","add","126HepnwX","set","4055745IyncKL","refilterAnnotations","deactivateAll","change:activeAnnotation","listenTo","908537CtmQvI","attach","activeAnnotations","AnnotationsUIs","hasActive","stopListening","42412BqkChH","pluginName","_activateAnnotation","38264NbmJgt","type","setActiveAnnotation","1333192PcIZVF","18697230WVCYds","filter","isActive","_uis","annotationsuis-missing-ui","721WWcQOT","find","has","collection","7419402tuVhRD","_setSelectedAnnotations","activeUIs","_addActiveAnnotation","_removeActiveAnnotation","init","_deactivateAllAnnotations","size","context","_visibleAnnotations","destroy","annotationsuis-register-already-registered","length","get","register","plugins","from"];return(di=function(){return t})()}function li(t,e){const n=di();return(li=function(t,e){return n[t-=401]})(t,e)}!function(t,e){const n=li,o=t();for(;;)try{if(666280===-parseInt(n(446))/1+parseInt(n(458))/2+parseInt(n(439))/3*(parseInt(n(452))/4)+parseInt(n(441))/5+parseInt(n(408))/6+-parseInt(n(404))/7*(-parseInt(n(455))/8)+-parseInt(n(459))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(di);class mi extends t.ContextPlugin{static get[ui(428)](){return[pr]}static get[ui(453)](){return ui(449)}constructor(t){const e=ui;super(t),this[e(410)]=new Set,this[e(402)]=new Map,this[e(426)]=new Map}[ui(413)](){const t=ui,e=this[t(416)][t(423)][t(421)](pr);this[t(445)](e,t(454),((e,n)=>{const o=t;for(const t of this[o(410)]){const e=this[o(402)][o(421)](t);(0,this[o(426)][o(421)](t)[o(460)])(n)&&e[o(457)](n)}})),this[t(445)](e,t(414),(()=>{const e=t;for(const t of this[e(410)])this[e(402)][e(421)](t)[e(457)](null)})),this[t(445)](e[t(417)],t(438),((e,n)=>{this[t(436)](n)}))}[ui(450)](){const t=ui;return this[t(410)][t(415)]>0}[ui(401)](t){const e=ui;return this[e(410)][e(406)](t)}[ui(431)](t,n=(()=>!0)){const o=ui,s=this[o(416)][o(423)][o(421)](pr);if(!this[o(402)][o(406)](t))throw new e.CKEditorError(o(403),this,{uiName:t});this[o(401)](t)&&this[o(429)](t),this[o(410)][o(438)](t);const r=new hr;(function({source:t,target:e,filter:n}){const o=cr;for(const s of t)n(s)&&e[o(364)](s);e[o(368)](t,o(364),((t,s)=>{const r=o;n(s)&&e[r(364)](s)})),e[o(368)](t,o(388),((t,n)=>{const s=o;e[s(344)](n)&&e[s(388)](n)}))})({source:s[o(417)],target:r,filter:n}),this[o(426)][o(440)](t,{collection:r,filter:n});const i=this[o(402)][o(421)](t);i[o(447)](r),this[o(445)](i,o(444),((t,e,n,r)=>{const i=o;r&&s[i(412)](r),n&&s[i(411)](n)}))}[ui(429)](t){const n=ui;if(this[n(410)][n(430)](t),!this[n(402)][n(406)](t))throw new e.CKEditorError(n(403),this,{uiName:t});const o=this[n(402)][n(421)](t);o[n(432)](),this[n(451)](o),this[n(426)][n(421)](t)[n(407)][n(418)](),this[n(426)][n(430)](t)}[ui(433)](t){const n=ui;if(!this[n(402)][n(406)](t))throw new e.CKEditorError(n(403),this,{uiName:t});const o=this[n(416)][n(423)][n(421)](pr),s=Array[n(424)](o[n(448)])[0]||null;this[n(443)](),this[n(431)](t);const r=this[n(402)][n(421)](t);r[n(457)](s),r[n(409)]&&s&&r[n(409)]([s])}[ui(443)](){const t=ui;for(const e of this[t(410)])this[t(429)](e)}[ui(422)](t,n){const o=ui;if(this[o(402)][o(406)](t))throw new e.CKEditorError(o(419));if(o(425)!=typeof n[o(447)]||o(425)!=typeof n[o(432)]||o(425)!=typeof n[o(457)])throw new e.CKEditorError(o(434),null);this[o(402)][o(440)](t,n)}[ui(442)](){const t=ui,e=this[t(416)][t(423)][t(421)](pr)[t(407)],n=new Map,o=Array[t(424)](this[t(410)]);for(const e of this[t(410)]){const o=this[t(426)][t(421)](e)[t(407)];for(const s of o)n[t(440)](s,e)}for(const s of e){const e=n[t(421)](s);this[t(436)](s);const r=o[t(405)]((e=>this[t(426)][t(421)](e)[t(460)](s)));e!==r&&(e&&this[t(426)][t(421)](e)[t(407)][t(437)](s),r&&this[t(426)][t(421)](r)[t(407)][t(438)](s))}}[ui(418)](){const t=ui;this[t(443)](),super[t(418)]()}[ui(436)](t){const n=ui,o=[];for(const e of this[n(410)])(0,this[n(426)][n(421)](e)[n(460)])(t)&&o[n(435)](e);if(o[n(420)]>1)throw new e.CKEditorError(n(427),null,{matchedUIs:o,annotationType:t[n(456)]})}}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(){const t=["7766qrdeXC","bindTemplate","45YLcbDu","15068PCBleV","70tqSyLM","10940wegnMp","288719yRRGkH","setTemplate","69dYYLzP","ck-sidebar","111138msDuPI","minHeight","219390hvPWDl","79792ORqbAM","createCollection","list","class","ck-reset","set","number","508968jYvzsY","div"];return(gi=function(){return t})()}!function(t,e){const n=ki,o=t();for(;;)try{if(158627===-parseInt(n(144))/1+-parseInt(n(141))/2*(parseInt(n(146))/3)+parseInt(n(136))/4+-parseInt(n(150))/5+parseInt(n(148))/6*(-parseInt(n(142))/7)+parseInt(n(151))/8*(-parseInt(n(140))/9)+parseInt(n(143))/10*(parseInt(n(138))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gi);const vi=(0,e.toUnit)("px");function ki(t,e){const n=gi();return(ki=function(t,e){return n[t-=135]})(t,e)}class bi extends go.View{constructor(t){const e=ki;super(t);const n=this[e(139)];this[e(156)](e(149),0),this[e(156)](e(154),""),this[e(153)]=this[e(152)](),this[e(145)]({tag:e(137),attributes:{class:["ck",e(147),e(155),n.to(e(154))],style:{minHeight:n.to(e(149),(t=>e(135)==typeof t?vi(t+10):null))}},children:this[e(153)]})}}function wi(){const t=["ck-sidebar-item","_targetTop","setTemplate","5414864EEuXSe","clear","element","bind","content","top","2pleUYL","height","updateHeight","2969745qLIaHI","5329432bXtxoo","bottom","render","_mutationObserver","detach","bindTemplate","set","createCollection","3963365zLxkPI","ck-sidebar-item--no-animation","3079854dGewca","div","isAnimationDisabled","clientHeight","3083400sOPTYf","1259108POeLMZ","attach","18duAeNH","destroy"];return(wi=function(){return t})()}const _i=Ii;function Ii(t,e){const n=wi();return(Ii=function(t,e){return n[t-=275]})(t,e)}!function(t,e){const n=Ii,o=t();for(;;)try{if(634599===parseInt(n(290))/1+-parseInt(n(303))/2*(-parseInt(n(306))/3)+parseInt(n(289))/4+-parseInt(n(283))/5+parseInt(n(285))/6+-parseInt(n(297))/7+-parseInt(n(275))/8*(parseInt(n(292))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(wi);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=Ii;super(t),this[e(281)](e(302),0),this[e(281)](e(304),0),this[e(300)](e(276)).to(this,e(302),this,e(304),((t,e)=>t+e)),this[e(281)](e(287),!1),this[e(278)]=Gs((()=>this[e(305)]())),this[e(295)]=null,this[e(301)]=this[e(282)]();const n=this[e(280)];this[e(296)]({tag:e(286),attributes:{class:[e(294),n.to(e(287),(t=>t?e(284):""))],style:{top:n.to(e(302),(t=>yi(t)))}},children:this[e(301)]})}[_i(277)](){const t=_i;super[t(277)](),this[t(278)][t(291)](this[t(299)])}[_i(305)](){const t=_i,e=this[t(299)][t(288)];e&&(this[t(304)]=e)}[_i(293)](){const t=_i;this[t(301)][t(298)](),this[t(278)][t(279)](),super[t(293)]()}}const Ai=Ti;function Ti(t,e){const n=Ei();return(Ti=function(t,e){return n[t-=329]})(t,e)}function Ei(){const t=["minHeight","list","_setItemTop","_alignForBottomChange","view","_recalculate","_alignAfterItem","bind","set","setContainer","getIndex","refresh","get","_annotations","destroy","updateHeight","_annotationToSidebarItemView","_activeAnnotation","sidebar-setcontainer-invalid-element","change:bottom","max","_getTargetTop","939ZNMTPs","height","getSidebarItemView","_recalculateBuffer","change:top","render","nodeType","define","addAnnotation","push","isActive","3531170yUGrko","_attachToContainer","change:_lastItem","_getMaxAvailableTop","top","listenTo","_targetTop","sidebar.container","462QhTwTV","_detachFromContainer","_lastItem","change:targetRect","length","delete","sidebar.preventScrollOutOfView","_alignForTopChange","init","_alignToTargetRect","rearrange","27SSaRda","2351665SDnqjz","2519328wLqRtm","content","element","_alignBeforeItem","_spaceBetweenItems","_updateLastItem","remove","last","isAnimationDisabled","target","_getItemAfter","object","6135816whywTR","_createSidebarView","bottom","container","unbind","93130EnEuMU","stopListening","targetRect","_getItemBefore","clear","sidebar-attachtocontainer-missing-container","add","appendChild","config","locale","pluginName","38840VIAneb","_destroySidebarItemView","class","_sidebarItemViewToAnnotation","1346fOSDel","context","Sidebar"];return(Ei=function(){return t})()}!function(t,e){const n=Ti,o=t();for(;;)try{if(512671===-parseInt(n(416))/1+parseInt(n(342))/2*(-parseInt(n(367))/3)+parseInt(n(399))/4+parseInt(n(398))/5+-parseInt(n(411))/6+-parseInt(n(386))/7*(parseInt(n(338))/8)+-parseInt(n(397))/9*(-parseInt(n(378))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ei);class xi extends t.ContextPlugin{static get[Ai(337)](){return Ai(344)}constructor(t){const e=Ai;super(t),this[e(353)](e(388),void 0),this[e(349)]=this[e(412)](),this[e(353)](e(414),null),this[e(403)]=25,this[e(341)]=new Map,this[e(361)]=new Map,this[e(343)][e(335)][e(374)](e(392),!1),this[e(358)]=null,this[e(362)]=null,this[e(370)]=[]}[Ai(394)](){const t=Ai,e=this[t(343)][t(335)][t(357)](t(385));e&&this[t(354)](e)}[Ai(354)](t){const n=Ai;if(!Mi(t))throw new e.CKEditorError(n(363));this[n(414)]=t}[Ai(379)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ai;if(!Mi(this[o(414)]))throw new e.CKEditorError(o(332),this);this[o(414)][o(334)](this[o(349)][o(401)]),this[o(349)][o(340)]=t,this[o(403)]=n}[Ai(396)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ai,s=this[o(369)](t);this[o(349)][o(346)][o(405)](s),this[o(339)](t),e&&this[o(395)](this[o(369)](e)),n&&this[o(395)](this[o(369)](n)),this[o(404)]()}[Ai(356)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ai;if(this[o(362)]=e,t){t[o(377)]=!1;const e=this[o(369)](t);e&&n&&(e[o(407)]=!1)}if(e){const t=this[o(369)](e);t&&(e[o(377)]=!0,n&&(t[o(407)]=!0,t[o(382)]+=1),this[o(395)](t))}}[Ai(387)](t){const e=Ai;if(this[e(349)][e(401)][e(405)](),t)for(const n of t)this[e(339)](n);this[e(349)][e(346)][e(331)](),this[e(349)][e(340)]="",this[e(388)]=null}[Ai(375)](t,e){const n=Ai;e||(e=t[n(349)]);const o=new Ci(this[n(343)][n(336)]);this[n(341)][n(353)](o,t),this[n(361)][n(353)](t,o),o[n(400)][n(333)](e),this[n(383)](t[n(349)],n(389),((e,s,r)=>{const i=n,c=this[i(366)](t,r);o[i(384)]!=c&&(o[i(384)]=c,this[i(347)](o,c))})),this[n(383)](o,n(371),(()=>{const t=n;this[t(350)](o,t(382))})),this[n(383)](o,n(364),(()=>{const t=n;this[t(350)](o,t(413))})),this[n(395)](o);const s=this[n(330)](o);return s&&this[n(351)](s,o)||this[n(395)](o),this[n(404)](),this[n(349)][n(346)][n(333)](o),o}[Ai(393)](t){const e=Ai;if(!t[e(400)][e(390)])return;const n=this[e(330)](t);if(!n)return;const o=this[e(341)][e(357)](n),s=this[e(362)];s&&s===o?this[e(351)](n,t):this[e(402)](t,n)}[Ai(348)](t){const e=Ai;if(!t[e(400)][e(390)])return;const n=this[e(409)](t);if(!n)return;const o=this[e(341)][e(357)](n),s=this[e(343)][e(335)][e(357)](e(392)),r=this[e(362)];r&&r===o&&s?(this[e(402)](n,t),this[e(351)](t,n)):r&&r===o?this[e(402)](n,t):this[e(351)](t,n)}[Ai(350)](t,e){const n=Ai;0===this[n(370)][n(390)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(370)])t(382)===n?this[t(393)](e):this[t(348)](e);this[t(370)]=[]}),10),this[n(370)][n(376)]({sidebarItemView:t,changedProp:e})}[Ai(369)](t){const e=Ai;return this[e(361)][e(357)](t)}[Ai(359)](){const t=Ai;this[t(417)](),this[t(349)][t(359)]()}[Ai(339)](t){const e=Ai,n=this[e(369)](t);this[e(417)](n),this[e(417)](t[e(349)]),n[e(359)](),this[e(361)][e(391)](t),this[e(341)][e(391)](n)}[Ai(412)](){const t=Ai,e=new bi(this[t(343)][t(336)]);return e[t(372)](),this.on(t(380),((n,o,s,r)=>{const i=t;r&&e[i(415)](i(345)),s?e[i(352)](i(345)).to(s,i(413)):e[i(345)]=null})),e}[Ai(404)](){const t=Ai;var e;this[t(388)]=(null===(e=this[t(358)])||void 0===e?void 0:e[t(406)])?this[t(369)](this[t(358)][t(406)]):null}[Ai(330)](t){const e=Ai;var n;const o=this[e(341)][e(357)](t),s=o&&(null===(n=this[e(358)])||void 0===n?void 0:n[e(357)](this[e(358)][e(355)](o)-1));return s&&this[e(369)](s)||null}[Ai(409)](t){const e=Ai;var n;const o=this[e(341)][e(357)](t),s=o&&(null===(n=this[e(358)])||void 0===n?void 0:n[e(357)](this[e(358)][e(355)](o)+1));return s&&this[e(369)](s)||null}[Ai(402)](t,e){const n=Ai;t[n(360)]();const o=Oi(e[n(413)]+this[n(403)],t[n(382)]);return!!o&&(this[n(347)](e,e[n(382)]-o),!0)}[Ai(351)](t,e){const n=Ai;t[n(360)]();const o=Oi(t[n(413)]+this[n(403)],e[n(382)]);return!!o&&(this[n(347)](e,e[n(382)]+o,!1),!0)}[Ai(395)](t){const e=Ai,n=this[e(341)][e(357)](t);if(!n||!n[e(408)]||!n[e(329)])return;const o=this[e(366)](n,n[e(329)]);this[e(347)](t,o)}[Ai(366)](t,n){const o=Ai;if(null===n)return 0;if(t[o(408)]instanceof e.Rect)return n[o(382)];{const t=new e.Rect(this[o(349)][o(401)])[o(382)];return n[o(382)]-t}}[Ai(347)](t,e,n=this[Ai(343)][Ai(335)][Ai(357)](Ai(392))){const o=Ai;n&&(e=Math[o(365)](e,this[o(381)](t))),t[o(382)]=e}[Ai(381)](t){const e=Ai;let n=this[e(330)](t),o=0;for(;n;)n[e(360)](),o+=this[e(403)]+n[e(368)],n=this[e(330)](n);return o}}function Oi(t,e){return Math[Ai(365)](t-e,0)}function Mi(t){const e=Ai;return null!==t&&e(410)==typeof t&&1===t[e(373)]}const Ri=ji;function ji(t,e){const n=Vi();return(ji=function(t,e){return n[t-=139]})(t,e)}function Vi(){const t=["remove","refresh","listenTo","ready","context","hasDomSelection","set","getOrderedSelectedAnnotations","_editorAnnotations","1074292fpbbOp","annotations","requires","24mgaBmC","editors","refreshPositioning","924jUJgLG","init","stopListening","wideSidebar","2556sBFBYX","updateTargetRect","focus","addAnnotation","_refreshPositioningDebounced","add","has","detach","widesidebar-detach-not-attached","WideSidebar","135798EeLcNK","_destroyEditorAnnotationsIntegration","addEventListener","get","cancel","container","_attachToContainer","1096447PxAiUD","switchTo","change:container","removeEventListener","destroy","isAttached","off","41873UXRsOh","339zOEEjA","stop","widesidebar-attach-already-attached","2784fqQqGc","_integrateWithEditorAnnotations","5Gamntu","ck-sidebar--wide","264649nQGDnB","plugins","pluginName","rearrange","high","1790ypgnQM","from","EditorAnnotations","30vKLGUu","attach","uiUpdate","blur","activeAnnotation","setActiveAnnotation","_activeAnnotation","_detachFromContainer","register","_annotations","set:container","resize"];return(Vi=function(){return t})()}!function(t,e){const n=ji,o=t();for(;;)try{if(216890===parseInt(n(174))/1*(-parseInt(n(186))/2)+-parseInt(n(159))/3+parseInt(n(139))/4*(parseInt(n(179))/5)+parseInt(n(142))/6*(-parseInt(n(181))/7)+parseInt(n(177))/8*(-parseInt(n(149))/9)+parseInt(n(189))/10*(parseInt(n(166))/11)+-parseInt(n(145))/12*(-parseInt(n(173))/13))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Vi);class Ni extends t.ContextPlugin{static get[Ri(141)](){return[xi,mi]}static get[Ri(183)](){return Ri(158)}constructor(t){const n=Ri;super(t),this[n(171)]=!1,this[n(207)](n(193),null),this[n(140)]=null,this[n(209)]=new e.Collection,this[n(153)]=Hs((()=>{const t=n;this[t(140)][t(144)]()}),250,{leading:!1})}[Ri(146)](){const t=Ri,e=this[t(205)][t(182)][t(162)](mi),n=this[t(205)][t(182)][t(162)](xi);e[t(197)](t(148),this),n[t(164)]&&e[t(167)](t(148))}[Ri(194)](t){const e=Ri;if(t===this[e(193)])return;const n=this[e(205)][e(182)][e(162)](xi);n[e(195)]=t;const o=this[e(193)];this[e(193)]=t,n[e(202)]({blurredAnnotation:o,activatedAnnotation:this[e(193)]})}[Ri(190)](n){const o=Ri;this[o(140)]=n;const s=this[o(205)][o(182)][o(162)](xi);if(s[o(198)]=n,this[o(171)])throw new e.CKEditorError(o(176),this);this[o(171)]=!0,this[o(203)](s,o(199),(()=>{const t=o;this[t(156)](),this[t(203)](s,t(168),(e=>{const o=t;e[o(172)](),this[o(190)](n)}))})),s[o(165)]({viewClass:o(180)});const r=t=>{const e=o;t[e(150)](),s[e(152)](t)};for(const t of n)r(t);this[o(203)](n,o(154),((t,e)=>{r(e)})),this[o(203)](n,o(201),((t,e,r)=>{const i=o;s[i(184)]({removedAnnotation:e,previousAnnotation:n[i(162)](r-1),nextAnnotation:n[i(162)](r+1)}),e===this[i(193)]&&this[i(194)](null)}),{priority:o(185)}),this[o(203)](n,o(151),((t,e)=>{this[o(194)](e)})),this[o(203)](n,o(192),(()=>{this[o(194)](null)}));const i=this[o(205)]instanceof t.Context?this[o(205)][o(143)]:new e.Collection([this[o(205)]]);for(const t of i)this[o(178)](t);this[o(203)](i,o(154),((t,e)=>{const n=o;this[n(203)](e,n(204),(()=>{this[n(178)](e)}))})),this[o(203)](i,o(201),((t,e)=>{const n=o;e[n(182)][n(155)](n(188))&&this[n(160)](e[n(182)][n(162)](n(188)))})),window[o(161)](o(200),this[o(153)]),this[o(140)][o(144)]()}[Ri(156)](){const n=Ri;if(!this[n(171)])throw new e.CKEditorError(n(157),this);this[n(194)](null);const o=this[n(205)][n(182)][n(162)](xi);o[n(196)](this[n(140)]),this[n(147)](o),this[n(147)](this[n(140)]),this[n(205)]instanceof t.Context&&this[n(147)](this[n(205)][n(143)]);for(const t of Array[n(187)](this[n(209)]))this[n(160)](t);window[n(169)](n(200),this[n(153)]),this[n(153)][n(163)](),this[n(193)]=null,this[n(171)]=!1,this[n(140)]=null}[Ri(170)](){const t=Ri;this[t(171)]&&this[t(156)]()}[Ri(178)](t){const e=Ri,n=t[e(182)][e(162)](jr);if(!n)return;const o=()=>{const t=e,o=n[t(208)]({annotations:this[t(140)],activeAnnotation:this[t(193)]});this[t(194)](o[0]||null)};this[e(203)](n,e(202),o),this[e(203)](n,e(192),((t,{isAnnotationTracked:n})=>{const o=e;this[o(193)]&&n(this[o(193)])&&this[o(194)](null)})),this[e(203)](n,e(191),(()=>{this[e(153)]()})),this[e(203)](this[e(140)],e(192),(t=>{const s=e;n[s(206)]()&&(o(),t[s(175)]())}),{priority:e(185)}),this[e(209)][e(154)](n)}[Ri(160)](t){const e=Ri;this[e(147)](t),this[e(209)][e(201)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=308]})(t,e)}function Di(){const t=["add","_badge","ck-annotation-counter__badge","ck-annotation-counter","570770fxMutR","560770Xchltm","ck-annotation-counter__badge--","number","set","extendTemplate","bind","bindTemplate","annotationType","...","241755JKTlEX","isDirty","counterView","280870ZFCABU","270636vubhXv","1000160mYaZRV","toString","setTemplate","span","children","2992801kfNNTD","icon","ck-annotation-counter__badge--edit-mode"];return(Di=function(){return t})()}!function(t,e){const n=Si,o=t();for(;;)try{if(188003===-parseInt(n(317))/1+-parseInt(n(331))/2+-parseInt(n(314))/3+parseInt(n(319))/4+parseInt(n(332))/5+parseInt(n(318))/6+parseInt(n(324))/7)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Di);class Pi extends go.ButtonView{constructor(t){const e=Si;super(t);const n=this[e(311)];this[e(308)](e(315),!1),this[e(308)](e(334),0),this[e(310)](e(328)).to(this,e(315),this,e(334),((t,n)=>t?e(313):n[e(320)]())),this[e(308)](e(312),""),this[e(325)]=ei,this[e(309)]({attributes:{class:[e(330)]}}),this[e(316)]=new go.View,this[e(316)][e(321)]({tag:e(322),attributes:{class:[e(329),n.to(e(312),(t=>e(333)+t)),n.if(e(315),e(326))]},children:[{text:n.to(e(328))}]}),this[e(323)][e(327)](this[e(316)])}}var Li=n(197),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Li.A,Bi);Li.A.locals;const zi=Fi;function Ui(){const t=["attach","_attachToContainer","get","contains","_attachListeners","_integrateWithEditorAnnotations","northArrowSouthWest","2984YQmPky","focus","from","find","refresh","10SpxFht","bodyCollection","isVisible","low","_detachFromContainer","2763VAcEvu","_hideBalloon","8833006SQQkZS","EditorAnnotations","addAnnotation","southArrowNorthEast","detachFromDom","NarrowSidebar","includes","execute","_selectedAnnotations","content","40442094SsaYEd","rearrange","annotations","defaultPositions","4228FItRNn","blur","create","southArrowNorth","_showBalloon","hasDomSelection","isAttached","preventClosingBalloon","getByView","resize","init","attachToDom","type","_annotations","balloonPanelView","high","narrowsidebar-detach-not-attached","_destroyEditorAnnotationsIntegration","length","first","target","narrowSidebar","_annotationToNarrowView","_domEmitter","setActiveAnnotation","remove","stopPropagation","northArrowSouth","southArrowNorthWest","_refreshPositioning","cancel","set","number","clear","locale","set:container","element","refreshPositioning","stopListening","view","Esc","unpin","keydown","ready","5309352nrltJq","137134lZsBaB","_updateBalloonPosition","annotationType","_editorAnnotations","change:height","138XyctzK","off","change:container","preventDefault","values","mousedown","register","bind","delete","keyCode","uiUpdate","4VavuNu","ck-sidebar--narrow","isDirty","removeEventListener","has","plugins","addEventListener","_setSelectedAnnotations","requires","pin","activeAnnotation","esc","listenTo","northArrowSouthEast","_refreshPositioningDebounced","destroy","4139095CGSUtP","getOrderedSelectedAnnotations","context","focusableElements","getSidebarItemView","stop","narrowsidebar-attach-already-attached","detach","add","editors","_manuallyClosedAnnotationViews","pluginName","_detachListeners"];return(Ui=function(){return t})()}function Fi(t,e){const n=Ui();return(Fi=function(t,e){return n[t-=377]})(t,e)}!function(t,e){const n=Fi,o=t();for(;;)try{if(776606===-parseInt(n(448))/1+parseInt(n(403))/2*(parseInt(n(453))/3)+-parseInt(n(464))/4*(parseInt(n(480))/5)+-parseInt(n(447))/6+-parseInt(n(389))/7+parseInt(n(377))/8*(parseInt(n(387))/9)+parseInt(n(382))/10*(parseInt(n(399))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ui);class Ki extends t.ContextPlugin{static get[zi(472)](){return[xi,mi]}static get[zi(491)](){return zi(394)}constructor(t){const n=zi;super(t),this[n(409)]=!1,this[n(490)]=new Set,this[n(426)]=Object[n(405)](e.DomEmitterMixin),this[n(425)]=new Map,this[n(434)](n(474),null),this[n(401)]=null,this[n(397)]=[],this[n(451)]=new e.Collection,this[n(478)]=Hs((()=>{this[n(432)]()}),250,{leading:!1})}[zi(413)](){const t=zi;this[t(482)][t(469)][t(495)](mi)[t(459)](t(424),this),this[t(383)]=new go.BodyCollection(this[t(482)][t(437)]),this[t(417)]=new go.BalloonPanelView(this[t(482)][t(437)]),this[t(383)][t(414)](),this[t(383)][t(488)](this[t(417)])}[zi(493)](n){const o=zi;this[o(401)]=n;const s=this[o(482)][o(469)][o(495)](xi),r=this[o(417)];if(s[o(416)]=n,this[o(409)])throw new e.CKEditorError(o(486),this);this[o(409)]=!0,this[o(476)](s,o(438),(()=>{const t=o;this[t(487)](),this[t(476)](s,t(455),(e=>{const o=t;e[o(454)](),this[o(493)](n)}))})),s[o(494)]({viewClass:o(465),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(482)][e(437)]);s[e(391)](t,n),this[e(425)][e(434)](t,n),n[e(460)](e(466),e(450),e(435)).to(t[e(442)],e(466),e(415),e(421)),n.on(e(396),(()=>{const n=e;this[n(490)][n(436)](),r[n(398)][n(422)]!==t[n(442)]?(this[n(407)](t),t[n(442)][n(439)][n(378)](),this[n(427)](t)):this[n(427)](null)}))};for(const t of n)i(t);this[o(476)](n,o(488),((t,e)=>{i(e)})),this[o(476)](n,o(428),((t,e,r)=>{const i=o;this[i(425)][i(495)](e)[i(479)](),this[i(425)][i(461)](e),s[i(400)]({removedAnnotation:e,previousAnnotation:n[i(495)](r-1),nextAnnotation:n[i(495)](r+1)}),e===this[i(474)]&&this[i(427)](null)}),{priority:o(385)}),this[o(476)](n,o(378),((t,e)=>{this[o(427)](e)})),this[o(476)](n,o(404),(()=>{this[o(427)](null)})),this[o(426)][o(476)](document,o(445),((t,n)=>{const s=o;n[s(462)]===e.keyCodes[s(475)]&&r[s(384)]&&(this[s(490)][s(488)](r[s(398)][s(422)]),this[s(388)](),n[s(429)](),n[s(456)]())})),this[o(426)][o(476)](document,o(458),((t,e)=>{const n=o,i=e[n(423)];r[n(384)]&&r[n(439)][n(496)](i)||s[n(442)][n(439)][n(496)](i)||t[n(410)]||this[n(474)]&&this[n(474)][n(483)][n(380)]((t=>t[n(496)](i)))||(this[n(490)][n(436)](),this[n(388)](),this[n(427)](null))}));const c=this[o(482)]instanceof t.Context?this[o(482)][o(489)]:new e.Collection([this[o(482)]]);for(const t of c)this[o(498)](t);this[o(476)](c,o(488),((t,e)=>{const n=o;this[n(476)](e,n(446),(()=>{this[n(498)](e)}))})),this[o(476)](c,o(428),((t,e)=>{const n=o;e[n(469)][n(468)](n(390))&&this[n(420)](e[n(469)][n(495)](n(390)))})),window[o(470)](o(412),this[o(478)]),this[o(432)]()}[zi(427)](t){const e=zi;if(t===this[e(474)])return;const n=this[e(482)][e(469)][e(495)](xi);n[e(381)]({blurredAnnotation:this[e(474)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(484)](t)?this[e(407)](t):this[e(388)](),this[e(474)]=t}[zi(487)](){const n=zi;if(!this[n(409)])throw new e.CKEditorError(n(419),this);this[n(427)](null);const o=this[n(482)][n(469)][n(495)](xi);this[n(388)](),Array[n(379)](this[n(425)][n(457)](),(t=>t[n(479)]())),this[n(425)][n(436)](),o[n(386)](this[n(401)]),this[n(441)](),this[n(426)][n(441)](),this[n(482)]instanceof t.Context&&this[n(441)](this[n(482)][n(489)]);for(const t of Array[n(379)](this[n(451)]))this[n(420)](t);window[n(467)](n(412),this[n(478)]),this[n(478)][n(433)](),this[n(397)]=[],this[n(409)]=!1,this[n(401)]=null}[zi(479)](){const t=zi;this[t(409)]&&this[t(487)](),this[t(383)][t(393)]()}[zi(498)](t){const e=zi,n=t[e(469)][e(495)](jr),o=this[e(482)][e(469)][e(495)](xi),s=this[e(401)],r=this[e(417)],i=()=>{const t=e,o=n[t(481)]({annotations:this[t(401)],activeAnnotation:this[t(474)]});this[t(471)](o),this[t(427)](o[0]||null)};this[e(476)](n,e(381),i),this[e(476)](n,e(404),((t,{isAnnotationTracked:n})=>{const o=e;this[o(474)]&&n(this[o(474)])&&(this[o(471)]([]),this[o(427)](null))})),this[e(476)](n,e(463),(()=>{this[e(478)]()})),this[e(476)](s,e(404),(t=>{const o=e;n[o(408)]()&&t[o(485)]()}),{priority:e(418)}),this[e(476)](this[e(426)],e(458),((t,s)=>{const c=e,a=s[c(423)];r[c(384)]&&r[c(439)][c(496)](a)||o[c(442)][c(439)][c(496)](a)||this[c(474)]&&n[c(408)]()&&(i(),t[c(410)]=!0)}),{priority:e(418)}),this[e(451)][e(488)](n)}[zi(420)](t){const e=zi;t&&(this[e(441)](t),this[e(451)][e(428)](t))}[zi(471)](t){const e=zi;for(const n of this[e(397)])t[e(395)](n)||this[e(490)][e(461)](n[e(442)]);this[e(397)]=t}[zi(432)](){const t=zi,e=this[t(417)];this[t(401)][t(440)](),e[t(384)]&&this[t(449)]()}[zi(407)](t){const e=zi;if(this[e(490)][e(468)](t[e(442)]))return;const n=this[e(417)][e(398)][e(422)];n!==t[e(442)]?(n&&this[e(492)](n),this[e(497)](t[e(442)]),this[e(417)][e(398)][e(436)](),this[e(417)][e(398)][e(488)](t[e(442)]),this[e(449)]()):this[e(449)]()}[zi(449)](){const t=zi,e=this[t(417)][t(398)][t(422)],n=e&&this[t(401)][t(411)](e);if(!n||!this[t(425)][t(468)](n))return;const o=this[t(425)][t(495)](n)[t(439)],s=function(){const e=t,n=go.BalloonPanelView[e(402)];return[n[e(392)],n[e(477)],n[e(406)],n[e(430)],n[e(431)],n[e(499)]]}();this[t(417)][t(473)]({target:o,positions:s})}[zi(388)](){const t=zi,e=this[t(417)],n=e[t(398)][t(422)];n&&(this[t(492)](n),e[t(444)](),e[t(398)][t(436)]())}[zi(497)](t){const e=zi;this[e(476)](t,e(452),(()=>this[e(449)]())),this[e(476)](t,e(443),((n,o)=>{const s=e;this[s(490)][s(488)](t),this[s(388)](),o()}))}[zi(492)](t){this[zi(441)](t)}}var Wi=n(874),Hi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wi.A,Hi);Wi.A.locals;const qi=Zi;function Zi(t,e){const n=Gi();return(Zi=function(t,e){return n[t-=361]})(t,e)}!function(t,e){const n=Zi,o=t();for(;;)try{if(622470===parseInt(n(369))/1+parseInt(n(387))/2+-parseInt(n(426))/3*(parseInt(n(416))/4)+parseInt(n(411))/5*(-parseInt(n(445))/6)+-parseInt(n(407))/7+-parseInt(n(422))/8*(parseInt(n(438))/9)+parseInt(n(418))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Gi);class Xi extends t.Plugin{static get[qi(364)](){return[jr,go.ContextualBalloon,mi]}static get[qi(375)](){return qi(450)}constructor(t){const e=qi;super(t),t[e(414)][e(361)][e(436)](To.MouseObserver),this[e(366)]=!1,this[e(439)](e(454),null),this[e(406)]=null,this[e(417)]=new Set,this[e(457)]=t[e(415)][e(385)](go.ContextualBalloon),this[e(443)]=new Set,this[e(427)]=[],this[e(381)]=!1}[qi(434)](){const t=qi,e=this[t(401)][t(415)][t(385)](mi);e[t(455)]===this[t(401)]&&(e[t(437)](t(451),this),this[t(401)][t(367)][t(439)](t(448),((e,n)=>{const o=t,s=this[o(457)];if(this[o(366)]&&s[o(392)]){const t=this[o(406)][o(429)](s[o(392)]);t&&this[o(372)](t),n()}})))}[qi(390)](){const t=qi,e=this[t(401)][t(415)][t(385)](mi);e[t(455)]===this[t(401)]&&(e[t(393)]()||e[t(420)](t(451)))}[qi(370)](t){const e=qi;t!==this[e(454)]&&(this[e(454)]&&(this[e(454)][e(447)]=!1),t&&this[e(401)].ui[e(409)][e(380)]&&(this[e(406)][e(374)](t)&&this[e(413)](t,!0),t[e(447)]=!0),t||this[e(389)]([]),this[e(454)]=t)}[qi(430)](t){const n=qi;this[n(406)]=t;const o=this[n(401)][n(415)][n(385)](mi),s=this[n(457)];if(this[n(366)])throw new e.CKEditorError(n(383),this);if(o[n(455)]!==this[n(401)])throw new e.CKEditorError(n(428),this);const r=this[n(401)][n(415)][n(385)](jr);this[n(373)](r,n(377),(()=>{const t=n,e=r[t(403)]({annotations:this[t(406)],activeAnnotation:this[t(454)]});var o,s;!this[t(381)]&&(o=e,s=this[t(427)],o[t(449)]===s[t(449)]&&o[t(388)]((e=>s[t(419)](e))))||(this[t(381)]=!1,this[t(389)](e),this[t(370)](e[0]||null))})),this[n(373)](r,n(424),((t,{isAnnotationTracked:e})=>{const o=n;this[o(454)]&&e(this[o(454)])&&(this[o(389)]([]),this[o(370)](null))})),this[n(373)](this[n(401)].ui[n(409)],n(400),((t,e,o)=>{o||this[n(370)](null)})),this[n(373)](t,n(378),((t,e)=>{const o=n;this[o(444)](e),e===this[o(454)]&&this[o(370)](null)})),this[n(373)](s,n(435),((e,o,r,i)=>{const c=n;i&&this[c(402)](i);const a=t[c(429)](r);r&&a&&(this[c(373)](r,c(423),(()=>{s[c(368)]()})),this[c(373)](r,c(448),(()=>{const t=c;this[t(372)](a),this[t(401)][t(414)][t(361)][t(408)]()})),this[c(454)]!==a&&this[c(370)](a))})),this[n(373)](this[n(401)].ui,n(399),(()=>{const e=n;s[e(392)]&&t[e(429)](s[e(392)])&&s[e(368)]()})),this[n(373)](this[n(401)][n(414)][n(361)][n(433)],n(384),(()=>{const t=n;this[t(381)]=!0,this[t(417)][t(365)]()})),this[n(401)][n(414)][n(361)][n(433)][n(446)][n(395)]&&this[n(401)][n(414)][n(361)][n(408)](),this[n(366)]=!0}[qi(379)](){const t=qi;if(!this[t(366)])throw new e.CKEditorError(t(431),this);this[t(370)](null);for(const e of this[t(443)])this[t(444)](e);this[t(402)](),this[t(366)]=!1,this[t(406)]=null}[qi(398)](){const t=qi;this[t(366)]&&this[t(379)]()}[qi(389)](t){const e=qi;for(const n of this[e(427)])t[e(419)](n)||this[e(417)][e(410)](n);for(const n of this[e(406)])t[e(419)](n)||this[e(444)](n);if(this[e(401)].ui[e(409)][e(380)])for(const n of t)this[e(413)](n);this[e(427)]=t}[qi(413)](t,e=!1){const n=qi;this[n(417)][n(374)](t)||(this[n(443)][n(374)](t)||this[n(457)][n(371)](t[n(361)])||(this[n(443)][n(453)](t),this[n(457)][n(453)]({stackId:t[n(361)].id,view:t[n(361)],position:{target:()=>this[n(391)](t)}})),e&&this[n(457)][n(382)](t[n(361)].id))}[qi(391)](t){const n=qi,o=t[n(362)],s=this[n(401)][n(414)][n(361)],r=s[n(433)][n(446)][n(440)](),i=s[n(404)][n(363)](r);if(i[n(456)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(405)](...(c=e[n(397)](),Array[n(396)](c)[n(442)](DOMRect[n(376)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(449)];n++)Qi(s,t[n])?s[e(421)]+=t[n][e(421)]:(o[e(405)](s),s=t[n]);return o[e(405)](s),o}(t);const s=i[n(452)]();return t[n(412)]((t=>t[n(441)]<=s[n(441)]&&t[n(386)]>=s[n(386)]&&t[n(425)]<=s[n(425)]&&t[n(394)]>=s[n(394)]))||t[0]}var c;return t[n(432)]||i}[qi(444)](t){const e=qi;this[e(443)][e(374)](t)&&this[e(457)][e(371)](t[e(361)])&&(this[e(443)][e(410)](t),this[e(457)][e(378)](t[e(361)]))}[qi(372)](t){const e=qi;this[e(417)][e(453)](t),this[e(444)](t)}}function Gi(){const t=["register","72xMzbMZ","set","getFirstRange","top","map","_addedAnnotations","_removeAnnotationFromBalloon","6872154zbTOXP","selection","isActive","Esc","length","InlineAnnotations","inline","getBoundingClientRect","add","activeAnnotation","context","collapse","_balloon","view","target","viewRangeToDom","requires","clear","isAttached","keystrokes","updatePosition","496389mjkyHA","setActiveAnnotation","hasView","_closeAnnotation","listenTo","has","pluginName","fromRect","refresh","remove","detach","isFocused","_forceRefresh","showStack","inlineannotations-attach-already-attached","mousedown","get","bottom","1603722RqiBfK","every","_setSelectedAnnotations","afterInit","_getBalloonTargetForAnnotation","visibleView","hasActive","right","editableElement","from","getClientRects","destroy","update","change:isFocused","editor","stopListening","getOrderedSelectedAnnotations","domConverter","push","annotations","5870025hmYURG","focus","focusTracker","delete","5ZIDOkx","find","_addAnnotationToBalloon","editing","plugins","4ZhvLVT","_manuallyClosed","21377670DKvoLu","includes","switchTo","width","137200rQEqps","change:height","blur","left","2077239VHySYW","_selectedAnnotations","inlineannotations-not-allowed-with-context","getByView","attach","inlineannotations-detach-not-attached","targetRect","document","init","change:visibleView","addObserver"];return(Gi=function(){return t})()}function Qi(t,e){const n=qi;return t[n(441)]===e[n(441)]&&t[n(386)]===e[n(386)]&&t[n(394)]===e[n(425)]}var Ji=n(353),Yi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ji.A,Yi);Ji.A.locals;const $i='\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-2024, 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 clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.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-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n';function tc(){const t=["arrowup","isEmpty","setTemplate","remove","7700442MEFXWC","focus","_focusCycler","_focusTracker","ck-comments-archive__info","10416iOYmJX","element","7rgxebQ","add","114tqkhgW","ck-hidden","36pvuCTy","isActive","36195nuVyxz","11KuVWPw","_keystrokes","17543qrBVqC","tab","destroy","3324iZDanI","arrowleft","set","arrowdown","shift + tab","ck-comments-archive","high","184626Bzrdzy","ck-comments-archive__content","render","EMPTY_COMMENTS_ARCHIVE","bindTemplate","333JjChsi","5902690NtTUVw","selectstart","length","53400iHEIJG","stopPropagation","arrowright","div","listenTo","auto","_focusables"];return(tc=function(){return t})()}const ec=nc;function nc(t,e){const n=tc();return(nc=function(t,e){return n[t-=261]})(t,e)}!function(t,e){const n=nc,o=t();for(;;)try{if(851839===-parseInt(n(282))/1*(parseInt(n(275))/2)+parseInt(n(271))/3*(parseInt(n(277))/4)+parseInt(n(279))/5+parseInt(n(266))/6*(-parseInt(n(273))/7)+-parseInt(n(301))/8*(parseInt(n(297))/9)+parseInt(n(298))/10*(-parseInt(n(280))/11)+-parseInt(n(285))/12*(-parseInt(n(292))/13))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(tc);class oc extends go.View{constructor(t,n){const o=nc;super(t),this[o(287)](o(263),!n[o(300)]),this[o(269)]=new e.FocusTracker,this[o(281)]=new e.KeystrokeHandler,this[o(261)]=n,this[o(268)]=new go.FocusCycler({focusables:this[o(261)],focusTracker:this[o(269)],keystrokeHandler:this[o(281)],actions:{focusPrevious:o(289),focusNext:o(283)}}),this[o(305)](n,o(274),(()=>{this[o(263)]=!1})),this[o(305)](n,o(265),((t,e)=>{const s=o;e[s(278)]&&this[s(267)](),n[s(300)]||(this[s(263)]=!0)}));const s=this[o(296)];this[o(264)]({tag:o(304),attributes:{dir:o(306),class:["ck",o(290)],tabindex:-1},children:[{tag:o(304),attributes:{class:[o(293)]},children:[{tag:o(304),children:n},{tag:"p",attributes:{class:[o(270),s.if(o(263),o(276),(t=>!t))]},children:[{text:vo(t,o(295))}]}]}]})}[ec(294)](){const t=ec;super[t(294)](),this[t(281)][t(305)](this[t(272)]);const e=e=>e[t(302)]();this[t(281)][t(287)](t(303),e),this[t(281)][t(287)](t(286),e),this[t(281)][t(287)](t(262),e),this[t(281)][t(287)](t(288),e),this[t(305)](this[t(272)],t(299),((e,n)=>{n[t(302)]()}),{priority:t(291)})}[ec(284)](){const t=ec;super[t(284)](),this[t(269)][t(284)](),this[t(281)][t(284)]()}[ec(267)](){const t=ec;this[t(272)][t(267)]()}}const sc=rc;function rc(t,e){const n=cc();return(rc=function(t,e){return n[t-=122]})(t,e)}!function(t,e){const n=rc,o=t();for(;;)try{if(704467===-parseInt(n(158))/1+-parseInt(n(139))/2*(parseInt(n(156))/3)+parseInt(n(122))/4*(parseInt(n(126))/5)+parseInt(n(124))/6+-parseInt(n(146))/7*(-parseInt(n(131))/8)+parseInt(n(152))/9+-parseInt(n(153))/10*(parseInt(n(128))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(cc);class ic extends t.ContextPlugin{static get[sc(151)](){return sc(130)}static get[sc(143)](){return[_r,pr]}constructor(t){const n=sc;super(t),this[n(150)]=new e.Collection}[sc(134)](){const t=sc,e=this[t(154)],n=e[t(145)][t(140)](_r),o=e[t(145)][t(140)](pr);this[t(136)](n,t(125),((e,{threadId:o})=>{const s=t,r=n[s(155)](o);r[s(123)]&&this[s(150)][s(148)](r,this[s(129)](r[s(123)])),this[s(136)](r,s(132),((t,e,n)=>{const o=s;n?this[o(150)][o(135)](r)||this[o(150)][o(148)](r,this[o(129)](r[o(123)])):this[o(150)][o(135)](r)&&this[o(150)][o(137)](r)}))})),this[t(136)](n,t(157),((e,{threadId:o})=>{const s=t,r=n[s(155)](o);this[s(144)](r),this[s(150)][s(135)](r)&&this[s(150)][s(137)](r)}),{priority:t(138)}),this[t(136)](o[t(149)],t(141),((e,n)=>{const s=t;n[s(147)]=!0,o[s(127)](n)}))}[sc(129)](t){const e=sc,n=[...this[e(150)]][e(142)]((n=>n[e(123)]<t));return n>-1?n:this[e(150)][e(133)]}}function cc(){const t=["CommentsArchive","6692144FBajCj","change:archivedAt","length","init","has","listenTo","remove","highest","12zjJojK","get","focus","findIndex","requires","stopListening","plugins","7jpfKUF","isActive","add","collection","archivedThreads","pluginName","7736850WZhUCV","1809470LBdpdb","context","getCommentThread","160368zmGsWY","removeCommentThread","472203CYgnTw","12372KviBCQ","archivedAt","765492WruTBn","addCommentThread","935BrsEap","activate","55fgdLtx","_calculatePosition"];return(cc=function(){return t})()}const ac=uc;function hc(){const t=["remove","listenTo","1339338gFYhxS","archivedAt","isVisible","stopListening","119139Hzvgvd","6751165RaxlAP","8108270PwmjRA","indexOf","innerView","_threadToController","9LyMbOo","componentFactory","push","4DmpguK","annotationViews","get","COMMENTS_ARCHIVE","collaboration.channelId","archivedThreads","_createCommentsArchiveButton","Annotations","4kLwMLM","channelId","_visibleAnnotations","filter","CommentsArchiveUI","add","menuBar:commentsArchive","hide","plugins","636952AnhWlZ","tooltip","config","find","isEnabled","448555YzKUar","commentsArchiveView","focusableElements","_toggleDialog","collection","EDITOR_TOP_SIDE","3912843DaEUtO","set","_pendingThreads","7mQMNat","pluginName","execute","CommentsRepository","editor","findIndex","getByInnerView","view","splice","init","requires","show","locale","_calculatePosition","bind","length","12IkrfAA","commentsArchive","Dialog"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=105]})(t,e)}!function(t,e){const n=uc,o=t();for(;;)try{if(817674===parseInt(n(135))/1*(parseInt(n(121))/2)+parseInt(n(169))/3+parseInt(n(113))/4*(parseInt(n(105))/5)+-parseInt(n(165))/6+parseInt(n(144))/7*(-parseInt(n(130))/8)+parseInt(n(110))/9*(-parseInt(n(106))/10)+parseInt(n(141))/11*(-parseInt(n(160))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hc);class dc extends t.Plugin{static get[ac(145)](){return ac(125)}static get[ac(154)](){return[ic,go.Dialog]}constructor(t){const e=ac;super(t),this[e(114)]=new go.ViewCollection,this[e(143)]=[]}[ac(153)](){const t=ac;this[t(148)].ui[t(111)][t(126)](t(161),(()=>this[t(119)](go.ButtonView,!0))),this[t(148)].ui[t(111)][t(126)](t(127),(()=>this[t(119)](go.MenuBarMenuListItemButtonView)));const e=this[t(148)][t(129)][t(115)](ic),n=this[t(148)][t(129)][t(115)](t(120)),o=this[t(148)][t(129)][t(115)](t(147));this[t(164)](e[t(118)],t(126),((e,s)=>{const r=t,i=this[r(148)][r(132)][r(115)](r(117));if(!i||s[r(122)]===i){const t=o[r(109)][r(115)](s);if(!t)return void this[r(143)][r(112)](s);const e=this[r(157)](s[r(166)]),i=n[r(150)](t[r(151)]);i[r(167)]&&n[r(123)][r(163)](i),this[r(114)][r(126)](i[r(151)],e)}})),this[t(164)](n[t(139)],t(126),((e,n)=>{const s=t,r=this[s(143)][s(133)]((t=>{const e=s,r=o[e(109)][e(115)](t);return r&&n[e(108)]===r[e(151)]}));if(r){const t=this[s(157)](r[s(166)]);this[s(114)][s(126)](n[s(151)],t),this[s(143)][s(152)](this[s(143)][s(107)](r),1)}})),this[t(164)](e[t(118)],t(163),((e,s)=>{const r=t,i=this[r(148)][r(132)][r(115)](r(117));if(!i||s[r(122)]===i){const t=o[r(109)][r(115)](s),e=n[r(150)](t[r(151)]);this[r(114)][r(163)](e[r(151)]),this[r(168)](e[r(137)])}}))}[ac(157)](t){const e=ac,n=this[e(148)][e(132)][e(115)](e(117)),o=[...this[e(148)][e(129)][e(115)](ic)[e(118)]][e(124)]((t=>t[e(122)]===n))[e(149)]((n=>n[e(166)]<t));return o<0||o>this[e(114)][e(159)]?this[e(114)][e(159)]:o-1}[ac(138)](){const t=ac,e=this[t(148)],n=e[t(129)][t(115)](t(162));this[t(136)]||(this[t(136)]=new oc(e[t(156)],this[t(114)])),t(161)===n.id?n[t(128)]():n[t(155)]({id:t(161),title:vo(e[t(156)],t(116)),icon:$i,hasCloseButton:!0,content:this[t(136)],position:go.DialogViewPosition[t(140)]})}[ac(119)](t,e=!1){const n=ac,o=this[n(148)][n(156)],s=new t(o);return s[n(158)](n(134)).to(this,n(134)),s[n(142)]({label:vo(o,n(116)),icon:$i}),e&&(s[n(131)]=!0),this[n(164)](s,n(146),(()=>this[n(138)]())),s}}function lc(){var t=["requires","679503ADetMy","10RIsZjw","Comments","2weIbwt","907899AOtYZb","2290716psWxxQ","8LftJPG","170tXwmQW","188937TiwVql","1898934PsZaFS","458913XIFMDo","pluginName","278729dtLnXV"];return(lc=function(){return t})()}var mc=pc;function pc(t,e){var n=lc();return(pc=function(t,e){return n[t-=291]})(t,e)}!function(t,e){for(var n=pc,o=t();;)try{if(353458===parseInt(n(303))/1*(-parseInt(n(292))/2)+parseInt(n(293))/3+parseInt(n(294))/4+-parseInt(n(304))/5*(-parseInt(n(298))/6)+-parseInt(n(299))/7+parseInt(n(295))/8*(parseInt(n(297))/9)+parseInt(n(296))/10*(-parseInt(n(301))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(lc);class fc extends t.Plugin{static get[mc(302)](){return[_r,Qr,ri,ic,dc,hi,Ni,Ki,Xi]}static get[mc(300)](){return mc(291)}}function gc(){var t=["4557590AqGrcq","19793939pxTfpv","68641QFgEvV","61888QWhHpv","27150hpsDJr","1432284slLmSr","2RmqsjP","10576IXhffk","2349oRVFZf","69TKVQUJ","812lCfsTr"];return(gc=function(){return t})()}function vc(t,e){var n=gc();return(vc=function(t,e){return n[t-=126]})(t,e)}!function(t,e){for(var n=vc,o=t();;)try{if(689175===parseInt(n(135))/1*(parseInt(n(128))/2)+parseInt(n(131))/3*(parseInt(n(136))/4)+-parseInt(n(133))/5+parseInt(n(127))/6+-parseInt(n(132))/7*(parseInt(n(129))/8)+-parseInt(n(130))/9*(parseInt(n(126))/10)+parseInt(n(134))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gc)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
|