@ckeditor/ckeditor5-comments 38.1.0 → 38.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/build/comments.js +1 -1
  2. package/package.json +3 -3
  3. package/src/annotations/annotation.d.ts +86 -86
  4. package/src/annotations/annotation.js +1 -1
  5. package/src/annotations/annotationcollection.d.ts +94 -94
  6. package/src/annotations/annotationcollection.js +1 -1
  7. package/src/annotations/annotations.d.ts +150 -150
  8. package/src/annotations/annotations.js +1 -1
  9. package/src/annotations/annotationsuis.d.ts +228 -228
  10. package/src/annotations/annotationsuis.js +1 -1
  11. package/src/annotations/editorannotations.d.ts +63 -63
  12. package/src/annotations/editorannotations.js +1 -1
  13. package/src/annotations/inlineannotations.d.ts +86 -86
  14. package/src/annotations/inlineannotations.js +1 -1
  15. package/src/annotations/narrowsidebar.d.ts +81 -81
  16. package/src/annotations/narrowsidebar.js +1 -1
  17. package/src/annotations/sidebar.d.ts +96 -96
  18. package/src/annotations/sidebar.js +1 -1
  19. package/src/annotations/view/annotationcounterbuttonview.d.ts +25 -25
  20. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  21. package/src/annotations/view/annotationview.d.ts +86 -86
  22. package/src/annotations/view/annotationview.js +1 -1
  23. package/src/annotations/view/sidebaritemview.d.ts +51 -51
  24. package/src/annotations/view/sidebaritemview.js +1 -1
  25. package/src/annotations/view/sidebarview.d.ts +28 -28
  26. package/src/annotations/view/sidebarview.js +1 -1
  27. package/src/annotations/widesidebar.d.ts +73 -73
  28. package/src/annotations/widesidebar.js +1 -1
  29. package/src/augmentation.d.ts +48 -48
  30. package/src/comments/addcommentthreadcommand.d.ts +31 -31
  31. package/src/comments/addcommentthreadcommand.js +1 -1
  32. package/src/comments/commentsarchive.d.ts +27 -27
  33. package/src/comments/commentsarchive.js +1 -1
  34. package/src/comments/commentsarchiveui.d.ts +34 -34
  35. package/src/comments/commentsarchiveui.js +1 -1
  36. package/src/comments/commentsediting.d.ts +75 -75
  37. package/src/comments/commentsediting.js +1 -1
  38. package/src/comments/commentsrepository.d.ts +1088 -1088
  39. package/src/comments/commentsrepository.js +1 -1
  40. package/src/comments/commentsui.d.ts +29 -29
  41. package/src/comments/commentsui.js +1 -1
  42. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +13 -13
  43. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  44. package/src/comments/integrations/importword.d.ts +17 -17
  45. package/src/comments/integrations/importword.js +1 -1
  46. package/src/comments/ui/commenteditor/commenteditor.d.ts +32 -32
  47. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  48. package/src/comments/ui/commenteditor/commenteditorui.d.ts +27 -27
  49. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  50. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +32 -32
  51. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  52. package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
  53. package/src/comments/ui/commentthreadcontroller.js +1 -1
  54. package/src/comments/ui/view/basecommentthreadview.d.ts +108 -108
  55. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  56. package/src/comments/ui/view/basecommentview.d.ts +108 -108
  57. package/src/comments/ui/view/basecommentview.js +1 -1
  58. package/src/comments/ui/view/collapsedcommentsview.d.ts +9 -9
  59. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  60. package/src/comments/ui/view/commentcontentview.d.ts +10 -10
  61. package/src/comments/ui/view/commentcontentview.js +1 -1
  62. package/src/comments/ui/view/commentinputview.d.ts +82 -82
  63. package/src/comments/ui/view/commentinputview.js +1 -1
  64. package/src/comments/ui/view/commentsarchiveview.d.ts +34 -34
  65. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  66. package/src/comments/ui/view/commentslistview.d.ts +96 -96
  67. package/src/comments/ui/view/commentslistview.js +1 -1
  68. package/src/comments/ui/view/commentthreadheaderview.d.ts +46 -46
  69. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  70. package/src/comments/ui/view/commentthreadinputview.d.ts +37 -37
  71. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  72. package/src/comments/ui/view/commentthreadview.d.ts +113 -113
  73. package/src/comments/ui/view/commentthreadview.js +1 -1
  74. package/src/comments/ui/view/commentview.d.ts +239 -239
  75. package/src/comments/ui/view/commentview.js +1 -1
  76. package/src/comments.d.ts +31 -31
  77. package/src/comments.js +1 -1
  78. package/src/commentsonly.d.ts +29 -29
  79. package/src/commentsonly.js +1 -1
  80. package/src/config.d.ts +172 -172
  81. package/src/index.d.ts +21 -21
  82. package/src/utils/common-translations.d.ts +5 -5
  83. package/src/utils/common-translations.js +1 -1
  84. package/src/utils/createmutationobserver.d.ts +13 -13
  85. package/src/utils/createmutationobserver.js +1 -1
package/build/comments.js CHANGED
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2023, 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;white-space:normal}.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--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment--info .ck-comment__content{font-style:italic}.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{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment 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)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=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.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=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},515:(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-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-modal )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:320px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=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-color-thread-header-background:#fdfadf;--ck-color-thread-header-active-background:#fff4a8}.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__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.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;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--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.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);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;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-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}",""]);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,{AnnotationView:()=>br,Annotations:()=>Nr,AnnotationsUIs:()=>Ps,BaseCommentThreadView:()=>bi,BaseCommentView:()=>ji,Comment:()=>Wr,CommentThread:()=>Ur,CommentThreadController:()=>po,CommentThreadInputView:()=>Jo,CommentView:()=>Bi,Comments:()=>Xa,CommentsListView:()=>ai,CommentsOnly:()=>Ms,CommentsRepository:()=>Kr,CommentsUI:()=>Es,EditorAnnotations:()=>es,InlineAnnotations:()=>Ia,NarrowSidebar:()=>wa,WideSidebar:()=>xa});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,T=y.toString,A=k?k.toStringTag:void 0;const E=function(t){var e=C.call(t,A),n=t[A];try{t[A]=void 0;var o=!0}catch(t){}var i=T.call(t);return o&&(e?t[A]=n:delete t[A]),i};var I=Object.prototype.toString;const V=function(t){return I.call(t)};var O=k?k.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?E(t):V(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const j=function(t){if(!M(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const S=w["__core-js_shared__"];var N,D=(N=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"";const P=function(t){return!!D&&D in t};var B=Function.prototype.toString;const 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))&&(j(t)?H:F).test(L(t))};const q=function(t,e){return null==t?void 0:t[e]};const $=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const X=$(w,"Map");const G=$(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(X||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(!X||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 Tt=w.Uint8Array;const At=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,Vt=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 Tt(t),new Tt(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=At;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(Vt)return Vt.call(t)==Vt.call(e)}return!1};const Rt=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 jt=function(t,e,n){var o=e(t);return Mt(t)?o:Rt(o,n(t))};const St=function(t,e){for(var n=-1,o=null==t?0:t.length,i=0,r=[];++n<o;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r};const Nt=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),St(Pt(t),(function(e){return Dt.call(t,e)})))}:Nt;const 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]"==R(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,$t=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Xt=$t&&$t.exports===qt?w.Buffer:void 0;const Gt=(Xt?Xt.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[R(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)&&!j(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return jt(t,be,Bt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,i,r){var s=1&n,a=ve(t),c=a.length;if(c!=ve(e).length&&!s)return!1;for(var x=c;x--;){var h=a[x];if(!(s?h in e:_e.call(e,h)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var u=!0;r.set(t,e),r.set(e,t);for(var m=s;++x<c;){var f=t[h=a[x]],p=e[h];if(o)var g=s?o(p,f,h,e,t,r):o(f,p,h,t,e,r);if(!(void 0===g?f===p||i(f,p,n,o,r):g)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(u=!1)}return r.delete(t),r.delete(e),u};const ke=$(w,"DataView");const ye=$(w,"Promise");const Ce=$(w,"Set");const Te=$(w,"WeakMap");var Ae="[object Map]",Ee="[object Promise]",Ie="[object Set]",Ve="[object WeakMap]",Oe="[object DataView]",Re=L(ke),Me=L(X),je=L(ye),Se=L(Ce),Ne=L(Te),De=R;(ke&&De(new ke(new ArrayBuffer(1)))!=Oe||X&&De(new X)!=Ae||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=Ie||Te&&De(new Te)!=Ve)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Re:return Oe;case Me:return Ae;case je:return Ee;case Se:return Ie;case Ne:return Ve}return e});const Pe=De;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)?Ct(t,e,n,o,i,r):Ot(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=$(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var $e=Object.prototype.hasOwnProperty;const Xe=function(t,e,n){var o=t[e];$e.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const 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):Xe(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;)Rt(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 jt(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 Tt(e).set(new Tt(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 Tn=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 An=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(An)return An(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 Vn=function(t){return Ft(t)&&"[object Map]"==Pe(t)};var On=se&&se.isMap;const Rn=On?ne(On):Vn;const Mn=function(t){return Ft(t)&&"[object Set]"==Pe(t)};var jn=se&&se.isSet;const Sn=jn?ne(jn):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[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[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=Tn(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))})):Rn(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]),Xe(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]"==R(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,$n=/\\(\\)?/g;const Xn=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,i){e.push(o?i.replace($n,"$1"):n||t)})),e}));const 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]:Xn(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])?[]:{})}Xe(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=["update","remove","submit","listenTo","removeComment","view","resolve","updateComment","isResolved","reopenCommentThread","stopListening","reopen","_isAttached","destroy","model","addComment","getComment","submitCommentThread"];lo=mo,uo=202,function(t){for(;--t;)lo.push(lo.shift())}(++uo);var fo=function(t,e){return mo[t-=0]};class po extends((0,e.ObservableMixin)()){constructor(t,e){super(),this[fo("0xa")]=t,this[fo("0xa")][fo("0x8")]=!0,this[fo("0x1")]=e,this.listenTo(e,fo("0xd"),(()=>this[fo("0x10")]())),this[fo("0x11")](e,"removeCommentThread",(()=>this[fo("0xf")]())),this.listenTo(e,"resolveCommentThread",(()=>this[fo("0x2")]())),this[fo("0x11")](e,fo("0x5"),(()=>this[fo("0x7")]())),this.listenTo(e,fo("0xb"),((t,e)=>this[fo("0xb")](e))),this.listenTo(e,"updateComment",((t,e,n)=>this[fo("0x3")](e,n))),this[fo("0x11")](e,fo("0x0"),((t,e)=>this[fo("0x0")](e)))}[fo("0x10")](){this[fo("0xa")][fo("0x10")]()}[fo("0xf")](){this.model[fo("0xf")]()}[fo("0x2")](){this[fo("0xa")][fo("0x4")]||this[fo("0xa")][fo("0x2")]()}[fo("0x7")](){this[fo("0xa")][fo("0x4")]&&this[fo("0xa")][fo("0x7")]()}[fo("0xb")](t){this[fo("0xa")][fo("0xb")]({content:t,authorId:this[fo("0x1")]._localUser.id})}updateComment(t,e){this[fo("0xa")][fo("0xc")](t)[fo("0xe")]({content:e})}[fo("0x0")](t){this[fo("0xa")][fo("0xc")](t)[fo("0xf")]()}[fo("0x9")](){this[fo("0x6")](),this[fo("0xa")]._isAttached=!1}}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"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}const vo=["editable","element","ck-editor","ck-comment__input","uiLanguage","add","extendTemplate","comment","main","ck-voice-label","_voiceLabelView","div","createCollection","render","setTemplate","ck-rounded-corners","ck-reset","cke-editor__aria-label_","focus"];var _o,wo;_o=vo,wo=138,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("0x7")](),this[ko("0xe")]=new go.InlineEditableUIView(t,n),this[ko("0x5")]=this._createVoiceLabel(o,t),this[ko("0x9")]({tag:ko("0x6"),attributes:{class:[ko("0xb"),ko("0x10"),ko("0xa"),ko("0x11")],role:ko("0x2"),dir:t.uiLanguageDirection,lang:t[ko("0x12")],"aria-labelledby":ko("0xc")+o},children:[this[ko("0x5")],{tag:ko("0x6"),attributes:{class:"ck-editor__main",role:"presentation"},children:this[ko("0x3")]}]})}[ko("0x8")](){super[ko("0x8")](),this.main[ko("0x0")](this[ko("0xe")])}focus(){this[ko("0xe")][ko("0xf")][ko("0xd")]()}_createVoiceLabel(t,e){const n=new go.LabelView;return n.text=bo(e,"Comment editor"),n[ko("0x1")]({attributes:{id:"ck-editor__aria-label_"+t,class:ko("0x4")}}),n}}const Co=["rootName","attachDomRoot","getRoot","view","editing","destroy","element","fire","init","editable","bind","render","setEditableElement","document","editor","name"];var To,Ao;To=Co,Ao=145,function(t){for(;--t;)To.push(To.shift())}(++Ao);const Eo=function(t,e){return Co[t-=0]};class Io extends go.EditorUI{constructor(t){super(t),this.view=new yo(t.locale,t[Eo("0x3")][Eo("0x2")])}get element(){return this[Eo("0x2")].element}[Eo("0x7")](){const t=this[Eo("0xd")][Eo("0x3")][Eo("0x2")],e=this[Eo("0x2")][Eo("0x8")],n=t[Eo("0xc")][Eo("0x1")]();e[Eo("0xe")]=n[Eo("0xf")],this[Eo("0x2")][Eo("0xa")]();const o=e[Eo("0x5")];this[Eo("0xb")](e[Eo("0xe")],o),this[Eo("0x2")][Eo("0x8")][Eo("0x9")]("isFocused").to(this.focusTracker),t[Eo("0x0")](o),this[Eo("0x6")]("ready")}[Eo("0x4")](){super.destroy(),this[Eo("0x2")][Eo("0x4")]()}}var Vo=n(492),Oo=n(945),Ro=n(331),Mo=n(468),jo=n(181),So=n(254),No=n(747);const Do=["initialData","create","low","placeholder","view","config","childCount","placeholderElement","destroy","init","createRoot","end","setSelection","focus","then","assign","getChild","set","change:placeholder","plugins","defaultPlugins","editing","initPlugins","change","name","getRoot","_updatePlaceholder","model","document"];var Po,Bo;Po=Do,Bo=258,function(t){for(;--t;)Po.push(Po.shift())}(++Bo);const Lo=function(t,e){return Do[t-=0]},Fo=[Oo.Clipboard,Ro.Enter,Ro.ShiftEnter,Mo.SelectAll,jo.Typing,So.Undo,No.Paragraph];class zo extends((0,e.ObservableMixin)((0,t.DataApiMixin)(t.Editor))){constructor(t={}){(t=Object[Lo("0x12")]({},t))[Lo("0x16")]||(t[Lo("0x16")]=zo[Lo("0x17")]),super(t),this.ui=new Io(this),this[Lo("0x14")](Lo("0x6"),""),this[Lo("0x1")].document.on(Lo("0x1a"),(()=>this[Lo("0x0")]()),{priority:Lo("0x5")}),this.on(Lo("0x15"),(()=>this[Lo("0x0")]())),this.model[Lo("0x2")][Lo("0xd")]()}[Lo("0x4")](){const t=this[Lo("0x8")].get(Lo("0x3"))||"";return this[Lo("0x19")]()[Lo("0x11")]((()=>this.ui[Lo("0xc")]()))[Lo("0x11")]((()=>this.data[Lo("0xc")](t)))[Lo("0x11")]((()=>this.fire("ready")))}[Lo("0xb")](){return super[Lo("0xb")]()[Lo("0x11")]((()=>this.ui.destroy()))}[Lo("0x10")](){this[Lo("0x1")].change((t=>{const e=this.model[Lo("0x2")].getRoot(),n=e&&e[Lo("0x13")](e[Lo("0x9")]-1);t[Lo("0xf")](n,Lo("0xe")),this[Lo("0x18")].view[Lo("0x10")]()}))}_updatePlaceholder(){const t=this[Lo("0x18")][Lo("0x7")],e=t.document[Lo("0x1c")](),n=e.getChild(0);e[Lo("0x9")]>1||!n||"p"!=n[Lo("0x1b")]?this[Lo("0xa")]&&((0,Vo.disablePlaceholder)(t,this[Lo("0xa")]),this[Lo("0xa")]=void 0):((0,Vo.enablePlaceholder)({view:t,element:n,text:this[Lo("0x6")],keepOnFocus:!0}),this[Lo("0xa")]=n)}}zo[Lo("0x17")]=Fo;const Ko=["low","_createSubmitButton","firstChild","destroy","then","focusNext","document","focusPrevious","fire","value","focusTracker","length","ck-comment__input-actions--active","createEditor","placeholder","submitLabel","focus","label","disabledSubmit","render","cancelButtonView","ck-comment__input-actions","_initializeFocusCycling","change","isEnabled","bindTemplate","div","getData","withText","tab","forEach","insertBefore","set","keystrokes","showButtons","submit","view","setTemplate","ck-comment__input-wrapper","_createCancelButton","model","_editorConfig","_editorCreationPromise","element","extendTemplate","create","ck-comment__input-actions--cancel","high","Esc","submitButtonView","execute","cancel","add","TOO_LONG_COMMENT_ALERT","editor","Cancel","bind","trim","_isDestroyed"];var Uo,Wo;Uo=Ko,Wo=172,function(t){for(;--t;)Uo.push(Uo.shift())}(++Wo);const Ho=function(t,e){return Ko[t-=0]};class Zo extends go.View{constructor(t,n={}){super(t),this[Ho("0x0")]=null,this[Ho("0x2e")]=n,this[Ho("0x26")]=new e.KeystrokeHandler,this[Ho("0xf")]=new e.FocusTracker,this[Ho("0x25")](Ho("0xe"),n.initialData||""),this[Ho("0x25")](Ho("0x17"),!1),this[Ho("0x25")](Ho("0x27"),!0),this[Ho("0x25")](Ho("0x13"),bo(t,"Reply...")),this.set("submitLabel",bo(t,"Reply")),this[Ho("0x36")]=this[Ho("0x6")](),this[Ho("0x19")]=this[Ho("0x2c")](),this[Ho("0x2a")]({tag:Ho("0x1f"),attributes:{class:[Ho("0x2b")]},children:[{tag:Ho("0x1f"),attributes:{class:[Ho("0x1a"),this[Ho("0x1e")].if(Ho("0x27"),Ho("0x11"))]},children:[this[Ho("0x36")],this[Ho("0x19")]]}]}),this[Ho("0x26")][Ho("0x25")](Ho("0x35"),((t,e)=>{this.cancelButtonView[Ho("0xd")](Ho("0x37")),e()})),this.on("submit",((e,n)=>{n[Ho("0x10")]>65e3?(alert(bo(t,Ho("0x3a"),[n.length,65e3])),e.stop()):this[Ho("0x0")].setData("")}),{priority:Ho("0x34")})}render(){super[Ho("0x18")](),this[Ho("0x26")].listenTo(this[Ho("0x30")]),this[Ho("0xf")].add(this[Ho("0x30")])}[Ho("0x12")](){return this[Ho("0x0")]||(this[Ho("0x0")]=new zo(this[Ho("0x2e")]),this._editorCreationPromise=this[Ho("0x0")][Ho("0x32")]()[Ho("0x9")]((()=>{if(this[Ho("0x4")])return;const t=this[Ho("0x0")];this[Ho("0x30")][Ho("0x24")](t.ui[Ho("0x30")],this[Ho("0x30")][Ho("0x7")]),t[Ho("0x2d")][Ho("0xb")].on(Ho("0x1c"),(()=>this[Ho("0xe")]=t[Ho("0x20")]())),t.bind(Ho("0x13")).to(this),this[Ho("0x1b")](this.editor),this[Ho("0xd")]("editorReady")}))),this[Ho("0x2f")]}[Ho("0x15")](){this.editor&&this[Ho("0x0")][Ho("0x15")]()}async[Ho("0x8")](){this[Ho("0x4")]||(this._isDestroyed=!0,this.editor&&(await this[Ho("0x2f")],await this[Ho("0x0")].destroy()),await super.destroy())}[Ho("0x6")](){const{locale:t}=this,e=new go.ButtonView(t);return e[Ho("0x31")]({attributes:{class:["ck-comment__input-actions--submit"]}}),e.withText=!0,e[Ho("0x2")](Ho("0x16")).to(this,Ho("0x14")),e.on(Ho("0x37"),(()=>{this.fire(Ho("0x28"),this[Ho("0xe")])})),e[Ho("0x2")](Ho("0x1d")).to(this,Ho("0xe"),this,Ho("0x17"),((t,e)=>!e&&!!t[Ho("0x3")]())),e}[Ho("0x2c")](){const{locale:t}=this,e=new go.ButtonView(t);return e[Ho("0x31")]({attributes:{class:[Ho("0x33")]}}),e[Ho("0x16")]=bo(t,Ho("0x1")),e[Ho("0x21")]=!0,e.on("execute",(()=>{this.editor.setData(""),this[Ho("0xd")](Ho("0x38"))})),e}[Ho("0x1b")](t){const e=this[Ho("0xf")],n=new go.ViewCollection;[t.ui[Ho("0x29")],this[Ho("0x36")],this[Ho("0x19")]][Ho("0x23")]((t=>{n[Ho("0x39")](t),e.add(t[Ho("0x30")])}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this.keystrokes[Ho("0x25")](Ho("0x22"),((t,e)=>{o[Ho("0xa")](),e()}),{priority:Ho("0x5")}),this[Ho("0x26")][Ho("0x25")]("shift + tab",((t,e)=>{o[Ho("0xc")](),e()}),{priority:Ho("0x5")})}}var qo,$o,Xo=["createEditor","focusTracker","ck-thread__user","then","userView","destroy","showInput","editor","commentInputView","bindTemplate","setTemplate","extendTemplate","change:showInput","set"];qo=Xo,$o=360,function(t){for(;--t;)qo.push(qo.shift())}(++$o);var Go=function(t,e){return Xo[t-=0]};class Jo extends go.View{constructor(t,e,n){super(t),this[Go("0xc")]=new Zo(t,n),this[Go("0xc")].bind("showButtons").to(this[Go("0xc")][Go("0x5")],"isFocused",this.commentInputView,"value",((t,e)=>t||!!e)),this[Go("0x3")](Go("0xa"),!1),this.on(Go("0x2"),(()=>{this[Go("0xa")]&&!this.commentInputView[Go("0xb")]&&this[Go("0xc")][Go("0x4")]()})),this[Go("0x8")]=new i.UserView(t,e),this[Go("0x8")][Go("0x1")]({attributes:{class:Go("0x6")}}),this[Go("0xc")][Go("0x1")]({attributes:{class:"ck-thread__input"}}),this[Go("0x0")]({tag:"div",attributes:{class:["ck-comment__input-container",this[Go("0xd")].if(Go("0xa"),"ck-comment__input-container--active")]},children:[this.userView,this[Go("0xc")]]})}[Go("0x9")](){return this[Go("0xc")][Go("0x9")]()[Go("0x7")]((()=>super[Go("0x9")]()))}}const Yo=["NUMBER_OF_COMMENTS","count","bindTemplate"];var Qo,ti;Qo=Yo,ti=454,function(t){for(;--t;)Qo.push(Qo.shift())}(++ti);const ei=function(t,e){return Yo[t-=0]};class ni extends go.View{constructor(t){super(t);const e=this[ei("0x1")];this.set(ei("0x0"),void 0),this.setTemplate({tag:"li",attributes:{class:"ck-thread__comment-count"},children:[{text:e.to(ei("0x0"),(e=>bo(t,ei("0x2"),e)))}]})}}const oi=["collapse","set","formatDateTime","resolvedCommentView","equal","_calculatePosition","_collapsedCommentsView","element","destroy","authoredAt","editorConfig","viewUid","change:hasDirtyComment","isEditMode","locale","delete","ck-thread__comments","bind","listenTo","setTemplate","_updateHasDirtyComment","maxCommentCharsWhenCollapsed","commentUpdated","from","_handleInfoComment","createCollection","_shouldCollapse","focus","isActive","insert","visibleViews","length","updateComment","commentViews","remove","_model","add","_rearrangeCollapse","Marked as resolved","resolvedAt","resolveCommentThread","resolved","_handleRemoveCommentModel","comments","refreshVisibleViews","render","_config","count","_handleNewCommentModel","removeComment","delegate","change:isActive","CommentView","_rearrangeExpand","_findOptimalIndex","resolvedBy","hasDirtyComment","weight","some"];var ii,ri;ii=oi,ri=425,function(t){for(;--t;)ii.push(ii.shift())}(++ri);const si=function(t,e){return oi[t-=0]};class ai extends go.View{constructor(t,e,n){super(t),this[si("0x30")]("hasDirtyComment",!1),this[si("0x30")](si("0x13"),e[si("0x1f")][si("0x13")]),this[si("0x30")](si("0x10"),!1),this._model=e,this[si("0x22")]=n,this[si("0x15")]=this[si("0xd")](),this[si("0x12")]=this.createCollection(),this[si("0x32")]=null,this[si("0x35")]=new ni(t),this[si("0x35")][si("0x5")](si("0x23")).to(this,si("0x13"),(t=>t-this[si("0x22")].maxCommentsWhenCollapsed));for(const t of e[si("0x1f")])this._handleNewCommentModel(t);this[si("0xc")](),this[si("0x6")](e[si("0x1f")],si("0x18"),((t,e)=>{const n=this[si("0x34")](e);this[si("0x13")]++,this[si("0x24")](e,n),this[si("0x20")]()})),this.listenTo(e[si("0x1f")],si("0x16"),((t,e)=>{this.length--,this[si("0x1e")](e),this[si("0x20")]()})),this[si("0x6")](e,si("0xa"),(()=>this[si("0x20")]())),this[si("0x6")](e,"change:isResolved",(()=>this[si("0xc")]())),this.on(si("0x27"),(()=>this[si("0x20")]())),this.on(si("0x0"),(()=>this[si("0x20")]())),this[si("0x7")]({tag:"ul",attributes:{class:[si("0x4")]},children:this[si("0x12")]})}get _shouldCollapse(){return this[si("0x17")][si("0x2d")]>this[si("0x22")].maxThreadTotalWeight&&!this.isActive&&!this[si("0x2c")]}[si("0x21")](){super[si("0x21")](),this.refreshVisibleViews()}[si("0xf")](){this[si("0x36")][si("0xf")]()}[si("0x37")](){this[si("0x35")][si("0x37")]();for(const t of this[si("0x15")])t[si("0x37")]();super[si("0x37")]()}[si("0x20")](){this[si("0xe")]?this[si("0x19")]():this[si("0x29")]()}[si("0x24")](t,e){const n=new(this[si("0x22")][si("0x28")])(this[si("0x2")],t,{maxCommentCharsWhenCollapsed:this[si("0x22")][si("0x9")],formatDateTime:this._config[si("0x31")],editorConfig:this._config[si("0x39")]});n[si("0x3a")]=t.id,n[si("0x26")](si("0x25")).to(this),n[si("0x26")](si("0x14")).to(this),n[si("0x26")](si("0x1c")).to(this),this[si("0x6")](n,"change:isEditMode",(()=>this._updateHasDirtyComment())),this[si("0x15")][si("0x18")](n,e)}[si("0x34")](t){const e=this[si("0x17")][si("0x2a")](t);return this[si("0x32")]?this.resolvedCommentView[si("0x38")]>t[si("0x38")]?e-1:e:e-1}_handleInfoComment(){if(this._model[si("0x2b")]&&this._model.resolvedAt){const t={id:si("0x1d"),author:this[si("0x17")][si("0x2b")],authoredAt:this[si("0x17")][si("0x1b")],content:bo(this[si("0x2")],si("0x1a")),attributes:{}};this[si("0x32")]=new(this[si("0x22")].CommentView)(this[si("0x2")],t,{maxCommentCharsWhenCollapsed:this[si("0x22")][si("0x9")],formatDateTime:this[si("0x22")][si("0x31")],editorConfig:this[si("0x22")][si("0x39")],isSystemComment:!0}),this[si("0x15")][si("0x18")](this.resolvedCommentView,this[si("0x17")][si("0x2a")](t))}else this[si("0x32")]&&(this[si("0x15")].remove(this.resolvedCommentView),this[si("0x32")][si("0x37")](),this.resolvedCommentView=null);this.refreshVisibleViews()}_handleRemoveCommentModel(t){const e=this[si("0x15")][si("0x16")](t.id);this.stopListening(e),e.isEditMode&&this[si("0x8")](),e[si("0x37")]()}_updateHasDirtyComment(){this[si("0x2c")]=Array[si("0xb")](this[si("0x15")])[si("0x2e")]((t=>t[si("0x1")]))}[si("0x19")](){const t=function(t){const n=new e.Collection;for(const e of t)n[si("0x18")](e);return n}(this[si("0x15")]),n=this._collapsedCommentsView.count;for(let e=1;e<=n;e++)t.remove(1);for(const e of t)e[si("0x2f")]();n>0&&t[si("0x18")](this[si("0x35")],1),ci((0,e.diff)(Array[si("0xb")](this[si("0x12")]),Array[si("0xb")](t)),this.visibleViews,t)}_rearrangeExpand(){ci((0,e.diff)(Array.from(this[si("0x12")]),Array[si("0xb")](this[si("0x15")])),this[si("0x12")],this[si("0x15")]);for(const t of this[si("0x12")])t.expand()}}function ci(t,e,n){let o=0;for(const i of t)switch(i){case si("0x11"):e[si("0x18")](n.get(o),o),o++;break;case si("0x3"):e.remove(o);break;case si("0x33"):o++}}const xi=["element","isVisible","isResolvable","length","_trimContextValue","hasContext","bindTemplate","Reopen","remove","overlay","add",".ck-context__value","label","isReadOnly","div",".ck-context","span","ck-context","ck-context--quotes","render","icon","Comment was made on an element","classList","execute","scrollWidth","substring","_model","value","...","setTemplate","mouseenter","offsetWidth","locale","_createReopenButton","contextValue","bind","listenTo","fire","_attachContextActions","ck-context-wrapper"];var hi,di;hi=xi,di=327,function(t){for(;--t;)hi.push(hi.shift())}(++di);const li=function(t,e){return xi[t-=0]};class ui extends go.View{constructor(t,e){super(t);const n=this[li("0x27")];this[li("0x13")]=e,this.reopenButtonView=this._createReopenButton(),this[li("0x1c")](li("0x26")).to(this._model,"context",(t=>!!t)),this[li("0x1c")](li("0x1b")).to(this[li("0x13")],"context",(t=>t&&t[li("0x14")]?this[li("0x25")](t.value):bo(this.locale,li("0xe")))),this[li("0x16")]({tag:li("0x7"),attributes:{class:["ck-thread__header"]},children:[{tag:li("0x7"),attributes:{class:[li("0x20")]},children:[{tag:li("0x7"),attributes:{class:[li("0xa"),n.if(li("0x26"),li("0xb"))]},children:[{tag:li("0x9"),attributes:{class:["ck-context__value"]},children:[{text:n.to(li("0x1b"))}]}]}]},{tag:"div",attributes:{class:["ck-annotation__actions"]},children:[this.reopenButtonView]}]})}[li("0xc")](){super.render(),this._attachContextActions()}[li("0x1a")](){const t=new go.ButtonView(this.locale);return t[li("0x5")]=bo(this[li("0x19")],li("0x0")),t.tooltip=bo(this.locale,li("0x0")),t[li("0xd")]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',t[li("0x1c")]("isEnabled").to(this._model,li("0x6"),(t=>!t)),t[li("0x1c")](li("0x22")).to(this[li("0x13")],li("0x23")),t.on(li("0x10"),(()=>{this[li("0x1e")]("reopenCommentThread",this[li("0x13")].id)})),t}[li("0x25")](t){if(t[li("0x24")]<150)return t;const e=t.lastIndexOf(" ",147);return t[li("0x12")](0,e>-1?e:147)+li("0x15")}[li("0x1f")](){const t=this[li("0x21")].querySelector(li("0x8")),e=t.querySelector(li("0x4"));this[li("0x1d")](t,li("0x17"),(()=>{e[li("0x18")]<e[li("0x11")]&&t[li("0xf")][li("0x3")](li("0x2"))})),this.listenTo(t,"mouseleave",(()=>{t[li("0xf")][li("0x1")](li("0x2"))}))}}const mi=["isResolvable","isActive","value","commentThreadHeaderView","removeCommentThread","length","placeholder","Reply...","cancel","CommentView","Reply","isDirty","isResolved","isSubmitted","commentsListView","focus","reopenCommentThread","locale","assign","addComment","commentThreadInputView","_model","_createCommentThreadInputView","submitCommentThread","hasDirtyComment","element","_config","Reply to reopen discussion...","destroy","editorConfig","set","isReadOnly","Comment","delegate","stop","bind","updateComment","resolveCommentThread","commentInputView","_localUser","fire","submitLabel","change:isActive","submit"];var fi,pi;fi=mi,pi=435,function(t){for(;--t;)fi.push(fi.shift())}(++pi);const gi=function(t,e){return mi[t-=0]};class bi extends go.View{constructor(t,e,n,o){super(t),this.set(gi("0x6"),!1),this[gi("0x23")](gi("0x10"),!1),this[gi("0x1a")]=e,this[gi("0x0")]=n,this[gi("0x1f")]=o,this[gi("0x8")]=new ui(t,e),this.commentThreadHeaderView[gi("0x26")](gi("0x15")).to(this),this[gi("0x13")]=new ai(t,e,Object[gi("0x17")]({CommentView:this[gi("0x1f")][gi("0xe")]},o)),this[gi("0x13")].delegate("removeComment").to(this),this[gi("0x13")][gi("0x26")](gi("0x29")).to(this),this[gi("0x13")].delegate(gi("0x2a")).to(this),this[gi("0x13")][gi("0x28")](gi("0x6")).to(this),this.set(gi("0xa"),this[gi("0x13")][gi("0xa")]),this[gi("0x28")](gi("0xa")).to(this[gi("0x13")],gi("0xa")),this[gi("0x19")]=this[gi("0x1b")](),this.on("removeComment",(()=>this[gi("0x14")]())),this[gi("0x28")](gi("0x10")).to(this[gi("0x13")],gi("0x1d"),this[gi("0x19")][gi("0x2b")],"value",((t,e)=>t||!!e))}focus(){this[gi("0x1e")][gi("0x14")]()}[gi("0x21")](){this.isDirty=!1,this.commentsListView[gi("0x21")](),this.commentThreadInputView[gi("0x21")](),super[gi("0x21")]()}_createCommentThreadInputView(){const t=new Jo(this[gi("0x16")],this[gi("0x0")],this[gi("0x1f")][gi("0x22")]),e=t.commentInputView;return t[gi("0x28")]("showInput").to(this,gi("0x6"),this[gi("0x1a")],gi("0x24"),this[gi("0x1a")],"isResolved",e,gi("0x7"),((t,e,n,o)=>!!o||n&&!e||t&&!e)),e[gi("0x28")](gi("0xb")).to(this,gi("0xa"),this[gi("0x1a")],gi("0x5"),this[gi("0x1a")],gi("0x11"),((t,e,n)=>{let o;return o=n&&e?gi("0x20"):t?gi("0xc"):"Write a comment...",bo(this[gi("0x16")],o)})),e[gi("0x28")](gi("0x2")).to(this,"length",(t=>bo(this[gi("0x16")],gi(t?"0xf":"0x25")))),e.on(gi("0x4"),((t,e)=>{this[gi("0x1")](gi("0x18"),e),this._model[gi("0x11")]&&this[gi("0x1a")][gi("0x5")]&&this.fire("reopenCommentThread",this._model.id),this[gi("0x1a")][gi("0x12")]||this[gi("0x1")](gi("0x1c"))})),e.on(gi("0xd"),(()=>{this[gi("0x14")]()})),e.bind("disabledSubmit").to(this[gi("0x1a")],gi("0x24")),e.on(gi("0xd"),(t=>{0==this.length&&(this.fire(gi("0x9")),t[gi("0x27")]())})),this.on(gi("0x3"),((t,n,o)=>{o||this.length||e[gi("0x7")]||this.fire("removeCommentThread")})),t}}const vi=["containerElement","ck-comment--resolve","ck-thread--remove-confirmation","commentsListView","icon","element","isVisible","actionIndicator","fire","isActive","high","label","commentThreadInputView","isSystemComment","execute","Delete comment thread?","change:isResolved","commentThreadHeaderView","resolveCommentThread","ck-thread--active","bindTemplate","locale","render","getTemplate","bind","addMany","unbind","listenTo","isConfirm","_createResolveButton","_boundFirstCommentView","change:isReadOnly","stop","add","change:isActive","_bindFirstCommentView","commentThreadChildren","showConfirm","length","get","extendTemplate","setTemplate","isResolved","_cancelAllConfirms","querySelector","Resolve","resolveButton","cancelConfirm","_model","remove","removeButton","ck-thread","check","ck-thread--","commentViews","div"];var _i,wi;_i=vi,wi=436,function(t){for(;--t;)_i.push(_i.shift())}(++wi);const ki=function(t,e){return vi[t-=0]};class yi extends((0,i.ConfirmMixin)(bi)){constructor(t,e,n,o){super(t,e,n,o),this.commentThreadChildren=this.createCollection(),this.commentThreadChildren[ki("0x25")]([this[ki("0xf")],this[ki("0x18")]]),this[ki("0x4")][ki("0x36")]&&this.commentThreadChildren[ki("0x2d")](this.commentThreadHeaderView,0),this._model.on(ki("0x1c"),((t,e,n)=>{n?this[ki("0x30")].add(this[ki("0x1d")],0):this.commentThreadChildren[ki("0x5")](this.commentThreadHeaderView)})),this.set(ki("0x13"),null),this[ki("0xc")]=null,this._boundFirstCommentView=null,this[ki("0x21")]=t,this[ki("0x2")]=this[ki("0x29")](),this[ki("0x35")](this[ki("0x23")]()),this.on(ki("0x2e"),((t,e,n)=>{n||this[ki("0x37")]()})),this[ki("0x27")](this[ki("0x4")],ki("0x2b"),((t,e,n)=>{n&&this[ki("0x37")]()})),this[ki("0x32")]>0&&this[ki("0x2f")](),this.listenTo(this.commentsListView.commentViews,ki("0x2d"),(()=>{this._bindFirstCommentView()}))}getTemplate(){const t=this[ki("0x20")];return{tag:ki("0xb"),attributes:{class:[ki("0x7"),"ck-reset_all-excluded",t.if(ki("0x15"),ki("0x1f")),t.if(ki("0x28"),ki("0xe")),t.to(ki("0x13"),(t=>t?ki("0x9")+t:""))],"data-thread-id":this[ki("0x4")].id,tabindex:-1},children:[{tag:ki("0xb"),attributes:{class:"ck-thread__container"},children:this[ki("0x30")]}]}}render(){super[ki("0x22")](),this[ki("0xc")]=this[ki("0x11")][ki("0x0")](".ck-thread__container")}[ki("0x37")](){this[ki("0x3")]();for(const t of this.commentsListView[ki("0xa")])t[ki("0x3")]()}_bindFirstCommentView(){const{locale:t}=this,e=this[ki("0xf")][ki("0xa")][ki("0x33")](0);e===this[ki("0x2a")]||e[ki("0x19")]||(this[ki("0x2a")]=e,this[ki("0x26")](ki("0x13")),this[ki("0x24")](ki("0x13")).to(e,ki("0x13"),(t=>"remove"===t?ki("0x5"):null)),e.placeholder=bo(t,"Write a comment..."),e[ki("0x6")].on(ki("0x1a"),(e=>{e[ki("0x2c")](),this[ki("0x31")](bo(t,ki("0x1b")),this[ki("0xc")]).then((()=>{this[ki("0x14")]("removeCommentThread")}))}),{priority:ki("0x16")}),e.actionBar[ki("0x2d")](this[ki("0x2")],0))}_createResolveButton(){const e=new go.ButtonView(this[ki("0x21")]);return e[ki("0x17")]=bo(this[ki("0x21")],ki("0x1")),e.tooltip=bo(this.locale,ki("0x1")),e[ki("0x10")]=t.icons[ki("0x8")],e[ki("0x34")]({attributes:{class:ki("0xd")}}),e[ki("0x24")]("isEnabled").to(this[ki("0x4")],"isReadOnly",(t=>!t)),e.bind(ki("0x12")).to(this[ki("0x4")],"isResolvable",this._model,ki("0x36"),((t,e)=>t&&!e)),e.on("execute",(()=>{this[ki("0x14")](ki("0x1e"),this[ki("0x4")].id)})),e}}var Ci,Ti,Ai=["set","innerHTML","ck-annotation__content","render","element","change:content","ck-comment__content","setTemplate"];Ci=Ai,Ti=104,function(t){for(;--t;)Ci.push(Ci.shift())}(++Ti);var Ei=function(t,e){return Ai[t-=0]};class Ii extends go.View{constructor(t){super(t),this[Ei("0x0")]("content",""),this[Ei("0x7")]({tag:"div",attributes:{class:[Ei("0x6"),Ei("0x2")]}})}[Ei("0x3")](){super[Ei("0x3")](),this.on(Ei("0x5"),((t,e,n)=>{this[Ei("0x4")][Ei("0x1")]=n})),this[Ei("0x4")][Ei("0x1")]=this.content}}const Vi=["_createCommentContentView","content","add","locale","isSystemComment","bind","cancel","remove","visibleView","updateComment","collapse","isEditMode","editorReady","get","destroy","once","createEditor","value","element","isCollapsed","switchToEditMode","_config","Save","focus","set","initialData","disabledSubmit","maxCommentCharsWhenCollapsed","editorConfig","expand","switchToDisplayMode","_model"];var Oi,Ri;Oi=Vi,Ri=187,function(t){for(;--t;)Oi.push(Oi.shift())}(++Ri);const Mi=function(t,e){return Vi[t-=0]};class ji extends go.View{constructor(t,e,n){super(t),this[Mi("0x4")]=e,this[Mi("0x1a")]=n,this[Mi("0x9")]=!!this._config.isSystemComment,this[Mi("0x1d")]("isEditMode",!1),this[Mi("0x1d")]("isCollapsed",!0),this[Mi("0xd")]=this.createCollection(),this.visibleView[Mi("0x7")](this._createCommentContentView())}[Mi("0x2")](){this[Mi("0x18")]=!1}[Mi("0xf")](){this[Mi("0x10")]||(this[Mi("0x18")]=!0)}[Mi("0x1c")](){this[Mi("0x17")].focus()}async[Mi("0x13")](){await this[Mi("0xd")][Mi("0x12")](0)[Mi("0x13")](),super[Mi("0x13")]()}[Mi("0x19")](){this[Mi("0x10")]||(this[Mi("0x10")]=!0,this[Mi("0xd")][Mi("0xc")](0)[Mi("0x13")](),this.visibleView[Mi("0x7")](this._createCommentInputView()))}[Mi("0x3")](){this[Mi("0x10")]&&(this[Mi("0x10")]=!1,this[Mi("0xd")][Mi("0xc")](0).destroy(),this[Mi("0xd")][Mi("0x7")](this[Mi("0x5")]()))}[Mi("0x5")](){const t=new Ii(this[Mi("0x8")]);return t[Mi("0xa")](Mi("0x6")).to(this[Mi("0x4")],Mi("0x6"),this,"isCollapsed",((t,e)=>e?(0,i.trimHtml)(t,{limit:this[Mi("0x1a")][Mi("0x0")]}):t)),t}_createCommentInputView(){this[Mi("0x1a")][Mi("0x1")]||(this[Mi("0x1a")].editorConfig={}),this._config[Mi("0x1")][Mi("0x1e")]=this[Mi("0x4")][Mi("0x6")];const t=new Zo(this[Mi("0x8")],this[Mi("0x1a")].editorConfig);return t[Mi("0x16")]=this._model[Mi("0x6")],t.bind(Mi("0x1f")).to(this._model,"isReadOnly"),t.submitLabel=bo(this[Mi("0x8")],Mi("0x1b")),t.on("submit",((t,e)=>{this.fire(Mi("0xe"),this[Mi("0x4")].id,e),this[Mi("0x3")](),this[Mi("0x1c")]()})),t.on(Mi("0xb"),(()=>{this[Mi("0x3")](),this[Mi("0x1c")]()})),t[Mi("0x14")](Mi("0x11"),(()=>{t[Mi("0x1c")]()})),t[Mi("0x15")](),t}}const Si=["authoredAt","ck-comment__wrapper","locale","source","isEditable","ck-comment--","set","visibleView","placeholder","isEnabled","span","bindTemplate","editButton","ck-annotation__info","isEditMode","author","bind","isExternal","then","_createEditButton","EXTERNAL_COMMENT","creator","div","change:isRemovable","blur","isVisible","ck-comment--edit","ck-comment__info","cancelConfirm","addMany","ck-comment--info","_config","_createCommentInputView","execute","getUserViewNotificationText","name","ck-annotation__info-name","length","ck-comment","withText","_createRemoveButton","dropdown","ck-annotation__main","some","ck-comment__user","ck-annotation","children","threeVerticalDots","ck-comment__actions","change:isVisible","EXTERNAL_AVATAR","isConfirm","isSystemComment","items","listenTo","extendTemplate","removeButton","getTemplate","push","add","ck-comment__main","EXTERNAL_IMPORT_WORD_AVATAR","actionBar","removeComment","@external","_createDropdown","pencil","_model","focus","_attachActions","panelPosition","time","isRemovable","createCollection","change:isEnabled","actionIndicator","ck-annotation__content-wrapper","panelView","userView","attributes","switchToEditMode","ck-annotation__actions--hidden","mouseleave","formatDateTime","ck-comment__info-time","Delete comment?","Edit","showConfirm","setTemplate","icon","ck-comment__external","ck-annotation__info-time","buttonView","ck-comment__info-name","importWord","remove","getExternalCommentNote"];var Ni,Di;Ni=Si,Di=323,function(t){for(;--t;)Ni.push(Ni.shift())}(++Di);const Pi=function(t,e){return Si[t-=0]};class Bi extends((0,i.ConfirmMixin)(ji)){constructor(t,e,n){super(t,e,n),this[Pi("0x47")](Pi("0x2b"),null),this[Pi("0x47")](Pi("0x49"),bo(t,"Reply...")),this[Pi("0x51")](Pi("0x41")).to(e),this[Pi("0x51")]("resolvedAt").to(e),this[Pi("0x1e")]=this[Pi("0x29")](),this[Pi("0x14")]||(this[Pi("0x4d")]=this[Pi("0x54")](),this[Pi("0x18")]=this._createRemoveButton(),this[Pi("0x15")]=this[Pi("0x29")](),this[Pi("0x15")][Pi("0x5e")]([this[Pi("0x4d")],this[Pi("0x18")]]),this[Pi("0x9")]=this._createDropdown(),this[Pi("0x1e")].add(this[Pi("0x9")])),this[Pi("0x2e")]=new i.UserView(t,e[Pi("0x50")],this[Pi("0x2")]()),this[Pi("0x2e")][Pi("0x17")]({attributes:{class:[Pi("0xc"),"ck-annotation__user"]}}),this.listenTo(e,Pi("0x58"),(()=>this[Pi("0x5d")]())),this[Pi("0x38")](this[Pi("0x19")]())}[Pi("0x19")](){const t=this[Pi("0x4c")],e=[{tag:"div",attributes:{class:[Pi("0x5c"),Pi("0x4e")]},children:[{tag:Pi("0x4b"),children:[{text:this[Pi("0x2e")][Pi("0x3")]}],attributes:{class:[Pi("0x3d"),Pi("0x4")]}},{tag:Pi("0x27"),attributes:{datetime:t.to(Pi("0x41")),class:[Pi("0x34"),Pi("0x3b")]},children:[{text:t.to(Pi("0x41"),(t=>this[Pi("0x60")][Pi("0x33")](t)))}]}]},{tag:Pi("0x57"),attributes:{class:[Pi("0x10"),"ck-annotation__actions",t.if(Pi("0x4f"),"ck-comment__actions--hidden"),t.if(Pi("0x4f"),Pi("0x31"))]},children:this[Pi("0x1e")]},{tag:Pi("0x57"),attributes:{class:[Pi("0x2c")]},children:this[Pi("0x48")]}];return this[Pi("0x23")][Pi("0x52")]&&e[Pi("0x1a")]({tag:Pi("0x57"),attributes:{class:[Pi("0x3a")]},children:[{text:this[Pi("0x40")]()}]}),{tag:"li",attributes:{class:[Pi("0x42"),t.if(Pi("0x13"),"ck-comment--remove-confirmation")],tabindex:-1},children:[{tag:Pi("0x57"),attributes:{class:[Pi("0x6"),Pi("0xd"),t.if("isEditMode",Pi("0x5b")),t.if(Pi("0x14"),Pi("0x5f")),t.to(Pi("0x2b"),(t=>t?Pi("0x46")+t:""))],"data-author-id":this._model[Pi("0x50")].id,"data-comment-id":this._model.id},children:[this[Pi("0x2e")],{tag:Pi("0x57"),attributes:{class:[Pi("0x1c"),Pi("0xa")]},children:e}]}]}}_createEditButton(){const e=new go.ButtonView(this[Pi("0x43")]);return e.label=bo(this[Pi("0x43")],Pi("0x36")),e.icon=t.icons[Pi("0x22")],e[Pi("0x7")]=!0,e[Pi("0x17")]({attributes:{class:Pi("0x5b")}}),e[Pi("0x51")](Pi("0x4a")).to(this[Pi("0x23")],"isReadOnly",(t=>!t)),e.bind(Pi("0x5a")).to(this[Pi("0x23")],Pi("0x45")),e.on(Pi("0x1"),(()=>this[Pi("0x30")]())),e}[Pi("0x8")](){const t=new go.ButtonView(this[Pi("0x43")]);return t.label=bo(this[Pi("0x43")],"Remove"),t[Pi("0x39")]='\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.withText=!0,t[Pi("0x17")]({attributes:{class:"ck-comment--remove"}}),t.bind(Pi("0x4a")).to(this[Pi("0x23")],"isReadOnly",(t=>!t)),t.bind(Pi("0x5a")).to(this[Pi("0x23")],Pi("0x28")),t.on(Pi("0x1"),(()=>{this[Pi("0x37")](bo(this[Pi("0x43")],Pi("0x35")),this.element)[Pi("0x53")]((()=>{this.fire(Pi("0x1f"),this[Pi("0x23")].id)}))})),t}[Pi("0x21")](){const e=(0,go.createDropdown)(this.locale),n=e[Pi("0x2d")][Pi("0xe")],o=new go.ListView(this[Pi("0x43")]),i=(t,n=-1)=>{const i=new go.ListItemView(this[Pi("0x43")]);i[Pi("0xe")][Pi("0x1b")](t);const r=n>-1?n:o[Pi("0x15")][Pi("0x5")];o[Pi("0x15")].add(i,r),e[Pi("0x16")](t,Pi("0x2a"),(()=>{e[Pi("0x4a")]=[...this[Pi("0x15")]][Pi("0xb")]((t=>t[Pi("0x4a")]))})),e.listenTo(t,Pi("0x11"),(()=>{e[Pi("0x3c")][Pi("0x5a")]=[...this.items][Pi("0xb")]((t=>t.isVisible))}))};e[Pi("0x26")]="sw",e.buttonView[Pi("0x47")]({label:bo(this[Pi("0x43")],"Show more items"),icon:t.icons[Pi("0xf")]}),e[Pi("0x4a")]=[...this[Pi("0x15")]][Pi("0xb")]((t=>t[Pi("0x4a")])),e[Pi("0x3c")][Pi("0x5a")]=[...this[Pi("0x15")]][Pi("0xb")]((t=>t[Pi("0x5a")]));for(const t of this[Pi("0x15")])i(t);return n.add(o),e[Pi("0x16")](this[Pi("0x15")],Pi("0x1b"),((t,e,n)=>{i(e,n)})),e[Pi("0x16")](this[Pi("0x15")],Pi("0x3f"),((t,e,n)=>{o.items[Pi("0x3f")](n)})),e}[Pi("0x25")](t,e){const n=t&&t.element;n&&(this.listenTo(n,"mouseenter",(()=>this[Pi("0x2b")]=e)),this[Pi("0x16")](n,Pi("0x24"),(()=>this[Pi("0x2b")]=e)),this[Pi("0x16")](n,Pi("0x32"),(()=>this[Pi("0x2b")]=null)),this.listenTo(n,Pi("0x59"),(()=>this.actionIndicator=null)))}_createCommentInputView(){const t=super[Pi("0x0")]();return t[Pi("0x51")](Pi("0x49")).to(this),t}[Pi("0x40")](){return Pi("0x3e")===this[Pi("0x23")][Pi("0x2f")][Pi("0x20")][Pi("0x44")]?bo(this[Pi("0x43")],"EXTERNAL_IMPORT_WORD_COMMENT"):bo(this[Pi("0x43")],Pi("0x55"))}[Pi("0x2")](){return this[Pi("0x23")][Pi("0x52")]?"importWord"===this[Pi("0x23")][Pi("0x2f")]["@external"][Pi("0x44")]?bo(this.locale,Pi("0x1d"),this[Pi("0x23")][Pi("0x56")][Pi("0x3")]):bo(this.locale,Pi("0x12"),this[Pi("0x23")].creator[Pi("0x3")]):null}render(){super.render(),this[Pi("0x25")](this[Pi("0x4d")],"edit"),this[Pi("0x25")](this[Pi("0x18")],Pi("0x3f"))}}var Li=n(278),Fi=n.n(Li),zi=n(490),Ki={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(zi.Z,Ki);zi.Z.locals;var Ui=n(227),Wi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(Ui.Z,Wi);Ui.Z.locals;var Hi=n(424),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(Hi.Z,Zi);Hi.Z.locals;const qi=function(){return w.Date.now()};var $i=/\s/;const Xi=function(t){for(var e=t.length;e--&&$i.test(t.charAt(e)););return e};var Gi=/^\s+/;const Ji=function(t){return t?t.slice(0,Xi(t)+1).replace(Gi,""):t};var Yi=/^[-+]0x[0-9a-f]+$/i,Qi=/^0b[01]+$/i,tr=/^0o[0-7]+$/i,er=parseInt;const nr=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=Ji(t);var n=Qi.test(t);return n||tr.test(t)?er(t.slice(2),n?2:8):Yi.test(t)?NaN:+t};var or=Math.max,ir=Math.min;const rr=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){var n=t-c;return void 0===c||n>=e||n<0||d&&t-x>=r}function f(){var t=qi();if(m(t))return p(t);a=setTimeout(f,function(t){var n=e-(t-c);return d?ir(n,r-(t-x)):n}(t))}function p(t){return a=void 0,l&&o?u(t):(o=i=void 0,s)}function g(){var t=qi(),n=m(t);if(o=arguments,i=this,c=t,n){if(void 0===a)return function(t){return x=t,a=setTimeout(f,e),h?u(t):s}(c);if(d)return clearTimeout(a),a=setTimeout(f,e),u(c)}return void 0===a&&(a=setTimeout(f,e)),s}return e=nr(e)||0,M(n)&&(h=!!n.leading,r=(d="maxWait"in n)?or(nr(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),g.cancel=function(){void 0!==a&&clearTimeout(a),x=0,o=c=i=a=void 0},g.flush=function(){return void 0===a?s:p(qi())},g};const sr=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),rr(t,e,{leading:o,maxWait:e,trailing:i})},ar=["disconnect","type","attributes","observe","childList","attributeName"];var cr,xr;cr=ar,xr=166,function(t){for(;--t;)cr.push(cr.shift())}(++xr);const hr=function(t,e){return ar[t-=0]};function dr(t){const e=sr(t,30),n=new MutationObserver((t=>{for(const n of t)(hr("0x4")==n[hr("0x3")]&&"class"==n[hr("0x1")]||hr("0x0")==n[hr("0x3")]||"characterData"==n[hr("0x3")])&&e()}));return{attach(t){n[hr("0x5")](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){n[hr("0x2")](),e.cancel()}}}var lr=n(173),ur={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(lr.Z,ur);lr.Z.locals;const mr=["content","keystrokes","ck-annotation-wrapper","clientHeight","listenTo","destroy","render","element","set","isDirty","bindTemplate","clear","focusTracker","height","_mutationObserver","targetRect","detach","createCollection","isActive","Esc","type","focus","ck-annotation-wrapper--active","add","length","attach","_updateHeight","mainView"];var fr,pr;fr=mr,pr=418,function(t){for(;--t;)fr.push(fr.shift())}(++pr);const gr=function(t,e){return mr[t-=0]};class br extends go.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this.focusTracker=new e.FocusTracker,this[gr("0x3")]=new e.KeystrokeHandler,this[gr("0x3")][gr("0xa")](gr("0x15"),((t,e)=>this.fire(gr("0x15"),e))),this[gr("0xa")](gr("0x11"),{top:0,right:0,bottom:0,left:0}),this[gr("0xa")](gr("0xf"),0),this.set(gr("0x14"),!1),this[gr("0xa")](gr("0xb"),!1),this[gr("0xa")](gr("0x1a"),0),this[gr("0xa")](gr("0x16"),""),this._mutationObserver=dr((()=>this[gr("0x0")]())),this[gr("0x2")]=this[gr("0x13")](),this.content[gr("0x19")](n),this[gr("0x1")]=n;const o=this[gr("0xc")];this.setTemplate({tag:"div",attributes:{class:["ck",gr("0x4"),"ck-rounded-corners",o.if(gr("0x14"),gr("0x18"))],tabindex:-1},children:this.content})}[gr("0x8")](){super[gr("0x8")](),this[gr("0xe")][gr("0x19")](this[gr("0x9")]),this.keystrokes[gr("0x6")](this[gr("0x9")]),this[gr("0x10")][gr("0x1b")](this[gr("0x9")])}[gr("0x7")](){this.content[gr("0xd")](),this[gr("0x3")][gr("0x7")](),this[gr("0xe")].destroy(),this[gr("0x10")][gr("0x12")](),super[gr("0x7")]()}[gr("0x17")](){this[gr("0x9")].focus()}[gr("0x0")](){const t=this[gr("0x9")][gr("0x5")];t&&(this[gr("0xf")]=t)}}const vr=["filter","every","object","nodeType","mainView","remove","annotation-invalid-target","function","target","length","_type","type","_getNormalizedTarget","_target","_assertCorrectTarget","add","getClientRects","clear","updateTargetRect","isActive","render","item","focusableElements","focusTracker","set","targetRect","element","stopListening","view","isVisible"];var _r,wr;_r=vr,wr=466,function(t){for(;--t;)_r.push(_r.shift())}(++wr);const kr=function(t,e){return vr[t-=0]};class yr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:i=!0}){super(),this[kr("0xc")]=t,this.view[kr("0xa")]||this[kr("0xc")][kr("0x4")](),this[kr("0x18")]=o,this._target=n,yr[kr("0x1c")](this[kr("0x1a")]()),this[kr("0x6")]=new e.Collection([this[kr("0xc")].element],{idProperty:"_id"}),this[kr("0x6")].on(kr("0x1d"),((t,e)=>{this[kr("0xc")][kr("0x7")][kr("0x1d")](e)})),this[kr("0x6")].on(kr("0x13"),((t,e)=>{this.view.focusTracker.remove(e)})),this[kr("0x8")](kr("0xd"),i)}get[kr("0x19")](){return kr("0x15")==typeof this[kr("0x18")]?this[kr("0x18")]():this[kr("0x18")]}get innerView(){return this[kr("0xc")][kr("0x12")]}get target(){const t=this[kr("0x1a")]();return yr[kr("0x1c")](t),t}get targetRect(){const t=this[kr("0x16")];if(null===t)return null;if(t instanceof e.Rect)return t;const n=t[kr("0xe")]((t=>function(t){if(t.offsetParent)return!0;return!!t[kr("0x0")]().item(0)}(t)));return 0===n[kr("0x17")]?null:new e.Rect(n[0].getClientRects()[kr("0x5")](0))}get[kr("0x3")](){return this[kr("0xc")][kr("0x3")]}set[kr("0x3")](t){this[kr("0xc")][kr("0x3")]=t,this.view[kr("0x12")][kr("0x3")]=t}[kr("0x2")](){this[kr("0xc")][kr("0x9")]=this[kr("0x9")]}destroy(){this[kr("0x6")][kr("0xb")](),this.focusableElements[kr("0x1")](),this[kr("0xb")]()}refreshVisibility(){this.isVisible=!!this[kr("0x9")]}static[kr("0x1c")](t){if(!(null===t||t instanceof e.Rect||Array.isArray(t)&&t[kr("0xf")]((t=>Cr(t)))))throw new e.CKEditorError(kr("0x14"),null,{target:t})}[kr("0x1a")](){const t="function"==typeof this[kr("0x1b")]?this[kr("0x1b")]():this[kr("0x1b")];return Cr(t)?[t]:t}}function Cr(t){return null!==t&&kr("0x10")==typeof t&&kr("0x11")in t&&1===t[kr("0x11")]}const Tr=["change:isFocused","_getOrderInContent","getByInnerView","focusTracker","add","delete","_innerViewToAnnotation","focusableElements","_viewToAnnotation","has","clear","set","listenTo","updateTargetRect","remove","annotationcollection-not-existing-item","annotationcollection-duplicated-item","length","isFocused","focus","stopListening","_sort","sort","top","blur","get","left","targetRect","_focusTracker","view"];var Ar,Er;Ar=Tr,Er=391,function(t){for(;--t;)Ar.push(Ar.shift())}(++Er);const Ir=function(t,e){return Tr[t-=0]};class Vr extends e.Collection{constructor(t=[]){super(),this[Ir("0x5")]=new Map,this[Ir("0x7")]=new Map,this._focusTracker=new e.FocusTracker,this[Ir("0x1b")].on(Ir("0x1d"),((t,e,n)=>{n||this.fire(Ir("0x17"))}));for(const e of t)this[Ir("0x3")](e)}get[Ir("0x11")](){return this[Ir("0x1b")].isFocused}add(t){if(this[Ir("0x8")](t))throw new e.CKEditorError(Ir("0xf"),null);this._innerViewToAnnotation[Ir("0xa")](t.innerView,t),this[Ir("0x7")][Ir("0xa")](t[Ir("0x1c")],t);for(const e of t.focusableElements)this[Ir("0x1b")][Ir("0x3")](e);this[Ir("0xb")](t[Ir("0x6")],Ir("0x3"),((t,e)=>{this[Ir("0x1b")].add(e)})),this[Ir("0xb")](t[Ir("0x6")],Ir("0xd"),((t,e)=>{this[Ir("0x1b")].remove(e)})),this.listenTo(t[Ir("0x1c")][Ir("0x2")],Ir("0x1d"),((e,n,o)=>{o&&this.fire(Ir("0x12"),t)})),t[Ir("0xc")]();const n=this[Ir("0x0")](t[Ir("0x1c")].targetRect);return super[Ir("0x3")](t,n)}remove(t){if(!this[Ir("0x8")](t))throw new e.CKEditorError(Ir("0xe"),null);this[Ir("0x13")](t[Ir("0x1c")][Ir("0x2")]),this.stopListening(t[Ir("0x6")]);for(const e of t[Ir("0x6")])this[Ir("0x1b")][Ir("0xd")](e);return this._viewToAnnotation[Ir("0x4")](t[Ir("0x1c")]),this._innerViewToAnnotation[Ir("0x4")](t.innerView),super[Ir("0xd")](t)}[Ir("0x1")](t){return this._innerViewToAnnotation[Ir("0x18")](t)}getByView(t){return this[Ir("0x7")][Ir("0x18")](t)}destroy(){super[Ir("0x9")](),this[Ir("0x13")](),this[Ir("0x5")][Ir("0x9")](),this[Ir("0x7")].clear(),this[Ir("0x1b")].destroy()}refreshPositioning(){for(const t of this)t.updateTargetRect();this._sort()}[Ir("0x14")](){const t=Array.from(this)[Ir("0x15")](((t,e)=>Or(t[Ir("0x1c")][Ir("0x1a")],e.view[Ir("0x1a")])));for(let e=t[Ir("0x10")]-1;e>0;e--){const n=t[e];e!==this.getIndex(n)&&(this[Ir("0xd")](n),this[Ir("0x3")](n))}}[Ir("0x0")](t){let e=0;if(!t)return this[Ir("0x10")];for(const n of this){const o=n[Ir("0x1c")][Ir("0x1a")];if(o){if(Or(t,o)<0)return e;e++}}return e}}function Or(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t[Ir("0x16")]-e[Ir("0x16")];return 0==n?t[Ir("0x19")]-e.left:n}const Rr=["activeAnnotations","change:isVisible","refreshVisibility","has","add","_bindAnnotationsToVisibleAnnotations","collection","getByInnerView","source","focusTracker","delete","activate","isVisible","_visibleAnnotations","Annotations","refreshPositioning","listenTo","remove","view","createAnnotationView","stopListening","_deactivateAllAnnotations","createAnnotation","destroy","_activateAnnotation","fire","element"];var Mr,jr;Mr=Rr,jr=324,function(t){for(;--t;)Mr.push(Mr.shift())}(++jr);const Sr=function(t,e){return Rr[t-=0]};class Nr extends t.ContextPlugin{static get pluginName(){return Sr("0xe")}constructor(t){super(t),this[Sr("0x6")]=new Vr,this[Sr("0xd")]=new Vr,this.set(Sr("0x0"),new Set),this[Sr("0x5")]()}[Sr("0x4")](t){this[Sr("0x6")].add(t)}[Sr("0x11")](t){this[Sr("0x6")][Sr("0x11")](t),t[Sr("0x17")]()}[Sr("0x2")](){for(const t of this[Sr("0x6")])t.refreshVisibility()}[Sr("0xf")](){this[Sr("0xd")][Sr("0xf")]()}[Sr("0x7")](t){return this[Sr("0x6")][Sr("0x7")](t)}deactivateAll(){this[Sr("0x19")](Sr("0x15"))}destroy(){for(const t of this.collection)t.destroy();this[Sr("0xd")][Sr("0x17")](),this[Sr("0x6")][Sr("0x17")](),super.destroy()}[Sr("0xb")](t){this.fire(Sr("0x18"),t)}[Sr("0x16")](t){return new yr(t)}[Sr("0x13")](t,e){return new br(t,e)}_addActiveAnnotation(t){const e=new Set(this[Sr("0x0")]);e.add(t),this[Sr("0x0")]=e}_removeActiveAnnotation(t){const e=new Set(this[Sr("0x0")]);e[Sr("0xa")](t),this[Sr("0x0")]=e}[Sr("0x5")](){const t=this[Sr("0x6")],e=this[Sr("0xd")];function n(t){const n=t[Sr("0x8")];n[Sr("0xc")]&&!e[Sr("0x3")](n)?e[Sr("0x4")](n):!n[Sr("0xc")]&&e[Sr("0x3")](n)&&e[Sr("0x11")](n),n.view[Sr("0x9")].remove(n[Sr("0x12")][Sr("0x1a")]),n[Sr("0x12")][Sr("0x9")].add(n.view.element)}this[Sr("0x10")](t,Sr("0x4"),((t,o)=>{o[Sr("0xc")]&&e[Sr("0x4")](o),this[Sr("0x10")](o,Sr("0x1"),n)})),this[Sr("0x10")](t,Sr("0x11"),((t,o)=>{e[Sr("0x3")](o)&&e[Sr("0x11")](o),this[Sr("0x14")](o,"change:isVisible",n)}))}}const Dr=["_readOnlyChannels","_removeComment","commentsrepository-update-comment-internal-error","comments","commentsrepository-add-comment-to-missing-comment-thread","update","error","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","_findOptimalIndex","getTime","set","push","fire","config","remove","change:authoredAt","function","catch","trim","_createCommentThreadView","_permissions","requires","isActive","comments.maxCommentsWhenCollapsed","get","_addCommentThread","length","_reopenCommentThread","isResolved","submit","commentsrepository-add-comment-thread-internal-error","change:isDirty","model","removeAttribute","@external","commentInputView","_remove","resolvedBy","admin","CommentView","commentsrepository-attach-missing-comment-thread","innerView","licenseKey","string","_removeCommentThread","commentsrepository-update-missing-comment","reopenCommentThread","_threads","setPermissions","commentsrepository-update-comment-invalid-content","removeComment","commentsrepository-fetch-comment-thread","threadId","_updateActiveAnnotation","PendingActions","switchReadOnly","commentsrepository-add-comment-internal-error","commentsrepository-active-not-attached","view","isAttached","openNewCommentThread","type","commentsrepository-reopen-comment-thread","_addComment","comments.CommentView","hasCommentThread","commentsrepository-duplicated-comment-thread-id","focus","isDirty","_isAttached","define","addCommentThread","add","reduce","_getExternalAuthor","_attachCommentThread","commentsrepository-resolve-comment-thread-internal-error","comment","commentsrepository-remove-missing-comment","textContent","stopListening","_repository","_updateCommentThread","fetchCommentThread","adapter","attachTo","_viewToController","content","_adapter","getByInnerView","addComment","assign","resolve","activeCommentThread","comments.maxCommentCharsWhenCollapsed","values","_add","modifyAll","isResolvable","isFromAdapter","CommentsRepository","_removeActiveAnnotation","_resolveCommentThread","commentsrepository-get-comment-invalid-id","has","submitCommentThread","commentsrepository-remove-comment-internal-error","filter","noChannel","getUser","attributes","plugins","commentsrepository-invalid-comment-thread-id","comments.editorConfig","then","_isSubmitted","createCommentThreadController","delete","map","commentsrepository-remove-comment-thread-internal-error","listenTo","_createNewComment","once","setActiveCommentThread","getRevision","reopen","afterInit","isReadOnly","commentsrepository-missing-thread-and-adapter","deactivateAll","isNaN","resolvedAt","authorName","getEarlierVisibleRevision","addUser","creator","context","updateComment","comments.CommentThreadView","destroy","_detachCommentThread","commentsrepository-invalid-commentid","isSubmitted","editorReady","_update","toJSON","change:_readOnlyChannels","getIndex","_threadToController","updateCommentThread","_hasTargetInContent","channelId","isRemovable","getCommentThread","commentsrepository-missing-target","_submitCommentThread","commentId","bind","_updateComment","join","authoredAt","getPermissions","weight","getComment","from","getCommentThreads","createdAt","commentsrepository-update-comment-missing-comment-thread","change:activeAnnotations","commentsrepository-invalid-comment-authorid","comments.maxThreadTotalWeight","activate","author","lowest","PENDING_ACTION_COMMENT_THREAD","innerHTML","locale","resolveCommentThread","external:","commentsrepository-missing-comment-thread","write","createElement"];var Pr,Br;Pr=Dr,Br=226,function(t){for(;--t;)Pr.push(Pr.shift())}(++Br);const Lr=function(t,e){return Dr[t-=0]},Fr=Symbol(Lr("0x40")),zr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Kr extends t.ContextPlugin{static get[Lr("0x9f")](){return[Nr,t.PendingActions,i.Users]}static get pluginName(){return Lr("0x38")}constructor(t){super(t),this[Lr("0x3")]=new Map,this[Lr("0x68")]=new Map,this[Lr("0x2a")]=new Map,this[Lr("0x94")](Lr("0x8a"),new Set),this[Lr("0x94")]("_permissions",new Map),this[Lr("0xb4")]=this[Lr("0x5c")][Lr("0x97")][Lr("0xa2")](Lr("0xb4"));const e=this[Lr("0x5c")][Lr("0x97")];e[Lr("0x1a")](Lr("0xa1"),2),e[Lr("0x1a")](Lr("0x7e"),500),e.define(Lr("0x32"),140),e[Lr("0x1a")](Lr("0x5e"),yi),e[Lr("0x1a")](Lr("0x14"),Bi),e.get(Lr("0x45"))||console.warn(Lr("0x91"))}init(){const t=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](Nr);this[Lr("0x94")]("activeCommentThread",null),this.on("addCommentThread",((t,e)=>this[Lr("0xa3")](e))),this.on(Lr("0x3d"),((t,e)=>this[Lr("0x6f")](e))),this.on(Lr("0x85"),((t,e)=>this[Lr("0x3a")](e))),this.on("resolveCommentThread",((t,e)=>this[Lr("0x9")](e)),{priority:Lr("0x81")}),this.on("reopenCommentThread",((t,e)=>this[Lr("0xa5")](e))),this.on("reopenCommentThread",((t,e)=>this[Lr("0x9")](e)),{priority:"lowest"}),this.on("removeCommentThread",((t,e)=>this[Lr("0x0")](e))),this.on(Lr("0x69"),((t,e)=>this[Lr("0x26")](e))),this.on(Lr("0x2e"),((t,e)=>this[Lr("0x13")](e))),this.on("updateComment",((t,e)=>this._updateComment(e))),this.on("removeComment",((t,e)=>this._removeComment(e))),this.on(Lr("0x2e"),((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this[Lr("0x6d")](e),i=o&&this[Lr("0x68")].get(o);i&&i.view.focus()}),{priority:Lr("0x81")}),this[Lr("0x4c")](t,Lr("0x7c"),((t,e,n)=>{const o=Array[Lr("0x78")](n)[Lr("0x4a")]((t=>this[Lr("0x2a")][Lr("0xa2")](t[Lr("0xb3")])))[Lr("0x3f")](Boolean)[0];this[Lr("0x31")]=o?o[Lr("0xaa")]:null}))}[Lr("0x52")](){!function(e){function n(t){return t.map((t=>String.fromCharCode(t)))[Lr("0x73")]("")}(e=>{const o=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function r(t){return function(t,e){const o=function(t){const e=atob(t),[o,i]=e[n([115,112,108,105,116])](n([45]));try{if(atob(i))return atob(o)}catch(t){}return e}(t),i=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=i[n([112,111,112])](),s=i[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const i={};i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},i[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],i[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],i[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],i[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],i[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],i[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],i[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],i[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],i[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let s=null,a=16;const c=new Uint8Array(e),x=[],h=[];!function(){const t=i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)x[n([112,117,115,104])]([0,0,0,0]),h[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=c[n([108,101,110,103,116,104])]/4,r=d(c);let s;for(let e=0;e<o;e++)s=e>>2,x[s][e%4]=r[e],h[t-s][e%4]=r[e];let a,l=0,u=o;for(;u<e;){a=r[o-1],r[0]^=i[n([83])][a>>16&255]<<24^i[n([83])][a>>8&255]<<16^i[n([83])][255&a]<<8^i[n([83])][a>>24&255]^i[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=i[n([83])][255&a]^i[n([83])][a>>8&255]<<8^i[n([83])][a>>16&255]<<16^i[n([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let s,c,d=0;for(;d<o&&u<e;)s=u>>2,c=u%4,x[s][c]=r[d],h[t-s][c]=r[d++],u++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=h[e][t],h[e][t]=i[n([85,49])][a>>24&255]^i[n([85,50])][a>>16&255]^i[n([85,51])][a>>8&255]^i[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(s=u(r),a=0,l(r)),t[e]^=s[a++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function u(t){const e=x[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=x[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=i[n([84,49])][r[e]>>24&255]^i[n([84,50])][r[(e+1)%4]>>16&255]^i[n([84,51])][r[(e+2)%4]>>8&255]^i[n([84,52])][255&r[(e+3)%4]]^x[t][e];r=o[n([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=x[e][t],s[4*t]=255&(i[n([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(i[n([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(i[n([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(i[n([83])][255&r[(t+3)%4]]^a);return s}}(i,e,s+256*r))}(t,new Uint8Array([...o,29,221,175,90,231,133,239,240,75,180,...i]))}const s=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),a={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){f(m(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){f(function(t,e){try{if(w(x,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=k(x,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return m(t,e)}catch(t){return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const r=i[0]*o[1],s=i[0]*o[2],a=i[2]*o[2];function c(t,e){h(),p(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[g()]=t===n([116,105,109,101])?r:s}function h(){const t=x;function e(){w(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=_,k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=_,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),w(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=_,k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=_)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{if(w(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),w(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const o=k(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),i=o[Lr("0x50")](0),r=o[Lr("0x59")](i[n([105,100])]);k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](i[n([105,100])],r?r[n([105,100])]:null,1)[Lr("0x46")]((()=>e()))}}))}w(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&k(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[g()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){if(!w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Lr("0x56")](Number(t))){if(window[t]===r)return n([116,105,109,101]);if(window[t]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=i[6]*o[8]*o[6];return w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const h=k(x,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){if(!w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Lr("0x56")](Number(t))&&window[t]===a)return!0;return!1}()?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):m(t,e)}catch(t){return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},c=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],x=n([99,111,110,116,101,120,116])in e?e[Lr("0x5c")]:e.editor,h=n([52,48,52,54,49,50,53,54]),d=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),l=x[Lr("0x97")][Lr("0xa2")](n([108,105,99,101,110,115,101,75,101,121])),u=s[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===c));function m(t,e){try{return function(t){if(!w(x,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,i=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!w(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||k(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!w(x,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||k(x,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!i)||!(!w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||k(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(h)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function f(e,r){if(x instanceof t.Context){const t=x;e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?b(t):e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{b(t),p(r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*o[8]*o[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,o)=>{e!=r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||v(o)}))}else{const t=x;e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?v(t):e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((o,i)=>{i[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(v(t),p(r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),o[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function p(t){const e=g();return x[e]=t,t}function g(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let i=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));i>=d[n([108,101,110,103,116,104])]&&(i-=d[n([108,101,110,103,116,104])]),e+=d[i]}return e}function b(t){for(const e of t[n([101,100,105,116,111,114,115])])v(e);k(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),k(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=_}function v(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function _(){return null}function w(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function k(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}u&&function t(e,o){a[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>w(x,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=r(t),o=JSON[n([112,97,114,115,101])](e),i=parseInt(o[n([49])]),s=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,c=parseInt(o[n([53])])||0;return{[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:i,[n([105,115,84,114,105,97,108])]:s,[n([105,115,73,110,116,101,114,110,97,108])]:c}}catch(t){return null}}(l),u)})(e)}(this)}set[Lr("0x28")](t){if(this[Lr("0x2c")])throw new e.CKEditorError("commentsrepository-adapter-already-set");this._adapter=t}get[Lr("0x28")](){return this[Lr("0x2c")]}[Lr("0x1b")]({channelId:t=Fr,threadId:n=(0,e.uid)(),comments:o=[],resolvedAt:i=null,resolvedBy:r=null,target:s=null,context:a=null,attributes:c={},isResolvable:x=!0,isSubmitted:h=!1,deletedAt:d=null,isFromAdapter:l=!1}={}){return this[Lr("0x96")](Hr("addCommentThread",t),{channelId:t,threadId:n,comments:o,resolvedAt:i,resolvedBy:r,target:s,context:a,attributes:c,isFromAdapter:l,isResolvable:x,isSubmitted:h,deletedAt:d}),this[Lr("0x6d")](n)}[Lr("0x10")]({channelId:t=Fr,threadId:n=(0,e.uid)(),target:o,context:i=null,isResolvable:r=!0}){if(this._readOnlyChannels[Lr("0x3c")](t)||this[Lr("0x8a")][Lr("0x3c")](void 0))return null;if(!o)throw new e.CKEditorError(Lr("0x6e"));const s=this[Lr("0x1b")]({channelId:t,threadId:n,target:o,context:i,isResolvable:r});if(!s)return null;const a=this[Lr("0x68")][Lr("0xa2")](s),c=a[Lr("0xe")].commentThreadInputView[Lr("0xad")],x=this[Lr("0x5c")].plugins[Lr("0xa2")](Nr),h=x.getByInnerView(a[Lr("0xe")]);return x[Lr("0x7f")](h),c[Lr("0x4e")](Lr("0x63"),(()=>c[Lr("0x17")]())),s}[Lr("0x15")](t){if("string"!=typeof t)throw new e.CKEditorError(Lr("0x44"));return this[Lr("0x3")].has(t)}updateCommentThread({channelId:t=Fr,threadId:e,context:n,attributes:o,isFromAdapter:i=!1}){return this[Lr("0x96")](Hr("updateCommentThread",t),{channelId:t,threadId:e,context:n,attributes:o,isFromAdapter:i}),this[Lr("0x6d")](e)}getCommentThread(t){if(Lr("0xb5")!=typeof t)throw new e.CKEditorError(Lr("0x44"));return this._threads.get(t)}[Lr("0x27")]({channelId:t,threadId:n}={}){const o=this[Lr("0x6d")](n);if(o)return Promise[Lr("0x30")](o);if(!this.adapter)throw new e.CKEditorError(Lr("0x54"),this.context);if("function"!=typeof this[Lr("0x28")][Lr("0x6d")])throw new e.CKEditorError("commentsrepository-missing-thread-and-adapter-method",this[Lr("0x5c")]);return this[Lr("0x28")].getCommentThread({channelId:t,threadId:n})[Lr("0x46")]((e=>this[Lr("0x15")](n)?this[Lr("0x6d")](n):e?this[Lr("0x1b")](Object[Lr("0x2f")]({isFromAdapter:!0,channelId:t},e)):void 0)).catch((t=>{throw console[Lr("0x90")](t),new e.CKEditorError(Lr("0x7"),this[Lr("0x5c")])}))}[Lr("0x79")]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this._threads[Lr("0x33")]())t&&o[Lr("0x6b")]!==t||e&&!o[Lr("0xf")]||n&&0===o[Lr("0xa4")]||i[Lr("0x95")](o);return o?i.map((t=>t.toJSON())):i}[Lr("0x4f")](t){const n=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](Nr);if(!t)return void(this[Lr("0x31")]&&n[Lr("0x55")]());const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError("commentsrepository-active-missing-comment-thread",null,{threadId:t});if(!this._threadToController.has(o))throw new e.CKEditorError(Lr("0xd"),null,{threadId:t});const i=n.getByInnerView(this[Lr("0x68")].get(o)[Lr("0xe")]);n[Lr("0x7f")](i)}[Lr("0xb")](t,e){t?this[Lr("0x8a")][Lr("0x1c")](e):this[Lr("0x8a")][Lr("0x49")](e),this[Lr("0x96")](Lr("0x66"),Lr("0x8a"),this[Lr("0x8a")],this[Lr("0x8a")])}[Lr("0x53")](t){const e=this._permissions.get(t),n=void 0===e||e[Lr("0x88")]||e[Lr("0xb0")];return this[Lr("0x8a")][Lr("0x3c")](t)||this._readOnlyChannels[Lr("0x3c")](void 0)||!n}[Lr("0x48")](t,e){return new po(t,e)}[Lr("0x4")](t,e=Fr){this._permissions[Lr("0x94")](e,t),this[Lr("0x96")]("change:_permissions","_permissions",this[Lr("0x9e")],this._permissions)}[Lr("0x75")](t=Fr){return this._permissions[Lr("0x3c")](t)?this[Lr("0x9e")].get(t):zr}[Lr("0xa3")]({channelId:t,threadId:n,comments:o,resolvedAt:r,resolvedBy:s,target:a,context:c,attributes:x,isFromAdapter:h,isResolvable:d,isSubmitted:l}){if(Lr("0xb5")!=typeof n)throw new e.CKEditorError(Lr("0x44"),null,{threadId:n});if(this[Lr("0x15")](n))throw new e.CKEditorError(Lr("0x16"),null,{threadId:n});this[Lr("0x5c")].plugins[Lr("0xa2")](i.Users);const u=new Ur(this,{channelId:t,id:n,context:c,attributes:x,resolvedAt:r,resolvedBy:s?this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](i.Users)[Lr("0x41")](s):null,isResolvable:d,isSubmitted:l||h});this[Lr("0x3")].set(n,u);for(const t of o)u._add(this[Lr("0x4d")]({threadId:n,...t}));return a&&u[Lr("0x29")](a),h||!u.length?Promise[Lr("0x30")]():this[Lr("0x6f")]({channelId:t,threadId:n})}[Lr("0x6f")]({channelId:t,threadId:n}){if(!this[Lr("0x15")](n))throw new e.CKEditorError(Lr("0x87"),this);const o=this[Lr("0x6d")](n);if(o[Lr("0x47")]=!0,!this[Lr("0x28")]||Lr("0x9a")!=typeof this[Lr("0x28")][Lr("0x1b")])return Promise[Lr("0x30")]();const{id:i,comments:r,resolvedAt:s,resolvedBy:a,context:c,attributes:x}=o,h=this[Lr("0x5c")][Lr("0x43")].get("PendingActions"),d=h[Lr("0x1c")](bo(this[Lr("0x5c")][Lr("0x84")],Lr("0x82")));return this.adapter[Lr("0x1b")]({channelId:t,threadId:i,comments:r[Lr("0x4a")]((t=>t.toJSON())),resolvedAt:s,resolvedBy:a?a.id:a,context:c,attributes:x}).then((({comments:e})=>{h[Lr("0x98")](d);for(const o of e)this[Lr("0x72")]({channelId:t,threadId:n,commentId:o[Lr("0x70")],createdAt:o[Lr("0x7a")],isFromAdapter:!0})}))[Lr("0x9b")]((t=>{throw console[Lr("0x90")](t),new e.CKEditorError(Lr("0xa8"),this)}))}[Lr("0x1f")]({threadId:t,target:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(Lr("0xb2"),this);const i=this.context[Lr("0x43")][Lr("0xa2")](Lr("0xa")),r=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](Nr),s=this[Lr("0x9d")](o),a=new po(o,s);let c=null;s.on(Lr("0xa9"),((t,e,n)=>{n?c=i[Lr("0x1c")](bo(this[Lr("0x5c")][Lr("0x84")],Lr("0x82"))):c&&(i[Lr("0x98")](c),c=null)})),this[Lr("0x68")][Lr("0x94")](o,a),this[Lr("0x2a")][Lr("0x94")](s,a);const x=new br(this[Lr("0x5c")][Lr("0x84")],s);x[Lr("0x71")]("length").to(s),x.bind(Lr("0x18")).to(s,"isDirty",s,Lr("0xa4"),((t,e)=>t||!e)),x.bind(Lr("0xa0")).to(s),x[Lr("0x11")]=Lr("0x21");const h=new yr({view:x,target:n,type:Lr("0x21"),isVisible:!o.isResolved});return r[Lr("0x1c")](h),h}_createCommentThreadView(t){const e=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](i.Users),{config:n,locale:o}=this[Lr("0x5c")],r=(0,i.getDateTimeFormatter)(n[Lr("0xa2")](Lr("0x84")));return new(0,n[Lr("0xa2")]("comments").CommentThreadView)(o,t,e.me,{editorConfig:{...n[Lr("0xa2")](Lr("0x45")),licenseKey:this[Lr("0x5c")].config[Lr("0xa2")](Lr("0xb4"))},maxCommentsWhenCollapsed:n[Lr("0xa2")](Lr("0xa1")),maxThreadTotalWeight:n.get(Lr("0x7e")),maxCommentCharsWhenCollapsed:n.get(Lr("0x32")),formatDateTime:r,CommentView:n[Lr("0xa2")](Lr("0x8d"))[Lr("0xb1")]})}[Lr("0x3a")]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:s}){if(!this[Lr("0x15")](t))throw new e.CKEditorError(Lr("0x87"),null,{threadId:t});const a=this[Lr("0x6d")](t);if(a[Lr("0xa6")])throw new e.CKEditorError("commentsrepository-resolved-comment-thread",null,{threadId:t});const c=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](i.Users);if(a[Lr("0xaf")]=c[Lr("0x41")](r),a[Lr("0x57")]=o,s||!this.adapter||"function"!=typeof this.adapter[Lr("0x85")])return Promise[Lr("0x30")]();const x=this.context[Lr("0x43")][Lr("0xa2")]("PendingActions"),h=x.add(bo(this[Lr("0x5c")][Lr("0x84")],Lr("0x82")));return this.adapter.resolveCommentThread({channelId:n,threadId:t})[Lr("0x46")]((({resolvedAt:t,resolvedBy:e})=>{x.remove(h),a[Lr("0xaf")].id!==e&&(a[Lr("0xaf")]=c.getUser(e)),a[Lr("0x57")]=t}))[Lr("0x9b")]((t=>{throw console.error(t),new e.CKEditorError(Lr("0x20"),this)}))}_reopenCommentThread({threadId:t,channelId:n,isFromAdapter:o}){if(!this[Lr("0x15")](t))throw new e.CKEditorError(Lr("0x87"),null,{threadId:t});const i=this[Lr("0x6d")](t);if(!i[Lr("0xa6")])throw new e.CKEditorError(Lr("0x12"),null,{threadId:t});if(i[Lr("0xaf")]=null,i[Lr("0x57")]=null,o||!this[Lr("0x28")]||"function"!=typeof this[Lr("0x28")][Lr("0x2")])return Promise[Lr("0x30")]();const r=this[Lr("0x5c")][Lr("0x43")].get("PendingActions"),s=r[Lr("0x1c")](bo(this[Lr("0x5c")][Lr("0x84")],Lr("0x82")));return this.adapter[Lr("0x2")]({channelId:n,threadId:t})[Lr("0x46")]((()=>r[Lr("0x98")](s)))[Lr("0x9b")]((t=>{throw console[Lr("0x90")](t),new e.CKEditorError("commentsrepository-reopen-comment-thread-internal-error",this)}))}[Lr("0x0")]({threadId:t,isFromAdapter:n}){const o=this[Lr("0x6d")](t);if(!o)throw new e.CKEditorError("commentsrepository-remove-missing-comment-thread",this);if(this[Lr("0x60")](t),this[Lr("0x3")][Lr("0x49")](t),!o[Lr("0x62")]||n||!this[Lr("0x28")]||Lr("0x9a")!=typeof this[Lr("0x28")].removeCommentThread)return Promise.resolve();const i=this.context.plugins.get("PendingActions"),{channelId:r}=o,s=i.add(bo(this[Lr("0x5c")][Lr("0x84")],Lr("0x82")));return this[Lr("0x28")].removeCommentThread({channelId:r,threadId:t})[Lr("0x46")]((()=>i.remove(s)))[Lr("0x9b")]((t=>{throw console[Lr("0x90")](t),new e.CKEditorError(Lr("0x4b"),this)}))}[Lr("0x26")]({threadId:t,context:n,attributes:o,isFromAdapter:i}){if("string"!=typeof t)throw new e.CKEditorError(Lr("0x44"),null,{threadId:t});if(!this[Lr("0x15")](t))throw new e.CKEditorError("commentsrepository-missing-comment-thread",null,{threadId:t});const r=this[Lr("0x6d")](t);let s=!1;if(void 0!==n&&r[Lr("0x5c")]!==n&&(r[Lr("0x5c")]=n,s=!0),o&&!We(o,r[Lr("0x42")])&&(r[Lr("0x42")]=o,s=!0),!s)return Promise[Lr("0x30")]();if(!r[Lr("0x62")]||i||!this[Lr("0x28")]||Lr("0x9a")!=typeof this[Lr("0x28")][Lr("0x69")])return Promise[Lr("0x30")]();const a=this[Lr("0x5c")][Lr("0x43")].get(Lr("0xa")),{channelId:c}=r,x=a[Lr("0x1c")](bo(this[Lr("0x5c")].locale,Lr("0x82")));return this[Lr("0x28")][Lr("0x69")]({channelId:c,threadId:t,context:n,attributes:o})[Lr("0x46")]((()=>a.remove(x)))[Lr("0x9b")]((t=>{throw console[Lr("0x90")](t),new e.CKEditorError("commentsrepository-update-comment-thread-internal-error",this)}))}[Lr("0x60")](t){const e=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](Nr),n=this[Lr("0x6d")](t);if(this._threadToController.has(n)){const t=this[Lr("0x68")].get(n),o=t.view,i=e[Lr("0x2d")](o);this[Lr("0x68")][Lr("0x49")](n),this[Lr("0x2a")][Lr("0x49")](o),i&&e[Lr("0x98")](i),t[Lr("0x5f")](),o[Lr("0x5f")]()}}[Lr("0x9")]({threadId:t,resolvedAt:e}){const n=!!e,o=this[Lr("0x5c")].plugins[Lr("0xa2")](Nr),i=this[Lr("0x6d")](t);if(this[Lr("0x68")][Lr("0x3c")](i)){const t=this._threadToController[Lr("0xa2")](i).view,e=o[Lr("0x2d")](t);e&&(n&&o[Lr("0x39")](e),e.refreshVisibility())}}[Lr("0x1e")](t){const e=this[Lr("0x5c")].plugins.get(i.Users),n=(0,i.hashObject)(Lr("0x86")+t);return e[Lr("0x41")](n)||e[Lr("0x5a")]({id:n,name:t})}_createNewComment({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a}){if(Lr("0xb5")!=typeof n)throw new e.CKEditorError(Lr("0x61"));if("string"!=typeof r)throw new e.CKEditorError(Lr("0x7d"));if(Lr("0xb5")!=typeof o||!o[Lr("0x9c")]())throw new e.CKEditorError("commentsrepository-invalid-comment-content");const c=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](i.Users)[Lr("0x41")](r);if(!c)throw new e.CKEditorError("commentsrepository-add-comment-user-not-exists",null,{authorId:r});let x=null,h=s;return a&&a[Lr("0xac")]&&(x=this[Lr("0x1e")](a["@external"][Lr("0x58")]),h=new Date(a["@external"][Lr("0x7a")])),new Wr(this,{threadId:t,id:n,author:x||c,creator:c,content:o,createdAt:s,authoredAt:h,attributes:a})}[Lr("0x13")](t){let{threadId:n,content:o,attributes:i,isFromAdapter:r}=t;const s=this[Lr("0x6d")](t[Lr("0x8")]);if(!s)throw new e.CKEditorError(Lr("0x8e"),this);const a=this[Lr("0x4d")](t),{id:c}=a;if(s._add(a),r||!this[Lr("0x28")]||Lr("0x9a")!=typeof this.adapter[Lr("0x2e")]||!s[Lr("0x62")])return Promise.resolve();const x=this[Lr("0x5c")][Lr("0x43")][Lr("0xa2")]("PendingActions"),{channelId:h}=s,d=x[Lr("0x1c")](bo(this[Lr("0x5c")][Lr("0x84")],Lr("0x82")));return i||(i={}),this.adapter[Lr("0x2e")]({channelId:h,threadId:n,commentId:c,content:o,attributes:i})[Lr("0x46")]((t=>{x[Lr("0x98")](d),t&&this[Lr("0x72")]({channelId:h,threadId:n,commentId:c,createdAt:t[Lr("0x7a")],isFromAdapter:!0})}))[Lr("0x9b")]((t=>{throw console.error(t),new e.CKEditorError(Lr("0xc"),this)}))}[Lr("0x72")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&(Lr("0xb5")!=typeof o||!o.trim()[Lr("0xa4")]))throw new e.CKEditorError(Lr("0x5"));const a=this[Lr("0x6d")](t),c=a[Lr("0x77")](n);if(!c)throw new e.CKEditorError(Lr("0x1"),this);let x=!1;if(o&&o!==c[Lr("0x2b")]&&(c.isEditable||s)&&(c[Lr("0x2b")]=o,x=!0),i&&i!==c[Lr("0x7a")]&&(c.createdAt=i,c[Lr("0x42")]&&c[Lr("0x42")]["@external"]||(c[Lr("0x74")]=i),x=!0),r&&!We(r,c.attributes)&&(c[Lr("0x42")]=r,x=!0),!x)return Promise[Lr("0x30")]();if(a.fire("commentUpdated"),s||!this[Lr("0x28")]||Lr("0x9a")!=typeof this[Lr("0x28")].updateComment)return Promise.resolve();const h=this.context.plugins[Lr("0xa2")]("PendingActions"),{channelId:d}=this.getCommentThread(c[Lr("0x8")]),l=h.add(bo(this[Lr("0x5c")][Lr("0x84")],"PENDING_ACTION_COMMENT_THREAD"));return this[Lr("0x28")][Lr("0x5d")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Lr("0x46")]((()=>h[Lr("0x98")](l)))[Lr("0x9b")]((t=>{throw console[Lr("0x90")](t),new e.CKEditorError(Lr("0x8c"),this)}))}[Lr("0x8b")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[Lr("0x6d")](t),r=i[Lr("0x77")](n);if(!r)throw new e.CKEditorError(Lr("0x22"),this);if(i[Lr("0xae")](r),o||!this.adapter||"function"!=typeof this[Lr("0x28")][Lr("0x6")])return Promise[Lr("0x30")]();const s=this.context[Lr("0x43")][Lr("0xa2")](Lr("0xa")),{channelId:a}=i,c=s[Lr("0x1c")](bo(this[Lr("0x5c")][Lr("0x84")],Lr("0x82")));return this.adapter.removeComment({channelId:a,threadId:t,commentId:n}).then((()=>s[Lr("0x98")](c)))[Lr("0x9b")]((t=>{throw console.error(t),new e.CKEditorError(Lr("0x3e"),this)}))}}class Ur extends((0,e.ObservableMixin)()){constructor(t,n){super();const o=n[Lr("0x36")];this[Lr("0x6b")]=n[Lr("0x6b")],this.id=n.id,this[Lr("0x8d")]=new e.Collection,this[Lr("0x25")]=t,this[Lr("0x19")]=!1,this[Lr("0x47")]=n[Lr("0x62")],this[Lr("0x94")]("_hasTargetInContent",!0),this[Lr("0x71")](Lr("0x53")).to(t,Lr("0x9e"),t,Lr("0x8a"),(()=>t[Lr("0x53")](this[Lr("0x6b")]))),this[Lr("0x71")](Lr("0x6c")).to(t,"_permissions",(()=>t.getPermissions(this[Lr("0x6b")])[Lr("0xb0")])),this.bind(Lr("0x36")).to(this,Lr("0x6a"),t,Lr("0x9e"),(e=>o&&e&&t[Lr("0x75")](this[Lr("0x6b")])[Lr("0x30")])),this[Lr("0x94")]("context",n.context),this.set(Lr("0x57"),n.resolvedAt||null),this[Lr("0x94")](Lr("0xaf"),n.resolvedBy||null),this[Lr("0x71")](Lr("0xa6")).to(this,Lr("0x57"),(t=>!!t)),this[Lr("0x94")](Lr("0x42"),n[Lr("0x42")]||{})}get[Lr("0x76")](){return Array[Lr("0x78")](this[Lr("0x8d")])[Lr("0x1d")](((t,e)=>t+e[Lr("0x76")]),0)}get[Lr("0xa4")](){return this[Lr("0x8d")][Lr("0xa4")]}get[Lr("0xf")](){return this[Lr("0x19")]}get[Lr("0x62")](){return this[Lr("0x47")]}[Lr("0xa7")](){const{channelId:t,id:e}=this;this[Lr("0x25")][Lr("0x96")](Hr("submitCommentThread",t),{channelId:t,threadId:e})}[Lr("0x30")]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=this._repository[Lr("0x5c")][Lr("0x43")][Lr("0xa2")](i.Users).me,{channelId:r,id:s}=this;this[Lr("0x25")][Lr("0x96")](Hr(Lr("0x85"),r),{channelId:r,threadId:s,resolvedAt:t,resolvedBy:e||o.id,isFromAdapter:n})}[Lr("0x51")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Lr("0x25")][Lr("0x96")](Hr("reopenCommentThread",e),{channelId:e,threadId:n,isFromAdapter:t})}setContext(t){this[Lr("0x5c")]||this[Lr("0x64")]({context:t})}setAttribute(t,e){const n=Fn(this[Lr("0x42")]);io(n,t,e),this[Lr("0x64")]({attributes:n})}removeAttribute(t){const e=Fn(this[Lr("0x42")]);ho(e,t),this[Lr("0x64")]({attributes:e})}[Lr("0x98")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Lr("0x25")][Lr("0x96")](Hr("removeCommentThread",e),{channelId:e,threadId:n,isFromAdapter:t})}attachTo(t){return this[Lr("0x25")][Lr("0x1f")]({threadId:this.id,target:t})}[Lr("0x2e")](t){const{channelId:e,id:n}=this;this[Lr("0x25")][Lr("0x96")](Hr("addComment",e,n),Object[Lr("0x2f")]({channelId:e,threadId:n},t))}[Lr("0x77")](t){if(Lr("0xb5")!=typeof t)throw new e.CKEditorError(Lr("0x3b"),null,{commentId:t});return this.comments[Lr("0xa2")](t)}toJSON(){return{threadId:this.id,context:this[Lr("0x5c")],resolvedAt:this[Lr("0x57")],resolvedBy:this.resolvedBy?this[Lr("0xaf")].id:null,comments:this[Lr("0x8d")][Lr("0x4a")]((t=>t[Lr("0x65")]())),attributes:this[Lr("0x42")]}}[Lr("0x34")](t){return this[Lr("0x4c")](t,Lr("0x99"),(()=>{const e=this[Lr("0x92")](t),n=this[Lr("0x8d")];e-1!=n[Lr("0x67")](t)&&e+1!=n.getIndex(t)&&(this[Lr("0xae")](t),this[Lr("0x34")](t))})),this.comments[Lr("0x1c")](t,this._findOptimalIndex(t))}_update(t){const{channelId:e,id:n}=this;this[Lr("0x25")][Lr("0x96")](Hr("updateCommentThread",e),{...t,channelId:e,threadId:n})}[Lr("0xae")](t){return this.stopListening(t),t[Lr("0x5f")](),this[Lr("0x8d")][Lr("0x98")](t)}[Lr("0x92")](t){const e=this.comments.find((e=>new Date(e[Lr("0x74")]).getTime()>new Date(t[Lr("0x74")])[Lr("0x93")]()));return e?this.comments[Lr("0x67")](e):this.length}}class Wr extends((0,e.ObservableMixin)()){constructor(t,e){super();const n=t.context[Lr("0x43")].get(i.Users).me,o=t[Lr("0x6d")](e[Lr("0x8")]),r=0===o[Lr("0x8d")].length,s=n===e[Lr("0x80")];this.id=e.id,this[Lr("0x8")]=e[Lr("0x8")],this.author=e[Lr("0x80")],this.creator=e[Lr("0x5b")],this.isExternal=Boolean(e[Lr("0x42")]&&e[Lr("0x42")][Lr("0xac")]),this.set("content",e.content),this[Lr("0x7a")]=e[Lr("0x7a")]||new Date,this[Lr("0x94")]("authoredAt",e[Lr("0x74")]||new Date),this[Lr("0x71")]("resolvedAt").to(o,Lr("0x57")),this[Lr("0x94")](Lr("0x42"),e[Lr("0x42")]||{}),this[Lr("0x71")]("isEditable").to(t,Lr("0x9e"),(()=>{const e=t[Lr("0x75")](o[Lr("0x6b")])[Lr("0x88")],n=t[Lr("0x75")](o[Lr("0x6b")])[Lr("0x35")];return s&&e||!s&&n})),this[Lr("0x71")]("isRemovable").to(o,"isRemovable",t,Lr("0x9e"),(e=>{const n=t[Lr("0x75")](o[Lr("0x6b")])[Lr("0x88")],i=t[Lr("0x75")](o[Lr("0x6b")])[Lr("0x35")];return s&&n||e&&r||!s&&i&&!r})),this[Lr("0x71")](Lr("0x53")).to(t,"_readOnlyChannels",(t=>t[Lr("0x3c")](o[Lr("0x6b")])||t[Lr("0x3c")](void 0))),this[Lr("0x25")]=t}get[Lr("0x76")](){return Math.max(function(t){const e=document[Lr("0x89")]("div");return e[Lr("0x83")]=t,e[Lr("0x23")].length}(this.content),200)}[Lr("0x8f")](t){const{threadId:n,id:o}=this;if(!this[Lr("0x25")].hasCommentThread(n))throw new e.CKEditorError(Lr("0x7b"),this);const{channelId:i}=this[Lr("0x25")][Lr("0x6d")](n);this._repository.fire(Hr(Lr("0x5d"),i,n),{channelId:i,threadId:n,commentId:o,...t})}setAttribute(t,e){const n=Fn(this.attributes);io(n,t,e),this[Lr("0x8f")]({attributes:n})}[Lr("0xab")](t){const e=Fn(this[Lr("0x42")]);ho(e,t),this.update({attributes:e})}[Lr("0x98")](t={}){if(!t[Lr("0x37")]&&!this[Lr("0x6c")])return;const{threadId:n,id:o}=this;if(!this[Lr("0x25")][Lr("0x15")](n))throw new e.CKEditorError("commentsrepository-remove-comment-missing-comment-thread",this);const{channelId:i}=this[Lr("0x25")][Lr("0x6d")](n);this[Lr("0x25")].fire(Hr("removeComment",i,n),{channelId:i,threadId:n,commentId:o,...t})}[Lr("0x65")](){return{commentId:this.id,content:this[Lr("0x2b")],createdAt:this[Lr("0x7a")],authorId:this[Lr("0x5b")].id,attributes:this.attributes}}[Lr("0x5f")](){this[Lr("0x24")]()}}function Hr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Zr=["selection","change","execute","push","_hasContent","element","addMarker","editor","createRange","_trimToContent","substr","refresh","comment:","start","item","$textProxy","isEnabled","end","schema","getLastMatchingPosition","model","isObject","backward"];var qr,$r;qr=Zr,$r=162,function(t){for(;--t;)qr.push(qr.shift())}(++$r);const Xr=function(t,e){return Zr[t-=0]};class Gr extends t.Command{[Xr("0xa")](){const t=this[Xr("0x6")].model.document[Xr("0x16")];for(const e of t.getRanges())if(this[Xr("0x3")](e))return void(this[Xr("0xf")]=!0);this[Xr("0xf")]=!1}[Xr("0x1")]({threadId:t=(0,e.uid)()}={}){const n=this[Xr("0x6")].model,o=[];for(const t of n.document[Xr("0x16")].getRanges())this._hasContent(t)&&o[Xr("0x2")](this[Xr("0x8")](t));n[Xr("0x0")]((n=>{for(const i of o){const o=(0,e.uid)()[Xr("0x9")](1,5),r=Xr("0xb")+t+":"+o;n[Xr("0x5")](r,{range:i,usingOperation:!1,affectsData:!1})}}))}[Xr("0x3")](t){for(const e of t.getItems())if(this._itemIsContent(e))return!0;return!1}_itemIsContent(t){return t.is(Xr("0xe"))||this.editor.model[Xr("0x11")][Xr("0x14")](t)&&!t.is(Xr("0x4"),"tableCell")}[Xr("0x8")](t){const e=t=>!this._itemIsContent(t[Xr("0xd")]),n=t[Xr("0xc")][Xr("0x12")](e),o=t[Xr("0x10")].getLastMatchingPosition(e,{direction:Xr("0x15")});return this[Xr("0x6")][Xr("0x13")][Xr("0x7")](n,o)}}const Jr=["isCollapsed","change:isFocused","uiUpdate","editorannotations-invalid-source-callback","view","annotation","has","directChange","listenTo","add","remove","delete","from","document","cancel","range","change:range","fire","isReadOnly","pluginName","containsRange","_editorAnnotations","addSourceCollector","selection","requires","push","editing","isEqual","focusTracker","_editorAnnotationsData","update","innerView","registerAnnotation","refreshSelectedViews","collection","getRanges","map","editor","plugins","model","element","set","hasDomSelection","init","sort","blur","_dataCollectors"];var Yr,Qr;Yr=Jr,Qr=149,function(t){for(;--t;)Yr.push(Yr.shift())}(++Qr);const ts=function(t,e){return Jr[t-=0]};class es extends t.Plugin{static get[ts("0x10")](){return[Nr]}static get[ts("0xb")](){return"EditorAnnotations"}constructor(t){super(t),this._dataCollectors=new Set,this[ts("0xd")]=new Set}[ts("0x23")](){const t=this.editor,e=t[ts("0x1f")][ts("0x5")][ts("0xf")],n=rr((()=>this.refreshSelectedViews()),10);e.on(ts("0x8"),((t,e)=>{e[ts("0x2e")]&&(n[ts("0x6")](),this[ts("0x19")]())})),this[ts("0x0")](t[ts("0x12")][ts("0x2b")][ts("0x5")],ts("0x28"),((t,e,o)=>{o&&n()})),this[ts("0x0")](t.ui[ts("0x14")],"change:isFocused",((e,n,o)=>{o||t[ts("0xa")]||this[ts("0x9")](ts("0x25"),{isAnnotationTracked:t=>this[ts("0x15")][ts("0x2d")](t[ts("0x17")])})})),this.listenTo(this[ts("0x1d")].ui,ts("0x16"),(()=>this[ts("0x9")](ts("0x29"))))}[ts("0x18")](t){if(this._editorAnnotations[ts("0x2d")](t[ts("0x2b")]))return;this[ts("0xd")].add(t.view),this[ts("0x1d")].ui[ts("0x14")][ts("0x1")](t[ts("0x2b")][ts("0x20")]);const e=this[ts("0x1d")][ts("0x1e")].get(Nr);this[ts("0x0")](e[ts("0x1a")],"remove",((t,e)=>{this[ts("0x1d")].ui[ts("0x14")][ts("0x2")](e[ts("0x2b")].element),this[ts("0xd")][ts("0x3")](e.view)}))}[ts("0x22")](){return this.editor.editing.view[ts("0x22")]}[ts("0xe")](t){if("function"!=typeof t)throw new e.CKEditorError(ts("0x2a"));this[ts("0x26")][ts("0x1")](t)}[ts("0x19")](){this.fire("refresh")}getOrderedSelectedAnnotations({activeAnnotation:t,annotations:e}){const n=[],o=this[ts("0x1d")][ts("0x1f")][ts("0x5")][ts("0xf")],i=Array[ts("0x4")](o[ts("0x1b")]());for(const[t,o]of this[ts("0x15")]){const i=r(o),s=e.getByInnerView(t);i&&s&&n[ts("0x11")]({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e.containsRange(t,!o[ts("0x27")]))return e;return null}return n[ts("0x24")](((e,n)=>{const o=e[ts("0x7")],i=n[ts("0x7")];if(!o[ts("0x13")](i)){if(o.containsRange(i,!0))return 1;if(i[ts("0xc")](o,!0))return-1}return e[ts("0x2c")]==t?-1:n[ts("0x2c")]==t?1:0}))[ts("0x1c")]((t=>t[ts("0x2c")]))}get[ts("0x15")](){const t=new Map;for(const e of Array[ts("0x4")](this[ts("0x26")]))for(const[n,o]of e())t[ts("0x21")](n,o);return t}}const ns=["plugins","has","editor","get","RestrictedEditingModeEditing","enableCommand","afterInit"];var os,is;os=ns,is=262,function(t){for(;--t;)os.push(os.shift())}(++is);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{[rs("0x3")](){const t=this[rs("0x6")];t[rs("0x4")][rs("0x5")](rs("0x1"))&&t[rs("0x4")][rs("0x0")]("RestrictedEditingModeEditing")[rs("0x2")]("addCommentThread")}}var as=n(446),cs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(as.Z,cs);as.Z.locals;const xs=["high","config","plugins","execute","editor","basic","addCommentThread","listenTo","define","_handleImportedData","forEach","dataInsert","map","importWord.commentsStyles","get","importWord"];var hs,ds;hs=xs,ds=120,function(t){for(;--t;)hs.push(hs.shift())}(++ds);const ls=function(t,e){return xs[t-=0]};class us extends t.Plugin{constructor(t){super(t),this[ls("0xc")][ls("0x9")][ls("0x0")](ls("0x5"),ls("0xd"))}afterInit(){const t=this[ls("0xc")],n=t.commands[ls("0x6")](ls("0x7")),o=t[ls("0xa")].get(i.Users);n&&(n.on(ls("0xb"),((t,[,e])=>{e.collaboration_features={comments:!0,user_id:o.me.id,comments_styles:this.editor[ls("0x9")].get("importWord.commentsStyles")}}),{priority:e.priorities[ls("0x8")]+10}),this[ls("0xf")](n,ls("0x3"),this[ls("0x1")]))}[ls("0x1")](t,e){const{comment_threads:n}=e;n&&n[ls("0x2")]((({thread_id:t,comments:e,is_resolved:n})=>{const o=new Date,r=e[ls("0x4")]((({author:t,content:e,created_at:n})=>({content:e,authorId:this.editor.plugins[ls("0x6")](i.Users).me.id,createdAt:o,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:"importWord"}}}))),s=this.editor[ls("0x9")][ls("0x6")]("collaboration.channelId");this[ls("0xc")][ls("0xa")][ls("0x6")](Kr)[ls("0xe")]({channelId:s,threadId:t,comments:r,resolvedAt:n?o:null})}))}}const ms=["_attachedThreads","markerToData","then","createElement","createRange","consumable","_threadToController","updateMarker","hasCommentThread","getCommentThreads","delete","addMarker:","getItems","refreshVisibility","model","size","registerAnnotation","collaboration.channelId","_getTextContext","ready","removeCommentThread","low","has","isResolved","addComment","setContext","set","markerName","_handleMarkerAddAndRemove","for","reopen","once","affectsData","markers","isThreadsLoadingPaused","_threads","addCommentThread","commands","reconvertMarker","high","destroy","isCollapsed","focus","plugins","root","init","filter","document","activeMarker","CommentsEditing","enqueueChange","fetchCommentThread","getWalker","_reconvertMarkers","length","includes","resolveCommentThread","render","rootName","switchReadOnly","attachTo","change","isEqual","openNewCommentThread","differ","newRange","$graveyard","$marker","_hasTargetInContent","editor","comment:","_getTargetForId","upcast","getCommentThread","config","dataDowncast","end","_attachMarkerToThread","start","hasContent","consume","scrollToThreadMarker","from","view","add","getByInnerView","comment","getAllMarkersForId","pluginName","push","dataToMarker","registerPostFixer","ck-comment-marker--active","change:activeMarker","listenTo","editing","data","getRange","conversion","text","createPositionBefore","change:isReadOnly","state","_initializeMarkerConverters","get","_handleThreadMarker","removeMarker"];var fs,ps;fs=ms,ps=212,function(t){for(;--t;)fs.push(fs.shift())}(++ps);const gs=function(t,e){return ms[t-=0]};class bs extends t.Plugin{static get requires(){return[Kr,es,ss,us]}static get[gs("0x5a")](){return gs("0x33")}constructor(t){super(t),this[gs("0x1c")](gs("0x24"),!0),t[gs("0x62")].once(gs("0x15"),(()=>this[gs("0x24")]=!1)),this.set(gs("0x32"),null),this.on(gs("0x5f"),((e,n,o,i)=>{const r=o?_s(o).id:null;if(t[gs("0x10")][gs("0x3f")]((()=>{if(r){const e=this.getAllMarkersForId(r);for(const n of e)t[gs("0x61")][gs("0x28")](n)}if(i){const{id:e}=_s(i),n=this[gs("0x59")](e);for(const e of n)t.editing[gs("0x28")](e)}})),r){const e=t.plugins[gs("0x6a")](Kr).getCommentThread(r);e&&e[gs("0x19")]&&this.scrollToThreadMarker(r)}})),this[gs("0x2")]=new Map}[gs("0x2f")](){const t=this.editor,e=t[gs("0x2d")][gs("0x6a")](Kr),n=t[gs("0x4c")][gs("0x6a")](gs("0x13"));t[gs("0x27")][gs("0x56")](gs("0x26"),new Gr(t)),this[gs("0x60")](t,gs("0x67"),((n,o,i)=>{e[gs("0x3d")](i,t.config[gs("0x6a")](gs("0x13")))})),this[gs("0x60")](e,vs(gs("0x26"),n),((e,{threadId:n})=>{const o=t.plugins[gs("0x6a")](es),i=this.editor[gs("0x2d")].get(Kr)[gs("0x4b")](n);if(i&&i[gs("0x19")]&&!this[gs("0x2")][gs("0x18")](n)){const t=i[gs("0x3e")]((()=>this[gs("0x49")](i.id)));o[gs("0x12")](t),this._attachedThreads[gs("0x1c")](n,[]),0===this[gs("0x59")](n)[gs("0x38")]&&(i[gs("0x46")]=!1)}})),this[gs("0x60")](e,vs(gs("0x16"),n),((e,{threadId:n})=>{t[gs("0x10")][gs("0x34")]({isUndoable:!1},(t=>{const e=this[gs("0x59")](n);this[gs("0x2")].delete(n);for(const n of e)t.removeMarker(n)}))}),{priority:gs("0x29")}),this[gs("0x60")](e,vs(gs("0x3a"),n),((t,{threadId:e})=>{this._reconvertMarkers(e),this[gs("0x47")][gs("0x61")].view.hasDomSelection&&this[gs("0x47")][gs("0x61")].view[gs("0x2c")]()}),{priority:gs("0x17")}),this[gs("0x60")](e,vs("reopenCommentThread",n),((t,{threadId:e})=>{this._reconvertMarkers(e)}),{priority:gs("0x17")}),this[gs("0x60")](e,vs(gs("0x1a"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this[gs("0x59")](o);!i&&0!=r[gs("0x38")]&&e[gs("0xa")](o)&&1===e[gs("0x4b")](o)[gs("0x38")]&&t[gs("0x10")].enqueueChange({isUndoable:!1},(t=>{for(const e of r)t[gs("0x9")](e,{usingOperation:!0,affectsData:!0})}))}),{priority:"low"}),this[gs("0x69")](),this._handleMarkerAddAndRemove()}[gs("0x2a")](){const t=this[gs("0x47")][gs("0x2d")].get(Kr),e=this[gs("0x47")][gs("0x4c")][gs("0x6a")](gs("0x13"));for(const n of t[gs("0xb")]({channelId:e}))t._detachCommentThread(n.id),t[gs("0x25")].delete(n.id);super.destroy()}hasMarkerForId(t){return this.getAllMarkersForId(t)[gs("0x38")]>0}[gs("0x59")](t){return(this[gs("0x2")][gs("0x6a")](t)||[]).map((t=>this[gs("0x47")][gs("0x10")][gs("0x23")].get(t)))[gs("0x30")]((t=>t))}[gs("0x53")](t){const n=this[gs("0x49")](t);n&&setTimeout((()=>{this[gs("0x32")]&&_s(this[gs("0x32")]).id===t&&(0,e.scrollViewportToShowTarget)({target:n[0],viewportOffset:100,alignToTop:!0})}),50)}[gs("0x37")](t){this[gs("0x47")][gs("0x10")].change((()=>{for(const e of this[gs("0x59")](t))this[gs("0x47")].editing[gs("0x28")](e)}))}[gs("0x69")](){const t=this.editor;t.conversion[gs("0x1f")]("editingDowncast").markerToHighlight({model:gs("0x58"),view:(e,n)=>{const{id:o}=_s(e.markerName),i=t[gs("0x2d")][gs("0x6a")](Kr)[gs("0x4b")](o),r=this[gs("0x32")]&&_s(this[gs("0x32")]).id===o;if(i&&i[gs("0x19")]&&!r&&e.item)return n[gs("0x7")].consume(e.item,gs("0xd")+e.markerName),n[gs("0x7")][gs("0x52")](e.item,"removeMarker:"+e[gs("0x1d")]),{classes:[]};const s=["ck-comment-marker"];return r&&s[gs("0x5b")](gs("0x5e")),{classes:s,attributes:{"data-comment":o}}}}),t.conversion[gs("0x1f")](gs("0x4d"))[gs("0x3")]({model:"comment",view:(e,{options:n})=>{const o=t[gs("0x2d")][gs("0x6a")](Kr),i=t[gs("0x10")].markers[gs("0x6a")](e),{id:r,part:s}=_s(e);if(i&&!i[gs("0x22")])return null;if(n.ignoreResolvedComments){const t=o.getCommentThread(r);if(t&&t[gs("0x19")])return null}return{group:gs("0x58"),name:s?r+":"+s:r}}}),t[gs("0x64")][gs("0x1f")](gs("0x4a")).elementToElement({view:{name:gs("0x58"),attributes:{id:/^\w/}},model:(t,{writer:e})=>e[gs("0x5")](gs("0x45"),{"data-name":gs("0x48")+t.getAttribute("id")})}),t[gs("0x64")][gs("0x1f")]("upcast")[gs("0x5c")]({view:gs("0x58")})}[gs("0x1e")](){const t=this[gs("0x47")],e=t.plugins[gs("0x6a")](Kr),n=new Set;t[gs("0x10")][gs("0x31")][gs("0x5d")]((e=>{let o=!1;for(const{name:i,data:r}of t[gs("0x10")][gs("0x31")][gs("0x42")].getChangedMarkers()){const{group:s,id:a}=_s(i);let c=r[gs("0x43")];if(gs("0x58")!==s||!c)continue;const x=gs("0x44")===c[gs("0x2e")][gs("0x3c")];x||(c=ws(c,t.model),!c||!r[gs("0x43")]||c[gs("0x40")](r[gs("0x43")]))?!c||!t[gs("0x10")][gs("0x51")](c)||this[gs("0x2")][gs("0x18")](a)&&x?(e[gs("0x1")](i),o=!0):x||(this.isThreadsLoadingPaused?n[gs("0x56")](i):this[gs("0x0")](i,a)):(e[gs("0x9")](i,{range:c}),o=!0)}return o})),this.on("change:isThreadsLoadingPaused",((e,o,i)=>{if(!i&&n[gs("0x11")])for(const e of n){const{id:o}=_s(e);n.delete(o),t[gs("0x10")][gs("0x23")][gs("0x6a")](e)&&this[gs("0x0")](e,o)}})),this[gs("0x60")](t[gs("0x10")][gs("0x31")],"change",((o,i)=>{for(const{name:o,data:{newRange:r}}of t.model[gs("0x31")][gs("0x42")].getChangedMarkers()){const{group:s,id:a}=_s(o);if(gs("0x58")!==s)continue;const c=e.getCommentThread(a),x=this.hasMarkerForId(a);c&&(c[gs("0x46")]||t[gs("0x61")][gs("0x55")][gs("0x21")](gs("0x3b"),(()=>{const n=t.plugins.get(Nr),o=e[gs("0x8")][gs("0x6a")](c)[gs("0x55")];n[gs("0x57")](o)[gs("0xf")]()}),{priority:gs("0x17")}),c._hasTargetInContent=x||!!r),!r&&i.isLocal&&(n[gs("0xc")](a),c&&!c[gs("0x19")]&&!x&&this[gs("0x2")][gs("0x18")](a)&&(this[gs("0x2")][gs("0xc")](a),c.resolve()))}}))}[gs("0x49")](t){const e=this[gs("0x47")],n=this.getAllMarkersForId(t);return(0,i.getAllMarkersDomElementsSorted)(e[gs("0x61")],n)}[gs("0x14")](t){const e=this[gs("0x59")](t);let n="",o=!1;for(const t of e){const e=t[gs("0x63")]();for(const t of Array[gs("0x54")](e[gs("0xe")]()))t.is("$textProxy")?(n&&o&&(n+=" ",o=!1),n+=t[gs("0x62")]):o=!0;o=!0}return n.substring(0,150)}[gs("0x4f")](t,e){const n=this[gs("0x47")],o=n[gs("0x2d")][gs("0x6a")](Kr);let i=o[gs("0x4b")](e);if(this[gs("0x2")].has(e)){const n=this[gs("0x2")][gs("0x6a")](e);return n[gs("0x39")](t)||n[gs("0x5b")](t),i}this[gs("0x2")][gs("0x1c")](e,[t]);const r=n[gs("0x4c")].get("collaboration.channelId"),s=n[gs("0x2d")][gs("0x6a")](es);return i&&i[gs("0x19")]?(i[gs("0x20")](),i):(this[gs("0x59")](e)[0].managedUsingOperations?o[gs("0x35")]({channelId:r,threadId:e})[gs("0x4")]((t=>{if("destroyed"!==n[gs("0x68")])if(i=t,i){const t=i[gs("0x3e")]((()=>this._getTargetForId(e)));s[gs("0x12")](t),i[gs("0x19")]&&this[gs("0x37")](e)}else{const t=this[gs("0x59")](e);n[gs("0x10")][gs("0x3f")]((e=>{for(const n of t)e[gs("0x1")](n)}))}})):n[gs("0x61")].view[gs("0x21")](gs("0x3b"),(()=>{const t=n[gs("0x2d")].get(Nr);i=o[gs("0x41")]({channelId:r,threadId:e,target:()=>this[gs("0x49")](e),context:{type:gs("0x65"),value:this[gs("0x14")](e)}});const a=o[gs("0x8")][gs("0x6a")](i)[gs("0x55")],c=t[gs("0x57")](a);c&&s[gs("0x12")](c)}),{priority:gs("0x17")}),i)}[gs("0x0")](t,e){const n=this[gs("0x4f")](t,e);n&&!n.context&&n[gs("0x1b")]({type:gs("0x65"),value:this[gs("0x14")](e)})}}function vs(t,e){return e?t+":"+e:t}function _s(t){const e=t.split(":");return{group:e[0],id:e[1],part:e[2]}}function ws(t,e){const n=e.schema,o=e[gs("0x6")](t.start);for(const i of t[gs("0x36")]()){const{type:t,item:r,nextPosition:s}=i;if(gs("0x65")===t||n.isObject(r)){const t=e[gs("0x66")](r);o[gs("0x2b")]&&(o[gs("0x50")]=t),o[gs("0x4e")]=s}}return o[gs("0x2b")]?null:o}const ks='\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.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ys=["editing","stop","_createUIButton","_threadToController","activeMarker","Comment","find","from","get","requires","model","getAllMarkersForId","map","addComment","focus","tooltip","removeCommentThread","commands","execute","plugins","CommentsListView","listenTo","focusTracker","locale","hasMarkerForId","editor","pluginName","addCommentThread","init","push","CommentThreadInputView","componentFactory","comment","label","_viewToController","getRange","low","view","comment:"];var Cs,Ts;Cs=ys,Ts=184,function(t){for(;--t;)Cs.push(Cs.shift())}(++Ts);const As=function(t,e){return ys[t-=0]};class Es extends t.Plugin{static get[As("0x25")](){return"CommentsUI"}static get[As("0x14")](){return[Kr,bs,es,Nr]}get[As("0x1f")](){return ai}get[As("0x2")](){return Jo}[As("0x0")](){const t=this[As("0x24")],e=t[As("0x1e")][As("0x13")](Kr),n=t.plugins[As("0x13")](bs),o=t[As("0x1e")][As("0x13")](Nr),i=t[As("0x1e")].get(es);t.ui[As("0x3")].add(As("0x4"),(()=>this[As("0xd")]())),i.addSourceCollector((()=>{const t=[];for(const[o,i]of e[As("0xe")]){const e=n[As("0x16")](o.id),r=e.map((t=>t[As("0x7")]()));e.length>0&&t[As("0x1")]([i[As("0x9")],r])}return t})),this[As("0x20")](o,"change:activeAnnotations",((t,o,i)=>{const r=Array[As("0x12")](i)[As("0x17")]((t=>t.innerView))[As("0x11")]((t=>e._viewToController.has(t)));if(!r)return void(n[As("0xf")]=null);const s=e[As("0x6")][As("0x13")](r)[As("0x15")].id,a=As("0xa")+s;s&&n.hasMarkerForId(s)?n[As("0xf")]=a:n[As("0xf")]&&(n[As("0xf")]=null)})),this[As("0x20")](e,As("0x1b"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui[As("0x21")].isFocused&&n.hasMarkerForId(o)&&t[As("0xb")].view[As("0x19")]()}),{priority:"highest"}),this[As("0x20")](e,As("0x18"),((o,{threadId:i,isFromAdapter:r})=>{!r&&n[As("0x23")](i)&&e.hasCommentThread(i)&&1===e.getCommentThread(i).length&&(t.editing[As("0x9")][As("0x19")](),o[As("0xc")]())}),{priority:As("0x8")})}[As("0xd")](){const t=this[As("0x24")],e=new go.ButtonView(t.locale),n=t[As("0x1c")][As("0x13")](As("0x26"));return e[As("0x5")]=bo(t[As("0x22")],As("0x10")),e[As("0x1a")]=bo(t[As("0x22")],As("0x10")),e.icon=ks,e.bind("isEnabled").to(n),this[As("0x20")](e,As("0x1d"),(()=>n[As("0x1d")]())),e}}const Is=["CommentsOnly","isEnabled","get","editing","requires","afterInit","addCommentThread","config","document","commands","DragDrop","commentsOnlyMode","affectsData","change:isEnabled","stop","clipboardInput","stopListening","plugins","highest","editor","listenTo","_enableCommentsOnlyMode","view","forceDisabled","_disableCommentsOnlyMode","delete"];var Vs,Os;Vs=Is,Os=139,function(t){for(;--t;)Vs.push(Vs.shift())}(++Os);const Rs=function(t,e){return Is[t-=0]};class Ms extends t.Plugin{static get pluginName(){return Rs("0x11")}static get[Rs("0x15")](){return[bs]}constructor(t){super(t),this.set(Rs("0x12"),!1),this.on(Rs("0x4"),((t,e,n)=>{n?this[Rs("0xc")]():this[Rs("0xf")]()}))}[Rs("0x16")](){!this.isEnabled&&this.editor[Rs("0x18")][Rs("0x13")]("commentsOnly")&&(this[Rs("0x12")]=!0)}[Rs("0xc")](){for(const[t,e]of this.editor[Rs("0x0")])e[Rs("0x3")]&&Rs("0x17")!==t&&e[Rs("0xe")]("commentsOnlyMode");this.editor[Rs("0x8")].has(Rs("0x1"))&&this[Rs("0xa")].plugins[Rs("0x13")](Rs("0x1"))[Rs("0xe")](Rs("0x2"));const t=this[Rs("0xa")].editing[Rs("0xd")][Rs("0x19")];this[Rs("0xb")](t,"cut",(t=>t.stop()),{priority:"highest"}),this[Rs("0xb")](t,Rs("0x6"),(t=>t[Rs("0x5")]()),{priority:"highest"}),this[Rs("0xb")](t,Rs("0x10"),(t=>t[Rs("0x5")]()),{priority:Rs("0x9")})}[Rs("0xf")](){for(const[t,e]of this[Rs("0xa")][Rs("0x0")])e[Rs("0x3")]&&"addCommentThread"!==t&&e.clearForceDisabled(Rs("0x2"));this[Rs("0x7")](this[Rs("0xa")][Rs("0x14")][Rs("0xd")].document)}}const js=["_addActiveAnnotation","AnnotationsUIs","has","pluginName","annotationsuis-missing-ui","attach","init","deactivate","function","add","_uisData","destroy","get","collection","annotationsuis-register-invalid-interface","stopListening","hasActive","register","requires","deactivateAll","listenTo","_uis","_setSelectedAnnotations","set","isActive","activate","push","annotationsuis-annotation-mismatch","setActiveAnnotation","plugins","type","delete","_assertAnnotationDoesNotBelongToMultipleUIs","from","context","activeAnnotations","change:activeAnnotation","size","_removeActiveAnnotation","find","refilterAnnotations","annotationsuis-register-already-registered","detach","activeUIs"];var Ss,Ns;Ss=js,Ns=168,function(t){for(;--t;)Ss.push(Ss.shift())}(++Ns);const Ds=function(t,e){return js[t-=0]};class Ps extends t.ContextPlugin{static get[Ds("0x1a")](){return[Nr]}static get[Ds("0xb")](){return Ds("0x9")}constructor(t){super(t),this[Ds("0x7")]=new Set,this._uis=new Map,this[Ds("0x12")]=new Map}[Ds("0xe")](){const t=this[Ds("0x2a")][Ds("0x25")].get(Nr);this.listenTo(t,"_activateAnnotation",((t,e)=>{for(const t of this[Ds("0x7")]){const n=this[Ds("0x1d")].get(t);(0,this[Ds("0x12")][Ds("0x14")](t).filter)(e)&&n[Ds("0x24")](e)}})),this.listenTo(t,"_deactivateAllAnnotations",(()=>{for(const t of this[Ds("0x7")])this[Ds("0x1d")][Ds("0x14")](t)[Ds("0x24")](null)})),this[Ds("0x1c")](t._visibleAnnotations,Ds("0x11"),((t,e)=>{this[Ds("0x28")](e)}))}[Ds("0x18")](){return this[Ds("0x7")][Ds("0x1")]>0}[Ds("0x20")](t){return this[Ds("0x7")][Ds("0xa")](t)}[Ds("0x21")](t,n=(()=>!0)){const o=this.context.plugins[Ds("0x14")](Nr);if(!this._uis.has(t))throw new e.CKEditorError(Ds("0xc"),this,{uiName:t});this[Ds("0x20")](t)&&this[Ds("0xf")](t),this[Ds("0x7")][Ds("0x11")](t);const i=new Vr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e.add(o);e[Ir("0xb")](t,Ir("0x3"),((t,o)=>{n(o)&&e[Ir("0x3")](o)})),e[Ir("0xb")](t,"remove",((t,n)=>{e.has(n)&&e[Ir("0xd")](n)}))})({source:o._visibleAnnotations,target:i,filter:n}),this[Ds("0x12")][Ds("0x1f")](t,{collection:i,filter:n});const r=this[Ds("0x1d")][Ds("0x14")](t);r[Ds("0xd")](i),this[Ds("0x1c")](r,Ds("0x0"),((t,e,n,i)=>{i&&o[Ds("0x2")](i),n&&o[Ds("0x8")](n)}))}[Ds("0xf")](t){if(this[Ds("0x7")][Ds("0x27")](t),!this[Ds("0x1d")][Ds("0xa")](t))throw new e.CKEditorError("annotationsuis-missing-ui",this,{uiName:t});const n=this[Ds("0x1d")][Ds("0x14")](t);n[Ds("0x6")](),this[Ds("0x17")](n),this[Ds("0x12")][Ds("0x14")](t)[Ds("0x15")][Ds("0x13")](),this[Ds("0x12")][Ds("0x27")](t)}switchTo(t){if(!this[Ds("0x1d")].has(t))throw new e.CKEditorError(Ds("0xc"),this,{uiName:t});const n=this.context[Ds("0x25")][Ds("0x14")](Nr),o=Array[Ds("0x29")](n[Ds("0x2b")])[0]||null;this[Ds("0x1b")](),this[Ds("0x21")](t);const i=this[Ds("0x1d")][Ds("0x14")](t);i.setActiveAnnotation(o),i[Ds("0x1e")]&&o&&i[Ds("0x1e")]([o])}deactivateAll(){for(const t of this[Ds("0x7")])this[Ds("0xf")](t)}[Ds("0x19")](t,n){if(this[Ds("0x1d")][Ds("0xa")](t))throw new e.CKEditorError(Ds("0x5"));if("function"!=typeof n.attach||"function"!=typeof n[Ds("0x6")]||Ds("0x10")!=typeof n.setActiveAnnotation)throw new e.CKEditorError(Ds("0x16"),null);this[Ds("0x1d")].set(t,n)}[Ds("0x4")](){const t=this[Ds("0x2a")][Ds("0x25")][Ds("0x14")](Nr)[Ds("0x15")],e=new Map,n=Array[Ds("0x29")](this[Ds("0x7")]);for(const t of this.activeUIs){const n=this[Ds("0x12")].get(t)[Ds("0x15")];for(const o of n)e[Ds("0x1f")](o,t)}for(const o of t){const t=e[Ds("0x14")](o);this[Ds("0x28")](o);const i=n[Ds("0x3")]((t=>this._uisData[Ds("0x14")](t).filter(o)));t!==i&&(t&&this[Ds("0x12")].get(t).collection.remove(o),i&&this[Ds("0x12")][Ds("0x14")](i)[Ds("0x15")][Ds("0x11")](o))}}destroy(){this[Ds("0x1b")](),super[Ds("0x13")]()}[Ds("0x28")](t){const n=[];for(const e of this[Ds("0x7")])(0,this[Ds("0x12")][Ds("0x14")](e).filter)(t)&&n[Ds("0x22")](e);if(n.length>1)throw new e.CKEditorError(Ds("0x23"),null,{matchedUIs:n,annotationType:t[Ds("0x26")]})}}var Bs=n(100),Ls={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(Bs.Z,Ls);Bs.Z.locals;const Fs=["class","bindTemplate","div","set","setTemplate","list","ck-sidebar","minHeight"];var zs,Ks;zs=Fs,Ks=488,function(t){for(;--t;)zs.push(zs.shift())}(++Ks);const Us=function(t,e){return Fs[t-=0]},Ws=(0,e.toUnit)("px");class Hs extends go.View{constructor(t){super(t);const e=this[Us("0x1")];this[Us("0x3")](Us("0x7"),0),this[Us("0x3")](Us("0x0"),""),this[Us("0x5")]=this.createCollection(),this[Us("0x4")]({tag:Us("0x2"),attributes:{class:["ck",Us("0x6"),"ck-reset",e.to("class")],style:{minHeight:e.to(Us("0x7"),(t=>"number"==typeof t?Ws(t+10):null))}},children:this[Us("0x5")]})}}const Zs=["setTemplate","_targetTop","detach","set","isAnimationDisabled","div","bottom","top","clientHeight","attach","bind","render","content","createCollection","_mutationObserver","updateHeight","bindTemplate","height","ck-sidebar-item"];var qs,$s;qs=Zs,$s=353,function(t){for(;--t;)qs.push(qs.shift())}(++$s);const Xs=function(t,e){return Zs[t-=0]},Gs=(0,e.toUnit)("px");class Js extends go.View{constructor(t){super(t),this[Xs("0xb")](Xs("0xf"),0),this.set(Xs("0x6"),0),this[Xs("0x12")](Xs("0xe")).to(this,"top",this,"height",((t,e)=>t+e)),this[Xs("0xb")](Xs("0xc"),!1),this[Xs("0x3")]=dr((()=>this.updateHeight())),this[Xs("0x9")]=null,this[Xs("0x1")]=this[Xs("0x2")]();const e=this[Xs("0x5")];this[Xs("0x8")]({tag:Xs("0xd"),attributes:{class:[Xs("0x7"),e.to("isAnimationDisabled",(t=>t?"ck-sidebar-item--no-animation":""))],style:{top:e.to(Xs("0xf"),(t=>Gs(t)))}},children:this[Xs("0x1")]})}render(){super[Xs("0x0")](),this._mutationObserver[Xs("0x11")](this.element)}[Xs("0x4")](){const t=this.element[Xs("0x10")];t&&(this[Xs("0x6")]=t)}destroy(){this.content.clear(),this[Xs("0x3")][Xs("0xa")](),super.destroy()}}const Ys=["target","sidebar-attachtocontainer-missing-container","get","Sidebar","setContainer","isAnimationDisabled","destroy","getIndex","unbind","content","_getItemAfter","isActive","remove","element","last","nodeType","addAnnotation","_createSidebarView","_alignForBottomChange","length","bind","top","init","_alignAfterItem","_annotationToSidebarItemView","object","_activeAnnotation","appendChild","list","config","_detachFromContainer","_getMaxAvailableTop","height","_attachToContainer","sidebar-setcontainer-invalid-element","change:targetRect","_sidebarItemViewToAnnotation","_annotations","_recalculate","_alignToTargetRect","sidebar.preventScrollOutOfView","define","listenTo","_alignForTopChange","context","change:top","_destroySidebarItemView","_spaceBetweenItems","delete","_updateLastItem","change:bottom","_getItemBefore","bottom","_recalculateBuffer","class","stopListening","updateHeight","set","minHeight","_setItemTop","_getTargetTop","_targetTop","getSidebarItemView","render","pluginName","max","_alignBeforeItem","view","targetRect","_lastItem","rearrange","refresh","container"];var Qs,ta;Qs=Ys,ta=275,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("0x8")](){return ea("0x14")}constructor(t){super(t),this[ea("0x1")](ea("0xd"),void 0),this.view=this._createSidebarView(),this.set(ea("0x10"),null),this[ea("0x40")]=25,this._sidebarItemViewToAnnotation=new Map,this[ea("0x29")]=new Map,this[ea("0x3d")][ea("0x2e")][ea("0x3a")]("sidebar.preventScrollOutOfView",!1),this[ea("0x36")]=null,this[ea("0x2b")]=null,this[ea("0x46")]=[]}[ea("0x27")](){const t=this[ea("0x3d")][ea("0x2e")][ea("0x13")]("sidebar.container");t&&this[ea("0x15")](t)}[ea("0x15")](t){if(!ia(t))throw new e.CKEditorError(ea("0x33"));this[ea("0x10")]=t}[ea("0x32")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!ia(this[ea("0x10")]))throw new e.CKEditorError(ea("0x12"),this);this[ea("0x10")][ea("0x2c")](this[ea("0xb")][ea("0x1e")]),this.view[ea("0x47")]=t,this[ea("0x40")]=n}[ea("0xe")]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this[ea("0x6")](t);this[ea("0xb")][ea("0x2d")][ea("0x1d")](o),this[ea("0x3f")](t),e&&this[ea("0x38")](this[ea("0x6")](e)),n&&this[ea("0x38")](this[ea("0x6")](n)),this[ea("0x42")]()}[ea("0xf")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this[ea("0x2b")]=e,t){t[ea("0x1c")]=!1;const e=this[ea("0x6")](t);e&&n&&(e.isAnimationDisabled=!1)}if(e){const t=this[ea("0x6")](e);t&&(e[ea("0x1c")]=!0,n&&(t[ea("0x16")]=!0,t[ea("0x26")]+=1),this[ea("0x38")](t))}}[ea("0x2f")](t){if(this[ea("0x48")](),this[ea("0xb")].element[ea("0x1d")](),t)for(const e of t)this[ea("0x3f")](e);this[ea("0xb")][ea("0x2d")].clear(),this.view[ea("0x47")]="",this[ea("0xd")]=null}[ea("0x21")](t,e){e||(e=t.view);const n=new Js(this[ea("0x3d")].locale);this[ea("0x35")].set(n,t),this[ea("0x29")][ea("0x1")](t,n),n.content.add(e),this.listenTo(t[ea("0xb")],ea("0x34"),((e,o,i)=>{const r=this[ea("0x4")](t,i);n._targetTop!=r&&(n[ea("0x5")]=r,this[ea("0x3")](n,r))})),this[ea("0x3b")](n,ea("0x3e"),(()=>{this._recalculate(n,"top")})),this.listenTo(n,ea("0x43"),(()=>{this[ea("0x37")](n,"bottom")})),this._alignToTargetRect(n);const o=this[ea("0x44")](n);return o?this[ea("0x28")](o,n)||this._alignToTargetRect(n):this[ea("0x38")](n),this[ea("0x42")](),this[ea("0xb")][ea("0x2d")].add(n),n}[ea("0x3c")](t){if(!t[ea("0x1a")][ea("0x24")])return;const e=this[ea("0x44")](t);if(!e)return;const n=this[ea("0x35")].get(e),o=this._activeAnnotation;o&&o===n?this[ea("0x28")](e,t):this._alignBeforeItem(t,e)}[ea("0x23")](t){if(!t[ea("0x1a")][ea("0x24")])return;const e=this[ea("0x1b")](t);if(!e)return;const n=this[ea("0x35")][ea("0x13")](e),o=this[ea("0x3d")][ea("0x2e")].get(ea("0x39")),i=this[ea("0x2b")];i&&i===n&&o?(this[ea("0xa")](e,t),this[ea("0x28")](t,e)):i&&i===n?this._alignBeforeItem(e,t):this[ea("0x28")](t,e)}[ea("0x37")](t,e){0===this[ea("0x46")][ea("0x24")]&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this[ea("0x46")])ea("0x26")===e?this[ea("0x3c")](t):this[ea("0x23")](t);this._recalculateBuffer=[]}),10),this._recalculateBuffer.push({sidebarItemView:t,changedProp:e})}getSidebarItemView(t){return this[ea("0x29")][ea("0x13")](t)}[ea("0x17")](){this[ea("0xb")][ea("0x17")]()}[ea("0x3f")](t){const e=this[ea("0x6")](t);this.stopListening(e),this.stopListening(t[ea("0xb")]),e[ea("0x17")](),this[ea("0x29")].delete(t),this[ea("0x35")][ea("0x41")](e)}[ea("0x22")](){const t=new Hs(this[ea("0x3d")].locale);return t[ea("0x7")](),this.on("change:_lastItem",((e,n,o,i)=>{i&&t[ea("0x19")](ea("0x2")),o?t[ea("0x25")](ea("0x2")).to(o,ea("0x45")):t[ea("0x2")]=null})),t}[ea("0x42")](){var t;this[ea("0xd")]=(null===(t=this[ea("0x36")])||void 0===t?void 0:t[ea("0x1f")])?this.getSidebarItemView(this[ea("0x36")].last):null}[ea("0x44")](t){var e;const n=this[ea("0x35")][ea("0x13")](t),o=n&&(null===(e=this[ea("0x36")])||void 0===e?void 0:e[ea("0x13")](this[ea("0x36")][ea("0x18")](n)-1));return o&&this[ea("0x6")](o)||null}[ea("0x1b")](t){var e;const n=this._sidebarItemViewToAnnotation[ea("0x13")](t),o=n&&(null===(e=this[ea("0x36")])||void 0===e?void 0:e.get(this._annotations[ea("0x18")](n)+1));return o&&this.getSidebarItemView(o)||null}[ea("0xa")](t,e){t[ea("0x0")]();const n=oa(e[ea("0x45")]+this[ea("0x40")],t[ea("0x26")]);return!!n&&(this._setItemTop(e,e[ea("0x26")]-n),!0)}[ea("0x28")](t,e){t[ea("0x0")]();const n=oa(t[ea("0x45")]+this._spaceBetweenItems,e[ea("0x26")]);return!!n&&(this[ea("0x3")](e,e[ea("0x26")]+n,!1),!0)}[ea("0x38")](t){const e=this[ea("0x35")][ea("0x13")](t);if(!e||!e.target||!e.targetRect)return;const n=this[ea("0x4")](e,e[ea("0xc")]);this._setItemTop(t,n)}[ea("0x4")](t,n){if(null===n)return 0;if(t[ea("0x11")]instanceof e.Rect)return n[ea("0x26")];{const t=new e.Rect(this[ea("0xb")][ea("0x1e")])[ea("0x26")];return n[ea("0x26")]-t}}_setItemTop(t,e,n=this[ea("0x3d")][ea("0x2e")][ea("0x13")]("sidebar.preventScrollOutOfView")){n&&(e=Math[ea("0x9")](e,this[ea("0x30")](t))),t.top=e}_getMaxAvailableTop(t){let e=this[ea("0x44")](t),n=0;for(;e;)e[ea("0x0")](),n+=this[ea("0x40")]+e[ea("0x31")],e=this[ea("0x44")](e);return n}}function oa(t,e){return Math[ea("0x9")](t-e,0)}function ia(t){return null!==t&&ea("0x2a")==typeof t&&1===t[ea("0x20")]}const ra=["_destroyEditorAnnotationsIntegration","annotations","hasDomSelection","activeAnnotation","attach","from","blur","_integrateWithEditorAnnotations","has","addAnnotation","_activeAnnotation","editors","uiUpdate","requires","_refreshPositioningDebounced","listenTo","rearrange","refresh","remove","resize","stopListening","_attachToContainer","removeEventListener","get","ck-sidebar--wide","refreshPositioning","setActiveAnnotation","_annotations","focus","cancel","destroy","isAttached","add","set","detach","high","set:container","WideSidebar","switchTo","stop","plugins","widesidebar-detach-not-attached","addEventListener","widesidebar-attach-already-attached","wideSidebar","context","off","_editorAnnotations"];var sa,aa;sa=ra,aa=388,function(t){for(;--t;)sa.push(sa.shift())}(++aa);const ca=function(t,e){return ra[t-=0]};class xa extends t.ContextPlugin{static get[ca("0x9")](){return[na,Ps]}static get pluginName(){return ca("0x21")}constructor(t){super(t),this[ca("0x1b")]=!1,this[ca("0x1d")](ca("0x2f"),null),this[ca("0x2d")]=null,this._editorAnnotations=new e.Collection,this[ca("0xa")]=rr((()=>{this[ca("0x2d")].refreshPositioning()}),250,{leading:!1})}init(){const t=this[ca("0x29")][ca("0x24")][ca("0x13")](Ps),e=this[ca("0x29")][ca("0x24")][ca("0x13")](na);t.register(ca("0x28"),this),e.container&&t[ca("0x22")](ca("0x28"))}[ca("0x16")](t){if(t===this.activeAnnotation)return;const e=this[ca("0x29")][ca("0x24")][ca("0x13")](na);e[ca("0x6")]=t;const n=this[ca("0x2f")];this[ca("0x2f")]=t,e[ca("0xd")]({blurredAnnotation:n,activatedAnnotation:this[ca("0x2f")]})}[ca("0x0")](n){this[ca("0x2d")]=n;const o=this[ca("0x29")][ca("0x24")].get(na);if(o[ca("0x17")]=n,this.isAttached)throw new e.CKEditorError(ca("0x27"),this);this[ca("0x1b")]=!0,this[ca("0xb")](o,ca("0x20"),(()=>{this[ca("0x1e")](),this[ca("0xb")](o,"change:container",(t=>{t[ca("0x2a")](),this.attach(n)}))})),o[ca("0x11")]({viewClass:ca("0x14")});const i=t=>{t.updateTargetRect(),o[ca("0x5")](t)};for(const t of n)i(t);this.listenTo(n,ca("0x1c"),((t,e)=>{i(e)})),this.listenTo(n,"remove",((t,e,i)=>{o[ca("0xc")]({removedAnnotation:e,previousAnnotation:n[ca("0x13")](i-1),nextAnnotation:n[ca("0x13")](i+1)}),e===this.activeAnnotation&&this[ca("0x16")](null)}),{priority:ca("0x1f")}),this[ca("0xb")](n,ca("0x18"),((t,e)=>{this[ca("0x16")](e)})),this[ca("0xb")](n,ca("0x2"),(()=>{this[ca("0x16")](null)}));const r=this[ca("0x29")]instanceof t.Context?this[ca("0x29")][ca("0x7")]:new e.Collection([this[ca("0x29")]]);for(const t of r)this[ca("0x3")](t);this.listenTo(r,ca("0x1c"),((t,e)=>{this[ca("0xb")](e,"ready",(()=>{this[ca("0x3")](e)}))})),this[ca("0xb")](r,ca("0xe"),((t,e)=>{e[ca("0x24")][ca("0x4")]("EditorAnnotations")&&this[ca("0x2c")](e[ca("0x24")][ca("0x13")]("EditorAnnotations"))})),window[ca("0x26")](ca("0xf"),this[ca("0xa")]),this[ca("0x2d")][ca("0x15")]()}[ca("0x1e")](){if(!this[ca("0x1b")])throw new e.CKEditorError(ca("0x25"),this);this[ca("0x16")](null);const n=this.context.plugins[ca("0x13")](na);n._detachFromContainer(this.annotations),this[ca("0x10")](n),this[ca("0x10")](this.annotations),this[ca("0x29")]instanceof t.Context&&this[ca("0x10")](this.context[ca("0x7")]);for(const t of Array[ca("0x1")](this._editorAnnotations))this[ca("0x2c")](t);window[ca("0x12")](ca("0xf"),this._refreshPositioningDebounced),this._refreshPositioningDebounced[ca("0x19")](),this[ca("0x2f")]=null,this.isAttached=!1,this[ca("0x2d")]=null}[ca("0x1a")](){this.isAttached&&this.detach()}[ca("0x3")](t){const e=t[ca("0x24")][ca("0x13")](es);if(!e)return;const n=()=>{const t=e.getOrderedSelectedAnnotations({annotations:this[ca("0x2d")],activeAnnotation:this.activeAnnotation});this[ca("0x16")](t[0]||null)};this[ca("0xb")](e,ca("0xd"),n),this[ca("0xb")](e,ca("0x2"),((t,{isAnnotationTracked:e})=>{this[ca("0x2f")]&&e(this[ca("0x2f")])&&this[ca("0x16")](null)})),this.listenTo(e,ca("0x8"),(()=>{this[ca("0xa")]()})),this[ca("0xb")](this[ca("0x2d")],ca("0x2"),(t=>{e[ca("0x2e")]()&&(n(),t[ca("0x23")]())}),{priority:ca("0x1f")}),this[ca("0x2b")][ca("0x1c")](e)}_destroyEditorAnnotationsIntegration(t){this[ca("0x10")](t),this[ca("0x2b")][ca("0xe")](t)}}const ha=["ck-annotation-counter","bind","ck-annotation-counter__badge","...","extendTemplate","annotationType","span","number","icon","isDirty","bindTemplate","counterView","add","_badge","set","children","ck-annotation-counter__badge--","setTemplate"];var da,la;da=ha,la=499,function(t){for(;--t;)da.push(da.shift())}(++la);const ua=function(t,e){return ha[t-=0]};class ma extends go.ButtonView{constructor(t){super(t);const e=this[ua("0xf")];this[ua("0x1")](ua("0xe"),!1),this[ua("0x1")]("number",0),this[ua("0x6")]("_badge").to(this,ua("0xe"),this,ua("0xc"),((t,e)=>t?ua("0x8"):e.toString())),this[ua("0x1")](ua("0xa"),""),this[ua("0xd")]=ks,this[ua("0x9")]({attributes:{class:[ua("0x5")]}}),this[ua("0x10")]=new go.View,this[ua("0x10")][ua("0x4")]({tag:ua("0xb"),attributes:{class:[ua("0x7"),e.to(ua("0xa"),(t=>ua("0x3")+t)),e.if("isDirty","ck-annotation-counter__badge--edit-mode")]},children:[{text:e.to(ua("0x0"))}]}),this[ua("0x2")][ua("0x11")](this[ua("0x10")])}}var fa=n(28),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(fa.Z,pa);fa.Z.locals;const ga=["_detachListeners","high","get","southArrowNorthWest","change:container","remove","execute","register","type","stopPropagation","balloonPanelView","number","includes","context","getByView","bodyCollection","listenTo","_updateBalloonPosition","unpin","content","element","editors","stopListening","_setSelectedAnnotations","annotationType","_selectedAnnotations","_showBalloon","_refreshPositioning","defaultPositions","northArrowSouth","preventClosingBalloon","requires","delete","isDirty","preventDefault","EditorAnnotations","isVisible","getOrderedSelectedAnnotations","_integrateWithEditorAnnotations","southArrowNorthEast","ck-sidebar--narrow","plugins","pin","from","create","focus","_destroyEditorAnnotationsIntegration","_annotationToNarrowView","blur","target","cancel","isAttached","Esc","activeAnnotation","keydown","mousedown","_manuallyClosedAnnotationViews","set","refresh","hasDomSelection","rearrange","removeEventListener","attach","attachToDom","first","change:height","pluginName","NarrowSidebar","narrowsidebar-attach-already-attached","locale","_refreshPositioningDebounced","contains","off","clear","detach","resize","_domEmitter","length","bind","setActiveAnnotation","has","add","_hideBalloon","view","northArrowSouthEast","destroy","init","narrowSidebar","_attachListeners","getSidebarItemView","addAnnotation","narrowsidebar-detach-not-attached","annotations","southArrowNorth","_editorAnnotations"];var ba,va;ba=ga,va=257,function(t){for(;--t;)ba.push(ba.shift())}(++va);const _a=function(t,e){return ga[t-=0]};class wa extends t.ContextPlugin{static get[_a("0x3b")](){return[na,Ps]}static get[_a("0x5e")](){return _a("0x0")}constructor(t){super(t),this[_a("0x4f")]=!1,this[_a("0x54")]=new Set,this[_a("0x9")]=Object[_a("0x48")](e.DomEmitterMixin),this[_a("0x4b")]=new Map,this[_a("0x55")]("activeAnnotation",null),this[_a("0x19")]=null,this[_a("0x35")]=[],this[_a("0x1b")]=new e.Collection,this[_a("0x3")]=rr((()=>{this[_a("0x37")]()}),250,{leading:!1})}[_a("0x13")](){this.context[_a("0x45")][_a("0x1e")](Ps)[_a("0x23")](_a("0x14"),this),this.bodyCollection=new go.BodyCollection(this[_a("0x29")].locale),this[_a("0x26")]=new go.BalloonPanelView(this[_a("0x29")][_a("0x2")]),this[_a("0x2b")][_a("0x5b")](),this[_a("0x2b")][_a("0xe")](this[_a("0x26")])}attach(n){this[_a("0x19")]=n;const o=this[_a("0x29")].plugins[_a("0x1e")](na),i=this[_a("0x26")];if(o._annotations=n,this[_a("0x4f")])throw new e.CKEditorError(_a("0x1"),this);this.isAttached=!0,this[_a("0x2c")](o,"set:container",(()=>{this[_a("0x7")](),this[_a("0x2c")](o,_a("0x20"),(t=>{t[_a("0x5")](),this[_a("0x5a")](n)}))})),o._attachToContainer({viewClass:_a("0x44"),spaceBetweenItems:5});const r=t=>{const e=new ma(this[_a("0x29")][_a("0x2")]);o[_a("0x17")](t,e),this[_a("0x4b")].set(t,e),e[_a("0xb")]("isDirty",_a("0x34"),_a("0x27")).to(t[_a("0x10")],_a("0x3d"),_a("0x24"),_a("0xa")),e.on(_a("0x22"),(()=>{this[_a("0x54")][_a("0x6")](),i[_a("0x2f")][_a("0x5c")]!==t[_a("0x10")]?(this[_a("0x36")](t),t[_a("0x10")].element.focus(),this.setActiveAnnotation(t)):this[_a("0xc")](null)}))};for(const t of n)r(t);this.listenTo(n,_a("0xe"),((t,e)=>{r(e)})),this[_a("0x2c")](n,_a("0x21"),((t,e,i)=>{this._annotationToNarrowView[_a("0x1e")](e)[_a("0x12")](),this._annotationToNarrowView[_a("0x3c")](e),o[_a("0x58")]({removedAnnotation:e,previousAnnotation:n.get(i-1),nextAnnotation:n.get(i+1)}),e===this.activeAnnotation&&this[_a("0xc")](null)}),{priority:"low"}),this[_a("0x2c")](n,_a("0x49"),((t,e)=>{this[_a("0xc")](e)})),this[_a("0x2c")](n,_a("0x4c"),(()=>{this[_a("0xc")](null)})),this[_a("0x9")][_a("0x2c")](document,_a("0x52"),((t,n)=>{n.keyCode===e.keyCodes.esc&&i[_a("0x40")]&&(this[_a("0x54")][_a("0xe")](i[_a("0x2f")][_a("0x5c")]),this[_a("0xf")](),n[_a("0x25")](),n[_a("0x3e")]())})),this[_a("0x9")][_a("0x2c")](document,_a("0x53"),((t,e)=>{const n=e.target;i[_a("0x40")]&&i[_a("0x30")].contains(n)||o[_a("0x10")][_a("0x30")][_a("0x4")](n)||t[_a("0x3a")]||(this[_a("0x54")][_a("0x6")](),this[_a("0xf")](),this[_a("0xc")](null))}));const s=this[_a("0x29")]instanceof t.Context?this[_a("0x29")][_a("0x31")]:new e.Collection([this.context]);for(const t of s)this[_a("0x42")](t);this[_a("0x2c")](s,_a("0xe"),((t,e)=>{this[_a("0x2c")](e,"ready",(()=>{this._integrateWithEditorAnnotations(e)}))})),this.listenTo(s,_a("0x21"),((t,e)=>{e[_a("0x45")][_a("0xd")](_a("0x3f"))&&this[_a("0x4a")](e[_a("0x45")][_a("0x1e")](_a("0x3f")))})),window.addEventListener(_a("0x8"),this[_a("0x3")]),this[_a("0x37")]()}[_a("0xc")](t){if(t===this[_a("0x51")])return;const e=this[_a("0x29")][_a("0x45")][_a("0x1e")](na);e[_a("0x56")]({blurredAnnotation:this[_a("0x51")],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t?e[_a("0x16")](t)?this[_a("0x36")](t):this._hideBalloon():this[_a("0xf")](),this[_a("0x51")]=t}[_a("0x7")](){if(!this[_a("0x4f")])throw new e.CKEditorError(_a("0x18"),this);this[_a("0xc")](null);const n=this[_a("0x29")].plugins[_a("0x1e")](na);this[_a("0xf")](),Array[_a("0x47")](this[_a("0x4b")].values(),(t=>t.destroy())),this[_a("0x4b")][_a("0x6")](),n._detachFromContainer(this.annotations),this[_a("0x32")](),this[_a("0x9")][_a("0x32")](),this.context instanceof t.Context&&this[_a("0x32")](this[_a("0x29")][_a("0x31")]);for(const t of Array[_a("0x47")](this._editorAnnotations))this[_a("0x4a")](t);window[_a("0x59")](_a("0x8"),this[_a("0x3")]),this[_a("0x3")][_a("0x4e")](),this._selectedAnnotations=[],this[_a("0x4f")]=!1,this[_a("0x19")]=null}[_a("0x12")](){this[_a("0x4f")]&&this[_a("0x7")](),this[_a("0x2b")].detachFromDom()}[_a("0x42")](t){const e=t.plugins[_a("0x1e")](es),n=this[_a("0x29")].plugins[_a("0x1e")](na),o=this[_a("0x19")],i=this[_a("0x26")],r=()=>{const t=e[_a("0x41")]({annotations:this[_a("0x19")],activeAnnotation:this[_a("0x51")]});this[_a("0x33")](t),this.setActiveAnnotation(t[0]||null)};this[_a("0x2c")](e,_a("0x56"),r),this[_a("0x2c")](e,"blur",((t,{isAnnotationTracked:e})=>{this[_a("0x51")]&&e(this[_a("0x51")])&&(this._setSelectedAnnotations([]),this.setActiveAnnotation(null))})),this.listenTo(e,"uiUpdate",(()=>{this[_a("0x3")]()})),this[_a("0x2c")](o,_a("0x4c"),(t=>{e[_a("0x57")]()&&t.stop()}),{priority:_a("0x1d")}),this[_a("0x2c")](this[_a("0x9")],_a("0x53"),((t,o)=>{const s=o[_a("0x4d")];i[_a("0x40")]&&i[_a("0x30")][_a("0x4")](s)||n[_a("0x10")].element.contains(s)||this[_a("0x51")]&&e[_a("0x57")]()&&(r(),t[_a("0x3a")]=!0)}),{priority:_a("0x1d")}),this._editorAnnotations.add(e)}[_a("0x4a")](t){t&&(this.stopListening(t),this[_a("0x1b")].remove(t))}[_a("0x33")](t){for(const e of this._selectedAnnotations)t[_a("0x28")](e)||this[_a("0x54")][_a("0x3c")](e[_a("0x10")]);this._selectedAnnotations=t}[_a("0x37")](){const t=this[_a("0x26")];this[_a("0x19")].refreshPositioning(),t[_a("0x40")]&&this._updateBalloonPosition()}[_a("0x36")](t){if(this[_a("0x54")][_a("0xd")](t.view))return;const e=this[_a("0x26")][_a("0x2f")][_a("0x5c")];e!==t[_a("0x10")]?(e&&this[_a("0x1c")](e),this[_a("0x15")](t.view),this[_a("0x26")][_a("0x2f")][_a("0x6")](),this[_a("0x26")][_a("0x2f")][_a("0xe")](t[_a("0x10")]),this[_a("0x2d")]()):this._updateBalloonPosition()}[_a("0x2d")](){const t=this.balloonPanelView[_a("0x2f")][_a("0x5c")],e=t&&this.annotations[_a("0x2a")](t);if(!e||!this[_a("0x4b")][_a("0xd")](e))return;const n=this[_a("0x4b")][_a("0x1e")](e)[_a("0x30")],o=function(){const t=go.BalloonPanelView[_a("0x38")];return[t[_a("0x43")],t[_a("0x11")],t[_a("0x1a")],t[_a("0x39")],t[_a("0x1f")],t.northArrowSouthWest]}();this[_a("0x26")][_a("0x46")]({target:n,positions:o})}[_a("0xf")](){const t=this.balloonPanelView,e=t[_a("0x2f")][_a("0x5c")];e&&(this[_a("0x1c")](e),t[_a("0x2e")](),t.content[_a("0x6")]())}[_a("0x15")](t){this[_a("0x2c")](t,_a("0x5d"),(()=>this[_a("0x2d")]())),this[_a("0x2c")](t,_a("0x50"),((e,n)=>{this[_a("0x54")][_a("0xe")](t),this[_a("0xf")](),n()}))}[_a("0x1c")](t){this[_a("0x32")](t)}}var ka=n(275),ya={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(ka.Z,ya);ka.Z.locals;const Ca=["listenTo","attach","init","annotations","keystrokes","detach","stopListening","_addedAnnotations","get","inlineannotations-attach-already-attached","domConverter","inlineannotations-not-allowed-with-context","_setSelectedAnnotations","isActive","isAttached","_selectedAnnotations","push","length","_forceRefresh","change:isFocused","getByView","view","change:visibleView","includes","hasView","targetRect","activeAnnotation","updatePosition","addObserver","fromRect","update","visibleView","register","_closeAnnotation","has","focus","right","switchTo","map","_addAnnotationToBalloon","editing","isFocused","width","set","requires","top","blur","_removeAnnotationFromBalloon","document","plugins","editableElement","_getBalloonTargetForAnnotation","hasActive","focusTracker","setActiveAnnotation","delete","bottom","target","left","context","from","editor","selection","find","clear","mousedown","change:height","collapse","InlineAnnotations","_manuallyClosed","_balloon","showStack","remove","getOrderedSelectedAnnotations","getFirstRange","getClientRects"];var Ta,Aa;Ta=Ca,Aa=270,function(t){for(;--t;)Ta.push(Ta.shift())}(++Aa);const Ea=function(t,e){return Ca[t-=0]};class Ia extends t.Plugin{static get[Ea("0x2")](){return[es,go.ContextualBalloon,Ps]}static get pluginName(){return Ea("0x1a")}constructor(t){super(t),t[Ea("0x4a")][Ea("0x37")][Ea("0x3e")](Vo.MouseObserver),this[Ea("0x30")]=!1,this[Ea("0x1")](Ea("0x3c"),null),this[Ea("0x25")]=null,this[Ea("0x1b")]=new Set,this._balloon=t[Ea("0x7")][Ea("0x2a")](go.ContextualBalloon),this[Ea("0x29")]=new Set,this._selectedAnnotations=[],this[Ea("0x34")]=!1}[Ea("0x24")](){const t=this[Ea("0x13")][Ea("0x7")][Ea("0x2a")](Ps);t[Ea("0x11")]===this[Ea("0x13")]&&(t[Ea("0x42")]("inline",this),this[Ea("0x13")][Ea("0x26")][Ea("0x1")]("Esc",((t,e)=>{const n=this[Ea("0x1c")];if(this[Ea("0x30")]&&n.visibleView){const t=this[Ea("0x25")].getByView(n[Ea("0x41")]);t&&this[Ea("0x43")](t),e()}})))}afterInit(){const t=this[Ea("0x13")][Ea("0x7")].get(Ps);t[Ea("0x11")]===this[Ea("0x13")]&&(t[Ea("0xa")]()||t[Ea("0x47")]("inline"))}[Ea("0xc")](t){t!==this[Ea("0x3c")]&&(this[Ea("0x3c")]&&(this[Ea("0x3c")].isActive=!1),t&&this[Ea("0x13")].ui[Ea("0xb")][Ea("0x4b")]&&(this.annotations[Ea("0x44")](t)&&this._addAnnotationToBalloon(t,!0),t[Ea("0x2f")]=!0),t||this[Ea("0x2e")]([]),this.activeAnnotation=t)}[Ea("0x23")](t){this[Ea("0x25")]=t;const n=this[Ea("0x13")][Ea("0x7")].get(Ps),o=this[Ea("0x1c")];if(this.isAttached)throw new e.CKEditorError(Ea("0x2b"),this);if(n.context!==this.editor)throw new e.CKEditorError(Ea("0x2d"),this);const i=this.editor.plugins[Ea("0x2a")](es);this[Ea("0x22")](i,"refresh",(()=>{const t=i[Ea("0x1f")]({annotations:this[Ea("0x25")],activeAnnotation:this[Ea("0x3c")]});var e,n;!this[Ea("0x34")]&&(e=t,n=this[Ea("0x31")],e[Ea("0x33")]===n[Ea("0x33")]&&e.every((t=>n[Ea("0x39")](t))))||(this[Ea("0x34")]=!1,this[Ea("0x2e")](t),this[Ea("0xc")](t[0]||null))})),this[Ea("0x22")](i,Ea("0x4"),((t,{isAnnotationTracked:e})=>{this[Ea("0x3c")]&&e(this[Ea("0x3c")])&&(this._setSelectedAnnotations([]),this[Ea("0xc")](null))})),this[Ea("0x22")](this[Ea("0x13")].ui[Ea("0xb")],Ea("0x35"),((t,e,n)=>{n||this[Ea("0xc")](null)})),this.listenTo(t,"remove",((t,e)=>{this._removeAnnotationFromBalloon(e),e===this[Ea("0x3c")]&&this[Ea("0xc")](null)})),this.listenTo(o,Ea("0x38"),((e,n,i,r)=>{r&&this.stopListening(r);const s=t.getByView(i);i&&s&&(this[Ea("0x22")](i,Ea("0x18"),(()=>{o.updatePosition()})),this[Ea("0x22")](i,"Esc",(()=>{this[Ea("0x43")](s),this.editor[Ea("0x4a")][Ea("0x37")][Ea("0x45")]()})),this[Ea("0x3c")]!==s&&this[Ea("0xc")](s))})),this[Ea("0x22")](this[Ea("0x13")].ui,Ea("0x40"),(()=>{o.visibleView&&t[Ea("0x36")](o[Ea("0x41")])&&o[Ea("0x3d")]()})),this.listenTo(this[Ea("0x13")][Ea("0x4a")][Ea("0x37")][Ea("0x6")],Ea("0x17"),(()=>{this._forceRefresh=!0,this[Ea("0x1b")][Ea("0x16")]()})),this.editor.editing[Ea("0x37")][Ea("0x6")][Ea("0x14")][Ea("0x8")]&&this[Ea("0x13")].editing[Ea("0x37")][Ea("0x45")](),this[Ea("0x30")]=!0}[Ea("0x27")](){if(!this[Ea("0x30")])throw new e.CKEditorError("inlineannotations-detach-not-attached",this);this[Ea("0xc")](null);for(const t of this[Ea("0x29")])this[Ea("0x5")](t);this[Ea("0x28")](),this[Ea("0x30")]=!1,this[Ea("0x25")]=null}destroy(){this[Ea("0x30")]&&this[Ea("0x27")]()}[Ea("0x2e")](t){for(const e of this._selectedAnnotations)t.includes(e)||this[Ea("0x1b")].delete(e);for(const e of this[Ea("0x25")])t[Ea("0x39")](e)||this[Ea("0x5")](e);if(this[Ea("0x13")].ui.focusTracker[Ea("0x4b")])for(const e of t)this[Ea("0x49")](e);this[Ea("0x31")]=t}_addAnnotationToBalloon(t,e=!1){this._manuallyClosed[Ea("0x44")](t)||(this[Ea("0x29")][Ea("0x44")](t)||this[Ea("0x1c")].hasView(t.view)||(this[Ea("0x29")].add(t),this[Ea("0x1c")].add({stackId:t[Ea("0x37")].id,view:t[Ea("0x37")],position:{target:()=>this[Ea("0x9")](t)}})),e&&this[Ea("0x1c")][Ea("0x1d")](t[Ea("0x37")].id))}[Ea("0x9")](t){const n=t[Ea("0xf")],o=this.editor[Ea("0x4a")][Ea("0x37")],i=o[Ea("0x6")][Ea("0x14")][Ea("0x20")](),r=o[Ea("0x2c")].viewRangeToDom(i);if(r[Ea("0x19")](!0),n){if(n instanceof e.Rect)return n;let t=[];for(const e of n)t[Ea("0x32")](...(s=e[Ea("0x21")](),Array[Ea("0x12")](s)[Ea("0x48")](DOMRect[Ea("0x3f")])));t=function(t){const e=[];let n=t[0];for(let r=1;r<t[Ea("0x33")];r++)o=n,i=t[r],o[Ea("0x3")]===i[Ea("0x3")]&&o[Ea("0xe")]===i[Ea("0xe")]&&o[Ea("0x46")]===i[Ea("0x10")]?n.width+=t[r][Ea("0x0")]:(e[Ea("0x32")](n),n=t[r]);var o,i;return e[Ea("0x32")](n),e}(t);const o=r.getBoundingClientRect();return t[Ea("0x15")]((t=>t[Ea("0x3")]<=o[Ea("0x3")]&&t[Ea("0xe")]>=o.bottom&&t[Ea("0x10")]<=o[Ea("0x10")]&&t.right>=o.right))||t[0]}var s;return t[Ea("0x3b")]||r}[Ea("0x5")](t){this[Ea("0x29")][Ea("0x44")](t)&&this[Ea("0x1c")][Ea("0x3a")](t[Ea("0x37")])&&(this[Ea("0x29")][Ea("0xd")](t),this[Ea("0x1c")][Ea("0x1e")](t[Ea("0x37")]))}[Ea("0x43")](t){this[Ea("0x1b")].add(t),this[Ea("0x5")](t)}}var Va=n(515),Oa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Fi()(Va.Z,Oa);Va.Z.locals;const Ra=["length","bindTemplate","tab","isEmpty","EMPTY_COMMENTS_ARCHIVE","arrowdown","ck-comments-archive","_focusables","element","stopPropagation","ck-hidden","remove","auto","listenTo","_focusTracker","_keystrokes","render","selectstart","setTemplate","arrowright","set","focus","destroy","div","add","COMMENTS_ARCHIVE","high"];var Ma,ja;Ma=Ra,ja=447,function(t){for(;--t;)Ma.push(Ma.shift())}(++ja);const Sa=function(t,e){return Ra[t-=0]};class Na extends go.View{constructor(t,n){super(t),this[Sa("0x5")](Sa("0xf"),!n[Sa("0xc")]),this[Sa("0x1a")]=new e.FocusTracker,this[Sa("0x0")]=new e.KeystrokeHandler,this[Sa("0x13")]=n,this._focusCycler=new go.FocusCycler({focusables:this[Sa("0x13")],focusTracker:this[Sa("0x1a")],keystrokeHandler:this[Sa("0x0")],actions:{focusPrevious:"shift + tab",focusNext:Sa("0xe")}}),this[Sa("0x19")](n,Sa("0x9"),(()=>{this[Sa("0xf")]=!1})),this[Sa("0x19")](n,Sa("0x17"),((t,e)=>{e.isActive&&this[Sa("0x6")](),n.length||(this[Sa("0xf")]=!0)}));const o=this[Sa("0xd")];this[Sa("0x3")]({tag:Sa("0x8"),attributes:{dir:Sa("0x18"),class:["ck",Sa("0x12")],tabindex:-1},children:[{tag:"p",attributes:{class:["ck-comments-archive__header "]},children:[{text:bo(t,Sa("0xa"))}]},{tag:Sa("0x8"),attributes:{class:["ck-comments-archive__content"]},children:[{tag:Sa("0x8"),children:n},{tag:"p",attributes:{class:["ck-comments-archive__info",o.if(Sa("0xf"),Sa("0x16"),(t=>!t))]},children:[{text:bo(t,Sa("0x10"))}]}]}]})}[Sa("0x1")](){super[Sa("0x1")](),this[Sa("0x0")][Sa("0x19")](this[Sa("0x14")]);const t=t=>t.stopPropagation();this[Sa("0x0")][Sa("0x5")](Sa("0x4"),t),this[Sa("0x0")][Sa("0x5")]("arrowleft",t),this[Sa("0x0")][Sa("0x5")]("arrowup",t),this[Sa("0x0")][Sa("0x5")](Sa("0x11"),t),this[Sa("0x19")](this[Sa("0x14")],Sa("0x2"),((t,e)=>{e[Sa("0x15")]()}),{priority:Sa("0xb")})}destroy(){super[Sa("0x7")](),this[Sa("0x1a")].destroy(),this._keystrokes.destroy()}focus(){this[Sa("0x14")].focus()}}const Da=["remove","listenTo","collection","init","_calculatePosition","add","CommentsArchive","activate","resolvedThreads","plugins","reopenCommentThread","getCommentThread","length","context","has","isActive","resolvedAt","get","highest"];var Pa,Ba;Pa=Da,Ba=134,function(t){for(;--t;)Pa.push(Pa.shift())}(++Ba);const La=function(t,e){return Da[t-=0]};class Fa extends t.ContextPlugin{static get pluginName(){return La("0x5")}static get requires(){return[Kr,Nr]}constructor(t){super(t),this[La("0x7")]=new e.Collection}[La("0x2")](){const t=this[La("0xc")],e=t[La("0x8")][La("0x10")](Kr),n=t[La("0x8")].get(Nr);this[La("0x0")](e,"addCommentThread",((t,{threadId:n,resolvedAt:o,deletedAt:i})=>{if(o&&!i){const t=e[La("0xa")](n);this.resolvedThreads[La("0x4")](t,this._calculatePosition(o))}})),this.listenTo(e,"resolveCommentThread",((t,{threadId:n,resolvedAt:o})=>{const i=e[La("0xa")](n);this[La("0x7")].add(i,this[La("0x3")](o))}),{priority:La("0x11")}),this[La("0x0")](e,La("0x9"),((t,{threadId:n})=>{const o=e[La("0xa")](n);this[La("0x7")].has(o)&&this[La("0x7")].remove(o)}),{priority:"highest"}),this[La("0x0")](e,"removeCommentThread",((t,{threadId:n})=>{const o=e[La("0xa")](n);this[La("0x7")][La("0xd")](o)&&this[La("0x7")][La("0x12")](o)}),{priority:La("0x11")}),this.listenTo(n[La("0x1")],"focus",((t,e)=>{e[La("0xe")]=!0,n[La("0x6")](e)}))}[La("0x3")](t){const e=[...this[La("0x7")]].findIndex((e=>e[La("0xf")]<t));return e>-1?e:this[La("0x7")][La("0xb")]}}const za=["findIndex","_createArchiveUIDropdown","remove","requires","Annotations","_calculatePosition","panelView","change:isFocused","componentFactory","plugins","getByInnerView","focusTracker","commentsArchiveView","change:isOpen","push","render","pluginName","locale","collection","commentsArchive","add","resolvedAt","_threadToController","children","get","collaboration.channelId","view","resolvedThreads","CommentsArchiveUI","splice","isOpen",".ck.ck-body","channelId","annotationViews","ck-comments-archive-dropdown","listenTo","querySelectorAll","element","_pendingThreads","CommentsRepository","innerView","mousedown","config","forEach","set","stopListening","editor","isVisible","COMMENTS_ARCHIVE","init"];var Ka,Ua;Ka=za,Ua=217,function(t){for(;--t;)Ka.push(Ka.shift())}(++Ua);const Wa=function(t,e){return za[t-=0]};class Ha extends t.Plugin{static get[Wa("0x31")](){return Wa("0xb")}static get[Wa("0x24")](){return[Fa]}constructor(t){super(t),this.annotationViews=new go.ViewCollection,this[Wa("0x15")]=[]}[Wa("0x20")](){this.editor.ui[Wa("0x29")][Wa("0x3")](Wa("0x2"),(()=>this[Wa("0x22")]()));const t=this.editor.plugins[Wa("0x7")](Fa),e=this[Wa("0x1d")][Wa("0x2a")][Wa("0x7")](Wa("0x25")),n=this[Wa("0x1d")][Wa("0x2a")][Wa("0x7")](Wa("0x16"));this[Wa("0x12")](t[Wa("0xa")],Wa("0x3"),((t,o)=>{const i=this[Wa("0x1d")][Wa("0x19")][Wa("0x7")]("collaboration.channelId");if(!i||o[Wa("0xf")]===i){const t=this[Wa("0x26")](o[Wa("0x4")]),i=n[Wa("0x5")].get(o);if(!i)return void this[Wa("0x15")][Wa("0x2f")]({thread:o,position:t});const r=e[Wa("0x2b")](i[Wa("0x9")]);r[Wa("0x1e")]&&e._visibleAnnotations.remove(r),this[Wa("0x10")][Wa("0x3")](r[Wa("0x9")],t)}})),this[Wa("0x12")](e[Wa("0x1")],Wa("0x3"),((t,e)=>{this[Wa("0x15")][Wa("0x1a")]((({thread:t,position:o},i)=>{const r=n._threadToController[Wa("0x7")](t);r&&e[Wa("0x17")]===r.view&&(this[Wa("0x10")][Wa("0x3")](e[Wa("0x9")],o),this._pendingThreads[Wa("0xc")](i,1))}))})),this.listenTo(t[Wa("0xa")],Wa("0x23"),((t,o)=>{const i=this[Wa("0x1d")].config.get(Wa("0x8"));if(!i||o[Wa("0xf")]===i){const t=n[Wa("0x5")][Wa("0x7")](o),i=e.getByInnerView(t[Wa("0x9")]).view;this[Wa("0x10")][Wa("0x23")](i)}}))}[Wa("0x26")](t){const e=this.editor[Wa("0x19")][Wa("0x7")](Wa("0x8")),n=[...this[Wa("0x1d")][Wa("0x2a")][Wa("0x7")](Fa)[Wa("0xa")]].filter((t=>t[Wa("0xf")]!==e))[Wa("0x21")]((e=>e[Wa("0x4")]<t));return n>-1?n:this[Wa("0x10")].length}[Wa("0x22")](){const t=this[Wa("0x1d")],e=(0,go.createDropdown)(t[Wa("0x0")]);return e.on(Wa("0x30"),(()=>{e[Wa("0x1c")](document,Wa("0x18")),(0,go.clickOutsideHandler)({emitter:e,activator:()=>e[Wa("0xd")],callback:()=>{e[Wa("0xd")]=!1},contextElements:()=>[e[Wa("0x14")],...document[Wa("0x13")](Wa("0xe"))]})})),e[Wa("0x2c")].on(Wa("0x28"),(t=>{t.stop()}),{priority:"high"}),e.buttonView[Wa("0x1b")]({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 clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',label:bo(t[Wa("0x0")],Wa("0x1f")),tooltip:!0}),e[Wa("0x27")].extendTemplate({attributes:{class:Wa("0x11")}}),e.on(Wa("0x2e"),((n,o,i)=>{this[Wa("0x2d")]||(this[Wa("0x2d")]=new Na(t.locale,this.annotationViews)),i?e[Wa("0x27")][Wa("0x6")][Wa("0x3")](this[Wa("0x2d")]):e.panelView[Wa("0x6")][Wa("0x23")](this[Wa("0x2d")])})),e}}var Za,qa,$a=["pluginName"];Za=$a,qa=298,function(t){for(;--t;)Za.push(Za.shift())}(++qa);class Xa extends t.Plugin{static get requires(){return[Kr,bs,Es,Fa,Ha,Ms,xa,wa,Ia]}static get[function(t,e){return $a[t-=0]}("0x0")](){return"Comments"}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
5
+ */(()=>{var t={387:(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},615:(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;white-space:normal}.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},847:(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--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment--info .ck-comment__content{font-style:italic}.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{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment 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)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=i},976:(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.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=i},309:(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},55:(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-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-modal )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:320px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=i},409:(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-color-thread-header-background:#fdfadf;--ck-color-thread-header-active-background:#fff4a8}.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__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.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;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--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.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);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}',""]);const r=i},164:(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},609:(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-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}",""]);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,{AnnotationView:()=>br,Annotations:()=>Nr,AnnotationsUIs:()=>Bs,BaseCommentThreadView:()=>bi,BaseCommentView:()=>ji,Comment:()=>Wr,CommentThread:()=>Ur,CommentThreadController:()=>po,CommentThreadInputView:()=>Jo,CommentView:()=>Pi,Comments:()=>Ga,CommentsListView:()=>ai,CommentsOnly:()=>Ms,CommentsRepository:()=>Kr,CommentsUI:()=>Es,EditorAnnotations:()=>es,InlineAnnotations:()=>Ia,NarrowSidebar:()=>wa,WideSidebar:()=>xa});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,T=y.toString,A=k?k.toStringTag:void 0;const E=function(t){var e=C.call(t,A),n=t[A];try{t[A]=void 0;var o=!0}catch(t){}var i=T.call(t);return o&&(e?t[A]=n:delete t[A]),i};var I=Object.prototype.toString;const V=function(t){return I.call(t)};var O=k?k.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?E(t):V(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const j=function(t){if(!M(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const S=w["__core-js_shared__"];var N,D=(N=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"";const B=function(t){return!!D&&D in t};var P=Function.prototype.toString;const L=function(t){if(null!=t){try{return P.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)||B(t))&&(j(t)?H:z).test(L(t))};const q=function(t,e){return null==t?void 0:t[e]};const $=function(t,e){var n=q(t,e);return Z(n)?n:void 0};const X=$(w,"Map");const G=$(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(X||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(!X||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 Tt=w.Uint8Array;const At=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,Vt=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 Tt(t),new Tt(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=At;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(Vt)return Vt.call(t)==Vt.call(e)}return!1};const Rt=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 jt=function(t,e,n){var o=e(t);return Mt(t)?o:Rt(o,n(t))};const St=function(t,e){for(var n=-1,o=null==t?0:t.length,i=0,r=[];++n<o;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r};const Nt=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Bt=Object.getOwnPropertySymbols;const Pt=Bt?function(t){return null==t?[]:(t=Object(t),St(Bt(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]"==R(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,$t=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Xt=$t&&$t.exports===qt?w.Buffer:void 0;const Gt=(Xt?Xt.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[R(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)&&!j(t)};const be=function(t){return ge(t)?he(t):pe(t)};const ve=function(t){return jt(t,be,Pt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,i,r){var s=1&n,a=ve(t),c=a.length;if(c!=ve(e).length&&!s)return!1;for(var x=c;x--;){var h=a[x];if(!(s?h in e:_e.call(e,h)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var u=!0;r.set(t,e),r.set(e,t);for(var m=s;++x<c;){var f=t[h=a[x]],p=e[h];if(o)var g=s?o(p,f,h,e,t,r):o(f,p,h,t,e,r);if(!(void 0===g?f===p||i(f,p,n,o,r):g)){u=!1;break}m||(m="constructor"==h)}if(u&&!m){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(u=!1)}return r.delete(t),r.delete(e),u};const ke=$(w,"DataView");const ye=$(w,"Promise");const Ce=$(w,"Set");const Te=$(w,"WeakMap");var Ae="[object Map]",Ee="[object Promise]",Ie="[object Set]",Ve="[object WeakMap]",Oe="[object DataView]",Re=L(ke),Me=L(X),je=L(ye),Se=L(Ce),Ne=L(Te),De=R;(ke&&De(new ke(new ArrayBuffer(1)))!=Oe||X&&De(new X)!=Ae||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=Ie||Te&&De(new Te)!=Ve)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Re:return Oe;case Me:return Ae;case je:return Ee;case Se:return Ie;case Ne:return Ve}return e});const Be=De;var Pe="[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:Be(t),x=a?Le:Be(e),h=(c=c==Pe?ze:c)==ze,d=(x=x==Pe?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=$(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ze?Ze(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var $e=Object.prototype.hasOwnProperty;const Xe=function(t,e,n){var o=t[e];$e.call(t,e)&&s(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const 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):Xe(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,Pt(t),e)};const dn=ue(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Pt(t)),t=dn(t);return e}:Nt;const un=function(t,e){return Ge(t,ln(t),e)};const mn=function(t){return jt(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 Tt(e).set(new Tt(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 Tn=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 An=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(An)return An(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 Vn=function(t){return zt(t)&&"[object Map]"==Be(t)};var On=se&&se.isMap;const Rn=On?ne(On):Vn;const Mn=function(t){return zt(t)&&"[object Set]"==Be(t)};var jn=se&&se.isSet;const Sn=jn?ne(jn):Mn;var Nn="[object Arguments]",Dn="[object Function]",Bn="[object Object]",Pn={};Pn[Nn]=Pn["[object Array]"]=Pn["[object ArrayBuffer]"]=Pn["[object DataView]"]=Pn["[object Boolean]"]=Pn["[object Date]"]=Pn["[object Float32Array]"]=Pn["[object Float64Array]"]=Pn["[object Int8Array]"]=Pn["[object Int16Array]"]=Pn["[object Int32Array]"]=Pn["[object Map]"]=Pn["[object Number]"]=Pn[Bn]=Pn["[object RegExp]"]=Pn["[object Set]"]=Pn["[object String]"]=Pn["[object Symbol]"]=Pn["[object Uint8Array]"]=Pn["[object Uint8ClampedArray]"]=Pn["[object Uint16Array]"]=Pn["[object Uint32Array]"]=!0,Pn["[object Error]"]=Pn[Dn]=Pn["[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=Be(e),u=l==Dn||"[object GeneratorFunction]"==l;if(Gt(e))return cn(e,c);if(l==Bn||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(!Pn[l])return r?e:{};a=Tn(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))})):Rn(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]),Xe(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]"==R(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,$n=/\\(\\)?/g;const Xn=function(t){var e=Zn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,i){e.push(o?i.replace($n,"$1"):n||t)})),e}));const 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]:Xn(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])?[]:{})}Xe(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=["resolve","view","reopen","submitCommentThread","reopenCommentThread","addComment","listenTo","remove","getComment","isResolved","submit","stopListening","destroy","resolveCommentThread","_isAttached","model","removeComment","updateComment","removeCommentThread"];lo=mo,uo=222,function(t){for(;--t;)lo.push(lo.shift())}(++uo);var fo=function(t,e){return mo[t-=0]};class po extends((0,e.ObservableMixin)()){constructor(t,e){super(),this[fo("0x2")]=t,this.model[fo("0x1")]=!0,this[fo("0x7")]=e,this[fo("0xc")](e,fo("0x9"),(()=>this.submit())),this.listenTo(e,fo("0x5"),(()=>this[fo("0xd")]())),this[fo("0xc")](e,fo("0x0"),(()=>this.resolve())),this[fo("0xc")](e,fo("0xa"),(()=>this[fo("0x8")]())),this[fo("0xc")](e,fo("0xb"),((t,e)=>this[fo("0xb")](e))),this[fo("0xc")](e,"updateComment",((t,e,n)=>this[fo("0x4")](e,n))),this.listenTo(e,fo("0x3"),((t,e)=>this[fo("0x3")](e)))}[fo("0x10")](){this[fo("0x2")].submit()}[fo("0xd")](){this[fo("0x2")][fo("0xd")]()}[fo("0x6")](){this[fo("0x2")][fo("0xf")]||this[fo("0x2")][fo("0x6")]()}[fo("0x8")](){this[fo("0x2")][fo("0xf")]&&this[fo("0x2")][fo("0x8")]()}[fo("0xb")](t){this.model[fo("0xb")]({content:t,authorId:this.view._localUser.id})}[fo("0x4")](t,e){this[fo("0x2")][fo("0xe")](t).update({content:e})}[fo("0x3")](t){this.model[fo("0xe")](t).remove()}[fo("0x12")](){this[fo("0x11")](),this.model[fo("0x1")]=!1}}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"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}const vo=["uiLanguageDirection","_voiceLabelView","element","setTemplate","ck-voice-label","cke-editor__aria-label_","ck-reset","presentation","editable","uiLanguage","extendTemplate","add","div","_createVoiceLabel","text","focus","createCollection","main"];var _o,wo;_o=vo,wo=115,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("0xa")]=this[ko("0x9")](),this[ko("0x1")]=new go.InlineEditableUIView(t,n),this[ko("0xc")]=this[ko("0x6")](o,t),this[ko("0xe")]({tag:ko("0x5"),attributes:{class:[ko("0x11"),"ck-editor","ck-rounded-corners","ck-comment__input"],role:"comment",dir:t[ko("0xb")],lang:t[ko("0x2")],"aria-labelledby":ko("0x10")+o},children:[this[ko("0xc")],{tag:ko("0x5"),attributes:{class:"ck-editor__main",role:ko("0x0")},children:this[ko("0xa")]}]})}render(){super.render(),this.main[ko("0x4")](this[ko("0x1")])}[ko("0x8")](){this[ko("0x1")][ko("0xd")][ko("0x8")]()}[ko("0x6")](t,e){const n=new go.LabelView;return n[ko("0x7")]=bo(e,"Comment editor"),n[ko("0x3")]({attributes:{id:"ck-editor__aria-label_"+t,class:ko("0xf")}}),n}}const Co=["fire","isFocused","attachDomRoot","element","ready","rootName","view","render","focusTracker","setEditableElement","editable","name","locale","editing","getRoot"];var To,Ao;To=Co,Ao=320,function(t){for(;--t;)To.push(To.shift())}(++Ao);const Eo=function(t,e){return Co[t-=0]};class Io extends go.EditorUI{constructor(t){super(t),this.view=new yo(t[Eo("0x7")],t[Eo("0x8")].view)}get[Eo("0xd")](){return this[Eo("0x1")].element}init(){const t=this.editor[Eo("0x8")][Eo("0x1")],e=this[Eo("0x1")][Eo("0x5")],n=t.document[Eo("0x9")]();e[Eo("0x6")]=n[Eo("0x0")],this[Eo("0x1")][Eo("0x2")]();const o=e[Eo("0xd")];this[Eo("0x4")](e.name,o),this[Eo("0x1")][Eo("0x5")].bind(Eo("0xb")).to(this[Eo("0x3")]),t[Eo("0xc")](o),this[Eo("0xa")](Eo("0xe"))}destroy(){super.destroy(),this[Eo("0x1")].destroy()}}var Vo=n(492),Oo=n(945),Ro=n(331),Mo=n(468),jo=n(181),So=n(254),No=n(747);const Do=["getChild","focus","model","ready","_updatePlaceholder","then","change","destroy","data","childCount","low","document","create","initPlugins","end","view","defaultPlugins","config","init","set","createRoot","get","initialData","placeholderElement","fire","editing","getRoot","assign","placeholder","plugins"];var Bo,Po;Bo=Do,Po=451,function(t){for(;--t;)Bo.push(Bo.shift())}(++Po);const Lo=function(t,e){return Do[t-=0]},zo=[Oo.Clipboard,Ro.Enter,Ro.ShiftEnter,Mo.SelectAll,jo.Typing,So.Undo,No.Paragraph];class Fo extends((0,e.ObservableMixin)((0,t.DataApiMixin)(t.Editor))){constructor(t={}){(t=Object[Lo("0x1a")]({},t))[Lo("0x1c")]||(t[Lo("0x1c")]=Fo[Lo("0xf")]),super(t),this.ui=new Io(this),this[Lo("0x12")]("placeholder",""),this[Lo("0x1")].document.on("change",(()=>this._updatePlaceholder()),{priority:Lo("0x9")}),this.on("change:placeholder",(()=>this[Lo("0x3")]())),this[Lo("0x1")][Lo("0xa")][Lo("0x13")]()}[Lo("0xb")](){const t=this[Lo("0x10")][Lo("0x14")](Lo("0x15"))||"";return this[Lo("0xc")]()[Lo("0x4")]((()=>this.ui.init()))[Lo("0x4")]((()=>this[Lo("0x7")][Lo("0x11")](t))).then((()=>this[Lo("0x17")](Lo("0x2"))))}destroy(){return super[Lo("0x6")]()[Lo("0x4")]((()=>this.ui[Lo("0x6")]()))}[Lo("0x0")](){this[Lo("0x1")][Lo("0x5")]((t=>{const e=this.model.document[Lo("0x19")](),n=e&&e[Lo("0x1d")](e.childCount-1);t.setSelection(n,Lo("0xd")),this[Lo("0x18")][Lo("0xe")][Lo("0x0")]()}))}[Lo("0x3")](){const t=this[Lo("0x18")][Lo("0xe")],e=t[Lo("0xa")].getRoot(),n=e.getChild(0);e[Lo("0x8")]>1||!n||"p"!=n.name?this[Lo("0x16")]&&((0,Vo.disablePlaceholder)(t,this[Lo("0x16")]),this[Lo("0x16")]=void 0):((0,Vo.enablePlaceholder)({view:t,element:n,text:this[Lo("0x1b")],keepOnFocus:!0}),this[Lo("0x16")]=n)}}Fo[Lo("0xf")]=zo;const Ko=["getData","createEditor","document","submitLabel","create","length","placeholder","value","setTemplate","ck-comment__input-wrapper","_editorCreationPromise","initialData","set","cancel","showButtons","trim","change","tab","TOO_LONG_COMMENT_ALERT","disabledSubmit","keystrokes","then","label","stop","ck-comment__input-actions","listenTo","bind","_isDestroyed","ck-comment__input-actions--active","Cancel","shift + tab","view","add","editor","Reply...","focusNext","_createCancelButton","destroy","_editorConfig","submitButtonView","submit","extendTemplate","fire","_initializeFocusCycling","focusPrevious","setData","high","model","low","withText","Reply","div","cancelButtonView","ck-comment__input-actions--submit","render","element","execute"];var Uo,Wo;Uo=Ko,Wo=165,function(t){for(;--t;)Uo.push(Uo.shift())}(++Wo);const Ho=function(t,e){return Ko[t-=0]};class Zo extends go.View{constructor(t,n={}){super(t),this[Ho("0x27")]=null,this._editorConfig=n,this.keystrokes=new e.KeystrokeHandler,this.focusTracker=new e.FocusTracker,this[Ho("0x12")](Ho("0xd"),n[Ho("0x11")]||""),this[Ho("0x12")](Ho("0x19"),!1),this.set(Ho("0x14"),!0),this[Ho("0x12")]("placeholder",bo(t,Ho("0x28"))),this[Ho("0x12")]("submitLabel",bo(t,Ho("0x38"))),this[Ho("0x2d")]=this._createSubmitButton(),this.cancelButtonView=this[Ho("0x2a")](),this[Ho("0xe")]({tag:Ho("0x0"),attributes:{class:[Ho("0xf")]},children:[{tag:Ho("0x0"),attributes:{class:[Ho("0x1e"),this.bindTemplate.if(Ho("0x14"),Ho("0x22"))]},children:[this[Ho("0x2d")],this[Ho("0x1")]]}]}),this.keystrokes[Ho("0x12")]("Esc",((t,e)=>{this[Ho("0x1")].fire(Ho("0x5")),e()})),this.on(Ho("0x2e"),((e,n)=>{n[Ho("0xb")]>65e3?(alert(bo(t,Ho("0x18"),[n[Ho("0xb")],65e3])),e[Ho("0x1d")]()):this[Ho("0x27")][Ho("0x33")]("")}),{priority:Ho("0x34")})}[Ho("0x3")](){super[Ho("0x3")](),this[Ho("0x1a")][Ho("0x1f")](this.element),this.focusTracker[Ho("0x26")](this.element)}[Ho("0x7")](){return this.editor||(this[Ho("0x27")]=new Fo(this[Ho("0x2c")]),this._editorCreationPromise=this.editor[Ho("0xa")]()[Ho("0x1b")]((()=>{if(this._isDestroyed)return;const t=this.editor;this[Ho("0x4")].insertBefore(t.ui[Ho("0x4")],this.element.firstChild),t[Ho("0x35")][Ho("0x8")].on(Ho("0x16"),(()=>this[Ho("0xd")]=t[Ho("0x6")]())),t[Ho("0x20")](Ho("0xc")).to(this),this[Ho("0x31")](this[Ho("0x27")]),this[Ho("0x30")]("editorReady")}))),this[Ho("0x10")]}focus(){this[Ho("0x27")]&&this[Ho("0x27")].focus()}async[Ho("0x2b")](){this._isDestroyed||(this[Ho("0x21")]=!0,this[Ho("0x27")]&&(await this[Ho("0x10")],await this[Ho("0x27")].destroy()),await super[Ho("0x2b")]())}_createSubmitButton(){const{locale:t}=this,e=new go.ButtonView(t);return e[Ho("0x2f")]({attributes:{class:[Ho("0x2")]}}),e.withText=!0,e[Ho("0x20")](Ho("0x1c")).to(this,Ho("0x9")),e.on(Ho("0x5"),(()=>{this[Ho("0x30")]("submit",this[Ho("0xd")])})),e[Ho("0x20")]("isEnabled").to(this,Ho("0xd"),this,"disabledSubmit",((t,e)=>!e&&!!t[Ho("0x15")]())),e}[Ho("0x2a")](){const{locale:t}=this,e=new go.ButtonView(t);return e.extendTemplate({attributes:{class:["ck-comment__input-actions--cancel"]}}),e[Ho("0x1c")]=bo(t,Ho("0x23")),e[Ho("0x37")]=!0,e.on(Ho("0x5"),(()=>{this[Ho("0x27")][Ho("0x33")](""),this[Ho("0x30")](Ho("0x13"))})),e}_initializeFocusCycling(t){const e=this.focusTracker,n=new go.ViewCollection;[t.ui[Ho("0x25")],this[Ho("0x2d")],this.cancelButtonView].forEach((t=>{n[Ho("0x26")](t),e.add(t.element)}));const o=new go.FocusCycler({focusables:n,focusTracker:e});this[Ho("0x1a")][Ho("0x12")](Ho("0x17"),((t,e)=>{o[Ho("0x29")](),e()}),{priority:Ho("0x36")}),this[Ho("0x1a")][Ho("0x12")](Ho("0x24"),((t,e)=>{o[Ho("0x32")](),e()}),{priority:Ho("0x36")})}}var qo,$o,Xo=["set","change:showInput","createEditor","editor","focusTracker","userView","showInput","destroy","ck-comment__input-container--active","extendTemplate","ck-thread__input","ck-comment__input-container","commentInputView","then","value","bind","bindTemplate","showButtons","isFocused"];qo=Xo,$o=296,function(t){for(;--t;)qo.push(qo.shift())}(++$o);var Go=function(t,e){return Xo[t-=0]};class Jo extends go.View{constructor(t,e,n){super(t),this[Go("0x1")]=new Zo(t,n),this[Go("0x1")][Go("0x4")](Go("0x6")).to(this[Go("0x1")][Go("0xc")],Go("0x7"),this[Go("0x1")],Go("0x3"),((t,e)=>t||!!e)),this[Go("0x8")](Go("0xe"),!1),this.on(Go("0x9"),(()=>{this[Go("0xe")]&&!this[Go("0x1")][Go("0xb")]&&this[Go("0x1")][Go("0xa")]()})),this[Go("0xd")]=new i.UserView(t,e),this.userView.extendTemplate({attributes:{class:"ck-thread__user"}}),this.commentInputView[Go("0x11")]({attributes:{class:Go("0x12")}}),this.setTemplate({tag:"div",attributes:{class:[Go("0x0"),this[Go("0x5")].if(Go("0xe"),Go("0x10"))]},children:[this.userView,this[Go("0x1")]]})}[Go("0xf")](){return this.commentInputView[Go("0xf")]()[Go("0x2")]((()=>super[Go("0xf")]()))}}const Yo=["setTemplate","set","NUMBER_OF_COMMENTS","count","bindTemplate"];var Qo,ti;Qo=Yo,ti=151,function(t){for(;--t;)Qo.push(Qo.shift())}(++ti);const ei=function(t,e){return Yo[t-=0]};class ni extends go.View{constructor(t){super(t);const e=this[ei("0x3")];this[ei("0x0")](ei("0x2"),void 0),this[ei("0x4")]({tag:"li",attributes:{class:"ck-thread__comment-count"},children:[{text:e.to(ei("0x2"),(e=>bo(t,ei("0x1"),e)))}]})}}const oi=["_model","from","focus","_handleInfoComment","_collapsedCommentsView","resolvedBy","formatDateTime","editorConfig","remove","_rearrangeExpand","add","_updateHasDirtyComment","change:isResolved","isActive","delete","maxCommentsWhenCollapsed","render","resolved","length","weight","commentViews","_handleRemoveCommentModel","CommentView","visibleViews","_handleNewCommentModel","_shouldCollapse","_rearrangeCollapse","maxCommentCharsWhenCollapsed","viewUid","resolvedCommentView","resolveCommentThread","isEditMode","updateComment","refreshVisibleViews","createCollection","listenTo","destroy","_calculatePosition","change:hasDirtyComment","element","hasDirtyComment","get","_findOptimalIndex","change:isEditMode","stopListening","change:isActive","set","maxThreadTotalWeight","equal","delegate","locale","insert","authoredAt","resolvedAt","count","_config","Marked as resolved","comments"];var ii,ri;ii=oi,ri=427,function(t){for(;--t;)ii.push(ii.shift())}(++ri);const si=function(t,e){return oi[t-=0]};class ai extends go.View{constructor(t,e,n){super(t),this[si("0x19")](si("0x13"),!1),this.set(si("0x37"),e[si("0x24")][si("0x37")]),this[si("0x19")](si("0x32"),!1),this[si("0x25")]=e,this[si("0x22")]=n,this.commentViews=this[si("0xd")](),this.visibleViews=this[si("0xd")](),this[si("0x8")]=null,this[si("0x29")]=new ni(t),this[si("0x29")].bind(si("0x21")).to(this,si("0x37"),(t=>t-this._config[si("0x34")]));for(const t of e.comments)this[si("0x3")](t);this[si("0x28")](),this[si("0xe")](e[si("0x24")],si("0x2f"),((t,e)=>{const n=this[si("0x10")](e);this[si("0x37")]++,this[si("0x3")](e,n),this[si("0xc")]()})),this[si("0xe")](e[si("0x24")],si("0x2d"),((t,e)=>{this[si("0x37")]--,this._handleRemoveCommentModel(e),this[si("0xc")]()})),this[si("0xe")](e,"commentUpdated",(()=>this.refreshVisibleViews())),this[si("0xe")](e,si("0x31"),(()=>this._handleInfoComment())),this.on(si("0x18"),(()=>this.refreshVisibleViews())),this.on(si("0x11"),(()=>this[si("0xc")]())),this.setTemplate({tag:"ul",attributes:{class:["ck-thread__comments"]},children:this[si("0x2")]})}get[si("0x4")](){return this[si("0x25")][si("0x38")]>this[si("0x22")][si("0x1a")]&&!this[si("0x32")]&&!this[si("0x13")]}[si("0x35")](){super[si("0x35")](),this.refreshVisibleViews()}[si("0x27")](){this[si("0x12")][si("0x27")]()}[si("0xf")](){this._collapsedCommentsView.destroy();for(const t of this[si("0x39")])t[si("0xf")]();super.destroy()}[si("0xc")](){this[si("0x4")]?this[si("0x5")]():this[si("0x2e")]()}[si("0x3")](t,e){const n=new(this[si("0x22")][si("0x1")])(this[si("0x1d")],t,{maxCommentCharsWhenCollapsed:this[si("0x22")][si("0x6")],formatDateTime:this[si("0x22")][si("0x2b")],editorConfig:this[si("0x22")][si("0x2c")]});n[si("0x7")]=t.id,n.delegate("removeComment").to(this),n[si("0x1c")](si("0xb")).to(this),n[si("0x1c")](si("0x9")).to(this),this.listenTo(n,si("0x16"),(()=>this[si("0x30")]())),this[si("0x39")][si("0x2f")](n,e)}[si("0x10")](t){const e=this[si("0x25")][si("0x15")](t);return this[si("0x8")]?this[si("0x8")][si("0x1f")]>t[si("0x1f")]?e-1:e:e-1}[si("0x28")](){if(this._model[si("0x2a")]&&this[si("0x25")][si("0x20")]){const t={id:si("0x36"),author:this._model[si("0x2a")],authoredAt:this[si("0x25")][si("0x20")],content:bo(this.locale,si("0x23")),attributes:{}};this.resolvedCommentView=new(this[si("0x22")][si("0x1")])(this[si("0x1d")],t,{maxCommentCharsWhenCollapsed:this._config[si("0x6")],formatDateTime:this._config[si("0x2b")],editorConfig:this[si("0x22")].editorConfig,isSystemComment:!0}),this.commentViews.add(this[si("0x8")],this[si("0x25")][si("0x15")](t))}else this[si("0x8")]&&(this.commentViews[si("0x2d")](this[si("0x8")]),this[si("0x8")].destroy(),this[si("0x8")]=null);this[si("0xc")]()}[si("0x0")](t){const e=this.commentViews[si("0x2d")](t.id);this[si("0x17")](e),e.isEditMode&&this._updateHasDirtyComment(),e[si("0xf")]()}[si("0x30")](){this[si("0x13")]=Array[si("0x26")](this[si("0x39")]).some((t=>t[si("0xa")]))}[si("0x5")](){const t=function(t){const n=new e.Collection;for(const e of t)n[si("0x2f")](e);return n}(this[si("0x39")]),n=this._collapsedCommentsView[si("0x21")];for(let e=1;e<=n;e++)t[si("0x2d")](1);for(const e of t)e.collapse();n>0&&t[si("0x2f")](this[si("0x29")],1),ci((0,e.diff)(Array[si("0x26")](this[si("0x2")]),Array[si("0x26")](t)),this[si("0x2")],t)}_rearrangeExpand(){ci((0,e.diff)(Array[si("0x26")](this[si("0x2")]),Array[si("0x26")](this[si("0x39")])),this.visibleViews,this[si("0x39")]);for(const t of this.visibleViews)t.expand()}}function ci(t,e,n){let o=0;for(const i of t)switch(i){case si("0x1e"):e[si("0x2f")](n[si("0x14")](o),o),o++;break;case si("0x33"):e.remove(o);break;case si("0x1b"):o++}}const xi=["isEnabled","ck-context-wrapper","execute","querySelector","context","bind","listenTo","offsetWidth","bindTemplate","ck-context--quotes","lastIndexOf","length","reopenButtonView","Comment was made on an element","substring","isVisible","label","ck-context__value","classList","div","mouseleave","scrollWidth","overlay","_attachContextActions","contextValue","isResolvable","fire","_createReopenButton","render","value","tooltip","_trimContextValue","...",".ck-context","locale","hasContext","mouseenter","reopenCommentThread","setTemplate","ck-thread__header","isReadOnly","span","_model","add"];var hi,di;hi=xi,di=192,function(t){for(;--t;)hi.push(hi.shift())}(++di);const li=function(t,e){return xi[t-=0]};class ui extends go.View{constructor(t,e){super(t);const n=this[li("0x24")];this[li("0x1a")]=e,this[li("0x28")]=this._createReopenButton(),this.bind(li("0x13")).to(this[li("0x1a")],li("0x20"),(t=>!!t)),this[li("0x21")](li("0x8")).to(this._model,li("0x20"),(t=>t&&t[li("0xd")]?this._trimContextValue(t[li("0xd")]):bo(this[li("0x12")],li("0x29")))),this[li("0x16")]({tag:li("0x3"),attributes:{class:[li("0x17")]},children:[{tag:li("0x3"),attributes:{class:[li("0x1d")]},children:[{tag:li("0x3"),attributes:{class:["ck-context",n.if(li("0x13"),li("0x25"))]},children:[{tag:li("0x19"),attributes:{class:[li("0x1")]},children:[{text:n.to("contextValue")}]}]}]},{tag:"div",attributes:{class:["ck-annotation__actions"]},children:[this[li("0x28")]]}]})}[li("0xc")](){super.render(),this[li("0x7")]()}[li("0xb")](){const t=new go.ButtonView(this[li("0x12")]);return t[li("0x0")]=bo(this[li("0x12")],"Reopen"),t[li("0xe")]=bo(this.locale,"Reopen"),t.icon='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',t[li("0x21")](li("0x1c")).to(this[li("0x1a")],li("0x18"),(t=>!t)),t[li("0x21")](li("0x2b")).to(this[li("0x1a")],li("0x9")),t.on(li("0x1e"),(()=>{this[li("0xa")](li("0x15"),this._model.id)})),t}[li("0xf")](t){if(t[li("0x27")]<150)return t;const e=t[li("0x26")](" ",147);return t[li("0x2a")](0,e>-1?e:147)+li("0x10")}[li("0x7")](){const t=this.element.querySelector(li("0x11")),e=t[li("0x1f")](".ck-context__value");this.listenTo(t,li("0x14"),(()=>{e[li("0x23")]<e[li("0x5")]&&t[li("0x2")][li("0x1b")](li("0x6"))})),this[li("0x22")](t,li("0x4"),(()=>{t[li("0x2")].remove("overlay")}))}}const mi=["isDirty","fire","resolveCommentThread","isActive","commentsListView","_config","_createCommentThreadInputView","_model","stop","reopenCommentThread","commentThreadHeaderView","value","disabledSubmit","isResolved","submit","updateComment","isReadOnly","delegate","addComment","element","set","removeCommentThread","submitCommentThread","Reply","Reply...","destroy","cancel","commentInputView","_localUser","focus","commentThreadInputView","placeholder","showInput","length","bind","removeComment","locale","Write a comment...","change:isActive","Comment","isSubmitted"];var fi,pi;fi=mi,pi=365,function(t){for(;--t;)fi.push(fi.shift())}(++pi);const gi=function(t,e){return mi[t-=0]};class bi extends go.View{constructor(t,e,n,o){super(t),this[gi("0x18")](gi("0x7"),!1),this[gi("0x18")](gi("0x4"),!1),this[gi("0xb")]=e,this[gi("0x20")]=n,this._config=o,this[gi("0xe")]=new ui(t,e),this[gi("0xe")][gi("0x15")]("reopenCommentThread").to(this),this[gi("0x8")]=new ai(t,e,Object.assign({CommentView:this[gi("0x9")].CommentView},o)),this[gi("0x8")].delegate(gi("0x27")).to(this),this.commentsListView.delegate(gi("0x13")).to(this),this[gi("0x8")][gi("0x15")](gi("0x6")).to(this),this[gi("0x8")][gi("0x26")](gi("0x7")).to(this),this.set(gi("0x25"),this[gi("0x8")][gi("0x25")]),this[gi("0x26")]("length").to(this[gi("0x8")],"length"),this.commentThreadInputView=this[gi("0xa")](),this.on("removeComment",(()=>this[gi("0x21")]())),this[gi("0x26")](gi("0x4")).to(this.commentsListView,"hasDirtyComment",this[gi("0x22")][gi("0x1f")],"value",((t,e)=>t||!!e))}[gi("0x21")](){this[gi("0x17")][gi("0x21")]()}[gi("0x1d")](){this[gi("0x4")]=!1,this[gi("0x8")][gi("0x1d")](),this[gi("0x22")][gi("0x1d")](),super[gi("0x1d")]()}[gi("0xa")](){const t=new Jo(this.locale,this[gi("0x20")],this[gi("0x9")].editorConfig),e=t.commentInputView;return t.bind(gi("0x24")).to(this,gi("0x7"),this[gi("0xb")],gi("0x14"),this[gi("0xb")],"isResolved",e,gi("0xf"),((t,e,n,o)=>!!o||n&&!e||t&&!e)),e.bind(gi("0x23")).to(this,gi("0x25"),this[gi("0xb")],"isResolvable",this[gi("0xb")],gi("0x11"),((t,e,n)=>{let o;return o=n&&e?"Reply to reopen discussion...":gi(t?"0x1c":"0x0"),bo(this[gi("0x28")],o)})),e.bind("submitLabel").to(this,gi("0x25"),(t=>bo(this[gi("0x28")],gi(t?"0x1b":"0x2")))),e.on(gi("0x12"),((t,e)=>{this[gi("0x5")](gi("0x16"),e),this._model.isResolved&&this._model.isResolvable&&this[gi("0x5")](gi("0xd"),this[gi("0xb")].id),this[gi("0xb")][gi("0x3")]||this[gi("0x5")](gi("0x1a"))})),e.on(gi("0x1e"),(()=>{this[gi("0x21")]()})),e[gi("0x26")](gi("0x10")).to(this._model,gi("0x14")),e.on("cancel",(t=>{0==this.length&&(this[gi("0x5")](gi("0x19")),t[gi("0xc")]())})),this.on(gi("0x1"),((t,n,o)=>{o||this[gi("0x25")]||e[gi("0xf")]||this[gi("0x5")](gi("0x19"))})),t}}const vi=["_bindFirstCommentView","element","cancelConfirm","_model","querySelector","tooltip","resolveButton","ck-thread--remove-confirmation","isSystemComment","get","commentThreadChildren","removeButton","ck-reset_all-excluded","actionIndicator","ck-thread","fire","div","change:isReadOnly","check","render",".ck-thread__container","bind","Resolve","_createResolveButton","addMany","icon","commentViews","isResolved","unbind","_cancelAllConfirms","commentThreadInputView","length","add","showConfirm","set","ck-thread__container","_boundFirstCommentView","remove","commentsListView","Write a comment...","change:isResolved","listenTo","locale","label","isEnabled","isResolvable","ck-thread--active","resolveCommentThread","containerElement","high","ck-comment--resolve","isReadOnly","bindTemplate","stop","isActive"];var _i,wi;_i=vi,wi=261,function(t){for(;--t;)_i.push(_i.shift())}(++wi);const ki=function(t,e){return vi[t-=0]};class yi extends((0,i.ConfirmMixin)(bi)){constructor(t,e,n,o){super(t,e,n,o),this[ki("0x18")]=this.createCollection(),this[ki("0x18")][ki("0x26")]([this[ki("0x34")],this[ki("0x2c")]]),this._model[ki("0x29")]&&this[ki("0x18")][ki("0x2e")](this.commentThreadHeaderView,0),this[ki("0x11")].on(ki("0x36"),((t,e,n)=>{n?this[ki("0x18")][ki("0x2e")](this.commentThreadHeaderView,0):this.commentThreadChildren[ki("0x33")](this.commentThreadHeaderView)})),this[ki("0x30")](ki("0x1b"),null),this[ki("0x7")]=null,this[ki("0x32")]=null,this[ki("0x1")]=t,this[ki("0x14")]=this[ki("0x25")](),this.setTemplate(this.getTemplate()),this.on("change:isActive",((t,e,n)=>{n||this[ki("0x2b")]()})),this.listenTo(this[ki("0x11")],ki("0x1f"),((t,e,n)=>{n&&this._cancelAllConfirms()})),this[ki("0x2d")]>0&&this[ki("0xe")](),this[ki("0x0")](this[ki("0x34")].commentViews,ki("0x2e"),(()=>{this[ki("0xe")]()}))}getTemplate(){const t=this[ki("0xb")];return{tag:ki("0x1e"),attributes:{class:[ki("0x1c"),ki("0x1a"),t.if(ki("0xd"),ki("0x5")),t.if("isConfirm",ki("0x15")),t.to("actionIndicator",(t=>t?"ck-thread--"+t:""))],"data-thread-id":this[ki("0x11")].id,tabindex:-1},children:[{tag:ki("0x1e"),attributes:{class:ki("0x31")},children:this.commentThreadChildren}]}}[ki("0x21")](){super[ki("0x21")](),this[ki("0x7")]=this[ki("0xf")][ki("0x12")](ki("0x22"))}[ki("0x2b")](){this[ki("0x10")]();for(const t of this.commentsListView[ki("0x28")])t[ki("0x10")]()}[ki("0xe")](){const{locale:t}=this,e=this[ki("0x34")][ki("0x28")][ki("0x17")](0);e===this[ki("0x32")]||e[ki("0x16")]||(this[ki("0x32")]=e,this[ki("0x2a")]("actionIndicator"),this[ki("0x23")](ki("0x1b")).to(e,ki("0x1b"),(t=>ki("0x33")===t?ki("0x33"):null)),e.placeholder=bo(t,ki("0x35")),e[ki("0x19")].on("execute",(e=>{e[ki("0xc")](),this[ki("0x2f")](bo(t,"Delete comment thread?"),this[ki("0x7")]).then((()=>{this[ki("0x1d")]("removeCommentThread")}))}),{priority:ki("0x8")}),e.actionBar[ki("0x2e")](this[ki("0x14")],0))}[ki("0x25")](){const e=new go.ButtonView(this[ki("0x1")]);return e[ki("0x2")]=bo(this[ki("0x1")],ki("0x24")),e[ki("0x13")]=bo(this[ki("0x1")],ki("0x24")),e[ki("0x27")]=t.icons[ki("0x20")],e.extendTemplate({attributes:{class:ki("0x9")}}),e.bind(ki("0x3")).to(this[ki("0x11")],ki("0xa"),(t=>!t)),e[ki("0x23")]("isVisible").to(this[ki("0x11")],ki("0x4"),this[ki("0x11")],"isResolved",((t,e)=>t&&!e)),e.on("execute",(()=>{this[ki("0x1d")](ki("0x6"),this[ki("0x11")].id)})),e}}var Ci,Ti,Ai=["innerHTML","ck-annotation__content","set","render","content","setTemplate","element","div"];Ci=Ai,Ti=363,function(t){for(;--t;)Ci.push(Ci.shift())}(++Ti);var Ei=function(t,e){return Ai[t-=0]};class Ii extends go.View{constructor(t){super(t),this[Ei("0x7")](Ei("0x1"),""),this[Ei("0x2")]({tag:Ei("0x4"),attributes:{class:["ck-comment__content",Ei("0x6")]}})}[Ei("0x0")](){super[Ei("0x0")](),this.on("change:content",((t,e,n)=>{this[Ei("0x3")][Ei("0x5")]=n})),this[Ei("0x3")].innerHTML=this.content}}const Vi=["disabledSubmit","createEditor","isEditMode","_createCommentContentView","destroy","updateComment","isCollapsed","editorReady","set","initialData","isSystemComment","add","focus","locale","switchToEditMode","content","once","_model","submit","fire","visibleView","bind","Save","value","_createCommentInputView","isReadOnly","editorConfig","switchToDisplayMode","remove","submitLabel","_config"];var Oi,Ri;Oi=Vi,Ri=352,function(t){for(;--t;)Oi.push(Oi.shift())}(++Ri);const Mi=function(t,e){return Vi[t-=0]};class ji extends go.View{constructor(t,e,n){super(t),this[Mi("0x6")]=e,this[Mi("0x13")]=n,this.isSystemComment=!!this._config[Mi("0x1e")],this.set(Mi("0x16"),!1),this[Mi("0x1c")]("isCollapsed",!0),this[Mi("0x9")]=this.createCollection(),this[Mi("0x9")][Mi("0x0")](this._createCommentContentView())}expand(){this[Mi("0x1a")]=!1}collapse(){this.isEditMode||(this[Mi("0x1a")]=!0)}[Mi("0x1")](){this.element[Mi("0x1")]()}async[Mi("0x18")](){await this[Mi("0x9")].get(0)[Mi("0x18")](),super[Mi("0x18")]()}[Mi("0x3")](){this[Mi("0x16")]||(this[Mi("0x16")]=!0,this[Mi("0x9")].remove(0)[Mi("0x18")](),this[Mi("0x9")][Mi("0x0")](this[Mi("0xd")]()))}[Mi("0x10")](){this.isEditMode&&(this[Mi("0x16")]=!1,this[Mi("0x9")][Mi("0x11")](0)[Mi("0x18")](),this[Mi("0x9")][Mi("0x0")](this[Mi("0x17")]()))}[Mi("0x17")](){const t=new Ii(this[Mi("0x2")]);return t[Mi("0xa")](Mi("0x4")).to(this._model,Mi("0x4"),this,Mi("0x1a"),((t,e)=>e?(0,i.trimHtml)(t,{limit:this[Mi("0x13")].maxCommentCharsWhenCollapsed}):t)),t}_createCommentInputView(){this[Mi("0x13")][Mi("0xf")]||(this[Mi("0x13")].editorConfig={}),this[Mi("0x13")][Mi("0xf")][Mi("0x1d")]=this[Mi("0x6")][Mi("0x4")];const t=new Zo(this[Mi("0x2")],this[Mi("0x13")].editorConfig);return t[Mi("0xc")]=this[Mi("0x6")][Mi("0x4")],t[Mi("0xa")](Mi("0x14")).to(this[Mi("0x6")],Mi("0xe")),t[Mi("0x12")]=bo(this.locale,Mi("0xb")),t.on(Mi("0x7"),((t,e)=>{this[Mi("0x8")](Mi("0x19"),this[Mi("0x6")].id,e),this[Mi("0x10")](),this[Mi("0x1")]()})),t.on("cancel",(()=>{this[Mi("0x10")](),this[Mi("0x1")]()})),t[Mi("0x5")](Mi("0x1b"),(()=>{t[Mi("0x1")]()})),t[Mi("0x15")](),t}}const Si=["isExternal","ck-annotation__main","source","isReadOnly","push","ck-comment__main","resolvedAt","attributes","render","ck-comment--","setTemplate","importWord","remove","EXTERNAL_COMMENT","isEnabled","mouseenter","ck-annotation__info-name","creator","isEditMode","edit","ck-comment--edit","EXTERNAL_IMPORT_WORD_COMMENT","length","listenTo","name","isVisible","pencil","ck-annotation__actions","time","blur","removeButton","isEditable","bind","ck-annotation__user","change:isEnabled","items","editButton","authoredAt","ck-annotation__info-time","change:isRemovable","children","ck-comment","panelView","buttonView","panelPosition","getUserViewNotificationText","ck-comment__info-name","icon","actionBar","ck-comment--info","formatDateTime","div","getExternalCommentNote","ck-annotation__info","_createCommentInputView","_attachActions","then","actionIndicator","isSystemComment","removeComment","span","@external","ck-comment--remove-confirmation","add","dropdown","Show more items","placeholder","isConfirm","ck-comment__info-time","Delete comment?","Remove","change:isVisible","some","set","label","_createRemoveButton","locale","createCollection","execute","withText","author","extendTemplate","switchToEditMode","Edit","_model","isRemovable","ck-comment__actions","getTemplate","element","userView","ck-comment__external","EXTERNAL_IMPORT_WORD_AVATAR","_createDropdown"];var Ni,Di;Ni=Si,Di=174,function(t){for(;--t;)Ni.push(Ni.shift())}(++Di);const Bi=function(t,e){return Si[t-=0]};class Pi extends((0,i.ConfirmMixin)(ji)){constructor(t,e,n){super(t,e,n),this[Bi("0x55")](Bi("0x45"),null),this[Bi("0x55")](Bi("0x4e"),bo(t,"Reply...")),this[Bi("0x2c")](Bi("0x31")).to(e),this[Bi("0x2c")](Bi("0x12")).to(e),this[Bi("0x3c")]=this.createCollection(),this.isSystemComment||(this.editButton=this._createEditButton(),this[Bi("0x2a")]=this[Bi("0x57")](),this[Bi("0x2f")]=this[Bi("0x59")](),this[Bi("0x2f")].addMany([this[Bi("0x30")],this[Bi("0x2a")]]),this[Bi("0x4c")]=this[Bi("0xb")](),this[Bi("0x3c")].add(this[Bi("0x4c")])),this[Bi("0x8")]=new i.UserView(t,e.author,this[Bi("0x39")]()),this[Bi("0x8")][Bi("0x0")]({attributes:{class:["ck-comment__user",Bi("0x2d")]}}),this[Bi("0x23")](e,Bi("0x33"),(()=>this.cancelConfirm())),this[Bi("0x16")](this[Bi("0x6")]())}[Bi("0x6")](){const t=this.bindTemplate,e=[{tag:"div",attributes:{class:["ck-comment__info",Bi("0x41")]},children:[{tag:Bi("0x48"),children:[{text:this.userView[Bi("0x24")]}],attributes:{class:[Bi("0x3a"),Bi("0x1c")]}},{tag:Bi("0x28"),attributes:{datetime:t.to("authoredAt"),class:[Bi("0x50"),Bi("0x32")]},children:[{text:t.to(Bi("0x31"),(t=>this._config[Bi("0x3e")](t)))}]}]},{tag:Bi("0x3f"),attributes:{class:[Bi("0x5"),Bi("0x27"),t.if(Bi("0x1e"),"ck-comment__actions--hidden"),t.if(Bi("0x1e"),"ck-annotation__actions--hidden")]},children:this.actionBar},{tag:Bi("0x3f"),attributes:{class:["ck-annotation__content-wrapper"]},children:this.visibleView}];return this[Bi("0x3")][Bi("0xc")]&&e[Bi("0x10")]({tag:Bi("0x3f"),attributes:{class:[Bi("0x9")]},children:[{text:this[Bi("0x40")]()}]}),{tag:"li",attributes:{class:["ck-comment__wrapper",t.if(Bi("0x4f"),Bi("0x4a"))],tabindex:-1},children:[{tag:Bi("0x3f"),attributes:{class:[Bi("0x35"),"ck-annotation",t.if(Bi("0x1e"),Bi("0x20")),t.if(Bi("0x46"),Bi("0x3d")),t.to(Bi("0x45"),(t=>t?Bi("0x15")+t:""))],"data-author-id":this._model[Bi("0x5c")].id,"data-comment-id":this[Bi("0x3")].id},children:[this[Bi("0x8")],{tag:Bi("0x3f"),attributes:{class:[Bi("0x11"),Bi("0xd")]},children:e}]}]}}_createEditButton(){const e=new go.ButtonView(this[Bi("0x58")]);return e[Bi("0x56")]=bo(this.locale,Bi("0x2")),e[Bi("0x3b")]=t.icons[Bi("0x26")],e[Bi("0x5b")]=!0,e[Bi("0x0")]({attributes:{class:Bi("0x20")}}),e[Bi("0x2c")](Bi("0x1a")).to(this[Bi("0x3")],"isReadOnly",(t=>!t)),e[Bi("0x2c")](Bi("0x25")).to(this._model,Bi("0x2b")),e.on(Bi("0x5a"),(()=>this[Bi("0x1")]())),e}_createRemoveButton(){const t=new go.ButtonView(this.locale);return t[Bi("0x56")]=bo(this[Bi("0x58")],Bi("0x52")),t[Bi("0x3b")]='\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.withText=!0,t.extendTemplate({attributes:{class:"ck-comment--remove"}}),t[Bi("0x2c")](Bi("0x1a")).to(this[Bi("0x3")],Bi("0xf"),(t=>!t)),t[Bi("0x2c")]("isVisible").to(this[Bi("0x3")],Bi("0x4")),t.on(Bi("0x5a"),(()=>{this.showConfirm(bo(this.locale,Bi("0x51")),this[Bi("0x7")])[Bi("0x44")]((()=>{this.fire(Bi("0x47"),this[Bi("0x3")].id)}))})),t}[Bi("0xb")](){const e=(0,go.createDropdown)(this[Bi("0x58")]),n=e[Bi("0x36")].children,o=new go.ListView(this[Bi("0x58")]),i=(t,n=-1)=>{const i=new go.ListItemView(this.locale);i[Bi("0x34")][Bi("0x4b")](t);const r=n>-1?n:o[Bi("0x2f")][Bi("0x22")];o.items[Bi("0x4b")](i,r),e[Bi("0x23")](t,Bi("0x2e"),(()=>{e[Bi("0x1a")]=[...this.items][Bi("0x54")]((t=>t[Bi("0x1a")]))})),e.listenTo(t,Bi("0x53"),(()=>{e[Bi("0x37")].isVisible=[...this[Bi("0x2f")]][Bi("0x54")]((t=>t.isVisible))}))};e[Bi("0x38")]="sw",e.buttonView[Bi("0x55")]({label:bo(this[Bi("0x58")],Bi("0x4d")),icon:t.icons.threeVerticalDots}),e[Bi("0x1a")]=[...this[Bi("0x2f")]][Bi("0x54")]((t=>t[Bi("0x1a")])),e[Bi("0x37")][Bi("0x25")]=[...this[Bi("0x2f")]][Bi("0x54")]((t=>t[Bi("0x25")]));for(const t of this[Bi("0x2f")])i(t);return n[Bi("0x4b")](o),e.listenTo(this[Bi("0x2f")],"add",((t,e,n)=>{i(e,n)})),e[Bi("0x23")](this.items,Bi("0x18"),((t,e,n)=>{o[Bi("0x2f")].remove(n)})),e}[Bi("0x43")](t,e){const n=t&&t.element;n&&(this[Bi("0x23")](n,Bi("0x1b"),(()=>this.actionIndicator=e)),this[Bi("0x23")](n,"focus",(()=>this[Bi("0x45")]=e)),this[Bi("0x23")](n,"mouseleave",(()=>this[Bi("0x45")]=null)),this[Bi("0x23")](n,Bi("0x29"),(()=>this[Bi("0x45")]=null)))}[Bi("0x42")](){const t=super[Bi("0x42")]();return t[Bi("0x2c")](Bi("0x4e")).to(this),t}[Bi("0x40")](){return Bi("0x17")===this._model[Bi("0x13")][Bi("0x49")][Bi("0xe")]?bo(this[Bi("0x58")],Bi("0x21")):bo(this[Bi("0x58")],Bi("0x19"))}getUserViewNotificationText(){return this[Bi("0x3")][Bi("0xc")]?Bi("0x17")===this[Bi("0x3")][Bi("0x13")][Bi("0x49")][Bi("0xe")]?bo(this.locale,Bi("0xa"),this[Bi("0x3")][Bi("0x1d")][Bi("0x24")]):bo(this.locale,"EXTERNAL_AVATAR",this[Bi("0x3")][Bi("0x1d")].name):null}[Bi("0x14")](){super.render(),this[Bi("0x43")](this.editButton,Bi("0x1f")),this._attachActions(this[Bi("0x2a")],Bi("0x18"))}}var Li=n(278),zi=n.n(Li),Fi=n(847),Ki={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(Fi.Z,Ki);Fi.Z.locals;var Ui=n(409),Wi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(Ui.Z,Wi);Ui.Z.locals;var Hi=n(976),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(Hi.Z,Zi);Hi.Z.locals;const qi=function(){return w.Date.now()};var $i=/\s/;const Xi=function(t){for(var e=t.length;e--&&$i.test(t.charAt(e)););return e};var Gi=/^\s+/;const Ji=function(t){return t?t.slice(0,Xi(t)+1).replace(Gi,""):t};var Yi=/^[-+]0x[0-9a-f]+$/i,Qi=/^0b[01]+$/i,tr=/^0o[0-7]+$/i,er=parseInt;const nr=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=Ji(t);var n=Qi.test(t);return n||tr.test(t)?er(t.slice(2),n?2:8):Yi.test(t)?NaN:+t};var or=Math.max,ir=Math.min;const rr=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){var n=t-c;return void 0===c||n>=e||n<0||d&&t-x>=r}function f(){var t=qi();if(m(t))return p(t);a=setTimeout(f,function(t){var n=e-(t-c);return d?ir(n,r-(t-x)):n}(t))}function p(t){return a=void 0,l&&o?u(t):(o=i=void 0,s)}function g(){var t=qi(),n=m(t);if(o=arguments,i=this,c=t,n){if(void 0===a)return function(t){return x=t,a=setTimeout(f,e),h?u(t):s}(c);if(d)return clearTimeout(a),a=setTimeout(f,e),u(c)}return void 0===a&&(a=setTimeout(f,e)),s}return e=nr(e)||0,M(n)&&(h=!!n.leading,r=(d="maxWait"in n)?or(nr(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),g.cancel=function(){void 0!==a&&clearTimeout(a),x=0,o=c=i=a=void 0},g.flush=function(){return void 0===a?s:p(qi())},g};const sr=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),rr(t,e,{leading:o,maxWait:e,trailing:i})},ar=["cancel","type","childList","disconnect","attributeName","class"];var cr,xr;cr=ar,xr=439,function(t){for(;--t;)cr.push(cr.shift())}(++xr);const hr=function(t,e){return ar[t-=0]};function dr(t){const e=sr(t,30),n=new MutationObserver((t=>{for(const n of t)("attributes"==n.type&&hr("0x4")==n[hr("0x3")]||hr("0x1")==n[hr("0x0")]||"characterData"==n.type)&&e()}));return{attach(t){n.observe(t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){n[hr("0x2")](),e[hr("0x5")]()}}}var lr=n(615),ur={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(lr.Z,ur);lr.Z.locals;const mr=["targetRect","_mutationObserver","isActive","detach","element","listenTo","_updateHeight","ck-annotation-wrapper","keystrokes","ck-annotation-wrapper--active","clear","type","focusTracker","div","content","clientHeight","height","length","render","focus","set","mainView","isDirty","bindTemplate","destroy","ck-rounded-corners","add","Esc"];var fr,pr;fr=mr,pr=451,function(t){for(;--t;)fr.push(fr.shift())}(++pr);const gr=function(t,e){return mr[t-=0]};class br extends go.View{constructor(t,n){super(t),this.id=(0,e.uid)(),this.focusTracker=new e.FocusTracker,this[gr("0x5")]=new e.KeystrokeHandler,this.keystrokes[gr("0x11")](gr("0x18"),((t,e)=>this.fire("Esc",e))),this.set(gr("0x19"),{top:0,right:0,bottom:0,left:0}),this.set(gr("0xd"),0),this[gr("0x11")](gr("0x1b"),!1),this.set(gr("0x13"),!1),this[gr("0x11")](gr("0xe"),0),this[gr("0x11")](gr("0x8"),""),this[gr("0x1a")]=dr((()=>this[gr("0x3")]())),this[gr("0xb")]=this.createCollection(),this[gr("0xb")][gr("0x17")](n),this[gr("0x12")]=n;const o=this[gr("0x14")];this.setTemplate({tag:gr("0xa"),attributes:{class:["ck",gr("0x4"),gr("0x16"),o.if(gr("0x1b"),gr("0x6"))],tabindex:-1},children:this[gr("0xb")]})}render(){super[gr("0xf")](),this.focusTracker[gr("0x17")](this[gr("0x1")]),this.keystrokes[gr("0x2")](this[gr("0x1")]),this[gr("0x1a")].attach(this[gr("0x1")])}destroy(){this[gr("0xb")][gr("0x7")](),this[gr("0x5")][gr("0x15")](),this[gr("0x9")].destroy(),this[gr("0x1a")][gr("0x0")](),super[gr("0x15")]()}[gr("0x10")](){this[gr("0x1")].focus()}[gr("0x3")](){const t=this[gr("0x1")][gr("0xc")];t&&(this[gr("0xd")]=t)}}const vr=["_type","annotation-invalid-target","set","updateTargetRect","clear","mainView","_target","remove","destroy","item","isVisible","function","element","innerView","add","_getNormalizedTarget","_id","getClientRects","isActive","view","every","type","_assertCorrectTarget","object","targetRect","focusTracker","offsetParent","focusableElements","filter","isArray","refreshVisibility","stopListening","target"];var _r,wr;_r=vr,wr=214,function(t){for(;--t;)_r.push(_r.shift())}(++wr);const kr=function(t,e){return vr[t-=0]};class yr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:i=!0}){super(),this[kr("0x3")]=t,this.view[kr("0x1d")]||this.view.render(),this[kr("0x11")]=o,this[kr("0x17")]=n,yr[kr("0x6")](this[kr("0x20")]()),this[kr("0xb")]=new e.Collection([this[kr("0x3")].element],{idProperty:kr("0x0")}),this.focusableElements.on(kr("0x1f"),((t,e)=>{this[kr("0x3")].focusTracker.add(e)})),this[kr("0xb")].on(kr("0x18"),((t,e)=>{this[kr("0x3")][kr("0x9")][kr("0x18")](e)})),this[kr("0x13")]("isVisible",i)}get[kr("0x5")](){return kr("0x1c")==typeof this[kr("0x11")]?this[kr("0x11")]():this[kr("0x11")]}get[kr("0x1e")](){return this.view[kr("0x16")]}get[kr("0x10")](){const t=this[kr("0x20")]();return yr[kr("0x6")](t),t}get[kr("0x8")](){const t=this[kr("0x10")];if(null===t)return null;if(t instanceof e.Rect)return t;const n=t[kr("0xc")]((t=>function(t){if(t[kr("0xa")])return!0;return!!t[kr("0x1")]()[kr("0x1a")](0)}(t)));return 0===n.length?null:new e.Rect(n[0][kr("0x1")]().item(0))}get[kr("0x2")](){return this[kr("0x3")][kr("0x2")]}set[kr("0x2")](t){this.view[kr("0x2")]=t,this.view[kr("0x16")][kr("0x2")]=t}[kr("0x14")](){this[kr("0x3")].targetRect=this[kr("0x8")]}[kr("0x19")](){this[kr("0xb")][kr("0xf")](),this[kr("0xb")][kr("0x15")](),this.stopListening()}[kr("0xe")](){this[kr("0x1b")]=!!this[kr("0x8")]}static[kr("0x6")](t){if(!(null===t||t instanceof e.Rect||Array[kr("0xd")](t)&&t[kr("0x4")]((t=>Cr(t)))))throw new e.CKEditorError(kr("0x12"),null,{target:t})}[kr("0x20")](){const t=kr("0x1c")==typeof this[kr("0x17")]?this[kr("0x17")]():this[kr("0x17")];return Cr(t)?[t]:t}}function Cr(t){return null!==t&&kr("0x7")==typeof t&&"nodeType"in t&&1===t.nodeType}const Tr=["_getOrderInContent","_innerViewToAnnotation","remove","top","isFocused","fire","annotationcollection-not-existing-item","targetRect","destroy","blur","has","updateTargetRect","length","clear","getIndex","delete","getByInnerView","_sort","focusableElements","refreshPositioning","annotationcollection-duplicated-item","left","focusTracker","set","get","sort","view","from","innerView","listenTo","add","change:isFocused","_viewToAnnotation","stopListening","focus","_focusTracker","getByView"];var Ar,Er;Ar=Tr,Er=176,function(t){for(;--t;)Ar.push(Ar.shift())}(++Er);const Ir=function(t,e){return Tr[t-=0]};class Vr extends e.Collection{constructor(t=[]){super(),this[Ir("0xa")]=new Map,this[Ir("0x4")]=new Map,this[Ir("0x7")]=new e.FocusTracker,this[Ir("0x7")].on(Ir("0x3"),((t,e,n)=>{n||this[Ir("0xe")](Ir("0x12"))}));for(const e of t)this[Ir("0x2")](e)}get[Ir("0xd")](){return this[Ir("0x7")][Ir("0xd")]}[Ir("0x2")](t){if(this[Ir("0x13")](t))throw new e.CKEditorError(Ir("0x1d"),null);this[Ir("0xa")][Ir("0x20")](t[Ir("0x0")],t),this[Ir("0x4")][Ir("0x20")](t[Ir("0x23")],t);for(const e of t[Ir("0x1b")])this[Ir("0x7")].add(e);this[Ir("0x1")](t[Ir("0x1b")],"add",((t,e)=>{this._focusTracker[Ir("0x2")](e)})),this[Ir("0x1")](t[Ir("0x1b")],Ir("0xb"),((t,e)=>{this._focusTracker[Ir("0xb")](e)})),this[Ir("0x1")](t[Ir("0x23")][Ir("0x1f")],Ir("0x3"),((e,n,o)=>{o&&this[Ir("0xe")](Ir("0x6"),t)})),t[Ir("0x14")]();const n=this[Ir("0x9")](t[Ir("0x23")][Ir("0x10")]);return super[Ir("0x2")](t,n)}[Ir("0xb")](t){if(!this[Ir("0x13")](t))throw new e.CKEditorError(Ir("0xf"),null);this[Ir("0x5")](t.view[Ir("0x1f")]),this[Ir("0x5")](t[Ir("0x1b")]);for(const e of t.focusableElements)this[Ir("0x7")][Ir("0xb")](e);return this[Ir("0x4")][Ir("0x18")](t[Ir("0x23")]),this[Ir("0xa")][Ir("0x18")](t[Ir("0x0")]),super[Ir("0xb")](t)}[Ir("0x19")](t){return this[Ir("0xa")][Ir("0x21")](t)}[Ir("0x8")](t){return this[Ir("0x4")].get(t)}[Ir("0x11")](){super[Ir("0x16")](),this[Ir("0x5")](),this[Ir("0xa")][Ir("0x16")](),this._viewToAnnotation[Ir("0x16")](),this[Ir("0x7")].destroy()}[Ir("0x1c")](){for(const t of this)t[Ir("0x14")]();this[Ir("0x1a")]()}[Ir("0x1a")](){const t=Array[Ir("0x24")](this)[Ir("0x22")](((t,e)=>Or(t[Ir("0x23")][Ir("0x10")],e[Ir("0x23")].targetRect)));for(let e=t[Ir("0x15")]-1;e>0;e--){const n=t[e];e!==this[Ir("0x17")](n)&&(this.remove(n),this.add(n))}}_getOrderInContent(t){let e=0;if(!t)return this[Ir("0x15")];for(const n of this){const o=n[Ir("0x23")].targetRect;if(o){if(Or(t,o)<0)return e;e++}}return e}}function Or(t,e){if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const n=t[Ir("0xc")]-e[Ir("0xc")];return 0==n?t[Ir("0x1e")]-e.left:n}const Rr=["focusTracker","_removeActiveAnnotation","change:isVisible","_deactivateAllAnnotations","createAnnotation","pluginName","createAnnotationView","set","isVisible","getByInnerView","refreshPositioning","element","deactivateAll","listenTo","_activateAnnotation","collection","Annotations","add","delete","fire","view","remove","refreshVisibility","has","_bindAnnotationsToVisibleAnnotations","destroy","source","_addActiveAnnotation","activeAnnotations","_visibleAnnotations"];var Mr,jr;Mr=Rr,jr=489,function(t){for(;--t;)Mr.push(Mr.shift())}(++jr);const Sr=function(t,e){return Rr[t-=0]};class Nr extends t.ContextPlugin{static get[Sr("0x1a")](){return Sr("0x7")}constructor(t){super(t),this[Sr("0x6")]=new Vr,this._visibleAnnotations=new Vr,this[Sr("0x1c")]("activeAnnotations",new Set),this[Sr("0xf")]()}[Sr("0x8")](t){this.collection[Sr("0x8")](t)}[Sr("0xc")](t){this[Sr("0x6")][Sr("0xc")](t),t[Sr("0x10")]()}[Sr("0xd")](){for(const t of this[Sr("0x6")])t[Sr("0xd")]()}[Sr("0x1")](){this._visibleAnnotations[Sr("0x1")]()}[Sr("0x0")](t){return this[Sr("0x6")].getByInnerView(t)}[Sr("0x3")](){this[Sr("0xa")](Sr("0x18"))}[Sr("0x10")](){for(const t of this.collection)t.destroy();this._visibleAnnotations[Sr("0x10")](),this[Sr("0x6")].destroy(),super[Sr("0x10")]()}activate(t){this[Sr("0xa")](Sr("0x5"),t)}[Sr("0x19")](t){return new yr(t)}[Sr("0x1b")](t,e){return new br(t,e)}[Sr("0x12")](t){const e=new Set(this[Sr("0x13")]);e[Sr("0x8")](t),this[Sr("0x13")]=e}[Sr("0x16")](t){const e=new Set(this.activeAnnotations);e[Sr("0x9")](t),this.activeAnnotations=e}[Sr("0xf")](){const t=this[Sr("0x6")],e=this[Sr("0x14")];function n(t){const n=t[Sr("0x11")];n[Sr("0x1d")]&&!e[Sr("0xe")](n)?e[Sr("0x8")](n):!n[Sr("0x1d")]&&e[Sr("0xe")](n)&&e[Sr("0xc")](n),n[Sr("0xb")][Sr("0x15")][Sr("0xc")](n[Sr("0xb")][Sr("0x2")]),n.view[Sr("0x15")].add(n[Sr("0xb")][Sr("0x2")])}this[Sr("0x4")](t,Sr("0x8"),((t,o)=>{o.isVisible&&e[Sr("0x8")](o),this[Sr("0x4")](o,"change:isVisible",n)})),this[Sr("0x4")](t,Sr("0xc"),((t,o)=>{e[Sr("0xe")](o)&&e.remove(o),this.stopListening(o,Sr("0x17"),n)}))}}const Dr=["resolve","textContent","getComment","PENDING_ACTION_COMMENT_THREAD","trim","attributes","getEarlierVisibleRevision","commentsrepository-resolve-comment-thread-internal-error","_createCommentThreadView","isDirty","@external","PendingActions","commentsrepository-invalid-comment-content","createdAt","focus","_createNewComment","_hasTargetInContent","commentsrepository-get-comment-invalid-id","_addComment","reduce","has","resolvedAt","comments.CommentThreadView","update","_detachCommentThread","_permissions","stopListening","_updateActiveAnnotation","commentsrepository-adapter-already-set","getIndex","_removeComment","submitCommentThread","getPermissions","comments.maxCommentsWhenCollapsed","commentsrepository-attach-missing-comment-thread","external:","catch","setActiveCommentThread","_repository","commentsrepository-reopen-comment-thread-internal-error","length","admin","comments.editorConfig","getCommentThread","commentId","setAttribute","isSubmitted","commentsrepository-add-comment-thread-internal-error","get","from","define","authorName","_add","commentsrepository-invalid-commentid","resolveCommentThread","isNaN","change:authoredAt","model","isResolved","activeCommentThread","addCommentThread","comment","comments.maxCommentCharsWhenCollapsed","commentsrepository-remove-comment-thread-internal-error","view","reopenCommentThread","config","getUser","addComment","comments","getByInnerView","editorReady","removeComment","innerView","commentUpdated","commentsrepository-update-comment-missing-comment-thread","commentsrepository-missing-thread-and-adapter-method","fire","getTime","_reopenCommentThread","listenTo","comments.CommentView","reopen","change:_permissions","requires","_threadToController","isEditable","creator","removeAttribute","updateCommentThread","_threads","isReadOnly","setContext","isActive","adapter","editor","_attachCommentThread","setPermissions","change:isDirty","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","commentThreadInputView","commentsrepository-update-comment-internal-error","weight","refreshVisibility","change:_readOnlyChannels","commentsrepository-invalid-comment-thread-id","write","commentsrepository-duplicated-comment-thread-id","commentsrepository-update-comment-thread-internal-error","_getExternalAuthor","error","string","bind","toJSON","map","_updateComment","switchReadOnly","_removeCommentThread","removeCommentThread","add","delete","content","_addCommentThread","threadId","assign","commentsrepository-missing-comment-thread","lowest","CommentThreadView","submit","channelId","plugins","commentsrepository-missing-thread-and-adapter","commentInputView","createElement","isResolvable","filter","isFromAdapter","init","commentsrepository-remove-missing-comment-thread","_resolveCommentThread","locale","commentsrepository-add-comment-internal-error","push","_viewToController","_submitCommentThread","pluginName","then","_updateCommentThread","_isSubmitted","context","remove","type","isExternal","innerHTML","div","_isAttached","authoredAt","_remove","fromCharCode","set","function","resolvedBy","getRevision","attachTo","activate","_update","_findOptimalIndex","max","isRemovable","isAttached","noChannel","_adapter","commentsrepository-remove-missing-comment","licenseKey","destroy","values","commentsrepository-missing-target","_readOnlyChannels","commentsrepository-remove-comment-internal-error","updateComment","commentsrepository-add-comment-to-missing-comment-thread","author","hasCommentThread","modifyAll"];var Br,Pr;Br=Dr,Pr=203,function(t){for(;--t;)Br.push(Br.shift())}(++Pr);const Lr=function(t,e){return Dr[t-=0]},zr=Symbol(Lr("0x97")),Fr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Kr extends t.ContextPlugin{static get[Lr("0x41")](){return[Nr,t.PendingActions,i.Users]}static get[Lr("0x7e")](){return"CommentsRepository"}constructor(t){super(t),this[Lr("0x47")]=new Map,this[Lr("0x42")]=new Map,this[Lr("0x7c")]=new Map,this[Lr("0x8c")]("_readOnlyChannels",new Set),this[Lr("0x8c")](Lr("0x6"),new Map),this[Lr("0x9a")]=this.context[Lr("0x2f")][Lr("0x1d")](Lr("0x9a"));const e=this.context.config;e[Lr("0x1f")](Lr("0xe"),2),e[Lr("0x1f")]("comments.maxThreadTotalWeight",500),e[Lr("0x1f")](Lr("0x2b"),140),e[Lr("0x1f")](Lr("0x3"),yi),e[Lr("0x1f")](Lr("0x3e"),Pi),e[Lr("0x1d")](Lr("0x17"))||console.warn(Lr("0x50"))}[Lr("0x76")](){const t=this.context.plugins[Lr("0x1d")](Nr);this[Lr("0x8c")]("activeCommentThread",null),this.on("addCommentThread",((t,e)=>this._addCommentThread(e))),this.on("submitCommentThread",((t,e)=>this[Lr("0x7d")](e))),this.on("resolveCommentThread",((t,e)=>this[Lr("0x78")](e))),this.on(Lr("0x23"),((t,e)=>this._updateActiveAnnotation(e)),{priority:Lr("0x6b")}),this.on(Lr("0x2e"),((t,e)=>this[Lr("0x3c")](e))),this.on(Lr("0x2e"),((t,e)=>this[Lr("0x8")](e)),{priority:Lr("0x6b")}),this.on(Lr("0x63"),((t,e)=>this[Lr("0x62")](e))),this.on(Lr("0x46"),((t,e)=>this[Lr("0x80")](e))),this.on(Lr("0x31"),((t,e)=>this[Lr("0xb7")](e))),this.on(Lr("0xa0"),((t,e)=>this._updateComment(e))),this.on("removeComment",((t,e)=>this[Lr("0xb")](e))),this.on("addComment",((t,{threadId:e,isFromAdapter:n})=>{if(n)return;const o=this[Lr("0x18")](e),i=o&&this._threadToController[Lr("0x1d")](o);i&&i[Lr("0x2d")][Lr("0xb3")]()}),{priority:Lr("0x6b")}),this[Lr("0x3d")](t,"change:activeAnnotations",((t,e,n)=>{const o=Array.from(n)[Lr("0x5f")]((t=>this[Lr("0x7c")].get(t[Lr("0x36")])))[Lr("0x74")](Boolean)[0];this.activeCommentThread=o?o[Lr("0x26")]:null}))}afterInit(){!function(e){function n(t){return t.map((t=>String[Lr("0x8b")](t))).join("")}(e=>{const o=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function r(t){return function(t,e){const o=function(t){const e=atob(t),[o,i]=e[n([115,112,108,105,116])](n([45]));try{if(atob(i))return atob(o)}catch(t){}return e}(t),i=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=i[n([112,111,112])](),s=i[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const i={};i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},i[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],i[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],i[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],i[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],i[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],i[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],i[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],i[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],i[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let s=null,a=16;const c=new Uint8Array(e),x=[],h=[];!function(){const t=i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)x[n([112,117,115,104])]([0,0,0,0]),h[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=c[n([108,101,110,103,116,104])]/4,r=d(c);let s;for(let e=0;e<o;e++)s=e>>2,x[s][e%4]=r[e],h[t-s][e%4]=r[e];let a,l=0,u=o;for(;u<e;){a=r[o-1],r[0]^=i[n([83])][a>>16&255]<<24^i[n([83])][a>>8&255]<<16^i[n([83])][255&a]<<8^i[n([83])][a>>24&255]^i[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=i[n([83])][255&a]^i[n([83])][a>>8&255]<<8^i[n([83])][a>>16&255]<<16^i[n([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let s,c,d=0;for(;d<o&&u<e;)s=u>>2,c=u%4,x[s][c]=r[d],h[t-s][c]=r[d++],u++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=h[e][t],h[e][t]=i[n([85,49])][a>>24&255]^i[n([85,50])][a>>16&255]^i[n([85,51])][a>>8&255]^i[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(s=u(r),a=0,l(r)),t[e]^=s[a++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function u(t){const e=x[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=x[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=i[n([84,49])][r[e]>>24&255]^i[n([84,50])][r[(e+1)%4]>>16&255]^i[n([84,51])][r[(e+2)%4]>>8&255]^i[n([84,52])][255&r[(e+3)%4]]^x[t][e];r=o[n([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=x[e][t],s[4*t]=255&(i[n([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(i[n([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(i[n([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(i[n([83])][255&r[(t+3)%4]]^a);return s}}(i,e,s+256*r))}(t,new Uint8Array([...o,29,221,175,90,231,133,239,240,75,180,...i]))}const s=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),a={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){f(m(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){f(function(t,e){try{if(w(x,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=k(x,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return m(t,e)}catch(t){return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const r=i[0]*o[1],s=i[0]*o[2],a=i[2]*o[2];function c(t,e){h(),p(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[g()]=t===n([116,105,109,101])?r:s}function h(){const t=x;function e(){w(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=_,k(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=_,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),w(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=_,k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=_)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{if(w(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),w(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const o=k(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),i=o[Lr("0x8f")](0),r=o[Lr("0xab")](i[n([105,100])]);k(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](i[n([105,100])],r?r[n([105,100])]:null,1).then((()=>e()))}}))}w(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&k(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[g()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){if(!w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Lr("0x24")](Number(t))){if(window[t]===r)return n([116,105,109,101]);if(window[t]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=i[6]*o[8]*o[6];return w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const h=k(x,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){if(!w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[Lr("0x24")](Number(t))&&window[t]===a)return!0;return!1}()?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):m(t,e)}catch(t){return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},c=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],x=n([99,111,110,116,101,120,116])in e?e.context:e[Lr("0x4c")],h=n([52,48,52,54,49,52,50,50]),d=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),l=x.config.get(n([108,105,99,101,110,115,101,75,101,121])),u=s[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===c));function m(t,e){try{return function(t){if(!w(x,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,i=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!w(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||k(x,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!w(x,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||k(x,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!i)||!(!w(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||k(x,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(h)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return p(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function f(e,r){if(x instanceof t.Context){const t=x;e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?b(t):e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{b(t),p(r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*o[8]*o[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,o)=>{e!=r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||v(o)}))}else{const t=x;e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?v(t):e==r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((o,i)=>{i[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(v(t),p(r[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),o[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function p(t){const e=g();return x[e]=t,t}function g(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let i=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));i>=d[n([108,101,110,103,116,104])]&&(i-=d[n([108,101,110,103,116,104])]),e+=d[i]}return e}function b(t){for(const e of t[n([101,100,105,116,111,114,115])])v(e);k(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),k(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=_}function v(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function _(){return null}function w(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function k(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}u&&function t(e,o){a[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>w(x,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=r(t),o=JSON[n([112,97,114,115,101])](e),i=parseInt(o[n([49])]),s=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,c=parseInt(o[n([53])])||0;return{[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:i,[n([105,115,84,114,105,97,108])]:s,[n([105,115,73,110,116,101,114,110,97,108])]:c}}catch(t){return null}}(l),u)})(e)}(this)}set[Lr("0x4b")](t){if(this[Lr("0x98")])throw new e.CKEditorError(Lr("0x9"));this[Lr("0x98")]=t}get[Lr("0x4b")](){return this._adapter}[Lr("0x29")]({channelId:t=zr,threadId:n=(0,e.uid)(),comments:o=[],resolvedAt:i=null,resolvedBy:r=null,target:s=null,context:a=null,attributes:c={},isResolvable:x=!0,isSubmitted:h=!1,deletedAt:d=null,isFromAdapter:l=!1}={}){return this[Lr("0x3a")](Hr(Lr("0x29"),t),{channelId:t,threadId:n,comments:o,resolvedAt:i,resolvedBy:r,target:s,context:a,attributes:c,isFromAdapter:l,isResolvable:x,isSubmitted:h,deletedAt:d}),this[Lr("0x18")](n)}openNewCommentThread({channelId:t=zr,threadId:n=(0,e.uid)(),target:o,context:i=null,isResolvable:r=!0}){if(this[Lr("0x9e")][Lr("0x1")](t)||this[Lr("0x9e")].has(void 0))return null;if(!o)throw new e.CKEditorError(Lr("0x9d"));const s=this[Lr("0x29")]({channelId:t,threadId:n,target:o,context:i,isResolvable:r});if(!s)return null;const a=this[Lr("0x42")].get(s),c=a[Lr("0x2d")][Lr("0x51")][Lr("0x71")],x=this.context[Lr("0x6f")][Lr("0x1d")](Nr),h=x.getByInnerView(a[Lr("0x2d")]);return x[Lr("0x91")](h),c.once(Lr("0x34"),(()=>c[Lr("0xb3")]())),s}[Lr("0xa3")](t){if(Lr("0x5c")!=typeof t)throw new e.CKEditorError(Lr("0x56"));return this[Lr("0x47")][Lr("0x1")](t)}[Lr("0x46")]({channelId:t=zr,threadId:e,context:n,attributes:o,isFromAdapter:i=!1}){return this[Lr("0x3a")](Hr(Lr("0x46"),t),{channelId:t,threadId:e,context:n,attributes:o,isFromAdapter:i}),this[Lr("0x18")](e)}[Lr("0x18")](t){if(Lr("0x5c")!=typeof t)throw new e.CKEditorError(Lr("0x56"));return this[Lr("0x47")].get(t)}fetchCommentThread({channelId:t,threadId:n}={}){const o=this[Lr("0x18")](n);if(o)return Promise[Lr("0xa5")](o);if(!this[Lr("0x4b")])throw new e.CKEditorError(Lr("0x70"),this.context);if(Lr("0x8d")!=typeof this[Lr("0x4b")][Lr("0x18")])throw new e.CKEditorError(Lr("0x39"),this[Lr("0x82")]);return this[Lr("0x4b")][Lr("0x18")]({channelId:t,threadId:n})[Lr("0x7f")]((e=>this[Lr("0xa3")](n)?this[Lr("0x18")](n):e?this[Lr("0x29")](Object[Lr("0x69")]({isFromAdapter:!0,channelId:t},e)):void 0)).catch((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError("commentsrepository-fetch-comment-thread",this[Lr("0x82")])}))}getCommentThreads({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const i=[];for(const o of this._threads[Lr("0x9c")]())t&&o[Lr("0x6e")]!==t||e&&!o[Lr("0x96")]||n&&0===o[Lr("0x15")]||i[Lr("0x7b")](o);return o?i[Lr("0x5f")]((t=>t[Lr("0x5e")]())):i}[Lr("0x12")](t){const n=this[Lr("0x82")].plugins[Lr("0x1d")](Nr);if(!t)return void(this[Lr("0x28")]&&n.deactivateAll());const o=this[Lr("0x18")](t);if(!o)throw new e.CKEditorError("commentsrepository-active-missing-comment-thread",null,{threadId:t});if(!this[Lr("0x42")][Lr("0x1")](o))throw new e.CKEditorError("commentsrepository-active-not-attached",null,{threadId:t});const i=n[Lr("0x33")](this._threadToController.get(o)[Lr("0x2d")]);n[Lr("0x91")](i)}[Lr("0x61")](t,e){t?this[Lr("0x9e")][Lr("0x64")](e):this[Lr("0x9e")][Lr("0x65")](e),this[Lr("0x3a")](Lr("0x55"),"_readOnlyChannels",this[Lr("0x9e")],this[Lr("0x9e")])}isReadOnly(t){const e=this[Lr("0x6")][Lr("0x1d")](t),n=void 0===e||e[Lr("0x57")]||e[Lr("0x16")];return this[Lr("0x9e")][Lr("0x1")](t)||this[Lr("0x9e")][Lr("0x1")](void 0)||!n}createCommentThreadController(t,e){return new po(t,e)}[Lr("0x4e")](t,e=zr){this[Lr("0x6")][Lr("0x8c")](e,t),this[Lr("0x3a")](Lr("0x40"),Lr("0x6"),this[Lr("0x6")],this[Lr("0x6")])}[Lr("0xd")](t=zr){return this._permissions.has(t)?this._permissions[Lr("0x1d")](t):Fr}[Lr("0x67")]({channelId:t,threadId:n,comments:o,resolvedAt:r,resolvedBy:s,target:a,context:c,attributes:x,isFromAdapter:h,isResolvable:d,isSubmitted:l}){if(Lr("0x5c")!=typeof n)throw new e.CKEditorError(Lr("0x56"),null,{threadId:n});if(this[Lr("0xa3")](n))throw new e.CKEditorError(Lr("0x58"),null,{threadId:n});this.context[Lr("0x6f")][Lr("0x1d")](i.Users);const u=new Ur(this,{channelId:t,id:n,context:c,attributes:x,resolvedAt:r,resolvedBy:s?this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](i.Users)[Lr("0x30")](s):null,isResolvable:d,isSubmitted:l||h});this[Lr("0x47")][Lr("0x8c")](n,u);for(const t of o)u._add(this[Lr("0xb4")]({threadId:n,...t}));return a&&u[Lr("0x90")](a),h||!u[Lr("0x15")]?Promise.resolve():this[Lr("0x7d")]({channelId:t,threadId:n})}_submitCommentThread({channelId:t,threadId:n}){if(!this[Lr("0xa3")](n))throw new e.CKEditorError("commentsrepository-missing-comment-thread",this);const o=this[Lr("0x18")](n);if(o[Lr("0x81")]=!0,!this[Lr("0x4b")]||"function"!=typeof this[Lr("0x4b")].addCommentThread)return Promise[Lr("0xa5")]();const{id:i,comments:r,resolvedAt:s,resolvedBy:a,context:c,attributes:x}=o,h=this[Lr("0x82")].plugins[Lr("0x1d")](Lr("0xb0")),d=h[Lr("0x64")](bo(this[Lr("0x82")][Lr("0x79")],Lr("0xa8")));return this[Lr("0x4b")][Lr("0x29")]({channelId:t,threadId:i,comments:r.map((t=>t[Lr("0x5e")]())),resolvedAt:s,resolvedBy:a?a.id:a,context:c,attributes:x})[Lr("0x7f")]((({comments:e})=>{h[Lr("0x83")](d);for(const o of e)this[Lr("0x60")]({channelId:t,threadId:n,commentId:o[Lr("0x19")],createdAt:o[Lr("0xb2")],isFromAdapter:!0})}))[Lr("0x11")]((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError(Lr("0x1c"),this)}))}_attachCommentThread({threadId:t,target:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(Lr("0xf"),this);const i=this.context[Lr("0x6f")][Lr("0x1d")]("PendingActions"),r=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](Nr),s=this._createCommentThreadView(o),a=new po(o,s);let c=null;s.on(Lr("0x4f"),((t,e,n)=>{n?c=i[Lr("0x64")](bo(this.context[Lr("0x79")],"PENDING_ACTION_COMMENT_THREAD")):c&&(i[Lr("0x83")](c),c=null)})),this[Lr("0x42")][Lr("0x8c")](o,a),this[Lr("0x7c")][Lr("0x8c")](s,a);const x=new br(this[Lr("0x82")][Lr("0x79")],s);x[Lr("0x5d")](Lr("0x15")).to(s),x[Lr("0x5d")](Lr("0xae")).to(s,"isDirty",s,Lr("0x15"),((t,e)=>t||!e)),x[Lr("0x5d")](Lr("0x4a")).to(s),x[Lr("0x84")]=Lr("0x2a");const h=new yr({view:x,target:n,type:Lr("0x2a"),isVisible:!o[Lr("0x27")]});return r[Lr("0x64")](h),h}[Lr("0xad")](t){const e=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](i.Users),{config:n,locale:o}=this[Lr("0x82")],r=(0,i.getDateTimeFormatter)(n[Lr("0x1d")](Lr("0x79")));return new(0,n.get(Lr("0x32"))[Lr("0x6c")])(o,t,e.me,{editorConfig:{...n[Lr("0x1d")](Lr("0x17")),licenseKey:this[Lr("0x82")][Lr("0x2f")][Lr("0x1d")](Lr("0x9a"))},maxCommentsWhenCollapsed:n[Lr("0x1d")](Lr("0xe")),maxThreadTotalWeight:n[Lr("0x1d")]("comments.maxThreadTotalWeight"),maxCommentCharsWhenCollapsed:n[Lr("0x1d")](Lr("0x2b")),formatDateTime:r,CommentView:n.get(Lr("0x32")).CommentView})}[Lr("0x78")]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:s}){if(!this[Lr("0xa3")](t))throw new e.CKEditorError("commentsrepository-missing-comment-thread",null,{threadId:t});const a=this[Lr("0x18")](t);if(a[Lr("0x27")])throw new e.CKEditorError("commentsrepository-resolved-comment-thread",null,{threadId:t});const c=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](i.Users);if(a[Lr("0x8e")]=c.getUser(r),a[Lr("0x2")]=o,s||!this[Lr("0x4b")]||"function"!=typeof this.adapter.resolveCommentThread)return Promise[Lr("0xa5")]();const x=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](Lr("0xb0")),h=x[Lr("0x64")](bo(this[Lr("0x82")][Lr("0x79")],Lr("0xa8")));return this[Lr("0x4b")][Lr("0x23")]({channelId:n,threadId:t})[Lr("0x7f")]((({resolvedAt:t,resolvedBy:e})=>{x[Lr("0x83")](h),a.resolvedBy.id!==e&&(a[Lr("0x8e")]=c[Lr("0x30")](e)),a.resolvedAt=t}))[Lr("0x11")]((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError(Lr("0xac"),this)}))}[Lr("0x3c")]({threadId:t,channelId:n,isFromAdapter:o}){if(!this[Lr("0xa3")](t))throw new e.CKEditorError(Lr("0x6a"),null,{threadId:t});const i=this[Lr("0x18")](t);if(!i[Lr("0x27")])throw new e.CKEditorError("commentsrepository-reopen-comment-thread",null,{threadId:t});if(i[Lr("0x8e")]=null,i[Lr("0x2")]=null,o||!this.adapter||Lr("0x8d")!=typeof this[Lr("0x4b")].reopenCommentThread)return Promise[Lr("0xa5")]();const r=this[Lr("0x82")].plugins[Lr("0x1d")]("PendingActions"),s=r.add(bo(this[Lr("0x82")][Lr("0x79")],Lr("0xa8")));return this[Lr("0x4b")][Lr("0x2e")]({channelId:n,threadId:t})[Lr("0x7f")]((()=>r[Lr("0x83")](s)))[Lr("0x11")]((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError(Lr("0x14"),this)}))}[Lr("0x62")]({threadId:t,isFromAdapter:n}){const o=this.getCommentThread(t);if(!o)throw new e.CKEditorError(Lr("0x77"),this);if(this[Lr("0x5")](t),this._threads[Lr("0x65")](t),!o[Lr("0x1b")]||n||!this[Lr("0x4b")]||"function"!=typeof this[Lr("0x4b")][Lr("0x63")])return Promise[Lr("0xa5")]();const i=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](Lr("0xb0")),{channelId:r}=o,s=i[Lr("0x64")](bo(this[Lr("0x82")][Lr("0x79")],Lr("0xa8")));return this.adapter[Lr("0x63")]({channelId:r,threadId:t})[Lr("0x7f")]((()=>i.remove(s)))[Lr("0x11")]((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError(Lr("0x2c"),this)}))}[Lr("0x80")]({threadId:t,context:n,attributes:o,isFromAdapter:i}){if(Lr("0x5c")!=typeof t)throw new e.CKEditorError(Lr("0x56"),null,{threadId:t});if(!this[Lr("0xa3")](t))throw new e.CKEditorError(Lr("0x6a"),null,{threadId:t});const r=this.getCommentThread(t);let s=!1;if(void 0!==n&&r[Lr("0x82")]!==n&&(r[Lr("0x82")]=n,s=!0),o&&!We(o,r.attributes)&&(r[Lr("0xaa")]=o,s=!0),!s)return Promise[Lr("0xa5")]();if(!r[Lr("0x1b")]||i||!this[Lr("0x4b")]||Lr("0x8d")!=typeof this[Lr("0x4b")][Lr("0x46")])return Promise[Lr("0xa5")]();const a=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](Lr("0xb0")),{channelId:c}=r,x=a.add(bo(this[Lr("0x82")][Lr("0x79")],Lr("0xa8")));return this[Lr("0x4b")].updateCommentThread({channelId:c,threadId:t,context:n,attributes:o})[Lr("0x7f")]((()=>a[Lr("0x83")](x)))[Lr("0x11")]((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError(Lr("0x59"),this)}))}[Lr("0x5")](t){const e=this.context[Lr("0x6f")][Lr("0x1d")](Nr),n=this[Lr("0x18")](t);if(this[Lr("0x42")].has(n)){const t=this[Lr("0x42")][Lr("0x1d")](n),o=t[Lr("0x2d")],i=e[Lr("0x33")](o);this[Lr("0x42")].delete(n),this[Lr("0x7c")][Lr("0x65")](o),i&&e[Lr("0x83")](i),t[Lr("0x9b")](),o.destroy()}}_updateActiveAnnotation({threadId:t,resolvedAt:e}){const n=!!e,o=this[Lr("0x82")].plugins.get(Nr),i=this.getCommentThread(t);if(this[Lr("0x42")].has(i)){const t=this[Lr("0x42")][Lr("0x1d")](i)[Lr("0x2d")],e=o[Lr("0x33")](t);e&&(n&&o._removeActiveAnnotation(e),e[Lr("0x54")]())}}[Lr("0x5a")](t){const e=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](i.Users),n=(0,i.hashObject)(Lr("0x10")+t);return e[Lr("0x30")](n)||e.addUser({id:n,name:t})}[Lr("0xb4")]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:s,attributes:a}){if(Lr("0x5c")!=typeof n)throw new e.CKEditorError(Lr("0x22"));if("string"!=typeof r)throw new e.CKEditorError("commentsrepository-invalid-comment-authorid");if(Lr("0x5c")!=typeof o||!o[Lr("0xa9")]())throw new e.CKEditorError(Lr("0xb1"));const c=this.context.plugins.get(i.Users)[Lr("0x30")](r);if(!c)throw new e.CKEditorError("commentsrepository-add-comment-user-not-exists",null,{authorId:r});let x=null,h=s;return a&&a[Lr("0xaf")]&&(x=this[Lr("0x5a")](a[Lr("0xaf")][Lr("0x20")]),h=new Date(a["@external"][Lr("0xb2")])),new Wr(this,{threadId:t,id:n,author:x||c,creator:c,content:o,createdAt:s,authoredAt:h,attributes:a})}[Lr("0xb7")](t){let{threadId:n,content:o,attributes:i,isFromAdapter:r}=t;const s=this[Lr("0x18")](t.threadId);if(!s)throw new e.CKEditorError(Lr("0xa1"),this);const a=this[Lr("0xb4")](t),{id:c}=a;if(s[Lr("0x21")](a),r||!this[Lr("0x4b")]||Lr("0x8d")!=typeof this[Lr("0x4b")][Lr("0x31")]||!s[Lr("0x1b")])return Promise[Lr("0xa5")]();const x=this[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](Lr("0xb0")),{channelId:h}=s,d=x[Lr("0x64")](bo(this[Lr("0x82")][Lr("0x79")],Lr("0xa8")));return i||(i={}),this.adapter[Lr("0x31")]({channelId:h,threadId:n,commentId:c,content:o,attributes:i})[Lr("0x7f")]((t=>{x[Lr("0x83")](d),t&&this[Lr("0x60")]({channelId:h,threadId:n,commentId:c,createdAt:t[Lr("0xb2")],isFromAdapter:!0})}))[Lr("0x11")]((t=>{throw console.error(t),new e.CKEditorError(Lr("0x7a"),this)}))}[Lr("0x60")]({threadId:t,commentId:n,content:o,createdAt:i,attributes:r,isFromAdapter:s}){if(void 0!==o&&(Lr("0x5c")!=typeof o||!o[Lr("0xa9")]()[Lr("0x15")]))throw new e.CKEditorError("commentsrepository-update-comment-invalid-content");const a=this[Lr("0x18")](t),c=a[Lr("0xa7")](n);if(!c)throw new e.CKEditorError("commentsrepository-update-missing-comment",this);let x=!1;if(o&&o!==c[Lr("0x66")]&&(c[Lr("0x43")]||s)&&(c[Lr("0x66")]=o,x=!0),i&&i!==c[Lr("0xb2")]&&(c[Lr("0xb2")]=i,c[Lr("0xaa")]&&c[Lr("0xaa")][Lr("0xaf")]||(c[Lr("0x89")]=i),x=!0),r&&!We(r,c[Lr("0xaa")])&&(c[Lr("0xaa")]=r,x=!0),!x)return Promise.resolve();if(a[Lr("0x3a")](Lr("0x37")),s||!this[Lr("0x4b")]||"function"!=typeof this.adapter[Lr("0xa0")])return Promise.resolve();const h=this.context.plugins[Lr("0x1d")](Lr("0xb0")),{channelId:d}=this[Lr("0x18")](c.threadId),l=h[Lr("0x64")](bo(this[Lr("0x82")].locale,"PENDING_ACTION_COMMENT_THREAD"));return this.adapter[Lr("0xa0")]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[Lr("0x7f")]((()=>h[Lr("0x83")](l)))[Lr("0x11")]((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError(Lr("0x52"),this)}))}[Lr("0xb")]({threadId:t,commentId:n,isFromAdapter:o}){const i=this[Lr("0x18")](t),r=i[Lr("0xa7")](n);if(!r)throw new e.CKEditorError(Lr("0x99"),this);if(i._remove(r),o||!this[Lr("0x4b")]||"function"!=typeof this.adapter[Lr("0x35")])return Promise[Lr("0xa5")]();const s=this[Lr("0x82")][Lr("0x6f")].get("PendingActions"),{channelId:a}=i,c=s.add(bo(this.context[Lr("0x79")],Lr("0xa8")));return this[Lr("0x4b")][Lr("0x35")]({channelId:a,threadId:t,commentId:n})[Lr("0x7f")]((()=>s[Lr("0x83")](c)))[Lr("0x11")]((t=>{throw console[Lr("0x5b")](t),new e.CKEditorError(Lr("0x9f"),this)}))}}class Ur extends((0,e.ObservableMixin)()){constructor(t,n){super();const o=n[Lr("0x73")];this[Lr("0x6e")]=n[Lr("0x6e")],this.id=n.id,this[Lr("0x32")]=new e.Collection,this[Lr("0x13")]=t,this[Lr("0x88")]=!1,this[Lr("0x81")]=n[Lr("0x1b")],this.set(Lr("0xb5"),!0),this[Lr("0x5d")](Lr("0x48")).to(t,Lr("0x6"),t,Lr("0x9e"),(()=>t[Lr("0x48")](this[Lr("0x6e")]))),this[Lr("0x5d")]("isRemovable").to(t,"_permissions",(()=>t[Lr("0xd")](this[Lr("0x6e")])[Lr("0x16")])),this.bind(Lr("0x73")).to(this,Lr("0xb5"),t,Lr("0x6"),(e=>o&&e&&t[Lr("0xd")](this[Lr("0x6e")])[Lr("0xa5")])),this.set(Lr("0x82"),n[Lr("0x82")]),this[Lr("0x8c")](Lr("0x2"),n.resolvedAt||null),this.set(Lr("0x8e"),n.resolvedBy||null),this.bind(Lr("0x27")).to(this,Lr("0x2"),(t=>!!t)),this.set(Lr("0xaa"),n[Lr("0xaa")]||{})}get[Lr("0x53")](){return Array[Lr("0x1e")](this[Lr("0x32")])[Lr("0x0")](((t,e)=>t+e[Lr("0x53")]),0)}get[Lr("0x15")](){return this.comments[Lr("0x15")]}get[Lr("0x96")](){return this[Lr("0x88")]}get[Lr("0x1b")](){return this[Lr("0x81")]}[Lr("0x6d")](){const{channelId:t,id:e}=this;this[Lr("0x13")][Lr("0x3a")](Hr(Lr("0xc"),t),{channelId:t,threadId:e})}[Lr("0xa5")]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=this[Lr("0x13")].context[Lr("0x6f")].get(i.Users).me,{channelId:r,id:s}=this;this[Lr("0x13")].fire(Hr(Lr("0x23"),r),{channelId:r,threadId:s,resolvedAt:t,resolvedBy:e||o.id,isFromAdapter:n})}[Lr("0x3f")]({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this[Lr("0x13")].fire(Hr(Lr("0x2e"),e),{channelId:e,threadId:n,isFromAdapter:t})}[Lr("0x49")](t){this[Lr("0x82")]||this[Lr("0x92")]({context:t})}[Lr("0x1a")](t,e){const n=zn(this[Lr("0xaa")]);io(n,t,e),this._update({attributes:n})}[Lr("0x45")](t){const e=zn(this.attributes);ho(e,t),this[Lr("0x92")]({attributes:e})}remove({isFromAdapter:t=!1}={}){const{channelId:e,id:n}=this;this._repository.fire(Hr(Lr("0x63"),e),{channelId:e,threadId:n,isFromAdapter:t})}attachTo(t){return this[Lr("0x13")][Lr("0x4d")]({threadId:this.id,target:t})}[Lr("0x31")](t){const{channelId:e,id:n}=this;this[Lr("0x13")].fire(Hr("addComment",e,n),Object[Lr("0x69")]({channelId:e,threadId:n},t))}getComment(t){if(Lr("0x5c")!=typeof t)throw new e.CKEditorError(Lr("0xb6"),null,{commentId:t});return this[Lr("0x32")][Lr("0x1d")](t)}[Lr("0x5e")](){return{threadId:this.id,context:this[Lr("0x82")],resolvedAt:this[Lr("0x2")],resolvedBy:this.resolvedBy?this[Lr("0x8e")].id:null,comments:this[Lr("0x32")][Lr("0x5f")]((t=>t.toJSON())),attributes:this[Lr("0xaa")]}}[Lr("0x21")](t){return this.listenTo(t,Lr("0x25"),(()=>{const e=this[Lr("0x93")](t),n=this[Lr("0x32")];e-1!=n[Lr("0xa")](t)&&e+1!=n[Lr("0xa")](t)&&(this[Lr("0x8a")](t),this[Lr("0x21")](t))})),this[Lr("0x32")][Lr("0x64")](t,this[Lr("0x93")](t))}_update(t){const{channelId:e,id:n}=this;this._repository[Lr("0x3a")](Hr(Lr("0x46"),e),{...t,channelId:e,threadId:n})}[Lr("0x8a")](t){return this[Lr("0x7")](t),t.destroy(),this.comments[Lr("0x83")](t)}[Lr("0x93")](t){const e=this[Lr("0x32")].find((e=>new Date(e.authoredAt)[Lr("0x3b")]()>new Date(t.authoredAt)[Lr("0x3b")]()));return e?this[Lr("0x32")][Lr("0xa")](e):this[Lr("0x15")]}}class Wr extends((0,e.ObservableMixin)()){constructor(t,e){super();const n=t[Lr("0x82")][Lr("0x6f")][Lr("0x1d")](i.Users).me,o=t.getCommentThread(e[Lr("0x68")]),r=0===o.comments[Lr("0x15")],s=n===e.author;this.id=e.id,this[Lr("0x68")]=e[Lr("0x68")],this[Lr("0xa2")]=e[Lr("0xa2")],this[Lr("0x44")]=e[Lr("0x44")],this[Lr("0x85")]=Boolean(e[Lr("0xaa")]&&e[Lr("0xaa")]["@external"]),this[Lr("0x8c")]("content",e.content),this[Lr("0xb2")]=e.createdAt||new Date,this[Lr("0x8c")](Lr("0x89"),e[Lr("0x89")]||new Date),this[Lr("0x5d")]("resolvedAt").to(o,Lr("0x2")),this[Lr("0x8c")](Lr("0xaa"),e[Lr("0xaa")]||{}),this[Lr("0x5d")](Lr("0x43")).to(t,Lr("0x6"),(()=>{const e=t[Lr("0xd")](o[Lr("0x6e")]).write,n=t[Lr("0xd")](o[Lr("0x6e")])[Lr("0xa4")];return s&&e||!s&&n})),this[Lr("0x5d")](Lr("0x95")).to(o,Lr("0x95"),t,"_permissions",(e=>{const n=t[Lr("0xd")](o[Lr("0x6e")])[Lr("0x57")],i=t[Lr("0xd")](o[Lr("0x6e")])[Lr("0xa4")];return s&&n||e&&r||!s&&i&&!r})),this.bind("isReadOnly").to(t,Lr("0x9e"),(t=>t.has(o[Lr("0x6e")])||t[Lr("0x1")](void 0))),this._repository=t}get[Lr("0x53")](){return Math[Lr("0x94")](function(t){const e=document[Lr("0x72")](Lr("0x87"));return e[Lr("0x86")]=t,e[Lr("0xa6")][Lr("0x15")]}(this.content),200)}[Lr("0x4")](t){const{threadId:n,id:o}=this;if(!this[Lr("0x13")][Lr("0xa3")](n))throw new e.CKEditorError(Lr("0x38"),this);const{channelId:i}=this[Lr("0x13")][Lr("0x18")](n);this._repository[Lr("0x3a")](Hr(Lr("0xa0"),i,n),{channelId:i,threadId:n,commentId:o,...t})}[Lr("0x1a")](t,e){const n=zn(this[Lr("0xaa")]);io(n,t,e),this.update({attributes:n})}[Lr("0x45")](t){const e=zn(this[Lr("0xaa")]);ho(e,t),this[Lr("0x4")]({attributes:e})}[Lr("0x83")](t={}){if(!t[Lr("0x75")]&&!this.isRemovable)return;const{threadId:n,id:o}=this;if(!this[Lr("0x13")].hasCommentThread(n))throw new e.CKEditorError("commentsrepository-remove-comment-missing-comment-thread",this);const{channelId:i}=this[Lr("0x13")][Lr("0x18")](n);this[Lr("0x13")].fire(Hr(Lr("0x35"),i,n),{channelId:i,threadId:n,commentId:o,...t})}toJSON(){return{commentId:this.id,content:this[Lr("0x66")],createdAt:this[Lr("0xb2")],authorId:this[Lr("0x44")].id,attributes:this[Lr("0xaa")]}}[Lr("0x9b")](){this[Lr("0x7")]()}}function Hr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Zr=["schema","addMarker","getRanges","document","_itemIsContent","change","backward","model","getItems","comment:","_hasContent","createRange","start","element","_trimToContent","item","editor","selection","isObject","isEnabled","execute","end","substr","getLastMatchingPosition"];var qr,$r;qr=Zr,$r=265,function(t){for(;--t;)qr.push(qr.shift())}(++$r);const Xr=function(t,e){return Zr[t-=0]};class Gr extends t.Command{refresh(){const t=this[Xr("0xf")][Xr("0x6")][Xr("0x2")][Xr("0x10")];for(const e of t[Xr("0x1")]())if(this[Xr("0x9")](e))return void(this[Xr("0x12")]=!0);this[Xr("0x12")]=!1}[Xr("0x13")]({threadId:t=(0,e.uid)()}={}){const n=this[Xr("0xf")][Xr("0x6")],o=[];for(const t of n[Xr("0x2")][Xr("0x10")][Xr("0x1")]())this[Xr("0x9")](t)&&o.push(this[Xr("0xd")](t));n[Xr("0x4")]((n=>{for(const i of o){const o=(0,e.uid)()[Xr("0x15")](1,5),r=Xr("0x8")+t+":"+o;n[Xr("0x0")](r,{range:i,usingOperation:!1,affectsData:!1})}}))}[Xr("0x9")](t){for(const e of t[Xr("0x7")]())if(this[Xr("0x3")](e))return!0;return!1}[Xr("0x3")](t){return t.is("$textProxy")||this.editor.model[Xr("0x17")][Xr("0x11")](t)&&!t.is(Xr("0xc"),"tableCell")}[Xr("0xd")](t){const e=t=>!this[Xr("0x3")](t[Xr("0xe")]),n=t[Xr("0xb")][Xr("0x16")](e),o=t[Xr("0x14")][Xr("0x16")](e,{direction:Xr("0x5")});return this.editor.model[Xr("0xa")](n,o)}}const Jr=["element","refresh","isCollapsed","hasDomSelection","set","pluginName","selection","getOrderedSelectedAnnotations","blur","focusTracker","refreshSelectedViews","collection","directChange","map","getRanges","annotation","innerView","_editorAnnotationsData","remove","listenTo","push","getByInnerView","cancel","has","document","add","change:range","isEqual","from","isReadOnly","_editorAnnotations","plugins","editor","function","editorannotations-invalid-source-callback","_dataCollectors","uiUpdate","fire","view","model","editing","range","get","init","update","addSourceCollector","change:isFocused","containsRange"];var Yr,Qr;Yr=Jr,Qr=492,function(t){for(;--t;)Yr.push(Yr.shift())}(++Qr);const ts=function(t,e){return Jr[t-=0]};class es extends t.Plugin{static get requires(){return[Nr]}static get[ts("0x29")](){return"EditorAnnotations"}constructor(t){super(t),this[ts("0x17")]=new Set,this._editorAnnotations=new Set}[ts("0x1f")](){const t=this.editor,e=t.model[ts("0xc")][ts("0x2a")],n=rr((()=>this[ts("0x2e")]()),10);e.on(ts("0xe"),((t,e)=>{e[ts("0x0")]&&(n[ts("0xa")](),this.refreshSelectedViews())})),this[ts("0x7")](t[ts("0x1c")][ts("0x1a")][ts("0xc")],ts("0x22"),((t,e,o)=>{o&&n()})),this[ts("0x7")](t.ui.focusTracker,ts("0x22"),((e,n,o)=>{o||t[ts("0x11")]||this[ts("0x19")](ts("0x2c"),{isAnnotationTracked:t=>this._editorAnnotationsData.has(t[ts("0x4")])})})),this[ts("0x7")](this.editor.ui,ts("0x20"),(()=>this.fire(ts("0x18"))))}registerAnnotation(t){if(this[ts("0x12")][ts("0xb")](t[ts("0x1a")]))return;this[ts("0x12")][ts("0xd")](t[ts("0x1a")]),this[ts("0x14")].ui[ts("0x2d")][ts("0xd")](t[ts("0x1a")][ts("0x24")]);const e=this[ts("0x14")][ts("0x13")][ts("0x1e")](Nr);this[ts("0x7")](e[ts("0x2f")],ts("0x6"),((t,e)=>{this[ts("0x14")].ui[ts("0x2d")][ts("0x6")](e[ts("0x1a")][ts("0x24")]),this[ts("0x12")].delete(e[ts("0x1a")])}))}[ts("0x27")](){return this[ts("0x14")][ts("0x1c")][ts("0x1a")][ts("0x27")]}[ts("0x21")](t){if(ts("0x15")!=typeof t)throw new e.CKEditorError(ts("0x16"));this._dataCollectors[ts("0xd")](t)}[ts("0x2e")](){this[ts("0x19")](ts("0x25"))}[ts("0x2b")]({activeAnnotation:t,annotations:e}){const n=[],o=this[ts("0x14")][ts("0x1b")].document[ts("0x2a")],i=Array[ts("0x10")](o[ts("0x2")]());for(const[t,o]of this._editorAnnotationsData){const i=r(o),s=e[ts("0x9")](t);i&&s&&n[ts("0x8")]({annotation:s,range:i})}function r(t){for(const e of t)for(const t of i)if(e[ts("0x23")](t,!o[ts("0x26")]))return e;return null}return n.sort(((e,n)=>{const o=e[ts("0x1d")],i=n[ts("0x1d")];if(!o[ts("0xf")](i)){if(o[ts("0x23")](i,!0))return 1;if(i.containsRange(o,!0))return-1}return e[ts("0x3")]==t?-1:n[ts("0x3")]==t?1:0}))[ts("0x1")]((t=>t[ts("0x3")]))}get[ts("0x5")](){const t=new Map;for(const e of Array[ts("0x10")](this[ts("0x17")]))for(const[n,o]of e())t[ts("0x28")](n,o);return t}}const ns=["get","plugins","RestrictedEditingModeEditing","addCommentThread","editor","has"];var os,is;os=ns,is=424,function(t){for(;--t;)os.push(os.shift())}(++is);const rs=function(t,e){return ns[t-=0]};class ss extends t.Plugin{afterInit(){const t=this[rs("0x0")];t[rs("0x3")][rs("0x1")](rs("0x4"))&&t[rs("0x3")][rs("0x2")](rs("0x4")).enableCommand(rs("0x5"))}}var as=n(309),cs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(as.Z,cs);as.Z.locals;const xs=["get","editor","collaboration.channelId","basic","high","commands","config","_handleImportedData","addCommentThread","importWord","dataInsert","map","afterInit","define","plugins","listenTo","collaboration_features"];var hs,ds;hs=xs,ds=340,function(t){for(;--t;)hs.push(hs.shift())}(++ds);const ls=function(t,e){return xs[t-=0]};class us extends t.Plugin{constructor(t){super(t),this.editor[ls("0x6")][ls("0xd")]("importWord.commentsStyles",ls("0x3"))}[ls("0xc")](){const t=this.editor,n=t[ls("0x5")][ls("0x0")](ls("0x9")),o=t.plugins[ls("0x0")](i.Users);n&&(n.on("execute",((t,[,e])=>{e[ls("0x10")]={comments:!0,user_id:o.me.id,comments_styles:this.editor[ls("0x6")].get("importWord.commentsStyles")}}),{priority:e.priorities[ls("0x4")]+10}),this[ls("0xf")](n,ls("0xa"),this[ls("0x7")]))}[ls("0x7")](t,e){const{comment_threads:n}=e;n&&n.forEach((({thread_id:t,comments:e,is_resolved:n})=>{const o=new Date,r=e[ls("0xb")]((({author:t,content:e,created_at:n})=>({content:e,authorId:this.editor[ls("0xe")].get(i.Users).me.id,createdAt:o,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:"importWord"}}}))),s=this[ls("0x1")][ls("0x6")][ls("0x0")](ls("0x2"));this[ls("0x1")][ls("0xe")][ls("0x0")](Kr)[ls("0x8")]({channelId:s,threadId:t,comments:r,resolvedAt:n?o:null})}))}}const ms=["consumable","pluginName","map","high","add","getAttribute","markerToHighlight","activeMarker","createElement","text","_initializeMarkerConverters","_hasTargetInContent","collaboration.channelId","filter","ck-comment-marker","addComment","isLocal","plugins","change","$textProxy","push","editing","isResolved","document","_attachMarkerToThread","comment","length","getAllMarkersForId","getItems","hasMarkerForId","requires","$marker","_handleMarkerAddAndRemove","destroy","reconvertMarker","differ","end","editor","dataDowncast","markerName","render","reopenCommentThread","createPositionBefore","isEqual","isCollapsed","openNewCommentThread","hasContent","getRange","scrollToThreadMarker","once","config","upcast","focus","_getTextContext","delete","addCommentThread","resolveCommentThread","root","view","_threadToController","for","size","_reconvertMarkers","_attachedThreads","_handleThreadMarker","getByInnerView","removeMarker:","start","isObject","editingDowncast","then","get","getWalker","model","getCommentThreads","CommentsEditing","_getTargetForId","listenTo","setContext","low","ready","init","state","isThreadsLoadingPaused","schema","getCommentThread","data","item","addMarker:","comment:","newRange","change:isThreadsLoadingPaused","getChangedMarkers","ck-comment-marker--active","elementToElement","dataToMarker","includes","set","destroyed","attachTo","split","removeMarker","createRange","reopen","markers","affectsData","hasCommentThread","enqueueChange","managedUsingOperations","conversion","has","consume","registerAnnotation","updateMarker","registerPostFixer","removeCommentThread"];var fs,ps;fs=ms,ps=456,function(t){for(;--t;)fs.push(fs.shift())}(++ps);const gs=function(t,e){return ms[t-=0]};class bs extends t.Plugin{static get[gs("0x26")](){return[Kr,es,ss,us]}static get[gs("0x9")](){return gs("0x53")}constructor(t){super(t),this.set(gs("0x5b"),!0),t.data[gs("0x39")](gs("0x58"),(()=>this[gs("0x5b")]=!1)),this.set(gs("0xf"),null),this.on("change:activeMarker",((e,n,o,i)=>{const r=o?_s(o).id:null;if(t.model.change((()=>{if(r){const e=this[gs("0x23")](r);for(const n of e)t[gs("0x1d")][gs("0x2a")](n)}if(i){const{id:e}=_s(i),n=this[gs("0x23")](e);for(const e of n)t.editing[gs("0x2a")](e)}})),r){const e=t.plugins[gs("0x4f")](Kr)[gs("0x5d")](r);e&&e[gs("0x1e")]&&this[gs("0x38")](r)}})),this[gs("0x47")]=new Map}[gs("0x59")](){const t=this[gs("0x2d")],e=t.plugins[gs("0x4f")](Kr),n=t[gs("0x3a")][gs("0x4f")]("collaboration.channelId");t.commands[gs("0xc")](gs("0x3f"),new Gr(t)),this[gs("0x55")](t,"change:isReadOnly",((n,o,i)=>{e.switchReadOnly(i,t[gs("0x3a")][gs("0x4f")]("collaboration.channelId"))})),this[gs("0x55")](e,vs(gs("0x3f"),n),((e,{threadId:n})=>{const o=t[gs("0x19")].get(es),i=this[gs("0x2d")][gs("0x19")][gs("0x4f")](Kr)[gs("0x5d")](n);if(i&&i.isResolved&&!this._attachedThreads.has(n)){const t=i[gs("0x6b")]((()=>this._getTargetForId(i.id)));o[gs("0x4")](t),this[gs("0x47")][gs("0x69")](n,[]),0===this[gs("0x23")](n)[gs("0x22")]&&(i._hasTargetInContent=!1)}})),this[gs("0x55")](e,vs(gs("0x7"),n),((e,{threadId:n})=>{t[gs("0x51")][gs("0x73")]({isUndoable:!1},(t=>{const e=this[gs("0x23")](n);this._attachedThreads[gs("0x3e")](n);for(const n of e)t[gs("0x6d")](n)}))}),{priority:gs("0xb")}),this[gs("0x55")](e,vs(gs("0x40"),n),((t,{threadId:e})=>{this[gs("0x46")](e),this[gs("0x2d")][gs("0x1d")].view.hasDomSelection&&this[gs("0x2d")].editing.view[gs("0x3c")]()}),{priority:"low"}),this.listenTo(e,vs(gs("0x31"),n),((t,{threadId:e})=>{this._reconvertMarkers(e)}),{priority:"low"}),this[gs("0x55")](e,vs(gs("0x17"),n),((n,{threadId:o,isFromAdapter:i})=>{const r=this.getAllMarkersForId(o);!i&&0!=r[gs("0x22")]&&e[gs("0x72")](o)&&1===e.getCommentThread(o)[gs("0x22")]&&t[gs("0x51")].enqueueChange({isUndoable:!1},(t=>{for(const e of r)t.updateMarker(e,{usingOperation:!0,affectsData:!0})}))}),{priority:gs("0x57")}),this._initializeMarkerConverters(),this[gs("0x28")]()}[gs("0x29")](){const t=this[gs("0x2d")][gs("0x19")][gs("0x4f")](Kr),e=this.editor.config.get(gs("0x14"));for(const n of t[gs("0x52")]({channelId:e}))t._detachCommentThread(n.id),t._threads[gs("0x3e")](n.id);super.destroy()}[gs("0x25")](t){return this[gs("0x23")](t).length>0}[gs("0x23")](t){return(this[gs("0x47")][gs("0x4f")](t)||[])[gs("0xa")]((t=>this[gs("0x2d")][gs("0x51")][gs("0x70")][gs("0x4f")](t)))[gs("0x15")]((t=>t))}[gs("0x38")](t){const n=this[gs("0x54")](t);n&&setTimeout((()=>{this.activeMarker&&_s(this.activeMarker).id===t&&(0,e.scrollViewportToShowTarget)({target:n[0],viewportOffset:100,alignToTop:!0})}),50)}[gs("0x46")](t){this.editor[gs("0x51")][gs("0x1a")]((()=>{for(const e of this[gs("0x23")](t))this.editor.editing.reconvertMarker(e)}))}[gs("0x12")](){const t=this[gs("0x2d")];t[gs("0x1")][gs("0x44")](gs("0x4d"))[gs("0xe")]({model:gs("0x21"),view:(e,n)=>{const{id:o}=_s(e[gs("0x2f")]),i=t[gs("0x19")][gs("0x4f")](Kr)[gs("0x5d")](o),r=this[gs("0xf")]&&_s(this.activeMarker).id===o;if(i&&i.isResolved&&!r&&e[gs("0x5f")])return n.consumable[gs("0x3")](e.item,gs("0x60")+e[gs("0x2f")]),n[gs("0x8")].consume(e[gs("0x5f")],gs("0x4a")+e.markerName),{classes:[]};const s=[gs("0x16")];return r&&s[gs("0x1c")](gs("0x65")),{classes:s,attributes:{"data-comment":o}}}}),t.conversion.for(gs("0x2e")).markerToData({model:"comment",view:(e,{options:n})=>{const o=t[gs("0x19")].get(Kr),i=t[gs("0x51")][gs("0x70")][gs("0x4f")](e),{id:r,part:s}=_s(e);if(i&&!i[gs("0x71")])return null;if(n.ignoreResolvedComments){const t=o[gs("0x5d")](r);if(t&&t[gs("0x1e")])return null}return{group:gs("0x21"),name:s?r+":"+s:r}}}),t[gs("0x1")][gs("0x44")](gs("0x3b"))[gs("0x66")]({view:{name:gs("0x21"),attributes:{id:/^\w/}},model:(t,{writer:e})=>e[gs("0x10")](gs("0x27"),{"data-name":gs("0x61")+t[gs("0xd")]("id")})}),t[gs("0x1")].for(gs("0x3b"))[gs("0x67")]({view:gs("0x21")})}[gs("0x28")](){const t=this.editor,e=t.plugins.get(Kr),n=new Set;t[gs("0x51")][gs("0x1f")][gs("0x6")]((e=>{let o=!1;for(const{name:i,data:r}of t[gs("0x51")][gs("0x1f")][gs("0x2b")].getChangedMarkers()){const{group:s,id:a}=_s(i);let c=r[gs("0x62")];if(gs("0x21")!==s||!c)continue;const x="$graveyard"===c[gs("0x41")].rootName;x||(c=ws(c,t.model),!c||!r.newRange||c[gs("0x33")](r[gs("0x62")]))?!c||!t[gs("0x51")][gs("0x36")](c)||this[gs("0x47")][gs("0x2")](a)&&x?(e.removeMarker(i),o=!0):x||(this.isThreadsLoadingPaused?n[gs("0xc")](i):this[gs("0x48")](i,a)):(e[gs("0x5")](i,{range:c}),o=!0)}return o})),this.on(gs("0x63"),((e,o,i)=>{if(!i&&n[gs("0x45")])for(const e of n){const{id:o}=_s(e);n[gs("0x3e")](o),t.model[gs("0x70")][gs("0x4f")](e)&&this[gs("0x48")](e,o)}})),this[gs("0x55")](t.model[gs("0x1f")],gs("0x1a"),((o,i)=>{for(const{name:o,data:{newRange:r}}of t[gs("0x51")][gs("0x1f")][gs("0x2b")][gs("0x64")]()){const{group:s,id:a}=_s(o);if(gs("0x21")!==s)continue;const c=e.getCommentThread(a),x=this[gs("0x25")](a);c&&(c[gs("0x13")]||t[gs("0x1d")][gs("0x42")][gs("0x39")](gs("0x30"),(()=>{const n=t[gs("0x19")][gs("0x4f")](Nr),o=e[gs("0x43")][gs("0x4f")](c)[gs("0x42")];n[gs("0x49")](o).refreshVisibility()}),{priority:gs("0x57")}),c[gs("0x13")]=x||!!r),!r&&i[gs("0x18")]&&(n[gs("0x3e")](a),c&&!c[gs("0x1e")]&&!x&&this[gs("0x47")].has(a)&&(this[gs("0x47")][gs("0x3e")](a),c.resolve()))}}))}[gs("0x54")](t){const e=this[gs("0x2d")],n=this[gs("0x23")](t);return(0,i.getAllMarkersDomElementsSorted)(e[gs("0x1d")],n)}[gs("0x3d")](t){const e=this[gs("0x23")](t);let n="",o=!1;for(const t of e){const e=t[gs("0x37")]();for(const t of Array.from(e[gs("0x24")]()))t.is(gs("0x1b"))?(n&&o&&(n+=" ",o=!1),n+=t[gs("0x5e")]):o=!0;o=!0}return n.substring(0,150)}_attachMarkerToThread(t,e){const n=this[gs("0x2d")],o=n.plugins[gs("0x4f")](Kr);let i=o[gs("0x5d")](e);if(this[gs("0x47")][gs("0x2")](e)){const n=this._attachedThreads.get(e);return n[gs("0x68")](t)||n[gs("0x1c")](t),i}this[gs("0x47")][gs("0x69")](e,[t]);const r=n[gs("0x3a")][gs("0x4f")](gs("0x14")),s=n.plugins[gs("0x4f")](es);return i&&i.isResolved?(i[gs("0x6f")](),i):(this.getAllMarkersForId(e)[0][gs("0x0")]?o.fetchCommentThread({channelId:r,threadId:e})[gs("0x4e")]((t=>{if(gs("0x6a")!==n[gs("0x5a")])if(i=t,i){const t=i[gs("0x6b")]((()=>this._getTargetForId(e)));s[gs("0x4")](t),i[gs("0x1e")]&&this[gs("0x46")](e)}else{const t=this[gs("0x23")](e);n[gs("0x51")][gs("0x1a")]((e=>{for(const n of t)e[gs("0x6d")](n)}))}})):n[gs("0x1d")][gs("0x42")][gs("0x39")]("render",(()=>{const t=n[gs("0x19")][gs("0x4f")](Nr);i=o[gs("0x35")]({channelId:r,threadId:e,target:()=>this[gs("0x54")](e),context:{type:"text",value:this[gs("0x3d")](e)}});const a=o[gs("0x43")][gs("0x4f")](i).view,c=t[gs("0x49")](a);c&&s[gs("0x4")](c)}),{priority:gs("0x57")}),i)}[gs("0x48")](t,e){const n=this[gs("0x20")](t,e);n&&!n.context&&n[gs("0x56")]({type:gs("0x11"),value:this[gs("0x3d")](e)})}}function vs(t,e){return e?t+":"+e:t}function _s(t){const e=t[gs("0x6c")](":");return{group:e[0],id:e[1],part:e[2]}}function ws(t,e){const n=e[gs("0x5c")],o=e[gs("0x6e")](t[gs("0x4b")]);for(const i of t[gs("0x50")]()){const{type:t,item:r,nextPosition:s}=i;if(gs("0x11")===t||n[gs("0x4c")](r)){const t=e[gs("0x32")](r);o.isCollapsed&&(o[gs("0x4b")]=t),o[gs("0x2c")]=s}}return o[gs("0x34")]?null:o}const ks='\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.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ys=["add","stop","execute","requires","low","hasCommentThread","from","get","CommentThreadInputView","isEnabled","bind","_createUIButton","locale","map","_viewToController","pluginName","Comment","init","label","push","length","has","commands","highest","view","model","activeMarker","getRange","comment:","_threadToController","focus","CommentsListView","getAllMarkersForId","addSourceCollector","removeCommentThread","listenTo","icon","plugins","editor","getCommentThread","hasMarkerForId","innerView","addComment","CommentsUI","tooltip","find"];var Cs,Ts;Cs=ys,Ts=444,function(t){for(;--t;)Cs.push(Cs.shift())}(++Ts);const As=function(t,e){return ys[t-=0]};class Es extends t.Plugin{static get[As("0x1f")](){return As("0xd")}static get[As("0x13")](){return[Kr,bs,es,Nr]}get[As("0x1")](){return ai}get[As("0x18")](){return Jo}[As("0x21")](){const t=this[As("0x8")],e=t[As("0x7")][As("0x17")](Kr),n=t[As("0x7")][As("0x17")](bs),o=t.plugins[As("0x17")](Nr),i=t[As("0x7")][As("0x17")](es);t.ui.componentFactory[As("0x10")]("comment",(()=>this[As("0x1b")]())),i[As("0x3")]((()=>{const t=[];for(const[o,i]of e[As("0x2d")]){const e=n[As("0x2")](o.id),r=e[As("0x1d")]((t=>t[As("0x2b")]()));e[As("0x24")]>0&&t[As("0x23")]([i[As("0x28")],r])}return t})),this.listenTo(o,"change:activeAnnotations",((t,o,i)=>{const r=Array[As("0x16")](i)[As("0x1d")]((t=>t[As("0xb")]))[As("0xf")]((t=>e[As("0x1e")][As("0x25")](t)));if(!r)return void(n[As("0x2a")]=null);const s=e[As("0x1e")][As("0x17")](r)[As("0x29")].id,a=As("0x2c")+s;s&&n.hasMarkerForId(s)?n[As("0x2a")]=a:n[As("0x2a")]&&(n[As("0x2a")]=null)})),this.listenTo(e,As("0x4"),((e,{threadId:o,isFromAdapter:i})=>{!i&&t.ui.focusTracker.isFocused&&n[As("0xa")](o)&&t.editing[As("0x28")][As("0x0")]()}),{priority:As("0x27")}),this[As("0x5")](e,As("0xc"),((o,{threadId:i,isFromAdapter:r})=>{!r&&n[As("0xa")](i)&&e[As("0x15")](i)&&1===e[As("0x9")](i)[As("0x24")]&&(t.editing[As("0x28")][As("0x0")](),o[As("0x11")]())}),{priority:As("0x14")})}[As("0x1b")](){const t=this[As("0x8")],e=new go.ButtonView(t[As("0x1c")]),n=t[As("0x26")][As("0x17")]("addCommentThread");return e[As("0x22")]=bo(t[As("0x1c")],"Comment"),e[As("0xe")]=bo(t.locale,As("0x20")),e[As("0x6")]=ks,e[As("0x1a")](As("0x19")).to(n),this[As("0x5")](e,As("0x12"),(()=>n[As("0x12")]())),e}}const Is=["addCommentThread","listenTo","cut","_enableCommentsOnlyMode","change:isEnabled","forceDisabled","commentsOnlyMode","stopListening","editing","config","get","document","_disableCommentsOnlyMode","has","commands","plugins","commentsOnly","editor","set","view","clipboardInput","affectsData","requires","highest","isEnabled","pluginName","DragDrop","delete"];var Vs,Os;Vs=Is,Os=302,function(t){for(;--t;)Vs.push(Vs.shift())}(++Os);const Rs=function(t,e){return Is[t-=0]};class Ms extends t.Plugin{static get[Rs("0x3")](){return"CommentsOnly"}static get[Rs("0x0")](){return[bs]}constructor(t){super(t),this[Rs("0x18")](Rs("0x2"),!1),this.on(Rs("0xa"),((t,e,n)=>{n?this[Rs("0x9")]():this[Rs("0x12")]()}))}afterInit(){!this.isEnabled&&this[Rs("0x17")][Rs("0xf")][Rs("0x10")](Rs("0x16"))&&(this.isEnabled=!0)}_enableCommentsOnlyMode(){for(const[t,e]of this[Rs("0x17")][Rs("0x14")])e.affectsData&&Rs("0x6")!==t&&e[Rs("0xb")](Rs("0xc"));this[Rs("0x17")][Rs("0x15")][Rs("0x13")](Rs("0x4"))&&this[Rs("0x17")].plugins[Rs("0x10")](Rs("0x4"))[Rs("0xb")](Rs("0xc"));const t=this.editor[Rs("0xe")][Rs("0x19")][Rs("0x11")];this.listenTo(t,Rs("0x8"),(t=>t.stop()),{priority:Rs("0x1")}),this[Rs("0x7")](t,Rs("0x1a"),(t=>t.stop()),{priority:Rs("0x1")}),this[Rs("0x7")](t,Rs("0x5"),(t=>t.stop()),{priority:"highest"})}[Rs("0x12")](){for(const[t,e]of this[Rs("0x17")][Rs("0x14")])e[Rs("0x1b")]&&Rs("0x6")!==t&&e.clearForceDisabled(Rs("0xc"));this[Rs("0xd")](this[Rs("0x17")][Rs("0xe")][Rs("0x19")][Rs("0x11")])}}const js=["add","_setSelectedAnnotations","_deactivateAllAnnotations","_assertAnnotationDoesNotBelongToMultipleUIs","plugins","attach","push","size","get","isActive","_removeActiveAnnotation","length","_activateAnnotation","context","init","detach","_addActiveAnnotation","function","refilterAnnotations","register","activate","_uis","requires","activeUIs","from","type","activeAnnotations","pluginName","change:activeAnnotation","remove","hasActive","deactivate","annotationsuis-register-invalid-interface","listenTo","_visibleAnnotations","annotationsuis-register-already-registered","_uisData","set","deactivateAll","has","annotationsuis-missing-ui","switchTo","collection","delete","setActiveAnnotation","filter","destroy"];var Ss,Ns;Ss=js,Ns=124,function(t){for(;--t;)Ss.push(Ss.shift())}(++Ns);const Ds=function(t,e){return js[t-=0]};class Bs extends t.ContextPlugin{static get[Ds("0x27")](){return[Nr]}static get[Ds("0x2c")](){return"AnnotationsUIs"}constructor(t){super(t),this[Ds("0x28")]=new Set,this[Ds("0x26")]=new Map,this[Ds("0x6")]=new Map}[Ds("0x1f")](){const t=this[Ds("0x1e")].plugins[Ds("0x19")](Nr);this.listenTo(t,Ds("0x1d"),((t,e)=>{for(const t of this.activeUIs){const n=this[Ds("0x26")][Ds("0x19")](t);(0,this[Ds("0x6")][Ds("0x19")](t)[Ds("0xf")])(e)&&n.setActiveAnnotation(e)}})),this[Ds("0x3")](t,Ds("0x13"),(()=>{for(const t of this[Ds("0x28")])this[Ds("0x26")][Ds("0x19")](t).setActiveAnnotation(null)})),this[Ds("0x3")](t[Ds("0x4")],Ds("0x11"),((t,e)=>{this._assertAnnotationDoesNotBelongToMultipleUIs(e)}))}[Ds("0x0")](){return this.activeUIs[Ds("0x18")]>0}[Ds("0x1a")](t){return this[Ds("0x28")].has(t)}activate(t,n=(()=>!0)){const o=this[Ds("0x1e")][Ds("0x15")].get(Nr);if(!this[Ds("0x26")][Ds("0x9")](t))throw new e.CKEditorError(Ds("0xa"),this,{uiName:t});this[Ds("0x1a")](t)&&this[Ds("0x1")](t),this[Ds("0x28")][Ds("0x11")](t);const i=new Vr;(function({source:t,target:e,filter:n}){for(const o of t)n(o)&&e.add(o);e[Ir("0x1")](t,Ir("0x2"),((t,o)=>{n(o)&&e[Ir("0x2")](o)})),e.listenTo(t,Ir("0xb"),((t,n)=>{e.has(n)&&e[Ir("0xb")](n)}))})({source:o[Ds("0x4")],target:i,filter:n}),this[Ds("0x6")].set(t,{collection:i,filter:n});const r=this[Ds("0x26")][Ds("0x19")](t);r[Ds("0x16")](i),this[Ds("0x3")](r,Ds("0x2d"),((t,e,n,i)=>{i&&o[Ds("0x1b")](i),n&&o[Ds("0x21")](n)}))}[Ds("0x1")](t){if(this[Ds("0x28")][Ds("0xd")](t),!this[Ds("0x26")].has(t))throw new e.CKEditorError(Ds("0xa"),this,{uiName:t});const n=this[Ds("0x26")].get(t);n[Ds("0x20")](),this.stopListening(n),this._uisData[Ds("0x19")](t).collection[Ds("0x10")](),this[Ds("0x6")].delete(t)}[Ds("0xb")](t){if(!this[Ds("0x26")][Ds("0x9")](t))throw new e.CKEditorError(Ds("0xa"),this,{uiName:t});const n=this[Ds("0x1e")][Ds("0x15")][Ds("0x19")](Nr),o=Array[Ds("0x29")](n[Ds("0x2b")])[0]||null;this[Ds("0x8")](),this[Ds("0x25")](t);const i=this[Ds("0x26")][Ds("0x19")](t);i[Ds("0xe")](o),i._setSelectedAnnotations&&o&&i[Ds("0x12")]([o])}[Ds("0x8")](){for(const t of this[Ds("0x28")])this.deactivate(t)}[Ds("0x24")](t,n){if(this[Ds("0x26")][Ds("0x9")](t))throw new e.CKEditorError(Ds("0x5"));if(Ds("0x22")!=typeof n[Ds("0x16")]||Ds("0x22")!=typeof n[Ds("0x20")]||"function"!=typeof n[Ds("0xe")])throw new e.CKEditorError(Ds("0x2"),null);this._uis[Ds("0x7")](t,n)}[Ds("0x23")](){const t=this[Ds("0x1e")][Ds("0x15")].get(Nr)[Ds("0xc")],e=new Map,n=Array[Ds("0x29")](this[Ds("0x28")]);for(const t of this[Ds("0x28")]){const n=this[Ds("0x6")].get(t)[Ds("0xc")];for(const o of n)e[Ds("0x7")](o,t)}for(const o of t){const t=e[Ds("0x19")](o);this._assertAnnotationDoesNotBelongToMultipleUIs(o);const i=n.find((t=>this._uisData[Ds("0x19")](t)[Ds("0xf")](o)));t!==i&&(t&&this[Ds("0x6")][Ds("0x19")](t)[Ds("0xc")][Ds("0x2e")](o),i&&this[Ds("0x6")].get(i)[Ds("0xc")][Ds("0x11")](o))}}[Ds("0x10")](){this.deactivateAll(),super[Ds("0x10")]()}[Ds("0x14")](t){const n=[];for(const e of this.activeUIs)(0,this._uisData.get(e)[Ds("0xf")])(t)&&n[Ds("0x17")](e);if(n[Ds("0x1c")]>1)throw new e.CKEditorError("annotationsuis-annotation-mismatch",null,{matchedUIs:n,annotationType:t[Ds("0x2a")]})}}var Ps=n(609),Ls={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(Ps.Z,Ls);Ps.Z.locals;const zs=["setTemplate","ck-reset","set","bindTemplate","number","div","minHeight","list","class"];var Fs,Ks;Fs=zs,Ks=360,function(t){for(;--t;)Fs.push(Fs.shift())}(++Ks);const Us=function(t,e){return zs[t-=0]},Ws=(0,e.toUnit)("px");class Hs extends go.View{constructor(t){super(t);const e=this[Us("0x3")];this[Us("0x2")](Us("0x6"),0),this[Us("0x2")](Us("0x8"),""),this[Us("0x7")]=this.createCollection(),this[Us("0x0")]({tag:Us("0x5"),attributes:{class:["ck","ck-sidebar",Us("0x1"),e.to(Us("0x8"))],style:{minHeight:e.to(Us("0x6"),(t=>Us("0x4")==typeof t?Ws(t+10):null))}},children:this.list})}}const Zs=["set","content","clear","_targetTop","height","ck-sidebar-item--no-animation","detach","isAnimationDisabled","attach","_mutationObserver","div","bottom","element","setTemplate","ck-sidebar-item","render","destroy","clientHeight","top"];var qs,$s;qs=Zs,$s=204,function(t){for(;--t;)qs.push(qs.shift())}(++$s);const Xs=function(t,e){return Zs[t-=0]},Gs=(0,e.toUnit)("px");class Js extends go.View{constructor(t){super(t),this.set(Xs("0x4"),0),this[Xs("0x5")](Xs("0x9"),0),this.bind(Xs("0x10")).to(this,Xs("0x4"),this,"height",((t,e)=>t+e)),this[Xs("0x5")](Xs("0xc"),!1),this[Xs("0xe")]=dr((()=>this.updateHeight())),this[Xs("0x8")]=null,this[Xs("0x6")]=this.createCollection();const e=this.bindTemplate;this[Xs("0x12")]({tag:Xs("0xf"),attributes:{class:[Xs("0x0"),e.to(Xs("0xc"),(t=>t?Xs("0xa"):""))],style:{top:e.to("top",(t=>Gs(t)))}},children:this[Xs("0x6")]})}[Xs("0x1")](){super[Xs("0x1")](),this[Xs("0xe")][Xs("0xd")](this[Xs("0x11")])}updateHeight(){const t=this.element[Xs("0x3")];t&&(this[Xs("0x9")]=t)}[Xs("0x2")](){this[Xs("0x6")][Xs("0x7")](),this._mutationObserver[Xs("0xb")](),super.destroy()}}const Ys=["bind","getSidebarItemView","view","_recalculate","_attachToContainer","minHeight","_recalculateBuffer","content","add","stopListening","Sidebar","change:_lastItem","_createSidebarView","_destroySidebarItemView","define","bottom","set","_alignForTopChange","_annotations","length","element","_sidebarItemViewToAnnotation","isActive","unbind","listenTo","_lastItem","sidebar.container","_targetTop","_setItemTop","_alignAfterItem","targetRect","getIndex","_alignForBottomChange","top","push","_getTargetTop","_getItemBefore","_annotationToSidebarItemView","_alignBeforeItem","isAnimationDisabled","_getItemAfter","_spaceBetweenItems","context","setContainer","remove","last","get","container","change:targetRect","nodeType","target","list","locale","config","_alignToTargetRect","class","refresh","pluginName","object","sidebar.preventScrollOutOfView","height","destroy","_getMaxAvailableTop","_activeAnnotation","delete","addAnnotation","max","_updateLastItem","updateHeight","appendChild"];var Qs,ta;Qs=Ys,ta=186,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("0xb")](){return ea("0x22")}constructor(t){super(t),this[ea("0x28")](ea("0x31"),void 0),this[ea("0x1a")]=this[ea("0x24")](),this.set(ea("0x1"),null),this._spaceBetweenItems=25,this[ea("0x2d")]=new Map,this[ea("0x3d")]=new Map,this[ea("0x42")][ea("0x7")][ea("0x26")](ea("0xd"),!1),this[ea("0x2a")]=null,this[ea("0x11")]=null,this[ea("0x1e")]=[]}init(){const t=this[ea("0x42")][ea("0x7")][ea("0x0")](ea("0x32"));t&&this[ea("0x43")](t)}[ea("0x43")](t){if(!ia(t))throw new e.CKEditorError("sidebar-setcontainer-invalid-element");this[ea("0x1")]=t}[ea("0x1c")]({viewClass:t="",spaceBetweenItems:n=25}={}){if(!ia(this.container))throw new e.CKEditorError("sidebar-attachtocontainer-missing-container",this);this[ea("0x1")][ea("0x17")](this[ea("0x1a")][ea("0x2c")]),this[ea("0x1a")][ea("0x9")]=t,this[ea("0x41")]=n}rearrange({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=this.getSidebarItemView(t);this[ea("0x1a")][ea("0x5")][ea("0x44")](o),this._destroySidebarItemView(t),e&&this[ea("0x8")](this[ea("0x19")](e)),n&&this._alignToTargetRect(this.getSidebarItemView(n)),this._updateLastItem()}[ea("0xa")]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){if(this[ea("0x11")]=e,t){t[ea("0x2e")]=!1;const e=this[ea("0x19")](t);e&&n&&(e.isAnimationDisabled=!1)}if(e){const t=this.getSidebarItemView(e);t&&(e[ea("0x2e")]=!0,n&&(t[ea("0x3f")]=!0,t[ea("0x39")]+=1),this[ea("0x8")](t))}}_detachFromContainer(t){if(this.stopListening(),this[ea("0x1a")].element[ea("0x44")](),t)for(const e of t)this._destroySidebarItemView(e);this[ea("0x1a")][ea("0x5")].clear(),this[ea("0x1a")][ea("0x9")]="",this._lastItem=null}[ea("0x13")](t,e){e||(e=t[ea("0x1a")]);const n=new Js(this[ea("0x42")][ea("0x6")]);this._sidebarItemViewToAnnotation[ea("0x28")](n,t),this[ea("0x3d")][ea("0x28")](t,n),n[ea("0x1f")][ea("0x20")](e),this.listenTo(t[ea("0x1a")],ea("0x2"),((e,o,i)=>{const r=this[ea("0x3b")](t,i);n[ea("0x33")]!=r&&(n[ea("0x33")]=r,this[ea("0x34")](n,r))})),this[ea("0x30")](n,"change:top",(()=>{this._recalculate(n,"top")})),this[ea("0x30")](n,"change:bottom",(()=>{this[ea("0x1b")](n,ea("0x27"))})),this[ea("0x8")](n);const o=this._getItemBefore(n);return o?this[ea("0x35")](o,n)||this[ea("0x8")](n):this._alignToTargetRect(n),this[ea("0x15")](),this.view[ea("0x5")].add(n),n}[ea("0x29")](t){if(!t[ea("0x1f")][ea("0x2b")])return;const e=this._getItemBefore(t);if(!e)return;const n=this[ea("0x2d")].get(e),o=this[ea("0x11")];o&&o===n?this[ea("0x35")](e,t):this[ea("0x3e")](t,e)}_alignForBottomChange(t){if(!t[ea("0x1f")][ea("0x2b")])return;const e=this[ea("0x40")](t);if(!e)return;const n=this[ea("0x2d")][ea("0x0")](e),o=this.context[ea("0x7")][ea("0x0")](ea("0xd")),i=this[ea("0x11")];i&&i===n&&o?(this[ea("0x3e")](e,t),this[ea("0x35")](t,e)):i&&i===n?this._alignBeforeItem(e,t):this[ea("0x35")](t,e)}[ea("0x1b")](t,e){0===this[ea("0x1e")].length&&setTimeout((()=>{for(const{sidebarItemView:t,changedProp:e}of this._recalculateBuffer)ea("0x39")===e?this[ea("0x29")](t):this[ea("0x38")](t);this[ea("0x1e")]=[]}),10),this._recalculateBuffer[ea("0x3a")]({sidebarItemView:t,changedProp:e})}[ea("0x19")](t){return this[ea("0x3d")][ea("0x0")](t)}[ea("0xf")](){this[ea("0x1a")].destroy()}[ea("0x25")](t){const e=this[ea("0x19")](t);this[ea("0x21")](e),this[ea("0x21")](t[ea("0x1a")]),e[ea("0xf")](),this[ea("0x3d")][ea("0x12")](t),this._sidebarItemViewToAnnotation[ea("0x12")](e)}_createSidebarView(){const t=new Hs(this[ea("0x42")][ea("0x6")]);return t.render(),this.on(ea("0x23"),((e,n,o,i)=>{i&&t[ea("0x2f")](ea("0x1d")),o?t[ea("0x18")](ea("0x1d")).to(o,"bottom"):t[ea("0x1d")]=null})),t}[ea("0x15")](){var t;this[ea("0x31")]=(null===(t=this._annotations)||void 0===t?void 0:t[ea("0x45")])?this[ea("0x19")](this[ea("0x2a")][ea("0x45")]):null}[ea("0x3c")](t){var e;const n=this[ea("0x2d")][ea("0x0")](t),o=n&&(null===(e=this._annotations)||void 0===e?void 0:e.get(this[ea("0x2a")].getIndex(n)-1));return o&&this.getSidebarItemView(o)||null}[ea("0x40")](t){var e;const n=this[ea("0x2d")][ea("0x0")](t),o=n&&(null===(e=this._annotations)||void 0===e?void 0:e[ea("0x0")](this[ea("0x2a")][ea("0x37")](n)+1));return o&&this[ea("0x19")](o)||null}_alignBeforeItem(t,e){t.updateHeight();const n=oa(e[ea("0x27")]+this[ea("0x41")],t.top);return!!n&&(this[ea("0x34")](e,e.top-n),!0)}[ea("0x35")](t,e){t[ea("0x16")]();const n=oa(t[ea("0x27")]+this[ea("0x41")],e.top);return!!n&&(this[ea("0x34")](e,e[ea("0x39")]+n,!1),!0)}[ea("0x8")](t){const e=this._sidebarItemViewToAnnotation[ea("0x0")](t);if(!e||!e[ea("0x4")]||!e[ea("0x36")])return;const n=this._getTargetTop(e,e[ea("0x36")]);this._setItemTop(t,n)}_getTargetTop(t,n){if(null===n)return 0;if(t[ea("0x4")]instanceof e.Rect)return n.top;{const t=new e.Rect(this[ea("0x1a")][ea("0x2c")])[ea("0x39")];return n[ea("0x39")]-t}}[ea("0x34")](t,e,n=this[ea("0x42")][ea("0x7")][ea("0x0")]("sidebar.preventScrollOutOfView")){n&&(e=Math[ea("0x14")](e,this[ea("0x10")](t))),t[ea("0x39")]=e}_getMaxAvailableTop(t){let e=this._getItemBefore(t),n=0;for(;e;)e[ea("0x16")](),n+=this[ea("0x41")]+e[ea("0xe")],e=this[ea("0x3c")](e);return n}}function oa(t,e){return Math[ea("0x14")](t-e,0)}function ia(t){return null!==t&&ea("0xc")==typeof t&&1===t[ea("0x3")]}const ra=["destroy","isAttached","setActiveAnnotation","hasDomSelection","refreshPositioning","_activeAnnotation","listenTo","activeAnnotation","set:container","ready","add","context","change:container","get","editors","addEventListener","pluginName","_destroyEditorAnnotationsIntegration","_integrateWithEditorAnnotations","getOrderedSelectedAnnotations","_editorAnnotations","remove","set","WideSidebar","has","off","resize","init","focus","detach","refresh","attach","container","requires","annotations","high","updateTargetRect","plugins","widesidebar-detach-not-attached","stopListening","register","from","stop","wideSidebar","cancel","rearrange","blur","_refreshPositioningDebounced","EditorAnnotations"];var sa,aa;sa=ra,aa=489,function(t){for(;--t;)sa.push(sa.shift())}(++aa);const ca=function(t,e){return ra[t-=0]};class xa extends t.ContextPlugin{static get[ca("0x22")](){return[na,Bs]}static get[ca("0x11")](){return ca("0x18")}constructor(t){super(t),this.isAttached=!1,this[ca("0x17")](ca("0x8"),null),this[ca("0x23")]=null,this[ca("0x15")]=new e.Collection,this[ca("0x30")]=rr((()=>{this.annotations[ca("0x5")]()}),250,{leading:!1})}[ca("0x1c")](){const t=this.context[ca("0x26")][ca("0xe")](Bs),e=this[ca("0xc")][ca("0x26")][ca("0xe")](na);t[ca("0x29")](ca("0x2c"),this),e[ca("0x21")]&&t.switchTo("wideSidebar")}[ca("0x3")](t){if(t===this[ca("0x8")])return;const e=this[ca("0xc")][ca("0x26")][ca("0xe")](na);e[ca("0x6")]=t;const n=this[ca("0x8")];this[ca("0x8")]=t,e[ca("0x1f")]({blurredAnnotation:n,activatedAnnotation:this.activeAnnotation})}[ca("0x20")](n){this.annotations=n;const o=this[ca("0xc")][ca("0x26")][ca("0xe")](na);if(o._annotations=n,this[ca("0x2")])throw new e.CKEditorError("widesidebar-attach-already-attached",this);this.isAttached=!0,this[ca("0x7")](o,ca("0x9"),(()=>{this[ca("0x1e")](),this[ca("0x7")](o,ca("0xd"),(t=>{t[ca("0x1a")](),this[ca("0x20")](n)}))})),o._attachToContainer({viewClass:"ck-sidebar--wide"});const i=t=>{t[ca("0x25")](),o.addAnnotation(t)};for(const t of n)i(t);this[ca("0x7")](n,ca("0xb"),((t,e)=>{i(e)})),this[ca("0x7")](n,ca("0x16"),((t,e,i)=>{o[ca("0x2e")]({removedAnnotation:e,previousAnnotation:n[ca("0xe")](i-1),nextAnnotation:n[ca("0xe")](i+1)}),e===this[ca("0x8")]&&this[ca("0x3")](null)}),{priority:ca("0x24")}),this[ca("0x7")](n,ca("0x1d"),((t,e)=>{this[ca("0x3")](e)})),this.listenTo(n,"blur",(()=>{this[ca("0x3")](null)}));const r=this[ca("0xc")]instanceof t.Context?this[ca("0xc")][ca("0xf")]:new e.Collection([this[ca("0xc")]]);for(const t of r)this._integrateWithEditorAnnotations(t);this[ca("0x7")](r,ca("0xb"),((t,e)=>{this[ca("0x7")](e,ca("0xa"),(()=>{this[ca("0x13")](e)}))})),this[ca("0x7")](r,"remove",((t,e)=>{e[ca("0x26")][ca("0x19")](ca("0x0"))&&this[ca("0x12")](e.plugins[ca("0xe")]("EditorAnnotations"))})),window[ca("0x10")](ca("0x1b"),this._refreshPositioningDebounced),this[ca("0x23")][ca("0x5")]()}detach(){if(!this.isAttached)throw new e.CKEditorError(ca("0x27"),this);this[ca("0x3")](null);const n=this[ca("0xc")][ca("0x26")][ca("0xe")](na);n._detachFromContainer(this[ca("0x23")]),this.stopListening(n),this.stopListening(this[ca("0x23")]),this[ca("0xc")]instanceof t.Context&&this.stopListening(this[ca("0xc")][ca("0xf")]);for(const t of Array[ca("0x2a")](this[ca("0x15")]))this[ca("0x12")](t);window.removeEventListener("resize",this[ca("0x30")]),this._refreshPositioningDebounced[ca("0x2d")](),this[ca("0x8")]=null,this[ca("0x2")]=!1,this[ca("0x23")]=null}[ca("0x1")](){this[ca("0x2")]&&this[ca("0x1e")]()}[ca("0x13")](t){const e=t[ca("0x26")][ca("0xe")](es);if(!e)return;const n=()=>{const t=e[ca("0x14")]({annotations:this.annotations,activeAnnotation:this[ca("0x8")]});this[ca("0x3")](t[0]||null)};this.listenTo(e,ca("0x1f"),n),this[ca("0x7")](e,ca("0x2f"),((t,{isAnnotationTracked:e})=>{this.activeAnnotation&&e(this[ca("0x8")])&&this[ca("0x3")](null)})),this.listenTo(e,"uiUpdate",(()=>{this[ca("0x30")]()})),this.listenTo(this[ca("0x23")],ca("0x2f"),(t=>{e[ca("0x4")]()&&(n(),t[ca("0x2b")]())}),{priority:ca("0x24")}),this[ca("0x15")].add(e)}[ca("0x12")](t){this[ca("0x28")](t),this[ca("0x15")][ca("0x16")](t)}}const ha=["children","ck-annotation-counter","ck-annotation-counter__badge","add","toString","annotationType","...","number","counterView","bindTemplate","bind","_badge","icon","extendTemplate","isDirty","set","setTemplate"];var da,la;da=ha,la=147,function(t){for(;--t;)da.push(da.shift())}(++la);const ua=function(t,e){return ha[t-=0]};class ma extends go.ButtonView{constructor(t){super(t);const e=this[ua("0xf")];this[ua("0x4")](ua("0x3"),!1),this[ua("0x4")](ua("0xd"),0),this[ua("0x10")](ua("0x0")).to(this,"isDirty",this,ua("0xd"),((t,e)=>t?ua("0xc"):e[ua("0xa")]())),this[ua("0x4")](ua("0xb"),""),this[ua("0x1")]=ks,this[ua("0x2")]({attributes:{class:[ua("0x7")]}}),this.counterView=new go.View,this[ua("0xe")][ua("0x5")]({tag:"span",attributes:{class:[ua("0x8"),e.to(ua("0xb"),(t=>"ck-annotation-counter__badge--"+t)),e.if(ua("0x3"),"ck-annotation-counter__badge--edit-mode")]},children:[{text:e.to(ua("0x0"))}]}),this[ua("0x6")][ua("0x9")](this[ua("0xe")])}}var fa=n(164),pa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(fa.Z,pa);fa.Z.locals;const ga=["_editorAnnotations","getByView","_hideBalloon","_integrateWithEditorAnnotations","listenTo","getOrderedSelectedAnnotations","keydown","view","balloonPanelView","rearrange","content","annotations","from","refreshPositioning","southArrowNorthWest","_domEmitter","ready","_detachFromContainer","add","type","refresh","_showBalloon","remove","annotationType","isAttached","clear","number","values","delete","hasDomSelection","stopListening","northArrowSouthEast","_manuallyClosedAnnotationViews","execute","addEventListener","Esc","requires","keyCode","northArrowSouthWest","set:container","contains","unpin","_setSelectedAnnotations","blur","change:container","southArrowNorth","first","low","isVisible","southArrowNorthEast","detach","defaultPositions","isDirty","northArrowSouth","element","bind","target","get","_annotationToNarrowView","EditorAnnotations","activeAnnotation","register","_destroyEditorAnnotationsIntegration","bodyCollection","high","mousedown","addAnnotation","init","focus","editors","locale","_updateBalloonPosition","set","attach","NarrowSidebar","_detachListeners","_refreshPositioningDebounced","off","_attachListeners","_selectedAnnotations","length","stop","_refreshPositioning","plugins","detachFromDom","narrowSidebar","preventClosingBalloon","context","esc","pin","resize","setActiveAnnotation","removeEventListener","cancel","stopPropagation","has","destroy"];var ba,va;ba=ga,va=125,function(t){for(;--t;)ba.push(ba.shift())}(++va);const _a=function(t,e){return ga[t-=0]};class wa extends t.ContextPlugin{static get[_a("0x8")](){return[na,Bs]}static get pluginName(){return _a("0x2e")}constructor(t){super(t),this.isAttached=!1,this._manuallyClosedAnnotationViews=new Set,this[_a("0x54")]=Object.create(e.DomEmitterMixin),this[_a("0x1e")]=new Map,this[_a("0x2c")](_a("0x20"),null),this[_a("0x50")]=null,this._selectedAnnotations=[],this[_a("0x45")]=new e.Collection,this._refreshPositioningDebounced=rr((()=>{this[_a("0x36")]()}),250,{leading:!1})}[_a("0x27")](){this.context[_a("0x37")][_a("0x1d")](Bs)[_a("0x21")](_a("0x39"),this),this[_a("0x23")]=new go.BodyCollection(this.context[_a("0x2a")]),this[_a("0x4d")]=new go.BalloonPanelView(this.context.locale),this[_a("0x23")].attachToDom(),this[_a("0x23")].add(this[_a("0x4d")])}[_a("0x2d")](n){this[_a("0x50")]=n;const o=this.context[_a("0x37")][_a("0x1d")](na),i=this[_a("0x4d")];if(o._annotations=n,this[_a("0x5d")])throw new e.CKEditorError("narrowsidebar-attach-already-attached",this);this.isAttached=!0,this[_a("0x49")](o,_a("0xb"),(()=>{this[_a("0x16")](),this[_a("0x49")](o,_a("0x10"),(t=>{t[_a("0x31")](),this.attach(n)}))})),o._attachToContainer({viewClass:"ck-sidebar--narrow",spaceBetweenItems:5});const r=t=>{const e=new ma(this[_a("0x3b")][_a("0x2a")]);o[_a("0x26")](t,e),this._annotationToNarrowView[_a("0x2c")](t,e),e[_a("0x1b")](_a("0x18"),_a("0x5c"),_a("0x5f")).to(t.view,_a("0x18"),_a("0x58"),_a("0x34")),e.on(_a("0x5"),(()=>{this[_a("0x4")][_a("0x5e")](),i[_a("0x4f")][_a("0x12")]!==t[_a("0x4c")]?(this[_a("0x5a")](t),t[_a("0x4c")][_a("0x1a")][_a("0x28")](),this[_a("0x3f")](t)):this[_a("0x3f")](null)}))};for(const t of n)r(t);this[_a("0x49")](n,_a("0x57"),((t,e)=>{r(e)})),this.listenTo(n,_a("0x5b"),((t,e,i)=>{this[_a("0x1e")][_a("0x1d")](e).destroy(),this[_a("0x1e")][_a("0x0")](e),o[_a("0x4e")]({removedAnnotation:e,previousAnnotation:n[_a("0x1d")](i-1),nextAnnotation:n[_a("0x1d")](i+1)}),e===this.activeAnnotation&&this[_a("0x3f")](null)}),{priority:_a("0x13")}),this.listenTo(n,_a("0x28"),((t,e)=>{this[_a("0x3f")](e)})),this[_a("0x49")](n,_a("0xf"),(()=>{this[_a("0x3f")](null)})),this._domEmitter[_a("0x49")](document,_a("0x4b"),((t,n)=>{n[_a("0x9")]===e.keyCodes[_a("0x3c")]&&i.isVisible&&(this[_a("0x4")][_a("0x57")](i[_a("0x4f")][_a("0x12")]),this[_a("0x47")](),n[_a("0x42")](),n.preventDefault())})),this[_a("0x54")][_a("0x49")](document,_a("0x25"),((t,e)=>{const n=e[_a("0x1c")];i[_a("0x14")]&&i.element[_a("0xc")](n)||o.view.element[_a("0xc")](n)||t[_a("0x3a")]||(this[_a("0x4")][_a("0x5e")](),this[_a("0x47")](),this[_a("0x3f")](null))}));const s=this.context instanceof t.Context?this.context[_a("0x29")]:new e.Collection([this[_a("0x3b")]]);for(const t of s)this[_a("0x48")](t);this[_a("0x49")](s,_a("0x57"),((t,e)=>{this[_a("0x49")](e,_a("0x55"),(()=>{this._integrateWithEditorAnnotations(e)}))})),this.listenTo(s,"remove",((t,e)=>{e.plugins[_a("0x43")](_a("0x1f"))&&this[_a("0x22")](e.plugins.get(_a("0x1f")))})),window[_a("0x6")]("resize",this[_a("0x30")]),this[_a("0x36")]()}[_a("0x3f")](t){if(t===this[_a("0x20")])return;const e=this[_a("0x3b")][_a("0x37")][_a("0x1d")](na);e[_a("0x59")]({blurredAnnotation:this.activeAnnotation,activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t?e.getSidebarItemView(t)?this._showBalloon(t):this[_a("0x47")]():this._hideBalloon(),this[_a("0x20")]=t}detach(){if(!this[_a("0x5d")])throw new e.CKEditorError("narrowsidebar-detach-not-attached",this);this[_a("0x3f")](null);const n=this[_a("0x3b")][_a("0x37")][_a("0x1d")](na);this[_a("0x47")](),Array[_a("0x51")](this._annotationToNarrowView[_a("0x60")](),(t=>t[_a("0x44")]())),this[_a("0x1e")][_a("0x5e")](),n[_a("0x56")](this[_a("0x50")]),this.stopListening(),this._domEmitter[_a("0x2")](),this[_a("0x3b")]instanceof t.Context&&this.stopListening(this.context[_a("0x29")]);for(const t of Array[_a("0x51")](this[_a("0x45")]))this[_a("0x22")](t);window[_a("0x40")](_a("0x3e"),this[_a("0x30")]),this[_a("0x30")][_a("0x41")](),this[_a("0x33")]=[],this[_a("0x5d")]=!1,this[_a("0x50")]=null}[_a("0x44")](){this.isAttached&&this[_a("0x16")](),this[_a("0x23")][_a("0x38")]()}_integrateWithEditorAnnotations(t){const e=t[_a("0x37")][_a("0x1d")](es),n=this[_a("0x3b")][_a("0x37")].get(na),o=this[_a("0x50")],i=this.balloonPanelView,r=()=>{const t=e[_a("0x4a")]({annotations:this[_a("0x50")],activeAnnotation:this.activeAnnotation});this[_a("0xe")](t),this[_a("0x3f")](t[0]||null)};this[_a("0x49")](e,"refresh",r),this[_a("0x49")](e,_a("0xf"),((t,{isAnnotationTracked:e})=>{this.activeAnnotation&&e(this.activeAnnotation)&&(this[_a("0xe")]([]),this[_a("0x3f")](null))})),this.listenTo(e,"uiUpdate",(()=>{this[_a("0x30")]()})),this[_a("0x49")](o,_a("0xf"),(t=>{e[_a("0x1")]()&&t[_a("0x35")]()}),{priority:_a("0x24")}),this[_a("0x49")](this[_a("0x54")],_a("0x25"),((t,o)=>{const s=o[_a("0x1c")];i[_a("0x14")]&&i.element[_a("0xc")](s)||n[_a("0x4c")].element[_a("0xc")](s)||this[_a("0x20")]&&e[_a("0x1")]()&&(r(),t.preventClosingBalloon=!0)}),{priority:_a("0x24")}),this._editorAnnotations[_a("0x57")](e)}[_a("0x22")](t){t&&(this[_a("0x2")](t),this[_a("0x45")].remove(t))}[_a("0xe")](t){for(const e of this[_a("0x33")])t.includes(e)||this[_a("0x4")][_a("0x0")](e[_a("0x4c")]);this[_a("0x33")]=t}[_a("0x36")](){const t=this.balloonPanelView;this[_a("0x50")][_a("0x52")](),t[_a("0x14")]&&this._updateBalloonPosition()}[_a("0x5a")](t){if(this[_a("0x4")][_a("0x43")](t.view))return;const e=this[_a("0x4d")][_a("0x4f")][_a("0x12")];e!==t[_a("0x4c")]?(e&&this[_a("0x2f")](e),this[_a("0x32")](t[_a("0x4c")]),this[_a("0x4d")][_a("0x4f")][_a("0x5e")](),this[_a("0x4d")][_a("0x4f")][_a("0x57")](t.view),this[_a("0x2b")]()):this._updateBalloonPosition()}[_a("0x2b")](){const t=this.balloonPanelView[_a("0x4f")][_a("0x12")],e=t&&this[_a("0x50")][_a("0x46")](t);if(!e||!this[_a("0x1e")][_a("0x43")](e))return;const n=this[_a("0x1e")].get(e).element,o=function(){const t=go.BalloonPanelView[_a("0x17")];return[t[_a("0x15")],t[_a("0x3")],t[_a("0x11")],t[_a("0x19")],t[_a("0x53")],t[_a("0xa")]]}();this[_a("0x4d")][_a("0x3d")]({target:n,positions:o})}[_a("0x47")](){const t=this[_a("0x4d")],e=t.content[_a("0x12")];e&&(this[_a("0x2f")](e),t[_a("0xd")](),t[_a("0x4f")][_a("0x5e")]())}_attachListeners(t){this.listenTo(t,"change:height",(()=>this[_a("0x2b")]())),this.listenTo(t,_a("0x7"),((e,n)=>{this._manuallyClosedAnnotationViews[_a("0x57")](t),this[_a("0x47")](),n()}))}[_a("0x2f")](t){this.stopListening(t)}}var ka=n(387),ya={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(ka.Z,ya);ka.Z.locals;const Ca=["targetRect","_addAnnotationToBalloon","Esc","viewRangeToDom","hasView","isAttached","editableElement","getClientRects","view","hasActive","switchTo","updatePosition","activeAnnotation","detach","change:height","delete","map","getOrderedSelectedAnnotations","selection","update","stopListening","get","has","annotations","remove","target","listenTo","setActiveAnnotation","pluginName","destroy","_getBalloonTargetForAnnotation","getFirstRange","width","every","_addedAnnotations","attach","fromRect","left","afterInit","push","_closeAnnotation","mousedown","getBoundingClientRect","_setSelectedAnnotations","includes","isFocused","keystrokes","inlineannotations-detach-not-attached","focus","inline","domConverter","document","find","_forceRefresh","from","getByView","_selectedAnnotations","length","plugins","_manuallyClosed","editor","isActive","right","showStack","top","editing","change:visibleView","requires","clear","refresh","register","inlineannotations-not-allowed-with-context","InlineAnnotations","add","addObserver","visibleView","set","_balloon","_removeAnnotationFromBalloon","bottom","focusTracker","context"];var Ta,Aa;Ta=Ca,Aa=326,function(t){for(;--t;)Ta.push(Ta.shift())}(++Aa);const Ea=function(t,e){return Ca[t-=0]};class Ia extends t.Plugin{static get[Ea("0x45")](){return[es,go.ContextualBalloon,Bs]}static get[Ea("0x1e")](){return Ea("0x4a")}constructor(t){super(t),t[Ea("0x43")][Ea("0xa")][Ea("0x4c")](Vo.MouseObserver),this.isAttached=!1,this[Ea("0x4e")]("activeAnnotation",null),this[Ea("0x19")]=null,this[Ea("0x3d")]=new Set,this[Ea("0x4f")]=t[Ea("0x3c")][Ea("0x17")](go.ContextualBalloon),this[Ea("0x24")]=new Set,this._selectedAnnotations=[],this[Ea("0x37")]=!1}init(){const t=this[Ea("0x3e")][Ea("0x3c")][Ea("0x17")](Bs);t[Ea("0x1")]===this[Ea("0x3e")]&&(t[Ea("0x48")](Ea("0x33"),this),this.editor[Ea("0x30")][Ea("0x4e")]("Esc",((t,e)=>{const n=this[Ea("0x4f")];if(this[Ea("0x7")]&&n[Ea("0x4d")]){const t=this[Ea("0x19")][Ea("0x39")](n.visibleView);t&&this[Ea("0x2a")](t),e()}})))}[Ea("0x28")](){const t=this[Ea("0x3e")][Ea("0x3c")][Ea("0x17")](Bs);t[Ea("0x1")]===this[Ea("0x3e")]&&(t[Ea("0xb")]()||t[Ea("0xc")](Ea("0x33")))}[Ea("0x1d")](t){t!==this[Ea("0xe")]&&(this[Ea("0xe")]&&(this.activeAnnotation[Ea("0x3f")]=!1),t&&this[Ea("0x3e")].ui[Ea("0x0")][Ea("0x2f")]&&(this[Ea("0x19")][Ea("0x18")](t)&&this[Ea("0x3")](t,!0),t[Ea("0x3f")]=!0),t||this[Ea("0x2d")]([]),this[Ea("0xe")]=t)}[Ea("0x25")](t){this[Ea("0x19")]=t;const n=this[Ea("0x3e")][Ea("0x3c")][Ea("0x17")](Bs),o=this[Ea("0x4f")];if(this.isAttached)throw new e.CKEditorError("inlineannotations-attach-already-attached",this);if(n[Ea("0x1")]!==this[Ea("0x3e")])throw new e.CKEditorError(Ea("0x49"),this);const i=this[Ea("0x3e")][Ea("0x3c")][Ea("0x17")](es);this[Ea("0x1c")](i,Ea("0x47"),(()=>{const t=i[Ea("0x13")]({annotations:this[Ea("0x19")],activeAnnotation:this.activeAnnotation});var e,n;!this[Ea("0x37")]&&(e=t,n=this[Ea("0x3a")],e.length===n[Ea("0x3b")]&&e[Ea("0x23")]((t=>n[Ea("0x2e")](t))))||(this[Ea("0x37")]=!1,this[Ea("0x2d")](t),this.setActiveAnnotation(t[0]||null))})),this[Ea("0x1c")](i,"blur",((t,{isAnnotationTracked:e})=>{this[Ea("0xe")]&&e(this[Ea("0xe")])&&(this[Ea("0x2d")]([]),this[Ea("0x1d")](null))})),this.listenTo(this[Ea("0x3e")].ui[Ea("0x0")],"change:isFocused",((t,e,n)=>{n||this[Ea("0x1d")](null)})),this[Ea("0x1c")](t,Ea("0x1a"),((t,e)=>{this._removeAnnotationFromBalloon(e),e===this[Ea("0xe")]&&this[Ea("0x1d")](null)})),this[Ea("0x1c")](o,Ea("0x44"),((e,n,i,r)=>{r&&this[Ea("0x16")](r);const s=t.getByView(i);i&&s&&(this.listenTo(i,Ea("0x10"),(()=>{o.updatePosition()})),this[Ea("0x1c")](i,Ea("0x4"),(()=>{this[Ea("0x2a")](s),this[Ea("0x3e")][Ea("0x43")][Ea("0xa")][Ea("0x32")]()})),this[Ea("0xe")]!==s&&this[Ea("0x1d")](s))})),this[Ea("0x1c")](this[Ea("0x3e")].ui,Ea("0x15"),(()=>{o.visibleView&&t[Ea("0x39")](o[Ea("0x4d")])&&o[Ea("0xd")]()})),this[Ea("0x1c")](this[Ea("0x3e")].editing[Ea("0xa")].document,Ea("0x2b"),(()=>{this[Ea("0x37")]=!0,this[Ea("0x3d")][Ea("0x46")]()})),this[Ea("0x3e")][Ea("0x43")].view[Ea("0x35")][Ea("0x14")][Ea("0x8")]&&this[Ea("0x3e")][Ea("0x43")][Ea("0xa")][Ea("0x32")](),this[Ea("0x7")]=!0}[Ea("0xf")](){if(!this[Ea("0x7")])throw new e.CKEditorError(Ea("0x31"),this);this[Ea("0x1d")](null);for(const t of this[Ea("0x24")])this[Ea("0x50")](t);this[Ea("0x16")](),this[Ea("0x7")]=!1,this.annotations=null}[Ea("0x1f")](){this[Ea("0x7")]&&this.detach()}[Ea("0x2d")](t){for(const e of this[Ea("0x3a")])t[Ea("0x2e")](e)||this._manuallyClosed.delete(e);for(const e of this[Ea("0x19")])t[Ea("0x2e")](e)||this[Ea("0x50")](e);if(this[Ea("0x3e")].ui[Ea("0x0")][Ea("0x2f")])for(const e of t)this._addAnnotationToBalloon(e);this[Ea("0x3a")]=t}[Ea("0x3")](t,e=!1){this[Ea("0x3d")].has(t)||(this._addedAnnotations[Ea("0x18")](t)||this[Ea("0x4f")][Ea("0x6")](t[Ea("0xa")])||(this._addedAnnotations[Ea("0x4b")](t),this[Ea("0x4f")][Ea("0x4b")]({stackId:t[Ea("0xa")].id,view:t.view,position:{target:()=>this[Ea("0x20")](t)}})),e&&this._balloon[Ea("0x41")](t[Ea("0xa")].id))}[Ea("0x20")](t){const n=t[Ea("0x1b")],o=this[Ea("0x3e")][Ea("0x43")][Ea("0xa")],i=o[Ea("0x35")][Ea("0x14")][Ea("0x21")](),r=o[Ea("0x34")][Ea("0x5")](i);if(r.collapse(!0),n){if(n instanceof e.Rect)return n;let t=[];for(const e of n)t.push(...(s=e[Ea("0x9")](),Array[Ea("0x38")](s)[Ea("0x12")](DOMRect[Ea("0x26")])));t=function(t){const e=[];let n=t[0];for(let r=1;r<t[Ea("0x3b")];r++)o=n,i=t[r],o[Ea("0x42")]===i[Ea("0x42")]&&o.bottom===i[Ea("0x51")]&&o.right===i.left?n[Ea("0x22")]+=t[r][Ea("0x22")]:(e[Ea("0x29")](n),n=t[r]);var o,i;return e[Ea("0x29")](n),e}(t);const o=r[Ea("0x2c")]();return t[Ea("0x36")]((t=>t[Ea("0x42")]<=o[Ea("0x42")]&&t[Ea("0x51")]>=o[Ea("0x51")]&&t[Ea("0x27")]<=o.left&&t[Ea("0x40")]>=o[Ea("0x40")]))||t[0]}var s;return t[Ea("0x2")]||r}[Ea("0x50")](t){this[Ea("0x24")][Ea("0x18")](t)&&this._balloon[Ea("0x6")](t[Ea("0xa")])&&(this._addedAnnotations[Ea("0x11")](t),this._balloon[Ea("0x1a")](t.view))}[Ea("0x2a")](t){this._manuallyClosed[Ea("0x4b")](t),this[Ea("0x50")](t)}}var Va=n(55),Oa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};zi()(Va.Z,Oa);Va.Z.locals;const Ra=["set","isActive","arrowleft","arrowright","stopPropagation","ck-hidden","destroy","focus","arrowup","listenTo","tab","shift + tab","auto","element","ck-comments-archive__content","ck-comments-archive__info","arrowdown","_focusables","_focusTracker","_keystrokes","ck-comments-archive__header ","add","setTemplate","div","EMPTY_COMMENTS_ARCHIVE","ck-comments-archive","COMMENTS_ARCHIVE","length"];var Ma,ja;Ma=Ra,ja=329,function(t){for(;--t;)Ma.push(Ma.shift())}(++ja);const Sa=function(t,e){return Ra[t-=0]};class Na extends go.View{constructor(t,n){super(t),this[Sa("0x7")]("isEmpty",!n[Sa("0x6")]),this[Sa("0x19")]=new e.FocusTracker,this[Sa("0x1a")]=new e.KeystrokeHandler,this[Sa("0x18")]=n,this._focusCycler=new go.FocusCycler({focusables:this[Sa("0x18")],focusTracker:this[Sa("0x19")],keystrokeHandler:this._keystrokes,actions:{focusPrevious:Sa("0x12"),focusNext:Sa("0x11")}}),this.listenTo(n,Sa("0x0"),(()=>{this.isEmpty=!1})),this[Sa("0x10")](n,"remove",((t,e)=>{e[Sa("0x8")]&&this[Sa("0xe")](),n[Sa("0x6")]||(this.isEmpty=!0)}));const o=this.bindTemplate;this[Sa("0x1")]({tag:Sa("0x2"),attributes:{dir:Sa("0x13"),class:["ck",Sa("0x4")],tabindex:-1},children:[{tag:"p",attributes:{class:[Sa("0x1b")]},children:[{text:bo(t,Sa("0x5"))}]},{tag:Sa("0x2"),attributes:{class:[Sa("0x15")]},children:[{tag:"div",children:n},{tag:"p",attributes:{class:[Sa("0x16"),o.if("isEmpty",Sa("0xc"),(t=>!t))]},children:[{text:bo(t,Sa("0x3"))}]}]}]})}render(){super.render(),this[Sa("0x1a")].listenTo(this[Sa("0x14")]);const t=t=>t[Sa("0xb")]();this[Sa("0x1a")][Sa("0x7")](Sa("0xa"),t),this._keystrokes.set(Sa("0x9"),t),this[Sa("0x1a")].set(Sa("0xf"),t),this[Sa("0x1a")][Sa("0x7")](Sa("0x17"),t),this[Sa("0x10")](this[Sa("0x14")],"selectstart",((t,e)=>{e[Sa("0xb")]()}),{priority:"high"})}[Sa("0xd")](){super[Sa("0xd")](),this[Sa("0x19")][Sa("0xd")](),this[Sa("0x1a")][Sa("0xd")]()}[Sa("0xe")](){this[Sa("0x14")].focus()}}const Da=["resolveCommentThread","resolvedThreads","getCommentThread","listenTo","has","CommentsArchive","init","isActive","highest","length","remove","addCommentThread","plugins","pluginName","_calculatePosition","reopenCommentThread","requires","get","findIndex","removeCommentThread","add"];var Ba,Pa;Ba=Da,Pa=168,function(t){for(;--t;)Ba.push(Ba.shift())}(++Pa);const La=function(t,e){return Da[t-=0]};class za extends t.ContextPlugin{static get[La("0xd")](){return La("0x5")}static get[La("0x10")](){return[Kr,Nr]}constructor(t){super(t),this[La("0x1")]=new e.Collection}[La("0x6")](){const t=this.context,e=t[La("0xc")][La("0x11")](Kr),n=t[La("0xc")].get(Nr);this[La("0x3")](e,La("0xb"),((t,{threadId:n,resolvedAt:o,deletedAt:i})=>{if(o&&!i){const t=e[La("0x2")](n);this[La("0x1")][La("0x14")](t,this[La("0xe")](o))}})),this[La("0x3")](e,La("0x0"),((t,{threadId:n,resolvedAt:o})=>{const i=e[La("0x2")](n);this[La("0x1")][La("0x14")](i,this[La("0xe")](o))}),{priority:La("0x8")}),this.listenTo(e,La("0xf"),((t,{threadId:n})=>{const o=e[La("0x2")](n);this.resolvedThreads[La("0x4")](o)&&this[La("0x1")][La("0xa")](o)}),{priority:"highest"}),this[La("0x3")](e,La("0x13"),((t,{threadId:n})=>{const o=e[La("0x2")](n);this.resolvedThreads[La("0x4")](o)&&this[La("0x1")][La("0xa")](o)}),{priority:La("0x8")}),this[La("0x3")](n.collection,"focus",((t,e)=>{e[La("0x7")]=!0,n.activate(e)}))}[La("0xe")](t){const e=[...this[La("0x1")]][La("0x12")]((e=>e.resolvedAt<t));return e>-1?e:this[La("0x1")][La("0x9")]}}const Fa=["requires","focusTracker",".ck.ck-body","config","set","COMMENTS_ARCHIVE","editor","stop","_calculatePosition","forEach","querySelectorAll","filter","stopListening","resolvedAt","isOpen","locale","plugins","_pendingThreads","_createArchiveUIDropdown","mousedown","collaboration.channelId","commentsArchiveView","extendTemplate","getByInnerView","Annotations","pluginName","add","get","ck-comments-archive-dropdown","panelView","resolvedThreads","findIndex","_threadToController","_visibleAnnotations","annotationViews","collection","high","channelId","componentFactory","children","view","element","CommentsArchiveUI","buttonView","innerView","length","listenTo","remove","init"];var Ka,Ua;Ka=Fa,Ua=284,function(t){for(;--t;)Ka.push(Ka.shift())}(++Ua);const Wa=function(t,e){return Fa[t-=0]};class Ha extends t.Plugin{static get[Wa("0x23")](){return Wa("0x3")}static get[Wa("0xa")](){return[za]}constructor(t){super(t),this.annotationViews=new go.ViewCollection,this[Wa("0x1b")]=[]}[Wa("0x9")](){this[Wa("0x10")].ui[Wa("0x30")][Wa("0x24")]("commentsArchive",(()=>this._createArchiveUIDropdown()));const t=this[Wa("0x10")][Wa("0x1a")][Wa("0x25")](za),e=this[Wa("0x10")][Wa("0x1a")][Wa("0x25")](Wa("0x22")),n=this[Wa("0x10")][Wa("0x1a")][Wa("0x25")]("CommentsRepository");this[Wa("0x7")](t.resolvedThreads,Wa("0x24"),((t,o)=>{const i=this[Wa("0x10")][Wa("0xd")].get(Wa("0x1e"));if(!i||o.channelId===i){const t=this[Wa("0x12")](o[Wa("0x17")]),i=n[Wa("0x2a")][Wa("0x25")](o);if(!i)return void this[Wa("0x1b")].push({thread:o,position:t});const r=e[Wa("0x21")](i[Wa("0x1")]);r.isVisible&&e[Wa("0x2b")][Wa("0x8")](r),this[Wa("0x2c")].add(r[Wa("0x1")],t)}})),this[Wa("0x7")](e[Wa("0x2d")],"add",((t,e)=>{this._pendingThreads[Wa("0x13")]((({thread:t,position:o},i)=>{const r=n[Wa("0x2a")][Wa("0x25")](t);r&&e[Wa("0x5")]===r[Wa("0x1")]&&(this[Wa("0x2c")][Wa("0x24")](e[Wa("0x1")],o),this[Wa("0x1b")].splice(i,1))}))})),this[Wa("0x7")](t.resolvedThreads,Wa("0x8"),((t,o)=>{const i=this[Wa("0x10")].config[Wa("0x25")](Wa("0x1e"));if(!i||o.channelId===i){const t=n[Wa("0x2a")].get(o),i=e[Wa("0x21")](t.view)[Wa("0x1")];this[Wa("0x2c")][Wa("0x8")](i)}}))}[Wa("0x12")](t){const e=this[Wa("0x10")][Wa("0xd")][Wa("0x25")](Wa("0x1e")),n=[...this.editor[Wa("0x1a")][Wa("0x25")](za)[Wa("0x28")]][Wa("0x15")]((t=>t[Wa("0x2f")]!==e))[Wa("0x29")]((e=>e[Wa("0x17")]<t));return n>-1?n:this[Wa("0x2c")][Wa("0x6")]}[Wa("0x1c")](){const t=this[Wa("0x10")],e=(0,go.createDropdown)(t.locale);return e.on("render",(()=>{e[Wa("0x16")](document,Wa("0x1d")),(0,go.clickOutsideHandler)({emitter:e,activator:()=>e.isOpen,callback:()=>{e[Wa("0x18")]=!1},contextElements:()=>[e[Wa("0x2")],...document[Wa("0x14")](Wa("0xc"))]})})),e[Wa("0xb")].on("change:isFocused",(t=>{t[Wa("0x11")]()}),{priority:Wa("0x2e")}),e[Wa("0x4")][Wa("0xe")]({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 clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',label:bo(t.locale,Wa("0xf")),tooltip:!0}),e[Wa("0x27")][Wa("0x20")]({attributes:{class:Wa("0x26")}}),e.on("change:isOpen",((n,o,i)=>{this[Wa("0x1f")]||(this[Wa("0x1f")]=new Na(t[Wa("0x19")],this[Wa("0x2c")])),i?e[Wa("0x27")][Wa("0x0")].add(this[Wa("0x1f")]):e[Wa("0x27")][Wa("0x0")][Wa("0x8")](this[Wa("0x1f")])})),e}}var Za,qa,$a=["pluginName","requires"];Za=$a,qa=406,function(t){for(;--t;)Za.push(Za.shift())}(++qa);var Xa=function(t,e){return $a[t-=0]};class Ga extends t.Plugin{static get[Xa("0x1")](){return[Kr,bs,Es,za,Ha,Ms,xa,wa,Ia]}static get[Xa("0x0")](){return"Comments"}}})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();