@ckeditor/ckeditor5-comments 35.3.1 → 35.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/build/comments.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +3 -3
  41. package/lang/translations/bg.po +3 -3
  42. package/lang/translations/bn.po +3 -3
  43. package/lang/translations/ca.po +3 -3
  44. package/lang/translations/cs.po +3 -3
  45. package/lang/translations/da.po +3 -3
  46. package/lang/translations/de.po +3 -3
  47. package/lang/translations/el.po +3 -3
  48. package/lang/translations/es.po +3 -3
  49. package/lang/translations/et.po +3 -3
  50. package/lang/translations/fi.po +3 -3
  51. package/lang/translations/fr.po +3 -3
  52. package/lang/translations/he.po +3 -3
  53. package/lang/translations/hi.po +3 -3
  54. package/lang/translations/hu.po +3 -3
  55. package/lang/translations/id.po +3 -3
  56. package/lang/translations/it.po +3 -3
  57. package/lang/translations/ja.po +3 -3
  58. package/lang/translations/ko.po +3 -3
  59. package/lang/translations/lt.po +3 -3
  60. package/lang/translations/lv.po +3 -3
  61. package/lang/translations/ms.po +3 -3
  62. package/lang/translations/nl.po +3 -3
  63. package/lang/translations/no.po +3 -3
  64. package/lang/translations/pl.po +3 -3
  65. package/lang/translations/pt-br.po +3 -3
  66. package/lang/translations/pt.po +3 -3
  67. package/lang/translations/ro.po +3 -3
  68. package/lang/translations/ru.po +3 -3
  69. package/lang/translations/sk.po +3 -3
  70. package/lang/translations/sr.po +3 -3
  71. package/lang/translations/sv.po +3 -3
  72. package/lang/translations/th.po +3 -3
  73. package/lang/translations/tr.po +3 -3
  74. package/lang/translations/uk.po +3 -3
  75. package/lang/translations/vi.po +3 -3
  76. package/lang/translations/zh-cn.po +3 -3
  77. package/lang/translations/zh.po +3 -3
  78. package/package.json +3 -3
  79. package/src/annotations/annotation.js +1 -1
  80. package/src/annotations/annotationcollection.js +1 -1
  81. package/src/annotations/annotations.js +1 -1
  82. package/src/annotations/annotationsuis.js +1 -1
  83. package/src/annotations/editorannotations.js +1 -1
  84. package/src/annotations/inlineannotations.js +1 -1
  85. package/src/annotations/narrowsidebar.js +1 -1
  86. package/src/annotations/sidebar.js +1 -1
  87. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  88. package/src/annotations/view/annotationview.js +1 -1
  89. package/src/annotations/view/sidebaritemview.js +1 -1
  90. package/src/annotations/view/sidebarview.js +1 -1
  91. package/src/annotations/widesidebar.js +1 -1
  92. package/src/comments/addcommentthreadcommand.js +1 -1
  93. package/src/comments/commentsediting.js +1 -1
  94. package/src/comments/commentsrepository.js +1 -1
  95. package/src/comments/commentsui.js +1 -1
  96. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  97. package/src/comments/integrations/importword.js +1 -1
  98. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  99. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  100. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  101. package/src/comments/ui/commentthreadcontroller.js +1 -1
  102. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  103. package/src/comments/ui/view/basecommentview.js +1 -1
  104. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  105. package/src/comments/ui/view/commentcontentview.js +1 -1
  106. package/src/comments/ui/view/commentinputview.js +1 -1
  107. package/src/comments/ui/view/commentslistview.js +1 -1
  108. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  109. package/src/comments/ui/view/commentthreadview.js +1 -1
  110. package/src/comments/ui/view/commentview.js +1 -1
  111. package/src/comments.js +1 -1
  112. package/src/commentsonly.js +1 -1
  113. package/src/utils/common-translations.js +1 -1
  114. package/src/utils/createmutationobserver.js +1 -1
  115. package/theme/annotation.css +23 -6
package/build/comments.js CHANGED
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={275:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const r=i},173:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-annotation__info-time{margin-left:var(--ck-spacing-large)}.ck .ck-annotation__actions{opacity:.5;transition:opacity .2s ease}.ck .ck-annotation__content-wrapper{width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}",""]);const r=i},490:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:#fcc;--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{color:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-button-cancel)}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}',""]);const r=i},424:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotations-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=i},446:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}",""]);const r=i},227:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;overflow:hidden;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after{opacity:0}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}.ck .ck-thread__input{border-radius:var(--ck-border-radius);transition:background-color .2s ease-in-out;width:calc(100% - var(--ck-user-avatar-size))}',""]);const r=i},28:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #444,1px 0 2px #444;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=i},100:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}",""]);const r=i},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(i[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&i[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},278:(t,e,n)=>{"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],i=0;i<t.length;i++){var r=t[i],c=e.base?r[0]+e.base:r[0],x=n[c]||0,h="".concat(c," ").concat(x);n[c]=x+1;var d=a(h),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(s[d].references++,s[d].updater(l)):s.push({identifier:h,updater:p(l,e),references:1}),o.push(h)}return o}function x(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var h,d=(h=[],function(t,e){return h[t]=e,h.filter(Boolean).join("\n")});function l(t,e,n,o){var i=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,i);else{var r=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function u(t,e,n){var o=n.css,i=n.media,r=n.sourceMap;if(i?t.setAttribute("media",i):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var m=null,f=0;function p(t,e){var n,o,i;if(e.singleton){var r=f++;n=m||(m=x(e)),o=l.bind(null,n,r,!1),i=l.bind(null,n,r,!0)}else n=x(e),o=u.bind(null,n,e),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else i()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=i());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var i=a(n[o]);s[i].references--}for(var r=c(t,e),x=0;x<n.length;x++){var h=a(n[x]);0===s[h].references&&(s[h].updater(),s.splice(h,1))}n=r}}}},945:(t,e,n)=>{t.exports=n(79)("./src/clipboard.js")},417:(t,e,n)=>{t.exports=n(720)("./src/collaboration-core.js")},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},492:(t,e,n)=>{t.exports=n(79)("./src/engine.js")},331:(t,e,n)=>{t.exports=n(79)("./src/enter.js")},747:(t,e,n)=>{t.exports=n(79)("./src/paragraph.js")},468:(t,e,n)=>{t.exports=n(79)("./src/select-all.js")},181:(t,e,n)=>{t.exports=n(79)("./src/typing.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},254:(t,e,n)=>{t.exports=n(79)("./src/undo.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},720:t=>{"use strict";t.exports=CKEditor5.collaborationDll},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{Annotations:()=>jr,AnnotationsUIs:()=>Os,BaseCommentThreadView:()=>li,BaseCommentView:()=>Ei,Comments:()=>Ta,CommentsOnly:()=>Ta,InlineAnnotations:()=>wa,NarrowSidebar:()=>ma,WideSidebar:()=>na});var t=n(704),e=n(209),i=n(417);const r=function(){this.__data__=[],this.size=0};const s=function(t,e){return t===e||t!=t&&e!=e};const a=function(t,e){for(var n=t.length;n--;)if(s(t[n][0],e))return n;return-1};var c=Array.prototype.splice;const x=function(t){var e=this.__data__,n=a(e,t);return!(n<0)&&(n==e.length-1?e.pop():c.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=a(e,t);return n<0?void 0:e[n][1]};const d=function(t){return a(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=a(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}u.prototype.clear=r,u.prototype.delete=x,u.prototype.get=h,u.prototype.has=d,u.prototype.set=l;const m=u;const f=function(){this.__data__=new m,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const b=function(t){return this.__data__.has(t)};const v="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=v||_||Function("return this")();const k=w.Symbol;var y=Object.prototype,C=y.hasOwnProperty,A=y.toString,T=k?k.toStringTag:void 0;const E=function(t){var e=C.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var i=A.call(t);return o&&(e?t[T]=n:delete t[T]),i};var I=Object.prototype.toString;const j=function(t){return I.call(t)};var O=k?k.toStringTag:void 0;const V=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?E(t):j(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const S=function(t){if(!M(t))return!1;var e=V(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const R=w["__core-js_shared__"];var N,D=(N=/[^.]+$/.exec(R&&R.keys&&R.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"";const P=function(t){return!!D&&D in t};var B=Function.prototype.toString;const L=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[object .+?Constructor\]$/,F=Function.prototype,K=Object.prototype,U=F.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!M(t)||P(t))&&(S(t)?H:z).test(L(t))};const q=function(t,e){return null==t?void 0:t[e]};const X=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const $=X(w,"Map");const G=X(Object,"create");const J=function(){this.__data__=G?G(null):{},this.size=0};const Y=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Q=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(G){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Q.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return G?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=G&&void 0===e?"__lodash_hash_undefined__":e,this};function it(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}it.prototype.clear=J,it.prototype.delete=Y,it.prototype.get=tt,it.prototype.has=nt,it.prototype.set=ot;const rt=it;const st=function(){this.size=0,this.__data__={hash:new rt,map:new($||m),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}ut.prototype.clear=st,ut.prototype.delete=xt,ut.prototype.get=ht,ut.prototype.has=dt,ut.prototype.set=lt;const mt=ut;const ft=function(t,e){var n=this.__data__;if(n instanceof m){var o=n.__data__;if(!$||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(o)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new m(t);this.size=e.size}pt.prototype.clear=f,pt.prototype.delete=p,pt.prototype.get=g,pt.prototype.has=b,pt.prototype.set=ft;const gt=pt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const vt=function(t){return this.__data__.has(t)};function _t(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const kt=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const Ct=function(t,e,n,o,i,r){var s=1&n,a=t.length,c=e.length;if(a!=c&&!(s&&c>a))return!1;var x=r.get(t),h=r.get(e);if(x&&h)return x==e&&h==t;var d=-1,l=!0,u=2&n?new wt:void 0;for(r.set(t,e),r.set(e,t);++d<a;){var m=t[d],f=e[d];if(o)var p=s?o(f,m,d,e,t,r):o(m,f,d,t,e,r);if(void 0!==p){if(p)continue;l=!1;break}if(u){if(!kt(e,(function(t,e){if(!yt(u,e)&&(m===t||i(m,t,n,o,r)))return u.push(e)}))){l=!1;break}}else if(m!==f&&!i(m,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const At=w.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var It=k?k.prototype:void 0,jt=It?It.valueOf:void 0;const Ot=function(t,e,n,o,i,r,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new At(t),new At(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return s(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=Tt;case"[object Set]":var x=1&o;if(c||(c=Et),t.size!=e.size&&!x)return!1;var h=a.get(t);if(h)return h==e;o|=2,a.set(t,e);var d=Ct(c(t),c(e),o,i,r,a);return a.delete(t),d;case"[object Symbol]":if(jt)return jt.call(t)==jt.call(e)}return!1};const Vt=function(t,e){for(var n=-1,o=e.length,i=t.length;++n<o;)t[i+n]=e[n];return t};const Mt=Array.isArray;const St=function(t,e,n){var o=e(t);return Mt(t)?o:Vt(o,n(t))};const Rt=function(t,e){for(var n=-1,o=null==t?0:t.length,i=0,r=[];++n<o;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r};const Nt=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Rt(Pt(t),(function(e){return Dt.call(t,e)})))}:Nt;const Lt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const zt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return zt(t)&&"[object Arguments]"==V(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=Ft(function(){return arguments}())?Ft:function(t){return zt(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const Zt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,$t=Xt&&Xt.exports===qt?w.Buffer:void 0;const Gt=($t?$t.isBuffer:void 0)||Zt;var Jt=/^(?:0|[1-9]\d*)$/;const Yt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t<e};const Qt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return zt(t)&&Qt(t.length)&&!!te[V(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,ie=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=ie&&ie.exports===oe&&v.process;const se=function(){try{var t=ie&&ie.require&&ie.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ae=se&&se.isTypedArray;const ce=ae?ne(ae):ee;var xe=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),o=!n&&Ht(t),i=!n&&!o&&Gt(t),r=!n&&!o&&!i&&ce(t),s=n||o||i||r,a=s?Lt(t.length,String):[],c=a.length;for(var x in t)!e&&!xe.call(t,x)||s&&("length"==x||i&&("offset"==x||"parent"==x)||r&&("buffer"==x||"byteLength"==x||"byteOffset"==x)||Yt(x,c))||a.push(x);return a};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const ue=function(t,e){return function(n){return t(e(n))}};const me=ue(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return me(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ge=function(t){return null!=t&&Qt(t.length)&&!S(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return St(t,be,Bt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,i,r){var s=1&n,a=ve(t),c=a.length;if(c!=ve(e).length&&!s)return!1;for(var x=c;x--;){var h=a[x];if(!(s?h in e:_e.call(e,h)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var u=!0;r.set(t,e),r.set(e,t);for(var m=s;++x<c;){var f=t[h=a[x]],p=e[h];if(o)var g=s?o(p,f,h,e,t,r):o(f,p,h,t,e,r);if(!(void 0===g?f===p||i(f,p,n,o,r):g)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(u=!1)}return r.delete(t),r.delete(e),u};const ke=X(w,"DataView");const ye=X(w,"Promise");const Ce=X(w,"Set");const Ae=X(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",je="[object WeakMap]",Oe="[object DataView]",Ve=L(ke),Me=L($),Se=L(ye),Re=L(Ce),Ne=L(Ae),De=V;(ke&&De(new ke(new ArrayBuffer(1)))!=Oe||$&&De(new $)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=Ie||Ae&&De(new Ae)!=je)&&(De=function(t){var e=V(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Ve:return Oe;case Me:return Te;case Se:return Ee;case Re:return Ie;case Ne:return je}return e});const Pe=De;var Be="[object Arguments]",Le="[object Array]",ze="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,i,r){var s=Mt(t),a=Mt(e),c=s?Le:Pe(t),x=a?Le:Pe(e),h=(c=c==Be?ze:c)==ze,d=(x=x==Be?ze:x)==ze,l=c==x;if(l&&Gt(t)){if(!Gt(e))return!1;s=!0,h=!1}if(l&&!h)return r||(r=new gt),s||ce(t)?Ct(t,e,n,o,i,r):Ot(t,e,c,n,o,i,r);if(!(1&n)){var u=h&&Fe.call(t,"__wrapped__"),m=d&&Fe.call(e,"__wrapped__");if(u||m){var f=u?t.value():t,p=m?e.value():e;return r||(r=new gt),i(f,p,n,o,r)}}return!!l&&(r||(r=new gt),we(t,e,n,o,i,r))};const Ue=function t(e,n,o,i,r){return e===n||(null==e||null==n||!zt(e)&&!zt(n)?e!=e&&n!=n:Ke(e,n,o,i,t,r))};const We=function(t,e){return Ue(t,e)};const He=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ze=function(){try{var t=X(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xe=Object.prototype.hasOwnProperty;const $e=function(t,e,n){var o=t[e];Xe.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Ge=function(t,e,n,o){var i=!n;n||(n={});for(var r=-1,s=e.length;++r<s;){var a=e[r],c=o?o(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),i?qe(n,a,c):$e(n,a,c)}return n};const Je=function(t,e){return t&&Ge(e,be(e),t)};const Ye=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Qe=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Ye(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&Qe.call(t,o))&&n.push(o);return n};const en=function(t){return ge(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Ge(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,rn=on&&"object"==typeof module&&module&&!module.nodeType&&module,sn=rn&&rn.exports===on?w.Buffer:void 0,an=sn?sn.allocUnsafe:void 0;const cn=function(t,e){if(e)return t.slice();var n=t.length,o=an?an(n):new t.constructor(n);return t.copy(o),o};const xn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const hn=function(t,e){return Ge(t,Bt(t),e)};const dn=ue(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Vt(e,Bt(t)),t=dn(t);return e}:Nt;const un=function(t,e){return Ge(t,ln(t),e)};const mn=function(t){return St(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const pn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const gn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const bn=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var vn=/\w*$/;const _n=function(t){var e=new t.constructor(t.source,vn.exec(t));return e.lastIndex=t.lastIndex,e};var wn=k?k.prototype:void 0,kn=wn?wn.valueOf:void 0;const yn=function(t){return kn?Object(kn.call(t)):{}};const Cn=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const An=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return gn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Cn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return _n(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const In=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const jn=function(t){return zt(t)&&"[object Map]"==Pe(t)};var On=se&&se.isMap;const Vn=On?ne(On):jn;const Mn=function(t){return zt(t)&&"[object Set]"==Pe(t)};var Sn=se&&se.isSet;const Rn=Sn?ne(Sn):Mn;var Nn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Bn={};Bn[Nn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn["[object Object]"]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Dn]=Bn["[object WeakMap]"]=!1;const Ln=function t(e,n,o,i,r,s){var a,c=1&n,x=2&n,h=4&n;if(o&&(a=r?o(e,i,r,s):o(e)),void 0!==a)return a;if(!M(e))return e;var d=Mt(e);if(d){if(a=pn(e),!c)return xn(e,a)}else{var l=Pe(e),u=l==Dn||"[object GeneratorFunction]"==l;if(Gt(e))return cn(e,c);if(l==Pn||l==Nn||u&&!r){if(a=x||u?{}:In(e),!c)return x?un(e,nn(a,e)):hn(e,Je(a,e))}else{if(!Bn[l])return r?e:{};a=An(e,l,c)}}s||(s=new gt);var m=s.get(e);if(m)return m;s.set(e,a),Rn(e)?e.forEach((function(i){a.add(t(i,n,o,i,e,s))})):Vn(e)&&e.forEach((function(i,r){a.set(r,t(i,n,o,r,e,s))}));var f=d?void 0:(h?x?mn:ve:x?en:be)(e);return He(f||e,(function(i,r){f&&(i=e[r=i]),$e(a,r,t(i,n,o,r,e,s))})),a};const zn=function(t){return Ln(t,5)};const Fn=function(t){return"symbol"==typeof t||zt(t)&&"[object Symbol]"==V(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Fn(t))||(Un.test(t)||!Kn.test(t)||null!=e&&t in Object(e))};function Hn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s)||r,s};return n.cache=new(Hn.Cache||mt),n}Hn.Cache=mt;const Zn=Hn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xn=/\\(\\)?/g;const $n=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,i){e.push(o?i.replace(Xn,"$1"):n||t)})),e}));const Gn=function(t,e){for(var n=-1,o=null==t?0:t.length,i=Array(o);++n<o;)i[n]=e(t[n],n,t);return i};var Jn=k?k.prototype:void 0,Yn=Jn?Jn.toString:void 0;const Qn=function t(e){if("string"==typeof e)return e;if(Mt(e))return Gn(e,t)+"";if(Fn(e))return Yn?Yn.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const to=function(t){return null==t?"":Qn(t)};const eo=function(t,e){return Mt(t)?t:Wn(t,e)?[t]:$n(to(t))};const no=function(t){if("string"==typeof t||Fn(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const oo=function(t,e,n,o){if(!M(t))return t;for(var i=-1,r=(e=eo(e,t)).length,s=r-1,a=t;null!=a&&++i<r;){var c=no(e[i]),x=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(i!=s){var h=a[c];void 0===(x=o?o(h,c,a):void 0)&&(x=M(h)?h:Yt(e[i+1])?[]:{})}$e(a,c,x),a=a[c]}return t};const io=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const so=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const ao=function(t,e,n){var o=-1,i=t.length;e<0&&(e=-e>i?0:i+e),(n=n>i?i:n)<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(i);++o<i;)r[o]=t[o+e];return r};const co=function(t,e){return e.length<2?t:so(t,ao(e,0,-1))};const xo=function(t,e){return e=eo(e,t),null==(t=co(t,e))||delete t[no(ro(e))]};const ho=function(t,e){return null==t||xo(t,e)};var lo,uo,mo=["removeComment","view","getComment","_localUser","_isAttached","remove","updateComment","model","listenTo","addComment","stopListening","update"];lo=mo,uo=417,function(t){for(;--t;)lo.push(lo.shift())}(++uo);var fo=function(t,e){return mo[t-=0]};class po{constructor(t,e){this.model=t,this.model._isAttached=!0,this[fo("0x4")]=e,this.listenTo(e,"removeCommentThread",(()=>this[fo("0x8")]())),this[fo("0xb")](e,fo("0x0"),((t,e)=>this[fo("0x0")](e))),this[fo("0xb")](e,fo("0x9"),((t,e,n)=>this[fo("0x9")](e,n))),this[fo("0xb")](e,fo("0x3"),((t,e)=>this[fo("0x3")](e)))}remove(){this[fo("0xa")].remove()}addComment(t){this[fo("0xa")][fo("0x0")]({content:t,authorId:this[fo("0x4")][fo("0x6")].id})}updateComment(t,e){this[fo("0xa")][fo("0x5")](t)[fo("0x2")]({content:e})}[fo("0x3")](t){this[fo("0xa")][fo("0x5")](t)[fo("0x8")]()}destroy(){this[fo("0x1")](),this.model[fo("0x7")]=!1}}(0,e.mix)(po,e.ObservableMixin);var go=n(273);function bo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Write a comment...":return o("Write a comment...");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Remove":return o("Remove");case"Submit":return o("Submit");case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n)}}const vo=["add","text","focus","_createVoiceLabel","render","ck-comment__input","div","cke-editor__aria-label_","editable","uiLanguage","ck-editor__main","setTemplate","createCollection","Comment editor","comment","presentation","ck-reset","element"];var _o,wo;_o=vo,wo=410,function(t){for(;--t;)_o.push(_o.shift())}(++wo);const ko=function(t,e){return vo[t-=0]};class yo extends go.EditorUIView{constructor(t,n){super(t);const o=(0,e.uid)();this.main=this[ko("0x10")](),this[ko("0xc")]=new go.InlineEditableUIView(t,n),this._voiceLabelView=this[ko("0x7")](o,t),this[ko("0xf")]({tag:ko("0xa"),attributes:{class:[ko("0x2"),"ck-editor","ck-rounded-corners",ko("0x9")],role:ko("0x0"),dir:t.uiLanguageDirection,lang:t[ko("0xd")],"aria-labelledby":ko("0xb")+o},children:[this._voiceLabelView,{tag:"div",attributes:{class:ko("0xe"),role:ko("0x1")},children:this.main}]})}render(){super[ko("0x8")](),this.main[ko("0x4")](this[ko("0xc")])}[ko("0x6")](){this.editable[ko("0x3")].focus()}[ko("0x7")](t,e){const n=new go.LabelView;return n[ko("0x5")]=bo(e,ko("0x11")),n.extendTemplate({attributes:{id:"ck-editor__aria-label_"+t,class:"ck-voice-label"}}),n}}const Co=["getRoot","locale","element","name","init","focusTracker","fire","bind","isFocused","editor","editing","ready","attachDomRoot","setEditableElement","editable","view"];var Ao,To;Ao=Co,To=322,function(t){for(;--t;)Ao.push(Ao.shift())}(++To);const Eo=function(t,e){return Co[t-=0]};class Io extends t.EditorUI{constructor(t){super(t),this.view=new yo(t[Eo("0xf")],t[Eo("0x8")][Eo("0xd")])}get element(){return this.view[Eo("0x0")]}[Eo("0x2")](){const t=this[Eo("0x7")].editing[Eo("0xd")],e=this.view[Eo("0xc")],n=t.document[Eo("0xe")]();e[Eo("0x1")]=n.rootName,this[Eo("0xd")].render();const o=e[Eo("0x0")];this[Eo("0xb")](e[Eo("0x1")],o),this[Eo("0xd")][Eo("0xc")][Eo("0x5")](Eo("0x6")).to(this[Eo("0x3")]),t[Eo("0xa")](o),this[Eo("0x4")](Eo("0x9"))}destroy(){super.destroy(),this[Eo("0xd")].destroy()}}var jo=n(492),Oo=n(945),Vo=n(331),Mo=n(468),So=n(181),Ro=n(254),No=n(747);const Do=["low","defaultPlugins","childCount","getChild","editing","then","fire","model","placeholderElement","document","initPlugins","getRoot","change:placeholder","create","destroy","focus","end","_updatePlaceholder","plugins","data","change","createRoot","get","view","ready","set","name","setSelection","placeholder"];var Po,Bo;Po=Do,Bo=136,function(t){for(;--t;)Po.push(Po.shift())}(++Bo);const Lo=function(t,e){return Do[t-=0]};class zo extends t.Editor{constructor(t={}){(t=Object.assign({},t))[Lo("0x1b")]||(t.plugins=zo[Lo("0xa")]),super(t),this.ui=new Io(this),this[Lo("0x5")](Lo("0x8"),""),this[Lo("0x10")].document.on("change",(()=>this[Lo("0x1a")]()),{priority:Lo("0x9")}),this.on(Lo("0x15"),(()=>this._updatePlaceholder())),this[Lo("0x10")].document[Lo("0x1")]()}[Lo("0x16")](){const t=this.config[Lo("0x2")]("initialData")||"";return this[Lo("0x13")]()[Lo("0xe")]((()=>this.ui.init()))[Lo("0xe")]((()=>this[Lo("0x1c")].init(t))).then((()=>this[Lo("0xf")](Lo("0x4"))))}[Lo("0x17")](){return super[Lo("0x17")]()[Lo("0xe")]((()=>this.ui.destroy()))}[Lo("0x18")](){this[Lo("0x10")][Lo("0x0")]((t=>{const e=this.model[Lo("0x12")].getRoot(),n=e[Lo("0xc")](e.childCount-1);t[Lo("0x7")](n,Lo("0x19")),this[Lo("0xd")].view[Lo("0x18")]()}))}[Lo("0x1a")](){const t=this[Lo("0xd")][Lo("0x3")],e=t[Lo("0x12")][Lo("0x14")](),n=e[Lo("0xc")](0);e[Lo("0xb")]>1||!n||"p"!=n[Lo("0x6")]?this.placeholderElement&&((0,jo.disablePlaceholder)(t,this[Lo("0x11")]),this[Lo("0x11")]=void 0):((0,jo.enablePlaceholder)({view:t,element:n,text:this[Lo("0x8")],keepOnFocus:!0}),this[Lo("0x11")]=n)}}(0,e.mix)(zo,e.ObservableMixin),(0,e.mix)(zo,t.DataApiMixin),zo.defaultPlugins=[Oo.Clipboard,Vo.Enter,Vo.ShiftEnter,Mo.SelectAll,So.Typing,Ro.Undo,No.Paragraph];const Fo=["set","element","_initializeFocusCycling","forEach","ck-comment__input-actions--submit","Esc","ck-comment__input-actions--active","isEnabled","keystrokes","Submit","ck-comment__input-wrapper","_isDestroyed","div","ck-comment__input-actions--cancel","create","submitButtonView","_createSubmitButton","Reply...","focusPrevious","_editorCreationPromise","render","createEditor","check","disabledSubmit","destroy","focusNext","listenTo","then","extendTemplate","_editorConfig","_createCancelButton","add","TOO_LONG_COMMENT_ALERT","execute","bind","focusTracker","shift + tab","high","change","focus","insertBefore","firstChild","cancelButtonView","label","stop","value","icon","document","model","initialData","cancel","trim","showButtons","editorReady","ck-comment__input-actions","editor","placeholder","length","submit","Cancel","fire","setData","bindTemplate"];var Ko,Uo;Ko=Fo,Uo=490,function(t){for(;--t;)Ko.push(Ko.shift())}(++Uo);const Wo=function(t,e){return Fo[t-=0]};class Ho extends go.View{constructor(t,n={}){super(t),this[Wo("0x6")]=null,this[Wo("0x2b")]=n,this[Wo("0x16")]=new e.KeystrokeHandler,this[Wo("0x31")]=new e.FocusTracker,this[Wo("0xe")](Wo("0x3b"),n[Wo("0x0")]||""),this[Wo("0xe")](Wo("0x25"),!1),this[Wo("0xe")](Wo("0x3"),!0),this.set(Wo("0x7"),bo(t,Wo("0x1f"))),this[Wo("0x1d")]=this[Wo("0x1e")](),this[Wo("0x38")]=this[Wo("0x2c")](),this.setTemplate({tag:Wo("0x1a"),attributes:{class:[Wo("0x18")]},children:[{tag:Wo("0x1a"),attributes:{class:[Wo("0x5"),this[Wo("0xd")].if(Wo("0x3"),Wo("0x14"))]},children:[this[Wo("0x1d")],this.cancelButtonView]}]}),this[Wo("0x16")][Wo("0xe")](Wo("0x13"),((t,e)=>{this[Wo("0x38")][Wo("0xb")](Wo("0x2f")),e()})),this.on("submit",((e,n)=>{n[Wo("0x8")]>65e3?(alert(bo(t,Wo("0x2e"),[n[Wo("0x8")],65e3])),e[Wo("0x3a")]()):this[Wo("0x6")][Wo("0xc")]("")}),{priority:Wo("0x33")})}[Wo("0x22")](){super.render(),this.keystrokes[Wo("0x28")](this.element),this.focusTracker[Wo("0x2d")](this[Wo("0xf")])}[Wo("0x23")](){return this[Wo("0x6")]||(this.editor=new zo(this[Wo("0x2b")]),this[Wo("0x21")]=this[Wo("0x6")][Wo("0x1c")]()[Wo("0x29")]((()=>{this[Wo("0x19")]||(this[Wo("0xf")][Wo("0x36")](this[Wo("0x6")].ui[Wo("0xf")],this.element[Wo("0x37")]),this[Wo("0x6")][Wo("0x3e")][Wo("0x3d")].on(Wo("0x34"),(()=>this[Wo("0x3b")]=this[Wo("0x6")].getData())),this.editor.bind(Wo("0x7")).to(this),this[Wo("0x10")](this[Wo("0x6")]),this[Wo("0xb")](Wo("0x4")))}))),this[Wo("0x21")]}focus(){this[Wo("0x6")]&&this[Wo("0x6")][Wo("0x35")]()}async[Wo("0x26")](){this[Wo("0x19")]||(this[Wo("0x19")]=!0,this.editor&&(await this[Wo("0x21")],await this.editor[Wo("0x26")]()),await super.destroy())}[Wo("0x1e")](){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x2a")]({attributes:{class:[Wo("0x12")]}}),n.label=bo(e,Wo("0x17")),n[Wo("0x3c")]=t.icons[Wo("0x24")],n.on(Wo("0x2f"),(()=>{this[Wo("0xb")](Wo("0x9"),this[Wo("0x3b")])})),n[Wo("0x30")](Wo("0x15")).to(this,"value",this,"disabledSubmit",((t,e)=>!e&&!!t[Wo("0x2")]())),n}_createCancelButton(){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x2a")]({attributes:{class:[Wo("0x1b")]}}),n[Wo("0x39")]=bo(e,Wo("0xa")),n[Wo("0x3c")]=t.icons.cancel,n.on(Wo("0x2f"),(()=>{this[Wo("0x6")][Wo("0xc")](""),this[Wo("0xb")](Wo("0x1"))})),n}[Wo("0x10")](t){const e=this[Wo("0x31")],n=new go.ViewCollection;[t.ui.view,this[Wo("0x1d")],this[Wo("0x38")]][Wo("0x11")]((t=>{n[Wo("0x2d")](t),e[Wo("0x2d")](t[Wo("0xf")])}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this[Wo("0x16")][Wo("0xe")]("tab",((t,e)=>{o[Wo("0x27")](),e()}),{priority:"low"}),this.keystrokes[Wo("0xe")](Wo("0x32"),((t,e)=>{o[Wo("0x20")](),e()}),{priority:"low"})}}var Zo,qo,Xo=["extendTemplate","change:showInput","commentInputView","editor","userView","focusTracker","setTemplate","destroy","showInput","set","ck-thread__input","value","createEditor","bind","div","bindTemplate","then","ck-thread__user","isFocused"];Zo=Xo,qo=247,function(t){for(;--t;)Zo.push(Zo.shift())}(++qo);var $o=function(t,e){return Xo[t-=0]};class Go extends go.View{constructor(t,e,n){super(t),this.commentInputView=new Ho(t,n),this.commentInputView[$o("0xd")]("showButtons").to(this[$o("0x2")][$o("0x5")],$o("0x12"),this[$o("0x2")],$o("0xb"),((t,e)=>t||!!e)),this[$o("0x9")]($o("0x8"),!1),this.on($o("0x1"),(()=>{this[$o("0x8")]&&!this.commentInputView[$o("0x3")]&&this[$o("0x2")][$o("0xc")]()})),this[$o("0x4")]=new i.UserView(t,e),this.userView[$o("0x0")]({attributes:{class:$o("0x11")}}),this[$o("0x2")].extendTemplate({attributes:{class:$o("0xa")}}),this[$o("0x6")]({tag:$o("0xe"),attributes:{class:["ck-comment__input-container",this[$o("0xf")].if($o("0x8"),"ck-comment__input-container--active")]},children:[this.userView,this[$o("0x2")]]})}destroy(){return this[$o("0x2")][$o("0x7")]()[$o("0x10")]((()=>super.destroy()))}}const Jo=["setTemplate","ck-thread__comment-count","set","count","bindTemplate","NUMBER_OF_COMMENTS"];var Yo,Qo;Yo=Jo,Qo=100,function(t){for(;--t;)Yo.push(Yo.shift())}(++Qo);const ti=function(t,e){return Jo[t-=0]};class ei extends go.View{constructor(t){super(t);const e=this[ti("0x0")];this[ti("0x4")]("count"),this[ti("0x2")]({tag:"li",attributes:{class:ti("0x3")},children:[{text:e.to(ti("0x5"),(e=>bo(t,ti("0x1"),e)))}]})}}const ni=["remove","_handleRemoveCommentModel","_config","hasDirtyComment","get","ck-thread__comments","setTemplate","updateComment","createCollection","from","collapse","delegate","isEditMode","delete","isActive","removeComment","focus","_shouldCollapse","expand","_handleNewCommentModel","commentUpdated","comments","stopListening","_rearrangeCollapse","_rearrangeExpand","destroy","CommentView","visibleViews","insert","change:hasDirtyComment","locale","editorConfig","maxCommentsWhenCollapsed","_updateHasDirtyComment","add","_collapsedCommentsView","commentViews","maxCommentCharsWhenCollapsed","change:isActive","length","bind","count","render","refreshVisibleViews","listenTo","formatDateTime"];var oi,ii;oi=ni,ii=183,function(t){for(;--t;)oi.push(oi.shift())}(++ii);const ri=function(t,e){return ni[t-=0]};class si extends go.View{constructor(t,e,n){super(t),this.set("hasDirtyComment",!1),this.set(ri("0x28"),e.comments[ri("0x28")]),this.set("isActive",!1),this._model=e,this._config=n,this.commentViews=this.createCollection(),this.visibleViews=this[ri("0x9")](),this[ri("0x24")]=new ei(t),this[ri("0x24")][ri("0x29")](ri("0x2a")).to(this,"length",(t=>t-this._config[ri("0x21")]));for(const t of e.comments)this._handleNewCommentModel(t);this.listenTo(e[ri("0x16")],ri("0x23"),((t,e)=>{this.length++,this._handleNewCommentModel(e),this[ri("0x2c")]()})),this[ri("0x2d")](e[ri("0x16")],"remove",((t,e)=>{this.length--,this[ri("0x2")](e),this.refreshVisibleViews()})),this[ri("0x2d")](e,ri("0x15"),(()=>this[ri("0x2c")]())),this.on(ri("0x27"),(()=>this[ri("0x2c")]())),this.on(ri("0x1e"),(()=>this[ri("0x2c")]())),this[ri("0x7")]({tag:"ul",attributes:{class:[ri("0x6")]},children:this[ri("0x1c")]})}get _shouldCollapse(){return this._model.weight>this[ri("0x3")].maxThreadTotalWeight&&!this[ri("0xf")]&&!this[ri("0x4")]}[ri("0x2b")](){super[ri("0x2b")](),this[ri("0x2c")]()}[ri("0x11")](){this.element[ri("0x11")]()}destroy(){this[ri("0x24")][ri("0x1a")]();for(const t of this[ri("0x25")])t[ri("0x1a")]();super[ri("0x1a")]()}[ri("0x2c")](){this[ri("0x12")]?this[ri("0x18")]():this._rearrangeExpand()}[ri("0x14")](t){const e=new(this[ri("0x3")][ri("0x1b")])(this[ri("0x1f")],t,{maxCommentCharsWhenCollapsed:this[ri("0x3")][ri("0x26")],formatDateTime:this[ri("0x3")][ri("0x0")],editorConfig:this._config[ri("0x20")]});e.viewUid=t.id,e.delegate(ri("0x10")).to(this),e[ri("0xc")](ri("0x8")).to(this),this[ri("0x2d")](e,"change:isEditMode",(()=>this[ri("0x22")]())),this[ri("0x25")].add(e)}_handleRemoveCommentModel(t){const e=this[ri("0x25")].remove(t.id);this[ri("0x17")](e),e[ri("0xd")]&&this[ri("0x22")](),e.destroy()}[ri("0x22")](){this[ri("0x4")]=Array.from(this[ri("0x25")]).some((t=>t[ri("0xd")]))}[ri("0x18")](){const t=function(t){const n=new e.Collection;for(const e of t)n[ri("0x23")](e);return n}(this[ri("0x25")]),n=this[ri("0x24")][ri("0x2a")];for(let e=1;e<=n;e++)t[ri("0x1")](1);for(const e of t)e[ri("0xb")]();n>0&&t.add(this[ri("0x24")],1),ai((0,e.diff)(Array.from(this[ri("0x1c")]),Array[ri("0xa")](t)),this[ri("0x1c")],t)}[ri("0x19")](){ai((0,e.diff)(Array[ri("0xa")](this.visibleViews),Array[ri("0xa")](this.commentViews)),this[ri("0x1c")],this[ri("0x25")]);for(const t of this[ri("0x1c")])t[ri("0x13")]()}}function ai(t,e,n){let o=0;for(const i of t)switch(i){case ri("0x1d"):e[ri("0x23")](n[ri("0x5")](o),o),o++;break;case ri("0xe"):e[ri("0x1")](o);break;case"equal":o++}}const ci=["removeCommentThread","commentThreadInputView","isDirty","bind","disabledSubmit","focus","length","isActive","commentsListView","Reply...","fire","_createCommentThreadInputView","assign","Write a comment...","cancel","_config","addComment","change:isActive","value","set","updateComment","hasDirtyComment","placeholder","locale","_model","removeComment","commentInputView","isReadOnly","destroy","_localUser","delegate","element"];var xi,hi;xi=ci,hi=311,function(t){for(;--t;)xi.push(xi.shift())}(++hi);const di=function(t,e){return ci[t-=0]};class li extends go.View{constructor(t,e,n,o){super(t),this[di("0x1c")](di("0x10"),!1),this[di("0x1c")]("isDirty",!1),this[di("0x1")]=e,this[di("0x6")]=n,this[di("0x18")]=o,this[di("0x11")]=new si(t,e,Object[di("0x15")]({CommentView:this[di("0x18")].CommentView},o)),this.commentsListView[di("0x7")]("removeComment").to(this),this[di("0x11")][di("0x7")](di("0x1d")).to(this),this.commentsListView[di("0xc")]("isActive").to(this),this[di("0x1c")](di("0xf"),this[di("0x11")].length),this[di("0xc")](di("0xf")).to(this.commentsListView,di("0xf")),this[di("0xa")]=this[di("0x14")](),this.on(di("0x2"),(()=>this[di("0xe")]())),this[di("0xc")](di("0xb")).to(this[di("0x11")],di("0x1e"),this[di("0xa")][di("0x3")],di("0x1b"),((t,e)=>t||!!e))}[di("0xe")](){this[di("0x8")][di("0xe")]()}[di("0x5")](){this[di("0xb")]=!1,this[di("0x11")][di("0x5")](),this[di("0xa")][di("0x5")](),super[di("0x5")]()}_createCommentThreadInputView(){const t=new Go(this[di("0x0")],this[di("0x6")],this[di("0x18")].editorConfig),e=t[di("0x3")];return t.bind("showInput").to(this,di("0x10"),this[di("0x1")],di("0x4"),e,di("0x1b"),((t,e,n)=>!!n||t&&!e)),e[di("0xc")](di("0x1f")).to(this,di("0xf"),(t=>bo(this[di("0x0")],di(t?"0x12":"0x16")))),e.on("submit",((t,e)=>{this.fire(di("0x19"),e)})),e.on(di("0x17"),(()=>{this[di("0xe")]()})),e[di("0xc")](di("0xd")).to(this[di("0x1")],di("0x4")),e.on(di("0x17"),(t=>{0==this[di("0xf")]&&(this.fire(di("0x9")),t.stop())})),this.on(di("0x1a"),((t,n,o)=>{o||this[di("0xf")]||e[di("0x1b")]||this[di("0x13")]("removeCommentThread")})),t}}const ui=["fire","length","ck-thread--","div","then","showConfirm","Delete comment thread?","ck-thread","change:isReadOnly","Write a comment...","cancelConfirm","actionIndicator","containerElement","ck-thread--active","bindTemplate","commentsListView","removeButton","_boundFirstCommentView","ck-thread--remove-confirmation","listenTo","_cancelAllConfirms",".ck-thread__container","change:isActive","remove","removeCommentThread","add","_model","bind","_bindFirstCommentView","render","unbind","execute","commentViews","set","isActive","high","stop"];var mi,fi;mi=ui,fi=245,function(t){for(;--t;)mi.push(mi.shift())}(++fi);const pi=function(t,e){return ui[t-=0]};class gi extends li{constructor(t,e,n,o){super(t,e,n,o),this[pi("0xa")](pi("0x19"),null),this.containerElement=null,this[pi("0x1f")]=null,this.locale=t,this.setTemplate(this.getTemplate()),this.on(pi("0x24"),((t,e,n)=>{n||this[pi("0x22")]()})),this[pi("0x21")](this[pi("0x3")],pi("0x16"),((t,e,n)=>{n&&this[pi("0x22")]()})),this[pi("0xf")]>0&&this[pi("0x5")](),this[pi("0x21")](this.commentsListView[pi("0x9")],pi("0x2"),(()=>{this[pi("0x5")]()}))}getTemplate(){const t=this[pi("0x1c")];return{tag:pi("0x11"),attributes:{class:[pi("0x15"),t.if(pi("0xb"),pi("0x1b")),t.if("isConfirm",pi("0x20")),t.to(pi("0x19"),(t=>t?pi("0x10")+t:""))],"data-thread-id":this._model.id,tabindex:-1},children:[{tag:pi("0x11"),attributes:{class:"ck-thread__container"},children:[this[pi("0x1d")],this.commentThreadInputView]}]}}[pi("0x6")](){super[pi("0x6")](),this[pi("0x1a")]=this.element.querySelector(pi("0x23"))}[pi("0x22")](){this[pi("0x18")]();for(const t of this.commentsListView[pi("0x9")])t[pi("0x18")]()}_bindFirstCommentView(){const{locale:t}=this,e=this.commentsListView[pi("0x9")].get(0);e!==this[pi("0x1f")]&&(this._boundFirstCommentView=e,this[pi("0x7")](pi("0x19")),this[pi("0x4")](pi("0x19")).to(e,"actionIndicator",(t=>pi("0x0")===t?pi("0x0"):null)),e.placeholder=bo(t,pi("0x17")),e[pi("0x1e")].on(pi("0x8"),(e=>{e[pi("0xd")](),this[pi("0x13")](bo(t,pi("0x14")),this[pi("0x1a")])[pi("0x12")]((()=>{this[pi("0xe")](pi("0x1"))}))}),{priority:pi("0xc")}))}}(0,e.mix)(gi,i.ConfirmMixin);var bi,vi,_i=["div","innerHTML","set","ck-comment__content","change:content","element","content","render","ck-annotation__content","setTemplate"];bi=_i,vi=416,function(t){for(;--t;)bi.push(bi.shift())}(++vi);var wi=function(t,e){return _i[t-=0]};class ki extends go.View{constructor(t){super(t),this[wi("0x6")](wi("0x0"),""),this[wi("0x3")]({tag:wi("0x4"),attributes:{class:[wi("0x7"),wi("0x2")]}})}[wi("0x1")](){super[wi("0x1")](),this.on(wi("0x8"),((t,e,n)=>{this[wi("0x9")][wi("0x5")]=n})),this.element[wi("0x5")]=this[wi("0x0")]}}const yi=["collapse","locale","destroy","visibleView","_createCommentInputView","updateComment","_createCommentContentView","focus","add","isEditMode","_config","once","initialData","submit","createCollection","switchToDisplayMode","fire","editorConfig","element","_model","bind","isCollapsed","cancel","createEditor","get","editorReady","set","remove","isReadOnly","content","switchToEditMode","value","expand"];var Ci,Ai;Ci=yi,Ai=426,function(t){for(;--t;)Ci.push(Ci.shift())}(++Ai);const Ti=function(t,e){return yi[t-=0]};class Ei extends go.View{constructor(t,e,n){super(t),this[Ti("0x16")]=e,this[Ti("0xd")]=n,this[Ti("0x1d")](Ti("0xc"),!1),this[Ti("0x1d")](Ti("0x18"),!0),this[Ti("0x6")]=this[Ti("0x11")](),this[Ti("0x6")][Ti("0xb")](this[Ti("0x9")]())}[Ti("0x2")](){this[Ti("0x18")]=!1}[Ti("0x3")](){this.isEditMode||(this[Ti("0x18")]=!0)}[Ti("0xa")](){this[Ti("0x15")][Ti("0xa")]()}async[Ti("0x5")](){await this.visibleView[Ti("0x1b")](0)[Ti("0x5")](),super[Ti("0x5")]()}[Ti("0x0")](){this[Ti("0xc")]||(this[Ti("0xc")]=!0,this[Ti("0x6")][Ti("0x1e")](0)[Ti("0x5")](),this[Ti("0x6")][Ti("0xb")](this._createCommentInputView()))}[Ti("0x12")](){this[Ti("0xc")]&&(this.isEditMode=!1,this[Ti("0x6")][Ti("0x1e")](0).destroy(),this.visibleView[Ti("0xb")](this[Ti("0x9")]()))}[Ti("0x9")](){const t=new ki(this[Ti("0x4")]);return t.bind(Ti("0x20")).to(this[Ti("0x16")],Ti("0x20"),this,Ti("0x18"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this[Ti("0xd")].maxCommentCharsWhenCollapsed}):t)),t}[Ti("0x7")](){this[Ti("0xd")][Ti("0x14")]||(this[Ti("0xd")][Ti("0x14")]={}),this[Ti("0xd")][Ti("0x14")][Ti("0xf")]=this[Ti("0x16")].content;const t=new Ho(this[Ti("0x4")],this[Ti("0xd")][Ti("0x14")]);return t[Ti("0x1")]=this[Ti("0x16")][Ti("0x20")],t[Ti("0x17")]("disabledSubmit").to(this[Ti("0x16")],Ti("0x1f")),t.on(Ti("0x10"),((t,e)=>{this[Ti("0x13")](Ti("0x8"),this[Ti("0x16")].id,e),this[Ti("0x12")](),this[Ti("0xa")]()})),t.on(Ti("0x19"),(()=>{this[Ti("0x12")](),this[Ti("0xa")]()})),t[Ti("0xe")](Ti("0x1c"),(()=>{t.focus()})),t[Ti("0x1a")](),t}}const Ii=["isReadOnly","ck-comment--","_attachActions","@external","getExternalCommentNote","isConfirm","mouseenter","ck-annotation__info-time","Edit","author","setTemplate","ck-annotation__info-name","bindTemplate","switchToEditMode","ck-comment--edit","time","visibleView","ck-annotation__user","authoredAt","ck-comment__info","EXTERNAL_AVATAR","render","edit","bind","set","userView","EXTERNAL_COMMENT","creator","element","showConfirm","Remove","icon","locale","ck-comment","formatDateTime","getUserViewNotificationText","label","isRemovable","Delete comment?","ck-comment--remove","actionIndicator","importWord","isExternal","_createEditButton","ck-comment__external","isEditable","focus","isVisible","isEnabled","blur","ck-annotation__content-wrapper","removeButton","_model","ck-comment__main","ck-annotation__actions--hidden","execute","isEditMode","div","fire","extendTemplate","listenTo","EXTERNAL_IMPORT_WORD_COMMENT","name","source","ck-annotation__main","then","_createCommentInputView","editButton","ck-comment__info-name","ck-comment__info-time","attributes","_createRemoveButton"];var ji,Oi;ji=Ii,Oi=132,function(t){for(;--t;)ji.push(ji.shift())}(++Oi);const Vi=function(t,e){return Ii[t-=0]};class Mi extends Ei{constructor(t,e,n){super(t,e,n),this[Vi("0x24")]("actionIndicator",null),this.set("placeholder",bo(t,"Reply...")),this[Vi("0x24")](Vi("0x1e"),null),this[Vi("0x23")](Vi("0x1e")).to(e),this.editButton=this._createEditButton(),this[Vi("0x3f")]=this[Vi("0xb")](),this[Vi("0x25")]=new i.UserView(t,e[Vi("0x15")],this[Vi("0x2f")]()),this[Vi("0x25")].extendTemplate({attributes:{class:["ck-comment__user",Vi("0x1d")]}}),this[Vi("0x0")](e,"change:isRemovable",(()=>this.cancelConfirm())),this[Vi("0x16")](this.getTemplate())}getTemplate(){const t=this[Vi("0x18")],e=[{tag:Vi("0x45"),attributes:{class:[Vi("0x1f"),"ck-annotation__info"]},children:[{tag:"span",children:[{text:this[Vi("0x25")][Vi("0x2")]}],attributes:{class:[Vi("0x8"),Vi("0x17")]}},{tag:Vi("0x1b"),attributes:{datetime:t.to(Vi("0x1e")),class:[Vi("0x9"),Vi("0x13")]},children:[{text:t.to(Vi("0x1e"),(t=>this._config[Vi("0x2e")](t)))}]}]},{tag:Vi("0x45"),attributes:{class:["ck-comment__actions","ck-annotation__actions",t.if(Vi("0x44"),"ck-comment__actions--hidden"),t.if(Vi("0x44"),Vi("0x42"))]},children:[this[Vi("0x7")],this[Vi("0x3f")]]},{tag:"div",attributes:{class:[Vi("0x3e")]},children:this[Vi("0x1c")]}];return this[Vi("0x40")].isExternal&&e.push({tag:Vi("0x45"),attributes:{class:[Vi("0x38")]},children:[{text:this[Vi("0x10")]()}]}),{tag:"li",attributes:{class:["ck-comment__wrapper",t.if(Vi("0x11"),"ck-comment--remove-confirmation")],tabindex:-1},children:[{tag:Vi("0x45"),attributes:{class:[Vi("0x2d"),"ck-annotation",t.if(Vi("0x44"),"ck-comment--edit"),t.to(Vi("0x34"),(t=>t?Vi("0xd")+t:""))],"data-author-id":this[Vi("0x40")][Vi("0x15")].id,"data-comment-id":this._model.id},children:[this[Vi("0x25")],{tag:Vi("0x45"),attributes:{class:[Vi("0x41"),Vi("0x4")]},children:e}]}]}}[Vi("0x37")](){const e=new go.ButtonView(this[Vi("0x2c")]);return e[Vi("0x30")]=bo(this[Vi("0x2c")],Vi("0x14")),e[Vi("0x2b")]=t.icons.pencil,e.extendTemplate({attributes:{class:Vi("0x1a")}}),e.bind(Vi("0x3c")).to(this[Vi("0x40")],Vi("0xc"),(t=>!t)),e[Vi("0x23")](Vi("0x3b")).to(this._model,Vi("0x39")),e.on(Vi("0x43"),(()=>this[Vi("0x19")]())),e}[Vi("0xb")](){const t=new go.ButtonView(this[Vi("0x2c")]);return t[Vi("0x30")]=bo(this.locale,Vi("0x2a")),t.icon='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',t[Vi("0x47")]({attributes:{class:Vi("0x33")}}),t.bind(Vi("0x3c")).to(this[Vi("0x40")],Vi("0xc"),(t=>!t)),t[Vi("0x23")](Vi("0x3b")).to(this[Vi("0x40")],Vi("0x31")),t.on(Vi("0x43"),(()=>{this[Vi("0x29")](bo(this.locale,Vi("0x32")),this[Vi("0x28")])[Vi("0x5")]((()=>{this[Vi("0x46")]("removeComment",this[Vi("0x40")].id)}))})),t}_attachActions(t,e){this.listenTo(t,Vi("0x12"),(()=>this.actionIndicator=e)),this[Vi("0x0")](t,Vi("0x3a"),(()=>this.actionIndicator=e)),this[Vi("0x0")](t,"mouseleave",(()=>this[Vi("0x34")]=null)),this[Vi("0x0")](t,Vi("0x3d"),(()=>this[Vi("0x34")]=null))}[Vi("0x6")](){const t=super[Vi("0x6")]();return t.bind("placeholder").to(this),t}[Vi("0x10")](){return Vi("0x35")===this[Vi("0x40")][Vi("0xa")][Vi("0xf")][Vi("0x3")]?bo(this.locale,Vi("0x1")):bo(this[Vi("0x2c")],Vi("0x26"))}[Vi("0x2f")](){return this[Vi("0x40")][Vi("0x36")]?Vi("0x35")===this[Vi("0x40")].attributes[Vi("0xf")][Vi("0x3")]?bo(this.locale,"EXTERNAL_IMPORT_WORD_AVATAR",this[Vi("0x40")].creator[Vi("0x2")]):bo(this.locale,Vi("0x20"),this._model[Vi("0x27")][Vi("0x2")]):null}[Vi("0x21")](){super[Vi("0x21")](),this[Vi("0xe")](this[Vi("0x7")][Vi("0x28")],Vi("0x22")),this[Vi("0xe")](this.removeButton[Vi("0x28")],"remove")}}(0,e.mix)(Mi,i.ConfirmMixin);var Si=n(278),Ri=n.n(Si),Ni=n(490),Di={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Ni.Z,Di);Ni.Z.locals;var Pi=n(227),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Pi.Z,Bi);Pi.Z.locals;var Li=n(424),zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Li.Z,zi);Li.Z.locals;const Fi=function(){return w.Date.now()};var Ki=/\s/;const Ui=function(t){for(var e=t.length;e--&&Ki.test(t.charAt(e)););return e};var Wi=/^\s+/;const Hi=function(t){return t?t.slice(0,Ui(t)+1).replace(Wi,""):t};var Zi=/^[-+]0x[0-9a-f]+$/i,qi=/^0b[01]+$/i,Xi=/^0o[0-7]+$/i,$i=parseInt;const Gi=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Hi(t);var n=qi.test(t);return n||Xi.test(t)?$i(t.slice(2),n?2:8):Zi.test(t)?NaN:+t};var Ji=Math.max,Yi=Math.min;const Qi=function(t,e,n){var o,i,r,s,a,c,x=0,h=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function u(e){var n=o,r=i;return o=i=void 0,x=e,s=t.apply(r,n)}function m(t){return x=t,a=setTimeout(p,e),h?u(t):s}function f(t){var n=t-c;return void 0===c||n>=e||n<0||d&&t-x>=r}function p(){var t=Fi();if(f(t))return g(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Yi(n,r-(t-x)):n}(t))}function g(t){return a=void 0,l&&o?u(t):(o=i=void 0,s)}function b(){var t=Fi(),n=f(t);if(o=arguments,i=this,c=t,n){if(void 0===a)return m(c);if(d)return clearTimeout(a),a=setTimeout(p,e),u(c)}return void 0===a&&(a=setTimeout(p,e)),s}return e=Gi(e)||0,M(n)&&(h=!!n.leading,r=(d="maxWait"in n)?Ji(Gi(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),b.cancel=function(){void 0!==a&&clearTimeout(a),x=0,o=c=i=a=void 0},b.flush=function(){return void 0===a?s:g(Fi())},b};const tr=function(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),Qi(t,e,{leading:o,maxWait:e,trailing:i})},er=["attributes","class","cancel","type","attributeName","observe","childList"];var nr,or;nr=er,or=116,function(t){for(;--t;)nr.push(nr.shift())}(++or);const ir=function(t,e){return er[t-=0]};function rr(t){const e=tr(t,30),n=new MutationObserver((t=>{for(const n of t)(ir("0x3")==n[ir("0x6")]&&ir("0x4")==n[ir("0x0")]||ir("0x2")==n[ir("0x6")])&&e()}));return{attach(t){n[ir("0x1")](t,{attributes:!0,childList:!0,subtree:!0})},detach(){n.disconnect(),e[ir("0x5")]()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(sr.Z,ar);sr.Z.locals;const cr=["isActive","listenTo","bindTemplate","element","height","destroy","content","type","_mutationObserver","mainView","ck-annotation-wrapper--active","Esc","focusTracker","keystrokes","add","div","ck-annotation-wrapper","fire","render","ck-rounded-corners","setTemplate","isDirty","clientHeight","_updateHeight","set","createCollection","length"];var xr,hr;xr=cr,hr=277,function(t){for(;--t;)xr.push(xr.shift())}(++hr);const dr=function(t,e){return cr[t-=0]};class lr extends go.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this[dr("0x5")]=new e.FocusTracker,this[dr("0x6")]=new e.KeystrokeHandler,this.keystrokes[dr("0x11")](dr("0x4"),((t,e)=>this[dr("0xa")](dr("0x4"),e))),this[dr("0x11")]("targetRect",{top:0,right:0,bottom:0,left:0}),this[dr("0x11")](dr("0x18"),0),this[dr("0x11")](dr("0x14"),!1),this[dr("0x11")](dr("0xe"),!1),this[dr("0x11")](dr("0x13"),0),this.set(dr("0x0"),""),this[dr("0x1")]=rr((()=>this[dr("0x10")]())),this[dr("0x1a")]=this[dr("0x12")](),this[dr("0x1a")][dr("0x7")](n),this[dr("0x2")]=n;const o=this[dr("0x16")];this[dr("0xd")]({tag:dr("0x8"),attributes:{class:["ck",dr("0x9"),dr("0xc"),o.if(dr("0x14"),dr("0x3"))],tabindex:-1},children:this.content})}[dr("0xb")](){super.render(),this[dr("0x5")][dr("0x7")](this.element),this.keystrokes[dr("0x15")](this.element),this[dr("0x1")].attach(this[dr("0x17")])}destroy(){this[dr("0x1a")].clear(),this.keystrokes.destroy(),this.focusTracker[dr("0x19")](),this[dr("0x1")].detach(),super[dr("0x19")]()}focus(){this.element.focus()}[dr("0x10")](){const t=this.element[dr("0xf")];t&&(this[dr("0x18")]=t)}}const ur=["mainView","_isTargetElementVisible","item","getClientRects","clear","target","type","function","nodeType","isActive","offsetParent","_assertCorrectTarget","view","add","remove","targetRect","_type","isVisible","updateTargetRect","element","destroy","render","_id","stopListening","innerView","focusTracker","_target","focusableElements"];var mr,fr;mr=ur,fr=429,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const pr=function(t,e){return ur[t-=0]};class gr{constructor({view:t,target:n,type:o,isVisible:i=!0}){this.view=t,this[pr("0x3")].element||this[pr("0x3")][pr("0xc")](),this[pr("0x7")]=o,this[pr("0x11")]=n,this._assertCorrectTarget(),this[pr("0x12")]=new e.Collection([this[pr("0x3")][pr("0xa")]],{idProperty:pr("0xd")}),this[pr("0x12")].on(pr("0x4"),((t,e)=>{this.view[pr("0x10")][pr("0x4")](e)})),this[pr("0x12")].on(pr("0x5"),((t,e)=>{this[pr("0x3")].focusTracker[pr("0x5")](e)})),this.set("isVisible",i)}get[pr("0x19")](){return pr("0x1a")==typeof this._type?this[pr("0x7")]():this[pr("0x7")]}get[pr("0xf")](){return this[pr("0x3")][pr("0x13")]}get[pr("0x18")](){return pr("0x1a")==typeof this._target?this[pr("0x11")]():this[pr("0x11")]}get[pr("0x6")](){const t=this[pr("0x18")];return this._assertCorrectTarget(),null!==t&&this[pr("0x14")]()?br(t)?new e.Rect(t[pr("0x16")]()[pr("0x15")](0)):new e.Rect(t):null}get[pr("0x0")](){return this.view.isActive}set isActive(t){this[pr("0x3")][pr("0x0")]=t,this[pr("0x3")][pr("0x13")][pr("0x0")]=t}[pr("0x9")](){this[pr("0x3")][pr("0x6")]=this[pr("0x6")]}[pr("0xb")](){this[pr("0x12")][pr("0xe")](),this[pr("0x12")][pr("0x17")](),this[pr("0xe")]()}refreshVisibility(){this[pr("0x8")]=this[pr("0x14")]()}[pr("0x14")](){const t=this.target;return!br(t)||(!!t[pr("0x1")]||!!t[pr("0x16")]()[pr("0x15")](0))}[pr("0x2")](){const t=this[pr("0x18")];if(!(null===t||t instanceof e.Rect||br(t)))throw new e.CKEditorError("annotation-invalid-target",null,{target:t})}}function br(t){return null!==t&&"object"==typeof t&&1===t[pr("0x1b")]}(0,e.mix)(gr,e.ObservableMixin);const vr=["targetRect","stopListening","listenTo","view","add","_sort","_items","blur","_viewToAnnotation","getByInnerView","annotationcollection-duplicated-item","get","clear","remove","left","_getOrderInContent","change:isFocused","focusableElements","destroy","_focusTracker","focus","innerView","has","updateTargetRect","getIndex","annotationcollection-not-existing-item","delete","set","focusTracker","_innerViewToAnnotation","getByView","top","isFocused","length","from"];var _r,wr;_r=vr,wr=392,function(t){for(;--t;)_r.push(_r.shift())}(++wr);const kr=function(t,e){return vr[t-=0]};class yr extends e.Collection{constructor(t=[]){super(),this[kr("0x16")]=new Map,this[kr("0x1")]=new Map,this._focusTracker=new e.FocusTracker,this[kr("0xc")].on("change:isFocused",((t,e,n)=>{n||this.fire(kr("0x0"))}));for(const e of t)this[kr("0x20")](e)}get[kr("0x19")](){return this[kr("0xc")][kr("0x19")]}[kr("0x20")](t){if(this[kr("0xf")](t))throw new e.CKEditorError(kr("0x3"),null);this[kr("0x16")][kr("0x14")](t.innerView,t),this[kr("0x1")][kr("0x14")](t.view,t);for(const e of t[kr("0xa")])this[kr("0xc")][kr("0x20")](e);this[kr("0x1e")](t[kr("0xa")],kr("0x20"),((t,e)=>{this[kr("0xc")].add(e)})),this.listenTo(t.focusableElements,kr("0x6"),((t,e)=>{this._focusTracker[kr("0x6")](e)})),this[kr("0x1e")](t[kr("0x1f")].focusTracker,kr("0x9"),((e,n,o)=>{o&&this.fire(kr("0xd"),t)})),t[kr("0x10")]();const n=this._getOrderInContent(t[kr("0x1f")].targetRect);super[kr("0x20")](t,n)}[kr("0x6")](t){if(!this.has(t))throw new e.CKEditorError(kr("0x12"),null);this[kr("0x1d")](t[kr("0x1f")][kr("0x15")]),this.stopListening(t[kr("0xa")]);for(const e of t.focusableElements)this[kr("0xc")].remove(e);this[kr("0x1")].delete(t[kr("0x1f")]),this._innerViewToAnnotation[kr("0x13")](t[kr("0xe")]),super[kr("0x6")](t)}[kr("0x2")](t){return this._innerViewToAnnotation[kr("0x4")](t)}[kr("0x17")](t){return this._viewToAnnotation.get(t)}[kr("0xb")](){super[kr("0x5")](),this[kr("0x1d")](),this[kr("0x16")][kr("0x5")](),this._viewToAnnotation[kr("0x5")](),this[kr("0xc")][kr("0xb")]()}refreshPositioning(){for(const t of this)t[kr("0x10")]();this[kr("0x21")]()}[kr("0x21")](){const t=Array[kr("0x1b")](this).sort(((t,e)=>Cr(t[kr("0x1f")][kr("0x1c")],e[kr("0x1f")][kr("0x1c")])));for(let e=t[kr("0x1a")]-1;e>0;e--){const n=t[e];e!==this[kr("0x11")](n)&&(this[kr("0x6")](n),this[kr("0x20")](n,e))}}[kr("0x8")](t){let e=0;if(!t)return this[kr("0x22")][kr("0x1a")];for(const n of this){const o=n[kr("0x1f")].targetRect;if(o){if(Cr(t,o)<0)return e;e++}}return e}}function Cr(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t[kr("0x18")]-e.top;return 0==n?t[kr("0x7")]-e.left:n}const Ar=["_activateAnnotation","createAnnotationView","isVisible","_addActiveAnnotation","destroy","source","collection","getByInnerView","add","pluginName","refreshVisibility","_deactivateAllAnnotations","change:isVisible","_visibleAnnotations","_bindAnnotationsToVisibleAnnotations","Annotations","set","remove","refreshPositioning","fire","has","_removeActiveAnnotation","deactivateAll","activeAnnotations","listenTo"];var Tr,Er;Tr=Ar,Er=223,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Ar[t-=0]};class jr extends t.ContextPlugin{static get[Ir("0xb")](){return Ir("0x11")}constructor(t){super(t),this[Ir("0x8")]=new yr,this[Ir("0xf")]=new yr,this[Ir("0x12")](Ir("0x0"),new Set),this[Ir("0x10")]()}[Ir("0xa")](t){this[Ir("0x8")][Ir("0xa")](t)}remove(t){this[Ir("0x8")][Ir("0x13")](t),t[Ir("0x6")]()}[Ir("0xc")](){for(const t of this.collection)t[Ir("0xc")]()}[Ir("0x14")](){this[Ir("0xf")].refreshPositioning()}[Ir("0x9")](t){return this[Ir("0x8")][Ir("0x9")](t)}[Ir("0x18")](){this[Ir("0x15")](Ir("0xd"))}[Ir("0x6")](){for(const t of this[Ir("0x8")])t.destroy();this._visibleAnnotations[Ir("0x6")](),this.collection[Ir("0x6")](),super.destroy()}activate(t){this[Ir("0x15")](Ir("0x2"),t)}createAnnotation(t){return new gr(t)}[Ir("0x3")](t,e){return new lr(t,e)}[Ir("0x5")](t){const e=new Set(this[Ir("0x0")]);e[Ir("0xa")](t),this[Ir("0x0")]=e}[Ir("0x17")](t){const e=new Set(this[Ir("0x0")]);e.delete(t),this[Ir("0x0")]=e}[Ir("0x10")](){const t=this[Ir("0x8")],e=this[Ir("0xf")];function n(t){const n=t[Ir("0x7")];n.isVisible&&!e.has(n)?e[Ir("0xa")](n):!n[Ir("0x4")]&&e[Ir("0x16")](n)&&e[Ir("0x13")](n)}this[Ir("0x1")](t,Ir("0xa"),((t,o)=>{o[Ir("0x4")]&&e[Ir("0xa")](o),this.listenTo(o,Ir("0xe"),n)})),this[Ir("0x1")](t,"remove",((t,o)=>{e[Ir("0x16")](o)&&e[Ir("0x13")](o),this.stopListening(o,Ir("0xe"),n)}))}}const Or=["_adapter","change:activeAnnotations","openNewCommentThread","commentsrepository-update-missing-comment","function","comments","div","toJSON","catch","removeAttribute","string","CommentView","commentsrepository-invalid-commentid","commentsrepository-remove-missing-comment-thread","define","change:isDirty","_addComment","isEditable","getCommentThread","addComment","isReadOnly","init","content","adapter","_updateComment","setAdminPermissions","_removeCommentThread","@external","commentsrepository-invalid-comment-authorid","resolve","authoredAt","requires","setAttribute","_findOptimalIndex","isRemovable","_nonAdminChannels","focus","_add","comment","then","isDirty","isExternal","attributes","_threadToController","PendingActions","updateComment","substring","config","has","fromCharCode","slice","_threads","_createCommentThreadView","commentsrepository-update-comment-internal-error","weight","_repository","_detachCommentThread","noChannel","parse","commentsrepository-update-comment-invalid-content","trim","bind","_readOnlyChannels","reduce","commentsrepository-invalid-comment-content","afterInit","lowest","commentsrepository-active-not-attached","join","getByInnerView","comments.maxCommentCharsWhenCollapsed","delete","length","commentsrepository-remove-comment-internal-error","external:","stopListening","createdAt","createCommentThreadController","max","_remove","author","commentUpdated","pluginName","context","addCommentThread","getComment","fetchCommentThread","getIndex","map","threadId","deactivateAll","commentsrepository-invalid-comment-thread-id","remove","addUser","error","innerHTML","getCommentThreads","commentsrepository-missing-thread-and-adapter-method","destroy","set","fire","Users","assign","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","add","_addCommentThread","comments.maxCommentsWhenCollapsed","_removeComment","hasCommentThread","commentsrepository-remove-comment-thread-internal-error","licenseKey","filter","channelId","commentThreadInputView","textContent","getTime","push","comments.editorConfig","commentsrepository-add-comment-user-not-exists","get","activate","plugins","change:authoredAt","_getExternalAuthor","from","commentsrepository-adapter-already-set","removeComment","attachTo","commentInputView","commentsrepository-update-comment-missing-comment-thread","commentsrepository-get-comment-invalid-id","comments.CommentView","setActiveCommentThread","_viewToController","_isAttached","switchReadOnly","commentsrepository-remove-missing-comment","comments.maxThreadTotalWeight","pop","commentsrepository-missing-thread-and-adapter","view","update","isAttached","commentsrepository-fetch-comment-thread","values","_attachCommentThread","removeCommentThread","activeCommentThread","creator","createElement","CommentThreadView","commentsrepository-attach-missing-comment-thread","once","warn","isFromAdapter","commentsrepository-missing-target","locale","PENDING_ACTION_COMMENT_THREAD"];var Vr,Mr;Vr=Or,Mr=424,function(t){for(;--t;)Vr.push(Vr.shift())}(++Mr);const Sr=function(t,e){return Or[t-=0]},Rr=Symbol(Sr("0x6b"));class Nr extends t.ContextPlugin{static get[Sr("0x51")](){return[jr,t.PendingActions,i.Users]}static get[Sr("0x84")](){return"CommentsRepository"}constructor(t){super(t),this._threads=new Map,this[Sr("0x5d")]=new Map,this[Sr("0x19")]=new Map,this[Sr("0x70")]=new Set,this[Sr("0x95")]("_nonAdminChannels",new Set),this[Sr("0x2")]=this[Sr("0x85")][Sr("0x61")][Sr("0xb")](Sr("0x2"));const e=this[Sr("0x85")].config;e.define(Sr("0x9c"),2),e.define(Sr("0x1d"),500),e[Sr("0x40")](Sr("0x78"),140),e[Sr("0x40")]("comments.CommentThreadView",gi),e[Sr("0x40")](Sr("0x17"),Mi),e[Sr("0xb")](Sr("0x9"))||console[Sr("0x2d")](Sr("0x99"))}[Sr("0x47")](){const t=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](jr);this[Sr("0x95")](Sr("0x27"),null),this.on(Sr("0x86"),((t,e)=>this[Sr("0x9b")](e))),this.on(Sr("0x26"),((t,e)=>this[Sr("0x4c")](e))),this.on(Sr("0x45"),((t,e)=>this[Sr("0x42")](e))),this.on(Sr("0x5f"),((t,e)=>this._updateComment(e))),this.on("removeComment",((t,e)=>this._removeComment(e))),this.on(Sr("0x45"),((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this.getCommentThread(e),i=this._threadToController.get(o);i&&i[Sr("0x20")][Sr("0x56")]()}),{priority:Sr("0x74")}),this.listenTo(t,Sr("0x33"),((t,e,n)=>{const o=Array[Sr("0x10")](n).map((t=>this[Sr("0x19")].get(t.innerView)))[Sr("0x3")](Boolean)[0];this.activeCommentThread=o?o.model:null}))}[Sr("0x73")](){!function(e){const n=e instanceof t.Context,o=[1,85,78,115,198,255,50,112,83,87,161],i=l([52,48,52,52,50,50,50,56]),r=[127,34,6,211,167,86,146,199,132,160,18],s=l([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),a=function(t){if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[l([115,116,97,116,101])]==l([99,111,110,110,101,99,116,101,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[l([114,101,115,117,108,116])]==l([101,110,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));try{const n=function(t){const e=[29,221,175,90,231,133,239,240,75,180];return function(t,e){const n=atob(t),o=Array[Sr("0x10")](function(t){const e=new Uint8Array(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}(n)),i=o[Sr("0x1e")](),r=o[Sr("0x1e")]();return function(t){let e="";for(const n of t)e+=String.fromCharCode(n);return e}(function(t,e,n){const o={};o[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[l([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[l([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[l([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[l([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[l([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[l([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[l([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[l([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[l([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[l([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const i=new Uint8Array(16);for(let t=15;t>=0;--t)i[t]=n%256,n=parseInt(n/256);let r=null,s=16;const a=new Uint8Array(e),c=[],x=[];m();for(let e=0;e<t.length;e++)16===s&&(r=u(i),s=0,d(i)),t[e]^=r[s++];return t;function h(t){const e=[];for(let n=0;n<t[Sr("0x7a")];n+=4)e[Sr("0x8")](t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function u(t){const e=c[Sr("0x7a")]-1,n=[0,0,0,0];let i=h(t);for(let t=0;t<4;t++)i[t]^=c[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)n[e]=o[l([84,49])][i[e]>>24&255]^o[l([84,50])][i[(e+1)%4]>>16&255]^o[l([84,51])][i[(e+2)%4]>>8&255]^o[l([84,52])][255&i[(e+3)%4]]^c[t][e];i=n[Sr("0x64")]()}const r=new Uint8Array(16);let s;for(let t=0;t<4;t++)s=c[e][t],r[4*t]=255&(o[l([83])][i[t]>>24&255]^s>>24),r[4*t+1]=255&(o[l([83])][i[(t+1)%4]>>16&255]^s>>16),r[4*t+2]=255&(o[l([83])][i[(t+2)%4]>>8&255]^s>>8),r[4*t+3]=255&(o[l([83])][255&i[(t+3)%4]]^s);return r}function m(){const t=o[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[Sr("0x7a")]];for(let e=0;e<=t;e++)c[Sr("0x8")]([0,0,0,0]),x.push([0,0,0,0]);const e=4*(t+1),n=a[Sr("0x7a")]/4,i=h(a);let r;for(let e=0;e<n;e++)r=e>>2,c[r][e%4]=i[e],x[t-r][e%4]=i[e];let s,d=0,u=n;for(;u<e;){s=i[n-1],i[0]^=o[l([83])][s>>16&255]<<24^o[l([83])][s>>8&255]<<16^o[l([83])][255&s]<<8^o[l([83])][s>>24&255]^o[l([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<n/2;t++)i[t]^=i[t-1];s=i[n/2-1],i[n/2]^=o[l([83])][255&s]^o[l([83])][s>>8&255]<<8^o[l([83])][s>>16&255]<<16^o[l([83])][s>>24&255]<<24;for(let t=n/2+1;t<n;t++)i[t]^=i[t-1];let r,a,h=0;for(;h<n&&u<e;)r=u>>2,a=u%4,c[r][a]=i[h],x[t-r][a]=i[h++],u++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)s=x[e][t],x[e][t]=o[l([85,49])][s>>24&255]^o[l([85,50])][s>>16&255]^o[l([85,51])][s>>8&255]^o[l([85,52])][255&s]}}(o,e,r+256*i))}(t,new(window[l([85,105,110,116,56,65,114,114,97,121])])([...o,...e,...r]))}(t),s=JSON[Sr("0x6c")](n),a=parseInt(s[l([49])]),x=parseInt(s[l([51])]),h=parseInt(s[l([52])])||0,d=parseInt(s[l([53])])||0,u=2;if(!(1&h)||e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&!(h&u))return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(d&&!window[l([111,112,101,110])][l([99,108,111,115,101,100])])return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(parseInt(i)/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))){const t=e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]));if(parseInt(t[l([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])])/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}return c(l(x?[108,105,99,101,110,115,101,75,101,121,84,114,105,97,108]:[108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]))}catch(t){return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}}(e[Sr("0x61")][Sr("0xb")](l([108,105,99,101,110,115,101,75,101,121])));function c(t){const n=function(){const t=String(window[l([112,101,114,102,111,114,109,97,110,99,101])][l([110,111,119])]()).replace(l([46]),"");let e="";for(let n=0;n<t[Sr("0x7a")];n+=2){let o=parseInt(t[Sr("0x60")](n,n+2));o>=s[Sr("0x7a")]&&(o-=s[Sr("0x7a")]),e+=s[o]}return e}();return e[n]=t,t}function x(t){for(const e of t[l([101,100,105,116,111,114,115])])h(e);t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=d}function h(t){function e(){t[l([109,111,100,101,108])][l([99,104,97,110,103,101])]=d,t[l([109,111,100,101,108])][l([101,110,113,117,101,117,101,67,104,97,110,103,101])]=d,t[l([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](l([109,111,100,101,108]))}t[l([115,116,97,116,101])]==l([114,101,97,100,121])?e():t[l([111,110,99,101])](l([114,101,97,100,121]),(()=>e()))}function d(){return null}function l(t){return t[Sr("0x8a")]((t=>String[Sr("0x63")](t)))[Sr("0x76")]("")}n?(a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?x(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&window[l([115,101,116,84,105,109,101,111,117,116])]((()=>{x(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*o[8]*o[6]),e[l([101,100,105,116,111,114,115])][l([111,110])](l([97,100,100]),((t,e)=>{a!=l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||h(e)}))):a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?h(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&e[l([111,110])](l([114,101,97,100,121]),(()=>{let t=0;e[l([109,111,100,101,108])][l([111,110])](l([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,o)=>{o[0][l([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(h(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),n[l([111,102,102])]())}),{priority:l([104,105,103,104,101,115,116])})}))}(this[Sr("0x85")])}set adapter(t){if(this[Sr("0x32")])throw new e.CKEditorError(Sr("0x11"));this._adapter=t}get adapter(){return this[Sr("0x32")]}[Sr("0x86")]({channelId:t=Rr,threadId:n=(0,e.uid)(),comments:o=[],target:i,isFromAdapter:r}={}){return this[Sr("0x96")](Br(Sr("0x86"),t),{channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}),this.getCommentThread(n)}[Sr("0x34")]({channelId:t=Rr,threadId:n=(0,e.uid)(),target:o}){if(this[Sr("0x70")][Sr("0x62")](t)||this[Sr("0x70")][Sr("0x62")](void 0))return;if(!o)throw new e.CKEditorError(Sr("0x2f"));const i=this.addCommentThread({channelId:t,threadId:n,target:o});if(!i)return null;const r=this[Sr("0x5d")][Sr("0xb")](i),s=r[Sr("0x20")][Sr("0x5")][Sr("0x14")],a=this.context.plugins[Sr("0xb")](jr),c=a[Sr("0x77")](r.view);return a[Sr("0xc")](c),s[Sr("0x2c")]("editorReady",(()=>s[Sr("0x56")]())),i}hasCommentThread(t){if(Sr("0x3c")!=typeof t)throw new e.CKEditorError(Sr("0x8d"));return this._threads[Sr("0x62")](t)}[Sr("0x44")](t){if(Sr("0x3c")!=typeof t)throw new e.CKEditorError("commentsrepository-invalid-comment-thread-id");return this._threads[Sr("0xb")](t)}[Sr("0x88")]({channelId:t,threadId:n}={}){const o=this[Sr("0x44")](n);if(o)return Promise[Sr("0x4f")](o);if(!this[Sr("0x49")])throw new e.CKEditorError(Sr("0x1f"),this[Sr("0x85")]);if(Sr("0x36")!=typeof this[Sr("0x49")][Sr("0x44")])throw new e.CKEditorError(Sr("0x93"),this[Sr("0x85")]);return this[Sr("0x49")][Sr("0x44")]({channelId:t,threadId:n})[Sr("0x59")]((e=>this[Sr("0x0")](n)?this[Sr("0x44")](n):e?this[Sr("0x86")](Object[Sr("0x98")]({isFromAdapter:!0,channelId:t},e)):void 0))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError(Sr("0x23"),this[Sr("0x85")])}))}[Sr("0x92")]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this[Sr("0x65")][Sr("0x24")]())t&&o[Sr("0x4")]!==t||e&&!o[Sr("0x22")]||n&&0===o.length||i.push(o);return o?i[Sr("0x8a")]((t=>t[Sr("0x39")]())):i}[Sr("0x18")](t){const n=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](jr);if(!t)return void(this[Sr("0x27")]&&n[Sr("0x8c")]());const o=this[Sr("0x44")](t);if(!o)throw new e.CKEditorError("commentsrepository-active-missing-comment-thread",null,{threadId:t});if(!this[Sr("0x5d")][Sr("0x62")](o))throw new e.CKEditorError(Sr("0x75"),null,{threadId:t});const i=n.getByInnerView(this[Sr("0x5d")][Sr("0xb")](o)[Sr("0x20")]);n[Sr("0xc")](i)}[Sr("0x1b")](t,e){t?this[Sr("0x70")][Sr("0x9a")](e):this[Sr("0x70")].delete(e);for(const n of this[Sr("0x92")]({channelId:e}))n.isReadOnly=!!t}[Sr("0x46")](t){return this[Sr("0x70")][Sr("0x62")](t)||this._readOnlyChannels[Sr("0x62")](void 0)}[Sr("0x7f")](t,e){return new po(t,e)}[Sr("0x4b")](t,e=Rr){const n=!this[Sr("0x55")][Sr("0x62")](e),o=new Set(this[Sr("0x55")]);n&&!t&&(o[Sr("0x9a")](e),this[Sr("0x55")]=o),!n&&t&&(o[Sr("0x79")](e),this[Sr("0x55")]=o)}_addCommentThread({channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}){if("string"!=typeof n)throw new e.CKEditorError(Sr("0x8d"),null,{threadId:n});if(this.hasCommentThread(n))throw new e.CKEditorError("commentsrepository-duplicated-comment-thread-id",null,{threadId:n});const s=new Dr(this,{channelId:t,id:n});(this[Sr("0x70")].has(t)||this[Sr("0x70")][Sr("0x62")](void 0))&&(s[Sr("0x46")]=!0),this[Sr("0x65")].set(n,s);for(const t of o)s[Sr("0x45")](Object.assign({isFromAdapter:r},t));i&&s[Sr("0x13")](i)}[Sr("0x25")]({threadId:t,target:n}){const o=this[Sr("0x44")](t);if(!o)throw new e.CKEditorError(Sr("0x2b"),this);const i=this[Sr("0x85")].plugins[Sr("0xb")](Sr("0x5e")),r=this[Sr("0x85")].plugins.get(jr),s=this[Sr("0x66")](o),a=new po(o,s);let c=null;s.on(Sr("0x41"),((t,e,n)=>{n?c=i[Sr("0x9a")](bo(this.context[Sr("0x30")],Sr("0x31"))):(i[Sr("0x8e")](c),c=null)})),this[Sr("0x5d")][Sr("0x95")](o,a),this[Sr("0x19")][Sr("0x95")](s,a);const x=new lr(this[Sr("0x85")][Sr("0x30")],s);x[Sr("0x6f")](Sr("0x7a")).to(s),x.bind(Sr("0x5a")).to(s,"isDirty",s,Sr("0x7a"),((t,e)=>t||!e)),x.bind("isActive").to(s),x.type=Sr("0x58");const h=new gr({view:x,target:n,type:Sr("0x58")});return r.add(h),h}[Sr("0x66")](t){const e=this.context.plugins.get(Sr("0x97")),{config:n,locale:o}=this[Sr("0x85")],r=(0,i.getDateTimeFormatter)(n[Sr("0xb")]("locale"));return new(0,n[Sr("0xb")](Sr("0x37"))[Sr("0x2a")])(o,t,e.me,{editorConfig:n.get(Sr("0x9")),maxCommentsWhenCollapsed:n[Sr("0xb")](Sr("0x9c")),maxThreadTotalWeight:n[Sr("0xb")](Sr("0x1d")),maxCommentCharsWhenCollapsed:n[Sr("0xb")](Sr("0x78")),formatDateTime:r,CommentView:n[Sr("0xb")](Sr("0x37"))[Sr("0x3d")]})}[Sr("0x4c")]({threadId:t,isFromAdapter:n}){const o=this[Sr("0x44")](t);if(!o)throw new e.CKEditorError(Sr("0x3f"),this);if(this[Sr("0x6a")](t),this[Sr("0x65")][Sr("0x79")](t),!o.length||n||!this.adapter||"function"!=typeof this.adapter[Sr("0x26")])return Promise[Sr("0x4f")]();const i=this.context[Sr("0xd")][Sr("0xb")]("PendingActions"),{channelId:r}=o,s=i[Sr("0x9a")](bo(this[Sr("0x85")][Sr("0x30")],"PENDING_ACTION_COMMENT_THREAD"));return this[Sr("0x49")][Sr("0x26")]({channelId:r,threadId:t})[Sr("0x59")]((()=>i[Sr("0x8e")](s)))[Sr("0x3a")]((t=>{throw console.error(t),new e.CKEditorError(Sr("0x1"),this)}))}_detachCommentThread(t){const e=this.context[Sr("0xd")].get(jr),n=this.getCommentThread(t);if(this._threadToController[Sr("0x62")](n)){const t=this._threadToController[Sr("0xb")](n),o=t[Sr("0x20")],i=e[Sr("0x77")](o);this[Sr("0x5d")][Sr("0x79")](n),this[Sr("0x19")][Sr("0x79")](o),i&&e.remove(i),t[Sr("0x94")](),o[Sr("0x94")]()}}[Sr("0xf")](t){const e=this.context[Sr("0xd")][Sr("0xb")](i.Users),n=(0,i.hashObject)(Sr("0x7c")+t);return e.getUser(n)||e[Sr("0x8f")]({id:n,name:t})}[Sr("0x42")]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if(Sr("0x3c")!=typeof n)throw new e.CKEditorError(Sr("0x3e"));if(Sr("0x3c")!=typeof r)throw new e.CKEditorError(Sr("0x4e"));if(Sr("0x3c")!=typeof o||!o.trim())throw new e.CKEditorError(Sr("0x72"));const x=this[Sr("0x44")](t);if(!x)throw new e.CKEditorError("commentsrepository-add-comment-to-missing-comment-thread",this);const h=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](i.Users).getUser(r);if(!h)throw new e.CKEditorError(Sr("0xa"),null,{authorId:r});let d=null,l=s;a&&a[Sr("0x4d")]&&(d=this._getExternalAuthor(a[Sr("0x4d")].authorName),l=a["@external"][Sr("0x7e")]);const u=new Pr(this,{threadId:t,id:n,author:d||h,creator:h,content:o,createdAt:s,authoredAt:l,attributes:a});if(x[Sr("0x57")](u),c||!this.adapter||Sr("0x36")!=typeof this.adapter[Sr("0x45")])return Promise[Sr("0x4f")]();const m=this.context[Sr("0xd")][Sr("0xb")]("PendingActions"),{channelId:f}=x,p=m[Sr("0x9a")](bo(this.context[Sr("0x30")],"PENDING_ACTION_COMMENT_THREAD"));return a||(a={}),this.adapter.addComment({channelId:f,threadId:t,commentId:n,content:o,attributes:a})[Sr("0x59")]((e=>{if(m[Sr("0x8e")](p),this[Sr("0x0")](t))e&&e.createdAt&&this[Sr("0x4a")]({threadId:t,commentId:n,createdAt:e[Sr("0x7e")],isFromAdapter:!0});else{const i={threadId:t,commentId:n,content:o,attributes:a,createdAt:e&&e[Sr("0x7e")]?e[Sr("0x7e")]:s,authorId:h.id};this[Sr("0x86")]({channelId:f,threadId:t,comments:[i],isFromAdapter:!0})}}))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError("commentsrepository-add-comment-internal-error",this)}))}[Sr("0x4a")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&("string"!=typeof o||!o[Sr("0x6e")]()[Sr("0x7a")]))throw new e.CKEditorError(Sr("0x6d"));const a=this[Sr("0x44")](t),c=a[Sr("0x87")](n);if(!c)throw new e.CKEditorError(Sr("0x35"),this);let x=!1;if(o&&o!==c[Sr("0x48")]&&(c[Sr("0x43")]||s)&&(c[Sr("0x48")]=o,x=!0),i&&i!==c[Sr("0x7e")]&&(c[Sr("0x7e")]=i,c[Sr("0x5c")]&&c[Sr("0x5c")][Sr("0x4d")]||(c[Sr("0x50")]=i),x=!0),r&&!We(r,c.attributes)&&(c[Sr("0x5c")]=r,x=!0),!x)return Promise.resolve();if(a[Sr("0x96")](Sr("0x83")),s||!this[Sr("0x49")]||Sr("0x36")!=typeof this[Sr("0x49")][Sr("0x5f")])return Promise[Sr("0x4f")]();const h=this[Sr("0x85")].plugins[Sr("0xb")](Sr("0x5e")),{channelId:d}=this[Sr("0x44")](c[Sr("0x8b")]),l=h[Sr("0x9a")](bo(this.context[Sr("0x30")],Sr("0x31")));return this[Sr("0x49")][Sr("0x5f")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Sr("0x59")]((()=>h[Sr("0x8e")](l)))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError(Sr("0x67"),this)}))}[Sr("0x9d")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[Sr("0x44")](t),r=i[Sr("0x87")](n);if(!r)throw new e.CKEditorError(Sr("0x1c"),this);if(i[Sr("0x81")](r),o||!this[Sr("0x49")]||Sr("0x36")!=typeof this[Sr("0x49")][Sr("0x12")])return Promise[Sr("0x4f")]();const s=this[Sr("0x85")][Sr("0xd")][Sr("0xb")](Sr("0x5e")),{channelId:a}=i,c=s.add(bo(this.context[Sr("0x30")],Sr("0x31")));return this.adapter[Sr("0x12")]({channelId:a,threadId:t,commentId:n})[Sr("0x59")]((()=>s[Sr("0x8e")](c)))[Sr("0x3a")]((t=>{throw console[Sr("0x90")](t),new e.CKEditorError(Sr("0x7b"),this)}))}}class Dr{constructor(t,n){this[Sr("0x4")]=n[Sr("0x4")],this.id=n.id,this[Sr("0x95")](Sr("0x46"),!1),this.bind("isRemovable").to(t,Sr("0x55"),(t=>!t[Sr("0x62")](this[Sr("0x4")]))),this[Sr("0x37")]=new e.Collection,this[Sr("0x69")]=t,this[Sr("0x1a")]=!1}get weight(){return Array[Sr("0x10")](this[Sr("0x37")])[Sr("0x71")](((t,e)=>t+e[Sr("0x68")]),0)}get[Sr("0x7a")](){return this[Sr("0x37")][Sr("0x7a")]}get isAttached(){return this[Sr("0x1a")]}remove({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Sr("0x69")][Sr("0x96")](Br("removeCommentThread",e),{channelId:e,threadId:n,isFromAdapter:t})}[Sr("0x13")](t){return this[Sr("0x69")][Sr("0x25")]({threadId:this.id,target:t})}[Sr("0x45")](t){const{channelId:e,id:n}=this;this[Sr("0x69")].fire(Br("addComment",e,n),Object[Sr("0x98")]({channelId:e,threadId:n},t))}getComment(t){if(Sr("0x3c")!=typeof t)throw new e.CKEditorError(Sr("0x16"),null,{commentId:t});return this[Sr("0x37")][Sr("0xb")](t)}toJSON(){return{threadId:this.id,comments:this[Sr("0x37")][Sr("0x8a")]((t=>t[Sr("0x39")]()))}}[Sr("0x57")](t){return this.listenTo(t,Sr("0xe"),(()=>{const e=this[Sr("0x53")](t),n=this[Sr("0x37")];e-1!=n[Sr("0x89")](t)&&e+1!=n.getIndex(t)&&(this[Sr("0x81")](t),this._add(t))})),t[Sr("0x7e")]?this[Sr("0x37")][Sr("0x9a")](t,this._findOptimalIndex(t)):this[Sr("0x37")][Sr("0x9a")](t)}[Sr("0x81")](t){return this[Sr("0x7d")](t),t[Sr("0x94")](),this[Sr("0x37")][Sr("0x8e")](t)}[Sr("0x53")](t){const e=this.comments.find((e=>new Date(e.authoredAt)[Sr("0x7")]()>new Date(t[Sr("0x50")])[Sr("0x7")]()));return e?this[Sr("0x37")][Sr("0x89")](e):this.length}}(0,e.mix)(Dr,e.ObservableMixin);class Pr{constructor(t,e){const n=t.context[Sr("0xd")][Sr("0xb")](Sr("0x97")).me,o=t[Sr("0x44")](e[Sr("0x8b")]),i=0===o.comments.length,r=n===e.author;this.id=e.id,this[Sr("0x8b")]=e[Sr("0x8b")],this[Sr("0x82")]=e[Sr("0x82")],this.creator=e[Sr("0x28")],this[Sr("0x5b")]=Boolean(e[Sr("0x5c")]&&e[Sr("0x5c")][Sr("0x4d")]),this[Sr("0x95")](Sr("0x48"),e[Sr("0x48")]),this[Sr("0x7e")]=e[Sr("0x7e")]||new Date,this[Sr("0x95")](Sr("0x50"),e[Sr("0x50")]||new Date),this.set(Sr("0x5c"),e[Sr("0x5c")]||{}),this.set(Sr("0x43"),r),this[Sr("0x6f")](Sr("0x54")).to(o,Sr("0x54"),(t=>t&&i||r)),this.bind(Sr("0x46")).to(o,Sr("0x46")),this._repository=t}get[Sr("0x68")](){return Math[Sr("0x80")](function(t){const e=document[Sr("0x29")](Sr("0x38"));return e[Sr("0x91")]=t,e[Sr("0x6")][Sr("0x7a")]}(this[Sr("0x48")]),200)}update(t){const{threadId:n,id:o}=this;if(!this[Sr("0x69")][Sr("0x0")](n))throw new e.CKEditorError(Sr("0x15"),this);const{channelId:i}=this[Sr("0x69")][Sr("0x44")](n);this._repository[Sr("0x96")](Br(Sr("0x5f"),i,n),Object[Sr("0x98")]({channelId:i,threadId:n,commentId:o},t))}[Sr("0x52")](t,e){const n=zn(this[Sr("0x5c")]);io(n,t,e),this[Sr("0x21")]({attributes:n})}[Sr("0x3b")](t){const e=zn(this[Sr("0x5c")]);ho(e,t),this[Sr("0x21")]({attributes:e})}[Sr("0x8e")](t={}){if(!t[Sr("0x2e")]&&!this.isRemovable)return;const{threadId:n,id:o}=this;if(!this[Sr("0x69")][Sr("0x0")](n))throw new e.CKEditorError("commentsrepository-remove-comment-missing-comment-thread",this);const{channelId:i}=this._repository[Sr("0x44")](n);this._repository[Sr("0x96")](Br(Sr("0x12"),i,n),Object[Sr("0x98")]({channelId:i,threadId:n,commentId:o},t))}[Sr("0x39")](){return{commentId:this.id,content:this.content,createdAt:this[Sr("0x7e")],authorId:this[Sr("0x28")].id,attributes:this[Sr("0x5c")]}}[Sr("0x94")](){this[Sr("0x7d")]()}}function Br(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}(0,e.mix)(Pr,e.ObservableMixin);const Lr=["createRange","textProxy","isEnabled","element","change","refresh","getRanges","start","_itemIsContent","model","tableCell","backward","editor","selection","item","comment:","addMarker","_hasContent","document","getLastMatchingPosition","execute","isObject","_trimToContent","substr","end"];var zr,Fr;zr=Lr,Fr=331,function(t){for(;--t;)zr.push(zr.shift())}(++Fr);const Kr=function(t,e){return Lr[t-=0]};class Ur extends t.Command{[Kr("0x18")](){const t=this[Kr("0x6")][Kr("0x3")].document[Kr("0x7")];for(const e of t[Kr("0x0")]())if(this[Kr("0xb")](e))return void(this[Kr("0x15")]=!0);this.isEnabled=!1}[Kr("0xe")]({threadId:t=(0,e.uid)()}={}){const n=this[Kr("0x6")][Kr("0x3")],o=[];for(const t of n[Kr("0xc")].selection[Kr("0x0")]())this._hasContent(t)&&o.push(this[Kr("0x10")](t));n[Kr("0x17")]((n=>{for(const i of o){const o=(0,e.uid)()[Kr("0x11")](1,5),r=Kr("0x9")+t+":"+o;n[Kr("0xa")](r,{range:i,usingOperation:!1,affectData:!1})}}))}[Kr("0xb")](t){for(const e of t.getItems())if(this._itemIsContent(e))return!0;return!1}[Kr("0x2")](t){return t.is(Kr("0x14"))||this[Kr("0x6")][Kr("0x3")].schema[Kr("0xf")](t)&&!t.is(Kr("0x16"),Kr("0x4"))}_trimToContent(t){const e=t=>!this[Kr("0x2")](t[Kr("0x8")]),n=t[Kr("0x1")][Kr("0xd")](e),o=t[Kr("0x12")].getLastMatchingPosition(e,{direction:Kr("0x5")});return this.editor[Kr("0x3")][Kr("0x13")](n,o)}}const Wr=["_editorAnnotationsData","uiUpdate","view","containsRange","set","function","has","change:range","EditorAnnotations","fire","requires","addSourceCollector","refreshSelectedViews","pluginName","listenTo","document","model","element","editorannotations-invalid-source-callback","change:isFocused","add","blur","range","isReadOnly","innerView","sort","_dataCollectors","selection","getRanges","map","plugins","editing","getOrderedSelectedAnnotations","hasDomSelection","isEqual","remove","refresh","focusTracker","_editorAnnotations","editor","get","update","cancel","annotation","getByInnerView","directChange","init"];var Hr,Zr;Hr=Wr,Zr=306,function(t){for(;--t;)Hr.push(Hr.shift())}(++Zr);const qr=function(t,e){return Wr[t-=0]};class Xr extends t.Plugin{static get[qr("0x21")](){return[jr]}static get[qr("0x24")](){return qr("0x1f")}constructor(t){super(t),this[qr("0x2")]=new Set,this[qr("0xe")]=new Set}[qr("0x16")](){const t=this[qr("0xf")],e=t[qr("0x27")][qr("0x26")][qr("0x3")],n=Qi((()=>this[qr("0x23")]()),10);e.on(qr("0x1e"),((t,e)=>{e[qr("0x15")]&&(n[qr("0x12")](),this.refreshSelectedViews())})),this[qr("0x25")](t[qr("0x7")][qr("0x19")][qr("0x26")],qr("0x2a"),((t,e,o)=>{o&&n()})),this[qr("0x25")](t.ui[qr("0xd")],qr("0x2a"),((e,n,o)=>{o||t[qr("0x2e")]||this[qr("0x20")](qr("0x2c"),{isAnnotationTracked:t=>this[qr("0x17")].has(t[qr("0x0")])})})),this.listenTo(this[qr("0xf")].ui,qr("0x11"),(()=>this[qr("0x20")](qr("0x18"))))}registerAnnotation(t){if(this[qr("0xe")][qr("0x1d")](t))return;this[qr("0xe")][qr("0x2b")](t.view),this.editor.ui[qr("0xd")][qr("0x2b")](t[qr("0x19")][qr("0x28")]);const e=this[qr("0xf")][qr("0x6")][qr("0x10")](jr);this.listenTo(e.collection,qr("0xb"),((t,e)=>{this[qr("0xf")].ui.focusTracker[qr("0xb")](e[qr("0x19")][qr("0x28")]),this._editorAnnotations.delete(e.view)}))}[qr("0x9")](){return this[qr("0xf")].editing[qr("0x19")][qr("0x9")]}[qr("0x22")](t){if(qr("0x1c")!=typeof t)throw new e.CKEditorError(qr("0x29"));this[qr("0x2")][qr("0x2b")](t)}[qr("0x23")](){this[qr("0x20")](qr("0xc"))}[qr("0x8")]({activeAnnotation:t,annotations:e}){const n=[],o=this[qr("0xf")].model.document[qr("0x3")],i=Array.from(o[qr("0x4")]());for(const[t,o]of this[qr("0x17")]){const i=r(o),s=e[qr("0x14")](t);i&&s&&n.push({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[qr("0x1a")](t,!o.isCollapsed))return e;return null}return n[qr("0x1")](((e,n)=>{const o=e[qr("0x2d")],i=n[qr("0x2d")];if(!o[qr("0xa")](i)){if(o[qr("0x1a")](i,!0))return 1;if(i[qr("0x1a")](o,!0))return-1}return e[qr("0x13")]==t?-1:n.annotation==t?1:0}))[qr("0x5")]((t=>t[qr("0x13")]))}get _editorAnnotationsData(){const t=new Map;for(const e of Array.from(this[qr("0x2")]))for(const[n,o]of e())t[qr("0x1b")](n,o);return t}}const $r=["get","addCommentThread","RestrictedEditingModeEditing","plugins","afterInit","has"];var Gr,Jr;Gr=$r,Jr=497,function(t){for(;--t;)Gr.push(Gr.shift())}(++Jr);const Yr=function(t,e){return $r[t-=0]};class Qr extends t.Plugin{[Yr("0x5")](){const t=this.editor;t[Yr("0x4")][Yr("0x0")](Yr("0x3"))&&t[Yr("0x4")][Yr("0x1")]("RestrictedEditingModeEditing").enableCommand(Yr("0x2"))}}var ts=n(446),es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(ts.Z,es);ts.Z.locals;const ns=["listenTo","afterInit","get","dataInsert","Users","commands","collaboration.channelId","config","importWord","plugins","_handleImportedData","editor","forEach"];var os,is;os=ns,is=307,function(t){for(;--t;)os.push(os.shift())}(++is);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{[rs("0x6")](){const t=this[rs("0x3")],n=t[rs("0xa")][rs("0x7")]("importWord"),o=t[rs("0x1")].get(rs("0x9"));n&&(n.on("execute",((t,[,e])=>{e.collaboration_features={comments:!0,user_id:o.me.id}}),{priority:e.priorities.high+10}),this[rs("0x5")](n,rs("0x8"),this[rs("0x2")]))}[rs("0x2")](t,e){const{comment_threads:n}=e;n&&n[rs("0x4")]((({thread_id:t,comments:e})=>{const n=e.map((({author:t,content:e,created_at:n})=>({content:e,authorId:this.editor[rs("0x1")][rs("0x7")](rs("0x9")).me.id,createdAt:new Date,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:rs("0x0")}}}))),o=this[rs("0x3")][rs("0xc")][rs("0x7")](rs("0xb"));this[rs("0x3")][rs("0x1")][rs("0x7")](Nr).addCommentThread({channelId:o,threadId:t,comments:n})}))}}const as=["length","left","model","reconvertMarker","fetchCommentThread","size","getByInnerView","collaboration.channelId","Annotations","upcast","isThreadsLoadingPaused","ck-comment-marker","createPositionBefore","change:isReadOnly","commands","getCommentThread","name","render","hasMarkerForId","_detachCommentThread","for","elementToElement","pluginName","_attachMarkerToThread","set","document","plugins","conversion","update:comment","_threadToController","push","editor","_handleMarkerAddAndRemove","low","map","registerAnnotation","isCollapsed","dataToMarker","getChangedMarkers","comment","sort","dataDowncast","activeMarker","end","isObject","differ","getWalker","affectsData","init","state","createElement","destroy","split","isEqual","ck-comment-marker--active","getAttribute","editing","markers","once","markerToData","newRange","addComment","openNewCommentThread","getAllMarkersForId","getCommentThreads","comment:","root","EditorAnnotations","switchReadOnly","get","editingDowncast","_threads","delete","high","change","hasContent","view","start","CommentsRepository","_attachedThreads","createRange","config","$graveyard","attachTo","removeCommentThread","top","text","schema","destroyed","registerPostFixer","listenTo","addCommentThread","change:isThreadsLoadingPaused","updateMarker","removeMarker","markerName"];var cs,xs;cs=as,xs=442,function(t){for(;--t;)cs.push(cs.shift())}(++xs);const hs=function(t,e){return as[t-=0]};class ds extends t.Plugin{static get requires(){return[Nr,Xr,Qr,ss]}static get[hs("0x3c")](){return"CommentsEditing"}constructor(t){super(t),this[hs("0x3e")](hs("0x30"),!0),t.data[hs("0x0")]("ready",(()=>this[hs("0x30")]=!1)),this[hs("0x3e")](hs("0x50"),null),this.on("change:activeMarker",((e,n,o,i)=>{t.model.change((()=>{if(o){const{id:e}=us(o),n=this[hs("0x5")](e);for(const e of n)t[hs("0x5e")].reconvertMarker(e)}if(i){const{id:e}=us(i),n=this[hs("0x5")](e);for(const e of n)t[hs("0x5e")][hs("0x29")](e)}}))})),this[hs("0x15")]=new Map}[hs("0x56")](){const t=this[hs("0x45")],e=t[hs("0x40")][hs("0xb")](hs("0x14")),n=t[hs("0x17")][hs("0xb")]("collaboration.channelId");t[hs("0x34")].add(hs("0x21"),new Ur(t)),this[hs("0x20")](t,hs("0x33"),((n,o,i)=>{e[hs("0xa")](i,t.config[hs("0xb")]("collaboration.channelId"))})),this.listenTo(e,ls(hs("0x1a"),n),((n,{threadId:o})=>{t.model.change((t=>{for(const e of this[hs("0x5")](o))t[hs("0x24")](e)}));const i=e.getCommentThread(o);e.hasCommentThread(o)&&!i[hs("0x26")]||n.stop()}),{priority:hs("0xf")}),this[hs("0x20")](e,ls(hs("0x3"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this.getAllMarkersForId(o);!i&&0!=r[hs("0x26")]&&e.hasCommentThread(o)&&1===e[hs("0x35")](o)[hs("0x26")]&&t[hs("0x28")][hs("0x10")]((t=>{for(const e of r)t[hs("0x23")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:hs("0x47")}),this._initializeMarkerConverters(),this[hs("0x46")]()}[hs("0x59")](){const t=this[hs("0x45")][hs("0x40")][hs("0xb")](hs("0x14")),e=this[hs("0x45")].config[hs("0xb")]("collaboration.channelId");for(const n of t[hs("0x6")]({channelId:e}))t._detachCommentThread(n.id),t[hs("0xd")][hs("0xe")](n.id);super.destroy()}[hs("0x38")](t){return this.getAllMarkersForId(t)[hs("0x26")]>0}[hs("0x5")](t){return(this[hs("0x15")][hs("0xb")](t)||[]).map((t=>this.editor[hs("0x28")][hs("0x5f")].get(t))).filter((t=>t))}_initializeMarkerConverters(){const t=this[hs("0x45")];t[hs("0x41")][hs("0x3a")](hs("0xc")).markerToHighlight({model:hs("0x4d"),view:t=>{const{id:e}=us(t[hs("0x25")]),n=[hs("0x31")];return this.activeMarker&&us(this[hs("0x50")]).id===e&&n[hs("0x44")](hs("0x5c")),{classes:n,attributes:{"data-comment":e}}}}),t[hs("0x41")].for(hs("0x4f"))[hs("0x1")]({model:hs("0x4d"),view:e=>{const n=t[hs("0x28")].markers[hs("0xb")](e),{id:o,part:i}=us(e);return n&&!n[hs("0x55")]?null:{group:"comment",name:i?o+":"+i:o}}}),t[hs("0x41")][hs("0x3a")](hs("0x2f"))[hs("0x3b")]({view:{name:"comment",attribute:{id:/^\w/}},model:(t,{writer:e})=>e[hs("0x58")]("$marker",{"data-name":hs("0x7")+t[hs("0x5d")]("id")})}),t[hs("0x41")][hs("0x3a")](hs("0x2f"))[hs("0x4b")]({view:hs("0x4d")})}[hs("0x46")](){const t=this[hs("0x45")],e=t.plugins.get(hs("0x14")),n=new Set;t[hs("0x28")][hs("0x3f")][hs("0x1f")]((e=>{let o=!1;for(const{name:i,data:r}of t.model[hs("0x3f")][hs("0x53")][hs("0x4c")]()){const{group:s,id:a}=us(i);let c=r[hs("0x2")];if(hs("0x4d")!==s||!c)continue;const x=hs("0x18")===c[hs("0x8")].rootName;x||(c=ms(c,t[hs("0x28")]),!c||c[hs("0x5b")](r[hs("0x2")]))?!c||!t.model[hs("0x11")](c)||this[hs("0x15")].has(a)&&x?(e.removeMarker(i),o=!0):x||(this[hs("0x30")]?n.add(i):this[hs("0x3d")](i,a)):(e[hs("0x23")](i,{range:c}),o=!0)}return o})),this.on(hs("0x22"),((e,o,i)=>{if(!i&&n[hs("0x2b")])for(const e of n){const{id:o}=us(e);n.delete(o),t[hs("0x28")][hs("0x5f")].get(e)&&this[hs("0x3d")](e,o)}})),this[hs("0x20")](t[hs("0x28")].markers,hs("0x42"),((o,i,r,s)=>{if(s)return;const{id:a}=us(i[hs("0x36")]),c=t[hs("0x40")][hs("0xb")](hs("0x14")).getCommentThread(a);n[hs("0xe")](a),c&&!this[hs("0x38")](a)&&(this[hs("0x15")][hs("0xe")](a),e[hs("0x39")](a))}))}[hs("0x3d")](t,n){if(this[hs("0x15")].has(n)){const e=this[hs("0x15")][hs("0xb")](n);return void(e.includes(t)||e[hs("0x44")](t))}this[hs("0x15")].set(n,[t]);const o=this[hs("0x45")],r=o[hs("0x40")][hs("0xb")](hs("0x14")),s=o.config.get(hs("0x2d")),a=o.plugins.get(hs("0x9")),c=()=>{const t=this[hs("0x5")](n);if(0===t[hs("0x26")])return null;if(1===t[hs("0x26")])return(0,i.getMarkerDomElement)(o.editing,t[0]);const r=t[hs("0x48")]((t=>(0,i.getMarkerDomElement)(o[hs("0x5e")],t)));return r[hs("0x4e")](((t,n)=>{const o=new e.Rect(t),i=new e.Rect(n),r=o[hs("0x1b")]-i[hs("0x1b")];return 0==r?o[hs("0x27")]-i.left:r})),r[0]};this[hs("0x5")](n)[0].managedUsingOperations?r[hs("0x2a")]({channelId:s,threadId:n}).then((t=>{if(hs("0x1e")!==o[hs("0x57")])if(t){const e=t[hs("0x19")](c);a[hs("0x49")](e)}else{const t=this[hs("0x5")](n);o[hs("0x28")][hs("0x10")]((e=>{for(const n of t)e[hs("0x24")](n)}))}})):o.editing.view[hs("0x0")](hs("0x37"),(()=>{const t=o.plugins.get(hs("0x2e")),e=r[hs("0x4")]({channelId:s,threadId:n,target:c}),i=r[hs("0x43")][hs("0xb")](e)[hs("0x12")],x=t[hs("0x2c")](i);a.registerAnnotation(x)}),{priority:hs("0x47")})}}function ls(t,e){return e?t+":"+e:t}function us(t){const e=t[hs("0x5a")](":");return{group:e[0],id:e[1],part:e[2]}}function ms(t,e){const n=e[hs("0x1d")],o=e[hs("0x16")](t[hs("0x13")]);for(const i of t[hs("0x54")]()){const{type:t,item:r,nextPosition:s}=i;if(hs("0x1c")===t||n[hs("0x52")](r)){const t=e[hs("0x32")](r);o[hs("0x4a")]&&(o[hs("0x13")]=t),o[hs("0x51")]=s}}return o[hs("0x4a")]?null:o}const fs='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.916 11.916 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Zm1.55 5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"/></svg>\n',ps=["addCommentThread","addComment","activeMarker","comment:","focus","commands","execute","focusTracker","from","isEnabled","hasMarkerForId","_createUIButton","map","view","editing","highest","length","requires","hasCommentThread","init","comment","editor","getAllMarkersForId","CommentsUI","_threadToController","find","model","low","_viewToController","innerView","change:activeAnnotations","get","plugins","push","componentFactory","icon","listenTo","CommentsListView","bind","CommentThreadInputView","stop","locale","removeCommentThread","addSourceCollector","isFocused","label"];var gs,bs;gs=ps,bs=123,function(t){for(;--t;)gs.push(gs.shift())}(++bs);const vs=function(t,e){return ps[t-=0]};class _s extends t.Plugin{static get pluginName(){return vs("0x26")}static get[vs("0x20")](){return[Nr,ds,Xr,jr]}get[vs("0x6")](){return si}get[vs("0x8")](){return Go}[vs("0x22")](){const t=this[vs("0x24")],e=t[vs("0x1")].get(Nr),n=t[vs("0x1")][vs("0x0")](ds),o=t[vs("0x1")].get(jr),i=t[vs("0x1")][vs("0x0")](Xr);t.ui[vs("0x3")].add(vs("0x23"),(()=>this[vs("0x1a")]())),i[vs("0xc")]((()=>{const t=[];for(const[o,i]of e[vs("0x27")]){const e=n[vs("0x25")](o.id),r=e[vs("0x1b")]((t=>t.getRange()));e[vs("0x1f")]>0&&t[vs("0x2")]([i[vs("0x1c")],r])}return t})),this.listenTo(o,vs("0x2d"),((t,o,i)=>{const r=Array[vs("0x17")](i)[vs("0x1b")]((t=>t[vs("0x2c")]))[vs("0x28")]((t=>e[vs("0x2b")].has(t)));if(!r)return void(n[vs("0x11")]=null);const s=e._viewToController[vs("0x0")](r)[vs("0x29")].id,a=vs("0x12")+s;n[vs("0x19")](s)?n.activeMarker=a:n[vs("0x11")]&&(n[vs("0x11")]=null)})),this[vs("0x5")](e,vs("0xb"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui[vs("0x16")][vs("0xd")]&&n.hasMarkerForId(o)&&t.editing[vs("0x1c")].focus()}),{priority:vs("0x1e")}),this[vs("0x5")](e,vs("0x10"),((o,{threadId:i,isFromAdapter:r})=>{!r&&n[vs("0x19")](i)&&e[vs("0x21")](i)&&1===e.getCommentThread(i).length&&(t[vs("0x1d")][vs("0x1c")][vs("0x13")](),o[vs("0x9")]())}),{priority:vs("0x2a")})}[vs("0x1a")](){const t=this[vs("0x24")],e=new go.ButtonView(t[vs("0xa")]),n=t[vs("0x14")][vs("0x0")](vs("0xf"));return e[vs("0xe")]=bo(t.locale,"Comment"),e.tooltip=bo(t[vs("0xa")],"Comment"),e[vs("0x4")]=fs,e[vs("0x7")](vs("0x18")).to(n),this[vs("0x5")](e,vs("0x15"),(()=>n[vs("0x15")]())),e}}const ws=["forceDisabled","document","addCommentThread","clearForceDisabled","editor","cut","listenTo","stopListening","view","has","DragDrop","set","commands","CommentsOnly","commentsOnlyMode","editing","requires","delete","stop","_enableCommentsOnlyMode","plugins","isEnabled","pluginName","get","change:isEnabled","affectsData","clipboardInput","highest","afterInit"];var ks,ys;ks=ws,ys=353,function(t){for(;--t;)ks.push(ks.shift())}(++ys);const Cs=function(t,e){return ws[t-=0]};class As extends t.Plugin{static get[Cs("0x11")](){return Cs("0x8")}static get[Cs("0xb")](){return[ds]}constructor(t){super(t),this[Cs("0x6")](Cs("0x10"),null),this.on(Cs("0x13"),((t,e,n)=>{n?this[Cs("0xe")]():this._disableCommentsOnlyMode()}))}[Cs("0x17")](){null===this[Cs("0x10")]&&(this[Cs("0x10")]=!!this[Cs("0x1c")].config[Cs("0x12")]("commentsOnly"))}[Cs("0xe")](){for(const[t,e]of this[Cs("0x1c")][Cs("0x7")])e[Cs("0x14")]&&Cs("0x1a")!==t&&e[Cs("0x18")](Cs("0x9"));this[Cs("0x1c")][Cs("0xf")][Cs("0x4")](Cs("0x5"))&&this.editor[Cs("0xf")][Cs("0x12")](Cs("0x5"))[Cs("0x18")](Cs("0x9"));const t=this[Cs("0x1c")].editing.view[Cs("0x19")];this[Cs("0x1")](t,Cs("0x0"),(t=>t.stop()),{priority:Cs("0x16")}),this.listenTo(t,Cs("0x15"),(t=>t[Cs("0xd")]()),{priority:Cs("0x16")}),this[Cs("0x1")](t,Cs("0xc"),(t=>t[Cs("0xd")]()),{priority:Cs("0x16")})}_disableCommentsOnlyMode(){for(const[t,e]of this[Cs("0x1c")][Cs("0x7")])e.affectsData&&Cs("0x1a")!==t&&e[Cs("0x1b")](Cs("0x9"));this[Cs("0x2")](this.editor[Cs("0xa")][Cs("0x3")].document)}}const Ts=["deactivate","_uisData","remove","annotationsuis-register-invalid-interface","AnnotationsUIs","annotationsuis-activate-missing-ui","has","refilterAnnotations","isActive","destroy","size","from","stopListening","context","annotationsuis-annotation-mismatch","deactivateAll","annotationsuis-register-already-registered","listenTo","activeUIs","attach","activate","init","function","_deactivateAllAnnotations","get","find","setActiveAnnotation","_visibleAnnotations","_removeActiveAnnotation","push","_activateAnnotation","delete","set","add","_setSelectedAnnotations","collection","plugins","filter","detach","hasActive","activeAnnotations","_addActiveAnnotation","requires","_uis"];var Es,Is;Es=Ts,Is=325,function(t){for(;--t;)Es.push(Es.shift())}(++Is);const js=function(t,e){return Ts[t-=0]};class Os extends t.ContextPlugin{static get[js("0x19")](){return[jr]}static get pluginName(){return js("0x1f")}constructor(t){super(t),this[js("0x1")]=new Set,this[js("0x1a")]=new Map,this._uisData=new Map}[js("0x4")](){const t=this[js("0x28")][js("0x13")][js("0x7")](jr);this[js("0x0")](t,js("0xd"),((t,e)=>{for(const t of this[js("0x1")]){const n=this[js("0x1a")].get(t);(0,this[js("0x1c")][js("0x7")](t)[js("0x14")])(e)&&n.setActiveAnnotation(e)}})),this[js("0x0")](t,js("0x6"),(()=>{for(const t of this[js("0x1")])this[js("0x1a")].get(t)[js("0x9")](null)})),this[js("0x0")](t[js("0xa")],js("0x10"),((t,e)=>{this._assertAnnotationDoesNotBelongToMultipleUIs(e)}))}[js("0x16")](){return this[js("0x1")][js("0x25")]>0}[js("0x23")](t){return this[js("0x1")][js("0x21")](t)}activate(t,n=(()=>!0)){const o=this.context.plugins[js("0x7")](jr);if(!this[js("0x1a")].has(t))throw new e.CKEditorError(js("0x20"),this,{uiName:t});this.isActive(t)&&this[js("0x1b")](t),this.activeUIs[js("0x10")](t);const i=new yr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e[kr("0x20")](o);e[kr("0x1e")](t,kr("0x20"),((t,o)=>{n(o)&&e[kr("0x20")](o)})),e[kr("0x1e")](t,kr("0x6"),((t,n)=>{e.has(n)&&e.remove(n)}))})({source:o._visibleAnnotations,target:i,filter:n}),this[js("0x1c")][js("0xf")](t,{collection:i,filter:n});const r=this[js("0x1a")][js("0x7")](t);r.attach(i),this[js("0x0")](r,"change:activeAnnotation",((t,e,n,i)=>{i&&o[js("0xb")](i),n&&o[js("0x18")](n)}))}deactivate(t){this[js("0x1")][js("0xe")](t);const e=this[js("0x1a")][js("0x7")](t);e[js("0x15")](),this[js("0x27")](e),this[js("0x1c")][js("0x7")](t)[js("0x12")][js("0x24")](),this[js("0x1c")][js("0xe")](t)}switchTo(t){const e=this[js("0x28")][js("0x13")][js("0x7")](jr),n=Array.from(e[js("0x17")])[0]||null;this[js("0x2a")](),this[js("0x3")](t);const o=this[js("0x1a")].get(t);o[js("0x9")](n),o._setSelectedAnnotations&&n&&o[js("0x11")]([n])}[js("0x2a")](){for(const t of this.activeUIs)this[js("0x1b")](t)}register(t,n){if(this._uis[js("0x21")](t))throw new e.CKEditorError(js("0x2b"));if("function"!=typeof n[js("0x2")]||"function"!=typeof n[js("0x15")]||js("0x5")!=typeof n[js("0x9")])throw new e.CKEditorError(js("0x1e"),null);this[js("0x1a")][js("0xf")](t,n)}[js("0x22")](){const t=this[js("0x28")][js("0x13")][js("0x7")](jr)[js("0x12")],e=new Map,n=Array[js("0x26")](this[js("0x1")]);for(const t of this[js("0x1")]){const n=this[js("0x1c")][js("0x7")](t)[js("0x12")];for(const o of n)e[js("0xf")](o,t)}for(const o of t){const t=e.get(o);this._assertAnnotationDoesNotBelongToMultipleUIs(o);const i=n[js("0x8")]((t=>this[js("0x1c")][js("0x7")](t)[js("0x14")](o)));t!==i&&(t&&this[js("0x1c")][js("0x7")](t)[js("0x12")][js("0x1d")](o),i&&this._uisData[js("0x7")](i)[js("0x12")][js("0x10")](o))}}destroy(){this[js("0x2a")](),super.destroy()}_assertAnnotationDoesNotBelongToMultipleUIs(t){const n=[];for(const e of this[js("0x1")])(0,this[js("0x1c")].get(e)[js("0x14")])(t)&&n[js("0xc")](e);if(n.length>1)throw new e.CKEditorError(js("0x29"),null,{matchedUIs:n,annotationType:t.type})}}var Vs=n(100),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(Vs.Z,Ms);Vs.Z.locals;const Ss=["set","bindTemplate","setTemplate","class","ck-reset","minHeight","list"];var Rs,Ns;Rs=Ss,Ns=474,function(t){for(;--t;)Rs.push(Rs.shift())}(++Ns);const Ds=function(t,e){return Ss[t-=0]},Ps=(0,e.toUnit)("px");class Bs extends go.View{constructor(t){super(t);const e=this[Ds("0x3")];this[Ds("0x2")](Ds("0x0"),0),this[Ds("0x2")](Ds("0x5"),""),this[Ds("0x1")]=this.createCollection(),this[Ds("0x4")]({tag:"div",attributes:{class:["ck","ck-sidebar",Ds("0x6"),e.to(Ds("0x5"))],style:{minHeight:e.to(Ds("0x0"),(t=>t?Ps(t+10):null))}},children:this[Ds("0x1")]})}}const Ls=["top","clientHeight","height","isAnimationDisabled","render","setTemplate","detach","ck-sidebar-item--no-animation","bindTemplate","bottom","content","_mutationObserver","createCollection","updateHeight","element","div","attach","bind","set","clear"];var zs,Fs;zs=Ls,Fs=285,function(t){for(;--t;)zs.push(zs.shift())}(++Fs);const Ks=function(t,e){return Ls[t-=0]},Us=(0,e.toUnit)("px");class Ws extends go.View{constructor(t){super(t),this[Ks("0xd")](Ks("0xf")),this[Ks("0xd")](Ks("0x11"),0),this[Ks("0xc")](Ks("0x4")).to(this,Ks("0xf"),this,Ks("0x11"),((t,e)=>(t||0)+e)),this[Ks("0xd")](Ks("0x12"),!1),this[Ks("0x6")]=rr((()=>this[Ks("0x8")]())),this._targetTop=null,this[Ks("0x5")]=this[Ks("0x7")]();const e=this[Ks("0x3")];this[Ks("0x0")]({tag:Ks("0xa"),attributes:{class:["ck-sidebar-item",e.to(Ks("0x12"),(t=>t?Ks("0x2"):""))],style:{top:e.to("top",Us)}},children:this[Ks("0x5")]})}[Ks("0x13")](){super[Ks("0x13")](),this._mutationObserver[Ks("0xb")](this.element)}[Ks("0x8")](){const t=this[Ks("0x9")][Ks("0x10")];t&&(this.height=t)}destroy(){this[Ks("0x5")][Ks("0xe")](),this[Ks("0x6")][Ks("0x1")](),super.destroy()}}const Hs=["view","list","change:_lastItem","_getMaxAvailableTop","remove","appendChild","element","bottom","rearrange","sidebar.container","change:top","define","context","unbind","add","nodeType","getSidebarItemView","height","listenTo","refresh","init","stopListening","_setItemTop","_updateLastItem","set","_getTargetTop","target","change:targetRect","_attachToContainer","locale","_annotationToSidebarItemView","getIndex","_createSidebarView","minHeight","sidebar-attachtocontainer-missing-container","get","updateHeight","isAnimationDisabled","_alignForTopChange","max","isActive","sidebar.preventScrollOutOfView","container","_detachFromContainer","config","top","render","clear","_annotations","_alignAfterItem","_lastItem","class","_recalculateBuffer","_alignToTargetRect","_activeAnnotation","destroy","_sidebarItemViewToAnnotation","_alignForBottomChange","_alignBeforeItem","change:bottom","_getItemBefore","_targetTop","delete","_destroySidebarItemView","_getItemAfter","length","_recalculate","targetRect","_spaceBetweenItems","content","sidebar-setcontainer-invalid-element"];var Zs,qs;Zs=Hs,qs=257,function(t){for(;--t;)Zs.push(Zs.shift())}(++qs);const Xs=function(t,e){return Hs[t-=0]};class $s extends t.ContextPlugin{static get pluginName(){return"Sidebar"}constructor(t){super(t),this[Xs("0x33")](Xs("0x6")),this[Xs("0x1b")]=this[Xs("0x3b")](),this[Xs("0x33")](Xs("0x45"),null),this[Xs("0x18")]=25,this[Xs("0xc")]=new Map,this[Xs("0x39")]=new Map,this[Xs("0x27")][Xs("0x0")][Xs("0x26")](Xs("0x44"),!1),this[Xs("0x4")]=null,this[Xs("0xa")]=null,this[Xs("0x8")]=[]}[Xs("0x2f")](){const t=this[Xs("0x27")].config[Xs("0x3e")](Xs("0x24"));t&&this.setContainer(t)}setContainer(t){if(!Js(t))throw new e.CKEditorError(Xs("0x1a"));this[Xs("0x45")]=t}[Xs("0x37")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!Js(this[Xs("0x45")]))throw new e.CKEditorError(Xs("0x3d"),this);this.container[Xs("0x20")](this.view[Xs("0x21")]),this[Xs("0x1b")][Xs("0x7")]=t,this[Xs("0x18")]=n}[Xs("0x23")]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this[Xs("0x2b")](t);this[Xs("0x1b")][Xs("0x1c")][Xs("0x1f")](o),this._destroySidebarItemView(t),e&&this._alignToTargetRect(this[Xs("0x2b")](e)),n&&this[Xs("0x9")](this[Xs("0x2b")](n)),this[Xs("0x32")]()}[Xs("0x2e")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this._activeAnnotation=e,t){t[Xs("0x43")]=!1;const e=this[Xs("0x2b")](t);e&&n&&(e[Xs("0x40")]=!1)}if(e){const t=this.getSidebarItemView(e);t&&(e.isActive=!0,n&&(t[Xs("0x40")]=!0,t[Xs("0x1")]+=1),this[Xs("0x9")](t))}}[Xs("0x46")](t){this[Xs("0x30")](),this[Xs("0x1b")][Xs("0x21")][Xs("0x1f")]();for(const e of t)this[Xs("0x13")](e);this[Xs("0x1b")][Xs("0x1c")][Xs("0x3")](),this.view[Xs("0x7")]="",this[Xs("0x6")]=null}addAnnotation(t,e){e||(e=t.view);const n=new Ws(this.context[Xs("0x38")]);this[Xs("0xc")][Xs("0x33")](n,t),this[Xs("0x39")][Xs("0x33")](t,n),n[Xs("0x19")][Xs("0x29")](e),this.listenTo(t[Xs("0x1b")],Xs("0x36"),((e,o,i)=>{const r=this[Xs("0x34")](t,i);n[Xs("0x11")]!=r&&(n._targetTop=r,this._setItemTop(n,r))})),this[Xs("0x2d")](n,Xs("0x25"),(()=>{this[Xs("0x16")](n,Xs("0x1"))})),this[Xs("0x2d")](n,Xs("0xf"),(()=>{this[Xs("0x16")](n,Xs("0x22"))})),this[Xs("0x9")](n);const o=this[Xs("0x10")](n);return o&&this[Xs("0x5")](o,n)||this[Xs("0x9")](n),this[Xs("0x32")](),this[Xs("0x1b")].list[Xs("0x29")](n),n}[Xs("0x41")](t){if(!t[Xs("0x19")][Xs("0x15")])return;const e=this[Xs("0x10")](t);if(!e)return;const n=this[Xs("0xc")][Xs("0x3e")](e),o=this[Xs("0xa")];o&&o===n?this[Xs("0x5")](e,t):this._alignBeforeItem(t,e)}[Xs("0xd")](t){if(!t[Xs("0x19")][Xs("0x15")])return;const e=this[Xs("0x14")](t);if(!e)return;const n=this[Xs("0xc")][Xs("0x3e")](e),o=this[Xs("0x27")][Xs("0x0")][Xs("0x3e")](Xs("0x44")),i=this[Xs("0xa")];i&&i===n&&o?(this[Xs("0xe")](e,t),this[Xs("0x5")](t,e)):i&&i===n?this[Xs("0xe")](e,t):this[Xs("0x5")](t,e)}[Xs("0x16")](t,e){0===this[Xs("0x8")].length&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this._recalculateBuffer)Xs("0x1")===e?this._alignForTopChange(t):this._alignForBottomChange(t);this[Xs("0x8")]=[]}),10),this[Xs("0x8")].push({sidebarItemView:t,changedProp:e})}[Xs("0x2b")](t){return this[Xs("0x39")][Xs("0x3e")](t)}[Xs("0xb")](){this[Xs("0x1b")][Xs("0xb")]()}_destroySidebarItemView(t){const e=this[Xs("0x2b")](t);this[Xs("0x30")](e),this[Xs("0x30")](t[Xs("0x1b")]),e[Xs("0xb")](),this._annotationToSidebarItemView[Xs("0x12")](t),this[Xs("0xc")].delete(e)}[Xs("0x3b")](){const t=new Bs(this[Xs("0x27")][Xs("0x38")]);return t[Xs("0x2")](),this.on(Xs("0x1d"),((e,n,o,i)=>{i&&t[Xs("0x28")](Xs("0x3c")),o?t.bind(Xs("0x3c")).to(o,"bottom"):t[Xs("0x3c")]=null})),t}[Xs("0x32")](){this[Xs("0x6")]=this[Xs("0x2b")](this[Xs("0x4")].last)}[Xs("0x10")](t){const e=this[Xs("0xc")].get(t),n=this[Xs("0x4")][Xs("0x3e")](this[Xs("0x4")][Xs("0x3a")](e)-1);return n&&this.getSidebarItemView(n)}[Xs("0x14")](t){const e=this._sidebarItemViewToAnnotation[Xs("0x3e")](t),n=this[Xs("0x4")].get(this[Xs("0x4")].getIndex(e)+1);return n&&this[Xs("0x2b")](n)}[Xs("0xe")](t,e){t.updateHeight();const n=Gs(e[Xs("0x22")]+this[Xs("0x18")],t[Xs("0x1")]);return!!n&&(this[Xs("0x31")](e,e[Xs("0x1")]-n),!0)}[Xs("0x5")](t,e){t.updateHeight();const n=Gs(t[Xs("0x22")]+this[Xs("0x18")],e.top);return!!n&&(this._setItemTop(e,e[Xs("0x1")]+n,!1),!0)}[Xs("0x9")](t){const e=this[Xs("0xc")].get(t);if(!e||!e[Xs("0x35")])return;const n=this._getTargetTop(e,e[Xs("0x17")]);this[Xs("0x31")](t,n)}[Xs("0x34")](t,n){if(null===n)return 0;if(t.target instanceof e.Rect)return n.top;{const t=new e.Rect(this.view[Xs("0x21")]).top;return n[Xs("0x1")]-t}}[Xs("0x31")](t,e,n=this[Xs("0x27")][Xs("0x0")][Xs("0x3e")](Xs("0x44"))){n&&(e=Math.max(e,this[Xs("0x1e")](t))),t[Xs("0x1")]=e}[Xs("0x1e")](t){let e=this[Xs("0x10")](t),n=0;for(;e;)e[Xs("0x3f")](),n+=this._spaceBetweenItems+e[Xs("0x2c")],e=this[Xs("0x10")](e);return n}}function Gs(t,e){return Math[Xs("0x42")](t-e,0)}function Js(t){return null!==t&&"object"==typeof t&&1===t[Xs("0x2a")]}const Ys=["stop","remove","editors","resize","destroy","container","_activeAnnotation","WideSidebar","off","Sidebar","_destroyEditorAnnotationsIntegration","attach","hasDomSelection","refresh","add","EditorAnnotations","listenTo","detach","annotations","stopListening","updateTargetRect","setActiveAnnotation","set","removeEventListener","context","widesidebar-detach-not-attached","pluginName","get","_refreshPositioningDebounced","addAnnotation","from","_attachToContainer","addEventListener","_annotations","uiUpdate","register","activeAnnotation","isAttached","has","high","requires","rearrange","_integrateWithEditorAnnotations","plugins","wideSidebar","blur","switchTo","set:container","_editorAnnotations","refreshPositioning","getOrderedSelectedAnnotations"];var Qs,ta;Qs=Ys,ta=297,function(t){for(;--t;)Qs.push(Qs.shift())}(++ta);const ea=function(t,e){return Ys[t-=0]};class na extends t.ContextPlugin{static get[ea("0x31")](){return[$s,Os]}static get[ea("0x23")](){return ea("0x10")}constructor(t){super(t),this[ea("0x2e")]=!1,this[ea("0x1f")](ea("0x2d"),null),this[ea("0x1b")]=null,this[ea("0x6")]=new e.Collection,this._refreshPositioningDebounced=Qi((()=>{this[ea("0x1b")][ea("0x7")]()}),250,{leading:!1})}init(){const t=this[ea("0x21")].plugins[ea("0x24")](Os),e=this[ea("0x21")][ea("0x1")][ea("0x24")]($s);t[ea("0x2c")]("wideSidebar",this),e[ea("0xe")]&&t[ea("0x4")](ea("0x2"))}[ea("0x1e")](t){if(t===this[ea("0x2d")])return;const e=this[ea("0x21")][ea("0x1")][ea("0x24")]($s);e[ea("0xf")]=t;const n=this[ea("0x2d")];this.activeAnnotation=t,e[ea("0x16")]({blurredAnnotation:n,activatedAnnotation:this.activeAnnotation})}[ea("0x14")](t){this.annotations=t;const n=this.context.plugins.get(ea("0x12"));if(n[ea("0x2a")]=t,this[ea("0x2e")])throw new e.CKEditorError("widesidebar-attach-already-attached",this);this[ea("0x2e")]=!0,this[ea("0x19")](n,ea("0x5"),(()=>{this[ea("0x1a")](),this.listenTo(n,"change:container",(e=>{e[ea("0x11")](),this[ea("0x14")](t)}))})),n[ea("0x28")]({viewClass:"ck-sidebar--wide"});const o=t=>{t[ea("0x1d")](),n[ea("0x26")](t)};for(const e of t)o(e);this.listenTo(t,"add",((t,e)=>{o(e)})),this.listenTo(t,ea("0xa"),((e,o,i)=>{n[ea("0x32")]({removedAnnotation:o,previousAnnotation:t[ea("0x24")](i-1),nextAnnotation:t[ea("0x24")](i+1)}),o===this[ea("0x2d")]&&this[ea("0x1e")](null)}),{priority:ea("0x30")}),this[ea("0x19")](t,"focus",((t,e)=>{this[ea("0x1e")](e)})),this[ea("0x19")](t,ea("0x3"),(()=>{this[ea("0x1e")](null)}));const i=this[ea("0x21")].editors?this[ea("0x21")][ea("0xb")]:new e.Collection([this[ea("0x21")]]);for(const t of i)this._integrateWithEditorAnnotations(t);this[ea("0x19")](i,ea("0x17"),((t,e)=>{this[ea("0x19")](e,"ready",(()=>{this[ea("0x0")](e)}))})),this[ea("0x19")](i,ea("0xa"),((t,e)=>{e[ea("0x1")][ea("0x2f")]("EditorAnnotations")&&this[ea("0x13")](e.plugins[ea("0x24")]("EditorAnnotations"))})),window[ea("0x29")](ea("0xc"),this[ea("0x25")]),this[ea("0x1b")][ea("0x7")]()}[ea("0x1a")](){if(!this[ea("0x2e")])throw new e.CKEditorError(ea("0x22"),this);this.setActiveAnnotation(null);const t=this[ea("0x21")][ea("0x1")].get($s);t._detachFromContainer(this.annotations),this[ea("0x1c")](t),this[ea("0x1c")](this[ea("0x1b")]),this[ea("0x1c")](this[ea("0x21")][ea("0xb")]);for(const t of Array[ea("0x27")](this[ea("0x6")]))this[ea("0x13")](t);window[ea("0x20")]("resize",this[ea("0x25")]),this[ea("0x25")].cancel(),this[ea("0x2d")]=null,this[ea("0x2e")]=!1,this[ea("0x1b")]=null}[ea("0xd")](){this[ea("0x2e")]&&this[ea("0x1a")]()}[ea("0x0")](t){const e=t.plugins[ea("0x24")](ea("0x18"));if(!e)return;const n=()=>{const t=e[ea("0x8")]({annotations:this[ea("0x1b")],activeAnnotation:this[ea("0x2d")]});this[ea("0x1e")](t[0]||null)};this.listenTo(e,ea("0x16"),n),this[ea("0x19")](e,"blur",((t,{isAnnotationTracked:e})=>{this[ea("0x2d")]&&e(this[ea("0x2d")])&&this[ea("0x1e")](null)})),this.listenTo(e,ea("0x2b"),(()=>{this[ea("0x25")]()})),this[ea("0x19")](this[ea("0x1b")],ea("0x3"),(t=>{e[ea("0x15")]()&&(n(),t[ea("0x9")]())}),{priority:ea("0x30")}),this._editorAnnotations[ea("0x17")](e)}_destroyEditorAnnotationsIntegration(t){t&&(this[ea("0x1c")](t),this[ea("0x6")].remove(t))}}const oa=["counterView","setTemplate","ck-annotation-counter","ck-annotation-counter__badge","bindTemplate","set","isDirty","add","span","annotationType","...","bind","number","_badge","icon"];var ia,ra;ia=oa,ra=263,function(t){for(;--t;)ia.push(ia.shift())}(++ra);const sa=function(t,e){return oa[t-=0]};class aa extends go.ButtonView{constructor(t){super(t);const e=this[sa("0xb")];this[sa("0xc")](sa("0xd"),!1),this[sa("0xc")](sa("0x4"),0),this[sa("0x3")](sa("0x5")).to(this,sa("0xd"),this,sa("0x4"),((t,e)=>t?sa("0x2"):e)),this.set(sa("0x1"),""),this[sa("0x6")]=fs,this.extendTemplate({attributes:{class:[sa("0x9")]}}),this[sa("0x7")]=new go.View,this[sa("0x7")][sa("0x8")]({tag:sa("0x0"),attributes:{class:[sa("0xa"),e.to(sa("0x1"),(t=>"ck-annotation-counter__badge--"+t)),e.if(sa("0xd"),"ck-annotation-counter__badge--edit-mode")]},children:[{text:e.to(sa("0x5"))}]}),this.children[sa("0xe")](this[sa("0x7")])}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(ca.Z,xa);ca.Z.locals;const ha=["attach","_hideBalloon","_refreshPositioningDebounced","_showBalloon","_selectedAnnotations","isDirty","southArrowNorthWest","context","view","rearrange","plugins","cancel","element","southArrowNorthEast","clear","delete","_annotations","keydown","getByView","_integrateWithEditorAnnotations","_editorAnnotations","focus","contains","preventClosingBalloon","listenTo","_destroyEditorAnnotationsIntegration","execute","includes","off","isVisible","bind","isAttached","set","first","NarrowSidebar","unpin","ready","EditorAnnotations","refreshPositioning","hasDomSelection","locale","annotations","content","setActiveAnnotation","_attachToContainer","target","attachToDom","uiUpdate","northArrowSouth","resize","annotationType","refresh","stopListening","create","Sidebar","bodyCollection","remove","_setSelectedAnnotations","length","_manuallyClosedAnnotationViews","register","_detachListeners","destroy","blur","defaultPositions","init","_updateBalloonPosition","activeAnnotation","mousedown","stop","add","detach","_annotationToNarrowView","_refreshPositioning","balloonPanelView","narrowsidebar-detach-not-attached","esc","addEventListener","getSidebarItemView","type","from","ck-sidebar--narrow","change:container","high","editors","requires","get","_domEmitter","preventDefault"];var da,la;da=ha,la=379,function(t){for(;--t;)da.push(da.shift())}(++la);const ua=function(t,e){return ha[t-=0]};class ma extends t.ContextPlugin{static get[ua("0x3e")](){return[$s,Os]}static get pluginName(){return ua("0xb")}constructor(t){super(t),this.isAttached=!1,this[ua("0x24")]=new Set,this._domEmitter=Object[ua("0x1e")](e.DomEmitterMixin),this[ua("0x31")]=new Map,this[ua("0x9")](ua("0x2c"),null),this.annotations=null,this[ua("0x46")]=[],this[ua("0x56")]=new e.Collection,this[ua("0x44")]=Qi((()=>{this[ua("0x32")]()}),250,{leading:!1})}[ua("0x2a")](){this.context[ua("0x4c")][ua("0x3f")](Os)[ua("0x25")]("narrowSidebar",this),this.bodyCollection=new go.BodyCollection(this[ua("0x49")][ua("0x11")]),this[ua("0x33")]=new go.BalloonPanelView(this[ua("0x49")][ua("0x11")]),this.bodyCollection[ua("0x17")](),this[ua("0x20")][ua("0x2f")](this[ua("0x33")])}[ua("0x42")](t){this[ua("0x12")]=t;const n=this[ua("0x49")][ua("0x4c")][ua("0x3f")]($s),o=this[ua("0x33")];if(n[ua("0x52")]=t,this.isAttached)throw new e.CKEditorError("narrowsidebar-attach-already-attached",this);this[ua("0x8")]=!0,this[ua("0x1")](n,"set:container",(()=>{this[ua("0x30")](),this[ua("0x1")](n,ua("0x3b"),(e=>{e[ua("0x5")](),this[ua("0x42")](t)}))})),n[ua("0x15")]({viewClass:ua("0x3a"),spaceBetweenItems:5});const i=t=>{const e=new aa(this[ua("0x49")][ua("0x11")]);n.addAnnotation(t,e),this[ua("0x31")][ua("0x9")](t,e),e[ua("0x7")]("isDirty",ua("0x1b"),"number").to(t.view,ua("0x47"),ua("0x38"),ua("0x23")),e.on(ua("0x3"),(()=>{this._manuallyClosedAnnotationViews[ua("0x50")](),o[ua("0x13")][ua("0xa")]!==t.view?(this[ua("0x45")](t),t[ua("0x4a")][ua("0x4e")][ua("0x57")](),this[ua("0x14")](t)):this[ua("0x14")](null)}))};for(const e of t)i(e);this[ua("0x1")](t,ua("0x2f"),((t,e)=>{i(e)})),this.listenTo(t,ua("0x21"),((e,o,i)=>{this[ua("0x31")][ua("0x3f")](o).destroy(),this._annotationToNarrowView[ua("0x51")](o),n[ua("0x4b")]({removedAnnotation:o,previousAnnotation:t[ua("0x3f")](i-1),nextAnnotation:t[ua("0x3f")](i+1)}),o===this[ua("0x2c")]&&this[ua("0x14")](null)}),{priority:"low"}),this.listenTo(t,"focus",((t,e)=>{this[ua("0x14")](e)})),this.listenTo(t,ua("0x28"),(()=>{this[ua("0x14")](null)})),this[ua("0x40")][ua("0x1")](document,ua("0x53"),((t,n)=>{n.keyCode===e.keyCodes[ua("0x35")]&&o[ua("0x6")]&&(this[ua("0x24")].add(o[ua("0x13")][ua("0xa")]),this[ua("0x43")](),n.stopPropagation(),n[ua("0x41")]())})),this[ua("0x40")].listenTo(document,"mousedown",((t,e)=>{const i=e.target;o[ua("0x6")]&&o[ua("0x4e")][ua("0x58")](i)||n[ua("0x4a")][ua("0x4e")][ua("0x58")](i)||t[ua("0x0")]||(this[ua("0x24")][ua("0x50")](),this[ua("0x43")](),this[ua("0x14")](null))}));const r=this.context[ua("0x3d")]?this[ua("0x49")][ua("0x3d")]:new e.Collection([this[ua("0x49")]]);for(const t of r)this[ua("0x55")](t);this.listenTo(r,"add",((t,e)=>{this.listenTo(e,ua("0xd"),(()=>{this[ua("0x55")](e)}))})),this[ua("0x1")](r,ua("0x21"),((t,e)=>{e[ua("0x4c")].has(ua("0xe"))&&this[ua("0x2")](e[ua("0x4c")].get(ua("0xe")))})),window[ua("0x36")](ua("0x1a"),this[ua("0x44")]),this[ua("0x32")]()}[ua("0x14")](t){if(t===this.activeAnnotation)return;const e=this.context[ua("0x4c")][ua("0x3f")](ua("0x1f"));e[ua("0x1c")]({blurredAnnotation:this[ua("0x2c")],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&e[ua("0x37")](t)?this._showBalloon(t):this[ua("0x43")](),this[ua("0x2c")]=t}[ua("0x30")](){if(!this.isAttached)throw new e.CKEditorError(ua("0x34"),this);this.setActiveAnnotation(null);const t=this[ua("0x49")].plugins[ua("0x3f")]("Sidebar");this._hideBalloon(),Array[ua("0x39")](this[ua("0x31")].values(),(t=>t[ua("0x27")]())),this[ua("0x31")][ua("0x50")](),t._detachFromContainer(this[ua("0x12")]),this[ua("0x1d")](),this._domEmitter[ua("0x1d")](),this[ua("0x1d")](this[ua("0x49")][ua("0x3d")]);for(const t of Array[ua("0x39")](this[ua("0x56")]))this._destroyEditorAnnotationsIntegration(t);window.removeEventListener(ua("0x1a"),this[ua("0x44")]),this[ua("0x44")][ua("0x4d")](),this[ua("0x46")]=[],this[ua("0x8")]=!1,this[ua("0x12")]=null}destroy(){this[ua("0x8")]&&this.detach(),this[ua("0x20")].detachFromDom()}[ua("0x55")](t){const e=t[ua("0x4c")][ua("0x3f")](ua("0xe")),n=this[ua("0x49")][ua("0x4c")][ua("0x3f")]($s),o=this.annotations,i=this[ua("0x33")],r=()=>{const t=e.getOrderedSelectedAnnotations({activeAnnotation:this[ua("0x2c")],annotations:this.annotations});this[ua("0x22")](t),this[ua("0x14")](t[0]||null)};this[ua("0x1")](e,ua("0x1c"),r),this.listenTo(e,ua("0x28"),((t,{isAnnotationTracked:e})=>{this[ua("0x2c")]&&e(this[ua("0x2c")])&&(this[ua("0x22")]([]),this[ua("0x14")](null))})),this[ua("0x1")](e,ua("0x18"),(()=>{this[ua("0x44")]()})),this[ua("0x1")](o,ua("0x28"),(t=>{e[ua("0x10")]()&&t[ua("0x2e")]()}),{priority:"high"}),this[ua("0x40")][ua("0x1")](document,ua("0x2d"),((t,o)=>{const s=o[ua("0x16")];i[ua("0x6")]&&i[ua("0x4e")][ua("0x58")](s)||n.view[ua("0x4e")][ua("0x58")](s)||this[ua("0x2c")]&&e[ua("0x10")]()&&(r(),t[ua("0x0")]=!0)}),{priority:ua("0x3c")}),this._editorAnnotations.add(e)}[ua("0x2")](t){t&&(this[ua("0x1d")](t),this[ua("0x56")][ua("0x21")](t))}[ua("0x22")](t){for(const e of this[ua("0x46")])t[ua("0x4")](e)||this._manuallyClosedAnnotationViews[ua("0x51")](e[ua("0x4a")]);this[ua("0x46")]=t}[ua("0x32")](){const t=this[ua("0x33")];this.annotations[ua("0xf")](),t[ua("0x6")]&&this[ua("0x2b")]()}_showBalloon(t){if(this[ua("0x24")].has(t.view))return;const e=this[ua("0x33")].content[ua("0xa")];e!==t[ua("0x4a")]?(e&&this[ua("0x26")](e),this._attachListeners(t.view),this.balloonPanelView[ua("0x13")][ua("0x50")](),this[ua("0x33")][ua("0x13")][ua("0x2f")](t[ua("0x4a")]),this[ua("0x2b")]()):this[ua("0x2b")]()}[ua("0x2b")](){const t=this.balloonPanelView[ua("0x13")].first,e=this[ua("0x12")][ua("0x54")](t);if(!this[ua("0x31")].has(e))return;const n=this._annotationToNarrowView[ua("0x3f")](e).element,o=function(){const t=go.BalloonPanelView[ua("0x29")];return[t[ua("0x4f")],t.northArrowSouthEast,t.southArrowNorth,t[ua("0x19")],t[ua("0x48")],t.northArrowSouthWest]}();this[ua("0x33")].pin({target:n,positions:o})}_hideBalloon(){const t=this[ua("0x33")],e=t.content.first;e&&(this[ua("0x26")](e),t[ua("0xc")](),t[ua("0x13")][ua("0x50")]())}_attachListeners(t){this[ua("0x1")](t,"change:height",(()=>this[ua("0x2b")]())),this[ua("0x1")](t,"Esc",((e,n)=>{this._manuallyClosedAnnotationViews[ua("0x2f")](t),this[ua("0x43")](),n()}))}_detachListeners(t){this[ua("0x1d")](t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ri()(fa.Z,pa);fa.Z.locals;const ga=["register","isFocused","getSelection","annotations","activeAnnotation","getByView","context","updatePosition","_addAnnotationToBalloon","includes","focus","_removeAnnotationFromBalloon","remove","getRangeAt","focusTracker","mousedown","inlineannotations-attach-already-attached","length","every","get","hasActive","document","bind","InlineAnnotations","_addedAnnotations","listenTo","Esc","selection","add","refresh","isActive","_selectedAnnotations","set","init","_forceRefresh","editing","change:height","delete","_manuallyClosed","inline","view","clear","target","has","keystrokes","update","isAttached","visibleView","hasView","_setSelectedAnnotations","detach","targetRect","EditorAnnotations","change:isFocused","plugins","editor","stopListening","setActiveAnnotation","_balloon","inlineannotations-not-allowed-with-context","getOrderedSelectedAnnotations","_closeAnnotation"];var ba,va;ba=ga,va=142,function(t){for(;--t;)ba.push(ba.shift())}(++va);const _a=function(t,e){return ga[t-=0]};class wa extends t.Plugin{static get requires(){return[Xr,go.ContextualBalloon,Os]}static get pluginName(){return _a("0x5")}constructor(t){super(t),t[_a("0x11")][_a("0x16")].addObserver(jo.MouseObserver),this[_a("0x1c")]=!1,this.set(_a("0x30"),null),this[_a("0x2f")]=null,this[_a("0x14")]=new Set,this[_a("0x28")]=t[_a("0x24")][_a("0x1")](go.ContextualBalloon),this[_a("0x6")]=new Set,this[_a("0xd")]=[],this[_a("0x10")]=!1}[_a("0xf")](){const t=this[_a("0x25")].plugins[_a("0x1")](Os);t.context===this.editor&&(t[_a("0x2c")](_a("0x15"),this),this[_a("0x25")][_a("0x1a")][_a("0xe")](_a("0x8"),((t,e)=>{const n=this[_a("0x28")];if(this[_a("0x1c")]&&n[_a("0x1d")]){const t=this[_a("0x2f")][_a("0x31")](n[_a("0x1d")]);this[_a("0x2b")](t),e()}})))}afterInit(){const t=this.editor.plugins[_a("0x1")](Os);t.context===this[_a("0x25")]&&(t[_a("0x2")]()||t.switchTo(_a("0x15")))}[_a("0x27")](t){t!==this[_a("0x30")]&&(this[_a("0x30")]&&(this[_a("0x30")][_a("0xc")]=!1),t&&this[_a("0x25")].ui[_a("0x3a")][_a("0x2d")]&&(this[_a("0x34")](t,!0),t[_a("0xc")]=!0),t||this._setSelectedAnnotations([]),this.activeAnnotation=t)}attach(t){this[_a("0x2f")]=t;const n=this[_a("0x25")][_a("0x24")][_a("0x1")](Os),o=this[_a("0x28")];if(this[_a("0x1c")])throw new e.CKEditorError(_a("0x3c"),this);if(n[_a("0x32")]!==this[_a("0x25")])throw new e.CKEditorError(_a("0x29"),this);const i=this[_a("0x25")][_a("0x24")][_a("0x1")](_a("0x22"));this[_a("0x7")](i,_a("0xb"),function(){const t=i[_a("0x2a")]({activeAnnotation:this[_a("0x30")],annotations:this[_a("0x2f")]});var e,n;!this[_a("0x10")]&&(e=t,n=this[_a("0xd")],e[_a("0x3d")]===n[_a("0x3d")]&&e[_a("0x0")]((t=>n.includes(t))))||(this[_a("0x10")]=!1,this[_a("0x1f")](t),this[_a("0x27")](t[0]||null))}[_a("0x4")](this)),this[_a("0x7")](i,"blur",((t,{isAnnotationTracked:e})=>{this.activeAnnotation&&e(this[_a("0x30")])&&(this[_a("0x1f")]([]),this.setActiveAnnotation(null))})),this[_a("0x7")](this[_a("0x25")].ui[_a("0x3a")],_a("0x23"),((t,e,n)=>{n||this[_a("0x27")](null)})),this[_a("0x7")](t,_a("0x38"),((t,e)=>{this[_a("0x37")](e),e===this[_a("0x30")]&&this[_a("0x27")](null)})),this[_a("0x7")](o,"change:visibleView",((e,n,i,r)=>{if(r&&this.stopListening(r),!i||!t.getByView(i))return;const s=t[_a("0x31")](i);this.listenTo(i,_a("0x12"),(()=>{o[_a("0x33")]()})),this[_a("0x7")](i,_a("0x8"),(()=>{this[_a("0x2b")](s),this[_a("0x25")].editing[_a("0x16")].focus()})),this[_a("0x30")]!==s&&this[_a("0x27")](s)})),this[_a("0x7")](this[_a("0x25")].ui,_a("0x1b"),(()=>{o.visibleView&&t.getByView(o.visibleView)&&o[_a("0x33")]()})),this[_a("0x7")](this[_a("0x25")].editing[_a("0x16")][_a("0x3")],_a("0x3b"),(()=>{this._forceRefresh=!0,this[_a("0x14")][_a("0x17")]()})),this[_a("0x25")][_a("0x11")].view[_a("0x3")][_a("0x9")].editableElement&&this[_a("0x25")].editing[_a("0x16")][_a("0x36")](),this[_a("0x1c")]=!0}[_a("0x20")](){if(!this[_a("0x1c")])throw new e.CKEditorError("inlineannotations-detach-not-attached",this);this[_a("0x27")](null);for(const t of this[_a("0x6")])this[_a("0x37")](t);this[_a("0x26")](),this[_a("0x1c")]=!1,this[_a("0x2f")]=null}destroy(){this[_a("0x1c")]&&this[_a("0x20")]()}[_a("0x1f")](t){for(const e of this[_a("0xd")])t[_a("0x35")](e)||this._manuallyClosed.delete(e);for(const e of this[_a("0x2f")])t[_a("0x35")](e)||this[_a("0x37")](e);if(this.editor.ui[_a("0x3a")][_a("0x2d")])for(const e of t)this._addAnnotationToBalloon(e);this._selectedAnnotations=t}[_a("0x34")](t,e){this[_a("0x14")][_a("0x19")](t)||(this[_a("0x6")].has(t)||this[_a("0x28")].hasView(t[_a("0x16")])||(this[_a("0x6")].add(t),this._balloon[_a("0xa")]({stackId:t[_a("0x16")].id,view:t.view,position:{target:()=>t[_a("0x18")]||t[_a("0x21")]||document[_a("0x2e")]()[_a("0x39")](0)}})),e&&this[_a("0x28")].showStack(t[_a("0x16")].id))}[_a("0x37")](t){this._addedAnnotations.has(t)&&this[_a("0x28")][_a("0x1e")](t.view)&&(this._addedAnnotations[_a("0x13")](t),this[_a("0x28")][_a("0x38")](t[_a("0x16")]))}[_a("0x2b")](t){this._manuallyClosed[_a("0xa")](t),this[_a("0x37")](t)}}var ka,ya,Ca=["pluginName","Comments","requires"];ka=Ca,ya=408,function(t){for(;--t;)ka.push(ka.shift())}(++ya);var Aa=function(t,e){return Ca[t-=0]};class Ta extends t.Plugin{static get[Aa("0x2")](){return[Nr,ds,_s,As,na,ma,wa]}static get[Aa("0x0")](){return Aa("0x1")}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
5
+ */(()=>{var t={275:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const r=i},173:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=i},490:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:#fcc;--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{color:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-button-cancel)}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}',""]);const r=i},424:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotations-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=i},446:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}",""]);const r=i},227:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;overflow:hidden;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after{opacity:0}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}.ck .ck-thread__input{border-radius:var(--ck-border-radius);transition:background-color .2s ease-in-out;width:calc(100% - var(--ck-user-avatar-size))}',""]);const r=i},28:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #444,1px 0 2px #444;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=i},100:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var o=n(758),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}",""]);const r=i},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(i[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&i[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},278:(t,e,n)=>{"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],i=0;i<t.length;i++){var r=t[i],c=e.base?r[0]+e.base:r[0],x=n[c]||0,h="".concat(c," ").concat(x);n[c]=x+1;var d=a(h),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(s[d].references++,s[d].updater(l)):s.push({identifier:h,updater:p(l,e),references:1}),o.push(h)}return o}function x(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var h,d=(h=[],function(t,e){return h[t]=e,h.filter(Boolean).join("\n")});function l(t,e,n,o){var i=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,i);else{var r=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function u(t,e,n){var o=n.css,i=n.media,r=n.sourceMap;if(i?t.setAttribute("media",i):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var m=null,f=0;function p(t,e){var n,o,i;if(e.singleton){var r=f++;n=m||(m=x(e)),o=l.bind(null,n,r,!1),i=l.bind(null,n,r,!0)}else n=x(e),o=u.bind(null,n,e),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else i()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=i());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var i=a(n[o]);s[i].references--}for(var r=c(t,e),x=0;x<n.length;x++){var h=a(n[x]);0===s[h].references&&(s[h].updater(),s.splice(h,1))}n=r}}}},945:(t,e,n)=>{t.exports=n(79)("./src/clipboard.js")},417:(t,e,n)=>{t.exports=n(720)("./src/collaboration-core.js")},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},492:(t,e,n)=>{t.exports=n(79)("./src/engine.js")},331:(t,e,n)=>{t.exports=n(79)("./src/enter.js")},747:(t,e,n)=>{t.exports=n(79)("./src/paragraph.js")},468:(t,e,n)=>{t.exports=n(79)("./src/select-all.js")},181:(t,e,n)=>{t.exports=n(79)("./src/typing.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},254:(t,e,n)=>{t.exports=n(79)("./src/undo.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},720:t=>{"use strict";t.exports=CKEditor5.collaborationDll},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{Annotations:()=>Or,AnnotationsUIs:()=>js,BaseCommentThreadView:()=>li,BaseCommentView:()=>Ei,Comments:()=>Ta,CommentsOnly:()=>Ta,InlineAnnotations:()=>wa,NarrowSidebar:()=>ma,WideSidebar:()=>na});var t=n(704),e=n(209),i=n(417);const r=function(){this.__data__=[],this.size=0};const s=function(t,e){return t===e||t!=t&&e!=e};const a=function(t,e){for(var n=t.length;n--;)if(s(t[n][0],e))return n;return-1};var c=Array.prototype.splice;const x=function(t){var e=this.__data__,n=a(e,t);return!(n<0)&&(n==e.length-1?e.pop():c.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=a(e,t);return n<0?void 0:e[n][1]};const d=function(t){return a(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=a(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}u.prototype.clear=r,u.prototype.delete=x,u.prototype.get=h,u.prototype.has=d,u.prototype.set=l;const m=u;const f=function(){this.__data__=new m,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const b=function(t){return this.__data__.has(t)};const v="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=v||_||Function("return this")();const k=w.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=k?k.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var i=C.call(t);return o&&(e?t[T]=n:delete t[T]),i};var I=Object.prototype.toString;const O=function(t){return I.call(t)};var j=k?k.toStringTag:void 0;const V=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":j&&j in Object(t)?E(t):O(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!M(t))return!1;var e=V(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const S=w["__core-js_shared__"];var D,N=(D=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||""))?"Symbol(src)_1."+D:"";const P=function(t){return!!N&&N in t};var B=Function.prototype.toString;const L=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var F=/^\[object .+?Constructor\]$/,z=Function.prototype,K=Object.prototype,U=z.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!M(t)||P(t))&&(R(t)?H:F).test(L(t))};const q=function(t,e){return null==t?void 0:t[e]};const X=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const $=X(w,"Map");const G=X(Object,"create");const J=function(){this.__data__=G?G(null):{},this.size=0};const Y=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Q=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(G){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Q.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return G?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=G&&void 0===e?"__lodash_hash_undefined__":e,this};function it(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}it.prototype.clear=J,it.prototype.delete=Y,it.prototype.get=tt,it.prototype.has=nt,it.prototype.set=ot;const rt=it;const st=function(){this.size=0,this.__data__={hash:new rt,map:new($||m),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const xt=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}ut.prototype.clear=st,ut.prototype.delete=xt,ut.prototype.get=ht,ut.prototype.has=dt,ut.prototype.set=lt;const mt=ut;const ft=function(t,e){var n=this.__data__;if(n instanceof m){var o=n.__data__;if(!$||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(o)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new m(t);this.size=e.size}pt.prototype.clear=f,pt.prototype.delete=p,pt.prototype.get=g,pt.prototype.has=b,pt.prototype.set=ft;const gt=pt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const vt=function(t){return this.__data__.has(t)};function _t(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const kt=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,o,i,r){var s=1&n,a=t.length,c=e.length;if(a!=c&&!(s&&c>a))return!1;var x=r.get(t),h=r.get(e);if(x&&h)return x==e&&h==t;var d=-1,l=!0,u=2&n?new wt:void 0;for(r.set(t,e),r.set(e,t);++d<a;){var m=t[d],f=e[d];if(o)var p=s?o(f,m,d,e,t,r):o(m,f,d,t,e,r);if(void 0!==p){if(p)continue;l=!1;break}if(u){if(!kt(e,(function(t,e){if(!yt(u,e)&&(m===t||i(m,t,n,o,r)))return u.push(e)}))){l=!1;break}}else if(m!==f&&!i(m,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const Ct=w.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var It=k?k.prototype:void 0,Ot=It?It.valueOf:void 0;const jt=function(t,e,n,o,i,r,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return s(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=Tt;case"[object Set]":var x=1&o;if(c||(c=Et),t.size!=e.size&&!x)return!1;var h=a.get(t);if(h)return h==e;o|=2,a.set(t,e);var d=At(c(t),c(e),o,i,r,a);return a.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Vt=function(t,e){for(var n=-1,o=e.length,i=t.length;++n<o;)t[i+n]=e[n];return t};const Mt=Array.isArray;const Rt=function(t,e,n){var o=e(t);return Mt(t)?o:Vt(o,n(t))};const St=function(t,e){for(var n=-1,o=null==t?0:t.length,i=0,r=[];++n<o;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r};const Dt=function(){return[]};var Nt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),St(Pt(t),(function(e){return Nt.call(t,e)})))}:Dt;const Lt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ft=function(t){return null!=t&&"object"==typeof t};const zt=function(t){return Ft(t)&&"[object Arguments]"==V(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=zt(function(){return arguments}())?zt:function(t){return Ft(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const Zt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,$t=Xt&&Xt.exports===qt?w.Buffer:void 0;const Gt=($t?$t.isBuffer:void 0)||Zt;var Jt=/^(?:0|[1-9]\d*)$/;const Yt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t<e};const Qt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Ft(t)&&Qt(t.length)&&!!te[V(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,ie=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=ie&&ie.exports===oe&&v.process;const se=function(){try{var t=ie&&ie.require&&ie.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ae=se&&se.isTypedArray;const ce=ae?ne(ae):ee;var xe=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),o=!n&&Ht(t),i=!n&&!o&&Gt(t),r=!n&&!o&&!i&&ce(t),s=n||o||i||r,a=s?Lt(t.length,String):[],c=a.length;for(var x in t)!e&&!xe.call(t,x)||s&&("length"==x||i&&("offset"==x||"parent"==x)||r&&("buffer"==x||"byteLength"==x||"byteOffset"==x)||Yt(x,c))||a.push(x);return a};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const ue=function(t,e){return function(n){return t(e(n))}};const me=ue(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return me(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ge=function(t){return null!=t&&Qt(t.length)&&!R(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return Rt(t,be,Bt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,i,r){var s=1&n,a=ve(t),c=a.length;if(c!=ve(e).length&&!s)return!1;for(var x=c;x--;){var h=a[x];if(!(s?h in e:_e.call(e,h)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var u=!0;r.set(t,e),r.set(e,t);for(var m=s;++x<c;){var f=t[h=a[x]],p=e[h];if(o)var g=s?o(p,f,h,e,t,r):o(f,p,h,t,e,r);if(!(void 0===g?f===p||i(f,p,n,o,r):g)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(u=!1)}return r.delete(t),r.delete(e),u};const ke=X(w,"DataView");const ye=X(w,"Promise");const Ae=X(w,"Set");const Ce=X(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",Ie="[object Set]",Oe="[object WeakMap]",je="[object DataView]",Ve=L(ke),Me=L($),Re=L(ye),Se=L(Ae),De=L(Ce),Ne=V;(ke&&Ne(new ke(new ArrayBuffer(1)))!=je||$&&Ne(new $)!=Te||ye&&Ne(ye.resolve())!=Ee||Ae&&Ne(new Ae)!=Ie||Ce&&Ne(new Ce)!=Oe)&&(Ne=function(t){var e=V(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Ve:return je;case Me:return Te;case Re:return Ee;case Se:return Ie;case De:return Oe}return e});const Pe=Ne;var Be="[object Arguments]",Le="[object Array]",Fe="[object Object]",ze=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,i,r){var s=Mt(t),a=Mt(e),c=s?Le:Pe(t),x=a?Le:Pe(e),h=(c=c==Be?Fe:c)==Fe,d=(x=x==Be?Fe:x)==Fe,l=c==x;if(l&&Gt(t)){if(!Gt(e))return!1;s=!0,h=!1}if(l&&!h)return r||(r=new gt),s||ce(t)?At(t,e,n,o,i,r):jt(t,e,c,n,o,i,r);if(!(1&n)){var u=h&&ze.call(t,"__wrapped__"),m=d&&ze.call(e,"__wrapped__");if(u||m){var f=u?t.value():t,p=m?e.value():e;return r||(r=new gt),i(f,p,n,o,r)}}return!!l&&(r||(r=new gt),we(t,e,n,o,i,r))};const Ue=function t(e,n,o,i,r){return e===n||(null==e||null==n||!Ft(e)&&!Ft(n)?e!=e&&n!=n:Ke(e,n,o,i,t,r))};const We=function(t,e){return Ue(t,e)};const He=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ze=function(){try{var t=X(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xe=Object.prototype.hasOwnProperty;const $e=function(t,e,n){var o=t[e];Xe.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Ge=function(t,e,n,o){var i=!n;n||(n={});for(var r=-1,s=e.length;++r<s;){var a=e[r],c=o?o(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),i?qe(n,a,c):$e(n,a,c)}return n};const Je=function(t,e){return t&&Ge(e,be(e),t)};const Ye=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Qe=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Ye(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&Qe.call(t,o))&&n.push(o);return n};const en=function(t){return ge(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Ge(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,rn=on&&"object"==typeof module&&module&&!module.nodeType&&module,sn=rn&&rn.exports===on?w.Buffer:void 0,an=sn?sn.allocUnsafe:void 0;const cn=function(t,e){if(e)return t.slice();var n=t.length,o=an?an(n):new t.constructor(n);return t.copy(o),o};const xn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const hn=function(t,e){return Ge(t,Bt(t),e)};const dn=ue(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Vt(e,Bt(t)),t=dn(t);return e}:Dt;const un=function(t,e){return Ge(t,ln(t),e)};const mn=function(t){return Rt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const pn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const gn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const bn=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var vn=/\w*$/;const _n=function(t){var e=new t.constructor(t.source,vn.exec(t));return e.lastIndex=t.lastIndex,e};var wn=k?k.prototype:void 0,kn=wn?wn.valueOf:void 0;const yn=function(t){return kn?Object(kn.call(t)):{}};const An=function(t,e){var n=e?gn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return gn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return An(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return _n(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const In=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return Ft(t)&&"[object Map]"==Pe(t)};var jn=se&&se.isMap;const Vn=jn?ne(jn):On;const Mn=function(t){return Ft(t)&&"[object Set]"==Pe(t)};var Rn=se&&se.isSet;const Sn=Rn?ne(Rn):Mn;var Dn="[object Arguments]",Nn="[object Function]",Pn="[object Object]",Bn={};Bn[Dn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[Pn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Nn]=Bn["[object WeakMap]"]=!1;const Ln=function t(e,n,o,i,r,s){var a,c=1&n,x=2&n,h=4&n;if(o&&(a=r?o(e,i,r,s):o(e)),void 0!==a)return a;if(!M(e))return e;var d=Mt(e);if(d){if(a=pn(e),!c)return xn(e,a)}else{var l=Pe(e),u=l==Nn||"[object GeneratorFunction]"==l;if(Gt(e))return cn(e,c);if(l==Pn||l==Dn||u&&!r){if(a=x||u?{}:In(e),!c)return x?un(e,nn(a,e)):hn(e,Je(a,e))}else{if(!Bn[l])return r?e:{};a=Cn(e,l,c)}}s||(s=new gt);var m=s.get(e);if(m)return m;s.set(e,a),Sn(e)?e.forEach((function(i){a.add(t(i,n,o,i,e,s))})):Vn(e)&&e.forEach((function(i,r){a.set(r,t(i,n,o,r,e,s))}));var f=d?void 0:(h?x?mn:ve:x?en:be)(e);return He(f||e,(function(i,r){f&&(i=e[r=i]),$e(a,r,t(i,n,o,r,e,s))})),a};const Fn=function(t){return Ln(t,5)};const zn=function(t){return"symbol"==typeof t||Ft(t)&&"[object Symbol]"==V(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!zn(t))||(Un.test(t)||!Kn.test(t)||null!=e&&t in Object(e))};function Hn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s)||r,s};return n.cache=new(Hn.Cache||mt),n}Hn.Cache=mt;const Zn=Hn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xn=/\\(\\)?/g;const $n=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,i){e.push(o?i.replace(Xn,"$1"):n||t)})),e}));const Gn=function(t,e){for(var n=-1,o=null==t?0:t.length,i=Array(o);++n<o;)i[n]=e(t[n],n,t);return i};var Jn=k?k.prototype:void 0,Yn=Jn?Jn.toString:void 0;const Qn=function t(e){if("string"==typeof e)return e;if(Mt(e))return Gn(e,t)+"";if(zn(e))return Yn?Yn.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const to=function(t){return null==t?"":Qn(t)};const eo=function(t,e){return Mt(t)?t:Wn(t,e)?[t]:$n(to(t))};const no=function(t){if("string"==typeof t||zn(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const oo=function(t,e,n,o){if(!M(t))return t;for(var i=-1,r=(e=eo(e,t)).length,s=r-1,a=t;null!=a&&++i<r;){var c=no(e[i]),x=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(i!=s){var h=a[c];void 0===(x=o?o(h,c,a):void 0)&&(x=M(h)?h:Yt(e[i+1])?[]:{})}$e(a,c,x),a=a[c]}return t};const io=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const so=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const ao=function(t,e,n){var o=-1,i=t.length;e<0&&(e=-e>i?0:i+e),(n=n>i?i:n)<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(i);++o<i;)r[o]=t[o+e];return r};const co=function(t,e){return e.length<2?t:so(t,ao(e,0,-1))};const xo=function(t,e){return e=eo(e,t),null==(t=co(t,e))||delete t[no(ro(e))]};const ho=function(t,e){return null==t||xo(t,e)};var lo,uo,mo=["destroy","removeComment","remove","model","addComment","listenTo","view","_isAttached","getComment","updateComment","_localUser"];lo=mo,uo=136,function(t){for(;--t;)lo.push(lo.shift())}(++uo);var fo=function(t,e){return mo[t-=0]};class po{constructor(t,e){this[fo("0xa")]=t,this[fo("0xa")][fo("0x3")]=!0,this[fo("0x2")]=e,this[fo("0x1")](e,"removeCommentThread",(()=>this[fo("0x9")]())),this[fo("0x1")](e,"addComment",((t,e)=>this[fo("0x0")](e))),this[fo("0x1")](e,"updateComment",((t,e,n)=>this.updateComment(e,n))),this[fo("0x1")](e,"removeComment",((t,e)=>this.removeComment(e)))}[fo("0x9")](){this[fo("0xa")][fo("0x9")]()}addComment(t){this[fo("0xa")][fo("0x0")]({content:t,authorId:this[fo("0x2")][fo("0x6")].id})}[fo("0x5")](t,e){this[fo("0xa")].getComment(t).update({content:e})}[fo("0x8")](t){this[fo("0xa")][fo("0x4")](t)[fo("0x9")]()}[fo("0x7")](){this.stopListening(),this.model[fo("0x3")]=!1}}(0,e.mix)(po,e.ObservableMixin);var go=n(273);function bo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Write a comment...":return o("Write a comment...");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Remove":return o("Remove");case"Submit":return o("Submit");case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n)}}const vo=["editable","uiLanguageDirection","ck-comment__input","ck-editor__aria-label_","uiLanguage","_createVoiceLabel","ck-rounded-corners","main","ck-editor__main","render","_voiceLabelView","cke-editor__aria-label_","ck-editor","focus","div","extendTemplate","element","createCollection"];var _o,wo;_o=vo,wo=479,function(t){for(;--t;)_o.push(_o.shift())}(++wo);const ko=function(t,e){return vo[t-=0]};class yo extends go.EditorUIView{constructor(t,n){super(t);const o=(0,e.uid)();this[ko("0xe")]=this[ko("0x6")](),this[ko("0x7")]=new go.InlineEditableUIView(t,n),this[ko("0x11")]=this[ko("0xc")](o,t),this.setTemplate({tag:"div",attributes:{class:["ck-reset",ko("0x1"),ko("0xd"),ko("0x9")],role:"comment",dir:t[ko("0x8")],lang:t[ko("0xb")],"aria-labelledby":ko("0x0")+o},children:[this._voiceLabelView,{tag:ko("0x3"),attributes:{class:ko("0xf"),role:"presentation"},children:this[ko("0xe")]}]})}render(){super[ko("0x10")](),this.main.add(this[ko("0x7")])}[ko("0x2")](){this[ko("0x7")][ko("0x5")][ko("0x2")]()}[ko("0xc")](t,e){const n=new go.LabelView;return n.text=bo(e,"Comment editor"),n[ko("0x4")]({attributes:{id:ko("0xa")+t,class:"ck-voice-label"}}),n}}const Ao=["ready","init","focusTracker","setEditableElement","view","isFocused","getRoot","element","render","name","destroy","document","fire","bind","editable","editing"];var Co,To;Co=Ao,To=430,function(t){for(;--t;)Co.push(Co.shift())}(++To);const Eo=function(t,e){return Ao[t-=0]};class Io extends t.EditorUI{constructor(t){super(t),this[Eo("0x6")]=new yo(t.locale,t[Eo("0x1")][Eo("0x6")])}get[Eo("0x9")](){return this[Eo("0x6")][Eo("0x9")]}[Eo("0x3")](){const t=this.editor[Eo("0x1")][Eo("0x6")],e=this[Eo("0x6")][Eo("0x0")],n=t[Eo("0xd")][Eo("0x8")]();e[Eo("0xb")]=n.rootName,this.view[Eo("0xa")]();const o=e[Eo("0x9")];this[Eo("0x5")](e[Eo("0xb")],o),this[Eo("0x6")].editable[Eo("0xf")](Eo("0x7")).to(this[Eo("0x4")]),t.attachDomRoot(o),this[Eo("0xe")](Eo("0x2"))}[Eo("0xc")](){super[Eo("0xc")](),this[Eo("0x6")][Eo("0xc")]()}}var Oo=n(492),jo=n(945),Vo=n(331),Mo=n(468),Ro=n(181),So=n(254),Do=n(747);const No=["then","model","getChild","getRoot","set","create","destroy","defaultPlugins","plugins","assign","placeholderElement","editing","low","change","end","init","_updatePlaceholder","document","placeholder","fire","config","focus","initPlugins","get","view","childCount","setSelection"];var Po,Bo;Po=No,Bo=487,function(t){for(;--t;)Po.push(Po.shift())}(++Bo);const Lo=function(t,e){return No[t-=0]};class Fo extends t.Editor{constructor(t={}){(t=Object[Lo("0x8")]({},t)).plugins||(t[Lo("0x7")]=Fo[Lo("0x6")]),super(t),this.ui=new Io(this),this[Lo("0x3")](Lo("0x11"),""),this[Lo("0x0")][Lo("0x10")].on(Lo("0xc"),(()=>this[Lo("0xf")]()),{priority:Lo("0xb")}),this.on("change:placeholder",(()=>this._updatePlaceholder())),this.model[Lo("0x10")].createRoot()}[Lo("0x4")](){const t=this[Lo("0x13")][Lo("0x16")]("initialData")||"";return this[Lo("0x15")]()[Lo("0x1a")]((()=>this.ui[Lo("0xe")]())).then((()=>this.data[Lo("0xe")](t))).then((()=>this[Lo("0x12")]("ready")))}[Lo("0x5")](){return super[Lo("0x5")]()[Lo("0x1a")]((()=>this.ui[Lo("0x5")]()))}[Lo("0x14")](){this[Lo("0x0")][Lo("0xc")]((t=>{const e=this[Lo("0x0")][Lo("0x10")][Lo("0x2")](),n=e[Lo("0x1")](e[Lo("0x18")]-1);t[Lo("0x19")](n,Lo("0xd")),this[Lo("0xa")][Lo("0x17")].focus()}))}[Lo("0xf")](){const t=this[Lo("0xa")][Lo("0x17")],e=t[Lo("0x10")].getRoot(),n=e[Lo("0x1")](0);e[Lo("0x18")]>1||!n||"p"!=n.name?this.placeholderElement&&((0,Oo.disablePlaceholder)(t,this[Lo("0x9")]),this.placeholderElement=void 0):((0,Oo.enablePlaceholder)({view:t,element:n,text:this[Lo("0x11")],keepOnFocus:!0}),this[Lo("0x9")]=n)}}(0,e.mix)(Fo,e.ObservableMixin),(0,e.mix)(Fo,t.DataApiMixin),Fo[Lo("0x6")]=[jo.Clipboard,Vo.Enter,Vo.ShiftEnter,Mo.SelectAll,Ro.Typing,So.Undo,Do.Paragraph];const zo=["focus","focusTracker","set","document","cancel","then","editor","placeholder","length","cancelButtonView","create","_initializeFocusCycling","render","TOO_LONG_COMMENT_ALERT","fire","low","_createSubmitButton","label","view","extendTemplate","model","check","createEditor","icon","getData","editorReady","_isDestroyed","div","element","_editorCreationPromise","Cancel","tab","listenTo","isEnabled","submitButtonView","_createCancelButton","focusPrevious","Reply...","firstChild","execute","disabledSubmit","initialData","destroy","bindTemplate","showButtons","focusNext","change","Submit","ck-comment__input-actions--submit","add","_editorConfig","keystrokes","value","setData"];var Ko,Uo;Ko=zo,Uo=208,function(t){for(;--t;)Ko.push(Ko.shift())}(++Uo);const Wo=function(t,e){return zo[t-=0]};class Ho extends go.View{constructor(t,n={}){super(t),this[Wo("0xe")]=null,this[Wo("0x4")]=n,this.keystrokes=new e.KeystrokeHandler,this[Wo("0x9")]=new e.FocusTracker,this[Wo("0xa")](Wo("0x6"),n[Wo("0x31")]||""),this[Wo("0xa")](Wo("0x30"),!1),this.set(Wo("0x34"),!0),this.set("placeholder",bo(t,Wo("0x2d"))),this[Wo("0x2a")]=this[Wo("0x18")](),this[Wo("0x11")]=this[Wo("0x2b")](),this.setTemplate({tag:Wo("0x23"),attributes:{class:["ck-comment__input-wrapper"]},children:[{tag:"div",attributes:{class:["ck-comment__input-actions",this[Wo("0x33")].if("showButtons","ck-comment__input-actions--active")]},children:[this[Wo("0x2a")],this[Wo("0x11")]]}]}),this[Wo("0x5")][Wo("0xa")]("Esc",((t,e)=>{this[Wo("0x11")].fire("execute"),e()})),this.on("submit",((e,n)=>{n[Wo("0x10")]>65e3?(alert(bo(t,Wo("0x15"),[n[Wo("0x10")],65e3])),e.stop()):this[Wo("0xe")][Wo("0x7")]("")}),{priority:"high"})}[Wo("0x14")](){super[Wo("0x14")](),this[Wo("0x5")][Wo("0x28")](this.element),this[Wo("0x9")][Wo("0x3")](this[Wo("0x24")])}[Wo("0x1e")](){return this[Wo("0xe")]||(this[Wo("0xe")]=new Fo(this[Wo("0x4")]),this[Wo("0x25")]=this[Wo("0xe")][Wo("0x12")]()[Wo("0xd")]((()=>{this[Wo("0x22")]||(this[Wo("0x24")].insertBefore(this[Wo("0xe")].ui[Wo("0x24")],this[Wo("0x24")][Wo("0x2e")]),this[Wo("0xe")][Wo("0x1c")][Wo("0xb")].on(Wo("0x0"),(()=>this.value=this[Wo("0xe")][Wo("0x20")]())),this[Wo("0xe")].bind(Wo("0xf")).to(this),this[Wo("0x13")](this[Wo("0xe")]),this[Wo("0x16")](Wo("0x21")))}))),this[Wo("0x25")]}[Wo("0x8")](){this[Wo("0xe")]&&this[Wo("0xe")][Wo("0x8")]()}async[Wo("0x32")](){this[Wo("0x22")]||(this[Wo("0x22")]=!0,this[Wo("0xe")]&&(await this[Wo("0x25")],await this.editor.destroy()),await super.destroy())}[Wo("0x18")](){const{locale:e}=this,n=new go.ButtonView(e);return n.extendTemplate({attributes:{class:[Wo("0x2")]}}),n[Wo("0x19")]=bo(e,Wo("0x1")),n[Wo("0x1f")]=t.icons[Wo("0x1d")],n.on(Wo("0x2f"),(()=>{this.fire("submit",this[Wo("0x6")])})),n.bind(Wo("0x29")).to(this,Wo("0x6"),this,"disabledSubmit",((t,e)=>!e&&!!t.trim())),n}[Wo("0x2b")](){const{locale:e}=this,n=new go.ButtonView(e);return n[Wo("0x1b")]({attributes:{class:["ck-comment__input-actions--cancel"]}}),n[Wo("0x19")]=bo(e,Wo("0x26")),n.icon=t.icons.cancel,n.on(Wo("0x2f"),(()=>{this[Wo("0xe")].setData(""),this[Wo("0x16")](Wo("0xc"))})),n}[Wo("0x13")](t){const e=this[Wo("0x9")],n=new go.ViewCollection;[t.ui[Wo("0x1a")],this[Wo("0x2a")],this[Wo("0x11")]].forEach((t=>{n[Wo("0x3")](t),e[Wo("0x3")](t.element)}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this[Wo("0x5")][Wo("0xa")](Wo("0x27"),((t,e)=>{o[Wo("0x35")](),e()}),{priority:Wo("0x17")}),this[Wo("0x5")][Wo("0xa")]("shift + tab",((t,e)=>{o[Wo("0x2c")](),e()}),{priority:Wo("0x17")})}}var Zo,qo,Xo=["bind","value","ck-thread__user","then","ck-comment__input-container--active","set","userView","bindTemplate","editor","showInput","ck-thread__input","div","setTemplate","ck-comment__input-container","extendTemplate","change:showInput","commentInputView","destroy"];Zo=Xo,qo=248,function(t){for(;--t;)Zo.push(Zo.shift())}(++qo);var $o=function(t,e){return Xo[t-=0]};class Go extends go.View{constructor(t,e,n){super(t),this.commentInputView=new Ho(t,n),this[$o("0x2")][$o("0x4")]("showButtons").to(this[$o("0x2")].focusTracker,"isFocused",this[$o("0x2")],$o("0x5"),((t,e)=>t||!!e)),this[$o("0x9")]($o("0xd"),!1),this.on($o("0x1"),(()=>{this[$o("0xd")]&&!this[$o("0x2")][$o("0xc")]&&this[$o("0x2")].createEditor()})),this.userView=new i.UserView(t,e),this[$o("0xa")][$o("0x0")]({attributes:{class:$o("0x6")}}),this.commentInputView[$o("0x0")]({attributes:{class:$o("0xe")}}),this[$o("0x10")]({tag:$o("0xf"),attributes:{class:[$o("0x11"),this[$o("0xb")].if($o("0xd"),$o("0x8"))]},children:[this[$o("0xa")],this[$o("0x2")]]})}[$o("0x3")](){return this.commentInputView.destroy()[$o("0x7")]((()=>super[$o("0x3")]()))}}const Jo=["bindTemplate","set","ck-thread__comment-count","count","NUMBER_OF_COMMENTS"];var Yo,Qo;Yo=Jo,Qo=385,function(t){for(;--t;)Yo.push(Yo.shift())}(++Qo);const ti=function(t,e){return Jo[t-=0]};class ei extends go.View{constructor(t){super(t);const e=this[ti("0x0")];this[ti("0x1")]("count"),this.setTemplate({tag:"li",attributes:{class:ti("0x2")},children:[{text:e.to(ti("0x3"),(e=>bo(t,ti("0x4"),e)))}]})}}const ni=["destroy","remove","weight","_rearrangeCollapse","createCollection","stopListening","formatDateTime","_config","delete","_shouldCollapse","listenTo","editorConfig","ck-thread__comments","count","from","locale","render","set","_collapsedCommentsView","_handleRemoveCommentModel","maxThreadTotalWeight","isEditMode","collapse","_model","_updateHasDirtyComment","focus","hasDirtyComment","maxCommentCharsWhenCollapsed","add","isActive","equal","length","expand","delegate","refreshVisibleViews","CommentView","_rearrangeExpand","visibleViews","commentViews","some","change:isEditMode","maxCommentsWhenCollapsed","_handleNewCommentModel","comments"];var oi,ii;oi=ni,ii=229,function(t){for(;--t;)oi.push(oi.shift())}(++ii);const ri=function(t,e){return ni[t-=0]};class si extends go.View{constructor(t,e,n){super(t),this[ri("0x8")](ri("0x11"),!1),this[ri("0x8")](ri("0x16"),e[ri("0x22")][ri("0x16")]),this[ri("0x8")](ri("0x14"),!1),this[ri("0xe")]=e,this._config=n,this[ri("0x1d")]=this[ri("0x27")](),this[ri("0x1c")]=this[ri("0x27")](),this._collapsedCommentsView=new ei(t),this[ri("0x9")].bind(ri("0x4")).to(this,ri("0x16"),(t=>t-this[ri("0x2a")][ri("0x20")]));for(const t of e[ri("0x22")])this[ri("0x21")](t);this[ri("0x1")](e[ri("0x22")],ri("0x13"),((t,e)=>{this[ri("0x16")]++,this._handleNewCommentModel(e),this[ri("0x19")]()})),this[ri("0x1")](e.comments,ri("0x24"),((t,e)=>{this[ri("0x16")]--,this[ri("0xa")](e),this[ri("0x19")]()})),this[ri("0x1")](e,"commentUpdated",(()=>this.refreshVisibleViews())),this.on("change:isActive",(()=>this.refreshVisibleViews())),this.on("change:hasDirtyComment",(()=>this.refreshVisibleViews())),this.setTemplate({tag:"ul",attributes:{class:[ri("0x3")]},children:this.visibleViews})}get[ri("0x0")](){return this[ri("0xe")][ri("0x25")]>this[ri("0x2a")][ri("0xb")]&&!this.isActive&&!this[ri("0x11")]}render(){super[ri("0x7")](),this[ri("0x19")]()}focus(){this.element[ri("0x10")]()}destroy(){this[ri("0x9")][ri("0x23")]();for(const t of this[ri("0x1d")])t[ri("0x23")]();super[ri("0x23")]()}refreshVisibleViews(){this[ri("0x0")]?this[ri("0x26")]():this._rearrangeExpand()}_handleNewCommentModel(t){const e=new(this[ri("0x2a")][ri("0x1a")])(this[ri("0x6")],t,{maxCommentCharsWhenCollapsed:this[ri("0x2a")][ri("0x12")],formatDateTime:this[ri("0x2a")][ri("0x29")],editorConfig:this[ri("0x2a")][ri("0x2")]});e.viewUid=t.id,e.delegate("removeComment").to(this),e[ri("0x18")]("updateComment").to(this),this.listenTo(e,ri("0x1f"),(()=>this[ri("0xf")]())),this.commentViews.add(e)}_handleRemoveCommentModel(t){const e=this[ri("0x1d")][ri("0x24")](t.id);this[ri("0x28")](e),e[ri("0xc")]&&this[ri("0xf")](),e[ri("0x23")]()}_updateHasDirtyComment(){this[ri("0x11")]=Array.from(this[ri("0x1d")])[ri("0x1e")]((t=>t[ri("0xc")]))}[ri("0x26")](){const t=function(t){const n=new e.Collection;for(const e of t)n[ri("0x13")](e);return n}(this[ri("0x1d")]),n=this[ri("0x9")].count;for(let e=1;e<=n;e++)t[ri("0x24")](1);for(const e of t)e[ri("0xd")]();n>0&&t.add(this[ri("0x9")],1),ai((0,e.diff)(Array.from(this[ri("0x1c")]),Array[ri("0x5")](t)),this[ri("0x1c")],t)}[ri("0x1b")](){ai((0,e.diff)(Array[ri("0x5")](this[ri("0x1c")]),Array[ri("0x5")](this[ri("0x1d")])),this[ri("0x1c")],this[ri("0x1d")]);for(const t of this[ri("0x1c")])t[ri("0x17")]()}}function ai(t,e,n){let o=0;for(const i of t)switch(i){case"insert":e.add(n.get(o),o),o++;break;case ri("0x2b"):e[ri("0x24")](o);break;case ri("0x15"):o++}}const ci=["commentInputView","showInput","value","_model","focus","_localUser","destroy","disabledSubmit","submit","isDirty","change:isActive","fire","length","delegate","commentThreadInputView","isReadOnly","removeCommentThread","_config","placeholder","set","addComment","Write a comment...","cancel","editorConfig","commentsListView","element","bind","Reply...","_createCommentThreadInputView","updateComment","hasDirtyComment","assign","removeComment","isActive","stop","locale"];var xi,hi;xi=ci,hi=396,function(t){for(;--t;)xi.push(xi.shift())}(++hi);const di=function(t,e){return ci[t-=0]};class li extends go.View{constructor(t,e,n,o){super(t),this[di("0x13")](di("0x21"),!1),this[di("0x13")](di("0x9"),!1),this[di("0x3")]=e,this[di("0x5")]=n,this[di("0x11")]=o,this[di("0x18")]=new si(t,e,Object[di("0x1f")]({CommentView:this[di("0x11")].CommentView},o)),this[di("0x18")].delegate(di("0x20")).to(this),this.commentsListView[di("0xd")](di("0x1d")).to(this),this[di("0x18")][di("0x1a")](di("0x21")).to(this),this[di("0x13")](di("0xc"),this.commentsListView[di("0xc")]),this.bind(di("0xc")).to(this.commentsListView,"length"),this[di("0xe")]=this[di("0x1c")](),this.on("removeComment",(()=>this[di("0x4")]())),this.bind(di("0x9")).to(this[di("0x18")],di("0x1e"),this.commentThreadInputView.commentInputView,di("0x2"),((t,e)=>t||!!e))}focus(){this[di("0x19")].focus()}[di("0x6")](){this[di("0x9")]=!1,this[di("0x18")][di("0x6")](),this.commentThreadInputView[di("0x6")](),super[di("0x6")]()}[di("0x1c")](){const t=new Go(this[di("0x23")],this[di("0x5")],this[di("0x11")][di("0x17")]),e=t[di("0x0")];return t[di("0x1a")](di("0x1")).to(this,di("0x21"),this._model,di("0xf"),e,di("0x2"),((t,e,n)=>!!n||t&&!e)),e[di("0x1a")](di("0x12")).to(this,"length",(t=>bo(this[di("0x23")],di(t?"0x1b":"0x15")))),e.on(di("0x8"),((t,e)=>{this.fire(di("0x14"),e)})),e.on(di("0x16"),(()=>{this[di("0x4")]()})),e.bind(di("0x7")).to(this[di("0x3")],di("0xf")),e.on(di("0x16"),(t=>{0==this.length&&(this.fire(di("0x10")),t[di("0x22")]())})),this.on(di("0xa"),((t,n,o)=>{o||this[di("0xc")]||e.value||this[di("0xb")](di("0x10"))})),t}}const ui=["commentsListView","isConfirm","ck-thread--","setTemplate","render","locale","querySelector","element","ck-thread__container","then","commentViews","div","Delete comment thread?","removeCommentThread","Write a comment...","high","getTemplate","isActive",".ck-thread__container","stop","set","cancelConfirm","listenTo","length","ck-thread--active","_cancelAllConfirms","execute","ck-thread--remove-confirmation","remove","commentThreadInputView","fire","change:isActive","unbind","containerElement","showConfirm","removeButton","_bindFirstCommentView","placeholder","actionIndicator","add","bindTemplate","_model","_boundFirstCommentView"];var mi,fi;mi=ui,fi=317,function(t){for(;--t;)mi.push(mi.shift())}(++fi);const pi=function(t,e){return ui[t-=0]};class gi extends li{constructor(t,e,n,o){super(t,e,n,o),this[pi("0x4")](pi("0x16"),null),this[pi("0x11")]=null,this._boundFirstCommentView=null,this[pi("0x20")]=t,this[pi("0x1e")](this.getTemplate()),this.on(pi("0xf"),((t,e,n)=>{n||this._cancelAllConfirms()})),this[pi("0x6")](this[pi("0x19")],"change:isReadOnly",((t,e,n)=>{n&&this._cancelAllConfirms()})),this[pi("0x7")]>0&&this._bindFirstCommentView(),this[pi("0x6")](this.commentsListView[pi("0x25")],pi("0x17"),(()=>{this._bindFirstCommentView()}))}[pi("0x0")](){const t=this[pi("0x18")];return{tag:pi("0x26"),attributes:{class:["ck-thread",t.if(pi("0x1"),pi("0x8")),t.if(pi("0x1c"),pi("0xb")),t.to(pi("0x16"),(t=>t?pi("0x1d")+t:""))],"data-thread-id":this._model.id,tabindex:-1},children:[{tag:"div",attributes:{class:pi("0x23")},children:[this[pi("0x1b")],this[pi("0xd")]]}]}}[pi("0x1f")](){super[pi("0x1f")](),this.containerElement=this[pi("0x22")][pi("0x21")](pi("0x2"))}[pi("0x9")](){this[pi("0x5")]();for(const t of this[pi("0x1b")][pi("0x25")])t[pi("0x5")]()}[pi("0x14")](){const{locale:t}=this,e=this[pi("0x1b")][pi("0x25")].get(0);e!==this[pi("0x1a")]&&(this._boundFirstCommentView=e,this[pi("0x10")](pi("0x16")),this.bind(pi("0x16")).to(e,pi("0x16"),(t=>"remove"===t?pi("0xc"):null)),e[pi("0x15")]=bo(t,pi("0x29")),e[pi("0x13")].on(pi("0xa"),(e=>{e[pi("0x3")](),this[pi("0x12")](bo(t,pi("0x27")),this[pi("0x11")])[pi("0x24")]((()=>{this[pi("0xe")](pi("0x28"))}))}),{priority:pi("0x2a")}))}}(0,e.mix)(gi,i.ConfirmMixin);var bi,vi,_i=["set","element","ck-annotation__content","div","change:content","ck-comment__content","innerHTML"];bi=_i,vi=177,function(t){for(;--t;)bi.push(bi.shift())}(++vi);var wi=function(t,e){return _i[t-=0]};class ki extends go.View{constructor(t){super(t),this[wi("0x5")]("content",""),this.setTemplate({tag:wi("0x1"),attributes:{class:[wi("0x3"),wi("0x0")]}})}render(){super.render(),this.on(wi("0x2"),((t,e,n)=>{this.element[wi("0x4")]=n})),this[wi("0x6")].innerHTML=this.content}}const yi=["_config","initialData","switchToDisplayMode","submit","bind","maxCommentCharsWhenCollapsed","visibleView","switchToEditMode","destroy","createCollection","collapse","editorReady","_createCommentInputView","expand","locale","cancel","_createCommentContentView","set","remove","add","focus","_model","isEditMode","fire","content","value","editorConfig","isCollapsed","disabledSubmit"];var Ai,Ci;Ai=yi,Ci=422,function(t){for(;--t;)Ai.push(Ai.shift())}(++Ci);const Ti=function(t,e){return yi[t-=0]};class Ei extends go.View{constructor(t,e,n){super(t),this[Ti("0x5")]=e,this[Ti("0xd")]=n,this[Ti("0x1")](Ti("0x6"),!1),this[Ti("0x1")]("isCollapsed",!0),this[Ti("0x13")]=this[Ti("0x16")](),this[Ti("0x13")].add(this[Ti("0x0")]())}[Ti("0x1a")](){this[Ti("0xb")]=!1}[Ti("0x17")](){this[Ti("0x6")]||(this[Ti("0xb")]=!0)}[Ti("0x4")](){this.element[Ti("0x4")]()}async destroy(){await this.visibleView.get(0).destroy(),super[Ti("0x15")]()}[Ti("0x14")](){this[Ti("0x6")]||(this.isEditMode=!0,this.visibleView[Ti("0x2")](0).destroy(),this[Ti("0x13")][Ti("0x3")](this[Ti("0x19")]()))}[Ti("0xf")](){this[Ti("0x6")]&&(this[Ti("0x6")]=!1,this.visibleView.remove(0)[Ti("0x15")](),this.visibleView[Ti("0x3")](this[Ti("0x0")]()))}[Ti("0x0")](){const t=new ki(this[Ti("0x1b")]);return t[Ti("0x11")]("content").to(this[Ti("0x5")],Ti("0x8"),this,Ti("0xb"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this._config[Ti("0x12")]}):t)),t}[Ti("0x19")](){this._config.editorConfig||(this._config.editorConfig={}),this[Ti("0xd")][Ti("0xa")][Ti("0xe")]=this[Ti("0x5")][Ti("0x8")];const t=new Ho(this.locale,this[Ti("0xd")][Ti("0xa")]);return t[Ti("0x9")]=this[Ti("0x5")].content,t[Ti("0x11")](Ti("0xc")).to(this[Ti("0x5")],"isReadOnly"),t.on(Ti("0x10"),((t,e)=>{this[Ti("0x7")]("updateComment",this[Ti("0x5")].id,e),this[Ti("0xf")](),this.focus()})),t.on(Ti("0x1c"),(()=>{this[Ti("0xf")](),this[Ti("0x4")]()})),t.once(Ti("0x18"),(()=>{t.focus()})),t.createEditor(),t}}const Ii=["edit","isReadOnly","ck-annotation__info","EXTERNAL_IMPORT_WORD_AVATAR","ck-comment__info-time","importWord","change:isRemovable","ck-comment--remove-confirmation","listenTo","EXTERNAL_IMPORT_WORD_COMMENT","ck-annotation__info-name","label","Remove","fire","isConfirm","isExternal","removeComment","ck-comment__wrapper","ck-comment__info-name","ck-comment__external","ck-comment__user","extendTemplate","locale","ck-comment--edit","ck-annotation__content-wrapper","remove","source","ck-comment","Reply...","userView","element","removeButton","ck-annotation__main","mouseleave","render","_attachActions","isVisible","isRemovable","ck-comment__info","set","getUserViewNotificationText","Edit","push","editButton","name","placeholder","div","setTemplate","cancelConfirm","mouseenter","attributes","actionIndicator","visibleView","isEditMode","icon","getExternalCommentNote","author","ck-comment__actions","time","_model","authoredAt","@external","isEnabled","ck-annotation__user","creator","switchToEditMode","ck-annotation__info-time","formatDateTime","bind","ck-annotation","EXTERNAL_AVATAR","_createEditButton","execute","_createRemoveButton","_createCommentInputView","ck-annotation__actions--hidden","EXTERNAL_COMMENT","_config","then"];var Oi,ji;Oi=Ii,ji=192,function(t){for(;--t;)Oi.push(Oi.shift())}(++ji);const Vi=function(t,e){return Ii[t-=0]};class Mi extends Ei{constructor(t,e,n){super(t,e,n),this[Vi("0x5")](Vi("0x11"),null),this.set(Vi("0xb"),bo(t,Vi("0x49"))),this[Vi("0x5")](Vi("0x1a"),null),this.bind(Vi("0x1a")).to(e),this[Vi("0x9")]=this[Vi("0x25")](),this.removeButton=this[Vi("0x27")](),this[Vi("0x4a")]=new i.UserView(t,e[Vi("0x16")],this[Vi("0x6")]()),this[Vi("0x4a")][Vi("0x42")]({attributes:{class:[Vi("0x41"),Vi("0x1d")]}}),this[Vi("0x35")](e,Vi("0x33"),(()=>this[Vi("0xe")]())),this[Vi("0xd")](this.getTemplate())}getTemplate(){const t=this.bindTemplate,e=[{tag:Vi("0xc"),attributes:{class:[Vi("0x4"),Vi("0x2f")]},children:[{tag:"span",children:[{text:this[Vi("0x4a")][Vi("0xa")]}],attributes:{class:[Vi("0x3f"),Vi("0x37")]}},{tag:Vi("0x18"),attributes:{datetime:t.to(Vi("0x1a")),class:[Vi("0x31"),Vi("0x20")]},children:[{text:t.to(Vi("0x1a"),(t=>this[Vi("0x2b")][Vi("0x21")](t)))}]}]},{tag:Vi("0xc"),attributes:{class:[Vi("0x17"),"ck-annotation__actions",t.if(Vi("0x13"),"ck-comment__actions--hidden"),t.if(Vi("0x13"),Vi("0x29"))]},children:[this.editButton,this.removeButton]},{tag:"div",attributes:{class:[Vi("0x45")]},children:this[Vi("0x12")]}];return this._model[Vi("0x3c")]&&e[Vi("0x8")]({tag:Vi("0xc"),attributes:{class:[Vi("0x40")]},children:[{text:this[Vi("0x15")]()}]}),{tag:"li",attributes:{class:[Vi("0x3e"),t.if(Vi("0x3b"),Vi("0x34"))],tabindex:-1},children:[{tag:Vi("0xc"),attributes:{class:[Vi("0x48"),Vi("0x23"),t.if("isEditMode",Vi("0x44")),t.to(Vi("0x11"),(t=>t?"ck-comment--"+t:""))],"data-author-id":this._model.author.id,"data-comment-id":this._model.id},children:[this[Vi("0x4a")],{tag:"div",attributes:{class:["ck-comment__main",Vi("0x4d")]},children:e}]}]}}[Vi("0x25")](){const e=new go.ButtonView(this[Vi("0x43")]);return e[Vi("0x38")]=bo(this.locale,Vi("0x7")),e.icon=t.icons.pencil,e[Vi("0x42")]({attributes:{class:"ck-comment--edit"}}),e[Vi("0x22")](Vi("0x1c")).to(this[Vi("0x19")],Vi("0x2e"),(t=>!t)),e[Vi("0x22")](Vi("0x2")).to(this._model,"isEditable"),e.on(Vi("0x26"),(()=>this[Vi("0x1f")]())),e}[Vi("0x27")](){const t=new go.ButtonView(this[Vi("0x43")]);return t[Vi("0x38")]=bo(this[Vi("0x43")],Vi("0x39")),t[Vi("0x14")]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',t.extendTemplate({attributes:{class:"ck-comment--remove"}}),t.bind("isEnabled").to(this._model,Vi("0x2e"),(t=>!t)),t[Vi("0x22")](Vi("0x2")).to(this._model,Vi("0x3")),t.on("execute",(()=>{this.showConfirm(bo(this[Vi("0x43")],"Delete comment?"),this[Vi("0x4b")])[Vi("0x2c")]((()=>{this[Vi("0x3a")](Vi("0x3d"),this[Vi("0x19")].id)}))})),t}[Vi("0x1")](t,e){this.listenTo(t,Vi("0xf"),(()=>this[Vi("0x11")]=e)),this[Vi("0x35")](t,"focus",(()=>this[Vi("0x11")]=e)),this[Vi("0x35")](t,Vi("0x4e"),(()=>this[Vi("0x11")]=null)),this[Vi("0x35")](t,"blur",(()=>this[Vi("0x11")]=null))}[Vi("0x28")](){const t=super[Vi("0x28")]();return t[Vi("0x22")](Vi("0xb")).to(this),t}[Vi("0x15")](){return Vi("0x32")===this._model.attributes[Vi("0x1b")][Vi("0x47")]?bo(this[Vi("0x43")],Vi("0x36")):bo(this[Vi("0x43")],Vi("0x2a"))}[Vi("0x6")](){return this[Vi("0x19")][Vi("0x3c")]?"importWord"===this[Vi("0x19")][Vi("0x10")][Vi("0x1b")][Vi("0x47")]?bo(this[Vi("0x43")],Vi("0x30"),this._model[Vi("0x1e")][Vi("0xa")]):bo(this.locale,Vi("0x24"),this[Vi("0x19")].creator[Vi("0xa")]):null}[Vi("0x0")](){super[Vi("0x0")](),this[Vi("0x1")](this[Vi("0x9")][Vi("0x4b")],Vi("0x2d")),this[Vi("0x1")](this[Vi("0x4c")][Vi("0x4b")],Vi("0x46"))}}(0,e.mix)(Mi,i.ConfirmMixin);var Ri=n(278),Si=n.n(Ri),Di=n(490),Ni={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Di.Z,Ni);Di.Z.locals;var Pi=n(227),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Pi.Z,Bi);Pi.Z.locals;var Li=n(424),Fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Li.Z,Fi);Li.Z.locals;const zi=function(){return w.Date.now()};var Ki=/\s/;const Ui=function(t){for(var e=t.length;e--&&Ki.test(t.charAt(e)););return e};var Wi=/^\s+/;const Hi=function(t){return t?t.slice(0,Ui(t)+1).replace(Wi,""):t};var Zi=/^[-+]0x[0-9a-f]+$/i,qi=/^0b[01]+$/i,Xi=/^0o[0-7]+$/i,$i=parseInt;const Gi=function(t){if("number"==typeof t)return t;if(zn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Hi(t);var n=qi.test(t);return n||Xi.test(t)?$i(t.slice(2),n?2:8):Zi.test(t)?NaN:+t};var Ji=Math.max,Yi=Math.min;const Qi=function(t,e,n){var o,i,r,s,a,c,x=0,h=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function u(e){var n=o,r=i;return o=i=void 0,x=e,s=t.apply(r,n)}function m(t){return x=t,a=setTimeout(p,e),h?u(t):s}function f(t){var n=t-c;return void 0===c||n>=e||n<0||d&&t-x>=r}function p(){var t=zi();if(f(t))return g(t);a=setTimeout(p,function(t){var n=e-(t-c);return d?Yi(n,r-(t-x)):n}(t))}function g(t){return a=void 0,l&&o?u(t):(o=i=void 0,s)}function b(){var t=zi(),n=f(t);if(o=arguments,i=this,c=t,n){if(void 0===a)return m(c);if(d)return clearTimeout(a),a=setTimeout(p,e),u(c)}return void 0===a&&(a=setTimeout(p,e)),s}return e=Gi(e)||0,M(n)&&(h=!!n.leading,r=(d="maxWait"in n)?Ji(Gi(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),b.cancel=function(){void 0!==a&&clearTimeout(a),x=0,o=c=i=a=void 0},b.flush=function(){return void 0===a?s:g(zi())},b};const tr=function(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),Qi(t,e,{leading:o,maxWait:e,trailing:i})},er=["attributeName","type","cancel","class","disconnect","observe","childList","attributes"];var nr,or;nr=er,or=196,function(t){for(;--t;)nr.push(nr.shift())}(++or);const ir=function(t,e){return er[t-=0]};function rr(t){const e=tr(t,30),n=new MutationObserver((t=>{for(const n of t)(ir("0x3")==n[ir("0x5")]&&ir("0x7")==n[ir("0x4")]||ir("0x2")==n.type)&&e()}));return{attach(t){n[ir("0x1")](t,{attributes:!0,childList:!0,subtree:!0})},detach(){n[ir("0x0")](),e[ir("0x6")]()}}}var sr=n(173),ar={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(sr.Z,ar);sr.Z.locals;const cr=["length","focusTracker","bindTemplate","content","isActive","_mutationObserver","createCollection","setTemplate","div","type","render","add","clientHeight","height","ck-annotation-wrapper--active","clear","Esc","fire","focus","detach","keystrokes","_updateHeight","listenTo","element","isDirty","destroy","mainView","ck-annotation-wrapper","set","attach"];var xr,hr;xr=cr,hr=150,function(t){for(;--t;)xr.push(xr.shift())}(++hr);const dr=function(t,e){return cr[t-=0]};class lr extends go.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this[dr("0x1")]=new e.FocusTracker,this[dr("0x14")]=new e.KeystrokeHandler,this[dr("0x14")].set(dr("0x10"),((t,e)=>this[dr("0x11")](dr("0x10"),e))),this[dr("0x1c")]("targetRect",{top:0,right:0,bottom:0,left:0}),this[dr("0x1c")](dr("0xd"),0),this[dr("0x1c")](dr("0x4"),!1),this[dr("0x1c")](dr("0x18"),!1),this[dr("0x1c")](dr("0x0"),0),this[dr("0x1c")](dr("0x9"),""),this[dr("0x5")]=rr((()=>this._updateHeight())),this.content=this[dr("0x6")](),this[dr("0x3")][dr("0xb")](n),this[dr("0x1a")]=n;const o=this[dr("0x2")];this[dr("0x7")]({tag:dr("0x8"),attributes:{class:["ck",dr("0x1b"),"ck-rounded-corners",o.if(dr("0x4"),dr("0xe"))],tabindex:-1},children:this[dr("0x3")]})}[dr("0xa")](){super[dr("0xa")](),this.focusTracker.add(this[dr("0x17")]),this[dr("0x14")][dr("0x16")](this[dr("0x17")]),this._mutationObserver[dr("0x1d")](this[dr("0x17")])}[dr("0x19")](){this[dr("0x3")][dr("0xf")](),this[dr("0x14")][dr("0x19")](),this[dr("0x1")].destroy(),this._mutationObserver[dr("0x13")](),super[dr("0x19")]()}[dr("0x12")](){this.element.focus()}[dr("0x15")](){const t=this[dr("0x17")][dr("0xc")];t&&(this[dr("0xd")]=t)}}const ur=["target","targetRect","nodeType","focusTracker","getClientRects","_target","_type","annotation-invalid-target","render","type","remove","function","clear","isVisible","_id","stopListening","updateTargetRect","destroy","isActive","element","_isTargetElementVisible","_assertCorrectTarget","add","focusableElements","set","view","mainView","item"];var mr,fr;mr=ur,fr=424,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const pr=function(t,e){return ur[t-=0]};class gr{constructor({view:t,target:n,type:o,isVisible:i=!0}){this.view=t,this[pr("0x15")][pr("0xf")]||this.view[pr("0x4")](),this[pr("0x2")]=o,this[pr("0x1")]=n,this[pr("0x11")](),this[pr("0x13")]=new e.Collection([this[pr("0x15")][pr("0xf")]],{idProperty:pr("0xa")}),this[pr("0x13")].on(pr("0x12"),((t,e)=>{this[pr("0x15")][pr("0x1b")][pr("0x12")](e)})),this[pr("0x13")].on(pr("0x6"),((t,e)=>{this.view.focusTracker.remove(e)})),this[pr("0x14")](pr("0x9"),i)}get[pr("0x5")](){return pr("0x7")==typeof this[pr("0x2")]?this[pr("0x2")]():this[pr("0x2")]}get innerView(){return this[pr("0x15")][pr("0x16")]}get target(){return"function"==typeof this._target?this[pr("0x1")]():this[pr("0x1")]}get targetRect(){const t=this.target;return this[pr("0x11")](),null!==t&&this[pr("0x10")]()?br(t)?new e.Rect(t[pr("0x0")]()[pr("0x17")](0)):new e.Rect(t):null}get[pr("0xe")](){return this[pr("0x15")][pr("0xe")]}set[pr("0xe")](t){this.view[pr("0xe")]=t,this[pr("0x15")][pr("0x16")][pr("0xe")]=t}[pr("0xc")](){this.view[pr("0x19")]=this.targetRect}[pr("0xd")](){this.focusableElements[pr("0xb")](),this[pr("0x13")][pr("0x8")](),this[pr("0xb")]()}refreshVisibility(){this.isVisible=this[pr("0x10")]()}_isTargetElementVisible(){const t=this[pr("0x18")];return!br(t)||(!!t.offsetParent||!!t[pr("0x0")]()[pr("0x17")](0))}[pr("0x11")](){const t=this[pr("0x18")];if(!(null===t||t instanceof e.Rect||br(t)))throw new e.CKEditorError(pr("0x3"),null,{target:t})}}function br(t){return null!==t&&"object"==typeof t&&1===t[pr("0x1a")]}(0,e.mix)(gr,e.ObservableMixin);const vr=["getIndex","_getOrderInContent","clear","getByView","length","innerView","sort","refreshPositioning","annotationcollection-duplicated-item","view","_items","delete","annotationcollection-not-existing-item","focus","left","top","remove","_focusTracker","_sort","has","_innerViewToAnnotation","_viewToAnnotation","get","fire","targetRect","destroy","set","stopListening","updateTargetRect","change:isFocused","focusTracker","add","listenTo","focusableElements"];var _r,wr;_r=vr,wr=321,function(t){for(;--t;)_r.push(_r.shift())}(++wr);const kr=function(t,e){return vr[t-=0]};class yr extends e.Collection{constructor(t=[]){super(),this[kr("0x5")]=new Map,this[kr("0x6")]=new Map,this[kr("0x2")]=new e.FocusTracker,this[kr("0x2")].on(kr("0xe"),((t,e,n)=>{n||this[kr("0x8")]("blur")}));for(const e of t)this[kr("0x10")](e)}get isFocused(){return this[kr("0x2")].isFocused}[kr("0x10")](t){if(this[kr("0x4")](t))throw new e.CKEditorError(kr("0x1b"),null);this[kr("0x5")][kr("0xb")](t[kr("0x18")],t),this._viewToAnnotation[kr("0xb")](t[kr("0x1c")],t);for(const e of t.focusableElements)this[kr("0x2")].add(e);this[kr("0x11")](t[kr("0x12")],kr("0x10"),((t,e)=>{this._focusTracker[kr("0x10")](e)})),this.listenTo(t[kr("0x12")],kr("0x1"),((t,e)=>{this[kr("0x2")][kr("0x1")](e)})),this[kr("0x11")](t[kr("0x1c")][kr("0xf")],kr("0xe"),((e,n,o)=>{o&&this.fire(kr("0x20"),t)})),t[kr("0xd")]();const n=this[kr("0x14")](t.view[kr("0x9")]);super[kr("0x10")](t,n)}[kr("0x1")](t){if(!this[kr("0x4")](t))throw new e.CKEditorError(kr("0x1f"),null);this[kr("0xc")](t[kr("0x1c")][kr("0xf")]),this[kr("0xc")](t[kr("0x12")]);for(const e of t[kr("0x12")])this[kr("0x2")].remove(e);this[kr("0x6")][kr("0x1e")](t[kr("0x1c")]),this[kr("0x5")].delete(t[kr("0x18")]),super[kr("0x1")](t)}getByInnerView(t){return this._innerViewToAnnotation[kr("0x7")](t)}[kr("0x16")](t){return this[kr("0x6")][kr("0x7")](t)}[kr("0xa")](){super[kr("0x15")](),this[kr("0xc")](),this[kr("0x5")][kr("0x15")](),this[kr("0x6")][kr("0x15")](),this._focusTracker[kr("0xa")]()}[kr("0x1a")](){for(const t of this)t[kr("0xd")]();this[kr("0x3")]()}[kr("0x3")](){const t=Array.from(this)[kr("0x19")](((t,e)=>Ar(t[kr("0x1c")].targetRect,e[kr("0x1c")][kr("0x9")])));for(let e=t[kr("0x17")]-1;e>0;e--){const n=t[e];e!==this[kr("0x13")](n)&&(this[kr("0x1")](n),this.add(n,e))}}[kr("0x14")](t){let e=0;if(!t)return this[kr("0x1d")][kr("0x17")];for(const n of this){const o=n[kr("0x1c")][kr("0x9")];if(o){if(Ar(t,o)<0)return e;e++}}return e}}function Ar(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t.top-e[kr("0x0")];return 0==n?t[kr("0x21")]-e.left:n}const Cr=["collection","_activateAnnotation","activeAnnotations","createAnnotation","activate","refreshVisibility","remove","deactivateAll","add","_addActiveAnnotation","stopListening","pluginName","fire","change:isVisible","createAnnotationView","getByInnerView","set","isVisible","_bindAnnotationsToVisibleAnnotations","_removeActiveAnnotation","_visibleAnnotations","_deactivateAllAnnotations","destroy"];var Tr,Er;Tr=Cr,Er=448,function(t){for(;--t;)Tr.push(Tr.shift())}(++Er);const Ir=function(t,e){return Cr[t-=0]};class Or extends t.ContextPlugin{static get[Ir("0x0")](){return"Annotations"}constructor(t){super(t),this[Ir("0xc")]=new yr,this[Ir("0x9")]=new yr,this[Ir("0x5")](Ir("0xe"),new Set),this[Ir("0x7")]()}[Ir("0x14")](t){this.collection[Ir("0x14")](t)}[Ir("0x12")](t){this[Ir("0xc")].remove(t),t[Ir("0xb")]()}refreshVisibility(){for(const t of this[Ir("0xc")])t[Ir("0x11")]()}refreshPositioning(){this[Ir("0x9")].refreshPositioning()}[Ir("0x4")](t){return this.collection.getByInnerView(t)}[Ir("0x13")](){this[Ir("0x1")](Ir("0xa"))}[Ir("0xb")](){for(const t of this[Ir("0xc")])t[Ir("0xb")]();this[Ir("0x9")].destroy(),this.collection[Ir("0xb")](),super[Ir("0xb")]()}[Ir("0x10")](t){this[Ir("0x1")](Ir("0xd"),t)}[Ir("0xf")](t){return new gr(t)}[Ir("0x3")](t,e){return new lr(t,e)}[Ir("0x15")](t){const e=new Set(this.activeAnnotations);e.add(t),this[Ir("0xe")]=e}[Ir("0x8")](t){const e=new Set(this[Ir("0xe")]);e.delete(t),this[Ir("0xe")]=e}_bindAnnotationsToVisibleAnnotations(){const t=this[Ir("0xc")],e=this[Ir("0x9")];function n(t){const n=t.source;n[Ir("0x6")]&&!e.has(n)?e[Ir("0x14")](n):!n.isVisible&&e.has(n)&&e.remove(n)}this.listenTo(t,Ir("0x14"),((t,o)=>{o.isVisible&&e.add(o),this.listenTo(o,"change:isVisible",n)})),this.listenTo(t,"remove",((t,o)=>{e.has(o)&&e.remove(o),this[Ir("0x16")](o,Ir("0x2"),n)}))}}const jr=["licenseKey","length","substring","pluginName","_getExternalAuthor","error","delete","content","author","update","_viewToController","getTime","deactivateAll","_threads","addCommentThread","lowest","_updateComment","createElement","_threadToController","CommentThreadView","adapter","commentsrepository-invalid-comment-content","_isAttached","pop","catch","commentsrepository-remove-comment-thread-internal-error","commentsrepository-remove-missing-comment-thread","removeComment","commentsrepository-get-comment-invalid-id","weight","_addCommentThread","_removeComment","activeCommentThread","getIndex","external:","authorName","_addComment","getCommentThread","commentsrepository-remove-missing-comment","define","creator","noChannel","trim","isEditable","warn","model","addUser","editorReady","fromCharCode","comments.CommentThreadView","commentsrepository-fetch-comment-thread","then","getUser","attributes","view","commentsrepository-missing-thread-and-adapter","getComment","CommentView","locale","setAttribute","_createCommentThreadView","isReadOnly","threadId","isAttached","commentsrepository-update-missing-comment","_detachCommentThread","find","listenTo","config","hasCommentThread","fire","comments.maxCommentCharsWhenCollapsed","plugins","Users","addComment","reduce","isActive","parse","commentsrepository-active-missing-comment-thread","bind","set","getByInnerView","remove","commentsrepository-update-comment-invalid-content","comments.maxCommentsWhenCollapsed","focus","channelId","string","commentsrepository-add-comment-internal-error","commentsrepository-update-comment-missing-comment-thread","commentInputView","isRemovable","@external","PendingActions","comments.maxThreadTotalWeight","max","createdAt","isDirty","innerHTML","_removeCommentThread","map","has","replace","toJSON","_nonAdminChannels","comments","add","change:activeAnnotations","commentsrepository-adapter-already-set","openNewCommentThread","_adapter","get","commentsrepository-add-comment-to-missing-comment-thread","commentsrepository-remove-comment-internal-error","authoredAt","resolve","destroy","change:isDirty","removeCommentThread","commentsrepository-missing-target","fetchCommentThread","from","removeAttribute","commentsrepository-duplicated-comment-thread-id","type","push","context","_add","div","commentsrepository-update-comment-internal-error","filter","stopListening","comments.editorConfig","change:authoredAt","updateComment","activate","commentsrepository-active-not-attached","_findOptimalIndex","_repository","_attachCommentThread","PENDING_ACTION_COMMENT_THREAD","commentsrepository-attach-missing-comment-thread","assign","commentsrepository-invalid-comment-authorid","slice","commentsrepository-add-comment-user-not-exists","once","commentUpdated","commentsrepository-invalid-comment-thread-id","getCommentThreads","_remove","innerView","attachTo","_readOnlyChannels","setAdminPermissions","function","values","afterInit"];var Vr,Mr;Vr=jr,Mr=276,function(t){for(;--t;)Vr.push(Vr.shift())}(++Mr);const Rr=function(t,e){return jr[t-=0]},Sr=Symbol(Rr("0x51"));class Dr extends t.ContextPlugin{static get requires(){return[Or,t.PendingActions,i.Users]}static get[Rr("0x2b")](){return"CommentsRepository"}constructor(t){super(t),this[Rr("0x35")]=new Map,this._threadToController=new Map,this[Rr("0x32")]=new Map,this[Rr("0x23")]=new Set,this[Rr("0x78")]("_nonAdminChannels",new Set),this.licenseKey=this[Rr("0x8")][Rr("0x6c")].get(Rr("0x28"));const e=this.context[Rr("0x6c")];e[Rr("0x4f")](Rr("0x7c"),2),e[Rr("0x4f")](Rr("0x86"),500),e[Rr("0x4f")](Rr("0x6f"),140),e.define(Rr("0x59"),gi),e[Rr("0x4f")]("comments.CommentView",Mi),e[Rr("0x97")](Rr("0xe"))||console[Rr("0x54")]("Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.")}init(){const t=this.context[Rr("0x70")][Rr("0x97")](Or);this[Rr("0x78")]("activeCommentThread",null),this.on(Rr("0x36"),((t,e)=>this[Rr("0x46")](e))),this.on(Rr("0x0"),((t,e)=>this[Rr("0x8b")](e))),this.on(Rr("0x72"),((t,e)=>this[Rr("0x4c")](e))),this.on(Rr("0x10"),((t,e)=>this._updateComment(e))),this.on(Rr("0x43"),((t,e)=>this._removeComment(e))),this.on("addComment",((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this[Rr("0x4d")](e),i=this[Rr("0x3a")][Rr("0x97")](o);i&&i[Rr("0x5e")][Rr("0x7d")]()}),{priority:Rr("0x37")}),this[Rr("0x6b")](t,Rr("0x93"),((t,e,n)=>{const o=Array.from(n)[Rr("0x8c")]((t=>this._viewToController[Rr("0x97")](t[Rr("0x21")])))[Rr("0xc")](Boolean)[0];this[Rr("0x48")]=o?o[Rr("0x55")]:null}))}[Rr("0x27")](){!function(e){const n=e instanceof t.Context,o=[1,85,78,115,198,255,50,112,83,87,161],i=l([52,48,52,52,50,52,50,54]),r=[127,34,6,211,167,86,146,199,132,160,18],s=l([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),a=function(t){if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[l([115,116,97,116,101])]==l([99,111,110,110,101,99,116,101,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))&&e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[l([114,101,115,117,108,116])]==l([101,110,100]))return c(l([108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]));try{const n=function(t){const e=[29,221,175,90,231,133,239,240,75,180];return function(t,e){const n=atob(t),o=Array[Rr("0x3")](function(t){const e=new Uint8Array(t.length);for(let n=0;n<t[Rr("0x29")];n++)e[n]=t.charCodeAt(n);return e}(n)),i=o[Rr("0x3f")](),r=o[Rr("0x3f")]();return function(t){let e="";for(const n of t)e+=String[Rr("0x58")](n);return e}(function(t,e,n){const o={};o[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[l([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[l([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[l([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[l([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[l([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[l([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[l([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[l([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[l([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[l([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const i=new Uint8Array(16);for(let t=15;t>=0;--t)i[t]=n%256,n=parseInt(n/256);let r=null,s=16;const a=new Uint8Array(e),c=[],x=[];m();for(let e=0;e<t.length;e++)16===s&&(r=u(i),s=0,d(i)),t[e]^=r[s++];return t;function h(t){const e=[];for(let n=0;n<t[Rr("0x29")];n+=4)e.push(t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function u(t){const e=c[Rr("0x29")]-1,n=[0,0,0,0];let i=h(t);for(let t=0;t<4;t++)i[t]^=c[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)n[e]=o[l([84,49])][i[e]>>24&255]^o[l([84,50])][i[(e+1)%4]>>16&255]^o[l([84,51])][i[(e+2)%4]>>8&255]^o[l([84,52])][255&i[(e+3)%4]]^c[t][e];i=n[Rr("0x1a")]()}const r=new Uint8Array(16);let s;for(let t=0;t<4;t++)s=c[e][t],r[4*t]=255&(o[l([83])][i[t]>>24&255]^s>>24),r[4*t+1]=255&(o[l([83])][i[(t+1)%4]>>16&255]^s>>16),r[4*t+2]=255&(o[l([83])][i[(t+2)%4]>>8&255]^s>>8),r[4*t+3]=255&(o[l([83])][255&i[(t+3)%4]]^s);return r}function m(){const t=o[l([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[Rr("0x29")]];for(let e=0;e<=t;e++)c[Rr("0x7")]([0,0,0,0]),x[Rr("0x7")]([0,0,0,0]);const e=4*(t+1),n=a[Rr("0x29")]/4,i=h(a);let r;for(let e=0;e<n;e++)r=e>>2,c[r][e%4]=i[e],x[t-r][e%4]=i[e];let s,d=0,u=n;for(;u<e;){s=i[n-1],i[0]^=o[l([83])][s>>16&255]<<24^o[l([83])][s>>8&255]<<16^o[l([83])][255&s]<<8^o[l([83])][s>>24&255]^o[l([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<n/2;t++)i[t]^=i[t-1];s=i[n/2-1],i[n/2]^=o[l([83])][255&s]^o[l([83])][s>>8&255]<<8^o[l([83])][s>>16&255]<<16^o[l([83])][s>>24&255]<<24;for(let t=n/2+1;t<n;t++)i[t]^=i[t-1];let r,a,h=0;for(;h<n&&u<e;)r=u>>2,a=u%4,c[r][a]=i[h],x[t-r][a]=i[h++],u++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)s=x[e][t],x[e][t]=o[l([85,49])][s>>24&255]^o[l([85,50])][s>>16&255]^o[l([85,51])][s>>8&255]^o[l([85,52])][255&s]}}(o,e,r+256*i))}(t,new(window[l([85,105,110,116,56,65,114,114,97,121])])([...o,...e,...r]))}(t),s=JSON[Rr("0x75")](n),a=parseInt(s[l([49])]),x=parseInt(s[l([51])]),h=parseInt(s[l([52])])||0,d=parseInt(s[l([53])])||0,u=2;if(!(1&h)||e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&!(h&u))return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(d&&!window[l([111,112,101,110])][l([99,108,111,115,101,100])])return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(parseInt(i)/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]));if(e[l([112,108,117,103,105,110,115])][l([104,97,115])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))){const t=e[l([112,108,117,103,105,110,115])][l([103,101,116])](l([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]));if(parseInt(t[l([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])])/2>a)return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}return c(l(x?[108,105,99,101,110,115,101,75,101,121,84,114,105,97,108]:[108,105,99,101,110,115,101,75,101,121,86,97,108,105,100]))}catch(t){return c(l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100]))}}(e[Rr("0x6c")].get(l([108,105,99,101,110,115,101,75,101,121])));function c(t){const n=function(){const t=String(window[l([112,101,114,102,111,114,109,97,110,99,101])][l([110,111,119])]())[Rr("0x8e")](l([46]),"");let e="";for(let n=0;n<t[Rr("0x29")];n+=2){let o=parseInt(t[Rr("0x2a")](n,n+2));o>=s[Rr("0x29")]&&(o-=s.length),e+=s[o]}return e}();return e[n]=t,t}function x(t){for(const e of t[l([101,100,105,116,111,114,115])])h(e);t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),t[l([112,108,117,103,105,110,115])][l([103,101,116])](l([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[l([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=d}function h(t){function e(){t[l([109,111,100,101,108])][l([99,104,97,110,103,101])]=d,t[l([109,111,100,101,108])][l([101,110,113,117,101,117,101,67,104,97,110,103,101])]=d,t[l([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](l([109,111,100,101,108]))}t[l([115,116,97,116,101])]==l([114,101,97,100,121])?e():t[l([111,110,99,101])](l([114,101,97,100,121]),(()=>e()))}function d(){return null}function l(t){return t.map((t=>String[Rr("0x58")](t))).join("")}n?(a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?x(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&window[l([115,101,116,84,105,109,101,111,117,116])]((()=>{x(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*o[8]*o[6]),e[l([101,100,105,116,111,114,115])][l([111,110])](l([97,100,100]),((t,e)=>{a!=l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&a!=l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||h(e)}))):a==l([108,105,99,101,110,115,101,75,101,121,73,110,118,97,108,105,100])?h(e):a==l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108])&&e[l([111,110])](l([114,101,97,100,121]),(()=>{let t=0;e[l([109,111,100,101,108])][l([111,110])](l([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,o)=>{o[0][l([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(h(e),c(l([108,105,99,101,110,115,101,75,101,121,84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),n[l([111,102,102])]())}),{priority:l([104,105,103,104,101,115,116])})}))}(this[Rr("0x8")])}set adapter(t){if(this[Rr("0x96")])throw new e.CKEditorError(Rr("0x94"));this[Rr("0x96")]=t}get[Rr("0x3c")](){return this[Rr("0x96")]}addCommentThread({channelId:t=Sr,threadId:n=(0,e.uid)(),comments:o=[],target:i,isFromAdapter:r}={}){return this[Rr("0x6e")](Br("addCommentThread",t),{channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}),this.getCommentThread(n)}[Rr("0x95")]({channelId:t=Sr,threadId:n=(0,e.uid)(),target:o}){if(this._readOnlyChannels.has(t)||this[Rr("0x23")].has(void 0))return;if(!o)throw new e.CKEditorError(Rr("0x1"));const i=this[Rr("0x36")]({channelId:t,threadId:n,target:o});if(!i)return null;const r=this[Rr("0x3a")][Rr("0x97")](i),s=r[Rr("0x5e")].commentThreadInputView[Rr("0x82")],a=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or),c=a[Rr("0x79")](r[Rr("0x5e")]);return a[Rr("0x11")](c),s[Rr("0x1c")](Rr("0x57"),(()=>s[Rr("0x7d")]())),i}[Rr("0x6d")](t){if(Rr("0x7f")!=typeof t)throw new e.CKEditorError("commentsrepository-invalid-comment-thread-id");return this._threads[Rr("0x8d")](t)}[Rr("0x4d")](t){if(Rr("0x7f")!=typeof t)throw new e.CKEditorError(Rr("0x1e"));return this[Rr("0x35")].get(t)}[Rr("0x2")]({channelId:t,threadId:n}={}){const o=this[Rr("0x4d")](n);if(o)return Promise[Rr("0x9b")](o);if(!this[Rr("0x3c")])throw new e.CKEditorError(Rr("0x5f"),this[Rr("0x8")]);if("function"!=typeof this[Rr("0x3c")][Rr("0x4d")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter-method",this[Rr("0x8")]);return this.adapter[Rr("0x4d")]({channelId:t,threadId:n})[Rr("0x5b")]((e=>this.hasCommentThread(n)?this[Rr("0x4d")](n):e?this[Rr("0x36")](Object[Rr("0x18")]({isFromAdapter:!0,channelId:t},e)):void 0))[Rr("0x40")]((t=>{throw console[Rr("0x2d")](t),new e.CKEditorError(Rr("0x5a"),this[Rr("0x8")])}))}getCommentThreads({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this._threads[Rr("0x26")]())t&&o[Rr("0x7e")]!==t||e&&!o[Rr("0x67")]||n&&0===o[Rr("0x29")]||i[Rr("0x7")](o);return o?i[Rr("0x8c")]((t=>t[Rr("0x8f")]())):i}setActiveCommentThread(t){const n=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or);if(!t)return void(this[Rr("0x48")]&&n[Rr("0x34")]());const o=this[Rr("0x4d")](t);if(!o)throw new e.CKEditorError(Rr("0x76"),null,{threadId:t});if(!this[Rr("0x3a")][Rr("0x8d")](o))throw new e.CKEditorError(Rr("0x12"),null,{threadId:t});const i=n[Rr("0x79")](this[Rr("0x3a")][Rr("0x97")](o).view);n[Rr("0x11")](i)}switchReadOnly(t,e){t?this._readOnlyChannels.add(e):this[Rr("0x23")][Rr("0x2e")](e);for(const n of this[Rr("0x1f")]({channelId:e}))n[Rr("0x65")]=!!t}[Rr("0x65")](t){return this._readOnlyChannels[Rr("0x8d")](t)||this._readOnlyChannels.has(void 0)}createCommentThreadController(t,e){return new po(t,e)}[Rr("0x24")](t,e=Sr){const n=!this[Rr("0x90")].has(e),o=new Set(this[Rr("0x90")]);n&&!t&&(o[Rr("0x92")](e),this[Rr("0x90")]=o),!n&&t&&(o[Rr("0x2e")](e),this[Rr("0x90")]=o)}_addCommentThread({channelId:t,threadId:n,comments:o,target:i,isFromAdapter:r}){if(Rr("0x7f")!=typeof n)throw new e.CKEditorError(Rr("0x1e"),null,{threadId:n});if(this[Rr("0x6d")](n))throw new e.CKEditorError(Rr("0x5"),null,{threadId:n});const s=new Nr(this,{channelId:t,id:n});(this._readOnlyChannels[Rr("0x8d")](t)||this[Rr("0x23")][Rr("0x8d")](void 0))&&(s.isReadOnly=!0),this[Rr("0x35")][Rr("0x78")](n,s);for(const t of o)s.addComment(Object.assign({isFromAdapter:r},t));i&&s[Rr("0x22")](i)}_attachCommentThread({threadId:t,target:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(Rr("0x17"),this);const i=this[Rr("0x8")].plugins[Rr("0x97")]("PendingActions"),r=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or),s=this[Rr("0x64")](o),a=new po(o,s);let c=null;s.on(Rr("0x9d"),((t,e,n)=>{n?c=i[Rr("0x92")](bo(this[Rr("0x8")][Rr("0x62")],Rr("0x16"))):(i[Rr("0x7a")](c),c=null)})),this[Rr("0x3a")].set(o,a),this[Rr("0x32")].set(s,a);const x=new lr(this[Rr("0x8")][Rr("0x62")],s);x[Rr("0x77")](Rr("0x29")).to(s),x.bind("isDirty").to(s,Rr("0x89"),s,Rr("0x29"),((t,e)=>t||!e)),x[Rr("0x77")](Rr("0x74")).to(s),x[Rr("0x6")]="comment";const h=new gr({view:x,target:n,type:"comment"});return r[Rr("0x92")](h),h}[Rr("0x64")](t){const e=this[Rr("0x8")][Rr("0x70")][Rr("0x97")]("Users"),{config:n,locale:o}=this[Rr("0x8")],r=(0,i.getDateTimeFormatter)(n.get("locale"));return new(0,n.get("comments")[Rr("0x3b")])(o,t,e.me,{editorConfig:n.get("comments.editorConfig"),maxCommentsWhenCollapsed:n.get(Rr("0x7c")),maxThreadTotalWeight:n[Rr("0x97")]("comments.maxThreadTotalWeight"),maxCommentCharsWhenCollapsed:n.get(Rr("0x6f")),formatDateTime:r,CommentView:n[Rr("0x97")](Rr("0x91"))[Rr("0x61")]})}[Rr("0x8b")]({threadId:t,isFromAdapter:n}){const o=this[Rr("0x4d")](t);if(!o)throw new e.CKEditorError(Rr("0x42"),this);if(this[Rr("0x69")](t),this[Rr("0x35")][Rr("0x2e")](t),!o[Rr("0x29")]||n||!this[Rr("0x3c")]||Rr("0x25")!=typeof this.adapter[Rr("0x0")])return Promise[Rr("0x9b")]();const i=this[Rr("0x8")][Rr("0x70")][Rr("0x97")]("PendingActions"),{channelId:r}=o,s=i.add(bo(this[Rr("0x8")].locale,"PENDING_ACTION_COMMENT_THREAD"));return this[Rr("0x3c")][Rr("0x0")]({channelId:r,threadId:t})[Rr("0x5b")]((()=>i[Rr("0x7a")](s)))[Rr("0x40")]((t=>{throw console[Rr("0x2d")](t),new e.CKEditorError(Rr("0x41"),this)}))}[Rr("0x69")](t){const e=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Or),n=this.getCommentThread(t);if(this[Rr("0x3a")][Rr("0x8d")](n)){const t=this._threadToController.get(n),o=t[Rr("0x5e")],i=e[Rr("0x79")](o);this[Rr("0x3a")].delete(n),this[Rr("0x32")].delete(o),i&&e[Rr("0x7a")](i),t[Rr("0x9c")](),o[Rr("0x9c")]()}}[Rr("0x2c")](t){const e=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](i.Users),n=(0,i.hashObject)(Rr("0x4a")+t);return e.getUser(n)||e[Rr("0x56")]({id:n,name:t})}_addComment({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a,isFromAdapter:c}){if(Rr("0x7f")!=typeof n)throw new e.CKEditorError("commentsrepository-invalid-commentid");if(Rr("0x7f")!=typeof r)throw new e.CKEditorError(Rr("0x19"));if(Rr("0x7f")!=typeof o||!o[Rr("0x52")]())throw new e.CKEditorError(Rr("0x3d"));const x=this.getCommentThread(t);if(!x)throw new e.CKEditorError(Rr("0x98"),this);const h=this[Rr("0x8")][Rr("0x70")].get(i.Users)[Rr("0x5c")](r);if(!h)throw new e.CKEditorError(Rr("0x1b"),null,{authorId:r});let d=null,l=s;a&&a[Rr("0x84")]&&(d=this._getExternalAuthor(a[Rr("0x84")][Rr("0x4b")]),l=a["@external"][Rr("0x88")]);const u=new Pr(this,{threadId:t,id:n,author:d||h,creator:h,content:o,createdAt:s,authoredAt:l,attributes:a});if(x[Rr("0x9")](u),c||!this.adapter||Rr("0x25")!=typeof this.adapter.addComment)return Promise.resolve();const m=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Rr("0x85")),{channelId:f}=x,p=m[Rr("0x92")](bo(this[Rr("0x8")][Rr("0x62")],Rr("0x16")));return a||(a={}),this[Rr("0x3c")][Rr("0x72")]({channelId:f,threadId:t,commentId:n,content:o,attributes:a})[Rr("0x5b")]((e=>{if(m[Rr("0x7a")](p),this[Rr("0x6d")](t))e&&e[Rr("0x88")]&&this[Rr("0x38")]({threadId:t,commentId:n,createdAt:e.createdAt,isFromAdapter:!0});else{const i={threadId:t,commentId:n,content:o,attributes:a,createdAt:e&&e[Rr("0x88")]?e[Rr("0x88")]:s,authorId:h.id};this[Rr("0x36")]({channelId:f,threadId:t,comments:[i],isFromAdapter:!0})}})).catch((t=>{throw console.error(t),new e.CKEditorError(Rr("0x80"),this)}))}[Rr("0x38")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&(Rr("0x7f")!=typeof o||!o[Rr("0x52")]()[Rr("0x29")]))throw new e.CKEditorError(Rr("0x7b"));const a=this.getCommentThread(t),c=a.getComment(n);if(!c)throw new e.CKEditorError(Rr("0x68"),this);let x=!1;if(o&&o!==c[Rr("0x2f")]&&(c[Rr("0x53")]||s)&&(c[Rr("0x2f")]=o,x=!0),i&&i!==c[Rr("0x88")]&&(c[Rr("0x88")]=i,c[Rr("0x5d")]&&c[Rr("0x5d")][Rr("0x84")]||(c[Rr("0x9a")]=i),x=!0),r&&!We(r,c[Rr("0x5d")])&&(c[Rr("0x5d")]=r,x=!0),!x)return Promise.resolve();if(a.fire(Rr("0x1d")),s||!this[Rr("0x3c")]||Rr("0x25")!=typeof this[Rr("0x3c")][Rr("0x10")])return Promise[Rr("0x9b")]();const h=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Rr("0x85")),{channelId:d}=this[Rr("0x4d")](c[Rr("0x66")]),l=h[Rr("0x92")](bo(this.context[Rr("0x62")],Rr("0x16")));return this[Rr("0x3c")][Rr("0x10")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Rr("0x5b")]((()=>h.remove(l)))[Rr("0x40")]((t=>{throw console.error(t),new e.CKEditorError(Rr("0xb"),this)}))}[Rr("0x47")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[Rr("0x4d")](t),r=i[Rr("0x60")](n);if(!r)throw new e.CKEditorError(Rr("0x4e"),this);if(i[Rr("0x20")](r),o||!this[Rr("0x3c")]||"function"!=typeof this.adapter[Rr("0x43")])return Promise[Rr("0x9b")]();const s=this[Rr("0x8")][Rr("0x70")][Rr("0x97")](Rr("0x85")),{channelId:a}=i,c=s.add(bo(this[Rr("0x8")][Rr("0x62")],Rr("0x16")));return this[Rr("0x3c")][Rr("0x43")]({channelId:a,threadId:t,commentId:n}).then((()=>s[Rr("0x7a")](c)))[Rr("0x40")]((t=>{throw console[Rr("0x2d")](t),new e.CKEditorError(Rr("0x99"),this)}))}}class Nr{constructor(t,n){this[Rr("0x7e")]=n[Rr("0x7e")],this.id=n.id,this[Rr("0x78")]("isReadOnly",!1),this[Rr("0x77")]("isRemovable").to(t,Rr("0x90"),(t=>!t[Rr("0x8d")](this[Rr("0x7e")]))),this.comments=new e.Collection,this[Rr("0x14")]=t,this[Rr("0x3e")]=!1}get[Rr("0x45")](){return Array[Rr("0x3")](this[Rr("0x91")])[Rr("0x73")](((t,e)=>t+e.weight),0)}get length(){return this[Rr("0x91")][Rr("0x29")]}get[Rr("0x67")](){return this[Rr("0x3e")]}[Rr("0x7a")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x0"),e),{channelId:e,threadId:n,isFromAdapter:t})}[Rr("0x22")](t){return this[Rr("0x14")][Rr("0x15")]({threadId:this.id,target:t})}[Rr("0x72")](t){const{channelId:e,id:n}=this;this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x72"),e,n),Object[Rr("0x18")]({channelId:e,threadId:n},t))}[Rr("0x60")](t){if("string"!=typeof t)throw new e.CKEditorError(Rr("0x44"),null,{commentId:t});return this.comments.get(t)}[Rr("0x8f")](){return{threadId:this.id,comments:this[Rr("0x91")][Rr("0x8c")]((t=>t[Rr("0x8f")]()))}}[Rr("0x9")](t){return this.listenTo(t,Rr("0xf"),(()=>{const e=this[Rr("0x13")](t),n=this[Rr("0x91")];e-1!=n[Rr("0x49")](t)&&e+1!=n.getIndex(t)&&(this._remove(t),this[Rr("0x9")](t))})),t.createdAt?this[Rr("0x91")][Rr("0x92")](t,this._findOptimalIndex(t)):this.comments[Rr("0x92")](t)}_remove(t){return this[Rr("0xd")](t),t[Rr("0x9c")](),this[Rr("0x91")].remove(t)}[Rr("0x13")](t){const e=this[Rr("0x91")][Rr("0x6a")]((e=>new Date(e.authoredAt)[Rr("0x33")]()>new Date(t[Rr("0x9a")])[Rr("0x33")]()));return e?this[Rr("0x91")][Rr("0x49")](e):this[Rr("0x29")]}}(0,e.mix)(Nr,e.ObservableMixin);class Pr{constructor(t,e){const n=t[Rr("0x8")][Rr("0x70")].get(Rr("0x71")).me,o=t[Rr("0x4d")](e[Rr("0x66")]),i=0===o.comments[Rr("0x29")],r=n===e[Rr("0x30")];this.id=e.id,this[Rr("0x66")]=e[Rr("0x66")],this[Rr("0x30")]=e[Rr("0x30")],this.creator=e[Rr("0x50")],this.isExternal=Boolean(e[Rr("0x5d")]&&e[Rr("0x5d")][Rr("0x84")]),this[Rr("0x78")]("content",e[Rr("0x2f")]),this[Rr("0x88")]=e[Rr("0x88")]||new Date,this[Rr("0x78")](Rr("0x9a"),e[Rr("0x9a")]||new Date),this[Rr("0x78")]("attributes",e[Rr("0x5d")]||{}),this.set("isEditable",r),this[Rr("0x77")](Rr("0x83")).to(o,Rr("0x83"),(t=>t&&i||r)),this.bind(Rr("0x65")).to(o,Rr("0x65")),this._repository=t}get weight(){return Math[Rr("0x87")](function(t){const e=document[Rr("0x39")](Rr("0xa"));return e[Rr("0x8a")]=t,e.textContent.length}(this[Rr("0x2f")]),200)}[Rr("0x31")](t){const{threadId:n,id:o}=this;if(!this[Rr("0x14")][Rr("0x6d")](n))throw new e.CKEditorError(Rr("0x81"),this);const{channelId:i}=this[Rr("0x14")].getCommentThread(n);this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x10"),i,n),Object.assign({channelId:i,threadId:n,commentId:o},t))}[Rr("0x63")](t,e){const n=Fn(this[Rr("0x5d")]);io(n,t,e),this.update({attributes:n})}[Rr("0x4")](t){const e=Fn(this.attributes);ho(e,t),this.update({attributes:e})}[Rr("0x7a")](t={}){if(!t.isFromAdapter&&!this[Rr("0x83")])return;const{threadId:n,id:o}=this;if(!this[Rr("0x14")].hasCommentThread(n))throw new e.CKEditorError("commentsrepository-remove-comment-missing-comment-thread",this);const{channelId:i}=this[Rr("0x14")][Rr("0x4d")](n);this[Rr("0x14")][Rr("0x6e")](Br(Rr("0x43"),i,n),Object[Rr("0x18")]({channelId:i,threadId:n,commentId:o},t))}[Rr("0x8f")](){return{commentId:this.id,content:this[Rr("0x2f")],createdAt:this[Rr("0x88")],authorId:this[Rr("0x50")].id,attributes:this[Rr("0x5d")]}}destroy(){this[Rr("0xd")]()}}function Br(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}(0,e.mix)(Pr,e.ObservableMixin);const Lr=["element","item","push","createRange","backward","model","textProxy","getRanges","isEnabled","editor","getLastMatchingPosition","_itemIsContent","comment:","execute","addMarker","_trimToContent","tableCell","substr","isObject"];var Fr,zr;Fr=Lr,zr=373,function(t){for(;--t;)Fr.push(Fr.shift())}(++zr);const Kr=function(t,e){return Lr[t-=0]};class Ur extends t.Command{refresh(){const t=this.editor.model.document.selection;for(const e of t[Kr("0xe")]())if(this._hasContent(e))return void(this.isEnabled=!0);this[Kr("0xf")]=!1}[Kr("0x1")]({threadId:t=(0,e.uid)()}={}){const n=this[Kr("0x10")][Kr("0xc")],o=[];for(const t of n.document.selection.getRanges())this._hasContent(t)&&o[Kr("0x9")](this[Kr("0x3")](t));n.change((n=>{for(const i of o){const o=(0,e.uid)()[Kr("0x5")](1,5),r=Kr("0x0")+t+":"+o;n[Kr("0x2")](r,{range:i,usingOperation:!1,affectData:!1})}}))}_hasContent(t){for(const e of t.getItems())if(this[Kr("0x12")](e))return!0;return!1}[Kr("0x12")](t){return t.is(Kr("0xd"))||this[Kr("0x10")][Kr("0xc")].schema[Kr("0x6")](t)&&!t.is(Kr("0x7"),Kr("0x4"))}[Kr("0x3")](t){const e=t=>!this._itemIsContent(t[Kr("0x8")]),n=t.start[Kr("0x11")](e),o=t.end[Kr("0x11")](e,{direction:Kr("0xb")});return this.editor[Kr("0xc")][Kr("0xa")](n,o)}}const Wr=["editorannotations-invalid-source-callback","pluginName","getByInnerView","editor","refresh","requires","annotation","listenTo","change:range","focusTracker","_editorAnnotationsData","change:isFocused","_editorAnnotations","EditorAnnotations","directChange","element","_dataCollectors","plugins","isReadOnly","update","remove","refreshSelectedViews","fire","function","from","push","init","document","blur","map","addSourceCollector","collection","containsRange","innerView","view","editing","hasDomSelection","model","isEqual","add","isCollapsed","range","sort","selection","set","getOrderedSelectedAnnotations"];var Hr,Zr;Hr=Wr,Zr=304,function(t){for(;--t;)Hr.push(Hr.shift())}(++Zr);const qr=function(t,e){return Wr[t-=0]};class Xr extends t.Plugin{static get[qr("0x17")](){return[Or]}static get[qr("0x13")](){return qr("0x1f")}constructor(t){super(t),this[qr("0x22")]=new Set,this._editorAnnotations=new Set}[qr("0x2c")](){const t=this[qr("0x15")],e=t[qr("0x9")][qr("0x2d")][qr("0xf")],n=Qi((()=>this[qr("0x27")]()),10);e.on(qr("0x1a"),((t,e)=>{e[qr("0x20")]&&(n.cancel(),this[qr("0x27")]())})),this[qr("0x19")](t.editing.view[qr("0x2d")],qr("0x1d"),((t,e,o)=>{o&&n()})),this[qr("0x19")](t.ui.focusTracker,qr("0x1d"),((e,n,o)=>{o||t[qr("0x24")]||this[qr("0x28")](qr("0x0"),{isAnnotationTracked:t=>this[qr("0x1c")].has(t[qr("0x5")])})})),this[qr("0x19")](this[qr("0x15")].ui,qr("0x25"),(()=>this.fire("uiUpdate")))}registerAnnotation(t){if(this[qr("0x1e")].has(t))return;this[qr("0x1e")][qr("0xb")](t[qr("0x6")]),this[qr("0x15")].ui[qr("0x1b")].add(t.view[qr("0x21")]);const e=this[qr("0x15")][qr("0x23")].get(Or);this[qr("0x19")](e[qr("0x3")],"remove",((t,e)=>{this[qr("0x15")].ui[qr("0x1b")][qr("0x26")](e.view.element),this[qr("0x1e")].delete(e[qr("0x6")])}))}[qr("0x8")](){return this[qr("0x15")][qr("0x7")][qr("0x6")].hasDomSelection}[qr("0x2")](t){if(qr("0x29")!=typeof t)throw new e.CKEditorError(qr("0x12"));this[qr("0x22")][qr("0xb")](t)}refreshSelectedViews(){this.fire(qr("0x16"))}[qr("0x11")]({activeAnnotation:t,annotations:e}){const n=[],o=this.editor.model[qr("0x2d")][qr("0xf")],i=Array[qr("0x2a")](o.getRanges());for(const[t,o]of this[qr("0x1c")]){const i=r(o),s=e[qr("0x14")](t);i&&s&&n[qr("0x2b")]({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[qr("0x4")](t,!o[qr("0xc")]))return e;return null}return n[qr("0xe")](((e,n)=>{const o=e[qr("0xd")],i=n[qr("0xd")];if(!o[qr("0xa")](i)){if(o.containsRange(i,!0))return 1;if(i.containsRange(o,!0))return-1}return e[qr("0x18")]==t?-1:n[qr("0x18")]==t?1:0}))[qr("0x1")]((t=>t[qr("0x18")]))}get[qr("0x1c")](){const t=new Map;for(const e of Array[qr("0x2a")](this._dataCollectors))for(const[n,o]of e())t[qr("0x10")](n,o);return t}}const $r=["get","RestrictedEditingModeEditing","afterInit","editor","plugins","has","addCommentThread","enableCommand"];var Gr,Jr;Gr=$r,Jr=319,function(t){for(;--t;)Gr.push(Gr.shift())}(++Jr);const Yr=function(t,e){return $r[t-=0]};class Qr extends t.Plugin{[Yr("0x3")](){const t=this[Yr("0x4")];t.plugins[Yr("0x6")](Yr("0x2"))&&t[Yr("0x5")][Yr("0x1")]("RestrictedEditingModeEditing")[Yr("0x0")](Yr("0x7"))}}var ts=n(446),es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(ts.Z,es);ts.Z.locals;const ns=["dataInsert","commands","addCommentThread","execute","get","high","_handleImportedData","plugins","afterInit","importWord.commentsStyles","config","forEach","importWord","basic","define","editor","Users","listenTo"];var os,is;os=ns,is=280,function(t){for(;--t;)os.push(os.shift())}(++is);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{constructor(t){super(t),this[rs("0x5")].config[rs("0x4")](rs("0x11"),rs("0x3"))}[rs("0x10")](){const t=this[rs("0x5")],n=t[rs("0x9")].get("importWord"),o=t[rs("0xf")][rs("0xc")](rs("0x6"));n&&(n.on(rs("0xb"),((t,[,e])=>{e.collaboration_features={comments:!0,user_id:o.me.id,comments_styles:this[rs("0x5")][rs("0x0")][rs("0xc")](rs("0x11"))}}),{priority:e.priorities[rs("0xd")]+10}),this[rs("0x7")](n,rs("0x8"),this[rs("0xe")]))}[rs("0xe")](t,e){const{comment_threads:n}=e;n&&n[rs("0x1")]((({thread_id:t,comments:e})=>{const n=e.map((({author:t,content:e,created_at:n})=>({content:e,authorId:this[rs("0x5")][rs("0xf")][rs("0xc")](rs("0x6")).me.id,createdAt:new Date,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:rs("0x2")}}}))),o=this[rs("0x5")].config.get("collaboration.channelId");this[rs("0x5")][rs("0xf")][rs("0xc")](Dr)[rs("0xa")]({channelId:o,threadId:t,comments:n})}))}}const as=["getCommentThread","removeCommentThread","CommentsRepository","init","destroy","hasContent","change:isThreadsLoadingPaused","_initializeMarkerConverters","registerAnnotation","upcast","document","dataToMarker","openNewCommentThread","differ","stop","map","addComment","switchReadOnly","for","ck-comment-marker","set","removeMarker","requires","updateMarker","_attachedThreads","hasCommentThread","name","high","CommentsEditing","getAllMarkersForId","EditorAnnotations","pluginName","_handleMarkerAddAndRemove","collaboration.channelId","getByInnerView","editing","listenTo","end","top","_detachCommentThread","model","low","view","start","includes","split","change","render","reconvertMarker","markerName","left","$marker","isObject","update:comment","Annotations","markers","commands","destroyed","schema","fetchCommentThread","delete","get","activeMarker","root","_threadToController","affectsData","_attachMarkerToThread","rootName","$graveyard","length","markerToHighlight","dataDowncast","comment:","once","change:isReadOnly","createPositionBefore","editor","_threads","filter","config","registerPostFixer","push","has","getAttribute","ck-comment-marker--active","isThreadsLoadingPaused","comment","conversion","elementToElement","add","plugins","createElement","data"];var cs,xs;cs=as,xs=132,function(t){for(;--t;)cs.push(cs.shift())}(++xs);const hs=function(t,e){return as[t-=0]};class ds extends t.Plugin{static get[hs("0x4c")](){return[Dr,Xr,Qr,ss]}static get[hs("0x55")](){return hs("0x52")}constructor(t){super(t),this.set("isThreadsLoadingPaused",!0),t[hs("0x35")][hs("0x22")]("ready",(()=>this[hs("0x2e")]=!1)),this[hs("0x4a")](hs("0x17"),null),this.on("change:activeMarker",((e,n,o,i)=>{t[hs("0x1")].change((()=>{if(o){const{id:e}=us(o),n=this[hs("0x53")](e);for(const e of n)t[hs("0x59")][hs("0x9")](e)}if(i){const{id:e}=us(i),n=this[hs("0x53")](e);for(const e of n)t[hs("0x59")][hs("0x9")](e)}}))})),this[hs("0x4e")]=new Map}[hs("0x39")](){const t=this[hs("0x25")],e=t.plugins.get(hs("0x38")),n=t[hs("0x28")].get("collaboration.channelId");t[hs("0x11")][hs("0x32")]("addCommentThread",new Ur(t)),this.listenTo(t,hs("0x23"),((n,o,i)=>{e[hs("0x47")](i,t[hs("0x28")][hs("0x16")](hs("0x57")))})),this[hs("0x5a")](e,ls(hs("0x37"),n),((n,{threadId:o})=>{t.model[hs("0x7")]((t=>{for(const e of this[hs("0x53")](o))t[hs("0x4b")](e)}));const i=e[hs("0x36")](o);e.hasCommentThread(o)&&!i.length||n[hs("0x44")]()}),{priority:hs("0x51")}),this[hs("0x5a")](e,ls(hs("0x46"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this.getAllMarkersForId(o);!i&&0!=r.length&&e[hs("0x4f")](o)&&1===e.getCommentThread(o)[hs("0x1e")]&&t[hs("0x1")].change((t=>{for(const e of r)t[hs("0x4d")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:hs("0x2")}),this[hs("0x3d")](),this._handleMarkerAddAndRemove()}[hs("0x3a")](){const t=this[hs("0x25")][hs("0x33")][hs("0x16")](hs("0x38")),e=this[hs("0x25")][hs("0x28")][hs("0x16")](hs("0x57"));for(const n of t.getCommentThreads({channelId:e}))t[hs("0x0")](n.id),t[hs("0x26")][hs("0x15")](n.id);super[hs("0x3a")]()}hasMarkerForId(t){return this[hs("0x53")](t).length>0}getAllMarkersForId(t){return(this[hs("0x4e")].get(t)||[])[hs("0x45")]((t=>this[hs("0x25")].model[hs("0x10")][hs("0x16")](t)))[hs("0x27")]((t=>t))}[hs("0x3d")](){const t=this[hs("0x25")];t[hs("0x30")][hs("0x48")]("editingDowncast")[hs("0x1f")]({model:hs("0x2f"),view:t=>{const{id:e}=us(t[hs("0xa")]),n=[hs("0x49")];return this.activeMarker&&us(this[hs("0x17")]).id===e&&n[hs("0x2a")](hs("0x2d")),{classes:n,attributes:{"data-comment":e}}}}),t[hs("0x30")][hs("0x48")](hs("0x20")).markerToData({model:"comment",view:e=>{const n=t.model[hs("0x10")][hs("0x16")](e),{id:o,part:i}=us(e);return n&&!n[hs("0x1a")]?null:{group:hs("0x2f"),name:i?o+":"+i:o}}}),t.conversion[hs("0x48")]("upcast")[hs("0x31")]({view:{name:"comment",attribute:{id:/^\w/}},model:(t,{writer:e})=>e[hs("0x34")](hs("0xc"),{"data-name":hs("0x21")+t[hs("0x2c")]("id")})}),t[hs("0x30")].for(hs("0x3f"))[hs("0x41")]({view:hs("0x2f")})}[hs("0x56")](){const t=this[hs("0x25")],e=t[hs("0x33")][hs("0x16")](hs("0x38")),n=new Set;t.model[hs("0x40")][hs("0x29")]((e=>{let o=!1;for(const{name:i,data:r}of t[hs("0x1")][hs("0x40")][hs("0x43")].getChangedMarkers()){const{group:s,id:a}=us(i);let c=r.newRange;if(hs("0x2f")!==s||!c)continue;const x=hs("0x1d")===c[hs("0x18")][hs("0x1c")];x||(c=ms(c,t[hs("0x1")]),!c||c.isEqual(r.newRange))?!c||!t[hs("0x1")][hs("0x3b")](c)||this[hs("0x4e")][hs("0x2b")](a)&&x?(e.removeMarker(i),o=!0):x||(this.isThreadsLoadingPaused?n.add(i):this[hs("0x1b")](i,a)):(e[hs("0x4d")](i,{range:c}),o=!0)}return o})),this.on(hs("0x3c"),((e,o,i)=>{if(!i&&n.size)for(const e of n){const{id:o}=us(e);n.delete(o),t[hs("0x1")][hs("0x10")][hs("0x16")](e)&&this[hs("0x1b")](e,o)}})),this.listenTo(t[hs("0x1")][hs("0x10")],hs("0xe"),((o,i,r,s)=>{if(s)return;const{id:a}=us(i[hs("0x50")]),c=t[hs("0x33")][hs("0x16")]("CommentsRepository")[hs("0x36")](a);n[hs("0x15")](a),c&&!this.hasMarkerForId(a)&&(this[hs("0x4e")].delete(a),e[hs("0x0")](a))}))}[hs("0x1b")](t,n){if(this[hs("0x4e")][hs("0x2b")](n)){const e=this[hs("0x4e")][hs("0x16")](n);return void(e[hs("0x5")](t)||e.push(t))}this[hs("0x4e")][hs("0x4a")](n,[t]);const o=this[hs("0x25")],r=o[hs("0x33")][hs("0x16")](hs("0x38")),s=o[hs("0x28")].get("collaboration.channelId"),a=o[hs("0x33")].get(hs("0x54")),c=()=>{const t=this[hs("0x53")](n);if(0===t.length)return null;if(1===t[hs("0x1e")])return(0,i.getMarkerDomElement)(o[hs("0x59")],t[0]);const r=t.map((t=>(0,i.getMarkerDomElement)(o[hs("0x59")],t)));return r.sort(((t,n)=>{const o=new e.Rect(t),i=new e.Rect(n),r=o[hs("0x5c")]-i[hs("0x5c")];return 0==r?o.left-i[hs("0xb")]:r})),r[0]};this[hs("0x53")](n)[0].managedUsingOperations?r[hs("0x14")]({channelId:s,threadId:n}).then((t=>{if(hs("0x12")!==o.state)if(t){const e=t.attachTo(c);a[hs("0x3e")](e)}else{const t=this[hs("0x53")](n);o[hs("0x1")][hs("0x7")]((e=>{for(const n of t)e[hs("0x4b")](n)}))}})):o[hs("0x59")][hs("0x3")].once(hs("0x8"),(()=>{const t=o[hs("0x33")].get(hs("0xf")),e=r[hs("0x42")]({channelId:s,threadId:n,target:c}),i=r[hs("0x19")][hs("0x16")](e)[hs("0x3")],x=t[hs("0x58")](i);a[hs("0x3e")](x)}),{priority:"low"})}}function ls(t,e){return e?t+":"+e:t}function us(t){const e=t[hs("0x6")](":");return{group:e[0],id:e[1],part:e[2]}}function ms(t,e){const n=e[hs("0x13")],o=e.createRange(t[hs("0x4")]);for(const i of t.getWalker()){const{type:t,item:r,nextPosition:s}=i;if("text"===t||n[hs("0xd")](r)){const t=e[hs("0x24")](r);o.isCollapsed&&(o[hs("0x4")]=t),o[hs("0x5b")]=s}}return o.isCollapsed?null:o}const fs='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.916 11.916 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Zm1.55 5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"/></svg>\n',ps=["_threadToController","_createUIButton","CommentsUI","editor","view","removeCommentThread","Comment","execute","getCommentThread","plugins","hasMarkerForId","model","hasCommentThread","map","pluginName","has","innerView","getAllMarkersForId","CommentThreadInputView","comment","low","activeMarker","get","listenTo","add","addSourceCollector","from","tooltip","highest","find","addComment","requires","icon","comment:","CommentsListView","length","locale","focus","commands","init"];var gs,bs;gs=ps,bs=292,function(t){for(;--t;)gs.push(gs.shift())}(++bs);const vs=function(t,e){return ps[t-=0]};class _s extends t.Plugin{static get[vs("0x2")](){return vs("0x1e")}static get[vs("0x13")](){return[Dr,ds,Xr,Or]}get[vs("0x16")](){return si}get[vs("0x6")](){return Go}[vs("0x1b")](){const t=this[vs("0x1f")],e=t[vs("0x25")][vs("0xa")](Dr),n=t[vs("0x25")][vs("0xa")](ds),o=t[vs("0x25")][vs("0xa")](Or),i=t[vs("0x25")].get(Xr);t.ui.componentFactory[vs("0xc")](vs("0x7"),(()=>this[vs("0x1d")]())),i[vs("0xd")]((()=>{const t=[];for(const[o,i]of e[vs("0x1c")]){const e=n[vs("0x5")](o.id),r=e[vs("0x1")]((t=>t.getRange()));e[vs("0x17")]>0&&t.push([i.view,r])}return t})),this[vs("0xb")](o,"change:activeAnnotations",((t,o,i)=>{const r=Array[vs("0xe")](i).map((t=>t[vs("0x4")]))[vs("0x11")]((t=>e._viewToController[vs("0x3")](t)));if(!r)return void(n[vs("0x9")]=null);const s=e._viewToController.get(r)[vs("0x27")].id,a=vs("0x15")+s;n[vs("0x26")](s)?n.activeMarker=a:n[vs("0x9")]&&(n.activeMarker=null)})),this.listenTo(e,vs("0x21"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui.focusTracker.isFocused&&n[vs("0x26")](o)&&t.editing.view.focus()}),{priority:vs("0x10")}),this[vs("0xb")](e,vs("0x12"),((o,{threadId:i,isFromAdapter:r})=>{!r&&n.hasMarkerForId(i)&&e[vs("0x0")](i)&&1===e[vs("0x24")](i)[vs("0x17")]&&(t.editing[vs("0x20")][vs("0x19")](),o.stop())}),{priority:vs("0x8")})}[vs("0x1d")](){const t=this.editor,e=new go.ButtonView(t[vs("0x18")]),n=t[vs("0x1a")][vs("0xa")]("addCommentThread");return e.label=bo(t.locale,"Comment"),e[vs("0xf")]=bo(t[vs("0x18")],vs("0x22")),e[vs("0x14")]=fs,e.bind("isEnabled").to(n),this[vs("0xb")](e,vs("0x23"),(()=>n.execute())),e}}const ws=["listenTo","affectsData","clearForceDisabled","clipboardInput","afterInit","editing","editor","DragDrop","set","config","has","commands","view","forceDisabled","highest","commentsOnlyMode","_disableCommentsOnlyMode","document","cut","delete","plugins","stop","change:isEnabled","pluginName","get","addCommentThread","requires","stopListening","_enableCommentsOnlyMode","isEnabled"];var ks,ys;ks=ws,ys=305,function(t){for(;--t;)ks.push(ks.shift())}(++ys);const As=function(t,e){return ws[t-=0]};class Cs extends t.Plugin{static get[As("0x12")](){return"CommentsOnly"}static get[As("0x15")](){return[ds]}constructor(t){super(t),this[As("0x3")](As("0x18"),null),this.on(As("0x11"),((t,e,n)=>{n?this[As("0x17")]():this[As("0xb")]()}))}[As("0x1d")](){null===this.isEnabled&&(this[As("0x18")]=!!this[As("0x1")][As("0x4")][As("0x13")]("commentsOnly"))}[As("0x17")](){for(const[t,e]of this.editor.commands)e[As("0x1a")]&&"addCommentThread"!==t&&e[As("0x8")](As("0xa"));this[As("0x1")].plugins[As("0x5")](As("0x2"))&&this[As("0x1")][As("0xf")].get(As("0x2")).forceDisabled(As("0xa"));const t=this.editor[As("0x0")][As("0x7")].document;this[As("0x19")](t,As("0xd"),(t=>t[As("0x10")]()),{priority:As("0x9")}),this[As("0x19")](t,As("0x1c"),(t=>t.stop()),{priority:"highest"}),this[As("0x19")](t,As("0xe"),(t=>t[As("0x10")]()),{priority:As("0x9")})}_disableCommentsOnlyMode(){for(const[t,e]of this[As("0x1")][As("0x6")])e.affectsData&&As("0x14")!==t&&e[As("0x1b")](As("0xa"));this[As("0x16")](this.editor[As("0x0")].view[As("0xc")])}}const Ts=["length","_assertAnnotationDoesNotBelongToMultipleUIs","requires","set","change:activeAnnotation","annotationsuis-annotation-mismatch","_uisData","has","deactivate","push","deactivateAll","stopListening","add","register","_setSelectedAnnotations","plugins","setActiveAnnotation","activeUIs","destroy","detach","find","hasActive","isActive","remove","_visibleAnnotations","from","collection","activate","_activateAnnotation","attach","context","listenTo","delete","annotationsuis-activate-missing-ui","_uis","filter","activeAnnotations","get","_removeActiveAnnotation","switchTo","pluginName","_addActiveAnnotation","refilterAnnotations"];var Es,Is;Es=Ts,Is=103,function(t){for(;--t;)Es.push(Es.shift())}(++Is);const Os=function(t,e){return Ts[t-=0]};class js extends t.ContextPlugin{static get[Os("0x1c")](){return[Or]}static get[Os("0x17")](){return"AnnotationsUIs"}constructor(t){super(t),this[Os("0x0")]=new Set,this._uis=new Map,this[Os("0x20")]=new Map}init(){const t=this[Os("0xd")][Os("0x29")][Os("0x14")](Or);this[Os("0xe")](t,Os("0xb"),((t,e)=>{for(const t of this[Os("0x0")]){const n=this[Os("0x11")][Os("0x14")](t);(0,this._uisData[Os("0x14")](t)[Os("0x12")])(e)&&n[Os("0x2a")](e)}})),this[Os("0xe")](t,"_deactivateAllAnnotations",(()=>{for(const t of this.activeUIs)this._uis[Os("0x14")](t)[Os("0x2a")](null)})),this[Os("0xe")](t[Os("0x7")],Os("0x26"),((t,e)=>{this[Os("0x1b")](e)}))}[Os("0x4")](){return this.activeUIs.size>0}[Os("0x5")](t){return this[Os("0x0")][Os("0x21")](t)}[Os("0xa")](t,n=(()=>!0)){const o=this[Os("0xd")].plugins[Os("0x14")](Or);if(!this._uis[Os("0x21")](t))throw new e.CKEditorError(Os("0x10"),this,{uiName:t});this.isActive(t)&&this[Os("0x22")](t),this[Os("0x0")][Os("0x26")](t);const i=new yr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e[kr("0x10")](o);e[kr("0x11")](t,kr("0x10"),((t,o)=>{n(o)&&e[kr("0x10")](o)})),e[kr("0x11")](t,kr("0x1"),((t,n)=>{e[kr("0x4")](n)&&e[kr("0x1")](n)}))})({source:o[Os("0x7")],target:i,filter:n}),this[Os("0x20")].set(t,{collection:i,filter:n});const r=this[Os("0x11")][Os("0x14")](t);r[Os("0xc")](i),this[Os("0xe")](r,Os("0x1e"),((t,e,n,i)=>{i&&o[Os("0x15")](i),n&&o[Os("0x18")](n)}))}deactivate(t){this[Os("0x0")][Os("0xf")](t);const e=this[Os("0x11")][Os("0x14")](t);e[Os("0x2")](),this[Os("0x25")](e),this[Os("0x20")].get(t)[Os("0x9")][Os("0x1")](),this[Os("0x20")][Os("0xf")](t)}[Os("0x16")](t){const e=this.context[Os("0x29")].get(Or),n=Array[Os("0x8")](e[Os("0x13")])[0]||null;this[Os("0x24")](),this[Os("0xa")](t);const o=this[Os("0x11")][Os("0x14")](t);o[Os("0x2a")](n),o[Os("0x28")]&&n&&o[Os("0x28")]([n])}deactivateAll(){for(const t of this.activeUIs)this.deactivate(t)}[Os("0x27")](t,n){if(this[Os("0x11")][Os("0x21")](t))throw new e.CKEditorError("annotationsuis-register-already-registered");if("function"!=typeof n[Os("0xc")]||"function"!=typeof n[Os("0x2")]||"function"!=typeof n[Os("0x2a")])throw new e.CKEditorError("annotationsuis-register-invalid-interface",null);this._uis[Os("0x1d")](t,n)}[Os("0x19")](){const t=this[Os("0xd")][Os("0x29")].get(Or)[Os("0x9")],e=new Map,n=Array.from(this.activeUIs);for(const t of this[Os("0x0")]){const n=this[Os("0x20")][Os("0x14")](t).collection;for(const o of n)e[Os("0x1d")](o,t)}for(const o of t){const t=e[Os("0x14")](o);this[Os("0x1b")](o);const i=n[Os("0x3")]((t=>this[Os("0x20")][Os("0x14")](t)[Os("0x12")](o)));t!==i&&(t&&this[Os("0x20")][Os("0x14")](t)[Os("0x9")][Os("0x6")](o),i&&this[Os("0x20")][Os("0x14")](i)[Os("0x9")][Os("0x26")](o))}}[Os("0x1")](){this[Os("0x24")](),super[Os("0x1")]()}[Os("0x1b")](t){const n=[];for(const e of this[Os("0x0")])(0,this._uisData[Os("0x14")](e).filter)(t)&&n[Os("0x23")](e);if(n[Os("0x1a")]>1)throw new e.CKEditorError(Os("0x1f"),null,{matchedUIs:n,annotationType:t.type})}}var Vs=n(100),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(Vs.Z,Ms);Vs.Z.locals;const Rs=["div","setTemplate","class","minHeight","set","list","bindTemplate","createCollection","ck-reset"];var Ss,Ds;Ss=Rs,Ds=186,function(t){for(;--t;)Ss.push(Ss.shift())}(++Ds);const Ns=function(t,e){return Rs[t-=0]},Ps=(0,e.toUnit)("px");class Bs extends go.View{constructor(t){super(t);const e=this[Ns("0x0")];this[Ns("0x7")](Ns("0x6"),0),this[Ns("0x7")](Ns("0x5"),""),this[Ns("0x8")]=this[Ns("0x1")](),this[Ns("0x4")]({tag:Ns("0x3"),attributes:{class:["ck","ck-sidebar",Ns("0x2"),e.to(Ns("0x5"))],style:{minHeight:e.to(Ns("0x6"),(t=>t?Ps(t+10):null))}},children:this[Ns("0x8")]})}}const Ls=["bindTemplate","_mutationObserver","createCollection","height","set","top","element","destroy","ck-sidebar-item","content","detach","ck-sidebar-item--no-animation","updateHeight","clientHeight","setTemplate","_targetTop","attach","render","bottom","bind","isAnimationDisabled"];var Fs,zs;Fs=Ls,zs=288,function(t){for(;--t;)Fs.push(Fs.shift())}(++zs);const Ks=function(t,e){return Ls[t-=0]},Us=(0,e.toUnit)("px");class Ws extends go.View{constructor(t){super(t),this[Ks("0xa")]("top"),this[Ks("0xa")](Ks("0x9"),0),this[Ks("0x4")](Ks("0x3")).to(this,Ks("0xb"),this,Ks("0x9"),((t,e)=>(t||0)+e)),this.set(Ks("0x5"),!1),this[Ks("0x7")]=rr((()=>this[Ks("0x12")]())),this[Ks("0x0")]=null,this[Ks("0xf")]=this[Ks("0x8")]();const e=this[Ks("0x6")];this[Ks("0x14")]({tag:"div",attributes:{class:[Ks("0xe"),e.to(Ks("0x5"),(t=>t?Ks("0x11"):""))],style:{top:e.to("top",Us)}},children:this[Ks("0xf")]})}[Ks("0x2")](){super[Ks("0x2")](),this[Ks("0x7")][Ks("0x1")](this[Ks("0xc")])}[Ks("0x12")](){const t=this[Ks("0xc")][Ks("0x13")];t&&(this.height=t)}[Ks("0xd")](){this[Ks("0xf")].clear(),this[Ks("0x7")][Ks("0x10")](),super[Ks("0xd")]()}}const Hs=["container","destroy","get","object","locale","_activeAnnotation","minHeight","_getTargetTop","stopListening","_createSidebarView","_lastItem","change:targetRect","_detachFromContainer","_annotations","clear","list","add","refresh","target","_getItemAfter","set","_getMaxAvailableTop","content","appendChild","bottom","pluginName","_setItemTop","define","render","_alignAfterItem","updateHeight","sidebar.container","_destroySidebarItemView","bind","_alignBeforeItem","top","_attachToContainer","_sidebarItemViewToAnnotation","change:top","getIndex","view","sidebar-attachtocontainer-missing-container","nodeType","context","sidebar.preventScrollOutOfView","push","_annotationToSidebarItemView","_getItemBefore","listenTo","Sidebar","addAnnotation","_alignForTopChange","init","class","_updateLastItem","isAnimationDisabled","delete","change:bottom","_recalculateBuffer","max","remove","isActive","element","_alignToTargetRect","config","sidebar-setcontainer-invalid-element","length","_alignForBottomChange","_recalculate","_spaceBetweenItems","getSidebarItemView"];var Zs,qs;Zs=Hs,qs=414,function(t){for(;--t;)Zs.push(Zs.shift())}(++qs);const Xs=function(t,e){return Hs[t-=0]};class $s extends t.ContextPlugin{static get[Xs("0x25")](){return Xs("0x3d")}constructor(t){super(t),this[Xs("0x20")](Xs("0x16")),this[Xs("0x34")]=this[Xs("0x15")](),this[Xs("0x20")](Xs("0xc"),null),this._spaceBetweenItems=25,this._sidebarItemViewToAnnotation=new Map,this[Xs("0x3a")]=new Map,this[Xs("0x37")].config[Xs("0x27")](Xs("0x38"),!1),this[Xs("0x19")]=null,this[Xs("0x11")]=null,this._recalculateBuffer=[]}[Xs("0x40")](){const t=this[Xs("0x37")][Xs("0x5")][Xs("0xe")](Xs("0x2b"));t&&this.setContainer(t)}setContainer(t){if(!Js(t))throw new e.CKEditorError(Xs("0x6"));this.container=t}[Xs("0x30")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!Js(this[Xs("0xc")]))throw new e.CKEditorError(Xs("0x35"),this);this[Xs("0xc")][Xs("0x23")](this[Xs("0x34")][Xs("0x3")]),this[Xs("0x34")][Xs("0x41")]=t,this[Xs("0xa")]=n}rearrange({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this.getSidebarItemView(t);this.view[Xs("0x1b")][Xs("0x1")](o),this._destroySidebarItemView(t),e&&this[Xs("0x4")](this[Xs("0xb")](e)),n&&this[Xs("0x4")](this.getSidebarItemView(n)),this._updateLastItem()}[Xs("0x1d")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this._activeAnnotation=e,t){t.isActive=!1;const e=this.getSidebarItemView(t);e&&n&&(e.isAnimationDisabled=!1)}if(e){const t=this[Xs("0xb")](e);t&&(e[Xs("0x2")]=!0,n&&(t[Xs("0x43")]=!0,t[Xs("0x2f")]+=1),this[Xs("0x4")](t))}}[Xs("0x18")](t){this[Xs("0x14")](),this[Xs("0x34")][Xs("0x3")][Xs("0x1")]();for(const e of t)this._destroySidebarItemView(e);this[Xs("0x34")][Xs("0x1b")][Xs("0x1a")](),this[Xs("0x34")].class="",this[Xs("0x16")]=null}[Xs("0x3e")](t,e){e||(e=t[Xs("0x34")]);const n=new Ws(this[Xs("0x37")][Xs("0x10")]);this._sidebarItemViewToAnnotation.set(n,t),this[Xs("0x3a")][Xs("0x20")](t,n),n.content[Xs("0x1c")](e),this.listenTo(t[Xs("0x34")],Xs("0x17"),((e,o,i)=>{const r=this._getTargetTop(t,i);n._targetTop!=r&&(n._targetTop=r,this[Xs("0x26")](n,r))})),this.listenTo(n,Xs("0x32"),(()=>{this[Xs("0x9")](n,"top")})),this[Xs("0x3c")](n,Xs("0x45"),(()=>{this[Xs("0x9")](n,"bottom")})),this._alignToTargetRect(n);const o=this._getItemBefore(n);return o?this[Xs("0x29")](o,n)||this._alignToTargetRect(n):this[Xs("0x4")](n),this._updateLastItem(),this[Xs("0x34")].list[Xs("0x1c")](n),n}[Xs("0x3f")](t){if(!t[Xs("0x22")].length)return;const e=this._getItemBefore(t);if(!e)return;const n=this[Xs("0x31")][Xs("0xe")](e),o=this[Xs("0x11")];o&&o===n?this[Xs("0x29")](e,t):this[Xs("0x2e")](t,e)}[Xs("0x8")](t){if(!t.content[Xs("0x7")])return;const e=this._getItemAfter(t);if(!e)return;const n=this[Xs("0x31")].get(e),o=this[Xs("0x37")].config[Xs("0xe")](Xs("0x38")),i=this[Xs("0x11")];i&&i===n&&o?(this._alignBeforeItem(e,t),this[Xs("0x29")](t,e)):i&&i===n?this[Xs("0x2e")](e,t):this._alignAfterItem(t,e)}_recalculate(t,e){0===this[Xs("0x46")][Xs("0x7")]&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this._recalculateBuffer)Xs("0x2f")===e?this._alignForTopChange(t):this[Xs("0x8")](t);this._recalculateBuffer=[]}),10),this._recalculateBuffer[Xs("0x39")]({sidebarItemView:t,changedProp:e})}[Xs("0xb")](t){return this[Xs("0x3a")][Xs("0xe")](t)}destroy(){this[Xs("0x34")][Xs("0xd")]()}[Xs("0x2c")](t){const e=this[Xs("0xb")](t);this[Xs("0x14")](e),this[Xs("0x14")](t[Xs("0x34")]),e[Xs("0xd")](),this[Xs("0x3a")][Xs("0x44")](t),this._sidebarItemViewToAnnotation[Xs("0x44")](e)}_createSidebarView(){const t=new Bs(this[Xs("0x37")][Xs("0x10")]);return t[Xs("0x28")](),this.on("change:_lastItem",((e,n,o,i)=>{i&&t.unbind(Xs("0x12")),o?t[Xs("0x2d")](Xs("0x12")).to(o,Xs("0x24")):t[Xs("0x12")]=null})),t}[Xs("0x42")](){this[Xs("0x16")]=this[Xs("0xb")](this[Xs("0x19")].last)}[Xs("0x3b")](t){const e=this[Xs("0x31")].get(t),n=this[Xs("0x19")][Xs("0xe")](this[Xs("0x19")][Xs("0x33")](e)-1);return n&&this[Xs("0xb")](n)}[Xs("0x1f")](t){const e=this._sidebarItemViewToAnnotation[Xs("0xe")](t),n=this[Xs("0x19")][Xs("0xe")](this[Xs("0x19")][Xs("0x33")](e)+1);return n&&this.getSidebarItemView(n)}[Xs("0x2e")](t,e){t[Xs("0x2a")]();const n=Gs(e[Xs("0x24")]+this[Xs("0xa")],t.top);return!!n&&(this[Xs("0x26")](e,e[Xs("0x2f")]-n),!0)}_alignAfterItem(t,e){t.updateHeight();const n=Gs(t[Xs("0x24")]+this[Xs("0xa")],e[Xs("0x2f")]);return!!n&&(this._setItemTop(e,e[Xs("0x2f")]+n,!1),!0)}[Xs("0x4")](t){const e=this._sidebarItemViewToAnnotation.get(t);if(!e||!e[Xs("0x1e")])return;const n=this[Xs("0x13")](e,e.targetRect);this[Xs("0x26")](t,n)}[Xs("0x13")](t,n){if(null===n)return 0;if(t[Xs("0x1e")]instanceof e.Rect)return n.top;{const t=new e.Rect(this[Xs("0x34")].element).top;return n[Xs("0x2f")]-t}}[Xs("0x26")](t,e,n=this[Xs("0x37")][Xs("0x5")][Xs("0xe")]("sidebar.preventScrollOutOfView")){n&&(e=Math[Xs("0x0")](e,this._getMaxAvailableTop(t))),t[Xs("0x2f")]=e}[Xs("0x21")](t){let e=this[Xs("0x3b")](t),n=0;for(;e;)e[Xs("0x2a")](),n+=this[Xs("0xa")]+e.height,e=this[Xs("0x3b")](e);return n}}function Gs(t,e){return Math[Xs("0x0")](t-e,0)}function Js(t){return null!==t&&Xs("0xf")==typeof t&&1===t[Xs("0x36")]}const Ys=["hasDomSelection","getOrderedSelectedAnnotations","uiUpdate","_destroyEditorAnnotationsIntegration","_detachFromContainer","attach","context","ck-sidebar--wide","updateTargetRect","_refreshPositioningDebounced","_integrateWithEditorAnnotations","wideSidebar","get","set","Sidebar","widesidebar-attach-already-attached","cancel","ready","requires","editors","annotations","addAnnotation","off","detach","removeEventListener","listenTo","stopListening","activeAnnotation","stop","remove","isAttached","add","blur","WideSidebar","refreshPositioning","set:container","_attachToContainer","plugins","_editorAnnotations","setActiveAnnotation","rearrange","EditorAnnotations","high","refresh","addEventListener","_activeAnnotation","widesidebar-detach-not-attached","_annotations","resize","change:container"];var Qs,ta;Qs=Ys,ta=264,function(t){for(;--t;)Qs.push(Qs.shift())}(++ta);const ea=function(t,e){return Ys[t-=0]};class na extends t.ContextPlugin{static get[ea("0x4")](){return[$s,js]}static get pluginName(){return ea("0x13")}constructor(t){super(t),this[ea("0x10")]=!1,this[ea("0x31")](ea("0xd"),null),this[ea("0x6")]=null,this._editorAnnotations=new e.Collection,this[ea("0x2d")]=Qi((()=>{this[ea("0x6")].refreshPositioning()}),250,{leading:!1})}init(){const t=this[ea("0x2a")].plugins[ea("0x30")](js),e=this[ea("0x2a")].plugins[ea("0x30")]($s);t.register(ea("0x2f"),this),e.container&&t.switchTo(ea("0x2f"))}setActiveAnnotation(t){if(t===this[ea("0xd")])return;const e=this.context[ea("0x17")].get($s);e[ea("0x1f")]=t;const n=this[ea("0xd")];this[ea("0xd")]=t,e.refresh({blurredAnnotation:n,activatedAnnotation:this[ea("0xd")]})}attach(t){this[ea("0x6")]=t;const n=this[ea("0x2a")][ea("0x17")][ea("0x30")](ea("0x0"));if(n[ea("0x21")]=t,this[ea("0x10")])throw new e.CKEditorError(ea("0x1"),this);this[ea("0x10")]=!0,this[ea("0xb")](n,ea("0x15"),(()=>{this[ea("0x9")](),this[ea("0xb")](n,ea("0x23"),(e=>{e[ea("0x8")](),this[ea("0x29")](t)}))})),n[ea("0x16")]({viewClass:ea("0x2b")});const o=t=>{t[ea("0x2c")](),n[ea("0x7")](t)};for(const e of t)o(e);this[ea("0xb")](t,ea("0x11"),((t,e)=>{o(e)})),this[ea("0xb")](t,ea("0xf"),((e,o,i)=>{n[ea("0x1a")]({removedAnnotation:o,previousAnnotation:t[ea("0x30")](i-1),nextAnnotation:t.get(i+1)}),o===this[ea("0xd")]&&this[ea("0x19")](null)}),{priority:"high"}),this[ea("0xb")](t,"focus",((t,e)=>{this.setActiveAnnotation(e)})),this[ea("0xb")](t,ea("0x12"),(()=>{this[ea("0x19")](null)}));const i=this.context[ea("0x5")]?this[ea("0x2a")][ea("0x5")]:new e.Collection([this.context]);for(const t of i)this[ea("0x2e")](t);this[ea("0xb")](i,ea("0x11"),((t,e)=>{this[ea("0xb")](e,ea("0x3"),(()=>{this[ea("0x2e")](e)}))})),this[ea("0xb")](i,ea("0xf"),((t,e)=>{e.plugins.has(ea("0x1b"))&&this._destroyEditorAnnotationsIntegration(e[ea("0x17")][ea("0x30")](ea("0x1b")))})),window[ea("0x1e")]("resize",this[ea("0x2d")]),this[ea("0x6")][ea("0x14")]()}[ea("0x9")](){if(!this[ea("0x10")])throw new e.CKEditorError(ea("0x20"),this);this[ea("0x19")](null);const t=this[ea("0x2a")].plugins[ea("0x30")]($s);t[ea("0x28")](this[ea("0x6")]),this[ea("0xc")](t),this[ea("0xc")](this[ea("0x6")]),this[ea("0xc")](this[ea("0x2a")][ea("0x5")]);for(const t of Array.from(this._editorAnnotations))this[ea("0x27")](t);window[ea("0xa")](ea("0x22"),this[ea("0x2d")]),this[ea("0x2d")][ea("0x2")](),this[ea("0xd")]=null,this[ea("0x10")]=!1,this[ea("0x6")]=null}destroy(){this[ea("0x10")]&&this[ea("0x9")]()}_integrateWithEditorAnnotations(t){const e=t[ea("0x17")].get(ea("0x1b"));if(!e)return;const n=()=>{const t=e[ea("0x25")]({annotations:this[ea("0x6")],activeAnnotation:this[ea("0xd")]});this[ea("0x19")](t[0]||null)};this[ea("0xb")](e,ea("0x1d"),n),this[ea("0xb")](e,ea("0x12"),((t,{isAnnotationTracked:e})=>{this[ea("0xd")]&&e(this[ea("0xd")])&&this[ea("0x19")](null)})),this[ea("0xb")](e,ea("0x26"),(()=>{this._refreshPositioningDebounced()})),this[ea("0xb")](this[ea("0x6")],ea("0x12"),(t=>{e[ea("0x24")]()&&(n(),t[ea("0xe")]())}),{priority:ea("0x1c")}),this[ea("0x18")].add(e)}[ea("0x27")](t){t&&(this[ea("0xc")](t),this._editorAnnotations[ea("0xf")](t))}}const oa=["counterView","_badge","extendTemplate","set","isDirty","add","children","bind","span","ck-annotation-counter__badge","number","icon","ck-annotation-counter","...","ck-annotation-counter__badge--edit-mode"];var ia,ra;ia=oa,ra=384,function(t){for(;--t;)ia.push(ia.shift())}(++ra);const sa=function(t,e){return oa[t-=0]};class aa extends go.ButtonView{constructor(t){super(t);const e=this.bindTemplate;this[sa("0x9")]("isDirty",!1),this[sa("0x9")](sa("0x1"),0),this[sa("0xd")](sa("0x7")).to(this,sa("0xa"),this,sa("0x1"),((t,e)=>t?sa("0x4"):e)),this[sa("0x9")]("annotationType",""),this[sa("0x2")]=fs,this[sa("0x8")]({attributes:{class:[sa("0x3")]}}),this[sa("0x6")]=new go.View,this.counterView.setTemplate({tag:sa("0xe"),attributes:{class:[sa("0x0"),e.to("annotationType",(t=>"ck-annotation-counter__badge--"+t)),e.if(sa("0xa"),sa("0x5"))]},children:[{text:e.to(sa("0x7"))}]}),this[sa("0xc")][sa("0xb")](this[sa("0x6")])}}var ca=n(28),xa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(ca.Z,xa);ca.Z.locals;const ha=["_showBalloon","content","add","stopListening","detach","keyCode","refresh","annotationType","isDirty","southArrowNorthWest","_annotationToNarrowView","editors","_setSelectedAnnotations","register","southArrowNorth","bodyCollection","ready","Sidebar","pluginName","setActiveAnnotation","remove","mousedown","set:container","defaultPositions","init","isVisible","_refreshPositioning","removeEventListener","preventDefault","requires","number","attach","isAttached","keydown","create","target","_domEmitter","delete","off","preventClosingBalloon","resize","ck-sidebar--narrow","activeAnnotation","contains","first","_refreshPositioningDebounced","view","addEventListener","unpin","set","attachToDom","element","narrowsidebar-attach-already-attached","_hideBalloon","annotations","stop","locale","_updateBalloonPosition","_attachListeners","pin","destroy","_detachListeners","_annotations","_integrateWithEditorAnnotations","addAnnotation","Esc","_manuallyClosedAnnotationViews","getSidebarItemView","context","northArrowSouthWest","_destroyEditorAnnotationsIntegration","high","type","_attachToContainer","has","NarrowSidebar","balloonPanelView","get","blur","getByView","change:container","from","refreshPositioning","listenTo","plugins","EditorAnnotations","detachFromDom","includes","focus","execute","northArrowSouth","hasDomSelection","_editorAnnotations","narrowsidebar-detach-not-attached","_selectedAnnotations","clear","southArrowNorthEast"];var da,la;da=ha,la=204,function(t){for(;--t;)da.push(da.shift())}(++la);const ua=function(t,e){return ha[t-=0]};class ma extends t.ContextPlugin{static get[ua("0x13")](){return[$s,js]}static get[ua("0x8")](){return ua("0x41")}constructor(t){super(t),this.isAttached=!1,this[ua("0x38")]=new Set,this._domEmitter=Object[ua("0x18")](e.DomEmitterMixin),this[ua("0x0")]=new Map,this.set(ua("0x20"),null),this[ua("0x2c")]=null,this._selectedAnnotations=[],this[ua("0x52")]=new e.Collection,this[ua("0x23")]=Qi((()=>{this[ua("0x10")]()}),250,{leading:!1})}[ua("0xe")](){this[ua("0x3a")][ua("0x4a")][ua("0x43")](js)[ua("0x3")]("narrowSidebar",this),this[ua("0x5")]=new go.BodyCollection(this[ua("0x3a")][ua("0x2e")]),this[ua("0x42")]=new go.BalloonPanelView(this.context[ua("0x2e")]),this[ua("0x5")][ua("0x28")](),this[ua("0x5")][ua("0x59")](this[ua("0x42")])}[ua("0x15")](t){this[ua("0x2c")]=t;const n=this.context.plugins[ua("0x43")]($s),o=this[ua("0x42")];if(n[ua("0x34")]=t,this.isAttached)throw new e.CKEditorError(ua("0x2a"),this);this[ua("0x16")]=!0,this[ua("0x49")](n,ua("0xc"),(()=>{this.detach(),this.listenTo(n,ua("0x46"),(e=>{e[ua("0x1c")](),this[ua("0x15")](t)}))})),n[ua("0x3f")]({viewClass:ua("0x1f"),spaceBetweenItems:5});const i=t=>{const e=new aa(this[ua("0x3a")].locale);n[ua("0x36")](t,e),this._annotationToNarrowView[ua("0x27")](t,e),e.bind("isDirty",ua("0x5e"),ua("0x14")).to(t[ua("0x24")],ua("0x5f"),ua("0x3e"),"length"),e.on(ua("0x4f"),(()=>{this[ua("0x38")][ua("0x55")](),o[ua("0x58")][ua("0x22")]!==t[ua("0x24")]?(this[ua("0x57")](t),t[ua("0x24")][ua("0x29")][ua("0x4e")](),this.setActiveAnnotation(t)):this.setActiveAnnotation(null)}))};for(const e of t)i(e);this[ua("0x49")](t,"add",((t,e)=>{i(e)})),this[ua("0x49")](t,ua("0xa"),((e,o,i)=>{this._annotationToNarrowView.get(o)[ua("0x32")](),this[ua("0x0")][ua("0x1b")](o),n.rearrange({removedAnnotation:o,previousAnnotation:t.get(i-1),nextAnnotation:t.get(i+1)}),o===this.activeAnnotation&&this[ua("0x9")](null)}),{priority:"low"}),this[ua("0x49")](t,ua("0x4e"),((t,e)=>{this.setActiveAnnotation(e)})),this[ua("0x49")](t,ua("0x44"),(()=>{this[ua("0x9")](null)})),this[ua("0x1a")][ua("0x49")](document,ua("0x17"),((t,n)=>{n[ua("0x5c")]===e.keyCodes.esc&&o[ua("0xf")]&&(this._manuallyClosedAnnotationViews[ua("0x59")](o[ua("0x58")][ua("0x22")]),this[ua("0x2b")](),n.stopPropagation(),n[ua("0x12")]())})),this[ua("0x1a")][ua("0x49")](document,ua("0xb"),((t,e)=>{const i=e[ua("0x19")];o.isVisible&&o[ua("0x29")][ua("0x21")](i)||n.view[ua("0x29")][ua("0x21")](i)||t[ua("0x1d")]||(this[ua("0x38")][ua("0x55")](),this[ua("0x2b")](),this[ua("0x9")](null))}));const r=this.context[ua("0x1")]?this[ua("0x3a")][ua("0x1")]:new e.Collection([this[ua("0x3a")]]);for(const t of r)this[ua("0x35")](t);this[ua("0x49")](r,ua("0x59"),((t,e)=>{this[ua("0x49")](e,ua("0x6"),(()=>{this[ua("0x35")](e)}))})),this[ua("0x49")](r,"remove",((t,e)=>{e.plugins[ua("0x40")](ua("0x4b"))&&this[ua("0x3c")](e.plugins[ua("0x43")](ua("0x4b")))})),window[ua("0x25")](ua("0x1e"),this[ua("0x23")]),this._refreshPositioning()}[ua("0x9")](t){if(t===this.activeAnnotation)return;const e=this[ua("0x3a")][ua("0x4a")][ua("0x43")](ua("0x7"));e[ua("0x5d")]({blurredAnnotation:this.activeAnnotation,activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t?e[ua("0x39")](t)?this._showBalloon(t):this[ua("0x2b")]():this._hideBalloon(),this[ua("0x20")]=t}[ua("0x5b")](){if(!this[ua("0x16")])throw new e.CKEditorError(ua("0x53"),this);this[ua("0x9")](null);const t=this[ua("0x3a")].plugins.get(ua("0x7"));this._hideBalloon(),Array[ua("0x47")](this[ua("0x0")].values(),(t=>t[ua("0x32")]())),this[ua("0x0")][ua("0x55")](),t._detachFromContainer(this.annotations),this[ua("0x5a")](),this[ua("0x1a")][ua("0x5a")](),this[ua("0x5a")](this[ua("0x3a")][ua("0x1")]);for(const t of Array[ua("0x47")](this[ua("0x52")]))this._destroyEditorAnnotationsIntegration(t);window[ua("0x11")](ua("0x1e"),this[ua("0x23")]),this._refreshPositioningDebounced.cancel(),this[ua("0x54")]=[],this[ua("0x16")]=!1,this[ua("0x2c")]=null}[ua("0x32")](){this[ua("0x16")]&&this[ua("0x5b")](),this[ua("0x5")][ua("0x4c")]()}_integrateWithEditorAnnotations(t){const e=t.plugins[ua("0x43")]("EditorAnnotations"),n=this[ua("0x3a")][ua("0x4a")].get($s),o=this[ua("0x2c")],i=this[ua("0x42")],r=()=>{const t=e.getOrderedSelectedAnnotations({activeAnnotation:this.activeAnnotation,annotations:this.annotations});this[ua("0x2")](t),this[ua("0x9")](t[0]||null)};this[ua("0x49")](e,"refresh",r),this[ua("0x49")](e,ua("0x44"),((t,{isAnnotationTracked:e})=>{this[ua("0x20")]&&e(this.activeAnnotation)&&(this[ua("0x2")]([]),this[ua("0x9")](null))})),this[ua("0x49")](e,"uiUpdate",(()=>{this[ua("0x23")]()})),this.listenTo(o,ua("0x44"),(t=>{e[ua("0x51")]()&&t[ua("0x2d")]()}),{priority:ua("0x3d")}),this._domEmitter[ua("0x49")](document,ua("0xb"),((t,o)=>{const s=o[ua("0x19")];i[ua("0xf")]&&i[ua("0x29")].contains(s)||n.view[ua("0x29")][ua("0x21")](s)||this.activeAnnotation&&e[ua("0x51")]()&&(r(),t[ua("0x1d")]=!0)}),{priority:"high"}),this[ua("0x52")][ua("0x59")](e)}_destroyEditorAnnotationsIntegration(t){t&&(this.stopListening(t),this[ua("0x52")].remove(t))}_setSelectedAnnotations(t){for(const e of this[ua("0x54")])t[ua("0x4d")](e)||this[ua("0x38")][ua("0x1b")](e[ua("0x24")]);this._selectedAnnotations=t}[ua("0x10")](){const t=this[ua("0x42")];this[ua("0x2c")][ua("0x48")](),t[ua("0xf")]&&this._updateBalloonPosition()}[ua("0x57")](t){if(this._manuallyClosedAnnotationViews[ua("0x40")](t[ua("0x24")]))return;const e=this.balloonPanelView[ua("0x58")][ua("0x22")];e!==t.view?(e&&this[ua("0x33")](e),this._attachListeners(t[ua("0x24")]),this.balloonPanelView.content[ua("0x55")](),this.balloonPanelView.content[ua("0x59")](t[ua("0x24")]),this[ua("0x2f")]()):this[ua("0x2f")]()}[ua("0x2f")](){const t=this[ua("0x42")][ua("0x58")].first,e=this[ua("0x2c")][ua("0x45")](t);if(!this[ua("0x0")].has(e))return;const n=this._annotationToNarrowView[ua("0x43")](e)[ua("0x29")],o=function(){const t=go.BalloonPanelView[ua("0xd")];return[t[ua("0x56")],t.northArrowSouthEast,t[ua("0x4")],t[ua("0x50")],t[ua("0x60")],t[ua("0x3b")]]}();this[ua("0x42")][ua("0x31")]({target:n,positions:o})}[ua("0x2b")](){const t=this[ua("0x42")],e=t[ua("0x58")][ua("0x22")];e&&(this[ua("0x33")](e),t[ua("0x26")](),t[ua("0x58")][ua("0x55")]())}[ua("0x30")](t){this[ua("0x49")](t,"change:height",(()=>this[ua("0x2f")]())),this[ua("0x49")](t,ua("0x37"),((e,n)=>{this[ua("0x38")].add(t),this[ua("0x2b")](),n()}))}[ua("0x33")](t){this.stopListening(t)}}var fa=n(275),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Si()(fa.Z,pa);fa.Z.locals;const ga=["set","afterInit","focusTracker","has","inlineannotations-not-allowed-with-context","focus","inline","setActiveAnnotation","isFocused","_setSelectedAnnotations","visibleView","get","getSelection","mousedown","change:isFocused","switchTo","updatePosition","EditorAnnotations","update","_addedAnnotations","register","Esc","_selectedAnnotations","includes","destroy","init","requires","getRangeAt","every","editableElement","length","annotations","detach","target","InlineAnnotations","listenTo","activeAnnotation","stopListening","delete","attach","addObserver","inlineannotations-attach-already-attached","hasView","change:visibleView","plugins","pluginName","document","_manuallyClosed","view","_addAnnotationToBalloon","_balloon","_forceRefresh","_removeAnnotationFromBalloon","refresh","inlineannotations-detach-not-attached","editor","_closeAnnotation","blur","getByView","isAttached","context","selection","keystrokes","add","getOrderedSelectedAnnotations","editing","isActive","remove"];var ba,va;ba=ga,va=138,function(t){for(;--t;)ba.push(ba.shift())}(++va);const _a=function(t,e){return ga[t-=0]};class wa extends t.Plugin{static get[_a("0x18")](){return[Xr,go.ContextualBalloon,js]}static get[_a("0x2b")](){return _a("0x20")}constructor(t){super(t),t.editing[_a("0x2e")][_a("0x26")](Oo.MouseObserver),this[_a("0x39")]=!1,this[_a("0x42")](_a("0x22"),null),this[_a("0x1d")]=null,this[_a("0x2d")]=new Set,this._balloon=t[_a("0x2a")][_a("0x9")](go.ContextualBalloon),this[_a("0x11")]=new Set,this[_a("0x14")]=[],this[_a("0x31")]=!1}[_a("0x17")](){const t=this[_a("0x35")][_a("0x2a")].get(js);t.context===this.editor&&(t[_a("0x12")]("inline",this),this.editor[_a("0x3c")].set(_a("0x13"),((t,e)=>{const n=this._balloon;if(this[_a("0x39")]&&n[_a("0x8")]){const t=this[_a("0x1d")].getByView(n[_a("0x8")]);this[_a("0x36")](t),e()}})))}[_a("0x43")](){const t=this[_a("0x35")].plugins[_a("0x9")](js);t[_a("0x3a")]===this[_a("0x35")]&&(t.hasActive()||t[_a("0xd")](_a("0x4")))}[_a("0x5")](t){t!==this[_a("0x22")]&&(this[_a("0x22")]&&(this[_a("0x22")].isActive=!1),t&&this[_a("0x35")].ui[_a("0x0")][_a("0x6")]&&(this[_a("0x2f")](t,!0),t[_a("0x40")]=!0),t||this._setSelectedAnnotations([]),this[_a("0x22")]=t)}[_a("0x25")](t){this[_a("0x1d")]=t;const n=this[_a("0x35")][_a("0x2a")][_a("0x9")](js),o=this._balloon;if(this[_a("0x39")])throw new e.CKEditorError(_a("0x27"),this);if(n.context!==this.editor)throw new e.CKEditorError(_a("0x2"),this);const i=this[_a("0x35")][_a("0x2a")][_a("0x9")](_a("0xf"));this[_a("0x21")](i,_a("0x33"),function(){const t=i[_a("0x3e")]({activeAnnotation:this[_a("0x22")],annotations:this.annotations});var e,n;!this[_a("0x31")]&&(e=t,n=this[_a("0x14")],e.length===n[_a("0x1c")]&&e[_a("0x1a")]((t=>n[_a("0x15")](t))))||(this[_a("0x31")]=!1,this[_a("0x7")](t),this[_a("0x5")](t[0]||null))}.bind(this)),this[_a("0x21")](i,_a("0x37"),((t,{isAnnotationTracked:e})=>{this[_a("0x22")]&&e(this.activeAnnotation)&&(this[_a("0x7")]([]),this[_a("0x5")](null))})),this[_a("0x21")](this[_a("0x35")].ui.focusTracker,_a("0xc"),((t,e,n)=>{n||this[_a("0x5")](null)})),this[_a("0x21")](t,_a("0x41"),((t,e)=>{this[_a("0x32")](e),e===this[_a("0x22")]&&this[_a("0x5")](null)})),this.listenTo(o,_a("0x29"),((e,n,i,r)=>{if(r&&this[_a("0x23")](r),!i||!t[_a("0x38")](i))return;const s=t.getByView(i);this[_a("0x21")](i,"change:height",(()=>{o[_a("0xe")]()})),this.listenTo(i,"Esc",(()=>{this[_a("0x36")](s),this[_a("0x35")][_a("0x3f")].view[_a("0x3")]()})),this.activeAnnotation!==s&&this[_a("0x5")](s)})),this[_a("0x21")](this.editor.ui,_a("0x10"),(()=>{o[_a("0x8")]&&t[_a("0x38")](o[_a("0x8")])&&o[_a("0xe")]()})),this[_a("0x21")](this[_a("0x35")].editing[_a("0x2e")][_a("0x2c")],_a("0xb"),(()=>{this[_a("0x31")]=!0,this[_a("0x2d")].clear()})),this[_a("0x35")][_a("0x3f")][_a("0x2e")][_a("0x2c")][_a("0x3b")][_a("0x1b")]&&this[_a("0x35")][_a("0x3f")][_a("0x2e")][_a("0x3")](),this[_a("0x39")]=!0}detach(){if(!this[_a("0x39")])throw new e.CKEditorError(_a("0x34"),this);this[_a("0x5")](null);for(const t of this._addedAnnotations)this[_a("0x32")](t);this.stopListening(),this.isAttached=!1,this.annotations=null}[_a("0x16")](){this[_a("0x39")]&&this[_a("0x1e")]()}[_a("0x7")](t){for(const e of this[_a("0x14")])t[_a("0x15")](e)||this[_a("0x2d")][_a("0x24")](e);for(const e of this[_a("0x1d")])t[_a("0x15")](e)||this[_a("0x32")](e);if(this[_a("0x35")].ui[_a("0x0")][_a("0x6")])for(const e of t)this[_a("0x2f")](e);this._selectedAnnotations=t}[_a("0x2f")](t,e){this[_a("0x2d")].has(t)||(this._addedAnnotations[_a("0x1")](t)||this._balloon[_a("0x28")](t[_a("0x2e")])||(this[_a("0x11")][_a("0x3d")](t),this[_a("0x30")][_a("0x3d")]({stackId:t.view.id,view:t.view,position:{target:()=>t[_a("0x1f")]||t.targetRect||document[_a("0xa")]()[_a("0x19")](0)}})),e&&this[_a("0x30")].showStack(t.view.id))}_removeAnnotationFromBalloon(t){this[_a("0x11")].has(t)&&this[_a("0x30")][_a("0x28")](t[_a("0x2e")])&&(this._addedAnnotations[_a("0x24")](t),this[_a("0x30")][_a("0x41")](t.view))}[_a("0x36")](t){this[_a("0x2d")][_a("0x3d")](t),this[_a("0x32")](t)}}var ka,ya,Aa=["pluginName","requires","Comments"];ka=Aa,ya=474,function(t){for(;--t;)ka.push(ka.shift())}(++ya);var Ca=function(t,e){return Aa[t-=0]};class Ta extends t.Plugin{static get[Ca("0x1")](){return[Dr,ds,_s,Cs,na,ma,wa]}static get[Ca("0x0")](){return Ca("0x2")}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();