@ckeditor/ckeditor5-comments 0.0.0-internal-20241017.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.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +23 -0
- package/README.md +58 -0
- package/build/comments.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +55 -0
- package/dist/annotations/annotation.d.ts +101 -0
- package/dist/annotations/annotationcollection.d.ts +102 -0
- package/dist/annotations/annotations.d.ts +166 -0
- package/dist/annotations/annotationsuis.d.ts +244 -0
- package/dist/annotations/editorannotations.d.ts +79 -0
- package/dist/annotations/inlineannotations.d.ts +102 -0
- package/dist/annotations/narrowsidebar.d.ts +97 -0
- package/dist/annotations/sidebar.d.ts +112 -0
- package/dist/annotations/view/annotationcounterbuttonview.d.ts +33 -0
- package/dist/annotations/view/annotationview.d.ts +94 -0
- package/dist/annotations/view/sidebaritemview.d.ts +63 -0
- package/dist/annotations/view/sidebarview.d.ts +57 -0
- package/dist/annotations/widesidebar.d.ts +89 -0
- package/dist/augmentation.d.ts +56 -0
- package/dist/comments/addcommentthreadcommand.d.ts +39 -0
- package/dist/comments/commentsarchive.d.ts +43 -0
- package/dist/comments/commentsarchiveui.d.ts +50 -0
- package/dist/comments/commentsediting.d.ts +105 -0
- package/dist/comments/commentsrepository.d.ts +1137 -0
- package/dist/comments/commentsui.d.ts +49 -0
- package/dist/comments/integrations/clipboard.d.ts +30 -0
- package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +21 -0
- package/dist/comments/integrations/importword.d.ts +25 -0
- package/dist/comments/ui/commenteditor/commenteditor.d.ts +40 -0
- package/dist/comments/ui/commenteditor/commenteditorui.d.ts +35 -0
- package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +40 -0
- package/dist/comments/ui/commentthreadcontroller.d.ts +68 -0
- package/dist/comments/ui/view/basecommentthreadview.d.ts +152 -0
- package/dist/comments/ui/view/basecommentview.d.ts +154 -0
- package/dist/comments/ui/view/collapsedcommentsview.d.ts +17 -0
- package/dist/comments/ui/view/commentcontentview.d.ts +18 -0
- package/dist/comments/ui/view/commentinputview.d.ts +105 -0
- package/dist/comments/ui/view/commentsarchiveview.d.ts +50 -0
- package/dist/comments/ui/view/commentslistview.d.ts +116 -0
- package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
- package/dist/comments/ui/view/commentthreadheaderview.d.ts +80 -0
- package/dist/comments/ui/view/commentthreadinputview.d.ts +60 -0
- package/dist/comments/ui/view/commentthreadview.d.ts +127 -0
- package/dist/comments/ui/view/commentview.d.ts +244 -0
- package/dist/comments.d.ts +47 -0
- package/dist/commentsonly.d.ts +45 -0
- package/dist/config.d.ts +199 -0
- package/dist/index-content.css +5 -0
- package/dist/index-editor.css +847 -0
- package/dist/index.css +1077 -0
- package/dist/index.d.ts +32 -0
- package/dist/index.js +31 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +23 -0
- package/dist/translations/af.umd.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +23 -0
- package/dist/translations/bs.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de-ch.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +23 -0
- package/dist/translations/es-co.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fa.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/jv.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sq.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +23 -0
- package/dist/translations/ti.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/tt.umd.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/ug.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/ur.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/dist/utils/common-translations.d.ts +13 -0
- package/dist/utils/createmutationobserver.d.ts +18 -0
- package/lang/contexts.json +42 -0
- package/lang/translations/af.po +182 -0
- package/lang/translations/ar.po +190 -0
- package/lang/translations/bg.po +182 -0
- package/lang/translations/bn.po +182 -0
- package/lang/translations/bs.po +184 -0
- package/lang/translations/ca.po +182 -0
- package/lang/translations/cs.po +186 -0
- package/lang/translations/da.po +182 -0
- package/lang/translations/de-ch.po +182 -0
- package/lang/translations/de.po +182 -0
- package/lang/translations/el.po +182 -0
- package/lang/translations/en-au.po +182 -0
- package/lang/translations/en.po +182 -0
- package/lang/translations/es-co.po +184 -0
- package/lang/translations/es.po +184 -0
- package/lang/translations/et.po +182 -0
- package/lang/translations/fa.po +182 -0
- package/lang/translations/fi.po +182 -0
- package/lang/translations/fr.po +184 -0
- package/lang/translations/gl.po +182 -0
- package/lang/translations/he.po +184 -0
- package/lang/translations/hi.po +182 -0
- package/lang/translations/hr.po +184 -0
- package/lang/translations/hu.po +182 -0
- package/lang/translations/id.po +180 -0
- package/lang/translations/it.po +184 -0
- package/lang/translations/ja.po +180 -0
- package/lang/translations/jv.po +180 -0
- package/lang/translations/ko.po +180 -0
- package/lang/translations/lt.po +186 -0
- package/lang/translations/lv.po +184 -0
- package/lang/translations/ms.po +180 -0
- package/lang/translations/nl.po +182 -0
- package/lang/translations/no.po +182 -0
- package/lang/translations/pl.po +186 -0
- package/lang/translations/pt-br.po +184 -0
- package/lang/translations/pt.po +184 -0
- package/lang/translations/ro.po +184 -0
- package/lang/translations/ru.po +186 -0
- package/lang/translations/sk.po +186 -0
- package/lang/translations/sq.po +182 -0
- package/lang/translations/sr-latn.po +184 -0
- package/lang/translations/sr.po +184 -0
- package/lang/translations/sv.po +182 -0
- package/lang/translations/th.po +180 -0
- package/lang/translations/ti.po +182 -0
- package/lang/translations/tk.po +182 -0
- package/lang/translations/tr.po +182 -0
- package/lang/translations/tt.po +180 -0
- package/lang/translations/ug.po +182 -0
- package/lang/translations/uk.po +186 -0
- package/lang/translations/ur.po +182 -0
- package/lang/translations/vi.po +180 -0
- package/lang/translations/zh-cn.po +180 -0
- package/lang/translations/zh.po +180 -0
- package/package.json +66 -0
- package/src/annotations/annotation.d.ts +97 -0
- package/src/annotations/annotation.js +24 -0
- package/src/annotations/annotationcollection.d.ts +98 -0
- package/src/annotations/annotationcollection.js +23 -0
- package/src/annotations/annotations.d.ts +162 -0
- package/src/annotations/annotations.js +23 -0
- package/src/annotations/annotationsuis.d.ts +240 -0
- package/src/annotations/annotationsuis.js +23 -0
- package/src/annotations/editorannotations.d.ts +75 -0
- package/src/annotations/editorannotations.js +23 -0
- package/src/annotations/inlineannotations.d.ts +98 -0
- package/src/annotations/inlineannotations.js +23 -0
- package/src/annotations/narrowsidebar.d.ts +93 -0
- package/src/annotations/narrowsidebar.js +23 -0
- package/src/annotations/sidebar.d.ts +108 -0
- package/src/annotations/sidebar.js +23 -0
- package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -0
- package/src/annotations/view/annotationcounterbuttonview.js +23 -0
- package/src/annotations/view/annotationview.d.ts +90 -0
- package/src/annotations/view/annotationview.js +23 -0
- package/src/annotations/view/sidebaritemview.d.ts +59 -0
- package/src/annotations/view/sidebaritemview.js +23 -0
- package/src/annotations/view/sidebarview.d.ts +53 -0
- package/src/annotations/view/sidebarview.js +23 -0
- package/src/annotations/widesidebar.d.ts +85 -0
- package/src/annotations/widesidebar.js +23 -0
- package/src/augmentation.d.ts +52 -0
- package/src/augmentation.js +23 -0
- package/src/comments/addcommentthreadcommand.d.ts +35 -0
- package/src/comments/addcommentthreadcommand.js +23 -0
- package/src/comments/commentsarchive.d.ts +39 -0
- package/src/comments/commentsarchive.js +23 -0
- package/src/comments/commentsarchiveui.d.ts +46 -0
- package/src/comments/commentsarchiveui.js +23 -0
- package/src/comments/commentsediting.d.ts +101 -0
- package/src/comments/commentsediting.js +23 -0
- package/src/comments/commentsrepository.d.ts +1133 -0
- package/src/comments/commentsrepository.js +25 -0
- package/src/comments/commentsui.d.ts +45 -0
- package/src/comments/commentsui.js +23 -0
- package/src/comments/integrations/clipboard.d.ts +26 -0
- package/src/comments/integrations/clipboard.js +23 -0
- package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -0
- package/src/comments/integrations/commentsrestrictededitingmode.js +23 -0
- package/src/comments/integrations/importword.d.ts +21 -0
- package/src/comments/integrations/importword.js +23 -0
- package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -0
- package/src/comments/ui/commenteditor/commenteditor.js +24 -0
- package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -0
- package/src/comments/ui/commenteditor/commenteditorui.js +23 -0
- package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -0
- package/src/comments/ui/commenteditor/commenteditoruiview.js +23 -0
- package/src/comments/ui/commentthreadcontroller.d.ts +64 -0
- package/src/comments/ui/commentthreadcontroller.js +24 -0
- package/src/comments/ui/view/basecommentthreadview.d.ts +148 -0
- package/src/comments/ui/view/basecommentthreadview.js +23 -0
- package/src/comments/ui/view/basecommentview.d.ts +150 -0
- package/src/comments/ui/view/basecommentview.js +23 -0
- package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -0
- package/src/comments/ui/view/collapsedcommentsview.js +23 -0
- package/src/comments/ui/view/commentcontentview.d.ts +14 -0
- package/src/comments/ui/view/commentcontentview.js +23 -0
- package/src/comments/ui/view/commentinputview.d.ts +101 -0
- package/src/comments/ui/view/commentinputview.js +23 -0
- package/src/comments/ui/view/commentsarchiveview.d.ts +46 -0
- package/src/comments/ui/view/commentsarchiveview.js +23 -0
- package/src/comments/ui/view/commentslistview.d.ts +112 -0
- package/src/comments/ui/view/commentslistview.js +23 -0
- package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
- package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
- package/src/comments/ui/view/commentthreadheaderview.d.ts +76 -0
- package/src/comments/ui/view/commentthreadheaderview.js +23 -0
- package/src/comments/ui/view/commentthreadinputview.d.ts +56 -0
- package/src/comments/ui/view/commentthreadinputview.js +23 -0
- package/src/comments/ui/view/commentthreadview.d.ts +123 -0
- package/src/comments/ui/view/commentthreadview.js +24 -0
- package/src/comments/ui/view/commentview.d.ts +240 -0
- package/src/comments/ui/view/commentview.js +24 -0
- package/src/comments.d.ts +43 -0
- package/src/comments.js +23 -0
- package/src/commentsonly.d.ts +41 -0
- package/src/commentsonly.js +23 -0
- package/src/config.d.ts +195 -0
- package/src/config.js +23 -0
- package/src/index.d.ts +28 -0
- package/src/index.js +23 -0
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/src/utils/createmutationobserver.d.ts +14 -0
- package/src/utils/createmutationobserver.js +23 -0
- package/theme/annotation-inline.css +50 -0
- package/theme/annotation.css +151 -0
- package/theme/comment.css +179 -0
- package/theme/commentinput.css +96 -0
- package/theme/commentmarker.css +45 -0
- package/theme/commentsarchive.css +49 -0
- package/theme/commentthread.css +292 -0
- package/theme/icons/add-comment.svg +11 -0
- package/theme/icons/comments-archive.svg +11 -0
- package/theme/icons/edit-comment.svg +11 -0
- package/theme/icons/remove-comment.svg +11 -0
- package/theme/icons/undo.svg +1 -0
- package/theme/sidebar-narrow.css +91 -0
- package/theme/sidebar.css +72 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
!function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"Move across internals of the annotation thread",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"Browse the focused annotation thread or thread comment",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"Exit the annotation and move focus back to the edited content",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"Move focus to the thread when the selection is anchored in its marker",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"Move to the previous or next thread in the annotations sidebar or comments archive",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"Submit the reply while writing a comment","Annotations list":"Annotations list","Annotations sidebar":"Annotations sidebar",Comment:"Comment","Comment editor":"Comment editor","Comment was made on an element":"Comment was made on an element",COMMENT_ARIA_LABEL:"Comment by %0. Created on %1. %2. %3",COMMENT_THREAD_DESCRIPTION:"Press Enter for more options. Press Escape to exit.",COMMENT_THREAD_LABEL:["Comment thread by %1. %1 reply.","Comment thread by %1. %0 replies."],COMMENTS_ARCHIVE:"Comments archive",COMMENTS_ARCHIVE_LIST_LABEL:"List of comments","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EMPTY_COMMENTS_ARCHIVE:"There are no archived comment threads.",ENTER_COMMENT_ANNOUNCEMENT:"Entering a content with comments. Press %0 to go to the discussion.",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.",LEAVE_COMMENT_ANNOUNCEMENT:"Leaving a content with comments.","Marked as resolved":"Marked as resolved",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove",Reopen:"Reopen",Reply:"Reply","Reply to reopen discussion...":"Reply to reopen discussion...","Reply...":"Reply...",Resolve:"Resolve","Thread comments":"Thread comments",THREAD_CONTEXT_LABEL:"Thread context: %0",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-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
|
+
* For licensing, see LICENSE.md.
|
|
5
|
+
*/(()=>{var t={142:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck.ck-aria-description{display:none}",""]);const c=i},888:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const c=i},967:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},258:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},906:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},938:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const c=i},751:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},901:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const c=i},961:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const c=i},163:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const c=i},332:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const c=i},533:(t,e,n)=>{"use strict";n.d(e,{A:()=>l});var o=n(168),r=n.n(o),s=n(433),i=n.n(s),c=n(220),a=n.n(c),u=new URL(n(182),n.b),h=i()(r()),d=a()(u);h.push([t.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${d});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const l=h},874:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const c=i},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const c=i},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment__wrapper:focus{background:var(--ck-color-button-default-hover-background)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit .ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:var(--ck-spacing-small) 0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}',""]);const c=i},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());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}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const c=i},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());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,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const c=i},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const c=i},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:0;color:var(--ck-color-base-text);outline:0;overflow:hidden;transition-duration:.3s;transition-property:color,background-color,width,outline;transition-timing-function:ease;width:100%}.ck .ck-thread.ck-rounded-corners,.ck-rounded-corners .ck .ck-thread{border-radius:var(--ck-border-radius)}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-thread:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{border:1px solid transparent;overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context .ck-context__value:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const c=i},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());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 #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const c=i},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());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}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const c=i},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",o=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),o&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),o&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,o,r,s){"string"==typeof t&&(t=[[null,t,void 0]]);var i={};if(o)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(i[a]=!0)}for(var u=0;u<t.length;u++){var h=[].concat(t[u]);o&&i[h[0]]||(void 0!==s&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=s),n&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=n):h[2]=n),r&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=r):h[4]="".concat(r)),e.push(h))}},e}},220:t=>{"use strict";t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},168:t=>{"use strict";t.exports=function(t){return t[1]}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,o=0;o<e.length;o++)if(e[o].identifier===t){n=o;break}return n}function o(t,o){for(var s={},i=[],c=0;c<t.length;c++){var a=t[c],u=o.base?a[0]+o.base:a[0],h=s[u]||0,d="".concat(u," ").concat(h);s[u]=h+1;var l=n(d),m={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==l)e[l].references++,e[l].updater(m);else{var k=r(m,o);o.byIndex=c,e.splice(c,0,{identifier:d,updater:k,references:1})}i.push(d)}return i}function r(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,r){var s=o(t=t||[],r=r||{});return function(t){t=t||[];for(var i=0;i<s.length;i++){var c=n(s[i]);e[c].references--}for(var a=o(t,r),u=0;u<s.length;u++){var h=n(s[u]);0===e[h].references&&(e[h].updater(),e.splice(h,1))}s=a}}},262:t=>{"use strict";var e={};t.exports=function(t,n){var o=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(n)}},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function o(t,e,o,r){var s;if(o)s="";else{s="",r.supports&&(s+="@supports (".concat(r.supports,") {")),r.media&&(s+="@media ".concat(r.media," {"));var i=void 0!==r.layer;i&&(s+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),s+=r.css,i&&(s+="}"),r.media&&(s+="}"),r.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,s);else{var c=document.createTextNode(s),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var r={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=r.singletonCounter++,n=r.singleton||(r.singleton=t.insertStyleElement(t));return{update:function(t){o(n,e,!1,t)},remove:function(t){o(n,e,!0,t)}}}},182:t=>{"use strict";t.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23FFF%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={id:o,exports:{}};return t[o](s,s.exports,n),s.exports}n.m=t,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.b=document.baseURI||self.location.href;var o={};(()=>{"use strict";n.r(o),n.d(o,{Annotation:()=>ps,AnnotationCollection:()=>ws,AnnotationView:()=>ms,Annotations:()=>Qs,AnnotationsUIs:()=>qi,BaseCommentThreadView:()=>lr,BaseCommentView:()=>Ar,Comment:()=>si,CommentThread:()=>ri,CommentThreadController:()=>mo,CommentThreadInputView:()=>Yo,CommentThreadView:()=>pr,CommentView:()=>xr,Comments:()=>Jc,CommentsArchive:()=>Hc,CommentsListView:()=>$o,CommentsOnly:()=>Wi,CommentsRepository:()=>oi,CommentsUI:()=>zi,EditorAnnotations:()=>ki,InlineAnnotations:()=>Sc,NarrowSidebar:()=>Tc,WideSidebar:()=>fc});var t=n(782),e=n(584),r=n(211);const s=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const u=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=s,m.prototype.delete=u,m.prototype.get=h,m.prototype.has=d,m.prototype.set=l;const k=m;const g=function(){this.__data__=new k,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const f=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 I=w.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=I?I.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var r=C.call(t);return o&&(e?t[T]=n:delete t[T]),r};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var N=I?I.toStringTag:void 0;const S=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":N&&N in Object(t)?E(t):O(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const P=function(t){if(!M(t))return!1;var e=S(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const R=w["__core-js_shared__"];var L,V=(L=/[^.]+$/.exec(R&&R.keys&&R.keys.IE_PROTO||""))?"Symbol(src)_1."+L:"";const j=function(t){return!!V&&V in t};var D=Function.prototype.toString;const B=function(t){if(null!=t){try{return D.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var K=/^\[object .+?Constructor\]$/,z=Function.prototype,F=Object.prototype,U=z.toString,H=F.hasOwnProperty,W=RegExp("^"+U.call(H).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Y=function(t){return!(!M(t)||j(t))&&(P(t)?W:K).test(B(t))};const X=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=X(t,e);return Y(n)?n:void 0};const q=G(w,"Map");const Z=G(Object,"create");const Q=function(){this.__data__=Z?Z(null):{},this.size=0};const J=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Z){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Z?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]=Z&&void 0===e?"__lodash_hash_undefined__":e,this};function rt(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])}}rt.prototype.clear=Q,rt.prototype.delete=J,rt.prototype.get=tt,rt.prototype.has=nt,rt.prototype.set=ot;const st=rt;const it=function(){this.size=0,this.__data__={hash:new st,map:new(q||k),string:new st}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ut=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ut,mt.prototype.get=ht,mt.prototype.has=dt,mt.prototype.set=lt;const kt=mt;const gt=function(t,e){var n=this.__data__;if(n instanceof k){var o=n.__data__;if(!q||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new kt(o)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new k(t);this.size=e.size}pt.prototype.clear=g,pt.prototype.delete=p,pt.prototype.get=f,pt.prototype.has=b,pt.prototype.set=gt;const ft=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 kt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const It=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,o,r,s){var i=1&n,c=t.length,a=e.length;if(c!=a&&!(i&&a>c))return!1;var u=s.get(t),h=s.get(e);if(u&&h)return u==e&&h==t;var d=-1,l=!0,m=2&n?new wt:void 0;for(s.set(t,e),s.set(e,t);++d<c;){var k=t[d],g=e[d];if(o)var p=i?o(g,k,d,e,t,s):o(k,g,d,t,e,s);if(void 0!==p){if(p)continue;l=!1;break}if(m){if(!It(e,(function(t,e){if(!yt(m,e)&&(k===t||r(k,t,n,o,s)))return m.push(e)}))){l=!1;break}}else if(k!==g&&!r(k,g,n,o,s)){l=!1;break}}return s.delete(t),s.delete(e),l};const Ct=w.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var xt=I?I.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Nt=function(t,e,n,o,r,s,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!s(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var u=1&o;if(a||(a=Et),t.size!=e.size&&!u)return!1;var h=c.get(t);if(h)return h==e;o|=2,c.set(t,e);var d=At(a(t),a(e),o,r,s,c);return c.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const St=function(t,e){for(var n=-1,o=e.length,r=t.length;++n<o;)t[r+n]=e[n];return t};const Mt=Array.isArray;const Pt=function(t,e,n){var o=e(t);return Mt(t)?o:St(o,n(t))};const Rt=function(t,e){for(var n=-1,o=null==t?0:t.length,r=0,s=[];++n<o;){var i=t[n];e(i,n,t)&&(s[r++]=i)}return s};const Lt=function(){return[]};var Vt=Object.prototype.propertyIsEnumerable,jt=Object.getOwnPropertySymbols;const Dt=jt?function(t){return null==t?[]:(t=Object(t),Rt(jt(t),(function(e){return Vt.call(t,e)})))}:Lt;const Bt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Kt=function(t){return null!=t&&"object"==typeof t};const zt=function(t){return Kt(t)&&"[object Arguments]"==S(t)};var Ft=Object.prototype,Ut=Ft.hasOwnProperty,Ht=Ft.propertyIsEnumerable;const Wt=zt(function(){return arguments}())?zt:function(t){return Kt(t)&&Ut.call(t,"callee")&&!Ht.call(t,"callee")};const Yt=function(){return!1};var Xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Gt=Xt&&"object"==typeof module&&module&&!module.nodeType&&module,qt=Gt&&Gt.exports===Xt?w.Buffer:void 0;const Zt=(qt?qt.isBuffer:void 0)||Yt;var Qt=/^(?:0|[1-9]\d*)$/;const Jt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Qt.test(t))&&t>-1&&t%1==0&&t<e};const $t=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Kt(t)&&$t(t.length)&&!!te[S(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,re=oe&&"object"==typeof module&&module&&!module.nodeType&&module,se=re&&re.exports===oe&&v.process;const ie=function(){try{var t=re&&re.require&&re.require("util").types;return t||se&&se.binding&&se.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var ue=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),o=!n&&Wt(t),r=!n&&!o&&Zt(t),s=!n&&!o&&!r&&ae(t),i=n||o||r||s,c=i?Bt(t.length,String):[],a=c.length;for(var u in t)!e&&!ue.call(t,u)||i&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Jt(u,a))||c.push(u);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const ke=me(Object.keys,Object);var ge=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return ke(t);var e=[];for(var n in Object(t))ge.call(t,n)&&"constructor"!=n&&e.push(n);return e};const fe=function(t){return null!=t&&$t(t.length)&&!P(t)};const be=function(t){return fe(t)?he(t):pe(t)};const ve=function(t){return Pt(t,be,Dt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,r,s){var i=1&n,c=ve(t),a=c.length;if(a!=ve(e).length&&!i)return!1;for(var u=a;u--;){var h=c[u];if(!(i?h in e:_e.call(e,h)))return!1}var d=s.get(t),l=s.get(e);if(d&&l)return d==e&&l==t;var m=!0;s.set(t,e),s.set(e,t);for(var k=i;++u<a;){var g=t[h=c[u]],p=e[h];if(o)var f=i?o(p,g,h,e,t,s):o(g,p,h,t,e,s);if(!(void 0===f?g===p||r(g,p,n,o,s):f)){m=!1;break}k||(k="constructor"==h)}if(m&&!k){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||(m=!1)}return s.delete(t),s.delete(e),m};const Ie=G(w,"DataView");const ye=G(w,"Promise");const Ae=G(w,"Set");const Ce=G(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Ne="[object DataView]",Se=B(Ie),Me=B(q),Pe=B(ye),Re=B(Ae),Le=B(Ce),Ve=S;(Ie&&Ve(new Ie(new ArrayBuffer(1)))!=Ne||q&&Ve(new q)!=Te||ye&&Ve(ye.resolve())!=Ee||Ae&&Ve(new Ae)!=xe||Ce&&Ve(new Ce)!=Oe)&&(Ve=function(t){var e=S(t),n="[object Object]"==e?t.constructor:void 0,o=n?B(n):"";if(o)switch(o){case Se:return Ne;case Me:return Te;case Pe:return Ee;case Re:return xe;case Le:return Oe}return e});const je=Ve;var De="[object Arguments]",Be="[object Array]",Ke="[object Object]",ze=Object.prototype.hasOwnProperty;const Fe=function(t,e,n,o,r,s){var i=Mt(t),c=Mt(e),a=i?Be:je(t),u=c?Be:je(e),h=(a=a==De?Ke:a)==Ke,d=(u=u==De?Ke:u)==Ke,l=a==u;if(l&&Zt(t)){if(!Zt(e))return!1;i=!0,h=!1}if(l&&!h)return s||(s=new ft),i||ae(t)?At(t,e,n,o,r,s):Nt(t,e,a,n,o,r,s);if(!(1&n)){var m=h&&ze.call(t,"__wrapped__"),k=d&&ze.call(e,"__wrapped__");if(m||k){var g=m?t.value():t,p=k?e.value():e;return s||(s=new ft),r(g,p,n,o,s)}}return!!l&&(s||(s=new ft),we(t,e,n,o,r,s))};const Ue=function t(e,n,o,r,s){return e===n||(null==e||null==n||!Kt(e)&&!Kt(n)?e!=e&&n!=n:Fe(e,n,o,r,t,s))};const He=function(t,e){return Ue(t,e)};const We=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ye=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Xe=function(t,e,n){"__proto__"==e&&Ye?Ye(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ge=Object.prototype.hasOwnProperty;const qe=function(t,e,n){var o=t[e];Ge.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Xe(t,e,n)};const Ze=function(t,e,n,o){var r=!n;n||(n={});for(var s=-1,i=e.length;++s<i;){var c=e[s],a=o?o(n[c],t[c],c,n,t):void 0;void 0===a&&(a=t[c]),r?Xe(n,c,a):qe(n,c,a)}return n};const Qe=function(t,e){return t&&Ze(e,be(e),t)};const Je=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Je(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return fe(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Ze(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,cn=sn?sn.allocUnsafe:void 0;const an=function(t,e){if(e)return t.slice();var n=t.length,o=cn?cn(n):new t.constructor(n);return t.copy(o),o};const un=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 Ze(t,Dt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)St(e,Dt(t)),t=dn(t);return e}:Lt;const mn=function(t,e){return Ze(t,ln(t),e)};const kn=function(t){return Pt(t,en,ln)};var gn=Object.prototype.hasOwnProperty;const pn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&gn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const fn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const bn=function(t,e){var n=e?fn(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=I?I.prototype:void 0,In=wn?wn.valueOf:void 0;const yn=function(t){return In?Object(In.call(t)):{}};const An=function(t,e){var n=e?fn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return fn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return An(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return _n(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return Kt(t)&&"[object Map]"==je(t)};var Nn=ie&&ie.isMap;const Sn=Nn?ne(Nn):On;const Mn=function(t){return Kt(t)&&"[object Set]"==je(t)};var Pn=ie&&ie.isSet;const Rn=Pn?ne(Pn):Mn;var Ln="[object Arguments]",Vn="[object Function]",jn="[object Object]",Dn={};Dn[Ln]=Dn["[object Array]"]=Dn["[object ArrayBuffer]"]=Dn["[object DataView]"]=Dn["[object Boolean]"]=Dn["[object Date]"]=Dn["[object Float32Array]"]=Dn["[object Float64Array]"]=Dn["[object Int8Array]"]=Dn["[object Int16Array]"]=Dn["[object Int32Array]"]=Dn["[object Map]"]=Dn["[object Number]"]=Dn[jn]=Dn["[object RegExp]"]=Dn["[object Set]"]=Dn["[object String]"]=Dn["[object Symbol]"]=Dn["[object Uint8Array]"]=Dn["[object Uint8ClampedArray]"]=Dn["[object Uint16Array]"]=Dn["[object Uint32Array]"]=!0,Dn["[object Error]"]=Dn[Vn]=Dn["[object WeakMap]"]=!1;const Bn=function t(e,n,o,r,s,i){var c,a=1&n,u=2&n,h=4&n;if(o&&(c=s?o(e,r,s,i):o(e)),void 0!==c)return c;if(!M(e))return e;var d=Mt(e);if(d){if(c=pn(e),!a)return un(e,c)}else{var l=je(e),m=l==Vn||"[object GeneratorFunction]"==l;if(Zt(e))return an(e,a);if(l==jn||l==Ln||m&&!s){if(c=u||m?{}:xn(e),!a)return u?mn(e,nn(c,e)):hn(e,Qe(c,e))}else{if(!Dn[l])return s?e:{};c=Cn(e,l,a)}}i||(i=new ft);var k=i.get(e);if(k)return k;i.set(e,c),Rn(e)?e.forEach((function(r){c.add(t(r,n,o,r,e,i))})):Sn(e)&&e.forEach((function(r,s){c.set(s,t(r,n,o,s,e,i))}));var g=d?void 0:(h?u?kn:ve:u?en:be)(e);return We(g||e,(function(r,s){g&&(r=e[s=r]),qe(c,s,t(r,n,o,s,e,i))})),c};const Kn=function(t){return Bn(t,5)};const zn=function(t){return"symbol"==typeof t||Kt(t)&&"[object Symbol]"==S(t)};var Fn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Hn=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!zn(t))||(Un.test(t)||!Fn.test(t)||null!=e&&t in Object(e))};function Wn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,r=e?e.apply(this,o):o[0],s=n.cache;if(s.has(r))return s.get(r);var i=t.apply(this,o);return n.cache=s.set(r,i)||s,i};return n.cache=new(Wn.Cache||kt),n}Wn.Cache=kt;const Yn=Wn;var Xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gn=/\\(\\)?/g;const qn=function(t){var e=Yn(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(Xn,(function(t,n,o,r){e.push(o?r.replace(Gn,"$1"):n||t)})),e}));const Zn=function(t,e){for(var n=-1,o=null==t?0:t.length,r=Array(o);++n<o;)r[n]=e(t[n],n,t);return r};var Qn=I?I.prototype:void 0,Jn=Qn?Qn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Mt(e))return Zn(e,t)+"";if(zn(e))return Jn?Jn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return Mt(t)?t:Hn(t,e)?[t]:qn(to(t))};const no=function(t){if("string"==typeof t||zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!M(t))return t;for(var r=-1,s=(e=eo(e,t)).length,i=s-1,c=t;null!=c&&++r<s;){var a=no(e[r]),u=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(r!=i){var h=c[a];void 0===(u=o?o(h,a,c):void 0)&&(u=M(h)?h:Jt(e[r+1])?[]:{})}qe(c,a,u),c=c[a]}return t};const ro=function(t,e,n){return null==t?t:oo(t,e,n)};const so=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const co=function(t,e,n){var o=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++o<r;)s[o]=t[o+e];return s};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const uo=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(so(e))]};const ho=function(t,e){return null==t||uo(t,e)};var lo=ko;!function(t){for(var e=ko,n=t();;)try{if(319570===-parseInt(e(526))/1*(-parseInt(e(519))/2)+-parseInt(e(522))/3+parseInt(e(507))/4+-parseInt(e(502))/5+parseInt(e(510))/6*(-parseInt(e(518))/7)+-parseInt(e(523))/8*(-parseInt(e(505))/9)+-parseInt(e(514))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(go);class mo extends((0,e.ObservableMixin)()){constructor(t,e){var n=ko;super(),this[n(521)]=t,this[n(521)][n(525)]=!0,this[n(516)]=e,this[n(498)](e,n(527),(()=>this[n(515)]())),this[n(498)](e,n(499),(()=>this[n(513)]())),this[n(498)](e,n(501),(()=>this[n(512)]())),this[n(498)](e,n(517),(()=>this[n(509)]())),this[n(498)](e,n(524),((t,e)=>this[n(524)](e))),this[n(498)](e,n(506),((t,e,o)=>this[n(506)](e,o))),this[n(498)](e,n(520),((t,e)=>this[n(520)](e)))}[lo(515)](){var t=lo;this[t(521)][t(515)]()}[lo(513)](){var t=lo;this[t(521)][t(513)]()}[lo(512)](){var t=lo;this[t(521)][t(503)]||this[t(521)][t(512)]()}[lo(509)](){var t=lo;this[t(521)][t(503)]&&this[t(521)][t(509)]()}[lo(524)](t){var e=lo;this[e(521)][e(524)]({content:t,authorId:this[e(516)][e(500)].id})}[lo(506)](t,e){var n=lo;this[n(521)][n(511)](t)[n(528)]({content:e})}[lo(520)](t){var e=lo;this[e(521)][e(511)](t)[e(513)]()}[lo(504)](){var t=lo;this[t(508)](),this[t(521)][t(525)]=!1}}function ko(t,e){var n=go();return(ko=function(t,e){return n[t-=498]})(t,e)}function go(){var t=["790266PXJqhr","getComment","resolve","remove","2186410duqZoA","submit","view","reopenCommentThread","7sICtXb","10IxYmhI","removeComment","model","552378pCQuGX","9288GoEVxh","addComment","_isAttached","118681RmFxbn","submitCommentThread","update","listenTo","removeCommentThread","_localUser","resolveCommentThread","2253495lmhJMr","isResolved","destroy","1737RWCctg","updateComment","1949076lNhqml","stopListening","reopen"];return(go=function(){return t})()}var po=n(311);function fo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"Annotations sidebar":return o("Annotations sidebar");case"Annotations list":return o("Annotations list");case"Thread comments":return o("Thread comments");case"THREAD_CONTEXT_LABEL":return o({string:"Thread context: %0",id:"THREAD_CONTEXT_LABEL"},n);case"COMMENT_THREAD_LABEL":return o({string:"Comment thread by %1. %1 reply.",plural:"Comment thread by %1. %0 replies.",id:"COMMENT_THREAD_LABEL"},n);case"COMMENT_THREAD_DESCRIPTION":return o({string:"Press Enter for more options. Press Escape to exit.",id:"COMMENT_THREAD_DESCRIPTION"});case"COMMENT_ARIA_LABEL":return o({string:"Comment by %0. Created on %1. %2. %3",id:"COMMENT_ARIA_LABEL"},n);case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a content with comments.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a content with comments. Press %0 to go to the discussion.",id:"ENTER_COMMENT_ANNOUNCEMENT"},n);case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});case"COMMENTS_ARCHIVE_LIST_LABEL":return o({string:"List of comments",id:"COMMENTS_ARCHIVE_LIST_LABEL"});case"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP":return o({string:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",id:"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"});case"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO":return o({string:"Move focus to the thread when the selection is anchored in its marker",id:"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"});case"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT":return o({string:"Exit the annotation and move focus back to the edited content",id:"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER":return o({string:"Browse the focused annotation thread or thread comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"});case"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS":return o({string:"Move across internals of the annotation thread",id:"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"});case"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT":return o({string:"Submit the reply while writing a comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS":return o({string:"Move to the previous or next thread in the annotations sidebar or comments archive",id:"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"});default:return""}}const bo=vo;function vo(t,e){const n=wo();return(vo=function(t,e){return n[t-=353]})(t,e)}!function(t){const e=vo,n=t();for(;;)try{if(885155===-parseInt(e(372))/1+-parseInt(e(365))/2*(-parseInt(e(363))/3)+parseInt(e(373))/4*(-parseInt(e(362))/5)+parseInt(e(367))/6+-parseInt(e(378))/7+-parseInt(e(366))/8+parseInt(e(359))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wo);class _o extends po.EditorUIView{constructor(t,n){const o=vo;super(t);const r=(0,e.uid)();this[o(379)]=this[o(371)](),this[o(353)]=new po.InlineEditableUIView(t,n,void 0,{label:()=>fo(t,o(360))}),this[o(355)]({tag:o(358),attributes:{class:[o(370),o(375),o(376),o(364)],dir:t[o(369)],lang:t[o(374)],"aria-labelledby":o(354)+r},children:[{tag:o(358),attributes:{class:o(357),role:o(377)},children:this[o(379)]}]})}[bo(368)](){const t=bo;super[t(368)](),this[t(379)][t(361)](this[t(353)])}[bo(356)](){const t=bo;this[t(353)][t(380)][t(356)]()}}function wo(){const t=["41148txCBZh","ck-comment__input","164AkgPKx","11343912NasycQ","6451242bpvClv","render","uiLanguageDirection","ck-reset","createCollection","1089147axldrZ","3080ceMjGs","uiLanguage","ck-editor","ck-rounded-corners","presentation","5265715mbwLRj","main","element","editable","cke-editor__aria-label_","setTemplate","focus","ck-editor__main","div","23884083PIapji","Comment editor","add","4605UkalDf"];return(wo=function(){return t})()}const Io=Ao;function yo(){const t=["ready","render","bind","attachDomRoot","destroy","2946MhLple","name","4351149ZcbRll","5247aPXWvg","editing","setEditableElement","12834040xZaxGd","10112711ZlmtlQ","rootName","1095TZiKIx","view","fire","663076DbBDFL","focusTracker","isFocused","getRoot","editor","editable","document","locale","6VWceKG","init","5734925QJkpUQ","element","141870tLqQzH"];return(yo=function(){return t})()}function Ao(t,e){const n=yo();return(Ao=function(t,e){return n[t-=237]})(t,e)}!function(t){const e=Ao,n=t();for(;;)try{if(846021===parseInt(e(241))/1*(-parseInt(e(262))/2)+-parseInt(e(264))/3+-parseInt(e(244))/4+parseInt(e(254))/5*(-parseInt(e(252))/6)+-parseInt(e(239))/7+-parseInt(e(238))/8+parseInt(e(265))/9*(parseInt(e(256))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yo);class Co extends po.EditorUI{constructor(t){const e=Ao;super(t),this[e(242)]=new _o(t[e(251)],t[e(266)][e(242)])}get[Io(255)](){const t=Io;return this[t(242)][t(255)]}[Io(253)](){const t=Io,e=this[t(248)][t(266)][t(242)],n=this[t(242)][t(249)],o=e[t(250)][t(247)]();n[t(263)]=o[t(240)],this[t(242)][t(258)]();const r=n[t(255)];this[t(237)](n[t(263)],r),this[t(242)][t(249)][t(259)](t(246)).to(this[t(245)]),e[t(260)](r),this[t(243)](t(257))}[Io(261)](){const t=Io;super[t(261)](),this[t(242)][t(261)]()}}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),No=n(834),So=n(251),Mo=n(179);function Po(){const t=["childCount","name","defaultPlugins","plugins","placeholderElement","then","getRoot","editing","change","init","create","placeholder","destroy","join","5507384hIUWpH","getChild","setSelection","data","set","47957822aBDtoc","change:placeholder","15766560pbevJa","model","28XuDqVx","_updatePlaceholder","view","1522yYYduB","focus","ready","document","config","271083oniGFO","initPlugins","map","initialData","fire","get","7794xGevBt","9ggJQLs","fromCharCode","assign","end","low","231TETDEz","createRoot","557HcfCWG","7740995nKgdaj"];return(Po=function(){return t})()}const Ro=Lo;function Lo(t,e){const n=Po();return(Lo=function(t,e){return n[t-=129]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(824099===parseInt(e(153))/1*(-parseInt(e(134))/2)+parseInt(e(139))/3*(-parseInt(e(131))/4)+-parseInt(e(154))/5+parseInt(e(145))/6*(-parseInt(e(151))/7)+parseInt(e(169))/8*(parseInt(e(146))/9)+-parseInt(e(129))/10+parseInt(e(174))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Po);const Vo=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,No.Typing,So.Undo,Mo.Paragraph];class jo extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=Lo;function n(t){const e=Lo;return t[e(141)]((t=>String[e(147)](t)))[e(168)]("")}(t=Object[e(148)]({},t))[e(158)]||(t[e(158)]=jo[e(157)]),super(t),this.ui=new Co(this),this[e(173)](e(166),""),this[e(130)][e(137)].on(e(163),(()=>this[e(132)]()),{priority:e(150)}),this.on(e(175),(()=>this[e(132)]())),this[e(130)][e(137)][e(152)](),this[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),this[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}[Ro(165)](){const t=Ro,e=this[t(138)][t(144)](t(142))||"";return this[t(140)]()[t(160)]((()=>this.ui[t(164)]()))[t(160)]((()=>this[t(172)][t(164)](e)))[t(160)]((()=>this[t(143)](t(136))))}[Ro(167)](){const t=Ro;return super[t(167)]()[t(160)]((()=>this.ui[t(167)]()))}[Ro(135)](){const t=Ro;this[t(130)][t(163)]((e=>{const n=t,o=this[n(130)][n(137)][n(161)](),r=o&&o[n(170)](o[n(155)]-1);e[n(171)](r,n(149)),this[n(162)][n(133)][n(135)]()}))}[Ro(132)](){const t=Ro,e=this[t(162)][t(133)],n=e[t(137)][t(161)](),o=n[t(170)](0);n[t(155)]>1||!o||"p"!=o[t(156)]?this[t(159)]&&this[t(159)][t(166)]&&((0,To.disablePlaceholder)(e,this[t(159)]),this[t(159)]=void 0):(this[t(166)]&&(o[t(166)]=this[t(166)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(159)]=o)}}jo[Ro(157)]=Vo;const Do=jo;function Bo(t,e){const n=Fo();return(Bo=function(t,e){return n[t-=305]})(t,e)}const Ko=Bo;!function(t){const e=Bo,n=t();for(;;)try{if(286474===-parseInt(e(374))/1*(-parseInt(e(305))/2)+parseInt(e(308))/3*(-parseInt(e(344))/4)+parseInt(e(388))/5*(-parseInt(e(306))/6)+parseInt(e(389))/7*(-parseInt(e(346))/8)+parseInt(e(371))/9+parseInt(e(337))/10*(-parseInt(e(309))/11)+parseInt(e(349))/12*(parseInt(e(342))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fo);class zo extends po.View{constructor(t,n={}){const o=Bo;super(t),this[o(340)]=null,this[o(314)]=n,this[o(333)](o(336),n[o(390)]||""),this[o(333)](o(315),!1),this[o(333)](o(322),!0),this[o(333)](o(360),fo(t,o(325))),this[o(333)](o(310),fo(t,o(312))),this[o(372)]=this[o(324)](),this[o(380)]=this[o(320)](),this[o(353)]=this[o(381)]([this[o(372)],this[o(380)]]),this[o(368)]=new e.KeystrokeHandler,this[o(319)]=new e.FocusTracker,this[o(379)]=new po.FocusCycler({focusables:this[o(353)],focusTracker:this[o(319)],keystrokeHandler:this[o(368)],actions:{focusPrevious:o(375),focusNext:o(384)}}),this[o(341)]({tag:o(326),attributes:{class:[o(366)]},children:[{tag:o(326),attributes:{class:[o(362),this[o(357)].if(o(322),o(363))]},children:[this[o(372)],this[o(380)]]}]}),this[o(368)][o(333)](o(329),((t,e)=>{const n=o;this[n(380)][n(365)](n(331)),e()})),this[o(368)][o(333)](o(338),((t,e)=>{const n=o;this[n(372)][n(348)]&&(this[n(372)][n(365)](n(331)),e())})),this.on(o(323),((e,n)=>{const r=o;n[r(347)]>65e3?(alert(fo(t,r(327),[n[r(347)],65e3])),e[r(332)]()):this[r(340)][r(382)]("")}),{priority:o(376)})}[Ko(317)](){const t=Ko;super[t(317)](),this[t(385)]()}[Ko(364)](){const t=Ko;return this[t(340)]||(this[t(340)]=new Do(this[t(314)]),this[t(350)]=this[t(340)][t(313)]()[t(328)]((()=>{const e=t;if(this[e(359)])return;const n=this[e(340)];this[e(316)][e(352)](n.ui[e(316)],this[e(316)][e(356)]),n[e(370)][e(378)].on(e(361),(()=>this[e(336)]=n[e(392)]())),n[e(335)](e(360)).to(this),this[e(353)][e(367)](n.ui[e(318)],0),this[e(365)](e(321),this[e(340)])}))),this[t(350)]}[Ko(355)](t){const e=Ko;-1===t?(this[e(379)][e(351)](),this[e(379)][e(330)]()):this[e(379)][e(351)]()}async[Ko(307)](){const t=Ko;this[t(359)]||(this[t(359)]=!0,this[t(340)]&&(await this[t(350)],await this[t(340)][t(307)](),this[t(365)](t(311),this[t(340)])),await super[t(307)]())}[Ko(324)](){const t=Ko,{locale:e}=this,n=new po.ButtonView(e);return n[t(383)]({attributes:{class:[t(343)]}}),n[t(354)]=!0,n[t(335)](t(373)).to(this,t(310)),n.on(t(331),(()=>{const e=t;this[e(365)](e(323),this[e(336)])})),n[t(335)](t(348)).to(this,t(336),this,t(315),((e,n)=>!n&&!!e[t(377)]())),n}[Ko(320)](){const t=Ko,{locale:e}=this,n=new po.ButtonView(e);return n[t(383)]({attributes:{class:[t(369)]}}),n[t(373)]=fo(e,t(358)),n[t(354)]=!0,n.on(t(331),(()=>{const e=t;this[e(340)][e(382)](""),this[e(365)](e(387))})),n}[Ko(385)](){const t=Ko;this[t(368)][t(345)](this[t(316)]),this[t(353)][t(339)]((e=>{const n=t;this[n(319)][n(367)](e[n(316)])})),this[t(353)].on(t(361),((e,n)=>{const o=t;for(const t of Array[o(386)](n[o(334)])[o(391)]())this[o(319)][o(367)](t[o(316)])}))}}function Fo(){const t=["bindTemplate","Cancel","_isDestroyed","placeholder","change","ck-comment__input-actions","ck-comment__input-actions--active","createEditor","fire","ck-comment__input-wrapper","add","keystrokes","ck-comment__input-actions--cancel","model","2549061mrsvyN","submitButtonView","label","4ANcWGV","shift+tab","high","trim","document","focusCycler","cancelButtonView","createCollection","setData","extendTemplate","tab","_setupKeyboardNavigation","from","cancel","1456655gfyrmZ","7TwSXDv","initialData","reverse","getData","165976OTvPyc","6EJdfqJ","destroy","9lHiFvd","11LePMnh","submitLabel","editorDestroyed","Reply","create","_editorConfig","disabledSubmit","element","render","view","focusTracker","_createCancelButton","editorReady","showButtons","submit","_createSubmitButton","Reply...","div","TOO_LONG_COMMENT_ALERT","then","Esc","focusLast","execute","stop","set","added","bind","value","1609190DBbThJ","Ctrl+Enter","forEach","editor","setTemplate","1339TwMxyd","ck-comment__input-actions--submit","546404PXcwqR","listenTo","2284856UrmsmC","length","isEnabled","95412VkupEa","_editorCreationPromise","focusFirst","insertBefore","focusables","withText","focus","firstChild"];return(Fo=function(){return t})()}const Uo=Ho;function Ho(t,e){const n=Wo();return(Ho=function(t,e){return n[t-=415]})(t,e)}function Wo(){const t=["6573CKTgHk","contains","filter","editor","11bxyHtl","value","set","mousedown","delegate","render","showButtons","userView","change:showInput","view","getDomRoot","346095FtbAnL","2586VOONGr","643845UWyxEA","isFocused","some","2zUuows","ck-comment__input-container","bindTemplate","4936952YSjPeF","preventDefault","destroy","showInput","extendTemplate","780001rhmagx","ck-thread__input","bind","focus","then","target","element","listenTo","setTemplate","focusCycler","250evWZDb","ck-thread__user","20310132BWKWdj","editing","39282scQIUS","div","ck-comment__input-container--active","createEditor","focusTracker","152umAaDH","editorDestroyed","commentInputView","editorReady","_focusOnNonInteractiveMouseDown"];return(Wo=function(){return t})()}!function(t){const e=Ho,n=t();for(;;)try{if(604160===parseInt(e(432))/1*(-parseInt(e(424))/2)+parseInt(e(446))/3*(-parseInt(e(451))/4)+parseInt(e(421))/5+parseInt(e(420))/6*(parseInt(e(456))/7)+parseInt(e(427))/8+-parseInt(e(419))/9*(parseInt(e(442))/10)+-parseInt(e(460))/11*(-parseInt(e(444))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class Yo extends po.View{constructor(t,e,n){const o=Ho;super(t),this[o(453)]=new zo(t,n),this[o(441)]=this[o(453)][o(441)],this[o(453)][o(434)](o(466)).to(this[o(453)][o(450)],o(422),this[o(453)],o(461),((t,e)=>t||!!e)),this[o(462)](o(430),!1),this.on(o(416),(()=>{const t=o;this[t(430)]&&!this[t(453)][t(459)]&&this[t(453)][t(449)]()})),this[o(453)][o(464)](o(454)).to(this),this[o(453)][o(464)](o(452)).to(this),this[o(415)]=new r.UserView(t,e),this[o(415)][o(431)]({attributes:{class:o(443),"aria-hidden":!0}}),this[o(453)][o(431)]({attributes:{class:o(433)}}),this[o(440)]({tag:o(447),attributes:{class:[o(425),this[o(426)].if(o(430),o(448))]},children:[this[o(415)],this[o(453)]]})}[Uo(465)](){const t=Uo;super[t(465)](),this[t(455)]()}[Uo(429)](){const t=Uo;return this[t(453)][t(429)]()[t(436)]((()=>super[t(429)]()))}[Uo(435)](t){const e=Uo;this[e(453)][e(435)](t)}[Uo(455)](){const t=Uo;this[t(439)](this[t(438)],t(463),((e,n)=>{const o=t,{submitButtonView:r,cancelButtonView:s,editor:i}=this[o(453)];[r[o(438)],s[o(438)],i?i[o(445)][o(417)][o(418)]():null][o(458)]((t=>t))[o(423)]((t=>t[o(457)](n[o(437)])))||(this[o(435)](),n[o(428)]())}))}}function Xo(t,e){const n=Go();return(Xo=function(t,e){return n[t-=385]})(t,e)}function Go(){const t=["setTemplate","bindTemplate","1961811ORyNvF","12882670ueWewi","set","NUMBER_OF_COMMENTS","4363184rGRUIc","ck-thread__comment-count","5070920BQIcub","4ptvXoe","count","250370WdwPDT","210406iKihWQ","2gVEhJh","9rCqtFS","37860xevpxD"];return(Go=function(){return t})()}!function(t){const e=Xo,n=t();for(;;)try{if(368677===parseInt(e(398))/1*(-parseInt(e(399))/2)+parseInt(e(388))/3*(parseInt(e(395))/4)+-parseInt(e(397))/5+parseInt(e(385))/6+parseInt(e(392))/7+parseInt(e(394))/8*(parseInt(e(400))/9)+-parseInt(e(389))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Go);class qo extends po.View{constructor(t){const e=Xo;super(t);const n=this[e(387)];this[e(390)](e(396),void 0),this[e(386)]({tag:"li",attributes:{class:e(393)},children:[{text:n.to(e(396),(n=>fo(t,e(391),n)))}]})}}const Zo=Qo;function Qo(t,e){const n=Jo();return(Qo=function(t,e){return n[t-=123]})(t,e)}function Jo(){const t=["resolveCommentThread","remove","refreshVisibleViews","change:isEditMode","200vDYbow","719030Rzesyk","editorReady","117297SRDycV","locale","map","length","delegate","change:hasDirtyComment","removeComment","maxCommentsWhenCollapsed","insert","some","keystrokes","ck-hidden","_handleNewCommentModel","forEach","963kmxXdM","resolvedCommentView","get","reverse","Thread comments","editorDestroyed","stopListening","48158SbVubu","element","_model","createCollection","arrowup","editorConfig","removed","focusCycler","collapse","isEditMode","262ZUJOti","change:isResolved","915935uFAQXA","resolvedAt","change","change:isActive","add","count","_handleInfoComment","added","_rearrangeCollapse","_handleRemoveCommentModel","weight","bindTemplate","commentUpdated","focusTracker","arrowdown","destroy","updateComment","from","formatDateTime","target","visibleViews","commentViews","focus","equal","setTemplate","expand","listenTo","maxThreadTotalWeight","_updateHasDirtyComment","ck-thread__comments","4131211SBdiIJ","resolvedBy","871396Emmssd","CommentView","_setupKeyboardNavigation","Marked as resolved","1740UlFaue","set","6joXfnm","render","_rearrangeExpand","_collapsedCommentsView","focusLast","delete","resolved","includes","bind","hasDirtyComment","authoredAt","_shouldCollapse","_findOptimalIndex","_config","focusFirst","isActive","viewUid","maxCommentCharsWhenCollapsed","_calculatePosition","comments"];return(Jo=function(){return t})()}!function(t){const e=Qo,n=t();for(;;)try{if(430169===parseInt(e(186))/1+-parseInt(e(219))/2*(parseInt(e(202))/3)+-parseInt(e(155))/4+-parseInt(e(123))/5*(parseInt(e(161))/6)+parseInt(e(153))/7+-parseInt(e(185))/8*(-parseInt(e(188))/9)+parseInt(e(159))/10*(-parseInt(e(209))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jo);class $o extends po.View{constructor(t,n,o){const r=Qo;super(t);const s=this[r(134)];this[r(160)](r(170),!1),this[r(160)](r(191),n[r(180)][r(191)]),this[r(160)](r(176),!1),this[r(211)]=n,this[r(174)]=o,this[r(144)]=this[r(212)](),this[r(143)]=this[r(212)](),this[r(203)]=null,this[r(136)]=new e.FocusTracker,this[r(198)]=new e.KeystrokeHandler,this[r(216)]=new po.FocusCycler({focusables:this[r(144)],focusTracker:this[r(136)],keystrokeHandler:this[r(198)],keystrokeHandlerOptions:{filter:t=>this[r(144)][r(190)]((t=>t[r(210)]))[r(168)](t[r(142)])},actions:{focusPrevious:r(213),focusNext:r(137)}}),this[r(164)]=new qo(t),this[r(164)][r(169)](r(128)).to(this,r(191),(t=>t-this[r(174)][r(195)]));for(const t of n[r(180)])this[r(200)](t);this[r(129)](),this[r(149)](n[r(180)],r(127),((t,e)=>{const n=r,o=this[n(179)](e);this[n(191)]++,this[n(200)](e,o),this[n(183)]()})),this[r(149)](n[r(180)],r(182),((t,e)=>{const n=r;this[n(191)]--,this[n(132)](e),this[n(183)]()})),this[r(149)](n,r(135),(()=>this[r(183)]())),this[r(149)](n,r(220),(()=>this[r(129)]())),this.on(r(126),(()=>this[r(183)]())),this.on(r(193),(()=>this[r(183)]())),this[r(147)]({tag:"ul",attributes:{class:[r(152),s.if(r(191),r(199),(t=>!t))],"aria-label":fo(t,r(206))},children:this[r(143)]})}get[Zo(172)](){const t=Zo;return this[t(211)][t(133)]>this[t(174)][t(150)]&&!this[t(176)]&&!this[t(170)]}[Zo(162)](){const t=Zo;super[t(162)](),this[t(183)](),this[t(157)]()}[Zo(145)](t){const e=Zo;-1===t?this[e(216)][e(165)]():this[e(216)][e(175)]()}[Zo(138)](){const t=Zo;this[t(164)][t(138)]();for(const e of this[t(144)])e[t(138)]();super[t(138)]()}[Zo(183)](){const t=Zo;this[t(172)]?this[t(131)]():this[t(163)]()}[Zo(200)](t,e){const n=Zo,o=new(this[n(174)][n(156)])(this[n(189)],t,{maxCommentCharsWhenCollapsed:this[n(174)][n(178)],formatDateTime:this[n(174)][n(141)],editorConfig:this[n(174)][n(214)]});o[n(177)]=t.id,o[n(192)](n(194)).to(this),o[n(192)](n(139)).to(this),o[n(192)](n(181)).to(this),o[n(192)](n(187)).to(this),o[n(192)](n(207)).to(this),this[n(149)](o,n(184),(()=>this[n(151)]())),this[n(144)][n(127)](o,e)}[Zo(179)](t){const e=Zo,n=this[e(211)][e(173)](t);return this[e(203)]?this[e(203)][e(171)]>t[e(171)]?n-1:n:n-1}[Zo(129)](){const t=Zo;if(this[t(211)][t(154)]&&this[t(211)][t(124)]){const e={id:t(167),author:this[t(211)][t(154)],authoredAt:this[t(211)][t(124)],content:fo(this[t(189)],t(158)),attributes:{}};this[t(203)]=new(this[t(174)][t(156)])(this[t(189)],e,{maxCommentCharsWhenCollapsed:this[t(174)][t(178)],formatDateTime:this[t(174)][t(141)],editorConfig:this[t(174)][t(214)],isSystemComment:!0}),this[t(144)][t(127)](this[t(203)],this[t(211)][t(173)](e))}else this[t(203)]&&(this[t(144)][t(182)](this[t(203)]),this[t(203)][t(138)](),this[t(203)]=null);this[t(183)]()}[Zo(132)](t){const e=Zo,n=this[e(144)][e(182)](t.id);this[e(208)](n),n[e(218)]&&this[e(151)](),n[e(138)]()}[Zo(151)](){const t=Zo;this[t(170)]=Array[t(140)](this[t(144)])[t(197)]((e=>e[t(218)]))}[Zo(131)](){const t=Zo,n=function(t){const n=Qo,o=new e.Collection;for(const e of t)o[n(127)](e);return o}(this[t(144)]),o=this[t(164)][t(128)];for(let e=1;e<=o;e++)n[t(182)](1);for(const e of n)e[t(217)]();o>0&&n[t(127)](this[t(164)],1),tr((0,e.diff)(Array[t(140)](this[t(143)]),Array[t(140)](n)),this[t(143)],n)}[Zo(163)](){const t=Zo;tr((0,e.diff)(Array[t(140)](this[t(143)]),Array[t(140)](this[t(144)])),this[t(143)],this[t(144)]);for(const e of this[t(143)])e[t(148)]()}[Zo(157)](){const t=Zo;this[t(144)][t(201)]((e=>{const n=t;this[n(136)][n(127)](e[n(210)]),this[n(198)][n(149)](e[n(210)])})),this[t(144)].on(t(125),((e,n)=>{const o=t;for(const t of n[o(215)])this[o(136)][o(182)](t[o(210)]),this[o(198)][o(208)](t[o(210)]);for(const t of Array[o(140)](n[o(130)])[o(205)]())this[o(136)][o(127)](t[o(210)]),this[o(198)][o(149)](t[o(210)])}))}}function tr(t,e,n){const o=Zo;let r=0;for(const s of t)switch(s){case o(196):e[o(127)](n[o(204)](r),r),r++;break;case o(166):e[o(182)](r);break;case o(146):r++}}function er(t,e){const n=nr();return(er=function(t,e){return n[t-=186]})(t,e)}function nr(){const t=["20614928teNzEc","bindTemplate","THREAD_CONTEXT_LABEL","1161800KQXqEg","ck-context__value","element","4216884aUlIDA","span","16uNqwTq","780105jJDwui","setTemplate","set","5479299rOqCra","2075324ovSMaO","contextValue","focus","268776WQdcRH"];return(nr=function(){return t})()}const or=er;!function(t){const e=er,n=t();for(;;)try{if(403473===parseInt(e(193))/1+parseInt(e(192))/2*(-parseInt(e(200))/3)+-parseInt(e(197))/4+-parseInt(e(187))/5+-parseInt(e(190))/6+-parseInt(e(196))/7+parseInt(e(201))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nr);class rr extends po.View{constructor(t){const e=er;super(t);const n=this[e(202)];this[e(195)](e(198),""),this[e(194)]({tag:e(191),attributes:{class:["ck",e(188)],"aria-label":n.to(e(198),(n=>fo(t,e(186),n))),tabindex:-1},children:[{text:n.to(e(198))}]})}[or(199)](){const t=or;this[t(189)][t(199)]()}}function sr(t,e){const n=ar();return(sr=function(t,e){return n[t-=491]})(t,e)}const ir=sr;!function(t){const e=sr,n=t();for(;;)try{if(542117===parseInt(e(545))/1*(-parseInt(e(496))/2)+-parseInt(e(530))/3+-parseInt(e(543))/4+parseInt(e(515))/5+parseInt(e(528))/6*(parseInt(e(550))/7)+-parseInt(e(499))/8+-parseInt(e(561))/9*(-parseInt(e(507))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ar);class cr extends po.View{constructor(t,n){const o=sr;super(t);const r=this[o(535)];this[o(556)]=n,this[o(509)]=this[o(546)](),this[o(521)]=this[o(562)](),this[o(533)]=this[o(520)]([this[o(521)],this[o(509)]]),this[o(553)]=new e.FocusTracker,this[o(560)]=new e.KeystrokeHandler,this[o(554)]=new po.FocusCycler({focusables:this[o(533)],focusTracker:this[o(553)],keystrokeHandler:this[o(560)],actions:{focusPrevious:o(529),focusNext:o(527)}}),this[o(512)](o(497)).to(this[o(556)],o(534),(t=>!!t)),this[o(512)](o(522)).to(this[o(556)],o(534),(t=>t&&t[o(517)]?this[o(557)](t[o(517)]):fo(this[o(540)],o(552)))),this[o(548)]({tag:o(549),attributes:{class:[o(501)]},children:[{tag:o(549),attributes:{class:[o(510)]},children:[{tag:o(549),attributes:{class:[o(505),r.if(o(497),o(544))]},children:[this[o(521)]]}]},{tag:o(549),attributes:{class:[o(508)]},children:[this[o(509)]]}]})}[ir(551)](){const t=ir;super[t(551)](),this[t(491)](),this[t(555)]()}[ir(511)](){const t=ir;this[t(554)][t(495)]()}[ir(546)](){const t=ir,e=new po.ButtonView(this[t(540)]);return e[t(506)]=fo(this[t(540)],t(537)),e[t(513)]=fo(this[t(540)],t(537)),e[t(502)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(512)](t(518)).to(this[t(556)],t(494),(t=>!t)),e[t(512)](t(492)).to(this[t(556)],t(558),this[t(556)],t(500),((t,e)=>t&&e)),e.on(t(504),(()=>{const e=t;this[e(559)](e(526),this[e(556)].id)})),e}[ir(557)](t){const e=ir;if(t[e(547)]<150)return t;const n=t[e(539)](" ",147);return t[e(524)](0,n>-1?n:147)+e(498)}[ir(491)](){const t=ir,e=this[t(516)][t(519)](t(536)),n=e[t(519)](t(531));this[t(525)](e,t(532),(()=>{const o=t;n[o(493)]<n[o(523)]&&e[o(541)][o(538)](o(542))})),this[t(525)](e,t(503),(()=>{const n=t;e[n(541)][n(514)](n(542))}))}[ir(555)](){const t=ir;this[t(560)][t(525)](this[t(516)]);for(const e of this[t(533)])this[t(553)][t(538)](e[t(516)]),this[t(560)][t(525)](e[t(516)])}[ir(562)](){const t=ir,e=new rr(this[t(540)]);return e[t(512)](t(522)).to(this),e}}function ar(){const t=["execute","ck-context","label","16470FFZzJQ","ck-annotation__actions","reopenButtonView","ck-context-wrapper","focus","bind","tooltip","remove","4749040nZjBLO","element","value","isEnabled","querySelector","createCollection","contextView","contextValue","scrollWidth","substring","listenTo","reopenCommentThread","tab","7086zopREC","shift+tab","2456319EVfDbS",".ck-context__value","mouseenter","focusables","context","bindTemplate",".ck-context","Reopen","add","lastIndexOf","locale","classList","overlay","3069052ZYQbPp","ck-context--quotes","619693KKGiJC","_createReopenButton","length","setTemplate","div","644ypaAGb","render","Comment was made on an element","focusTracker","focusCycler","_setupKeyboardNavigation","_model","_trimContextValue","isResolvable","fire","keystrokes","12861skiLEo","_createContextView","_attachContextActions","isVisible","offsetWidth","isReadOnly","focusFirst","2IjSsfM","hasContext","...","5313416CiqDUN","isResolved","ck-thread__header","icon","mouseleave"];return(ar=function(){return t})()}const ur=hr;function hr(t,e){const n=dr();return(hr=function(t,e){return n[t-=264]})(t,e)}function dr(){const t=["commentThreadInputView","canComment","isDirty","set","commentsListView","element","COMMENT_THREAD_LABEL","delegate","listenTo","focus","isUnlinked","locale","submitLabel","cancel","focusCycler","submit","commentInputView","ariaLabel","unlinkedAt","_config","removeCommentThread","destroy","comments","length","name","isSubmitted","1240702SyHjJU","34308783fSiDXW","7714808GvPKwG","hasDirtyComment","Reply","editorDestroyed","Reply to reopen discussion...","Comment","Reply...","stop","value","_model","shift+tab","COMMENT_THREAD_DESCRIPTION","35SbPqME","updateComment","isReadOnly","3530639HYssMS","first","disabledSubmit","bind","Write a comment...","fire","removeComment","editorReady","2704522jBTKDc","archivedAt","editorConfig","commentThreadHeaderView","resolveCommentThread","reopenCommentThread","isResolvable","assign","tab","change:isActive","isResolved","focusTracker","target","_createCommentThreadInputView","placeholder","keystrokes","CommentView","7566yawJeX","showInput","_localUser","addComment","ariaDescriptionView","createCollection","282270CoQVUm","2204VCKUiu","isActive","submitCommentThread","author","render","focusables"];return(dr=function(){return t})()}!function(t){const e=hr,n=t();for(;;)try{if(735981===-parseInt(e(286))/1+parseInt(e(311))/2+parseInt(e(328))/3*(-parseInt(e(335))/4)+-parseInt(e(300))/5*(parseInt(e(334))/6)+-parseInt(e(303))/7+-parseInt(e(288))/8+parseInt(e(287))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(dr);class lr extends po.View{constructor(t,n,o,s){const i=hr;super(t),this[i(344)](i(336),!1),this[i(344)](i(343),!1),this[i(297)]=n,this[i(330)]=o,this[i(279)]=s,this[i(314)]=new cr(t,n),this[i(314)][i(267)](i(316)).to(this),this[i(332)]=new r.AriaDescriptionView(t,fo(t,i(299))),this[i(268)](this,i(316),(()=>{this[i(269)]()})),this[i(264)]=new $o(t,n,Object[i(318)]({CommentView:this[i(279)][i(327)]},s)),this[i(264)][i(267)](i(309)).to(this),this[i(264)][i(267)](i(301)).to(this),this[i(264)][i(267)](i(315)).to(this),this[i(264)][i(267)](i(310)).to(this),this[i(264)][i(267)](i(291)).to(this),this[i(264)][i(306)](i(336)).to(this),this[i(268)](this,i(315),(()=>{this[i(269)]()})),this[i(344)](i(283),this[i(264)][i(283)]),this[i(306)](i(283)).to(this[i(264)],i(283)),this[i(341)]=this[i(324)](),this[i(341)][i(267)](i(310)).to(this),this[i(341)][i(267)](i(291)).to(this),this.on(i(309),(()=>this[i(269)]())),this[i(306)](i(343)).to(this[i(264)],i(289),this[i(341)][i(276)],i(296),((t,e)=>t||!!e)),this[i(306)](i(270)).to(n,i(278),(t=>!!t)),this[i(306)](i(277)).to(this,i(283),(t=>{const e=i,n=this[e(297)][e(282)][e(304)]?this[e(297)][e(282)][e(304)][e(338)][e(284)]:this[e(330)][e(284)];return fo(this[e(271)],e(266),[t,n])})),this[i(340)]=this[i(333)]([this[i(264)],this[i(341)]]),this[i(322)]=new e.FocusTracker,this[i(326)]=new e.KeystrokeHandler,this[i(274)]=new po.FocusCycler({focusables:this[i(340)],focusTracker:this[i(322)],keystrokeHandler:this[i(326)],keystrokeHandlerOptions:{filter:t=>t[i(323)]!==this[i(265)]},actions:{focusPrevious:i(298),focusNext:i(319)}})}[ur(269)](){const t=ur;this[t(265)][t(269)]()}[ur(339)](){const t=ur;super[t(339)](),(0,r.setupThreadKeyboardNavigation)(this,this[t(340)])}async[ur(281)](){const t=ur;this[t(343)]=!1,this[t(264)][t(281)](),await this[t(341)][t(281)](),super[t(281)]()}[ur(324)](){const t=ur,e=new Yo(this[t(271)],this[t(330)],this[t(279)][t(313)]),n=e[t(276)];return e[t(306)](t(329)).to(this,t(336),this[t(297)],t(302),this[t(297)],t(342),this[t(297)],t(312),n,t(296),((t,e,n,o,r)=>!!r||!!o&&n&&!e||t&&n&&!e)),n[t(306)](t(325)).to(this,t(283),this[t(297)],t(317),this[t(297)],t(321),((e,n,o)=>{const r=t;let s;return s=r(o&&n?292:e?294:307),fo(this[r(271)],s)})),n[t(306)](t(272)).to(this,t(283),(e=>fo(this[t(271)],t(e?290:293)))),n.on(t(275),((e,n)=>{const o=t;this[o(308)](o(331),n),this[o(297)][o(321)]&&this[o(297)][o(317)]&&this[o(308)](o(316),this[o(297)].id),this[o(297)][o(285)]||this[o(308)](o(337))})),n.on(t(273),(()=>{this[t(269)]()})),n[t(306)](t(305)).to(this[t(297)],t(302)),n.on(t(273),(e=>{const n=t;0==this[n(283)]&&(this[n(308)](n(280)),e[n(295)]())})),this.on(t(320),((e,o,r)=>{const s=t;r||this[s(283)]||n[s(296)]||this[s(308)](s(280))})),e}}const mr=gr;function kr(){const t=["isSystemComment","Write a comment...","ck-thread--unlinked","_updateArchivedThreadHeader","locale","isActive","actionIndicator","execute","ck-rounded-corners","removeConfirm","removeButton","listenTo","render","commentThreadChildren","get","ck-thread--active","bind","commentsListView","div","isUnlinked","ariaLabel","resolveCommentThread","2925hslktL","unbind","isConfirm","_model","_cancelAllConfirms","isResolved","then","24670oGtQgI","fire","check","24168881LFjMQB","isEnabled","isReadOnly","ariaDescriptionView","stop","_boundFirstCommentView","1415928EyQVWy","commentThreadInputView","2lKyTON","1213886MOcQCN","ck-comment--resolve","ck-thread","isResolvable","commentViews","createCollection","change:isReadOnly","496556xycdwM","change:archivedAt","length","setTemplate","focusables",".ck-thread__container","removeCommentThread","placeholder","has","high","remove","10378431GRwraL","label","ck-thread--remove-confirmation","ck-thread__container","icon","_createResolveButton","6586410rmQxYB","extendTemplate","element","_bindFirstCommentView","querySelector","isVisible","bindTemplate","cancelConfirm","3DchqPj","ck-reset_all-excluded","5InGwXe","ck-thread--","getTemplate","add","set","containerElement","archivedAt","Resolve","showConfirm","change:isActive","listitem","focus","actionBar","Delete comment thread?","resolveButton","tooltip","commentThreadHeaderView"];return(kr=function(){return t})()}function gr(t,e){const n=kr();return(gr=function(t,e){return n[t-=121]})(t,e)}!function(t){const e=gr,n=t();for(;;)try{if(742456===-parseInt(e(189))/1*(-parseInt(e(190))/2)+-parseInt(e(130))/3*(-parseInt(e(197))/4)+parseInt(e(132))/5*(parseInt(e(122))/6)+parseInt(e(208))/7+-parseInt(e(187))/8+-parseInt(e(171))/9*(parseInt(e(178))/10)+-parseInt(e(181))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);class pr extends((0,r.ConfirmMixin)(lr)){constructor(t,e,n,o){const r=gr;super(t,e,n,o),this[r(162)]=this[r(195)]([this[r(166)],this[r(188)],this[r(184)]]),this[r(136)](r(155),null),this[r(137)]=null,this[r(186)]=null,this[r(153)]=t,this[r(146)]=this[r(121)](),this[r(200)](this[r(134)]()),this.on(r(141),((t,e,n)=>{n||this[r(175)]()})),this[r(160)](this[r(174)],r(196),((t,e,n)=>{n&&this[r(175)]()})),this[r(199)]>0&&this[r(125)](),this[r(160)](this[r(166)][r(194)],r(135),(()=>{this[r(125)]()}))}[mr(134)](){const t=mr,e=this[t(128)];return{tag:t(167),attributes:{class:["ck",t(192),t(131),t(157),e.if(t(154),t(164)),e.if(t(168),t(151)),e.if(t(173),t(210)),e.to(t(155),(e=>e?t(133)+e:""))],"data-thread-id":this[t(174)].id,tabindex:0,role:t(142),"aria-label":e.to(t(169)),"aria-describedby":this[t(184)].id},children:[{tag:t(167),attributes:{class:t(211)},children:this[t(162)]}]}}[mr(161)](){const t=mr;super[t(161)](),this[t(137)]=this[t(124)][t(126)](t(202)),this[t(174)].on(t(198),(()=>{this[t(152)]()})),this[t(152)]()}[mr(175)](){const t=mr;this[t(129)]();for(const e of this[t(166)][t(194)])e[t(129)]()}[mr(125)](){const t=mr,{locale:e}=this,n=this[t(166)][t(194)][t(163)](0);n===this[t(186)]||n[t(149)]||(this[t(186)]=n,this[t(172)](t(155)),this[t(165)](t(155)).to(n,t(155),(e=>t(207)===e?t(207):null)),n[t(204)]=fo(e,t(150)),n[t(159)].on(t(156),(n=>{const o=t;n[o(185)](),this[o(140)](fo(e,o(145)),this[o(137)])[o(177)]((()=>{const t=o;this[t(179)](t(203))}))}),{priority:t(206)}),this.on(t(158),(()=>{n[t(143)]()})),n[t(144)][t(135)](this[t(146)],0),n[t(201)][t(135)](this[t(146)],0))}[mr(121)](){const e=mr,n=new r.LateFocusButtonView(this[e(153)]);return n[e(209)]=fo(this[e(153)],e(139)),n[e(147)]=fo(this[e(153)],e(139)),n[e(212)]=t.icons[e(180)],n[e(123)]({attributes:{class:e(191)}}),n[e(165)](e(182)).to(this[e(174)],e(183),(t=>!t)),n[e(165)](e(127)).to(this[e(174)],e(193),this[e(174)],e(176),((t,e)=>t&&!e)),n.on(e(156),(()=>{const t=e;this[t(179)](t(170),this[t(174)].id)})),n}[mr(152)](){const t=mr;this[t(174)][t(138)]?this[t(162)][t(205)](this[t(148)])||(this[t(162)][t(135)](this[t(148)],0),this[t(201)][t(135)](this[t(148)],0)):this[t(162)][t(205)](this[t(148)])&&(this[t(162)][t(207)](this[t(148)]),this[t(201)][t(207)](this[t(148)]))}}var fr=vr;function br(){var t=["180WMLshn","50544pZlLIR","470VssfTX","content","171KqutSk","3909570kxJfLZ","element","543HuUYWc","set","innerHTML","div","34588DpthqA","34xQwOiF","ck-content","20896jFxYIg","ck-comment__content","305723NwIUpe","render","change:content","17222AKaxit","ck-annotation__content","setTemplate","2549443RwgNuC","885MqtCta"];return(br=function(){return t})()}function vr(t,e){var n=br();return(vr=function(t,e){return n[t-=457]})(t,e)}!function(t){for(var e=vr,n=t();;)try{if(808541===-parseInt(e(457))/1*(parseInt(e(464))/2)+-parseInt(e(476))/3*(-parseInt(e(480))/4)+parseInt(e(468))/5*(-parseInt(e(470))/6)+-parseInt(e(474))/7+-parseInt(e(459))/8*(parseInt(e(473))/9)+parseInt(e(471))/10*(-parseInt(e(461))/11)+-parseInt(e(469))/12*(-parseInt(e(467))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(br);class _r extends po.View{constructor(t){var e=vr;super(t),this[e(477)](e(472),""),this[e(466)]({tag:e(479),attributes:{class:[e(458),e(460),e(465)]}})}[fr(462)](){var t=fr;super[t(462)](),this.on(t(463),((e,n,o)=>{var r=t;this[r(475)][r(478)]=o})),this[t(475)][t(478)]=this[t(472)]}}const wr=Ir;function Ir(t,e){const n=yr();return(Ir=function(t,e){return n[t-=220]})(t,e)}function yr(){const t=["stopListening","isReadOnly","12RykYoW","@external","112047PjuoYx","text/html","COMMENT_THREAD_DESCRIPTION","focusables","value","render","focus","_createCommentContentView","removed","40NsSZMF","set","EXTERNAL_AVATAR","232SLMqTe","locale","authoredAt","bind","remove","disabledSubmit","focusCycler","submitLabel","createEditor","visibleView","Save","author","editorDestroyed","_model","name","1885610FFyUtJ","420iWpGyv","get","ariaDescriptionView","attributes","focusTracker","expand","maxCommentCharsWhenCollapsed","26745FNDyik","target","initialData","cancel","focusFirst","_setupKeyboardNavigation","esc","listenTo","getExternalCommentNote","tab","120305ARUpoo","source","_createCommentInputView","keystrokes","body","creator","COMMENT_ARIA_LABEL","EXTERNAL_IMPORT_WORD_AVATAR","importWord","change","shift+tab","_config","fire","switchToEditMode","parseFromString","switchToDisplayMode","getUserViewNotificationText","isSystemComment","editorReady","62RXUMvI","element","10685323ifondt","collapse","ariaLabel","26742pyCabh","content","textContent","add","EXTERNAL_IMPORT_WORD_COMMENT","EXTERNAL_COMMENT","isCollapsed","isEditMode","87408wtBqSJ","submit","editorConfig","delegate","updateComment","destroy","isExternal","once","enter","formatDateTime","added","createCollection"];return(yr=function(){return t})()}!function(t){const e=Ir,n=t();for(;;)try{if(168038===-parseInt(e(286))/1+-parseInt(e(257))/2*(parseInt(e(228))/3)+parseInt(e(295))/4*(-parseInt(e(238))/5)+parseInt(e(262))/6*(-parseInt(e(221))/7)+parseInt(e(298))/8*(parseInt(e(270))/9)+-parseInt(e(220))/10+parseInt(e(259))/11*(parseInt(e(284))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yr);class Ar extends po.View{constructor(t,n,o){const s=Ir;super(t),this[s(311)]=n,this[s(249)]=o,this[s(255)]=!!this[s(249)][s(255)],this[s(296)](s(269),!1),this[s(296)](s(268),!0),this[s(301)](s(261)).to(n,s(263),n,s(300),((e,r)=>fo(t,s(244),[n[s(309)][s(312)],o[s(279)](r),(new DOMParser)[s(252)](e,s(287))[s(242)][s(264)],n[s(276)]?this[s(236)]():""]))),this[s(223)]=new r.AriaDescriptionView(t,fo(t,s(288))),this[s(307)]=this[s(281)](),this[s(307)][s(265)](this[s(293)]()),this[s(289)]=new po.ViewCollection,this[s(225)]=new e.FocusTracker,this[s(241)]=new e.KeystrokeHandler,this[s(304)]=new po.FocusCycler({focusables:this[s(289)],focusTracker:this[s(225)],keystrokeHandler:this[s(241)],keystrokeHandlerOptions:{filter:t=>t[s(229)]!==this[s(258)]},actions:{focusPrevious:s(248),focusNext:s(237)}})}[wr(226)](){this[wr(268)]=!1}[wr(260)](){const t=wr;this[t(269)]||(this[t(268)]=!0)}[wr(292)](){const t=wr;this[t(258)][t(292)]()}[wr(291)](){const t=wr;super[t(291)](),this[t(233)]()}async[wr(275)](){const t=wr;await this[t(307)][t(222)](0)[t(275)](),super[t(275)]()}[wr(251)](){const t=wr;this[t(269)]||(this[t(269)]=!0,this[t(307)][t(302)](0)[t(275)](),this[t(307)][t(265)](this[t(240)]()))}[wr(253)](){const t=wr;this[t(269)]&&(this[t(269)]=!1,this[t(307)][t(302)](0)[t(275)](),this[t(307)][t(265)](this[t(293)]()))}[wr(236)](){const t=wr;return t(246)===this[t(311)][t(224)][t(285)][t(239)]?fo(this[t(299)],t(266)):fo(this[t(299)],t(267))}[wr(254)](){const t=wr;return this[t(311)][t(276)]?t(246)===this[t(311)][t(224)][t(285)][t(239)]?fo(this[t(299)],t(245),this[t(311)][t(243)][t(312)]):fo(this[t(299)],t(297),this[t(311)][t(243)][t(312)]):null}[wr(293)](){const t=wr,e=new _r(this[t(299)]);return e[t(301)](t(263)).to(this[t(311)],t(263),this,t(268),((e,n)=>n?(0,r.trimHtml)(e,{limit:this[t(249)][t(227)]}):e)),e}[wr(240)](){const t=wr;this[t(249)][t(272)]||(this[t(249)][t(272)]={}),this[t(249)][t(272)][t(230)]=this[t(311)][t(263)];const e=new zo(this[t(299)],this[t(249)][t(272)]);return e[t(290)]=this[t(311)][t(263)],e[t(301)](t(303)).to(this[t(311)],t(283)),e[t(305)]=fo(this[t(299)],t(308)),e.on(t(271),((e,n)=>{const o=t;this[o(250)](o(274),this[o(311)].id,n),this[o(253)](),this[o(292)]()})),e.on(t(231),(()=>{const e=t;this[e(253)](),this[e(292)]()})),e[t(277)](t(256),(()=>{e[t(292)]()})),e[t(306)](),e[t(273)](t(256)).to(this),e[t(273)](t(310)).to(this),e}[wr(233)](){const t=wr,e=this[t(258)];this[t(241)][t(235)](e);for(const e of this[t(289)])this[t(225)][t(265)](e[t(258)]),this[t(241)][t(235)](e[t(258)]);this[t(289)].on(t(247),((e,n)=>{const o=t;for(const t of n[o(294)])this[o(225)][o(302)](t[o(258)]),this[o(241)][o(282)](t[o(258)]);for(const t of n[o(280)])this[o(225)][o(265)](t[o(258)]),this[o(241)][o(235)](t[o(258)])})),this[t(241)][t(296)](t(278),((n,o)=>{const r=t;e===n[r(229)]&&(this[r(304)][r(232)](),o())})),this[t(241)][t(296)](t(234),((n,o)=>{const r=t;e!==n[r(229)]&&(this[r(292)](),o())}))}}const Cr=Tr;function Tr(t,e){const n=Er();return(Tr=function(t,e){return n[t-=197]})(t,e)}function Er(){const t=["344YdcLOv","isEnabled","focusables","change:isRemovable","Delete comment?","1474itmbKJ","Edit","toMany","ck-comment--remove-confirmation","Reply...","userView","panelView","16070IyTZbj","ck-comment--edit","ck-hidden","locale","div","ck-comment__actions","ck-comment__info","1390320HemDBI","children","bindTemplate","isEditable","buttonView","134MDFuok","find","time","ck-annotation__main","isReadOnly","getExternalCommentNote","actionIndicator","listenTo","showConfirm","ck-comment--info","listitem","then","_createRemoveButton","ck-comment__external","12XKQrRK","ck-comment__info-time","createCollection","panelPosition","18HlNRbd","pencil","ck-comment","ck-annotation__content-wrapper","ck-comment__user","ck-annotation__info-time","ck-annotation__actions","author","_createDropdown","span","length","execute","blur","add","removeComment","set","_config","ck-annotation__info","_attachActions","507708DOMLFt","ck-comment__info-name","dropdown","cancelConfirm","actionBar","fire","push","isRemovable","removeButton","ck-comment__wrapper","extendTemplate","ck-comment__actions--hidden","ck-comment--remove","isExternal","isSystemComment","19458huFRGv","ck-annotation__actions--hidden","ck-annotation","ariaLabel","setTemplate","isVisible","_createCommentInputView","Show more items","4388VgZidx","addMany","some","items","276wLgKvS","getUserViewNotificationText","icon","placeholder","ariaDescriptionView","visibleView","ck-comment--","unbind","mouseenter","mouseleave","1633163YcYNjO","authoredAt","isEditMode","formatDateTime","ck-comment__main","ck-annotation__user","element","render","group","withText","getTemplate","editButton","from","resolvedAt","edit","name","ck-annotation__info-name","label","focus","threeVerticalDots","_createEditButton","_model","bind","isConfirm","switchToEditMode","Remove","690573gJsSSA","remove"];return(Er=function(){return t})()}!function(t){const e=Tr,n=t();for(;;)try{if(443291===-parseInt(e(201))/1*(-parseInt(e(261))/2)+-parseInt(e(219))/3*(parseInt(e(238))/4)+parseInt(e(322))/5+parseInt(e(215))/6*(-parseInt(e(275))/7)+-parseInt(e(303))/8*(-parseInt(e(253))/9)+parseInt(e(315))/10*(-parseInt(e(308))/11)+-parseInt(e(265))/12*(-parseInt(e(301))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Er);class xr extends((0,r.ConfirmMixin)(Ar)){constructor(t,e,n){const o=Tr;super(t,e,n),this[o(234)](o(207),null),this[o(234)](o(268),fo(t,o(312))),this[o(297)](o(276)).to(e),this[o(297)](o(288)).to(e),this[o(242)]=this[o(217)](),this[o(252)]||(this[o(286)]=this[o(295)](),this[o(246)]=this[o(213)](),this[o(264)]=this[o(217)](),this[o(264)][o(262)]([this[o(286)],this[o(246)]]),this[o(240)]=this[o(227)](),this[o(242)][o(232)](this[o(240)]),this[o(305)][o(232)](this[o(240)])),this[o(313)]=new r.UserView(t,e[o(226)],this[o(266)]()),this[o(313)][o(248)]({attributes:{class:[o(223),o(280)],"aria-hidden":!0}}),this[o(208)](e,o(306),(()=>this[o(241)]())),this[o(257)](this[o(285)]())}[Cr(285)](){const t=Cr,e=this[t(198)],n=[{tag:t(319),attributes:{class:[t(321),t(236)]},children:[{tag:t(228),children:[{text:this[t(313)][t(290)]}],attributes:{class:[t(239),t(291)]}},{tag:t(203),attributes:{datetime:e.to(t(276)),class:[t(216),t(224)]},children:[{text:e.to(t(276),(e=>this[t(235)][t(278)](e)))}]}]},{tag:t(319),attributes:{class:[t(320),t(225),e.if(t(277),t(249)),e.if(t(277),t(254))]},children:this[t(242)]},{tag:t(319),attributes:{class:[t(222)]},children:this[t(270)]},this[t(269)]];return this[t(296)][t(251)]&&n[t(244)]({tag:t(319),attributes:{class:[t(214)]},children:[{text:this[t(206)]()}]}),{tag:"li",attributes:{class:[t(247),e.if(t(298),t(311))],tabindex:-1,"aria-label":e.to(t(256)),"aria-describedby":this[t(269)].id,role:t(211)},children:[{tag:t(319),attributes:{class:[t(221),t(255),e.if(t(277),t(316)),e.if(t(252),t(210)),e.to(t(207),(e=>e?t(271)+e:""))],"data-author-id":this[t(296)][t(226)].id,"data-comment-id":this[t(296)].id,role:t(283)},children:[this[t(313)],{tag:t(319),attributes:{class:[t(279),t(204)]},children:n}]}]}}[Cr(295)](){const e=Cr,n=new po.ButtonView(this[e(318)]);return n[e(292)]=fo(this[e(318)],e(309)),n[e(267)]=t.icons[e(220)],n[e(284)]=!0,n[e(248)]({attributes:{class:e(316)}}),n[e(297)](e(304)).to(this[e(296)],e(205),(t=>!t)),n[e(297)](e(258)).to(this[e(296)],e(199)),n.on(e(230),(()=>this[e(299)]())),n}[Cr(213)](){const t=Cr,e=new po.ButtonView(this[t(318)]);return e[t(292)]=fo(this[t(318)],t(300)),e[t(267)]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',e[t(284)]=!0,e[t(248)]({attributes:{class:t(250)}}),e[t(297)](t(304)).to(this[t(296)],t(205),(t=>!t)),e[t(297)](t(258)).to(this[t(296)],t(245)),e.on(t(230),(()=>{const e=t;this[e(209)](fo(this[e(318)],e(307)),this[e(281)])[e(212)]((()=>{const t=e;this[t(243)](t(233),this[t(296)].id)}))})),e}[Cr(227)](){const e=Cr,n=(0,po.createDropdown)(this[e(318)],r.LateFocusDropdownButtonView),o=n[e(314)][e(197)],s=new po.ListView(this[e(318)]),i=n[e(198)];(0,po.focusChildOnDropdownOpen)(n,(()=>this[e(264)][e(202)]((t=>t[e(258)])))),n[e(248)]({attributes:{class:[i.if(e(258),e(317),(t=>!t))]}});const c=(t,o=-1)=>{const r=e,i=new po.ListItemView(this[r(318)]);i[r(197)][r(232)](t);const c=o>-1?o:s[r(264)][r(229)];s[r(264)][r(232)](i,c);const a=Array[r(287)](this[r(264)]);n[r(272)](r(304),r(258)),n[r(297)](r(304))[r(310)](a,r(304),((...t)=>t[r(263)]((t=>t)))),n[r(297)](r(258))[r(310)](a,r(258),((...t)=>t[r(263)]((t=>t))))};n[e(218)]="sw",n[e(200)][e(234)]({label:fo(this[e(318)],e(260)),icon:t.icons[e(294)]});for(const t of this[e(264)])c(t);return o[e(232)](s),n[e(208)](this[e(264)],e(232),((t,e,n)=>{c(e,n)})),n[e(208)](this[e(264)],e(302),((t,n,o)=>{const r=e;s[r(264)][r(302)](o)})),n}[Cr(237)](t,e){const n=Cr,o=t&&t[n(281)];o&&(this[n(208)](o,n(273),(()=>this[n(207)]=e)),this[n(208)](o,n(293),(()=>this[n(207)]=e)),this[n(208)](o,n(274),(()=>this[n(207)]=null)),this[n(208)](o,n(231),(()=>this[n(207)]=null)))}[Cr(259)](){const t=Cr,e=super[t(259)]();return e[t(297)](t(268)).to(this),e}[Cr(282)](){const t=Cr;super[t(282)](),this[t(237)](this[t(286)],t(289)),this[t(237)](this[t(246)],t(302))}}var Or=n(673),Nr=n.n(Or),Sr=n(545),Mr=n.n(Sr),Pr=n(262),Rr=n.n(Pr),Lr=n(667),Vr=n.n(Lr),jr=n(357),Dr=n.n(jr),Br=n(554),Kr={attributes:{"data-cke":!0}};Kr.setAttributes=Vr(),Kr.insert=Rr().bind(null,"head"),Kr.domAPI=Mr(),Kr.insertStyleElement=Dr();Nr()(Br.A,Kr);Br.A&&Br.A.locals&&Br.A.locals;var zr=n(306),Fr={attributes:{"data-cke":!0}};Fr.setAttributes=Vr(),Fr.insert=Rr().bind(null,"head"),Fr.domAPI=Mr(),Fr.insertStyleElement=Dr();Nr()(zr.A,Fr);zr.A&&zr.A.locals&&zr.A.locals;var Ur=n(980),Hr={attributes:{"data-cke":!0}};Hr.setAttributes=Vr(),Hr.insert=Rr().bind(null,"head"),Hr.domAPI=Mr(),Hr.insertStyleElement=Dr();Nr()(Ur.A,Hr);Ur.A&&Ur.A.locals&&Ur.A.locals;const Wr=function(){return w.Date.now()};var Yr=/\s/;const Xr=function(t){for(var e=t.length;e--&&Yr.test(t.charAt(e)););return e};var Gr=/^\s+/;const qr=function(t){return t?t.slice(0,Xr(t)+1).replace(Gr,""):t};var Zr=/^[-+]0x[0-9a-f]+$/i,Qr=/^0b[01]+$/i,Jr=/^0o[0-7]+$/i,$r=parseInt;const ts=function(t){if("number"==typeof t)return t;if(zn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=qr(t);var n=Qr.test(t);return n||Jr.test(t)?$r(t.slice(2),n?2:8):Zr.test(t)?NaN:+t};var es=Math.max,ns=Math.min;const os=function(t,e,n){var o,r,s,i,c,a,u=0,h=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,s=r;return o=r=void 0,u=e,i=t.apply(s,n)}function k(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-u>=s}function g(){var t=Wr();if(k(t))return p(t);c=setTimeout(g,function(t){var n=e-(t-a);return d?ns(n,s-(t-u)):n}(t))}function p(t){return c=void 0,l&&o?m(t):(o=r=void 0,i)}function f(){var t=Wr(),n=k(t);if(o=arguments,r=this,a=t,n){if(void 0===c)return function(t){return u=t,c=setTimeout(g,e),h?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(g,e),m(a)}return void 0===c&&(c=setTimeout(g,e)),i}return e=ts(e)||0,M(n)&&(h=!!n.leading,s=(d="maxWait"in n)?es(ts(n.maxWait)||0,e):s,l="trailing"in n?!!n.trailing:l),f.cancel=function(){void 0!==c&&clearTimeout(c),u=0,o=a=r=c=void 0},f.flush=function(){return void 0===c?i:p(Wr())},f};const rs=function(t,e,n){var o=!0,r=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(o="leading"in n?!!n.leading:o,r="trailing"in n?!!n.trailing:r),os(t,e,{leading:o,maxWait:e,trailing:r})};function ss(){const t=["characterData","4328855zgsKTF","cancel","1367070FLQGQz","4wSlfko","2763828rYCcjp","40nmujwB","attributes","11002UXdNeA","observe","attributeName","disconnect","class","170ipgnmK","2095452xyVhaX","7gjxBBk","childList","583992ScYNaw","66tfPDng","type","628212ycNQYa","72FvUtsV"];return(ss=function(){return t})()}function is(t,e){const n=ss();return(is=function(t,e){return n[t-=263]})(t,e)}function cs(t){const e=rs(t,30),n=new MutationObserver((t=>{const n=is;for(const o of t)(n(282)==o[n(272)]&&n(265)==o[n(263)]||n(269)==o[n(272)]||n(275)==o[n(272)])&&e()}));return{attach(t){n[is(284)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=is;n[t(264)](),e[t(277)]()}}}!function(t){const e=is,n=t();for(;;)try{if(904203===-parseInt(e(266))/1*(parseInt(e(283))/2)+parseInt(e(280))/3+parseInt(e(279))/4*(-parseInt(e(276))/5)+parseInt(e(267))/6*(parseInt(e(268))/7)+parseInt(e(281))/8*(parseInt(e(270))/9)+-parseInt(e(278))/10*(-parseInt(e(271))/11)+-parseInt(e(274))/12*(-parseInt(e(273))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ss);var as=n(438),us={attributes:{"data-cke":!0}};us.setAttributes=Vr(),us.insert=Rr().bind(null,"head"),us.domAPI=Mr(),us.insertStyleElement=Dr();Nr()(as.A,us);as.A&&as.A.locals&&as.A.locals;function hs(){const t=["ck-annotation-wrapper--active","fire","5536812pswIXi","isActive","type","_mutationObserver","68whuDpz","ck-annotation-wrapper","length","mainView","135080sVzVzm","delegate","4696868cRfPsO","targetRect","destroy","setTemplate","createCollection","26KYEczf","element","arrowdown","arrowup","add","presentation","render","51uhGgjJ","5duFDhm","attach","ck-rounded-corners","clientHeight","bindTemplate","content","isDirty","630792MkFtFv","keystrokes","set","detach","_updateHeight","focusTracker","clear","10zdkIEv","161156KYIpUR","div","5583eUtHLI","listenTo","focus","2340072bkahLP","height","first","Esc","72PaGODW"];return(hs=function(){return t})()}function ds(t,e){const n=hs();return(ds=function(t,e){return n[t-=476]})(t,e)}const ls=ds;!function(t){const e=ds,n=t();for(;;)try{if(416397===-parseInt(e(498))/1*(parseInt(e(512))/2)+-parseInt(e(480))/3*(-parseInt(e(496))/4)+parseInt(e(481))/5*(-parseInt(e(488))/6)+-parseInt(e(501))/7+parseInt(e(516))/8*(-parseInt(e(505))/9)+parseInt(e(495))/10*(-parseInt(e(518))/11)+parseInt(e(508))/12*(parseInt(e(523))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hs);class ms extends po.View{constructor(t,n){const o=ds;super(t),this.id=(0,e.uid)(),this[o(493)]=new e.FocusTracker,this[o(489)]=new e.KeystrokeHandler,this[o(489)][o(490)](o(504),((t,e)=>this[o(507)](o(504),e))),this[o(490)](o(519),{top:0,right:0,bottom:0,left:0}),this[o(490)](o(502),0),this[o(490)](o(509),!1),this[o(490)](o(487),!1),this[o(490)](o(514),0),this[o(490)](o(510),""),this[o(511)]=cs((()=>this[o(492)]())),this[o(486)]=this[o(522)](),this[o(486)][o(517)](o(476),o(525)).to(this),this[o(486)][o(477)](n),this[o(515)]=n;const r=this[o(485)];this[o(521)]({tag:o(497),attributes:{class:["ck",o(513),o(483),r.if(o(509),o(506))],role:o(478)},children:this[o(486)]})}[ls(479)](){const t=ls;super[t(479)](),this[t(493)][t(477)](this[t(524)]),this[t(489)][t(499)](this[t(524)]),this[t(511)][t(482)](this[t(524)])}[ls(520)](){const t=ls;this[t(486)][t(494)](),this[t(489)][t(520)](),this[t(493)][t(520)](),this[t(511)][t(491)](),super[t(520)]()}[ls(500)](){const t=ls;this[t(486)][t(503)]&&this[t(486)][t(503)][t(500)]()}[ls(492)](){const t=ls,e=this[t(524)][t(484)];e&&(this[t(502)]=e)}}const ks=gs;function gs(t,e){const n=bs();return(gs=function(t,e){return n[t-=228]})(t,e)}!function(t){const e=gs,n=t();for(;;)try{if(341942===-parseInt(e(242))/1+-parseInt(e(248))/2+-parseInt(e(238))/3*(parseInt(e(258))/4)+parseInt(e(270))/5*(-parseInt(e(234))/6)+parseInt(e(251))/7*(parseInt(e(267))/8)+-parseInt(e(265))/9+parseInt(e(243))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class ps extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:r=!0}){const s=gs;super(),this[s(271)]=t,this[s(271)][s(257)]||this[s(271)][s(232)](),this[s(256)]=o,this[s(254)]=n,ps[s(230)](this[s(266)]()),this[s(261)]=new e.Collection([this[s(271)][s(257)]],{idProperty:s(255)}),this[s(261)].on(s(235),((t,e)=>{const n=s;this[n(271)][n(237)][n(235)](e)})),this[s(261)].on(s(247),((t,e)=>{const n=s;this[n(271)][n(237)][n(247)](e)})),this[s(269)](s(228),r)}get[ks(236)](){const t=ks;return t(240)==typeof this[t(256)]?this[t(256)]():this[t(256)]}get[ks(262)](){const t=ks;return this[t(271)][t(229)]}get[ks(272)](){const t=ks,e=this[t(266)]();return ps[t(230)](e),e}get[ks(250)](){const t=ks,n=this[t(272)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(252)]((e=>function(e){const n=t;if(e[n(264)])return!0;return!!e[n(239)]()[n(233)](0)}(e)));return 0===o[t(249)]?null:new e.Rect(o[0][t(239)]()[t(233)](0))}get[ks(260)](){const t=ks;return this[t(271)][t(260)]}set[ks(260)](t){const e=ks;this[e(271)][e(260)]=t,this[e(271)][e(229)][e(260)]=t}[ks(259)](){const t=ks;this[t(271)][t(250)]=this[t(250)]}[ks(244)](){const t=ks;this[t(261)][t(246)](),this[t(261)][t(273)](),this[t(246)]()}[ks(263)](){const t=ks;this[t(228)]=!!this[t(250)]}static[ks(230)](t){const n=ks;if(!(null===t||t instanceof e.Rect||Array[n(253)](t)&&t[n(268)]((t=>fs(t)))))throw new e.CKEditorError(n(245),null,{target:t})}[ks(266)](){const t=ks,e=t(240)==typeof this[t(254)]?this[t(254)]():this[t(254)];return fs(e)?[e]:e}}function fs(t){const e=ks;return null!==t&&e(241)==typeof t&&e(231)in t&&1===t[e(231)]}function bs(){const t=["mainView","_assertCorrectTarget","nodeType","render","item","176028UMPaDW","add","type","focusTracker","9rPYuyn","getClientRects","function","object","514742WdbWHp","21613190IljJmX","destroy","annotation-invalid-target","stopListening","remove","461972UqWzeu","length","targetRect","91XObfWq","filter","isArray","_target","_id","_type","element","650672zNWcxO","updateTargetRect","isActive","focusableElements","innerView","refreshVisibility","offsetParent","3085056eAAgNx","_getNormalizedTarget","193576ZWokar","every","set","95zPnpaZ","view","target","clear","isVisible"];return(bs=function(){return t})()}const vs=_s;function _s(t,e){const n=ys();return(_s=function(t,e){return n[t-=301]})(t,e)}!function(t){const e=_s,n=t();for(;;)try{if(333634===parseInt(e(322))/1*(-parseInt(e(303))/2)+-parseInt(e(305))/3+-parseInt(e(330))/4+-parseInt(e(306))/5+-parseInt(e(324))/6+-parseInt(e(308))/7+parseInt(e(332))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ys);class ws extends e.Collection{constructor(t=[]){const n=_s;super(),this[n(341)]=new Map,this[n(310)]=new Map,this[n(315)]=new e.FocusTracker,this[n(315)].on(n(326),((t,e,o)=>{const r=n;o||this[r(309)](r(320))}));for(const e of t)this[n(314)](e)}get[vs(318)](){const t=vs;return this[t(315)][t(318)]}[vs(314)](t){const n=vs;if(this[n(313)](t))throw new e.CKEditorError(n(301),null);this[n(341)][n(342)](t[n(327)],t),this[n(310)][n(342)](t[n(335)],t);for(const e of t[n(311)])this[n(315)][n(314)](e);this[n(331)](t[n(311)],n(314),((t,e)=>{const o=n;this[o(315)][o(314)](e)})),this[n(331)](t[n(311)],n(316),((t,e)=>{const o=n;this[o(315)][o(316)](e)})),this[n(331)](t[n(335)][n(321)],n(326),((e,o,r)=>{const s=n;r&&this[s(309)](s(344),t)})),t[n(323)]();const o=this[n(337)](t[n(335)][n(302)]);return super[n(314)](t,o)}[vs(316)](t){const n=vs;if(!this[n(313)](t))throw new e.CKEditorError(n(329),null);this[n(345)](t[n(335)][n(321)]),this[n(345)](t[n(311)]);for(const e of t[n(311)])this[n(315)][n(316)](e);return this[n(310)][n(336)](t[n(335)]),this[n(341)][n(336)](t[n(327)]),super[n(316)](t)}[vs(328)](t){const e=vs;return this[e(341)][e(338)](t)}[vs(304)](t){const e=vs;return this[e(310)][e(338)](t)}[vs(340)](){const t=vs;super[t(325)](),this[t(345)](),this[t(341)][t(325)](),this[t(310)][t(325)](),this[t(315)][t(340)]()}[vs(317)](){const t=vs;for(const e of this)e[t(323)]();this[t(333)]()}[vs(333)](){const t=vs,e=Array[t(312)](this)[t(307)](((e,n)=>Is(e[t(335)][t(302)],n[t(335)][t(302)])));for(let n=e[t(339)]-1;n>0;n--){const o=e[n];n!==this[t(343)](o)&&(this[t(316)](o),this[t(314)](o))}}[vs(337)](t){const e=vs;let n=0;if(!t)return this[e(339)];for(const o of this){const r=o[e(335)][e(302)];if(r){if(Is(t,r)<0)return n;n++}}return n}}function Is(t,e){const n=vs;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(334)]-e[n(334)];return 0==o?t[n(319)]-e[n(319)]:o}function ys(){const t=["_innerViewToAnnotation","set","getIndex","focus","stopListening","annotationcollection-duplicated-item","targetRect","135754hZiWwA","getByView","696069FUPmjn","79990TyOZyp","sort","3187541DGcUgs","fire","_viewToAnnotation","focusableElements","from","has","add","_focusTracker","remove","refreshPositioning","isFocused","left","blur","focusTracker","5GNjWYT","updateTargetRect","1377600xZlwpu","clear","change:isFocused","innerView","getByInnerView","annotationcollection-not-existing-item","441108EKoXiF","listenTo","13730240QWrxDA","_sort","top","view","delete","_getOrderInContent","get","length","destroy"];return(ys=function(){return t})()}t.ContextPlugin;var As=n(332),Cs={attributes:{"data-cke":!0}};Cs.setAttributes=Vr(),Cs.insert=Rr().bind(null,"head"),Cs.domAPI=Mr(),Cs.insertStyleElement=Dr();Nr()(As.A,Cs);As.A&&As.A.locals&&As.A.locals;t.ContextPlugin;var Ts=n(533),Es={attributes:{"data-cke":!0}};Es.setAttributes=Vr(),Es.insert=Rr().bind(null,"head"),Es.domAPI=Mr(),Es.insertStyleElement=Dr();Nr()(Ts.A,Es);Ts.A&&Ts.A.locals&&Ts.A.locals;po.View;po.View;po.View;var xs=n(961),Os={attributes:{"data-cke":!0}};Os.setAttributes=Vr(),Os.insert=Rr().bind(null,"head"),Os.domAPI=Mr(),Os.insertStyleElement=Dr();Nr()(xs.A,Os);xs.A&&xs.A.locals&&xs.A.locals;var Ns=n(163),Ss={attributes:{"data-cke":!0}};Ss.setAttributes=Vr(),Ss.insert=Rr().bind(null,"head"),Ss.domAPI=Mr(),Ss.insertStyleElement=Dr();Nr()(Ns.A,Ss);Ns.A&&Ns.A.locals&&Ns.A.locals;var Ms=n(142),Ps={attributes:{"data-cke":!0}};Ps.setAttributes=Vr(),Ps.insert=Rr().bind(null,"head"),Ps.domAPI=Mr(),Ps.insertStyleElement=Dr();Nr()(Ms.A,Ps);Ms.A&&Ms.A.locals&&Ms.A.locals;var Rs=n(258),Ls={attributes:{"data-cke":!0}};Ls.setAttributes=Vr(),Ls.insert=Rr().bind(null,"head"),Ls.domAPI=Mr(),Ls.insertStyleElement=Dr();Nr()(Rs.A,Ls);Rs.A&&Rs.A.locals&&Rs.A.locals;var Vs=n(967),js={attributes:{"data-cke":!0}};js.setAttributes=Vr(),js.insert=Rr().bind(null,"head"),js.domAPI=Mr(),js.insertStyleElement=Dr();Nr()(Vs.A,js);Vs.A&&Vs.A.locals&&Vs.A.locals;var Ds=n(906),Bs={attributes:{"data-cke":!0}};Bs.setAttributes=Vr(),Bs.insert=Rr().bind(null,"head"),Bs.domAPI=Mr(),Bs.insertStyleElement=Dr();Nr()(Ds.A,Bs);Ds.A&&Ds.A.locals&&Ds.A.locals;var Ks=n(938),zs={attributes:{"data-cke":!0}};zs.setAttributes=Vr(),zs.insert=Rr().bind(null,"head"),zs.domAPI=Mr(),zs.insertStyleElement=Dr();Nr()(Ks.A,zs);Ks.A&&Ks.A.locals&&Ks.A.locals;var Fs=n(751),Us={attributes:{"data-cke":!0}};Us.setAttributes=Vr(),Us.insert=Rr().bind(null,"head"),Us.domAPI=Mr(),Us.insertStyleElement=Dr();Nr()(Fs.A,Us);Fs.A&&Fs.A.locals&&Fs.A.locals;var Hs=n(901),Ws={attributes:{"data-cke":!0}};Ws.setAttributes=Vr(),Ws.insert=Rr().bind(null,"head"),Ws.domAPI=Mr(),Ws.insertStyleElement=Dr();Nr()(Hs.A,Ws);Hs.A&&Hs.A.locals&&Hs.A.locals;var Ys=n(888),Xs={attributes:{"data-cke":!0}};Xs.setAttributes=Vr(),Xs.insert=Rr().bind(null,"head"),Xs.domAPI=Mr(),Xs.insertStyleElement=Dr();Nr()(Ys.A,Xs);Ys.A&&Ys.A.locals&&Ys.A.locals;function Gs(t,e){const n=Zs();return(Gs=function(t,e){return n[t-=295]})(t,e)}const qs=Gs;function Zs(){const t=["Arrowup","10vKyZUR","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","context","_removeActiveAnnotation","focus","_addActiveAnnotation","_bindAnnotationsToVisibleAnnotations","push","locale","activeAnnotations","283156jXEMhr","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO","16429MqpzoQ","editing","_visibleAnnotations","isArray","set","keystrokes","104DDoMFf","focusTracker","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","editors","collection","Enter","_activateAnnotation","createAnnotation","121DeJDoM","fire","1076616RnkXoF","domRoots","isVisible","_setupEnterAnnotationKeystroke","Esc","refreshVisibility","pluginName","createAnnotationView","_setupEscapeAnnotationHandling","listenTo","view","target","refreshPositioning","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","destroy","21791YBkQeb","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","_deactivateAllAnnotations","14DVOqXh","annotations","change:isVisible","has","Annotations","ready","addKeystrokeInfoGroup","remove","deactivateAll","delete","isOfficialPlugin","element","340390bEATYD","Tab","values","Ctrl+Enter","stopListening","activate","contains","isPremiumPlugin","107814NVDsSg","add","accessibility","low","Ctrl+Shift+E","escape","196614aWIrMs","Arrowdown","source","getByInnerView","Shift+Tab","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"];return(Zs=function(){return t})()}!function(t){const e=Gs,n=t();for(;;)try{if(113857===parseInt(e(318))/1*(parseInt(e(353))/2)+-parseInt(e(373))/3+-parseInt(e(316))/4*(parseInt(e(306))/5)+-parseInt(e(335))/6+parseInt(e(350))/7*(-parseInt(e(324))/8)+parseInt(e(299))/9+parseInt(e(365))/10*(parseInt(e(333))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zs);class Qs extends t.ContextPlugin{static get[qs(341)](){return qs(357)}static get[qs(363)](){return!0}static get[qs(372)](){return!0}constructor(e){const n=qs;if(super(e),this[n(329)]=new ws,this[n(320)]=new ws,this[n(322)](n(315),new Set),this[n(312)](),e instanceof t.Editor){const t=e[n(314)];e[n(295)][n(359)]({id:n(354),label:fo(t,n(327)),keystrokes:[{label:fo(t,n(317)),keystroke:n(297)},{label:fo(t,n(326)),keystroke:n(339)},{label:fo(t,n(351)),keystroke:n(330)},{label:fo(t,n(304)),keystroke:[[n(366)],[n(303)]]},{label:fo(t,n(348)),keystroke:[n(368)]},{label:fo(t,n(307)),keystroke:[[n(305)],[n(300)]]}]})}this[n(338)](),this[n(343)]()}[qs(374)](t){const e=qs;this[e(329)][e(374)](t)}[qs(360)](t){const e=qs;this[e(329)][e(360)](t),t[e(349)]()}[qs(340)](){const t=qs;for(const e of this[t(329)])e[t(340)]()}[qs(347)](){const t=qs;this[t(320)][t(347)]()}[qs(302)](t){const e=qs;return this[e(329)][e(302)](t)}[qs(361)](){const t=qs;this[t(334)](t(352))}[qs(349)](){const t=qs;for(const e of this[t(329)])e[t(349)]();this[t(320)][t(349)](),this[t(329)][t(349)](),super[t(349)]()}[qs(370)](t){const e=qs;this[e(334)](e(331),t)}[qs(332)](t){return new ps(t)}[qs(342)](t,e){return new ms(t,e)}[qs(311)](t){const e=qs,n=new Set(this[e(315)]);n[e(374)](t),this[e(315)]=n}[qs(309)](t){const e=qs,n=new Set(this[e(315)]);n[e(362)](t),this[e(315)]=n}[qs(312)](){const t=qs,e=this[t(329)],n=this[t(320)];function o(e){const o=t,r=e[o(301)];r[o(337)]&&!n[o(356)](r)?n[o(374)](r):!r[o(337)]&&n[o(356)](r)&&n[o(360)](r),r[o(345)][o(325)][o(360)](r[o(345)][o(364)]),r[o(345)][o(325)][o(374)](r[o(345)][o(364)])}this[t(344)](e,t(374),((e,r)=>{const s=t;r[s(337)]&&n[s(374)](r),this[s(344)](r,s(355),o)})),this[t(344)](e,t(360),((e,r)=>{const s=t;n[s(356)](r)&&n[s(360)](r),this[s(369)](r,s(355),o)}))}[qs(338)](){const n=qs,o=t=>{const n=Gs;t.on(n(358),(()=>{const o=n;t[o(323)][o(322)]("Ctrl+Shift+E",((t,n)=>{const r=o,s=(0,e.first)(this[r(315)][r(367)]());s&&(s[r(345)][r(310)](),n())}))}))};this[n(308)]instanceof t.Editor?o(this[n(308)]):this[n(308)][n(328)]&&this[n(308)][n(328)].on(n(374),((t,e)=>{o(e)}))}[qs(343)](){const e=qs,n=e=>{const n=Gs,o=e[n(301)],r=[];let s;if(Array[n(321)](o[n(346)])){s=o[n(346)][0],this[n(308)]instanceof t.Editor?r[n(313)](this[n(308)]):this[n(308)][n(328)]&&r[n(313)](...this[n(308)][n(328)]);for(const t of r)for(const e of t[n(319)][n(345)][n(336)][n(367)]())if(e[n(371)](s))return void t[n(319)][n(345)][n(310)]();s[n(310)]()}};this[e(344)](this[e(329)],e(374),((t,o)=>{const r=e;this[r(344)](o,r(298),n,{priority:r(296)})})),this[e(344)](this[e(329)],e(360),((t,o)=>{const r=e;this[r(369)](o,r(298),n)}))}}const Js=ti;function $s(){const t=["assign","pluginName","setAttribute","_updateCommentThread","openNewCommentThread","createCommentThreadController","comments.maxThreadTotalWeight","config","commentsrepository-update-comment-internal-error","commentsrepository-remove-comment-missing-comment-thread","escape","isFromAdapter","_findOptimalIndex","commentsrepository-missing-target","length","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","commentId","comment","context","textContent","threadId","isDirty","getUser","_detachCommentThread","_unbindEditors","string","destroy","init","switchReadOnly","commentThreadInputView","commentsrepository-invalid-comment-thread-id","deactivateAll","innerHTML","isPremiumPlugin","weight","_adapter","function","commentsrepository-fetch-comment-thread","commentsrepository-missing-thread-and-adapter-method","comments.maxCommentCharsWhenCollapsed","isOfficialPlugin","commentsrepository-update-missing-comment","PendingActions","channelId","hasCommentThread","commentsrepository-missing-comment-thread","isRemovable","_isSubmitted","createdAt","comments.CommentView","push","_permissions","156654ZmSMba","PENDING_ACTION_COMMENT_THREAD","4090395sXefmK","commentsrepository-update-comment-invalid-content","_threads","_createNewComment","bodyCollectionContainer","_remove","commentsrepository-invalid-commentid","set","1ygWZyy","define","_bindAnnotationToEditors","remove","_readOnlyChannels","error","creator","admin","change:_permissions","isExternal","isAttached","comments.editorConfig","catch","commentsrepository-get-comment-invalid-id","type","plugins","getTime","commentsrepository-remove-comment-internal-error","commentsrepository-attach-missing-comment-thread","_add","delete","focus","commentsrepository-remove-comment-thread-internal-error","get","view","40KTJpbV","removeComment","_removeComment","commentsrepository-reopen-comment-thread","_createCommentThreadView","modifyAll","comments","commentsrepository-invalid-comment-authorid","adapter","from","_resolveCommentThread","then","commentsrepository-remove-missing-comment-thread","commentsrepository-add-comment-to-missing-comment-thread","isReadOnly","resolvedAt","addCommentThread","setPermissions","add","focusTracker","max","change:activeAnnotations","_isAttached","reopenCommentThread","find","comments.maxCommentsWhenCollapsed","activeCommentThread","editorReady","commentsrepository-invalid-comment-content","updateCommentThread","fire","comments.CommentThreadView","commentsrepository-adapter-already-set","change:authoredAt","commentsrepository-resolve-comment-thread-internal-error","innerView","_attachCommentThread","once","update","addComment","isResolved","commentsrepository-add-comment-user-not-exists","updateComment","commentsrepository-update-comment-thread-internal-error","_updateComment","_removeCommentThread","@external","removeCommentThread","_update","fetchCommentThread","focusableElements","refreshVisibility","_addCommentThread","3383592Lvpjsh","lowest","commentsrepository-update-comment-missing-comment-thread","getCommentThreads","change:_readOnlyChannels","reopen","CommentView","stopListening","resolveCommentThread","licenseKey","div","getComment","getCommentThread","setActiveCommentThread","activate","_removeActiveAnnotation","submit","2783572GmQVzs","getIndex","commentsrepository-duplicated-comment-thread-id","CommentsRepository","values","isSubmitted","isResolvable","warn","map","locale","highest","commentsrepository-active-not-attached","4338MCqCLt","external:","model","unlinkedAt","toJSON","archivedAt","attachTo","reduce","write","_updateActiveAnnotation","commentsrepository-remove-missing-comment","CommentThreadView","body","author","setUnlinkedAt","_threadToController","getPermissions","_reopenCommentThread","change:isDirty","_viewToController","3334656pIzqYM","commentsrepository-add-comment-internal-error","noChannel","authoredAt","commentsListView","_addComment","submitCommentThread","_submitCommentThread","trim","content","_getExternalAuthor","isActive","attributes","comments.copyMarkers","has","_hasTargetInContent","commentInputView","canComment","removeAttribute","commentsrepository-active-missing-comment-thread","resolve","_repository","requires","addUser","resolvedBy","listenTo","commentsrepository-add-comment-thread-internal-error","commentUpdated","commentsrepository-reopen-comment-thread-internal-error","authorName","isEditable","setContext","commentsrepository-resolved-comment-thread","filter","10661mJYmPU","editorDestroyed","3222580ESukjc","bind","createElement","getByInnerView"];return($s=function(){return t})()}function ti(t,e){const n=$s();return(ti=function(t,e){return n[t-=241]})(t,e)}!function(t){const e=ti,n=t();for(;;)try{if(993648===parseInt(e(281))/1*(parseInt(e(376))/2)+parseInt(e(359))/3+-parseInt(e(408))/4+parseInt(e(273))/5+parseInt(e(388))/6*(-parseInt(e(442))/7)+parseInt(e(306))/8*(-parseInt(e(271))/9)+-parseInt(e(444))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($s);const ei=Symbol(Js(410)),ni={admin:!0,modifyAll:!1,write:!0,resolve:!0};class oi extends t.ContextPlugin{static get[Js(430)](){return[Qs,t.PendingActions,r.Users]}static get[Js(449)](){return Js(379)}static get[Js(259)](){return!0}static get[Js(252)](){return!0}constructor(t){const e=Js;super(t),this[e(275)]=new Map,this[e(403)]=new Map,this[e(407)]=new Map,this[e(280)](e(285),new Set),this[e(280)](e(270),new Map);const n=this[e(466)][e(455)];n[e(282)](e(331),2),n[e(282)](e(454),500),n[e(282)](e(258),140),n[e(282)](e(337),pr),n[e(282)](e(268),xr),n[e(304)](e(292))||console[e(383)](e(463))}[Js(246)](){const t=Js,e=this[t(466)][t(296)][t(304)](Qs);this[t(280)](t(332),null),this.on(t(322),((e,n)=>this[t(358)](n))),this.on(t(414),((e,n)=>this[t(415)](n))),this.on(t(367),((e,n)=>this[t(316)](n))),this.on(t(367),((e,n)=>this[t(397)](n)),{priority:t(360)}),this.on(t(329),((e,n)=>this[t(405)](n))),this.on(t(329),((e,n)=>this[t(397)](n)),{priority:t(360)}),this.on(t(353),((e,n)=>this[t(351)](n))),this.on(t(335),((e,n)=>this[t(451)](n))),this.on(t(335),((e,n)=>this[t(397)](n)),{priority:t(360)}),this.on(t(345),((e,n)=>this[t(413)](n))),this.on(t(348),((e,n)=>this[t(350)](n))),this.on(t(307),((e,n)=>this[t(308)](n))),this.on(t(345),((e,{threadId:n,isFromAdapter:o})=>{const r=t;if(o)return;const s=this[r(371)](n),i=s&&this[r(403)][r(304)](s);i&&i[r(305)][r(412)][r(302)](-1)}),{priority:t(360)}),this[t(433)](e,t(327),((e,n,o)=>{const r=t,s=Array[r(315)](o)[r(384)]((t=>this[r(407)][r(304)](t[r(341)])))[r(441)](Boolean)[0];this[r(332)]=s?s[r(390)]:null}))}set[Js(314)](t){const n=Js;if(this[n(254)])throw new e.CKEditorError(n(338));this[n(254)]=t}get[Js(314)](){return this[Js(254)]}[Js(322)]({channelId:t=ei,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:r=null,resolvedAt:s=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:u={},isResolvable:h=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=Js;return this[m(336)](ii(m(322),t),{channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:s,resolvedBy:i,target:c,context:a,attributes:u,isFromAdapter:l,isResolvable:h,isSubmitted:d}),this[m(371)](n)}[Js(452)]({channelId:t=ei,threadId:n=(0,e.uid)(),target:o,context:r=null,isResolvable:s=!0}){const i=Js;if(this[i(285)][i(422)](t)||this[i(285)][i(422)](void 0))return null;if(!o)throw new e.CKEditorError(i(461));const c=this[i(322)]({channelId:t,threadId:n,target:o,context:r,isResolvable:s});if(!c)return null;const a=this[i(403)][i(304)](c),u=a[i(305)][i(248)][i(424)],h=this[i(466)][i(296)][i(304)](Qs),d=h[i(447)](a[i(305)]);return h[i(373)](d),u[i(343)](i(333),(()=>u[i(302)]())),c}[Js(263)](t){const n=Js;if(n(244)!=typeof t)throw new e.CKEditorError(n(249));return this[n(275)][n(422)](t)}[Js(335)]({channelId:t=ei,threadId:e,context:n,unlinkedAt:o,attributes:r,isFromAdapter:s=!1}){const i=Js;return this[i(336)](ii(i(335),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:r,isFromAdapter:s}),this[i(371)](e)}[Js(371)](t){const n=Js;if(n(244)!=typeof t)throw new e.CKEditorError(n(249));return this[n(275)][n(304)](t)}[Js(355)]({channelId:t,threadId:n}={}){const o=Js,r=this[o(371)](n);if(r)return Promise[o(428)](r);if(!this[o(314)])return Promise[o(428)](void 0);if(o(255)!=typeof this[o(314)][o(371)])throw new e.CKEditorError(o(257),this[o(466)]);return this[o(314)][o(371)]({channelId:t,threadId:n})[o(317)]((e=>this[o(263)](n)?this[o(371)](n):e?this[o(322)](Object[o(448)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(293)]((t=>{const n=o;throw console[n(286)](t),new e.CKEditorError(n(256),this[n(466)])}))}[Js(362)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const r=Js,s=[];for(const o of this[r(275)][r(380)]())t&&o[r(262)]!==t||e&&!o[r(291)]||n&&0===o[r(462)]||s[r(269)](o);return o?s[r(384)]((t=>t[r(392)]())):s}[Js(372)](t){const n=Js,o=this[n(466)][n(296)][n(304)](Qs);if(!t)return void(this[n(332)]&&o[n(250)]());const r=this[n(371)](t);if(!r)throw new e.CKEditorError(n(427),null,{threadId:t});if(!this[n(403)][n(422)](r))throw new e.CKEditorError(n(387),null,{threadId:t});const s=o[n(447)](this[n(403)][n(304)](r)[n(305)]);o[n(373)](s)}[Js(247)](t,e){const n=Js;t?this[n(285)][n(324)](e):this[n(285)][n(301)](e),this[n(336)](n(363),n(285),this[n(285)],this[n(285)])}[Js(320)](t){const e=Js;return this[e(285)][e(422)](t)||this[e(285)][e(422)](void 0)}[Js(453)](t,e){return new mo(t,e)}[Js(323)](t,e=ei){const n=Js;this[n(270)][n(280)](e,t),this[n(336)](n(289),n(270),this[n(270)],this[n(270)])}[Js(404)](t=ei){const e=Js;return this[e(270)][e(422)](t)?this[e(270)][e(304)](t):ni}[Js(358)]({channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:i,resolvedBy:c,target:a,context:u,attributes:h,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const k=Js;if(k(244)!=typeof n)throw new e.CKEditorError(k(249),null,{threadId:n});if(this[k(263)](n))throw new e.CKEditorError(k(378),null,{threadId:n});const g=new ri(this,{channelId:t,id:n,context:u,attributes:h,unlinkedAt:s,resolvedAt:i,resolvedBy:c?this[k(466)][k(296)][k(304)](r.Users)[k(241)](c):null,isResolvable:l,isSubmitted:m||d});this[k(275)][k(280)](n,g);for(const t of o)g[k(300)](this[k(276)]({threadId:n,...t}));return a&&g[k(394)](a),d||!g[k(462)]?Promise[k(428)]():this[k(415)]({channelId:t,threadId:n})}[Js(415)]({channelId:t,threadId:n}){const o=Js;if(!this[o(263)](n))throw new e.CKEditorError(o(264),this);const r=this[o(371)](n);if(r[o(266)]=!0,!this[o(314)]||o(255)!=typeof this[o(314)][o(322)])return Promise[o(428)]();const{id:s,comments:i,resolvedAt:c,resolvedBy:a,context:u,attributes:h}=r,d=this[o(466)][o(296)][o(304)](o(261)),l=d[o(324)](fo(this[o(466)][o(385)],o(272)));return this[o(314)][o(322)]({channelId:t,threadId:s,comments:i[o(384)]((t=>t[o(392)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:u,attributes:h})[o(317)]((({comments:e})=>{const r=o;d[r(284)](l);for(const o of e)this[r(350)]({channelId:t,threadId:n,commentId:o[r(464)],createdAt:o[r(267)],isFromAdapter:!0})}))[o(293)]((t=>{const n=o;throw console[n(286)](t),new e.CKEditorError(n(434),this)}))}[Js(342)]({threadId:t,target:n}){const o=Js,r=this[o(371)](t);if(!r)throw new e.CKEditorError(o(299),this);const s=this[o(466)][o(296)][o(304)](o(261)),i=this[o(466)][o(296)][o(304)](Qs),c=this[o(310)](r),a=new mo(r,c);let u=null;c.on(o(406),((t,e,n)=>{const r=o;n?u=s[r(324)](fo(this[r(466)][r(385)],r(272))):u&&(s[r(284)](u),u=null)})),this[o(403)][o(280)](r,a),this[o(407)][o(280)](c,a);const h=new ms(this[o(466)][o(385)],c);h[o(445)](o(462)).to(c),h[o(445)](o(469)).to(c,o(469),c,o(462),((t,e)=>t||!e)),h[o(445)](o(419)).to(c),h[o(295)]=o(465);const d=new ps({view:h,target:n,type:o(465),isVisible:!r[o(346)]});return c.on(o(458),(()=>{const t=o;d[t(336)](t(458))})),this[o(283)](c,d),i[o(324)](d),d}[Js(283)](e,n){const o=Js;this[o(433)](e,o(333),((e,r)=>{const s=o,i=r.ui[s(305)][s(400)][s(277)];n[s(356)][s(324)](i),this[s(466)]instanceof t.Editor&&this[s(466)].ui[s(325)][s(324)](i)}),{priority:o(386)}),this[o(433)](e,o(443),((e,r)=>{const s=o,i=r.ui[s(305)][s(400)][s(277)];n[s(356)][s(422)](i)&&n[s(356)][s(284)](i),this[s(466)]instanceof t.Editor&&this[s(466)].ui[s(325)][s(284)](i)}))}[Js(243)](t){const e=Js;this[e(366)](t,e(333)),this[e(366)](t,e(443))}[Js(310)](t){const e=Js,n=this[e(466)][e(296)][e(304)](r.Users),{config:o,locale:s}=this[e(466)],i=(0,r.getDateTimeFormatter)(o[e(304)](e(385)));return new(0,o[e(304)](e(312))[e(399)])(s,t,n.me,{editorConfig:{...o[e(304)](e(292)),licenseKey:this[e(466)][e(455)][e(304)](e(368))},copyMarkers:o[e(304)](e(421)),maxCommentsWhenCollapsed:o[e(304)](e(331)),maxThreadTotalWeight:o[e(304)](e(454)),maxCommentCharsWhenCollapsed:o[e(304)](e(258)),formatDateTime:i,CommentView:o[e(304)](e(312))[e(365)]})}[Js(316)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:s,isFromAdapter:i}){const c=Js;if(!this[c(263)](t))throw new e.CKEditorError(c(264),null,{threadId:t});const a=this[c(371)](t);if(a[c(346)])throw new e.CKEditorError(c(440),null,{threadId:t});const u=this[c(466)][c(296)][c(304)](r.Users);if(a[c(432)]=u[c(241)](s),a[c(321)]=o,i||!this[c(314)]||c(255)!=typeof this[c(314)][c(367)])return Promise[c(428)]();const h=this[c(466)][c(296)][c(304)](c(261)),d=h[c(324)](fo(this[c(466)][c(385)],c(272)));return this[c(314)][c(367)]({channelId:n,threadId:t})[c(317)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;h[n(284)](d),a[n(432)].id!==e&&(a[n(432)]=u[n(241)](e)),a[n(321)]=t}))[c(293)]((t=>{const n=c;throw console[n(286)](t),new e.CKEditorError(n(340),this)}))}[Js(405)]({threadId:t,channelId:n,isFromAdapter:o}){const r=Js;if(!this[r(263)](t))throw new e.CKEditorError(r(264),null,{threadId:t});const s=this[r(371)](t);if(!s[r(346)])throw new e.CKEditorError(r(309),null,{threadId:t});if(s[r(432)]=null,s[r(321)]=null,o||!this[r(314)]||r(255)!=typeof this[r(314)][r(329)])return Promise[r(428)]();const i=this[r(466)][r(296)][r(304)](r(261)),c=i[r(324)](fo(this[r(466)][r(385)],r(272)));return this[r(314)][r(329)]({channelId:n,threadId:t})[r(317)]((()=>i[r(284)](c)))[r(293)]((t=>{const n=r;throw console[n(286)](t),new e.CKEditorError(n(436),this)}))}[Js(351)]({threadId:t,isFromAdapter:n}){const o=Js,r=this[o(371)](t);if(!r)throw new e.CKEditorError(o(318),this);if(this[o(242)](t),this[o(275)][o(301)](t),!r[o(381)]||n||!this[o(314)]||o(255)!=typeof this[o(314)][o(353)])return Promise[o(428)]();const s=this[o(466)][o(296)][o(304)](o(261)),{channelId:i}=r,c=s[o(324)](fo(this[o(466)][o(385)],o(272)));return this[o(314)][o(353)]({channelId:i,threadId:t})[o(317)]((()=>s[o(284)](c)))[o(293)]((t=>{const n=o;throw console[n(286)](t),new e.CKEditorError(n(303),this)}))}[Js(451)]({threadId:t,unlinkedAt:n,context:o,attributes:r,isFromAdapter:s}){const i=Js;if(i(244)!=typeof t)throw new e.CKEditorError(i(249),null,{threadId:t});if(!this[i(263)](t))throw new e.CKEditorError(i(264),null,{threadId:t});const c=this[i(371)](t);let a=!1;if(void 0!==o&&c[i(466)]!==o&&(c[i(466)]=o,a=!0),void 0!==n&&c[i(391)]!==n&&(c[i(391)]=n,a=!0),r&&!He(r,c[i(420)])&&(c[i(420)]=r,a=!0),!a)return Promise[i(428)]();if(!c[i(381)]||s||!this[i(314)]||i(255)!=typeof this[i(314)][i(335)])return Promise[i(428)]();const u=this[i(466)][i(296)][i(304)](i(261)),{channelId:h}=c,d=u[i(324)](fo(this[i(466)][i(385)],i(272)));return this[i(314)][i(335)]({channelId:h,threadId:t,context:o,unlinkedAt:n,attributes:r})[i(317)]((()=>u[i(284)](d)))[i(293)]((t=>{const n=i;throw console[n(286)](t),new e.CKEditorError(n(349),this)}))}[Js(242)](t){const e=Js,n=this[e(466)][e(296)][e(304)](Qs),o=this[e(371)](t);if(this[e(403)][e(422)](o)){const t=this[e(403)][e(304)](o),r=t[e(305)],s=n[e(447)](r);this[e(403)][e(301)](o),this[e(407)][e(301)](r),s&&n[e(284)](s),t[e(245)](),r[e(245)]()[e(317)]((()=>{this[e(243)](r)}))}}[Js(397)]({threadId:t,resolvedAt:e}){const n=Js,o=!!e,r=this[n(466)][n(296)][n(304)](Qs),s=this[n(371)](t);if(this[n(403)][n(422)](s)){const t=this[n(403)][n(304)](s)[n(305)],e=r[n(447)](t);e&&(o&&r[n(374)](e),e[n(357)]())}}[Js(418)](t){const e=Js,n=this[e(466)][e(296)][e(304)](r.Users),o=(0,r.hashObject)(e(389)+t);return n[e(241)](o)||n[e(431)]({id:o,name:t})}[Js(276)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:s,createdAt:i,attributes:c}){const a=Js;if(a(244)!=typeof n)throw new e.CKEditorError(a(279));if(a(244)!=typeof s)throw new e.CKEditorError(a(313));if(a(244)!=typeof o||!o[a(416)]())throw new e.CKEditorError(a(334));const u=this[a(466)][a(296)][a(304)](r.Users)[a(241)](s);if(!u)throw new e.CKEditorError(a(347),null,{authorId:s});let h=null,d=i;return c&&c[a(352)]&&(h=this[a(418)](c[a(352)][a(437)]),d=new Date(c[a(352)][a(267)])),new si(this,{threadId:t,id:n,author:h||u,creator:u,content:o,createdAt:i,authoredAt:d,attributes:c})}[Js(413)](t){const n=Js;let{threadId:o,content:r,attributes:s,isFromAdapter:i}=t;const c=this[n(371)](t[n(468)]);if(!c)throw new e.CKEditorError(n(319),this);const a=this[n(276)](t),{id:u}=a;if(c[n(300)](a),i||!this[n(314)]||n(255)!=typeof this[n(314)][n(345)]||!c[n(381)])return Promise[n(428)]();const h=this[n(466)][n(296)][n(304)](n(261)),{channelId:d}=c,l=h[n(324)](fo(this[n(466)][n(385)],n(272)));return s||(s={}),this[n(314)][n(345)]({channelId:d,threadId:o,commentId:u,content:r,attributes:s})[n(317)]((t=>{const e=n;h[e(284)](l),t&&this[e(350)]({channelId:d,threadId:o,commentId:u,createdAt:t[e(267)],isFromAdapter:!0})}))[n(293)]((t=>{const o=n;throw console[o(286)](t),new e.CKEditorError(o(409),this)}))}[Js(350)]({threadId:t,commentId:n,content:o,createdAt:r,attributes:s,isFromAdapter:i}){const c=Js;if(void 0!==o&&(c(244)!=typeof o||!o[c(416)]()[c(462)]))throw new e.CKEditorError(c(274));const a=this[c(371)](t),u=a[c(370)](n);if(!u)throw new e.CKEditorError(c(260),this);let h=!1;if(o&&o!==u[c(417)]&&(u[c(438)]||i)&&(u[c(417)]=o,h=!0),r&&r!==u[c(267)]&&(u[c(267)]=r,u[c(420)]&&u[c(420)][c(352)]||(u[c(411)]=r),h=!0),s&&!He(s,u[c(420)])&&(u[c(420)]=s,h=!0),!h)return Promise[c(428)]();if(a[c(336)](c(435)),i||!this[c(314)]||c(255)!=typeof this[c(314)][c(348)])return Promise[c(428)]();const d=this[c(466)][c(296)][c(304)](c(261)),{channelId:l}=this[c(371)](u[c(468)]),m=d[c(324)](fo(this[c(466)][c(385)],c(272)));return this[c(314)][c(348)]({channelId:l,threadId:t,commentId:n,content:o,attributes:s})[c(317)]((()=>d[c(284)](m)))[c(293)]((t=>{const n=c;throw console[n(286)](t),new e.CKEditorError(n(456),this)}))}[Js(308)]({threadId:t,commentId:n,isFromAdapter:o}){const r=Js,s=this[r(371)](t),i=s[r(370)](n);if(!i)throw new e.CKEditorError(r(398),this);if(s[r(278)](i),o||!this[r(314)]||r(255)!=typeof this[r(314)][r(307)])return Promise[r(428)]();const c=this[r(466)][r(296)][r(304)](r(261)),{channelId:a}=s,u=c[r(324)](fo(this[r(466)][r(385)],r(272)));return this[r(314)][r(307)]({channelId:a,threadId:t,commentId:n})[r(317)]((()=>c[r(284)](u)))[r(293)]((t=>{const n=r;throw console[n(286)](t),new e.CKEditorError(n(298),this)}))}}class ri extends((0,e.ObservableMixin)()){constructor(t,n){const o=Js;super();const r=n[o(382)];this[o(262)]=n[o(262)],this.id=n.id,this[o(312)]=new e.Collection,this[o(429)]=t,this[o(328)]=!1,this[o(266)]=n[o(381)],this[o(280)](o(423),!0),this[o(445)](o(320)).to(t,o(270),t,o(285),(()=>t[o(320)](this[o(262)]))),this[o(445)](o(265)).to(t,o(270),(()=>t[o(404)](this[o(262)])[o(288)])),this[o(445)](o(425)).to(t,o(270),(()=>{const e=o,n=t[e(404)](this[e(262)]);return n[e(396)]||n[e(288)]})),this[o(445)](o(382)).to(t,o(270),(()=>r&&t[o(404)](this[o(262)])[o(428)])),this[o(280)](o(466),n[o(466)]),this[o(445)](o(393)).to(this,o(321),this,o(391),((t,e)=>t?e?t<e?t:e:t:e)),this[o(280)](o(391),n[o(391)]||null),this[o(280)](o(321),n[o(321)]||null),this[o(280)](o(432),n[o(432)]||null),this[o(445)](o(346)).to(this,o(321),(t=>!!t)),this[o(280)](o(420),n[o(420)]||{})}get[Js(253)](){const t=Js;return Array[t(315)](this[t(312)])[t(395)](((e,n)=>e+n[t(253)]),0)}get[Js(462)](){const t=Js;return this[t(312)][t(462)]}get[Js(291)](){return this[Js(328)]}get[Js(381)](){return this[Js(266)]}[Js(375)](){const t=Js,{channelId:e,id:n}=this;this[t(429)][t(336)](ii(t(414),e),{channelId:e,threadId:n})}[Js(402)](t){this[Js(354)]({unlinkedAt:t})}[Js(428)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=Js,s=this[o(429)][o(466)][o(296)][o(304)](r.Users).me,{channelId:i,id:c}=this;this[o(429)][o(336)](ii(o(367),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||s.id,isFromAdapter:n})}[Js(364)]({isFromAdapter:t=!1}={}){const e=Js,{channelId:n,id:o}=this;this[e(429)][e(336)](ii(e(329),n),{channelId:n,threadId:o,isFromAdapter:t})}[Js(439)](t){const e=Js;this[e(466)]||this[e(354)]({context:t})}[Js(450)](t,e){const n=Js,o=Kn(this[n(420)]);ro(o,t,e),this[n(354)]({attributes:o})}[Js(426)](t){const e=Js,n=Kn(this[e(420)]);ho(n,t),this[e(354)]({attributes:n})}[Js(284)]({isFromAdapter:t=!1}={}){const e=Js,{channelId:n,id:o}=this;this[e(429)][e(336)](ii(e(353),n),{channelId:n,threadId:o,isFromAdapter:t})}[Js(394)](t){const e=Js;return this[e(429)][e(342)]({threadId:this.id,target:t})}[Js(345)](t){const e=Js,{channelId:n,id:o}=this;this[e(429)][e(336)](ii(e(345),n,o),Object[e(448)]({channelId:n,threadId:o},t))}[Js(370)](t){const n=Js;if(n(244)!=typeof t)throw new e.CKEditorError(n(294),null,{commentId:t});return this[n(312)][n(304)](t)}[Js(392)](){const t=Js;return{threadId:this.id,context:this[t(466)],unlinkedAt:this[t(391)],resolvedAt:this[t(321)],resolvedBy:this[t(432)]?this[t(432)].id:null,archivedAt:this[t(393)],comments:this[t(312)][t(384)]((e=>e[t(392)]())),attributes:this[t(420)]}}[Js(300)](t){const e=Js;return this[e(433)](t,e(339),(()=>{const n=e,o=this[n(460)](t),r=this[n(312)];o-1!=r[n(377)](t)&&o+1!=r[n(377)](t)&&(this[n(278)](t),this[n(300)](t))})),this[e(312)][e(324)](t,this[e(460)](t))}[Js(354)](t){const e=Js,{channelId:n,id:o}=this;this[e(429)][e(336)](ii(e(335),n),{...t,channelId:n,threadId:o})}[Js(278)](t){const e=Js;return this[e(366)](t),t[e(245)](),this[e(312)][e(284)](t)}[Js(460)](t){const e=Js,n=this[e(312)][e(330)]((n=>new Date(n[e(411)])[e(297)]()>new Date(t[e(411)])[e(297)]()));return n?this[e(312)][e(377)](n):this[e(462)]}}class si extends((0,e.ObservableMixin)()){constructor(t,e){const n=Js;super();const o=t[n(466)][n(296)][n(304)](r.Users).me,s=t[n(371)](e[n(468)]),i=0===s[n(312)][n(462)],c=o===e[n(401)];this.id=e.id,this[n(468)]=e[n(468)],this[n(401)]=e[n(401)],this[n(287)]=e[n(287)],this[n(290)]=Boolean(e[n(420)]&&e[n(420)][n(352)]),this[n(280)](n(417),e[n(417)]),this[n(267)]=e[n(267)]||new Date,this[n(280)](n(411),e[n(411)]||new Date),this[n(445)](n(321)).to(s,n(321)),this[n(280)](n(420),e[n(420)]||{}),this[n(445)](n(438)).to(t,n(270),(()=>{const e=n,o=t[e(404)](s[e(262)])[e(396)],r=t[e(404)](s[e(262)])[e(311)];return c&&o||!c&&r})),this[n(445)](n(265)).to(s,n(265),t,n(270),(e=>{const o=n,r=t[o(404)](s[o(262)])[o(396)],a=t[o(404)](s[o(262)])[o(311)];return c&&r||e&&i||!c&&a&&!i})),this[n(445)](n(320)).to(s,n(320)),this[n(429)]=t}get[Js(253)](){const t=Js;return Math[t(326)](function(e){const n=t,o=document[n(446)](n(369));return o[n(251)]=e,o[n(467)][n(462)]}(this[t(417)]),200)}[Js(344)](t){const n=Js,{threadId:o,id:r}=this;if(!this[n(429)][n(263)](o))throw new e.CKEditorError(n(361),this);const{channelId:s}=this[n(429)][n(371)](o);this[n(429)][n(336)](ii(n(348),s,o),{channelId:s,threadId:o,commentId:r,...t})}[Js(450)](t,e){const n=Js,o=Kn(this[n(420)]);ro(o,t,e),this[n(344)]({attributes:o})}[Js(426)](t){const e=Js,n=Kn(this[e(420)]);ho(n,t),this[e(344)]({attributes:n})}[Js(284)](t={}){const n=Js;if(!t[n(459)]&&!this[n(265)])return;const{threadId:o,id:r}=this;if(!this[n(429)][n(263)](o))throw new e.CKEditorError(n(457),this);const{channelId:s}=this[n(429)][n(371)](o);this[n(429)][n(336)](ii(n(307),s,o),{channelId:s,threadId:o,commentId:r,...t})}[Js(392)](){const t=Js;return{commentId:this.id,content:this[t(417)],createdAt:this[t(267)],authorId:this[t(287)].id,attributes:this[t(420)]}}[Js(245)](){this[Js(366)]()}}function ii(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}function ci(){const t=["getLastMatchingPosition","comment:","execute","isEnabled","createRange","isObject","$textProxy","model","getRanges","2958990npmnfh","push","end","2558097PtEQcO","16zoSlCm","element","addMarker","1JtcPBy","1843005CLatNk","selection","editor","_itemIsContent","6pQRcUt","substr","document","569958YUBTMb","_hasContent","backward","3293732Jzavpp","start","change","getItems","schema","1570470IFcKqV","tableCell","2727753Yhszsz","refresh","_trimToContent","item"];return(ci=function(){return t})()}const ai=ui;function ui(t,e){const n=ci();return(ui=function(t,e){return n[t-=252]})(t,e)}!function(t){const e=ui,n=t();for(;;)try{if(433555===-parseInt(e(271))/1*(parseInt(e(279))/2)+parseInt(e(272))/3+-parseInt(e(282))/4+parseInt(e(264))/5+parseInt(e(276))/6*(-parseInt(e(289))/7)+-parseInt(e(268))/8*(-parseInt(e(267))/9)+parseInt(e(287))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ci);class hi extends t.Command{[ai(252)](){const t=ai,e=this[t(274)][t(262)][t(278)][t(273)];for(const n of e[t(263)]())if(this[t(280)](n))return void(this[t(258)]=!0);this[t(258)]=!1}[ai(257)]({threadId:t=(0,e.uid)()}={}){const n=ai,o=this[n(274)][n(262)],r=[];for(const t of o[n(278)][n(273)][n(263)]())this[n(280)](t)&&r[n(265)](this[n(253)](t));o[n(284)]((o=>{const s=n;for(const n of r){const r=(0,e.uid)()[s(277)](1,5),i=s(256)+t+":"+r;o[s(270)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[ai(280)](t){const e=ai;for(const n of t[e(285)]())if(this[e(275)](n))return!0;return!1}[ai(275)](t){const e=ai;return t.is(e(261))||this[e(274)][e(262)][e(286)][e(260)](t)&&!t.is(e(269),e(288))}[ai(253)](t){const e=ai,n=t=>!this[e(275)](t[e(254)]),o=t[e(283)][e(255)](n),r=t[e(266)][e(255)](n,{direction:e(281)});return this[e(274)][e(262)][e(259)](o,r)}}const di=li;function li(t,e){const n=mi();return(li=function(t,e){return n[t-=145]})(t,e)}function mi(){const t=["_dataCollectors","isEqual","editor","change:isFocused","sort","isOfficialPlugin","plugins","addSourceCollector","model","get","registerAnnotation","innerView","add","update","focusTracker","remove","refresh","263012VErJQL","directChange","12AqsUMP","hasDomSelection","set","8288MlMiCz","change:range","fire","requires","getByInnerView","has","blur","editing","589620PBLTug","range","push","_editorAnnotations","listenTo","351200VJaqiQ","3114iLXnYw","519489YKdAnK","function","pluginName","refreshSelectedViews","getOrderedSelectedAnnotations","5IsRmca","from","document","annotation","10GEhnqa","690683HWVkXm","isPremiumPlugin","containsRange","_editorAnnotationsData","delete","editorannotations-invalid-source-callback","map","isCollapsed","init","11oLzszQ","element","uiUpdate","EditorAnnotations","cancel","2107088lnYNKm","getRanges","view","collection","isReadOnly","selection"];return(mi=function(){return t})()}!function(t){const e=li,n=t();for(;;)try{if(403930===-parseInt(e(196))/1+-parseInt(e(184))/2*(-parseInt(e(168))/3)+-parseInt(e(166))/4*(parseInt(e(191))/5)+parseInt(e(185))/6*(parseInt(e(171))/7)+-parseInt(e(210))/8+parseInt(e(186))/9*(parseInt(e(195))/10)+-parseInt(e(205))/11*(-parseInt(e(179))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mi);class ki extends t.Plugin{static get[di(174)](){return[Qs]}static get[di(188)](){return di(208)}static get[di(154)](){return!0}static get[di(197)](){return!0}constructor(t){const e=di;super(t),this[e(149)]=new Set,this[e(182)]=new Set}[di(204)](){const t=di,e=this[t(151)],n=e[t(157)][t(193)][t(148)],o=os((()=>this[t(189)]()),10);n.on(t(172),((e,n)=>{const r=t;n[r(167)]&&(o[r(209)](),this[r(189)]())})),this[t(183)](e[t(178)][t(145)][t(193)],t(152),((t,e,n)=>{n&&o()})),this[t(183)](e.ui[t(163)],t(152),((n,o,r)=>{const s=t;r||e[s(147)]||this[s(173)](s(177),{isAnnotationTracked:t=>this[s(199)][s(176)](t[s(160)])})})),this[t(183)](this[t(151)].ui,t(162),(()=>this[t(173)](t(207))))}[di(159)](t){const e=di;if(this[e(182)][e(176)](t[e(145)]))return;this[e(182)][e(161)](t[e(145)]),this[e(151)].ui[e(163)][e(161)](t[e(145)][e(206)]);const n=this[e(151)][e(155)][e(158)](Qs);this[e(183)](n[e(146)],e(164),((t,n)=>{const o=e;this[o(151)].ui[o(163)][o(164)](n[o(145)][o(206)]),this[o(182)][o(200)](n[o(145)])}))}[di(169)](){const t=di;return this[t(151)][t(178)][t(145)][t(169)]}[di(156)](t){const n=di;if(n(187)!=typeof t)throw new e.CKEditorError(n(201));this[n(149)][n(161)](t)}[di(189)](){const t=di;this[t(173)](t(165))}[di(190)]({activeAnnotation:t,annotations:e}){const n=di,o=[],r=this[n(151)][n(157)][n(193)][n(148)],s=Array[n(192)](r[n(211)]());for(const[t,r]of this[n(199)]){const s=i(r),c=e[n(175)](t);s&&c&&o[n(181)]({annotation:c,range:s})}function i(t){const e=n;for(const n of t)for(const t of s)if(n[e(198)](t,!r[e(203)]))return n;return null}return o[n(153)](((e,o)=>{const r=n,s=e[r(180)],i=o[r(180)];if(!s[r(150)](i)){if(s[r(198)](i,!0))return 1;if(i[r(198)](s,!0))return-1}return e[r(194)]==t?-1:o[r(194)]==t?1:0}))[n(202)]((t=>t[n(194)]))}get[di(199)](){const t=di,e=new Map;for(const n of Array[t(192)](this[t(149)]))for(const[o,r]of n())e[t(170)](o,r);return e}}function gi(){const t=["afterInit","plugins","2164581ohCpgw","RestrictedEditingModeEditing","1151470kZCCLT","8211YzWlzE","3000rrFKvt","enableCommand","10cTbUWD","has","1620198UPdWTf","409135IZIkek","24wWhZxF","165FuCblU","67508oUygwW","657015CEOSsu","addCommentThread","editor","get"];return(gi=function(){return t})()}const pi=fi;function fi(t,e){const n=gi();return(fi=function(t,e){return n[t-=266]})(t,e)}!function(t){const e=fi,n=t();for(;;)try{if(270719===-parseInt(e(284))/1*(-parseInt(e(278))/2)+parseInt(e(266))/3+parseInt(e(282))/4*(parseInt(e(281))/5)+parseInt(e(280))/6+parseInt(e(275))/7*(parseInt(e(276))/8)+parseInt(e(272))/9+-parseInt(e(274))/10*(parseInt(e(283))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gi);class bi extends t.Plugin{[pi(270)](){const t=pi,e=this[t(268)];e[t(271)][t(279)](t(273))&&e[t(271)][t(269)](t(273))[t(277)](t(267))}}const vi=wi;function _i(){const t=["33797qyWZQo","18lQBRJl","339130HUuiie","1047UyrmWA","1127305rcBQzz","13533972uhiRWX","config","forEach","listenTo","importWord.formatting.comments","3101823ZQNrsZ","execute","collaboration.channelId","22hNLJJE","5994752DFLZkp","7kdGhth","_handleImportedData","plugins","high","afterInit","importWord","define","10rYtArX","get","dataInsert","editor","commands","map","2380UTlCYO","addCommentThread","basic","collaboration_features"];return(_i=function(){return t})()}function wi(t,e){const n=_i();return(wi=function(t,e){return n[t-=100]})(t,e)}!function(t){const e=wi,n=t();for(;;)try{if(557175===parseInt(e(112))/1+-parseInt(e(114))/2+-parseInt(e(115))/3*(-parseInt(e(108))/4)+parseInt(e(116))/5*(-parseInt(e(113))/6)+-parseInt(e(127))/7*(parseInt(e(126))/8)+-parseInt(e(122))/9*(parseInt(e(102))/10)+-parseInt(e(125))/11*(-parseInt(e(117))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_i);class Ii extends t.Plugin{constructor(t){const e=wi;super(t),this[e(105)][e(118)][e(101)](e(121),e(110))}[vi(131)](){const t=vi,n=this[t(105)],o=n[t(106)][t(103)](t(100)),s=n[t(129)][t(103)](r.Users);o&&(o.on(t(123),((e,[,n])=>{n[t(111)]={comments:!0,user_id:s.me.id}}),{priority:e.priorities[t(130)]+10}),this[t(120)](o,t(104),this[t(128)]))}[vi(128)](t,e){const n=vi,{comment_threads:o}=e;o&&o[n(119)]((({thread_id:t,comments:e,is_resolved:o})=>{const s=n,i=new Date,c=e[s(107)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[s(105)][s(129)][s(103)](r.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:s(100)}}}))),a=this[s(105)][s(118)][s(103)](s(124));this[s(105)][s(129)][s(103)](oi)[s(109)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}const yi=Ai;function Ai(t,e){const n=Ci();return(Ai=function(t,e){return n[t-=370]})(t,e)}function Ci(){const t=["40ZaaxGN","requires","comment","18vgcStd","comments.copyMarkers","_registerMarkerToCopy","CommentsRepository","always","afterInit","dragstart","8829980sSIfXL","define","hasCommentThread","_removeMarkersWithoutThreads","893851aYRdhW","2063568YrbCCe","listenTo","get","markers","editor","ClipboardPipeline","keys","all","3691854xNVGxT","772520DZxGWa","_registerMarkerInClipboardPipeline","cut","has","contentInsertion","102861eBqhmT","ClipboardMarkersUtils","plugins","config","_mapCommentsCopyConfigToRegisterConfiguration","never","split","highest","126jjkNbw","delete","169115vVVAHr","default","content"];return(Ci=function(){return t})()}!function(t){const e=Ai,n=t();for(;;)try{if(799811===-parseInt(e(378))/1+-parseInt(e(399))/2*(parseInt(e(383))/3)+parseInt(e(411))/4+parseInt(e(393))/5*(parseInt(e(391))/6)+parseInt(e(410))/7*(-parseInt(e(396))/8)+parseInt(e(377))/9+parseInt(e(406))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ci);class Ti extends t.Plugin{constructor(t){const e=Ai;super(t),this[e(373)][e(386)][e(407)](e(400),e(394))}static get[yi(397)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[yi(404)](){const t=yi,e=this[t(373)][t(385)][t(371)](t(374));this[t(379)](),this[t(370)](e,t(382),((e,n)=>this[t(409)](n[t(395)][t(372)])),{priority:t(390)})}[yi(409)](t){const e=yi;if(!this[e(373)][e(385)][e(381)](e(402)))return t;const n=this[e(373)][e(385)][e(371)](e(402));for(const o of t[e(375)]()){const[r,s]=o[e(389)](":");e(398)!=r||n[e(408)](s)||t[e(392)](o)}return t}[yi(379)](){const t=yi,e=this[t(373)][t(385)][t(371)](t(384)),n=this[t(387)](this[t(373)][t(386)][t(371)](t(400)));n&&e[t(401)](t(398),n)}[yi(387)](t){const e=yi;switch(t){case e(403):return{allowedActions:e(376),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(394):return{allowedActions:[e(380),e(405)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(388):default:return null}}}var Ei=n(492),xi={attributes:{"data-cke":!0}};xi.setAttributes=Vr(),xi.insert=Rr().bind(null,"head"),xi.domAPI=Mr(),xi.insertStyleElement=Dr();Nr()(Ei.A,xi);Ei.A&&Ei.A.locals&&Ei.A.locals;const Oi=Pi;function Ni(){const t=["start","isPremiumPlugin","commands","length","ariaLiveAnnouncer","editor","comments","removeMarker","author","getByInnerView","document","view","upcast","removeMarker:","markers","href","_getTargetForId","state","low","130PaDGjk","plugins","LEAVE_COMMENT_ANNOUNCEMENT","873336SOQUJe","attachTo","ENTER_COMMENT_ANNOUNCEMENT","locale","change:activeMarker","clear","updateMarker","addCommentThread","2100870WLYcnP","hasContent","_threads","markerToData","differ","105XTiwzN","3439qTDIJT","setUnlinkedAt","5428MxPPxe","markerName","dataToMarker","once","listenTo","hasMarkerForId","editing","fromCharCode","ignoreResolvedComments","addMarker:","_getTextContext","1468047PfYSxP","config","registerAnnotation","managedUsingOperations","switchReadOnly","end","getItems","destroyed","change:isThreadsLoadingPaused","CommentsEditing","startsWith","get","schema","_attachMarkerToThread","registerPostFixer","getAttribute","_initAriaMarkerChangeAnnouncements","pluginName","enqueueChange","first","context","openNewCommentThread","reopenCommentThread","hasDomSelection","_reconvertMarkers","delete","destroy","init","then","collaboration.channelId","isResolved","ck-comment-marker--active","text","set","scrollToThreadMarker","model","getChangedMarkers","data","_initializeMarkerConverters","refreshVisibility","2049726gXCMoN","$marker","ck-comment-marker","group","push","68469KudVpY","afterInit","fetchCommentThread","focus","_hasTargetInContent","isAttached","substring","comment","conversion","requires","for","editingDowncast","_threadToController","from","add","change:isReadOnly","getAllMarkersForId","isEqual","change","isOfficialPlugin","resolveCommentThread","newRange","dataDowncast","getCommentThread","removeCommentThread","consumable","setContext","render","item","name","getWalker","isThreadsLoadingPaused","getCommentThreads","_attachArchivedThread","_detachCommentThread","markerToHighlight","rootName","root","comment:","isLocal","hasCommentThread","activeMarker","getRange","createElement","$graveyard","addComment","createRange","createPositionBefore","map","elementToElement","affectsData","isCollapsed","size","isObject","join","consume","$textProxy","announce","split","_handleMarkerAddAndRemove","_handleThreadMarker","ready","reconvertMarker","unlinkedAt"];return(Ni=function(){return t})()}!function(t){const e=Pi,n=t();for(;;)try{if(221572===parseInt(e(370))/1*(parseInt(e(353))/2)+-parseInt(e(428))/3+-parseInt(e(372))/4*(-parseInt(e(369))/5)+-parseInt(e(423))/6+parseInt(e(383))/7+-parseInt(e(356))/8+parseInt(e(364))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ni);class Si extends t.Plugin{static get[Oi(437)](){return[oi,ki,r.Users,bi,Ii,Ti]}static get[Oi(400)](){return Oi(392)}static get[Oi(447)](){return!0}static get[Oi(335)](){return!0}constructor(t){const e=Oi;super(t),this[e(416)](e(459),!0),t[e(420)][e(375)](e(331),(()=>this[e(459)]=!1)),this[e(416)](e(311),null),this.on(e(360),((n,o,r,s)=>{const i=e,c=r?Ri(r).id:null;if(t[i(418)][i(446)]((()=>{const e=i;if(c){const n=this[e(444)](c);for(const o of n)t[e(378)][e(332)](o)}if(s){const{id:n}=Ri(s),o=this[e(444)](n);for(const n of o)t[e(378)][e(332)](n)}})),c){const e=t[i(354)][i(394)](oi)[i(451)](c);e&&e[i(413)]&&this[i(417)](c)}})),this[e(399)]()}[Oi(410)](){const t=Oi,e=this[t(339)],n=e[t(354)][t(394)](oi),o=e[t(384)][t(394)](t(412));e[t(336)][t(442)](t(363),new hi(e)),this[t(376)](e,t(443),((o,r,s)=>{const i=t;n[i(387)](s,e[i(384)][i(394)](i(412)))})),this[t(376)](n,Mi(t(363),o),((e,{threadId:n})=>{const o=t,r=this[o(339)][o(354)][o(394)](oi)[o(451)](n);r&&r[o(333)]&&this[o(461)](n)})),this[t(376)](n,Mi(t(452),o),((n,{threadId:o})=>{const r=t;e[r(418)][r(401)]({isUndoable:!1},(t=>{const e=r,n=this[e(444)](o);for(const o of n)t[e(341)](o)}))})),this[t(376)](n,Mi(t(448),o),((e,{threadId:n})=>{const o=t;this[o(407)](n),this[o(339)][o(378)][o(345)][o(406)]&&(this[o(339)][o(354)][o(394)](oi)[o(451)](n)[o(333)]||this[o(339)][o(378)][o(345)][o(431)]())}),{priority:t(352)}),this[t(376)](n,Mi(t(405),o),((e,{threadId:n})=>{this[t(407)](n)}),{priority:t(352)}),this[t(376)](n,Mi(t(315),o),((o,{threadId:r,isFromAdapter:s})=>{const i=t,c=this[i(444)](r);!s&&0!=c[i(337)]&&n[i(310)](r)&&1===n[i(451)](r)[i(337)]&&e[i(418)][i(401)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(362)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(352)}),this[t(421)](),this[t(329)]()}[Oi(429)](){!async function(t){const n=g([101,114,98,109,78,107,83,74,57,99,105,117,116,55,65,120,77,100,90,104,106,71,112,97,54,69,89,82,67,53,115,87,88,118,111,80,73,75,48,122,110,66,86,84,79,76,52,70,68,72,50,56,102,119,108,49,113,121,103,85,81,51]),o=window[g([68,97,116,101])][g([110,111,119])](),r=t[g([101,100,105,116,111,114])],s=new(window[g([80,114,111,109,105,115,101])])((t=>{r[g([111,110,99,101])](g([114,101,97,100,121]),t)})),i={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[g([121])]:g([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[g([97,108,103])]:g([69,83,50,53,54])},c=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function a(t){const e=[new(window[g([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((t=>{let e=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,o)=>{o[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](e)[g([116,104,101,110])]((()=>t))}function u(t){return t[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](h(t)):null}function h(t){return window[g([97,116,111,98])](t[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[g([108,101,110,103,116,104])];n++){const o=t[g([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+o,e&=e}}return function t(e){Array[g([105,115,65,114,114,97,121])](e)?e[g([102,111,114,69,97,99,104])](t):e&&typeof e==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](e)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([e,o])=>{n(e),t(o)})):n(window[g([83,116,114,105,110,103])](e))}(t),e>>>0}function l(t){return t[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function m(t){return t[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function k(){}function g(t){const e=Pi;return t[e(318)]((t=>String[e(379)](t)))[e(324)]("")}!function(t){const e=function(){const t=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let e=g([101]);for(let o=0;o<t[g([108,101,110,103,116,104])];o+=2){let r=window[g([112,97,114,115,101,73,110,116])](t[g([115,117,98,115,116,114,105,110,103])](o,o+2));r>=n[g([108,101,110,103,116,104])]&&(r-=n[g([108,101,110,103,116,104])]),e+=n[r]}return e}();r[e]=g([99,111,109,109,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=g([86,97,108,105,100])&&async function(){await s,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=k,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=k,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let t,n=null,k=null;try{return c==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[g([115,112,108,105,116])](g([46]));return 3!=t[g([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=u(t);return e&&n()?e:null;function n(){const t=e[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](t[g([115,117,98,115,116,114,105,110,103])](t[g([108,101,110,103,116,104])]-8),16),o={...e,[g([106,116,105])]:t[g([115,117,98,115,116,114,105,110,103])](0,t[g([108,101,110,103,116,104])]-8)};return delete o[g([118,99])],d(o)==n}}}(),t?(t[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(k=function(t,n){return new(window[g([80,114,111,109,105,115,101])])((a=>{if(i())return a(g([86,97,108,105,100]));c(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const h=(0,e.uid)();function k(e){c(e)[g([116,104,101,110])]((t=>t&&t[g([115,116,97,116,117,115])]==g([111,107])?l(d(h+n))!=t[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((t=>(s(),t)),(()=>{const t=i();return null==t?(s(),g([86,97,108,105,100])):g(o-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](a)[g([99,97,116,99,104])]((()=>{a(g([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function s(){const e=g([108,108,99,116,45])+l(d(t)),n=m(l(window[g([77,97,116,104])][g([99,101,105,108])](o/r)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](e,n)}function i(){const e=g([108,108,99,116,45])+l(d(t)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](e);return n?window[g([112,97,114,115,101,73,110,116])](m(n),16)*r:null}function c(t){return new(window[g([80,114,111,109,105,115,101])])(((e,n)=>{t[g([116,104,101,110])](e,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return a(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:h}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{t[g([114,101,116,117,114,110])]instanceof window[g([80,114,111,109,105,115,101])]&&(u=!0,k(t[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),s[g([116,104,101,110])]((()=>{u||a(g([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function c(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(t[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[g([106,116,105])])),await async function(){let t=!0;try{const o=c[g([115,112,108,105,116])](g([46])),[r,s,i]=o;return e(r),await n(r,s,i),t}catch(t){return!1}function e(e){const n=u(e);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(t=!1)}async function n(e,n,o){const r=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](h(o),(t=>t[g([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](e+g([46])+n),c=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!c)return;const a=await c[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),i,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await c[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},a,r,s)||(t=!1)}}()?function(){const e=t[g([102,101,97,116,117,114,101,115])];return!(!e||!e[g([105,110,99,108,117,100,101,115])](g([42]))&&!e[g([105,110,99,108,117,100,101,115])](g([67,77,84])))}()?function(){const e=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](t[g([108,105,99,101,110,115,101,84,121,112,101])])?o/1e3:1729123200;return t[g([101,120,112])]<e}()?g([69,120,112,105,114,101,100]):function(){const e=Pi,n=t[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:o}=new URL(window[g([108,111,99,97,116,105,111,110])][e(349)]);if(n[g([105,110,99,108,117,100,101,115])](o))return!0;const r=o[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((t=>t[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((t=>t[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((t=>r[g([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===g([42])))))}()?(t[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(n=a(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(n=a(g([84,114,105,97,108,76,105,109,105,116]))),t[g([108,105,99,101,110,115,101,84,121,112,101])]==g([100,101,118,101,108,111,112,109,101,110,116])&&(n=a(g([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(n&&k?new(window[g([80,114,111,109,105,115,101])])(((t,e)=>{n[g([116,104,101,110])](t,e),k[g([116,104,101,110])]((e=>{e!=g([86,97,108,105,100])&&t(e)}),e)})):n||k||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch(t){return g([73,110,118,97,108,105,100])}}())}(this)}[Oi(409)](){const t=Oi,e=this[t(339)][t(354)][t(394)](oi),n=this[t(339)][t(384)][t(394)](t(412));for(const o of e[t(460)]({channelId:n}))e[t(462)](o.id),e[t(366)][t(408)](o.id);super[t(409)]()}[Oi(377)](t){const e=Oi;return this[e(444)](t)[e(337)]>0}[Oi(444)](t){const e=Oi,n=[];for(const o of this[e(339)][e(418)][e(348)])o[e(457)][e(393)](e(308)+t)&&n[e(427)](o);return n}[Oi(417)](t){const n=Oi,o=this[n(350)](t);o&&setTimeout((()=>{const r=n;this[r(311)]&&Ri(this[r(311)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Oi(407)](t){const e=Oi;this[e(339)][e(418)][e(446)]((()=>{const n=e;for(const e of this[n(444)](t))this[n(339)][n(378)][n(332)](e)}))}[Oi(461)](t){const e=Oi,n=this[e(339)][e(354)][e(394)](oi),o=this[e(339)][e(354)][e(394)](ki),r=n[e(451)](t);if(!r[e(433)]){const t=r[e(357)]((()=>this[e(350)](r.id)));o[e(385)](t),r[e(432)]=!1}}[Oi(421)](){const t=Oi,e=this[t(339)],n=e[t(354)][t(394)](r.Users);e[t(436)][t(438)](t(439))[t(305)]({model:t(435),view:(o,r)=>{const s=t,{id:i}=Ri(o[s(373)]),c=e[s(354)][s(394)](oi)[s(451)](i),a=this[s(311)]&&Ri(this[s(311)]).id===i;let u;if(c&&c[s(413)]&&!a&&o[s(456)])return r[s(453)][s(325)](o[s(456)],s(381)+o[s(373)]),r[s(453)][s(325)](o[s(456)],s(347)+o[s(373)]),null;const h=[s(425)];return a&&h[s(427)](s(414)),u=c&&c[s(337)]?c[s(340)][s(402)][s(342)].id:n.me.id,{classes:h,attributes:{"data-comment":i,"data-author-id":u}}}}),e[t(436)][t(438)](t(450))[t(367)]({model:t(435),view:(n,{options:o})=>{const r=t,s=e[r(354)][r(394)](oi),i=e[r(418)][r(348)][r(394)](n),{id:c,part:a}=Ri(n);if(i&&!i[r(320)])return null;if(o[r(380)]){const t=s[r(451)](c);if(t&&t[r(413)])return null}return{group:r(435),name:a?c+":"+a:c}}}),e[t(436)][t(438)](t(346))[t(319)]({view:{name:t(435),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(313)](t(424),{"data-name":t(308)+e[t(398)]("id")})}),e[t(436)][t(438)](t(346))[t(374)]({view:t(435)})}[Oi(329)](){const t=Oi,e=this[t(339)],n=e[t(354)][t(394)](oi),o=new Set,r=new Set;e[t(418)][t(344)][t(397)]((n=>{const s=t;let i=!1;for(const{name:t,data:c}of e[s(418)][s(344)][s(368)][s(419)]()){const{group:a,id:u}=Ri(t);let h=c[s(449)];if(s(435)!==a||!h)continue;const d=s(314)===h[s(307)][s(306)];d||(h=Li(h,e[s(418)]),!h||h[s(321)]||!c[s(449)]||h[s(445)](c[s(449)]))?e[s(418)][s(365)](h)&&!d?this[s(459)]?o[s(442)](t):this[s(330)](t,u):(r[s(442)](t),o[s(408)](t),n[s(341)](t),i=!0):(n[s(362)](t,{range:h}),i=!0)}return i})),this.on(t(391),((n,r,s)=>{const i=t;if(!s&&o[i(322)])for(const t of o){const{id:n}=Ri(t);o[i(408)](t),e[i(418)][i(348)][i(394)](t)&&this[i(330)](t,n)}})),this[t(376)](e[t(418)][t(344)],t(446),((s,i)=>{const c=t;for(const{name:t,data:{newRange:s}}of e[c(418)][c(344)][c(368)][c(419)]()){const{group:i,id:a}=Ri(t);if(c(435)!==i)continue;const u=n[c(451)](a),h=this[c(377)](a);u&&(!u[c(432)]&&s&&e[c(378)][c(345)][c(375)](c(455),(()=>{const t=c,o=e[t(354)][t(394)](Qs),r=n[t(440)][t(394)](u)[t(345)];o[t(343)](r)[t(422)]()}),{priority:c(352)}),u[c(432)]=h||!!s),s||(r[c(442)](t),o[c(408)](t))}if(i[c(309)])for(const t of r){const{id:e}=Ri(t),r=n[c(451)](e),s=this[c(377)](e);o[c(408)](t),!r||s||r[c(333)]||r[c(371)](new Date)}r[c(361)]()}))}[Oi(350)](t){const e=Oi,n=this[e(339)],o=this[e(444)](t);return(0,r.getAllMarkersDomElementsSorted)(n[e(378)],o)}[Oi(382)](t){const e=Oi,n=this[e(444)](t);let o="",r=!1;for(const t of n){const n=t[e(312)]();for(const t of Array[e(441)](n[e(389)]()))t.is(e(326))?(o&&r&&(o+=" ",r=!1),o+=t[e(420)]):r=!0;r=!0}return o[e(434)](0,150)}[Oi(396)](t,e){const n=Oi,o=this[n(339)],r=o[n(354)][n(394)](oi);let s=r[n(451)](e);const i=o[n(384)][n(394)](n(412)),c=o[n(354)][n(394)](ki);return s&&(s[n(333)]&&s[n(371)](null),s[n(433)])||(this[n(444)](e)[0][n(386)]?r[n(430)]({channelId:i,threadId:e})[n(411)]((t=>{const r=n;if(r(390)!==o[r(351)])if(s=t,s&&!s[r(433)]){const t=s[r(357)]((()=>this[r(350)](e)));c[r(385)](t),s[r(413)]&&this[r(407)](e)}else if(!s){const t=this[r(444)](e);o[r(418)][r(446)]((e=>{const n=r;for(const o of t)e[n(341)](o)}))}})):o[n(378)][n(345)][n(375)](n(455),(()=>{const t=n;if(r[t(451)](e))return;const a=o[t(354)][t(394)](Qs);s=r[t(404)]({channelId:i,threadId:e,target:()=>this[t(350)](e),context:{type:t(415),value:this[t(382)](e)}});const u=r[t(440)][t(394)](s)[t(345)],h=a[t(343)](u);h&&c[t(385)](h)}),{priority:n(352)})),s}[Oi(330)](t,e){const n=Oi,o=this[n(396)](t,e);o&&!o[n(403)]&&o[n(454)]({type:n(415),value:this[n(382)](e)})}[Oi(399)](){const t=Oi,n=this[t(339)];(0,r.surroundingMarkersDetector)(n[t(418)],(({left:o,entered:s})=>{const i=t;for(const t of o)if(Vi(t)){n.ui[i(338)][i(327)](fo(n[i(359)],i(355)));break}for(const t of s)if(Vi(t)){n.ui[i(338)][i(327)](fo(n[i(359)],i(358),(0,e.getEnvKeystrokeText)(r.FOCUS_ANNOTATION_KEYSTROKE)));break}}))}}function Mi(t,e){return e?t+":"+e:t}function Pi(t,e){const n=Ni();return(Pi=function(t,e){return n[t-=305]})(t,e)}function Ri(t){const e=t[Oi(328)](":");return{group:e[0],id:e[1],part:e[2]}}function Li(t,e){const n=Oi,o=e[n(395)],r=e[n(316)](t[n(334)]);for(const s of t[n(458)]()){const{type:t,item:i,nextPosition:c}=s;if(n(415)===t||o[n(323)](i)){const t=e[n(317)](i);r[n(321)]&&(r[n(334)]=t),r[n(388)]=c}}return r}function Vi(t){const e=Oi;return e(435)===Ri(t[e(457)])[e(426)]}const ji='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',Di=Ki;function Bi(){const t=["_licenseKeyCheckInterval","hasCommentThread","trialLimit","domainLimit","featureNotAllowed","2UwfqLr","usageLimit","CommentsUI","licenseKey","innerView","set","Comments","stop","isEnabled","editing","destroy","commentsLicenseKeyInvalid","commentsLicenseKeyNotAllowed","CommentThreadInputView","focusTracker","2379627wFXBhn","Comment","removeCommentThread","componentFactory","addCommentThread","config","pluginName","commentsLicenseKeyExpired","180HLdGBe","map","_showLicenseError","commentsLicenseKeyTrialLimit","menuBar:comment","78EgArMf","evaluationLimit","init","4301195njfihS","comment","_viewToController","bind","has","requires","commentsLicenseKeyDomainLimit","addSourceCollector","760502rJrgrH","invalid","locale","model","editor","listenTo","commentsLicenseKeyEvaluationLimit","get","CommentsListView","developmentLimit","view","getAllMarkersForId","find","execute","highest","commands","activeMarker","isFocused","push","hasMarkerForId","4804364gzBsfJ","addComment","getRange","isOfficialPlugin","commentsLicenseKeyUsageLimit","_createUIButton","708799YrUbol","isPremiumPlugin","533416GaaiHD","plugins","commentsLicenseKeyDevelopmentLimit","tooltip","getCommentThread","comment:","601998taqOtQ","add","focus","length","change:activeAnnotations","from","_threadToController","low","expired","commentsLicenseKeyValid"];return(Bi=function(){return t})()}function Ki(t,e){const n=Bi();return(Ki=function(t,e){return n[t-=307]})(t,e)}!function(t){const e=Ki,n=t();for(;;)try{if(755070===parseInt(e(366))/1*(-parseInt(e(327))/2)+parseInt(e(312))/3+-parseInt(e(386))/4+-parseInt(e(358))/5+parseInt(e(355))/6*(-parseInt(e(392))/7)+-parseInt(e(394))/8+-parseInt(e(342))/9*(-parseInt(e(350))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bi);class zi extends t.Plugin{static get[Di(348)](){return Di(329)}static get[Di(389)](){return!0}static get[Di(393)](){return!0}static get[Di(363)](){return[oi,Si,ki,Qs]}get[Di(374)](){return $o}get[Di(340)](){return Yo}[Di(357)](){const t=Di,e=this[t(370)],n=e[t(307)][t(373)](oi),o=e[t(307)][t(373)](Si),r=e[t(307)][t(373)](Qs),s=e[t(307)][t(373)](ki);e.ui[t(345)][t(313)](t(359),(()=>{const e=t,n=this[e(391)](po.ButtonView);return n[e(309)]=!0,n})),e.ui[t(345)][t(313)](t(354),(()=>this[t(391)](po.MenuBarMenuListItemButtonView))),s[t(365)]((()=>{const e=t,r=[];for(const[t,s]of n[e(318)]){const n=o[e(377)](t.id),i=n[e(351)]((t=>t[e(388)]()));n[e(315)]>0&&r[e(384)]([s[e(376)],i])}return r})),this[t(371)](r,t(316),((e,r,s)=>{const i=t,c=Array[i(317)](s)[i(351)]((t=>t[i(331)]))[i(378)]((t=>n[i(360)][i(362)](t)));if(!c)return void(o[i(382)]=null);const a=n[i(360)][i(373)](c)[i(369)].id,u=i(311)+a;a&&o[i(385)](a)?o[i(382)]=u:o[i(382)]&&(o[i(382)]=null)})),this[t(371)](n,t(344),((n,{threadId:r,isFromAdapter:s})=>{const i=t;!s&&e.ui[i(341)][i(383)]&&o[i(385)](r)&&e[i(336)][i(376)][i(314)]()}),{priority:t(380)}),this[t(371)](n,t(387),((r,{threadId:s,isFromAdapter:i})=>{const c=t;!i&&o[c(385)](s)&&n[c(323)](s)&&1===n[c(310)](s)[c(315)]&&(e[c(336)][c(376)][c(314)](),r[c(334)]())}),{priority:t(319)}),this[t(330)]=this[t(370)][t(347)][t(373)](t(330));const i=this[t(370)];this[t(322)]=setInterval((()=>{const e=t;let n;for(const t in i){const o=t,r=i[o];if(e(321)==r||e(338)==r||e(349)==r||e(364)==r||e(339)==r||e(372)==r||e(353)==r||e(308)==r||e(390)==r){delete i[o],n=r,clearInterval(this[e(322)]),this[e(322)]=void 0;break}}e(338)==n&&i[e(352)](e(367)),e(349)==n&&i[e(352)](e(320)),e(364)==n&&i[e(352)](e(325)),e(339)==n&&i[e(352)](e(326),e(333)),e(372)==n&&i[e(352)](e(356)),e(353)==n&&i[e(352)](e(324)),e(308)==n&&i[e(352)](e(375)),e(390)==n&&i[e(352)](e(328))}),1e3)}[Di(337)](){const t=Di;super[t(337)](),this[t(322)]&&clearInterval(this[t(322)])}[Di(391)](t){const e=Di,n=this[e(370)],o=new t(n[e(368)]),r=n[e(381)][e(373)](e(346));return o[e(332)]({label:fo(n[e(368)],e(343)),icon:ji}),o[e(361)](e(335)).to(r),this[e(371)](o,e(379),(()=>r[e(379)]())),o}}const Fi=Hi;function Ui(){const t=["listenTo","forceDisabled","114BganTS","cut","isEnabled","CommentsOnly","afterInit","editing","stopListening","affectsData","addCommentThread","155884ugnPnv","highest","document","has","1620714tKJPhc","5044195xRfMwS","editor","clipboardInput","715542ScZVlj","29333190vnKCwn","DragDrop","config","32HFOVOe","364506kptufI","_enableCommentsOnlyMode","view","delete","pluginName","clearForceDisabled","plugins","42bVWYgF","get","change:isEnabled","1380276tXgLkv","_disableCommentsOnlyMode","commentsOnly","commands","set","isOfficialPlugin","commentsOnlyMode","isPremiumPlugin","stop","requires"];return(Ui=function(){return t})()}function Hi(t,e){const n=Ui();return(Hi=function(t,e){return n[t-=123]})(t,e)}!function(t){const e=Hi,n=t();for(;;)try{if(833367===parseInt(e(142))/1+parseInt(e(133))/2+parseInt(e(164))/3*(parseInt(e(129))/4)+parseInt(e(134))/5+-parseInt(e(137))/6*(-parseInt(e(149))/7)+parseInt(e(141))/8*(-parseInt(e(152))/9)+-parseInt(e(138))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ui);class Wi extends t.Plugin{static get[Fi(146)](){return Fi(123)}static get[Fi(157)](){return!0}static get[Fi(159)](){return!0}static get[Fi(161)](){return[Si]}constructor(t){const e=Fi;super(t),this[e(156)](e(166),!1),this.on(e(151),((t,n,o)=>{const r=e;o?this[r(143)]():this[r(153)]()}))}[Fi(124)](){const t=Fi;!this[t(166)]&&this[t(135)][t(140)][t(150)](t(154))&&(this[t(166)]=!0)}[Fi(143)](){const t=Fi;for(const[e,n]of this[t(135)][t(155)])n[t(127)]&&t(128)!==e&&n[t(163)](t(158));this[t(135)][t(148)][t(132)](t(139))&&this[t(135)][t(148)][t(150)](t(139))[t(163)](t(158));const e=this[t(135)][t(125)][t(144)][t(131)];this[t(162)](e,t(165),(e=>e[t(160)]()),{priority:t(130)}),this[t(162)](e,t(136),(e=>e[t(160)]()),{priority:t(130)}),this[t(162)](e,t(145),(e=>e[t(160)]()),{priority:t(130)})}[Fi(153)](){const t=Fi;for(const[e,n]of this[t(135)][t(155)])n[t(127)]&&t(128)!==e&&n[t(147)](t(158));this[t(126)](this[t(135)][t(125)][t(144)][t(131)])}}function Yi(t,e){const n=Gi();return(Yi=function(t,e){return n[t-=319]})(t,e)}const Xi=Yi;function Gi(){const t=["detach","attach","init","from","activeUIs","switchTo","annotationsuis-missing-ui","_setSelectedAnnotations","change:activeAnnotation","_uis","9mdtohs","_uisData","listenTo","isOfficialPlugin","length","remove","filter","activeAnnotations","push","2301370BujLGb","context","add","annotationsuis-register-already-registered","stopListening","341624JRynDm","setActiveAnnotation","_addActiveAnnotation","deactivate","_assertAnnotationDoesNotBelongToMultipleUIs","_activateAnnotation","type","AnnotationsUIs","refilterAnnotations","annotationsuis-register-invalid-interface","pluginName","set","register","plugins","has","_removeActiveAnnotation","deactivateAll","isActive","hasActive","isPremiumPlugin","annotationsuis-annotation-mismatch","3401806YGdeFc","function","collection","delete","activate","1Qmdxug","_visibleAnnotations","find","size","destroy","7GgGPmw","303ItZVAK","get","requires","29660lfgBrB","_deactivateAllAnnotations","13160994xGcwzs","1239040pmcbyd","2521506tzdmcU"];return(Gi=function(){return t})()}!function(t){const e=Yi,n=t();for(;;)try{if(893487===parseInt(e(321))/1*(parseInt(e(380))/2)+parseInt(e(327))/3*(parseInt(e(330))/4)+parseInt(e(333))/5+-parseInt(e(334))/6+parseInt(e(326))/7*(parseInt(e(359))/8)+parseInt(e(345))/9*(-parseInt(e(354))/10)+-parseInt(e(332))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gi);class qi extends t.ContextPlugin{static get[Xi(329)](){return[Qs]}static get[Xi(369)](){return Xi(366)}static get[Xi(348)](){return!0}static get[Xi(378)](){return!0}constructor(t){const e=Xi;super(t),this[e(339)]=new Set,this[e(344)]=new Map,this[e(346)]=new Map}[Xi(337)](){const t=Xi,e=this[t(355)][t(372)][t(328)](Qs);this[t(347)](e,t(364),((e,n)=>{const o=t;for(const t of this[o(339)]){const e=this[o(344)][o(328)](t);(0,this[o(346)][o(328)](t)[o(351)])(n)&&e[o(360)](n)}})),this[t(347)](e,t(331),(()=>{const e=t;for(const t of this[e(339)])this[e(344)][e(328)](t)[e(360)](null)})),this[t(347)](e[t(322)],t(356),((e,n)=>{this[t(363)](n)}))}[Xi(377)](){const t=Xi;return this[t(339)][t(324)]>0}[Xi(376)](t){const e=Xi;return this[e(339)][e(373)](t)}[Xi(320)](t,n=()=>!0){const o=Xi,r=this[o(355)][o(372)][o(328)](Qs);if(!this[o(344)][o(373)](t))throw new e.CKEditorError(o(341),this,{uiName:t});this[o(376)](t)&&this[o(362)](t),this[o(339)][o(356)](t);const s=new ws;(function({source:t,target:e,filter:n}){const o=vs;for(const r of t)n(r)&&e[o(314)](r);e[o(331)](t,o(314),((t,r)=>{const s=o;n(r)&&e[s(314)](r)})),e[o(331)](t,o(316),((t,n)=>{const r=o;e[r(313)](n)&&e[r(316)](n)}))})({source:r[o(322)],target:s,filter:n}),this[o(346)][o(370)](t,{collection:s,filter:n});const i=this[o(344)][o(328)](t);i[o(336)](s),this[o(347)](i,o(343),((t,e,n,s)=>{const i=o;s&&r[i(374)](s),n&&r[i(361)](n)}))}[Xi(362)](t){const n=Xi;if(this[n(339)][n(319)](t),!this[n(344)][n(373)](t))throw new e.CKEditorError(n(341),this,{uiName:t});const o=this[n(344)][n(328)](t);o[n(335)](),this[n(358)](o),this[n(346)][n(328)](t)[n(382)][n(325)](),this[n(346)][n(319)](t)}[Xi(340)](t){const n=Xi;if(!this[n(344)][n(373)](t))throw new e.CKEditorError(n(341),this,{uiName:t});const o=this[n(355)][n(372)][n(328)](Qs),r=Array[n(338)](o[n(352)])[0]||null;this[n(375)](),this[n(320)](t);const s=this[n(344)][n(328)](t);s[n(360)](r),s[n(342)]&&r&&s[n(342)]([r])}[Xi(375)](){const t=Xi;for(const e of this[t(339)])this[t(362)](e)}[Xi(371)](t,n){const o=Xi;if(this[o(344)][o(373)](t))throw new e.CKEditorError(o(357));if(o(381)!=typeof n[o(336)]||o(381)!=typeof n[o(335)]||o(381)!=typeof n[o(360)])throw new e.CKEditorError(o(368),null);this[o(344)][o(370)](t,n)}[Xi(367)](){const t=Xi,e=this[t(355)][t(372)][t(328)](Qs)[t(382)],n=new Map,o=Array[t(338)](this[t(339)]);for(const e of this[t(339)]){const o=this[t(346)][t(328)](e)[t(382)];for(const r of o)n[t(370)](r,e)}for(const r of e){const e=n[t(328)](r);this[t(363)](r);const s=o[t(323)]((e=>this[t(346)][t(328)](e)[t(351)](r)));e!==s&&(e&&this[t(346)][t(328)](e)[t(382)][t(350)](r),s&&this[t(346)][t(328)](s)[t(382)][t(356)](r))}}[Xi(325)](){const t=Xi;this[t(375)](),super[t(325)]()}[Xi(363)](t){const n=Xi,o=[];for(const e of this[n(339)])(0,this[n(346)][n(328)](e)[n(351)])(t)&&o[n(353)](e);if(o[n(349)]>1)throw new e.CKEditorError(n(379),null,{matchedUIs:o,annotationType:t[n(365)]})}}var Zi=n(573),Qi={attributes:{"data-cke":!0}};Qi.setAttributes=Vr(),Qi.insert=Rr().bind(null,"head"),Qi.domAPI=Mr(),Qi.insertStyleElement=Dr();Nr()(Zi.A,Qi);Zi.A&&Zi.A.locals&&Zi.A.locals;const Ji=$i;function $i(t,e){const n=tc();return($i=function(t,e){return n[t-=140]})(t,e)}function tc(){const t=["ck-sidebar","186032nNWKxO","6gkRCye","forEach","getIndex","focus","4BxDJGF","arrowdown","focusTracker","_setupKeyboardNavigation","uiLanguageDirection","delegate","remove","application","ck-reset","source","list","2020960uGLTQc","length","344680zTfnGA","set","createCollection","setTemplate","10bXgHeh","div","focusCycler","510141aOevLc","focusPrevious","change","element","arrowup","listenTo","removed","221drBrSw","focusables","175298qBXtYu","number","306jyQLFh","minHeight","5721848nJHeEw","focusNext","bindTemplate","956844uYyeYH","change:top","4xCjYXY","added","focusFirst","top","add","Annotations sidebar","render","Annotations list","class","_updateItemPositionInFocusables"];return(tc=function(){return t})()}!function(t){const e=$i,n=t();for(;;)try{if(490776===parseInt(e(154))/1*(parseInt(e(183))/2)+parseInt(e(174))/3*(-parseInt(e(192))/4)+parseInt(e(165))/5*(parseInt(e(150))/6)+-parseInt(e(167))/7+parseInt(e(149))/8*(parseInt(e(185))/9)+parseInt(e(171))/10*(parseInt(e(187))/11)+parseInt(e(190))/12*(-parseInt(e(181))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tc);const ec=(0,e.toUnit)("px");class nc extends po.View{constructor(t){const n=$i;super(t);const o=this[n(189)];this[n(168)](n(186),0),this[n(168)](n(146),""),this[n(164)]=this[n(169)](),this[n(182)]=this[n(169)](),this[n(164)][n(159)](n(178),n(155)).to(this),this[n(156)]=new e.FocusTracker,this[n(173)]=new po.FocusCycler({focusables:this[n(182)],focusTracker:this[n(156)]}),this[n(170)]({tag:n(172),attributes:{class:["ck",n(148),n(162),o.to(n(146))],style:{minHeight:o.to(n(186),(t=>n(184)==typeof t?ec(t+10):null))},dir:t[n(158)],role:n(161),"aria-label":fo(t,n(143)),tabindex:0},children:[{tag:n(172),attributes:{role:n(164),"aria-label":fo(t,n(145))},children:this[n(164)]}]})}[Ji(144)](){const t=Ji;super[t(144)](),this[t(157)]()}[Ji(153)](){const t=Ji;this[t(173)][t(140)]()}[Ji(157)](){const t=Ji;this[t(164)][t(159)](t(191)).to(this),this.on(t(191),(e=>{const n=t;this[n(147)](e[n(163)])})),this[t(164)][t(151)]((e=>{const n=t;this[n(156)][n(142)](e[n(177)]),this[n(147)](e)})),this[t(164)].on(t(176),((e,n)=>{const o=t;for(const t of n[o(180)])this[o(156)][o(160)](t[o(177)]),this[o(182)][o(160)](t);for(const t of n[o(193)])this[o(156)][o(142)](t[o(177)]),this[o(147)](t)})),this.on(t(178),(()=>{const e=t;this[e(173)][e(175)]()})),this.on(t(155),(()=>{const e=t;this[e(173)][e(188)]()})),this[t(179)](this[t(177)],t(153),(()=>{this[t(153)]()}))}[Ji(147)](t){const e=Ji,n=this[e(182)][e(152)](t);let o,r;for(const n of this[e(182)])if(t[e(141)]<n[e(141)]){o=n;break}if(r=o?this[e(182)][e(152)](o):this[e(182)][e(166)],-1!==n){if(n===r-1)return;this[e(182)][e(160)](t),r=o?this[e(182)][e(152)](o):this[e(182)][e(166)]}this[e(182)][e(142)](t,r)}}const oc=sc;function rc(){const t=["arrowup","setTemplate","bind","ck-sidebar-item","clear","ck-sidebar-item--no-animation","482408CWEAZj","element","9308GmOvSs","presentation","attach","536dpewDi","1209280DMVruB","bindTemplate","focus","3657269RvQKYu","41100sxdqmY","_mutationObserver","bottom","delegate","content","arrowdown","destroy","4416nizNly","render","height","detach","isAnimationDisabled","updateHeight","_targetTop","6nLCxLV","clientHeight","1089153IgDBJQ","first","div","set","top","createCollection"];return(rc=function(){return t})()}function sc(t,e){const n=rc();return(sc=function(t,e){return n[t-=285]})(t,e)}!function(t){const e=sc,n=t();for(;;)try{if(266683===-parseInt(e(286))/1+-parseInt(e(294))/2+-parseInt(e(301))/3*(-parseInt(e(289))/4)+-parseInt(e(290))/5+-parseInt(e(308))/6*(-parseInt(e(293))/7)+-parseInt(e(322))/8+-parseInt(e(310))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rc);const ic=(0,e.toUnit)("px");class cc extends po.View{constructor(t){const e=sc;super(t),this[e(313)](e(314),0),this[e(313)](e(303),0),this[e(318)](e(296)).to(this,e(314),this,e(303),((t,e)=>t+e)),this[e(313)](e(305),!1),this[e(295)]=cs((()=>this[e(306)]())),this[e(307)]=null,this[e(298)]=this[e(315)](),this[e(298)][e(297)](e(316),e(299)).to(this);const n=this[e(291)];this[e(317)]({tag:e(312),attributes:{class:[e(319),n.to(e(305),(t=>t?e(321):""))],style:{top:n.to(e(314),(t=>ic(t)))},role:e(287)},children:this[e(298)]})}[oc(302)](){const t=oc;super[t(302)](),this[t(295)][t(288)](this[t(285)])}[oc(292)](){const t=oc;this[t(298)][t(311)]&&this[t(298)][t(311)][t(292)]()}[oc(306)](){const t=oc,e=this[t(285)][t(309)];e&&(this[t(303)]=e)}[oc(300)](){const t=oc;this[t(298)][t(320)](),this[t(295)][t(304)](),super[t(300)]()}}const ac=uc;function uc(t,e){const n=lc();return(uc=function(t,e){return n[t-=397]})(t,e)}!function(t){const e=uc,n=t();for(;;)try{if(789097===parseInt(e(401))/1*(-parseInt(e(440))/2)+-parseInt(e(406))/3*(parseInt(e(405))/4)+-parseInt(e(435))/5*(parseInt(e(490))/6)+parseInt(e(447))/7*(parseInt(e(429))/8)+-parseInt(e(409))/9*(parseInt(e(402))/10)+parseInt(e(459))/11*(parseInt(e(432))/12)+parseInt(e(480))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lc);class hc extends t.ContextPlugin{static get[ac(473)](){return ac(462)}static get[ac(489)](){return!0}static get[ac(412)](){return!0}constructor(t){const e=ac;super(t),this[e(468)](e(487),void 0),this[e(477)]=this[e(457)](),this[e(468)](e(400),null),this[e(431)]=25,this[e(455)]=new Map,this[e(416)]=new Map,this[e(424)][e(449)][e(414)](e(421),!1),this[e(427)]=null,this[e(475)]=null,this[e(444)]=[]}[ac(458)](){const t=ac,e=this[t(424)][t(449)][t(460)](t(420));e&&this[t(454)](e)}[ac(454)](t){const n=ac;if(!mc(t))throw new e.CKEditorError(n(452));this[n(400)]=t}[ac(478)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=ac;if(!mc(this[o(400)]))throw new e.CKEditorError(o(407),this);this[o(400)][o(445)](this[o(477)][o(441)]),this[o(477)][o(474)]=t,this[o(431)]=n}[ac(461)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=ac,r=this[o(450)](t);this[o(477)][o(436)][o(437)](r),this[o(411)](t),e&&this[o(482)](this[o(450)](e)),n&&this[o(482)](this[o(450)](n)),this[o(446)]()}[ac(398)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=ac;if(this[o(475)]=e,t){t[o(476)]=!1;const e=this[o(450)](t);e&&n&&(e[o(413)]=!1)}if(e){const t=this[o(450)](e);t&&(e[o(476)]=!0,n&&(t[o(413)]=!0,t[o(425)]+=1),this[o(482)](t))}}[ac(417)](t){const e=ac;if(this[e(477)][e(441)][e(437)](),t)for(const n of t)this[e(411)](n);this[e(477)][e(436)][e(426)](),this[e(477)][e(474)]="",this[e(487)]=null}[ac(408)](t,e){const n=ac;e||(e=t[n(477)]);const o=new cc(this[n(424)][n(484)]);this[n(455)][n(468)](o,t),this[n(416)][n(468)](t,o),o[n(456)][n(438)](e),this[n(403)](t[n(477)],n(422),((e,r,s)=>{const i=n,c=this[i(469)](t,s);o[i(443)]!=c&&(o[i(443)]=c,this[i(479)](o,c))})),this[n(403)](o,n(410),(()=>{const t=n;this[t(415)](o,t(425))})),this[n(403)](o,n(434),(()=>{const t=n;this[t(415)](o,t(433))})),this[n(482)](o);const r=this[n(483)](o);return r&&this[n(404)](r,o)||this[n(482)](o),this[n(446)](),this[n(477)][n(436)][n(438)](o),o}[ac(472)](t){const e=ac;if(!t[e(456)][e(397)])return;const n=this[e(483)](t);if(!n)return;const o=this[e(455)][e(460)](n),r=this[e(475)];r&&r===o?this[e(404)](n,t):this[e(486)](t,n)}[ac(485)](t){const e=ac;if(!t[e(456)][e(397)])return;const n=this[e(471)](t);if(!n)return;const o=this[e(455)][e(460)](n),r=this[e(424)][e(449)][e(460)](e(421)),s=this[e(475)];s&&s===o&&r?(this[e(486)](n,t),this[e(404)](t,n)):s&&s===o?this[e(486)](n,t):this[e(404)](t,n)}[ac(415)](t,e){const n=ac;0===this[n(444)][n(397)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(444)])t(425)===n?this[t(472)](e):this[t(485)](e);this[t(444)]=[]}),10),this[n(444)][n(430)]({sidebarItemView:t,changedProp:e})}[ac(450)](t){const e=ac;return this[e(416)][e(460)](t)}[ac(451)](){const t=ac;this[t(464)](),this[t(477)][t(451)]()}[ac(411)](t){const e=ac,n=this[e(450)](t);this[e(464)](n),this[e(464)](t[e(477)]),n[e(451)](),this[e(416)][e(466)](t),this[e(455)][e(466)](n)}[ac(457)](){const t=ac,e=new nc(this[t(424)][t(484)]);return e[t(467)](),this.on(t(470),((n,o,r,s)=>{const i=t;s&&e[i(481)](i(419)),r?e[i(399)](i(419)).to(r,i(433)):e[i(419)]=null})),e}[ac(446)](){const t=ac;var e;this[t(487)]=(null===(e=this[t(427)])||void 0===e?void 0:e[t(463)])?this[t(450)](this[t(427)][t(463)]):null}[ac(483)](t){const e=ac;var n;const o=this[e(455)][e(460)](t),r=o&&(null===(n=this[e(427)])||void 0===n?void 0:n[e(460)](this[e(427)][e(488)](o)-1));return r&&this[e(450)](r)||null}[ac(471)](t){const e=ac;var n;const o=this[e(455)][e(460)](t),r=o&&(null===(n=this[e(427)])||void 0===n?void 0:n[e(460)](this[e(427)][e(488)](o)+1));return r&&this[e(450)](r)||null}[ac(486)](t,e){const n=ac;t[n(439)]();const o=dc(e[n(433)]+this[n(431)],t[n(425)]);return!!o&&(this[n(479)](e,e[n(425)]-o),!0)}[ac(404)](t,e){const n=ac;t[n(439)]();const o=dc(t[n(433)]+this[n(431)],e[n(425)]);return!!o&&(this[n(479)](e,e[n(425)]+o,!1),!0)}[ac(482)](t){const e=ac,n=this[e(455)][e(460)](t);if(!n||!n[e(428)]||!n[e(448)])return;const o=this[e(469)](n,n[e(448)]);this[e(479)](t,o)}[ac(469)](t,n){const o=ac;if(null===n)return 0;if(t[o(428)]instanceof e.Rect)return n[o(425)];{const t=new e.Rect(this[o(477)][o(441)])[o(425)];return n[o(425)]-t}}[ac(479)](t,e,n=this[ac(424)][ac(449)][ac(460)](ac(421))){const o=ac;n&&(e=Math[o(418)](e,this[o(465)](t))),t[o(425)]=e}[ac(465)](t){const e=ac;let n=this[e(483)](t),o=0;for(;n;)n[e(439)](),o+=this[e(431)]+n[e(442)],n=this[e(483)](n);return o}}function dc(t,e){return Math[ac(418)](t-e,0)}function lc(){const t=["appendChild","_updateLastItem","217VVbhUk","targetRect","config","getSidebarItemView","destroy","sidebar-setcontainer-invalid-element","nodeType","setContainer","_sidebarItemViewToAnnotation","content","_createSidebarView","init","31856QPeaUu","get","rearrange","Sidebar","last","stopListening","_getMaxAvailableTop","delete","render","set","_getTargetTop","change:_lastItem","_getItemAfter","_alignForTopChange","pluginName","class","_activeAnnotation","isActive","view","_attachToContainer","_setItemTop","23757955vrBWEB","unbind","_alignToTargetRect","_getItemBefore","locale","_alignForBottomChange","_alignBeforeItem","_lastItem","getIndex","isOfficialPlugin","60QWzvAB","length","refresh","bind","container","26561lnkKZN","11901990gIcLNZ","listenTo","_alignAfterItem","4DbVGXp","206001tawuYE","sidebar-attachtocontainer-missing-container","addAnnotation","9gvKTOk","change:top","_destroySidebarItemView","isPremiumPlugin","isAnimationDisabled","define","_recalculate","_annotationToSidebarItemView","_detachFromContainer","max","minHeight","sidebar.container","sidebar.preventScrollOutOfView","change:targetRect","object","context","top","clear","_annotations","target","15848ZjNFHU","push","_spaceBetweenItems","5484aSajvv","bottom","change:bottom","515825oqFRrX","list","remove","add","updateHeight","10BwWswe","element","height","_targetTop","_recalculateBuffer"];return(lc=function(){return t})()}function mc(t){const e=ac;return null!==t&&e(423)==typeof t&&1===t[e(453)]}const kc=gc;function gc(t,e){const n=pc();return(gc=function(t,e){return n[t-=360]})(t,e)}function pc(){const t=["blur","stopListening","off","high","removeEventListener","get","plugins","1ddEIUF","_attachToContainer","5693083oPGPAF","change:container","activeAnnotation","20DMdqha","WideSidebar","_editorAnnotations","listenTo","ready","init","destroy","widesidebar-attach-already-attached","wideSidebar","switchTo","_refreshPositioningDebounced","isAttached","_destroyEditorAnnotationsIntegration","resize","456242uPNhyz","_activeAnnotation","144965wwFTFe","annotations","addEventListener","isPremiumPlugin","context","487962ldgJVB","from","getOrderedSelectedAnnotations","has","stop","editors","5047bgrMAf","cancel","rearrange","widesidebar-detach-not-attached","_annotations","refresh","set:container","_integrateWithEditorAnnotations","updateTargetRect","EditorAnnotations","attach","container","requires","addAnnotation","refreshPositioning","54ISqSjf","_detachFromContainer","focus","pluginName","remove","3775419lUIeip","register","add","132JgvysT","hasDomSelection","setActiveAnnotation","1623048bmXdQJ","12SMoLFL","uiUpdate","ck-sidebar--wide","detach","set","isOfficialPlugin"];return(pc=function(){return t})()}!function(t){const e=gc,n=t();for(;;)try{if(504415===parseInt(e(365))/1*(parseInt(e(384))/2)+-parseInt(e(391))/3+-parseInt(e(420))/4*(-parseInt(e(386))/5)+parseInt(e(412))/6*(parseInt(e(397))/7)+-parseInt(e(423))/8+-parseInt(e(417))/9*(parseInt(e(370))/10)+parseInt(e(367))/11*(parseInt(e(424))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pc);class fc extends t.ContextPlugin{static get[kc(409)](){return[hc,qi]}static get[kc(415)](){return kc(371)}static get[kc(429)](){return!0}static get[kc(389)](){return!0}constructor(t){const n=kc;super(t),this[n(381)]=!1,this[n(428)](n(369),null),this[n(387)]=null,this[n(372)]=new e.Collection,this[n(380)]=os((()=>{const t=n;this[t(387)][t(411)]()}),250,{leading:!1})}[kc(375)](){const t=kc,e=this[t(390)][t(364)][t(363)](qi),n=this[t(390)][t(364)][t(363)](hc);e[t(418)](t(378),this),n[t(408)]&&e[t(379)](t(378))}[kc(422)](t){const e=kc;if(t===this[e(369)])return;const n=this[e(390)][e(364)][e(363)](hc);n[e(385)]=t;const o=this[e(369)];this[e(369)]=t,n[e(402)]({blurredAnnotation:o,activatedAnnotation:this[e(369)]})}[kc(407)](n){const o=kc;this[o(387)]=n;const r=this[o(390)][o(364)][o(363)](hc);if(r[o(401)]=n,this[o(381)])throw new e.CKEditorError(o(377),this);this[o(381)]=!0,this[o(373)](r,o(403),(()=>{const t=o;this[t(427)](),this[t(373)](r,t(368),(e=>{const o=t;e[o(360)](),this[o(407)](n)}))})),r[o(366)]({viewClass:o(426)});const s=t=>{const e=o;t[e(405)](),r[e(410)](t)};for(const t of n)s(t);this[o(373)](n,o(419),((t,e)=>{s(e)})),this[o(373)](n,o(416),((t,e,s)=>{const i=o;r[i(399)]({removedAnnotation:e,previousAnnotation:n[i(363)](s-1),nextAnnotation:n[i(363)](s+1)}),e===this[i(369)]&&this[i(422)](null)}),{priority:o(361)}),this[o(373)](n,o(414),((t,e)=>{this[o(422)](e)})),this[o(373)](n,o(430),(()=>{this[o(422)](null)}));const i=this[o(390)]instanceof t.Context?this[o(390)][o(396)]:new e.Collection([this[o(390)]]);for(const t of i)this[o(404)](t);this[o(373)](i,o(419),((t,e)=>{const n=o;this[n(373)](e,n(374),(()=>{this[n(404)](e)}))})),this[o(373)](i,o(416),((t,e)=>{const n=o;e[n(364)][n(394)](n(406))&&this[n(382)](e[n(364)][n(363)](n(406)))})),window[o(388)](o(383),this[o(380)]),this[o(387)][o(411)]()}[kc(427)](){const n=kc;if(!this[n(381)])throw new e.CKEditorError(n(400),this);this[n(422)](null);const o=this[n(390)][n(364)][n(363)](hc);o[n(413)](this[n(387)]),this[n(431)](o),this[n(431)](this[n(387)]),this[n(390)]instanceof t.Context&&this[n(431)](this[n(390)][n(396)]);for(const t of Array[n(392)](this[n(372)]))this[n(382)](t);window[n(362)](n(383),this[n(380)]),this[n(380)][n(398)](),this[n(369)]=null,this[n(381)]=!1,this[n(387)]=null}[kc(376)](){const t=kc;this[t(381)]&&this[t(427)]()}[kc(404)](t){const e=kc;if(!t[e(364)][e(394)](e(406)))return;const n=t[e(364)][e(363)](e(406)),o=()=>{const t=e,o=n[t(393)]({annotations:this[t(387)],activeAnnotation:this[t(369)]});this[t(422)](o[0]||null)};this[e(373)](n,e(402),o),this[e(373)](n,e(430),((t,{isAnnotationTracked:n})=>{const o=e;this[o(369)]&&n(this[o(369)])&&this[o(422)](null)})),this[e(373)](n,e(425),(()=>{this[e(380)]()})),this[e(373)](this[e(387)],e(430),(t=>{const r=e;n[r(421)]()&&(o(),t[r(395)]())}),{priority:e(361)}),this[e(372)][e(419)](n)}[kc(382)](t){const e=kc;this[e(431)](t),this[e(372)][e(416)](t)}}function bc(t,e){const n=_c();return(bc=function(t,e){return n[t-=415]})(t,e)}!function(t){const e=bc,n=t();for(;;)try{if(232531===parseInt(e(441))/1+-parseInt(e(437))/2+parseInt(e(421))/3*(parseInt(e(433))/4)+parseInt(e(444))/5*(parseInt(e(434))/6)+parseInt(e(426))/7+-parseInt(e(438))/8*(-parseInt(e(432))/9)+-parseInt(e(418))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_c);class vc extends po.ButtonView{constructor(t){const e=bc;super(t);const n=this[e(442)];this[e(424)](e(430),!1),this[e(424)](e(440),0),this[e(427)](e(422)).to(this,e(430),this,e(440),((t,n)=>t?e(439):n[e(423)]())),this[e(424)](e(419),""),this[e(425)]=ji,this[e(431)]({attributes:{class:[e(420)]}}),this[e(443)]=new po.View,this[e(443)][e(429)]({tag:e(435),attributes:{class:[e(415),n.to(e(419),(t=>e(417)+t)),n.if(e(430),e(428))]},children:[{text:n.to(e(422))}]}),this[e(416)][e(436)](this[e(443)])}}function _c(){const t=["558824GKWqYO","bind","ck-annotation-counter__badge--edit-mode","setTemplate","isDirty","extendTemplate","9ZaDUiH","6252eyMZvz","6shRfAg","span","add","589890HVRHvI","420456yIEjya","...","number","182763IxgXjZ","bindTemplate","counterView","1073285cMiGzo","ck-annotation-counter__badge","children","ck-annotation-counter__badge--","210890DAXaNC","annotationType","ck-annotation-counter","36ASsWDp","_badge","toString","set","icon"];return(_c=function(){return t})()}var wc=n(197),Ic={attributes:{"data-cke":!0}};Ic.setAttributes=Vr(),Ic.insert=Rr().bind(null,"head"),Ic.domAPI=Mr(),Ic.insertStyleElement=Dr();Nr()(wc.A,Ic);wc.A&&wc.A.locals&&wc.A.locals;const yc=Cc;function Ac(){const t=["_annotations","mousedown","_detachListeners","getOrderedSelectedAnnotations","isVisible","resize","find","_attachToContainer","24zyKRwK","listenTo","989343ZkyYgi","get","_refreshPositioningDebounced","annotations","length","_updateBalloonPosition","narrowSidebar","type","create","clear","46291qWasxY","focus","narrowsidebar-detach-not-attached","from","northArrowSouth","_showBalloon","add","refreshPositioning","_manuallyClosedAnnotationViews","locale","uiUpdate","getSidebarItemView","southArrowNorth","addAnnotation","element","48261qlVGBj","values","annotationType","cancel","includes","Esc","has","destroy","execute","isOfficialPlugin","keyCode","removeEventListener","attachToDom","contains","138JRLVKa","refresh","bodyCollection","getByView","1946480uumZsm","_domEmitter","detach","pluginName","esc","348644NHsGjA","setActiveAnnotation","remove","stopListening","hasDomSelection","bind","detachFromDom","requires","ready","stop","southArrowNorthEast","keydown","isDirty","preventDefault","low","init","preventClosingBalloon","number","register","EditorAnnotations","_destroyEditorAnnotationsIntegration","isAttached","off","content","activeAnnotation","pin","attach","change:height","high","defaultPositions","view","stopPropagation","northArrowSouthWest","unpin","_editorAnnotations","balloonPanelView","blur","editors","southArrowNorthWest","focusableElements","context","_attachListeners","addEventListener","1582385xnXCrY","narrowsidebar-attach-already-attached","target","_selectedAnnotations","isPremiumPlugin","NarrowSidebar","first","plugins","_detachFromContainer","change:container","rearrange","_annotationToNarrowView","set","northArrowSouthEast","_integrateWithEditorAnnotations","_hideBalloon","37714OnXYMz","set:container","delete","_refreshPositioning","_setSelectedAnnotations","ck-sidebar--narrow"];return(Ac=function(){return t})()}function Cc(t,e){const n=Ac();return(Cc=function(t,e){return n[t-=362]})(t,e)}!function(t){const e=Cc,n=t();for(;;)try{if(191596===-parseInt(e(434))/1+parseInt(e(448))/2*(-parseInt(e(475))/3)+parseInt(e(375))/4+parseInt(e(418))/5+parseInt(e(366))/6*(parseInt(e(460))/7)+-parseInt(e(370))/8+parseInt(e(450))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ac);class Tc extends t.ContextPlugin{static get[yc(382)](){return[hc,qi]}static get[yc(373)](){return yc(423)}static get[yc(484)](){return!0}static get[yc(422)](){return!0}constructor(t){const n=yc;super(t),this[n(396)]=!1,this[n(468)]=new Set,this[n(371)]=Object[n(458)](e.DomEmitterMixin),this[n(429)]=new Map,this[n(430)](n(399),null),this[n(453)]=null,this[n(421)]=[],this[n(409)]=new e.Collection,this[n(452)]=os((()=>{this[n(437)]()}),250,{leading:!1})}[yc(390)](){const t=yc;this[t(415)][t(425)][t(451)](qi)[t(393)](t(456),this),this[t(368)]=new po.BodyCollection(this[t(415)][t(469)]),this[t(410)]=new po.BalloonPanelView(this[t(415)][t(469)]),this[t(368)][t(364)](),this[t(368)][t(466)](this[t(410)])}[yc(401)](n){const o=yc;this[o(453)]=n;const r=this[o(415)][o(425)][o(451)](hc),s=this[o(410)];if(r[o(440)]=n,this[o(396)])throw new e.CKEditorError(o(419),this);this[o(396)]=!0,this[o(449)](r,o(435),(()=>{const t=o;this[t(372)](),this[t(449)](r,t(427),(e=>{const o=t;e[o(397)](),this[o(401)](n)}))})),r[o(447)]({viewClass:o(439),spaceBetweenItems:5});const i=t=>{const e=o,n=new vc(this[e(415)][e(469)]);r[e(473)](t,n),this[e(429)][e(430)](t,n),n[e(380)](e(387),e(477),e(392)).to(t[e(405)],e(387),e(457),e(454)),n.on(e(483),(()=>{const n=e;this[n(468)][n(459)](),s[n(398)][n(424)]!==t[n(405)]?(this[n(465)](t),t[n(405)][n(474)][n(461)](),this[n(376)](t)):this[n(376)](null)}))};for(const t of n)i(t);this[o(449)](n,o(466),((t,e)=>{i(e)})),this[o(449)](n,o(377),((t,e,s)=>{const i=o;this[i(429)][i(451)](e)[i(482)](),this[i(429)][i(436)](e),r[i(428)]({removedAnnotation:e,previousAnnotation:n[i(451)](s-1),nextAnnotation:n[i(451)](s+1)}),e===this[i(399)]&&this[i(376)](null)}),{priority:o(389)}),this[o(449)](n,o(461),((t,e)=>{this[o(376)](e)})),this[o(449)](n,o(411),(()=>{this[o(376)](null)})),this[o(371)][o(449)](document,o(386),((t,n)=>{const r=o;n[r(362)]===e.keyCodes[r(374)]&&s[r(444)]&&(this[r(468)][r(466)](s[r(398)][r(424)]),this[r(433)](),n[r(406)](),n[r(388)]())})),this[o(371)][o(449)](document,o(441),((t,e)=>{const n=o,i=e[n(420)];s[n(444)]&&s[n(474)][n(365)](i)||r[n(405)][n(474)][n(365)](i)||t[n(391)]||this[n(399)]&&this[n(399)][n(414)][n(446)]((t=>t[n(365)](i)))||(this[n(468)][n(459)](),this[n(433)](),this[n(376)](null))}));const c=this[o(415)]instanceof t.Context?this[o(415)][o(412)]:new e.Collection([this[o(415)]]);for(const t of c)this[o(432)](t);this[o(449)](c,o(466),((t,e)=>{const n=o;this[n(449)](e,n(383),(()=>{this[n(432)](e)}))})),this[o(449)](c,o(377),((t,e)=>{const n=o;e[n(425)][n(481)](n(394))&&this[n(395)](e[n(425)][n(451)](n(394)))})),window[o(417)](o(445),this[o(452)]),this[o(437)]()}[yc(376)](t){const e=yc;if(t===this[e(399)])return;const n=this[e(415)][e(425)][e(451)](hc);n[e(367)]({blurredAnnotation:this[e(399)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(471)](t)?this[e(465)](t):this[e(433)](),this[e(399)]=t}[yc(372)](){const n=yc;if(!this[n(396)])throw new e.CKEditorError(n(462),this);this[n(376)](null);const o=this[n(415)][n(425)][n(451)](hc);this[n(433)](),Array[n(463)](this[n(429)][n(476)](),(t=>t[n(482)]())),this[n(429)][n(459)](),o[n(426)](this[n(453)]),this[n(378)](),this[n(371)][n(378)](),this[n(415)]instanceof t.Context&&this[n(378)](this[n(415)][n(412)]);for(const t of Array[n(463)](this[n(409)]))this[n(395)](t);window[n(363)](n(445),this[n(452)]),this[n(452)][n(478)](),this[n(421)]=[],this[n(396)]=!1,this[n(453)]=null}[yc(482)](){const t=yc;this[t(396)]&&this[t(372)](),this[t(368)][t(381)]()}[yc(432)](t){const e=yc;if(!t[e(425)][e(481)](e(394)))return;const n=t[e(425)][e(451)](e(394)),o=this[e(415)][e(425)][e(451)](hc),r=this[e(453)],s=this[e(410)],i=()=>{const t=e,o=n[t(443)]({annotations:this[t(453)],activeAnnotation:this[t(399)]});this[t(438)](o),this[t(376)](o[0]||null)};this[e(449)](n,e(367),i),this[e(449)](n,e(411),((t,{isAnnotationTracked:n})=>{const o=e;this[o(399)]&&n(this[o(399)])&&(this[o(438)]([]),this[o(376)](null))})),this[e(449)](n,e(470),(()=>{this[e(452)]()})),this[e(449)](r,e(411),(t=>{const o=e;n[o(379)]()&&t[o(384)]()}),{priority:e(403)}),this[e(449)](this[e(371)],e(441),((t,r)=>{const c=e,a=r[c(420)];s[c(444)]&&s[c(474)][c(365)](a)||o[c(405)][c(474)][c(365)](a)||this[c(399)]&&n[c(379)]()&&(i(),t[c(391)]=!0)}),{priority:e(403)}),this[e(409)][e(466)](n)}[yc(395)](t){const e=yc;t&&(this[e(378)](t),this[e(409)][e(377)](t))}[yc(438)](t){const e=yc;for(const n of this[e(421)])t[e(479)](n)||this[e(468)][e(436)](n[e(405)]);this[e(421)]=t}[yc(437)](){const t=yc,e=this[t(410)];this[t(453)][t(467)](),e[t(444)]&&this[t(455)]()}[yc(465)](t){const e=yc;if(this[e(468)][e(481)](t[e(405)]))return;const n=this[e(410)][e(398)][e(424)];n!==t[e(405)]?(n&&this[e(442)](n),this[e(416)](t[e(405)]),this[e(410)][e(398)][e(459)](),this[e(410)][e(398)][e(466)](t[e(405)]),this[e(455)]()):this[e(455)]()}[yc(455)](){const t=yc,e=this[t(410)][t(398)][t(424)],n=e&&this[t(453)][t(369)](e);if(!n||!this[t(429)][t(481)](n))return;const o=this[t(429)][t(451)](n)[t(474)],r=function(){const e=t,n=po.BalloonPanelView[e(404)];return[n[e(385)],n[e(431)],n[e(472)],n[e(464)],n[e(413)],n[e(407)]]}();this[t(410)][t(400)]({target:o,positions:r})}[yc(433)](){const t=yc,e=this[t(410)],n=e[t(398)][t(424)];n&&(this[t(442)](n),e[t(408)](),e[t(398)][t(459)]())}[yc(416)](t){const e=yc;this[e(449)](t,e(402),(()=>this[e(455)]())),this[e(449)](t,e(480),((n,o)=>{const r=e;this[r(468)][r(466)](t),this[r(433)](),o()}))}[yc(442)](t){this[yc(378)](t)}}var Ec=n(874),xc={attributes:{"data-cke":!0}};xc.setAttributes=Vr(),xc.insert=Rr().bind(null,"head"),xc.domAPI=Mr(),xc.insertStyleElement=Dr();Nr()(Ec.A,xc);Ec.A&&Ec.A.locals&&Ec.A.locals;const Oc=Mc;function Nc(){const t=["blur","detach","_selectedAnnotations","408165yzWmhg","target","view","getBoundingClientRect","editor","includes","_getBalloonTargetForAnnotation","annotations","has","InlineAnnotations","focusTracker","change:isFocused","focus","activeAnnotation","isPremiumPlugin","clear","document","get","visibleView","init","getFirstRange","inlineannotations-attach-already-attached","viewRangeToDom","bottom","_forceRefresh","every","Esc","push","width","inlineannotations-not-allowed-with-context","isActive","_addedAnnotations","set","getOrderedSelectedAnnotations","find","493470SIspko","top","map","switchTo","destroy","inlineannotations-detach-not-attached","left","isFocused","showStack","change:height","stopListening","hasActive","requires","_closeAnnotation","context","getClientRects","isOfficialPlugin","editing","length","setActiveAnnotation","listenTo","keystrokes","selection","attach","90Urothm","pluginName","add","targetRect","afterInit","collapse","646790RIIlDN","plugins","mousedown","remove","refresh","_setSelectedAnnotations","fromRect","1872MkyhLp","inline","updatePosition","27HOmzbI","update","right","11291hNoPQm","isAttached","addObserver","2020860fKeOBk","change:visibleView","_manuallyClosed","_balloon","domConverter","register","getByView","delete","editableElement","2495320OIUECF","_addAnnotationToBalloon","hasView","from","_removeAnnotationFromBalloon","6892ebMtch"];return(Nc=function(){return t})()}!function(t){const e=Mc,n=t();for(;;)try{if(347545===parseInt(e(246))/1+-parseInt(e(212))/2+parseInt(e(222))/3*(-parseInt(e(242))/4)+parseInt(e(237))/5+-parseInt(e(228))/6+parseInt(e(225))/7*(-parseInt(e(219))/8)+parseInt(e(281))/9*(parseInt(e(206))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Nc);class Sc extends t.Plugin{static get[Oc(293)](){return[ki,po.ContextualBalloon,qi]}static get[Oc(207)](){return Oc(255)}static get[Oc(198)](){return!0}static get[Oc(260)](){return!0}constructor(t){const e=Oc;super(t),t[e(199)][e(248)][e(227)](To.MouseObserver),this[e(226)]=!1,this[e(278)](e(259),null),this[e(253)]=null,this[e(230)]=new Set,this[e(231)]=t[e(213)][e(263)](po.ContextualBalloon),this[e(277)]=new Set,this[e(245)]=[],this[e(270)]=!1}[Oc(265)](){const t=Oc,e=this[t(250)][t(213)][t(263)](qi);e[t(295)]===this[t(250)]&&(e[t(233)](t(220),this),this[t(250)][t(203)][t(278)](t(272),((e,n)=>{const o=t,r=this[o(231)];if(this[o(226)]&&r[o(264)]){const t=this[o(253)][o(234)](r[o(264)]);t&&this[o(294)](t),n()}})))}[Oc(210)](){const t=Oc,e=this[t(250)][t(213)][t(263)](qi);e[t(295)]===this[t(250)]&&(e[t(292)]()||e[t(284)](t(220)))}[Oc(201)](t){const e=Oc;t!==this[e(259)]&&(this[e(259)]&&(this[e(259)][e(276)]=!1),t&&this[e(250)].ui[e(256)][e(288)]&&(this[e(253)][e(254)](t)&&this[e(238)](t,!0),t[e(276)]=!0),t||this[e(217)]([]),this[e(259)]=t)}[Oc(205)](t){const n=Oc;this[n(253)]=t;const o=this[n(250)][n(213)][n(263)](qi),r=this[n(231)];if(this[n(226)])throw new e.CKEditorError(n(267),this);if(o[n(295)]!==this[n(250)])throw new e.CKEditorError(n(275),this);const s=this[n(250)][n(213)][n(263)](ki);this[n(202)](s,n(216),(()=>{const t=n,e=s[t(279)]({annotations:this[t(253)],activeAnnotation:this[t(259)]});var o,r;!this[t(270)]&&(o=e,r=this[t(245)],o[t(200)]===r[t(200)]&&o[t(271)]((e=>r[t(251)](e))))||(this[t(270)]=!1,this[t(217)](e),this[t(201)](e[0]||null))})),this[n(202)](s,n(243),((t,{isAnnotationTracked:e})=>{const o=n;this[o(259)]&&e(this[o(259)])&&(this[o(217)]([]),this[o(201)](null))})),this[n(202)](this[n(250)].ui[n(256)],n(257),((t,e,o)=>{o||this[n(201)](null)})),this[n(202)](t,n(215),((t,e)=>{const o=n;this[o(241)](e),e===this[o(259)]&&this[o(201)](null)})),this[n(202)](r,n(229),((e,o,s,i)=>{const c=n;i&&this[c(291)](i);const a=t[c(234)](s);s&&a&&(this[c(202)](s,c(290),(()=>{r[c(221)]()})),this[c(202)](s,c(272),(()=>{const t=c;this[t(294)](a),this[t(250)][t(199)][t(248)][t(258)]()})),this[c(259)]!==a&&this[c(201)](a))})),this[n(202)](this[n(250)].ui,n(223),(()=>{const e=n;r[e(264)]&&t[e(234)](r[e(264)])&&r[e(221)]()})),this[n(202)](this[n(250)][n(199)][n(248)][n(262)],n(214),(()=>{const t=n;this[t(270)]=!0,this[t(230)][t(261)]()})),this[n(250)][n(199)][n(248)][n(262)][n(204)][n(236)]&&this[n(250)][n(199)][n(248)][n(258)](),this[n(226)]=!0}[Oc(244)](){const t=Oc;if(!this[t(226)])throw new e.CKEditorError(t(286),this);this[t(201)](null);for(const e of this[t(277)])this[t(241)](e);this[t(291)](),this[t(226)]=!1,this[t(253)]=null}[Oc(285)](){const t=Oc;this[t(226)]&&this[t(244)]()}[Oc(217)](t){const e=Oc;for(const n of this[e(245)])t[e(251)](n)||this[e(230)][e(235)](n);for(const n of this[e(253)])t[e(251)](n)||this[e(241)](n);if(this[e(250)].ui[e(256)][e(288)])for(const n of t)this[e(238)](n);this[e(245)]=t}[Oc(238)](t,e=!1){const n=Oc;this[n(230)][n(254)](t)||(this[n(277)][n(254)](t)||this[n(231)][n(239)](t[n(248)])||(this[n(277)][n(208)](t),this[n(231)][n(208)]({stackId:t[n(248)].id,view:t[n(248)],position:{target:()=>this[n(252)](t)}})),e&&this[n(231)][n(289)](t[n(248)].id))}[Oc(252)](t){const n=Oc,o=t[n(247)],r=this[n(250)][n(199)][n(248)],s=r[n(262)][n(204)][n(266)](),i=r[n(232)][n(268)](s);if(i[n(211)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(273)](...(c=e[n(197)](),Array[n(240)](c)[n(283)](DOMRect[n(218)])));t=function(t){const e=n,o=[];let r=t[0];for(let n=1;n<t[e(200)];n++)Pc(r,t[n])?r[e(274)]+=t[n][e(274)]:(o[e(273)](r),r=t[n]);return o[e(273)](r),o}(t);const r=i[n(249)]();return t[n(280)]((t=>t[n(282)]<=r[n(282)]&&t[n(269)]>=r[n(269)]&&t[n(287)]<=r[n(287)]&&t[n(224)]>=r[n(224)]))||t[0]}var c;return t[n(209)]||i}[Oc(241)](t){const e=Oc;this[e(277)][e(254)](t)&&this[e(231)][e(239)](t[e(248)])&&(this[e(277)][e(235)](t),this[e(231)][e(215)](t[e(248)]))}[Oc(294)](t){const e=Oc;this[e(230)][e(208)](t),this[e(241)](t)}}function Mc(t,e){const n=Nc();return(Mc=function(t,e){return n[t-=197]})(t,e)}function Pc(t,e){const n=Oc;return t[n(282)]===e[n(282)]&&t[n(269)]===e[n(269)]&&t[n(224)]===e[n(287)]}var Rc=n(353),Lc={attributes:{"data-cke":!0}};Lc.setAttributes=Vr(),Lc.insert=Rr().bind(null,"head"),Lc.domAPI=Mr(),Lc.insertStyleElement=Dr();Nr()(Rc.A,Lc);Rc.A&&Rc.A.locals&&Rc.A.locals;const Vc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',jc=Dc;function Dc(t,e){const n=Bc();return(Dc=function(t,e){return n[t-=211]})(t,e)}function Bc(){const t=["ck-comments-archive__content","render","44VfHpfJ","7ilwyBg","focusPrevious","first","setTemplate","ck-comments-archive","ck-hidden","275cgbREL","57084fgUBWf","534060lmfswv","isActive","ck-comments-archive__info","focus","focusTracker","EMPTY_COMMENTS_ARCHIVE","length","arrowup","listenTo","presentation","div","_setupKeyboardNavigation","delegate","7948910WEuCTU","focusCycler","auto","focusFirst","55156UpRYkP","remove","change","32iarywI","add","5632734jIxLmv","16IDwKeG","arrowdown","focusNext","element","102352HLuGJy","bindTemplate","list","isEmpty","1470951SQeniP","set","_annotationViews","destroy","COMMENTS_ARCHIVE_LIST_LABEL"];return(Bc=function(){return t})()}!function(t){const e=Dc,n=t();for(;;)try{if(656279===parseInt(e(252))/1*(parseInt(e(248))/2)+parseInt(e(225))/3+-parseInt(e(242))/4*(-parseInt(e(223))/5)+-parseInt(e(247))/6*(parseInt(e(217))/7)+parseInt(e(245))/8*(parseInt(e(256))/9)+-parseInt(e(238))/10+-parseInt(e(216))/11*(parseInt(e(224))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bc);class Kc extends po.View{constructor(t,n){const o=Dc;super(t),this[o(257)](o(255),!n[o(231)]),this[o(229)]=new e.FocusTracker,this[o(211)]=n,this[o(211)][o(237)](o(232),o(249)).to(this),this.on(o(232),(()=>{const t=o;this[t(239)][t(218)]()})),this.on(o(249),(()=>{const t=o;this[t(239)][t(250)]()})),this[o(239)]=new po.FocusCycler({focusables:n,focusTracker:this[o(229)]}),this[o(233)](n,o(246),(()=>{this[o(255)]=!1})),this[o(233)](n,o(243),((t,e)=>{const r=o;e[r(226)]&&this[r(228)](),n[r(231)]||(this[r(255)]=!0)}));const r=this[o(253)];this[o(220)]({tag:o(235),attributes:{dir:o(240),class:["ck",o(221)],tabindex:-1,role:o(254),"aria-label":fo(t,o(213))},children:[{tag:o(235),attributes:{class:[o(214)],role:o(234)},children:[{tag:o(235),attributes:{role:o(234)},children:n},{tag:"p",attributes:{class:[o(227),r.if(o(255),o(222),(t=>!t))]},children:[{text:fo(t,o(230))}]}]}]})}[jc(215)](){const t=jc;super[t(215)](),this[t(236)]()}[jc(212)](){const t=jc;super[t(212)](),this[t(229)][t(212)]()}[jc(228)](){const t=jc;this[t(239)][t(219)]?this[t(239)][t(241)]():this[t(251)][t(228)]()}[jc(236)](){const t=jc;for(const e of this[t(211)])this[t(229)][t(246)](e[t(251)]);this[t(211)].on(t(244),((e,{added:n,removed:o})=>{const r=t;for(const t of n)this[r(229)][r(246)](t[r(251)]);for(const t of o)this[r(229)][r(243)](t[r(251)])}))}}const zc=Fc;function Fc(t,e){const n=Uc();return(Fc=function(t,e){return n[t-=481]})(t,e)}function Uc(){const t=["1153061ZPujpI","1541742HYPfZr","isOfficialPlugin","2728144UVlSah","archivedAt","context","pluginName","isPremiumPlugin","length","listenTo","isActive","getCommentThread","443346XLwLGl","20AkWmYv","requires","highest","154646qsRrlQ","stopListening","has","focus","isVisible","archivedThreads","removeCommentThread","activate","addCommentThread","init","3058424ZVscCu","11627775fYtILM","plugins","change:archivedAt","add","2MpiGbQ","findIndex","remove","_calculatePosition","get","CommentsArchive","collection"];return(Uc=function(){return t})()}!function(t){const e=Fc,n=t();for(;;)try{if(394624===parseInt(e(508))/1*(parseInt(e(493))/2)+parseInt(e(516))/3+-parseInt(e(503))/4+parseInt(e(490))/5*(-parseInt(e(489))/6)+-parseInt(e(515))/7+-parseInt(e(518))/8+parseInt(e(504))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Uc);class Hc extends t.ContextPlugin{static get[zc(483)](){return zc(513)}static get[zc(517)](){return!0}static get[zc(484)](){return!0}static get[zc(491)](){return[oi,Qs]}constructor(t){const n=zc;super(t),this[n(498)]=new e.Collection}[zc(502)](){const t=zc,e=this[t(482)],n=e[t(505)][t(512)](oi),o=e[t(505)][t(512)](Qs);this[t(486)](n,t(501),((e,{threadId:o})=>{const r=t,s=n[r(488)](o);s[r(481)]&&this[r(498)][r(507)](s,this[r(511)](s[r(481)])),this[r(486)](s,r(506),((t,e,n)=>{const o=r;n?this[o(498)][o(495)](s)||this[o(498)][o(507)](s,this[o(511)](s[o(481)])):this[o(498)][o(495)](s)&&this[o(498)][o(510)](s)}))})),this[t(486)](n,t(499),((e,{threadId:o})=>{const r=t,s=n[r(488)](o);this[r(494)](s),this[r(498)][r(495)](s)&&this[r(498)][r(510)](s)}),{priority:t(492)}),this[t(486)](o[t(514)],t(496),((e,n)=>{const r=t;n[r(497)]||(n[r(487)]=!0,o[r(500)](n))}))}[zc(511)](t){const e=zc,n=[...this[e(498)]][e(509)]((n=>n[e(481)]<t));return n>-1?n:this[e(498)][e(485)]}}const Wc=Yc;function Yc(t,e){const n=Xc();return(Yc=function(t,e){return n[t-=345]})(t,e)}function Xc(){const t=["menuitemcheckbox","stopListening","664306tnWXtg","filter","collaboration.channelId","source","_toggleDialog","locale","add","tooltip","findIndex","isOfficialPlugin","execute","componentFactory","_pendingThreads","show","view","3394494ASiJZE","Dialog","_createCommentsArchiveButton","4GHjFLe","bind","innerView","isOpen","pluginName","5357664AYrihn","508851lzucel","get","remove","EDITOR_TOP_SIDE","length","CommentsRepository","focusableElements","config","_hideDialogOnAnnotationEscape","channelId","init","indexOf","requires","listenTo","isOn","8020887LmYZAk","isVisible","commentsArchiveView","annotationViews","menuBar:commentsArchive","23843630aQpIMC","escape","18835tcKorX","isEnabled","CommentsArchiveUI","COMMENTS_ARCHIVE","getByInnerView","_visibleAnnotations","stop","set","collection","_calculatePosition","Annotations","splice","commentsArchive","archivedThreads","find","has","archivedAt","push","plugins","_threadToController","364TmarIJ","isPremiumPlugin","hide","8oKMNAX","editor"];return(Xc=function(){return t})()}!function(t){const e=Yc,n=t();for(;;)try{if(758302===parseInt(e(367))/1*(-parseInt(e(349))/2)+parseInt(e(373))/3+parseInt(e(415))/4*(-parseInt(e(395))/5)+-parseInt(e(372))/6+parseInt(e(388))/7+parseInt(e(345))/8*(-parseInt(e(364))/9)+parseInt(e(393))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xc);class Gc extends t.Plugin{static get[Wc(371)](){return Wc(397)}static get[Wc(358)](){return!0}static get[Wc(416)](){return!0}static get[Wc(385)](){return[Hc,po.Dialog]}constructor(t){const e=Wc;super(t),this[e(381)]=t=>{const n=e,o=t[n(352)];if(!this[n(391)][n(410)](o[n(363)]))return;const r=this[n(346)][n(413)][n(374)](n(365));r[n(370)]&&n(407)===r.id&&(r[n(417)](),t[n(401)]())},this[e(391)]=new po.ViewCollection,this[e(361)]=[]}[Wc(383)](){const t=Wc,e=this[t(346)],n=this[t(381)][t(368)](this);e.ui[t(360)][t(355)](t(407),(()=>this[t(366)](po.ButtonView,!0))),e.ui[t(360)][t(355)](t(392),(()=>{const e=t,n=this[e(366)](po.MenuBarMenuListItemButtonView);return n[e(402)]({role:e(347)}),n}));const o=e[t(413)][t(374)](Hc),r=e[t(413)][t(374)](t(405)),s=e[t(413)][t(374)](t(378));this[t(386)](o[t(408)],t(355),((n,o)=>{const i=t,c=e[i(380)][i(374)](i(351));if(!c||o[i(382)]===c){const t=s[i(414)][i(374)](o);if(!t)return void this[i(361)][i(412)](o);const e=this[i(404)](o[i(411)]),n=r[i(399)](t[i(363)]);n[i(389)]&&r[i(400)][i(375)](n),this[i(391)][i(355)](n[i(363)],e)}})),this[t(386)](r[t(403)],t(355),((e,n)=>{const o=t,r=this[o(361)][o(409)]((t=>{const e=o,r=s[e(414)][e(374)](t);return r&&n[e(369)]===r[e(363)]}));if(r){const t=this[o(404)](r[o(411)]);this[o(391)][o(355)](n[o(363)],t),this[o(361)][o(406)](this[o(361)][o(384)](r),1)}})),this[t(386)](o[t(408)],t(375),((n,o)=>{const i=t,c=e[i(380)][i(374)](i(351));if(!c||o[i(382)]===c){const t=s[i(414)][i(374)](o),e=r[i(399)](t[i(363)]);this[i(391)][i(375)](e[i(363)]),this[i(348)](e[i(379)])}})),this[t(386)](r[t(403)],t(355),((e,o)=>{const r=t;this[r(386)](o,r(394),n)})),this[t(386)](r[t(403)],t(375),((e,o)=>{const r=t;this[r(348)](o,r(394),n)}))}[Wc(404)](t){const e=Wc,n=this[e(346)][e(380)][e(374)](e(351)),o=[...this[e(346)][e(413)][e(374)](Hc)[e(408)]][e(350)]((t=>t[e(382)]===n))[e(357)]((n=>n[e(411)]<t));return o<0||o>this[e(391)][e(377)]?this[e(391)][e(377)]:o-1}[Wc(353)](){const t=Wc,e=this[t(346)],n=e[t(413)][t(374)](t(365));this[t(390)]||(this[t(390)]=new Kc(e[t(354)],this[t(391)])),t(407)===n.id?n[t(417)]():n[t(362)]({id:t(407),title:fo(e[t(354)],t(398)),icon:Vc,hasCloseButton:!0,content:this[t(390)],position:po.DialogViewPosition[t(376)]})}[Wc(366)](t,e=!1){const n=Wc,o=this[n(346)][n(354)],r=this[n(346)][n(413)][n(374)](n(365)),s=new t(o);return s[n(368)](n(396)).to(this,n(396)),s[n(368)](n(387)).to(r,"id",(t=>n(407)===t)),s[n(402)]({label:fo(o,n(398)),icon:Vc,isToggleable:!0}),e&&(s[n(356)]=!0),this[n(386)](s,n(359),(()=>this[n(353)]())),s}}var qc=Zc;function Zc(t,e){var n=Qc();return(Zc=function(t,e){return n[t-=240]})(t,e)}function Qc(){var t=["Comments","39363104EXCusY","25980QIIwlP","540127SyifBm","1488IdDiXo","62518jzVWvi","4482555izMkjX","isPremiumPlugin","requires","120MXnkiT","pluginName","4975392VNEOsv","11112450DnOdrw","isOfficialPlugin","9ycfSsK","61babOpY"];return(Qc=function(){return t})()}!function(t){for(var e=Zc,n=t();;)try{if(972370===-parseInt(e(255))/1*(-parseInt(e(245))/2)+parseInt(e(246))/3+-parseInt(e(244))/4*(-parseInt(e(242))/5)+-parseInt(e(251))/6+parseInt(e(243))/7*(parseInt(e(249))/8)+parseInt(e(254))/9*(-parseInt(e(252))/10)+-parseInt(e(241))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qc);class Jc extends t.Plugin{static get[qc(248)](){return[oi,Si,zi,Hc,Gc,Wi,fc,Tc,Sc]}static get[qc(250)](){return qc(240)}static get[qc(253)](){return!0}static get[qc(247)](){return!0}}function $c(){var t=["3821068CUbPaM","78IMbBzl","12gRtxXW","178150XqVwCg","287623toMoKp","10088768LRYuYM","54693155jbnasv","5154147WdWYqj","31928uzLjLM","20XMBUwm","48MDdKrS","5bazsHz"];return($c=function(){return t})()}function ta(t,e){var n=$c();return(ta=function(t,e){return n[t-=198]})(t,e)}!function(t){for(var e=ta,n=t();;)try{if(642645===-parseInt(e(205))/1+-parseInt(e(198))/2*(parseInt(e(200))/3)+parseInt(e(202))/4*(-parseInt(e(201))/5)+parseInt(e(203))/6*(-parseInt(e(206))/7)+-parseInt(e(207))/8+parseInt(e(209))/9*(-parseInt(e(199))/10)+parseInt(e(208))/11*(parseInt(e(204))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($c)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
|