@ckeditor/ckeditor5-comments 32.0.0 → 34.1.0

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