@ckeditor/ckeditor5-comments 42.0.2-alpha.2 → 43.0.0-alpha.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 +1 -256
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/ti.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/dist/annotations/annotations.d.ts +1 -1
- package/dist/annotations/sidebar.d.ts +2 -2
- package/dist/annotations/view/annotationview.d.ts +4 -4
- package/dist/annotations/view/sidebaritemview.d.ts +7 -3
- package/dist/annotations/view/sidebarview.d.ts +25 -4
- package/dist/comments/commentsediting.d.ts +8 -0
- package/dist/comments/commentsrepository.d.ts +14 -2
- package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/dist/comments/ui/view/basecommentview.d.ts +41 -3
- package/dist/comments/ui/view/commentinputview.d.ts +17 -2
- package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/dist/comments/ui/view/commentslistview.d.ts +17 -5
- package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
- package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
- package/dist/comments/ui/view/commentview.d.ts +9 -12
- package/dist/index-editor.css +33 -2
- package/dist/index.css +95 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9 -9
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/utils/common-translations.d.ts +1 -1
- package/lang/contexts.json +15 -0
- package/lang/translations/af.po +62 -0
- package/lang/translations/ar.po +68 -2
- package/lang/translations/bg.po +64 -2
- package/lang/translations/bn.po +64 -2
- package/lang/translations/bs.po +63 -0
- package/lang/translations/ca.po +64 -2
- package/lang/translations/cs.po +66 -2
- package/lang/translations/da.po +64 -2
- package/lang/translations/de-ch.po +62 -0
- package/lang/translations/de.po +64 -2
- package/lang/translations/el.po +64 -2
- package/lang/translations/en-au.po +62 -0
- package/lang/translations/en.po +64 -2
- package/lang/translations/es-co.po +63 -0
- package/lang/translations/es.po +65 -2
- package/lang/translations/et.po +64 -2
- package/lang/translations/fa.po +62 -0
- package/lang/translations/fi.po +64 -2
- package/lang/translations/fr.po +65 -2
- package/lang/translations/gl.po +64 -2
- package/lang/translations/he.po +65 -2
- package/lang/translations/hi.po +64 -2
- package/lang/translations/hr.po +63 -0
- package/lang/translations/hu.po +64 -2
- package/lang/translations/id.po +63 -2
- package/lang/translations/it.po +65 -2
- package/lang/translations/ja.po +63 -2
- package/lang/translations/jv.po +61 -0
- package/lang/translations/ko.po +63 -2
- package/lang/translations/lt.po +66 -2
- package/lang/translations/lv.po +65 -2
- package/lang/translations/ms.po +63 -2
- package/lang/translations/nl.po +64 -2
- package/lang/translations/no.po +64 -2
- package/lang/translations/pl.po +66 -2
- package/lang/translations/pt-br.po +65 -2
- package/lang/translations/pt.po +65 -2
- package/lang/translations/ro.po +65 -2
- package/lang/translations/ru.po +66 -2
- package/lang/translations/sk.po +66 -2
- package/lang/translations/sq.po +62 -0
- package/lang/translations/sr-latn.po +65 -2
- package/lang/translations/sr.po +65 -2
- package/lang/translations/sv.po +64 -2
- package/lang/translations/th.po +63 -2
- package/lang/translations/ti.po +62 -0
- package/lang/translations/tk.po +62 -0
- package/lang/translations/tr.po +64 -2
- package/lang/translations/tt.po +61 -0
- package/lang/translations/ug.po +64 -2
- package/lang/translations/uk.po +66 -2
- package/lang/translations/ur.po +62 -0
- package/lang/translations/vi.po +63 -2
- package/lang/translations/zh-cn.po +63 -2
- package/lang/translations/zh.po +63 -2
- package/package.json +14 -13
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +2 -2
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +4 -4
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +7 -3
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +25 -4
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +8 -0
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +14 -2
- package/src/comments/commentsrepository.js +3 -3
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/clipboard.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +41 -3
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +17 -2
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +17 -5
- package/src/comments/ui/view/commentslistview.js +1 -1
- 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 +29 -3
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +11 -6
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.d.ts +9 -12
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/utils/common-translations.d.ts +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +6 -0
- package/theme/commentthread.css +43 -2
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1672bb=_0x2040;(function(_0x4739e8,_0x500a48){const _0x5e62f5=_0x2040,_0x1fb967=_0x4739e8();while(!![]){try{const _0xf09431=parseInt(_0x5e62f5(0x172))/0x1*(parseInt(_0x5e62f5(0x186))/0x2)+-parseInt(_0x5e62f5(0x1a1))/0x3*(-parseInt(_0x5e62f5(0x188))/0x4)+-parseInt(_0x5e62f5(0x180))/0x5*(-parseInt(_0x5e62f5(0x1ae))/0x6)+-parseInt(_0x5e62f5(0x192))/0x7*(parseInt(_0x5e62f5(0x199))/0x8)+-parseInt(_0x5e62f5(0x19f))/0x9*(parseInt(_0x5e62f5(0x178))/0xa)+parseInt(_0x5e62f5(0x1a6))/0xb+parseInt(_0x5e62f5(0x1b5))/0xc*(parseInt(_0x5e62f5(0x17e))/0xd);if(_0xf09431===_0x500a48)break;else _0x1fb967['push'](_0x1fb967['shift']());}catch(_0x136af7){_0x1fb967['push'](_0x1fb967['shift']());}}}(_0x54e6,0xd721d));import{Plugin as _0xae9211}from'ckeditor5/src/core.js';import _0xdce85a from'./commentsrepository.js';import _0x28bb40,{splitMarkerName as _0x392a8e}from'./commentsediting.js';import _0x34bc97 from'../annotations/editorannotations.js';import{ButtonView as _0xd1b0ff,MenuBarMenuListItemButtonView as _0x4125ba}from'ckeditor5/src/ui.js';import _0x4fc731 from'../../theme/icons/add-comment.svg';import _0x208eb4 from'../annotations/annotations.js';import _0x46a023 from'./ui/view/commentslistview.js';function _0x2040(_0x4001bd,_0x1c6ae3){const _0x54e601=_0x54e6();return _0x2040=function(_0x204037,_0x4195e7){_0x204037=_0x204037-0x16f;let _0x2eabc4=_0x54e601[_0x204037];return _0x2eabc4;},_0x2040(_0x4001bd,_0x1c6ae3);}import _0x5c7d10 from'./ui/view/commentthreadinputview.js';import{getTranslation as _0x4c4fea}from'../utils/common-translations.js';function _0x54e6(){const _0xab31ca=['focusTracker','keystrokes','requires','low','commands','26mRcxid','set','36310UvKhzO','add','CommentThreadInputView','stop','get','change:activeAnnotations','218toAZJW','push','12UffMvc','pluginName','from','comment:','find','isFocused','CommentsListView','isEnabled','highest','removeCommentThread','6094753cVbkMQ','hasCommentThread','focus','collaboration.channelId','comment','config','length','16JWXLFq','editing','tooltip','_viewToController','init','_initKeyboardNavigation','36asjgJf','activeMarker','360489OoGAuD','getRange','bind','CommentsUI','plugins','13289969vizaQS','menuBar:comment','archivedAt','hasMarkerForId','addSourceCollector','Comment','innerView','getAllMarkersForId','180LHJazp','listenTo','addCommentThread','componentFactory','map','_createUIButton','view','7395852ERcgBz','_threadToController','getCommentThread','has','execute','2101fNhFhq','model','escapeThread','addComment','locale','editor','1564100iDjxKE'];_0x54e6=function(){return _0xab31ca;};return _0x54e6();}import{ENTER_THREAD_KEYSTROKE as _0x1e7b8f}from'ckeditor5-collaboration/src/collaboration-core.js';export default class s extends _0xae9211{static get[_0x1672bb(0x189)](){const _0x549077=_0x1672bb;return _0x549077(0x1a4);}static get[_0x1672bb(0x17b)](){return[_0xdce85a,_0x28bb40,_0x34bc97,_0x208eb4];}get[_0x1672bb(0x18e)](){return _0x46a023;}get[_0x1672bb(0x182)](){return _0x5c7d10;}[_0x1672bb(0x19d)](){const _0x30858a=_0x1672bb,_0x14b61c=this[_0x30858a(0x177)],_0x3298ce=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0xdce85a),_0x365041=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0x28bb40),_0x41b9de=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0x208eb4),_0xb388f4=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0x34bc97);_0x14b61c['ui'][_0x30858a(0x1b1)][_0x30858a(0x181)](_0x30858a(0x196),()=>{const _0x2bed45=_0x30858a,_0x581306=this[_0x2bed45(0x1b3)](_0xd1b0ff);return _0x581306[_0x2bed45(0x19b)]=!0x0,_0x581306;}),_0x14b61c['ui'][_0x30858a(0x1b1)][_0x30858a(0x181)](_0x30858a(0x1a7),()=>this[_0x30858a(0x1b3)](_0x4125ba)),_0xb388f4[_0x30858a(0x1aa)](()=>{const _0x15cc5f=_0x30858a,_0x4a298f=[];for(const [_0x175520,_0x1c8da0]of _0x3298ce[_0x15cc5f(0x1b6)]){const _0x4ffba5=_0x365041[_0x15cc5f(0x1ad)](_0x175520['id']),_0x2c9d93=_0x4ffba5[_0x15cc5f(0x1b2)](_0x10c5b1=>_0x10c5b1[_0x15cc5f(0x1a2)]());_0x4ffba5[_0x15cc5f(0x198)]>0x0&&_0x4a298f[_0x15cc5f(0x187)]([_0x1c8da0[_0x15cc5f(0x1b4)],_0x2c9d93]);}return _0x4a298f;}),this[_0x30858a(0x1af)](_0x41b9de,_0x30858a(0x185),(_0x2d50f0,_0x36bd16,_0x536670)=>{const _0x33c6c5=_0x30858a,_0x214b7e=Array[_0x33c6c5(0x18a)](_0x536670)[_0x33c6c5(0x1b2)](_0x5750a3=>_0x5750a3[_0x33c6c5(0x1ac)])[_0x33c6c5(0x18c)](_0x5abb62=>_0x3298ce[_0x33c6c5(0x19c)][_0x33c6c5(0x170)](_0x5abb62));if(!_0x214b7e)return void(_0x365041[_0x33c6c5(0x1a0)]=null);const _0x32dc0b=_0x3298ce[_0x33c6c5(0x19c)][_0x33c6c5(0x184)](_0x214b7e)[_0x33c6c5(0x173)]['id'],_0xa17272=_0x33c6c5(0x18b)+_0x32dc0b;_0x32dc0b&&_0x365041[_0x33c6c5(0x1a9)](_0x32dc0b)?_0x365041[_0x33c6c5(0x1a0)]=_0xa17272:_0x365041[_0x33c6c5(0x1a0)]&&(_0x365041[_0x33c6c5(0x1a0)]=null);}),this[_0x30858a(0x1af)](_0x3298ce,_0x30858a(0x191),(_0x42bcfc,{threadId:_0x582176,isFromAdapter:_0x59c2a4})=>{const _0x4e6e30=_0x30858a;!_0x59c2a4&&_0x14b61c['ui'][_0x4e6e30(0x179)][_0x4e6e30(0x18d)]&&_0x365041[_0x4e6e30(0x1a9)](_0x582176)&&_0x14b61c[_0x4e6e30(0x19a)][_0x4e6e30(0x1b4)][_0x4e6e30(0x194)]();},{'priority':_0x30858a(0x190)}),this[_0x30858a(0x1af)](_0x3298ce,_0x30858a(0x175),(_0x129d2b,{threadId:_0x268cdd,isFromAdapter:_0x2718e4})=>{const _0x3d1b22=_0x30858a;if(_0x2718e4||!_0x365041[_0x3d1b22(0x1a9)](_0x268cdd)||!_0x3298ce[_0x3d1b22(0x193)](_0x268cdd))return;0x1===_0x3298ce[_0x3d1b22(0x16f)](_0x268cdd)[_0x3d1b22(0x198)]&&(_0x14b61c[_0x3d1b22(0x19a)][_0x3d1b22(0x1b4)][_0x3d1b22(0x194)](),_0x129d2b[_0x3d1b22(0x183)]());},{'priority':_0x30858a(0x17c)}),this[_0x30858a(0x19e)]();}[_0x1672bb(0x1b3)](_0x212e18){const _0xc8cd96=_0x1672bb,_0x26329e=this[_0xc8cd96(0x177)],_0x980e0f=new _0x212e18(_0x26329e[_0xc8cd96(0x176)]),_0xf7a50f=_0x26329e[_0xc8cd96(0x17d)][_0xc8cd96(0x184)](_0xc8cd96(0x1b0));return _0x980e0f[_0xc8cd96(0x17f)]({'label':_0x4c4fea(_0x26329e[_0xc8cd96(0x176)],_0xc8cd96(0x1ab)),'icon':_0x4fc731}),_0x980e0f[_0xc8cd96(0x1a3)](_0xc8cd96(0x18f))['to'](_0xf7a50f),this[_0xc8cd96(0x1af)](_0x980e0f,_0xc8cd96(0x171),()=>_0xf7a50f[_0xc8cd96(0x171)]()),_0x980e0f;}[_0x1672bb(0x19e)](){const _0x5b022e=_0x1672bb,_0x228c04=this[_0x5b022e(0x177)],_0x14fd41=_0x228c04[_0x5b022e(0x1a5)][_0x5b022e(0x184)](_0xdce85a);this[_0x5b022e(0x1af)](_0x14fd41,_0x5b022e(0x174),(_0x5a57b5,{threadId:_0x499f2a,channelId:_0x3fa4fc})=>{const _0x24a41b=_0x5b022e;if(_0x3fa4fc!==_0x228c04[_0x24a41b(0x197)][_0x24a41b(0x184)](_0x24a41b(0x195)))return;const _0x113cb1=_0x14fd41[_0x24a41b(0x16f)](_0x499f2a);_0x113cb1&&!_0x113cb1[_0x24a41b(0x1a8)]&&_0x228c04[_0x24a41b(0x19a)][_0x24a41b(0x1b4)][_0x24a41b(0x194)]();},{'priority':_0x5b022e(0x17c)}),_0x228c04[_0x5b022e(0x17a)][_0x5b022e(0x17f)](_0x1e7b8f,(_0x57ada9,_0x5508bc)=>{const _0x402cf1=_0x5b022e,_0x1e44fd=this[_0x402cf1(0x177)][_0x402cf1(0x1a5)][_0x402cf1(0x184)](_0x28bb40);if(!_0x1e44fd[_0x402cf1(0x1a0)])return;const _0x42df77=_0x228c04[_0x402cf1(0x1a5)][_0x402cf1(0x184)](_0xdce85a),{id:_0xda08ed}=_0x392a8e(_0x1e44fd[_0x402cf1(0x1a0)]),_0x23c784=_0x42df77[_0x402cf1(0x16f)](_0xda08ed);_0x23c784&&(_0x42df77[_0x402cf1(0x1b6)][_0x402cf1(0x184)](_0x23c784)[_0x402cf1(0x1b4)][_0x402cf1(0x194)](),_0x5508bc());});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3401(){const _0x45b6f3=['afterInit','get','ClipboardPipeline','define','24TtbLeo','cut','CommentsRepository','_registerMarkerToCopy','comment','delete','listenTo','_removeMarkersWithoutThreads','highest','dragstart','keys','never','always','comments.copyMarkers','content','1128978jJTNlb','markers','969916mbOutv','2047045iakqYa','hasCommentThread','plugins','all','requires','3357848fNKpBl','41866euRHWk','contentInsertion','ClipboardMarkersUtils','_mapCommentsCopyConfigToRegisterConfiguration','65356UYhbwZ','has','editor','split','2697100SQlokn','_registerMarkerInClipboardPipeline','default','config'];_0x3401=function(){return _0x45b6f3;};return _0x3401();}const _0x3b362f=_0x2813;(function(_0x375258,_0x570483){const _0x57af33=_0x2813,_0x5b020a=_0x375258();while(!![]){try{const _0x1f3b5b=-parseInt(_0x57af33(0xc7))/0x1+parseInt(_0x57af33(0xc0))/0x2+parseInt(_0x57af33(0xaf))/0x3*(-parseInt(_0x57af33(0xcb))/0x4)+parseInt(_0x57af33(0xa7))/0x5+parseInt(_0x57af33(0xbe))/0x6+-parseInt(_0x57af33(0xc1))/0x7+-parseInt(_0x57af33(0xc6))/0x8;if(_0x1f3b5b===_0x570483)break;else _0x5b020a['push'](_0x5b020a['shift']());}catch(_0x321e8f){_0x5b020a['push'](_0x5b020a['shift']());}}}(_0x3401,0x50075));function _0x2813(_0x228544,_0x53282c){const _0x340158=_0x3401();return _0x2813=function(_0x2813b6,_0xb1876a){_0x2813b6=_0x2813b6-0xa4;let _0x3ac80c=_0x340158[_0x2813b6];return _0x3ac80c;},_0x2813(_0x228544,_0x53282c);}import{Plugin as _0x17cd25}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x1b411a,ClipboardMarkersUtils as _0xc183cc}from'ckeditor5/src/clipboard.js';export default class st extends _0x17cd25{constructor(_0x1d550c){const _0x5ecd89=_0x2813;super(_0x1d550c),this[_0x5ecd89(0xa5)][_0x5ecd89(0xaa)][_0x5ecd89(0xae)](_0x5ecd89(0xbc),_0x5ecd89(0xa9));}static get[_0x3b362f(0xc5)](){return[_0xc183cc,_0x1b411a];}[_0x3b362f(0xab)](){const _0x23a3ba=_0x3b362f,_0x257aed=this[_0x23a3ba(0xa5)][_0x23a3ba(0xc3)][_0x23a3ba(0xac)](_0x23a3ba(0xad));this[_0x23a3ba(0xa8)](),this[_0x23a3ba(0xb5)](_0x257aed,_0x23a3ba(0xc8),(_0x5a4e1a,_0x584319)=>this[_0x23a3ba(0xb6)](_0x584319[_0x23a3ba(0xbd)][_0x23a3ba(0xbf)]),{'priority':_0x23a3ba(0xb7)});}[_0x3b362f(0xb6)](_0x494eed){const _0x4a383c=_0x3b362f;if(!this[_0x4a383c(0xa5)][_0x4a383c(0xc3)][_0x4a383c(0xa4)](_0x4a383c(0xb1)))return _0x494eed;const _0x1d861f=this[_0x4a383c(0xa5)][_0x4a383c(0xc3)][_0x4a383c(0xac)](_0x4a383c(0xb1));for(const _0x3315f6 of _0x494eed[_0x4a383c(0xb9)]()){const [_0x30fbf9,_0x4ee5a2]=_0x3315f6[_0x4a383c(0xa6)](':');_0x4a383c(0xb3)!=_0x30fbf9||_0x1d861f[_0x4a383c(0xc2)](_0x4ee5a2)||_0x494eed[_0x4a383c(0xb4)](_0x3315f6);}return _0x494eed;}[_0x3b362f(0xa8)](){const _0x2b4bbb=_0x3b362f,_0x13cebb=this[_0x2b4bbb(0xa5)][_0x2b4bbb(0xc3)][_0x2b4bbb(0xac)](_0x2b4bbb(0xc9)),_0x5572a7=this[_0x2b4bbb(0xca)](this[_0x2b4bbb(0xa5)][_0x2b4bbb(0xaa)][_0x2b4bbb(0xac)](_0x2b4bbb(0xbc)));_0x5572a7&&_0x13cebb[_0x2b4bbb(0xb2)](_0x2b4bbb(0xb3),_0x5572a7);}[_0x3b362f(0xca)](_0x2dae22){const _0x11b3f0=_0x3b362f;switch(_0x2dae22){case _0x11b3f0(0xbb):return{'allowedActions':_0x11b3f0(0xc4),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x11b3f0(0xa9):return{'allowedActions':[_0x11b3f0(0xb0),_0x11b3f0(0xb8)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x11b3f0(0xba):return null;default:return null;}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x38733c=_0x13de;function _0x13de(_0x315a8a,_0x5136c6){const _0x151d9a=_0x151d();return _0x13de=function(_0x13de7a,_0x4b74cb){_0x13de7a=_0x13de7a-0x152;let _0x37a4f7=_0x151d9a[_0x13de7a];return _0x37a4f7;},_0x13de(_0x315a8a,_0x5136c6);}(function(_0x47a925,_0x187cce){const _0x5897ba=_0x13de,_0x48f443=_0x47a925();while(!![]){try{const _0x16294b=parseInt(_0x5897ba(0x164))/0x1*(parseInt(_0x5897ba(0x156))/0x2)+-parseInt(_0x5897ba(0x15c))/0x3+-parseInt(_0x5897ba(0x157))/0x4*(-parseInt(_0x5897ba(0x158))/0x5)+-parseInt(_0x5897ba(0x15d))/0x6*(parseInt(_0x5897ba(0x163))/0x7)+-parseInt(_0x5897ba(0x154))/0x8+-parseInt(_0x5897ba(0x160))/0x9+parseInt(_0x5897ba(0x15f))/0xa*(parseInt(_0x5897ba(0x161))/0xb);if(_0x16294b===_0x187cce)break;else _0x48f443['push'](_0x48f443['shift']());}catch(_0xf2a1bc){_0x48f443['push'](_0x48f443['shift']());}}}(_0x151d,0x8cc2c));import{Plugin as _0x16cb35}from'ckeditor5/src/core.js';function _0x151d(){const _0x411dcc=['5VEDGaa','has','afterInit','enableCommand','2426691xJXPSk','54XsLyOB','editor','10xDrBhQ','6409251tuAnIK','24245309dGKzKI','RestrictedEditingModeEditing','196238xeklAy','197071hsfgvV','addCommentThread','plugins','1146248pwBfMe','get','2EvGrJD','367956KhnqhW'];_0x151d=function(){return _0x411dcc;};return _0x151d();}export default class nt extends _0x16cb35{[_0x38733c(0x15a)](){const _0x1396cd=_0x38733c,_0x1016a4=this[_0x1396cd(0x15e)];if(!_0x1016a4[_0x1396cd(0x153)][_0x1396cd(0x159)](_0x1396cd(0x162)))return;_0x1016a4[_0x1396cd(0x153)][_0x1396cd(0x155)](_0x1396cd(0x162))[_0x1396cd(0x15b)](_0x1396cd(0x152));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3b5004=_0x43cd;(function(_0xea554c,_0xc79ec4){const _0x4c291d=_0x43cd,_0x50ec64=_0xea554c();while(!![]){try{const _0x203e5d=parseInt(_0x4c291d(0x16f))/0x1+-parseInt(_0x4c291d(0x178))/0x2*(-parseInt(_0x4c291d(0x17f))/0x3)+parseInt(_0x4c291d(0x167))/0x4*(-parseInt(_0x4c291d(0x17b))/0x5)+parseInt(_0x4c291d(0x168))/0x6+parseInt(_0x4c291d(0x17e))/0x7+-parseInt(_0x4c291d(0x177))/0x8+-parseInt(_0x4c291d(0x171))/0x9*(parseInt(_0x4c291d(0x16c))/0xa);if(_0x203e5d===_0xc79ec4)break;else _0x50ec64['push'](_0x50ec64['shift']());}catch(_0x316b30){_0x50ec64['push'](_0x50ec64['shift']());}}}(_0x52fd,0xdc7a3));import{Plugin as _0x844ffb}from'ckeditor5/src/core.js';import{priorities as _0x7d20a9}from'ckeditor5/src/utils.js';function _0x43cd(_0x5b65f4,_0x31b663){const _0x52fd72=_0x52fd();return _0x43cd=function(_0x43cd2b,_0x1da7a6){_0x43cd2b=_0x43cd2b-0x163;let _0xba193d=_0x52fd72[_0x43cd2b];return _0xba193d;},_0x43cd(_0x5b65f4,_0x31b663);}import{Users as _0x15920a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4473cd from'../commentsrepository.js';export default class it extends _0x844ffb{constructor(_0xf2d63f){const _0xfb8a79=_0x43cd;super(_0xf2d63f),this[_0xfb8a79(0x175)][_0xfb8a79(0x17c)][_0xfb8a79(0x179)](_0xfb8a79(0x16b),_0xfb8a79(0x172));}[_0x3b5004(0x17d)](){const _0x57c490=_0x3b5004,_0x51e651=this[_0x57c490(0x175)],_0x4c36f1=_0x51e651[_0x57c490(0x176)][_0x57c490(0x163)](_0x57c490(0x174)),_0x2915a5=_0x51e651[_0x57c490(0x169)][_0x57c490(0x163)](_0x15920a);_0x4c36f1&&(_0x4c36f1['on'](_0x57c490(0x16e),(_0x9b78b6,[,_0x2df81d])=>{const _0x1628ba=_0x57c490;_0x2df81d[_0x1628ba(0x180)]={'comments':!0x0,'user_id':_0x2915a5['me']['id']};},{'priority':_0x7d20a9[_0x57c490(0x16d)]+0xa}),this[_0x57c490(0x164)](_0x4c36f1,_0x57c490(0x173),this[_0x57c490(0x166)]));}[_0x3b5004(0x166)](_0x3d13bc,_0x59323f){const _0x2436dd=_0x3b5004,{comment_threads:_0x2bf33b}=_0x59323f;_0x2bf33b&&_0x2bf33b[_0x2436dd(0x17a)](({thread_id:_0x267dcd,comments:_0x5e9108,is_resolved:_0x364b93})=>{const _0x464a02=_0x2436dd,_0x976310=new Date(),_0x3df1f9=_0x5e9108[_0x464a02(0x16a)](({author:_0x1e9f2b,content:_0x393b51,created_at:_0x3ff546})=>({'content':_0x393b51,'authorId':this[_0x464a02(0x175)][_0x464a02(0x169)][_0x464a02(0x163)](_0x15920a)['me']['id'],'createdAt':_0x976310,'attributes':{'@external':{'authorName':_0x1e9f2b,'createdAt':_0x3ff546?new Date(_0x3ff546):new Date(),'source':_0x464a02(0x174)}}})),_0x2cb9f7=this[_0x464a02(0x175)][_0x464a02(0x17c)][_0x464a02(0x163)](_0x464a02(0x165));this[_0x464a02(0x175)][_0x464a02(0x169)][_0x464a02(0x163)](_0x4473cd)[_0x464a02(0x170)]({'channelId':_0x2cb9f7,'threadId':_0x267dcd,'comments':_0x3df1f9,'resolvedAt':_0x364b93?_0x976310:null});});}}function _0x52fd(){const _0x7db287=['get','listenTo','collaboration.channelId','_handleImportedData','12PWQnyy','4675698iIaQar','plugins','map','importWord.formatting.comments','248690iEmJsS','high','execute','1678049owyjdO','addCommentThread','9EBVNXk','basic','dataInsert','importWord','editor','commands','13267520daWSrF','236386IGHDBM','define','forEach','1956315chebXO','config','afterInit','3328430qFDPSo','21dQHEHF','collaboration_features'];_0x52fd=function(){return _0x7db287;};return _0x52fd();}
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
24
|
-
|
|
23
|
+
const _0x2dd308=_0x1b3d;(function(_0x9fe94b,_0x389a99){const _0x548cf0=_0x1b3d,_0x590eab=_0x9fe94b();while(!![]){try{const _0x20a80f=parseInt(_0x548cf0(0x128))/0x1+parseInt(_0x548cf0(0x13d))/0x2+-parseInt(_0x548cf0(0x134))/0x3+parseInt(_0x548cf0(0x121))/0x4+-parseInt(_0x548cf0(0x13c))/0x5*(parseInt(_0x548cf0(0x12b))/0x6)+-parseInt(_0x548cf0(0x136))/0x7*(-parseInt(_0x548cf0(0x140))/0x8)+-parseInt(_0x548cf0(0x13f))/0x9;if(_0x20a80f===_0x389a99)break;else _0x590eab['push'](_0x590eab['shift']());}catch(_0x42a282){_0x590eab['push'](_0x590eab['shift']());}}}(_0x526b,0x51952));function _0x526b(){const _0x380f7c=['531708XnfVsS','focus','5023656tsjOqP','1009552yvwyPn','data','fire','setSelection','initPlugins','destroy','end','get','document','create','init','2226524WchuXt','placeholder','getChild','initialData','model','name','createRoot','134052geHKaQ','_updatePlaceholder','low','462MghoAy','placeholderElement','change:placeholder','ready','defaultPlugins','editing','then','set','childCount','321186DaPnIZ','getRoot','14ArvymW','config','assign','plugins','change','view','13605oIDjJL'];_0x526b=function(){return _0x380f7c;};return _0x526b();}import{Editor as _0x1d3680}from'ckeditor5/src/core.js';import _0x1abaff from'./commenteditorui.js';function _0x1b3d(_0x312605,_0x91d0c){const _0x526b09=_0x526b();return _0x1b3d=function(_0x1b3d54,_0x4355ba){_0x1b3d54=_0x1b3d54-0x11e;let _0x39a6b9=_0x526b09[_0x1b3d54];return _0x39a6b9;},_0x1b3d(_0x312605,_0x91d0c);}import{ObservableMixin as _0x2f24d8}from'ckeditor5/src/utils.js';import{enablePlaceholder as _0x117232,disablePlaceholder as _0x470d1b}from'ckeditor5/src/engine.js';import{Clipboard as _0x409a83}from'ckeditor5/src/clipboard.js';import{Enter as _0x48f995,ShiftEnter as _0xd7fc41}from'ckeditor5/src/enter.js';import{SelectAll as _0x1e97fa}from'ckeditor5/src/select-all.js';import{Typing as _0x14f9fe}from'ckeditor5/src/typing.js';import{Undo as _0xca73d5}from'ckeditor5/src/undo.js';import{Paragraph as _0xb0fed7}from'ckeditor5/src/paragraph.js';const Ut=[_0x409a83,_0x48f995,_0xd7fc41,_0x1e97fa,_0x14f9fe,_0xca73d5,_0xb0fed7];class Vt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x2f24d8(_0x1d3680){constructor(_0x3c3307={}){const _0x1ee745=_0x1b3d;(_0x3c3307=Object[_0x1ee745(0x138)]({},_0x3c3307))[_0x1ee745(0x139)]||(_0x3c3307[_0x1ee745(0x139)]=Vt[_0x1ee745(0x12f)]),super(_0x3c3307),this['ui']=new _0x1abaff(this),this[_0x1ee745(0x132)](_0x1ee745(0x122),''),this[_0x1ee745(0x125)][_0x1ee745(0x11e)]['on'](_0x1ee745(0x13a),()=>this[_0x1ee745(0x129)](),{'priority':_0x1ee745(0x12a)}),this['on'](_0x1ee745(0x12d),()=>this[_0x1ee745(0x129)]()),this[_0x1ee745(0x125)][_0x1ee745(0x11e)][_0x1ee745(0x127)]();}[_0x2dd308(0x11f)](){const _0x140d81=_0x2dd308,_0x39be11=this[_0x140d81(0x137)][_0x140d81(0x147)](_0x140d81(0x124))||'';return this[_0x140d81(0x144)]()[_0x140d81(0x131)](()=>this['ui'][_0x140d81(0x120)]())[_0x140d81(0x131)](()=>this[_0x140d81(0x141)][_0x140d81(0x120)](_0x39be11))[_0x140d81(0x131)](()=>this[_0x140d81(0x142)](_0x140d81(0x12e)));}[_0x2dd308(0x145)](){const _0x1bc323=_0x2dd308;return super[_0x1bc323(0x145)]()[_0x1bc323(0x131)](()=>this['ui'][_0x1bc323(0x145)]());}[_0x2dd308(0x13e)](){const _0x2bbcbb=_0x2dd308;this[_0x2bbcbb(0x125)][_0x2bbcbb(0x13a)](_0x3e9e19=>{const _0x3a9caa=_0x2bbcbb,_0x4cc676=this[_0x3a9caa(0x125)][_0x3a9caa(0x11e)][_0x3a9caa(0x135)](),_0x35f94c=_0x4cc676&&_0x4cc676[_0x3a9caa(0x123)](_0x4cc676[_0x3a9caa(0x133)]-0x1);_0x3e9e19[_0x3a9caa(0x143)](_0x35f94c,_0x3a9caa(0x146)),this[_0x3a9caa(0x130)][_0x3a9caa(0x13b)][_0x3a9caa(0x13e)]();});}[_0x2dd308(0x129)](){const _0x1c9b06=_0x2dd308,_0x589bdb=this[_0x1c9b06(0x130)][_0x1c9b06(0x13b)],_0x503d04=_0x589bdb[_0x1c9b06(0x11e)][_0x1c9b06(0x135)](),_0x59b1f6=_0x503d04[_0x1c9b06(0x123)](0x0);_0x503d04[_0x1c9b06(0x133)]>0x1||!_0x59b1f6||'p'!=_0x59b1f6[_0x1c9b06(0x126)]?this[_0x1c9b06(0x12c)]&&this[_0x1c9b06(0x12c)][_0x1c9b06(0x122)]&&(_0x470d1b(_0x589bdb,this[_0x1c9b06(0x12c)]),this[_0x1c9b06(0x12c)]=void 0x0):(this[_0x1c9b06(0x122)]&&(_0x59b1f6[_0x1c9b06(0x122)]=this[_0x1c9b06(0x122)]),_0x117232({'view':_0x589bdb,'element':_0x59b1f6,'keepOnFocus':!0x0}),this[_0x1c9b06(0x12c)]=_0x59b1f6);}}Vt[_0x2dd308(0x12f)]=Ut;export default Vt;
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x43c1af=_0x38e8;(function(_0x5db5b8,_0x1932f4){const _0x3030da=_0x38e8,_0x5b38ef=_0x5db5b8();while(!![]){try{const _0x23dc01=parseInt(_0x3030da(0xa7))/0x1*(-parseInt(_0x3030da(0x97))/0x2)+parseInt(_0x3030da(0xa8))/0x3+-parseInt(_0x3030da(0x9c))/0x4+parseInt(_0x3030da(0xa6))/0x5+parseInt(_0x3030da(0xa0))/0x6+-parseInt(_0x3030da(0x96))/0x7*(-parseInt(_0x3030da(0x95))/0x8)+-parseInt(_0x3030da(0x9e))/0x9;if(_0x23dc01===_0x1932f4)break;else _0x5b38ef['push'](_0x5b38ef['shift']());}catch(_0x476f45){_0x5b38ef['push'](_0x5b38ef['shift']());}}}(_0x3896,0x3e974));import{EditorUI as _0x1cb1c2}from'ckeditor5/src/ui.js';import _0x5c7c14 from'./commenteditoruiview.js';function _0x3896(){const _0x24c40d=['getRoot','setEditableElement','isFocused','1518180xIAzPm','view','643662LLxpKo','element','2439468sAVAPe','locale','document','editable','focusTracker','render','29095JknplA','10397ielOQZ','469854fGhCEs','editing','rootName','editor','ready','name','fire','init','destroy','bind','312664AUYwfr','49fbNCIe','26HmPvHE','attachDomRoot'];_0x3896=function(){return _0x24c40d;};return _0x3896();}function _0x38e8(_0x449392,_0x17bfbf){const _0x38961a=_0x3896();return _0x38e8=function(_0x38e871,_0x2ebf05){_0x38e871=_0x38e871-0x91;let _0x593c8c=_0x38961a[_0x38e871];return _0x593c8c;},_0x38e8(_0x449392,_0x17bfbf);}export default class Ot extends _0x1cb1c2{constructor(_0x593a7b){const _0x36837a=_0x38e8;super(_0x593a7b),this[_0x36837a(0x9d)]=new _0x5c7c14(_0x593a7b[_0x36837a(0xa1)],_0x593a7b[_0x36837a(0xa9)][_0x36837a(0x9d)]);}get[_0x43c1af(0x9f)](){const _0x5389b2=_0x43c1af;return this[_0x5389b2(0x9d)][_0x5389b2(0x9f)];}[_0x43c1af(0x92)](){const _0x26353a=_0x43c1af,_0x1583f1=this[_0x26353a(0xab)][_0x26353a(0xa9)][_0x26353a(0x9d)],_0x5b875a=this[_0x26353a(0x9d)][_0x26353a(0xa3)],_0x405143=_0x1583f1[_0x26353a(0xa2)][_0x26353a(0x99)]();_0x5b875a[_0x26353a(0xad)]=_0x405143[_0x26353a(0xaa)],this[_0x26353a(0x9d)][_0x26353a(0xa5)]();const _0xfe0061=_0x5b875a[_0x26353a(0x9f)];this[_0x26353a(0x9a)](_0x5b875a[_0x26353a(0xad)],_0xfe0061),this[_0x26353a(0x9d)][_0x26353a(0xa3)][_0x26353a(0x94)](_0x26353a(0x9b))['to'](this[_0x26353a(0xa4)]),_0x1583f1[_0x26353a(0x98)](_0xfe0061),this[_0x26353a(0x91)](_0x26353a(0xac));}[_0x43c1af(0x93)](){const _0x1764ac=_0x43c1af;super[_0x1764ac(0x93)](),this[_0x1764ac(0x9d)][_0x1764ac(0x93)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x54fdc4=_0x2f2b;function _0x2f2b(_0x393e73,_0x2ab8a4){const _0x18c1a4=_0x18c1();return _0x2f2b=function(_0x2f2b4a,_0x36588b){_0x2f2b4a=_0x2f2b4a-0x1b4;let _0x59d03c=_0x18c1a4[_0x2f2b4a];return _0x59d03c;},_0x2f2b(_0x393e73,_0x2ab8a4);}(function(_0x146eca,_0x5dd82d){const _0x156a82=_0x2f2b,_0x5bf0fe=_0x146eca();while(!![]){try{const _0x1e95dc=parseInt(_0x156a82(0x1cd))/0x1+-parseInt(_0x156a82(0x1ba))/0x2+-parseInt(_0x156a82(0x1ce))/0x3*(parseInt(_0x156a82(0x1b8))/0x4)+-parseInt(_0x156a82(0x1cb))/0x5+-parseInt(_0x156a82(0x1cc))/0x6+parseInt(_0x156a82(0x1b6))/0x7+parseInt(_0x156a82(0x1bd))/0x8*(parseInt(_0x156a82(0x1b9))/0x9);if(_0x1e95dc===_0x5dd82d)break;else _0x5bf0fe['push'](_0x5bf0fe['shift']());}catch(_0x5c00be){_0x5bf0fe['push'](_0x5bf0fe['shift']());}}}(_0x18c1,0xb605b));import{InlineEditableUIView as _0x2d1d49,EditorUIView as _0x297b3d}from'ckeditor5/src/ui.js';import{uid as _0x4dc1fa}from'ckeditor5/src/utils.js';import{getTranslation as _0x4c2672}from'../../../utils/common-translations.js';export default class Yt extends _0x297b3d{constructor(_0x264ede,_0x344c95){const _0x2fc0c3=_0x2f2b;super(_0x264ede);const _0x73057d=_0x4dc1fa();this[_0x2fc0c3(0x1bc)]=this[_0x2fc0c3(0x1c1)](),this[_0x2fc0c3(0x1c0)]=new _0x2d1d49(_0x264ede,_0x344c95,void 0x0,{'label':()=>_0x4c2672(_0x264ede,_0x2fc0c3(0x1bf))}),this[_0x2fc0c3(0x1bb)]({'tag':_0x2fc0c3(0x1b4),'attributes':{'class':[_0x2fc0c3(0x1c3),_0x2fc0c3(0x1c5),_0x2fc0c3(0x1c6),_0x2fc0c3(0x1c4)],'dir':_0x264ede[_0x2fc0c3(0x1c8)],'lang':_0x264ede[_0x2fc0c3(0x1b7)],'aria-labelledby':_0x2fc0c3(0x1c9)+_0x73057d},'children':[{'tag':_0x2fc0c3(0x1b4),'attributes':{'class':_0x2fc0c3(0x1ca),'role':_0x2fc0c3(0x1c7)},'children':this[_0x2fc0c3(0x1bc)]}]});}[_0x54fdc4(0x1c2)](){const _0x4f86ec=_0x54fdc4;super[_0x4f86ec(0x1c2)](),this[_0x4f86ec(0x1bc)][_0x4f86ec(0x1cf)](this[_0x4f86ec(0x1c0)]);}[_0x54fdc4(0x1be)](){const _0x24bd3e=_0x54fdc4;this[_0x24bd3e(0x1c0)][_0x24bd3e(0x1b5)][_0x24bd3e(0x1be)]();}}function _0x18c1(){const _0x83202c=['uiLanguageDirection','cke-editor__aria-label_','ck-editor__main','7432465DljiyB','2313354PAJBgt','1418823UOnApo','6aFtVvs','add','div','element','10048374rZkEVN','uiLanguage','2593148nOlnDN','57087xoLgIc','1889008gzFLMu','setTemplate','main','2528zkxTSr','focus','Comment\x20editor','editable','createCollection','render','ck-reset','ck-comment__input','ck-editor','ck-rounded-corners','presentation'];_0x18c1=function(){return _0x83202c;};return _0x18c1();}
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
function _0x296b(_0x3b4a56,_0x295432){var _0x441fd0=_0x441f();return _0x296b=function(_0x296b87,_0x27f7b5){_0x296b87=_0x296b87-0x17e;var _0x4fa395=_0x441fd0[_0x296b87];return _0x4fa395;},_0x296b(_0x3b4a56,_0x295432);}var _0x4d3535=_0x296b;(function(_0x4afeaf,_0x1c19ec){var _0x35f1d5=_0x296b,_0x41e518=_0x4afeaf();while(!![]){try{var _0x230de7=-parseInt(_0x35f1d5(0x196))/0x1*(-parseInt(_0x35f1d5(0x185))/0x2)+parseInt(_0x35f1d5(0x199))/0x3+-parseInt(_0x35f1d5(0x18e))/0x4*(parseInt(_0x35f1d5(0x18d))/0x5)+parseInt(_0x35f1d5(0x18c))/0x6+-parseInt(_0x35f1d5(0x18a))/0x7+-parseInt(_0x35f1d5(0x192))/0x8*(-parseInt(_0x35f1d5(0x19b))/0x9)+parseInt(_0x35f1d5(0x17e))/0xa;if(_0x230de7===_0x1c19ec)break;else _0x41e518['push'](_0x41e518['shift']());}catch(_0x47303a){_0x41e518['push'](_0x41e518['shift']());}}}(_0x441f,0xe6d1e));function _0x441f(){var _0x4d7af7=['reopenCommentThread','submitCommentThread','removeCommentThread','resolveCommentThread','listenTo','636682DMypVm','_isAttached','stopListening','remove','submit','6339522eYfrhm','isResolved','645840gYAxkn','225710RySsZz','20IQzvmI','destroy','getComment','model','1169104GKsMrq','removeComment','resolve','addComment','1fygbGa','updateComment','update','639171PyuOyD','_localUser','63OjMbar','reopen','4147900BENVay','view'];_0x441f=function(){return _0x4d7af7;};return _0x441f();}import{ObservableMixin as _0x199daf}from'ckeditor5/src/utils.js';export default class yt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x199daf(){constructor(_0x34c61b,_0x4b147d){var _0xb86441=_0x296b;super(),this[_0xb86441(0x191)]=_0x34c61b,this[_0xb86441(0x191)][_0xb86441(0x186)]=!0x0,this[_0xb86441(0x17f)]=_0x4b147d,this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x181),()=>this[_0xb86441(0x189)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x182),()=>this[_0xb86441(0x188)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x183),()=>this[_0xb86441(0x194)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x180),()=>this[_0xb86441(0x19c)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x195),(_0x50c50d,_0x227a77)=>this[_0xb86441(0x195)](_0x227a77)),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x197),(_0x2d69d7,_0x82b93f,_0x540246)=>this[_0xb86441(0x197)](_0x82b93f,_0x540246)),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x193),(_0x4f55ed,_0x4f2c63)=>this[_0xb86441(0x193)](_0x4f2c63));}[_0x4d3535(0x189)](){var _0x1e4705=_0x4d3535;this[_0x1e4705(0x191)][_0x1e4705(0x189)]();}[_0x4d3535(0x188)](){var _0x2c799f=_0x4d3535;this[_0x2c799f(0x191)][_0x2c799f(0x188)]();}[_0x4d3535(0x194)](){var _0x598a29=_0x4d3535;this[_0x598a29(0x191)][_0x598a29(0x18b)]||this[_0x598a29(0x191)][_0x598a29(0x194)]();}[_0x4d3535(0x19c)](){var _0x250906=_0x4d3535;this[_0x250906(0x191)][_0x250906(0x18b)]&&this[_0x250906(0x191)][_0x250906(0x19c)]();}[_0x4d3535(0x195)](_0x361071){var _0x1db180=_0x4d3535;this[_0x1db180(0x191)][_0x1db180(0x195)]({'content':_0x361071,'authorId':this[_0x1db180(0x17f)][_0x1db180(0x19a)]['id']});}[_0x4d3535(0x197)](_0x876200,_0x78eab){var _0x3848c=_0x4d3535;this[_0x3848c(0x191)][_0x3848c(0x190)](_0x876200)[_0x3848c(0x198)]({'content':_0x78eab});}[_0x4d3535(0x193)](_0x266287){var _0x1e6ab4=_0x4d3535;this[_0x1e6ab4(0x191)][_0x1e6ab4(0x190)](_0x266287)[_0x1e6ab4(0x188)]();}[_0x4d3535(0x18f)](){var _0x78dbc9=_0x4d3535;this[_0x78dbc9(0x187)](),this[_0x78dbc9(0x191)][_0x78dbc9(0x186)]=!0x1;}}
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
* @module comments/comments/ui/view/basecommentthreadview
|
|
7
7
|
* @publicApi
|
|
8
8
|
*/
|
|
9
|
-
import { View } from 'ckeditor5/src/ui.js';
|
|
10
|
-
import type
|
|
9
|
+
import { FocusCycler, View, type FocusableView, type ViewCollection } from 'ckeditor5/src/ui.js';
|
|
10
|
+
import { type Locale, FocusTracker, KeystrokeHandler } from 'ckeditor5/src/utils.js';
|
|
11
11
|
import CommentThreadInputView from './commentthreadinputview.js';
|
|
12
12
|
import CommentsListView from './commentslistview.js';
|
|
13
13
|
import CommentThreadHeaderView from './commentthreadheaderview.js';
|
|
14
|
-
import type
|
|
14
|
+
import { AriaDescriptionView, type User } from 'ckeditor5-collaboration/src/collaboration-core.js';
|
|
15
15
|
import type { CommentThread } from '../../commentsrepository.js';
|
|
16
16
|
import type { CommentThreadConfig } from '../../../config.js';
|
|
17
17
|
/**
|
|
@@ -67,6 +67,31 @@ export default class BaseCommentThreadView extends View {
|
|
|
67
67
|
* @readonly
|
|
68
68
|
*/
|
|
69
69
|
readonly commentThreadInputView: CommentThreadInputView;
|
|
70
|
+
/**
|
|
71
|
+
* A helper view that provides an ARIA description for the comment thread used by
|
|
72
|
+
* assistive technologies.
|
|
73
|
+
*/
|
|
74
|
+
readonly ariaDescriptionView: AriaDescriptionView;
|
|
75
|
+
/**
|
|
76
|
+
* An accessible thread label text exposed to assistive technologies.
|
|
77
|
+
*/
|
|
78
|
+
ariaLabel: string;
|
|
79
|
+
/**
|
|
80
|
+
* The collection of focusable views in the comment thread.
|
|
81
|
+
*/
|
|
82
|
+
readonly focusables: ViewCollection<FocusableView>;
|
|
83
|
+
/**
|
|
84
|
+
* Tracks information about DOM focus in the thread.
|
|
85
|
+
*/
|
|
86
|
+
readonly focusTracker: FocusTracker;
|
|
87
|
+
/**
|
|
88
|
+
* Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
|
|
89
|
+
*/
|
|
90
|
+
readonly keystrokes: KeystrokeHandler;
|
|
91
|
+
/**
|
|
92
|
+
* Helps cycling over focusable views in the thread.
|
|
93
|
+
*/
|
|
94
|
+
readonly focusCycler: FocusCycler;
|
|
70
95
|
/**
|
|
71
96
|
* @param locale The localization service instance.
|
|
72
97
|
* @param model The model on which the view will base.
|
|
@@ -78,6 +103,10 @@ export default class BaseCommentThreadView extends View {
|
|
|
78
103
|
* Focuses the view.
|
|
79
104
|
*/
|
|
80
105
|
focus(): void;
|
|
106
|
+
/**
|
|
107
|
+
* @inheritDoc
|
|
108
|
+
*/
|
|
109
|
+
render(): void;
|
|
81
110
|
/**
|
|
82
111
|
* @inheritDoc
|
|
83
112
|
*/
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x36a6da=_0x5287;function _0xff0f(){const _0x228d06=['placeholder','bind','commentsListView','shift+tab','showInput','745762hrrHWB','isActive','submitCommentThread','8suCMUH','listenTo','commentThreadHeaderView','length','4063829QxcDUi','145XQtwWD','focus','disabledSubmit','delegate','updateComment','archivedAt','focusables','COMMENT_THREAD_DESCRIPTION','first','reopenCommentThread','author','commentInputView','2349684kqqDOm','878920vmCKKL','isSubmitted','resolveCommentThread','createCollection','destroy','editorReady','target','_model','unlinkedAt','ariaLabel','locale','isDirty','Write\x20a\x20comment...','CommentView','COMMENT_THREAD_LABEL','hasDirtyComment','assign','editorDestroyed','ariaDescriptionView','_createCommentThreadInputView','1980855wotJQS','commentThreadInputView','render','canComment','submitLabel','158754WqsyYM','cancel','focusCycler','Reply\x20to\x20reopen\x20discussion...','Reply','change:isActive','element','submit','set','addComment','tab','3064780fZqUak','editorConfig','fire','stop','_config','comments','removeComment','focusTracker','keystrokes','value','removeCommentThread','_localUser','name','isResolved','isUnlinked','Comment','isReadOnly','isResolvable','Reply...'];_0xff0f=function(){return _0x228d06;};return _0xff0f();}(function(_0x3858bc,_0x86f28e){const _0x415e57=_0x5287,_0x2eaa6f=_0x3858bc();while(!![]){try{const _0x20c28a=-parseInt(_0x415e57(0xab))/0x1+parseInt(_0x415e57(0x96))/0x2+parseInt(_0x415e57(0xbf))/0x3+parseInt(_0x415e57(0xcf))/0x4+parseInt(_0x415e57(0x9e))/0x5*(-parseInt(_0x415e57(0xc4))/0x6)+parseInt(_0x415e57(0x9d))/0x7*(parseInt(_0x415e57(0x99))/0x8)+-parseInt(_0x415e57(0xaa))/0x9;if(_0x20c28a===_0x86f28e)break;else _0x2eaa6f['push'](_0x2eaa6f['shift']());}catch(_0x5a425e){_0x2eaa6f['push'](_0x2eaa6f['shift']());}}}(_0xff0f,0x73619));import{FocusCycler as _0x4734fd,View as _0x2456ec}from'ckeditor5/src/ui.js';import{FocusTracker as _0x2c395f,KeystrokeHandler as _0x3b7d46}from'ckeditor5/src/utils.js';import _0x2b1a7f from'./commentthreadinputview.js';import _0x4f6e2f from'./commentslistview.js';function _0x5287(_0x1d5143,_0x2cf879){const _0xff0f9e=_0xff0f();return _0x5287=function(_0x5287a6,_0x41dd19){_0x5287a6=_0x5287a6-0x95;let _0x53103a=_0xff0f9e[_0x5287a6];return _0x53103a;},_0x5287(_0x1d5143,_0x2cf879);}import _0x45472a from'./commentthreadheaderview.js';import{getTranslation as _0x6d9bd1}from'../../../utils/common-translations.js';import{AriaDescriptionView as _0x3ced37,setupThreadKeyboardNavigation as _0x274fdc}from'ckeditor5-collaboration/src/collaboration-core.js';export default class es extends _0x2456ec{constructor(_0x2918f1,_0xa2de82,_0x2fb8bf,_0x15e84c){const _0x2c3d14=_0x5287;super(_0x2918f1),this[_0x2c3d14(0xcc)](_0x2c3d14(0x97),!0x1),this[_0x2c3d14(0xcc)](_0x2c3d14(0xb6),!0x1),this[_0x2c3d14(0xb2)]=_0xa2de82,this[_0x2c3d14(0xda)]=_0x2fb8bf,this[_0x2c3d14(0xd3)]=_0x15e84c,this[_0x2c3d14(0x9b)]=new _0x45472a(_0x2918f1,_0xa2de82),this[_0x2c3d14(0x9b)][_0x2c3d14(0xa1)](_0x2c3d14(0xa7))['to'](this),this[_0x2c3d14(0xbd)]=new _0x3ced37(_0x2918f1,_0x6d9bd1(_0x2918f1,_0x2c3d14(0xa5))),this[_0x2c3d14(0x9a)](this,_0x2c3d14(0xa7),()=>{const _0x43b39c=_0x2c3d14;this[_0x43b39c(0x9f)]();}),this[_0x2c3d14(0xe4)]=new _0x4f6e2f(_0x2918f1,_0xa2de82,Object[_0x2c3d14(0xbb)]({'CommentView':this[_0x2c3d14(0xd3)][_0x2c3d14(0xb8)]},_0x15e84c)),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xd5))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xa2))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xad))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xb0))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xbc))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xe3)](_0x2c3d14(0x97))['to'](this),this[_0x2c3d14(0x9a)](this,_0x2c3d14(0xad),()=>{const _0x3e57cf=_0x2c3d14;this[_0x3e57cf(0x9f)]();}),this[_0x2c3d14(0xcc)](_0x2c3d14(0x9c),this[_0x2c3d14(0xe4)][_0x2c3d14(0x9c)]),this[_0x2c3d14(0xe3)](_0x2c3d14(0x9c))['to'](this[_0x2c3d14(0xe4)],_0x2c3d14(0x9c)),this[_0x2c3d14(0xc0)]=this[_0x2c3d14(0xbe)](),this[_0x2c3d14(0xc0)][_0x2c3d14(0xa1)](_0x2c3d14(0xb0))['to'](this),this[_0x2c3d14(0xc0)][_0x2c3d14(0xa1)](_0x2c3d14(0xbc))['to'](this),this['on'](_0x2c3d14(0xd5),()=>this[_0x2c3d14(0x9f)]()),this[_0x2c3d14(0xe3)](_0x2c3d14(0xb6))['to'](this[_0x2c3d14(0xe4)],_0x2c3d14(0xba),this[_0x2c3d14(0xc0)][_0x2c3d14(0xa9)],_0x2c3d14(0xd8),(_0x2ba577,_0x11c035)=>_0x2ba577||!!_0x11c035),this[_0x2c3d14(0xe3)](_0x2c3d14(0xdd))['to'](_0xa2de82,_0x2c3d14(0xb3),_0x285d6=>!!_0x285d6),this[_0x2c3d14(0xe3)](_0x2c3d14(0xb4))['to'](this,_0x2c3d14(0x9c),_0x57fa68=>{const _0x49861b=_0x2c3d14,_0x1db3fe=this[_0x49861b(0xb2)][_0x49861b(0xd4)][_0x49861b(0xa6)]?this[_0x49861b(0xb2)][_0x49861b(0xd4)][_0x49861b(0xa6)][_0x49861b(0xa8)][_0x49861b(0xdb)]:this[_0x49861b(0xda)][_0x49861b(0xdb)];return _0x6d9bd1(this[_0x49861b(0xb5)],_0x49861b(0xb9),[_0x57fa68,_0x1db3fe]);}),this[_0x2c3d14(0xa4)]=this[_0x2c3d14(0xae)]([this[_0x2c3d14(0xe4)],this[_0x2c3d14(0xc0)]]),this[_0x2c3d14(0xd6)]=new _0x2c395f(),this[_0x2c3d14(0xd7)]=new _0x3b7d46(),this[_0x2c3d14(0xc6)]=new _0x4734fd({'focusables':this[_0x2c3d14(0xa4)],'focusTracker':this[_0x2c3d14(0xd6)],'keystrokeHandler':this[_0x2c3d14(0xd7)],'keystrokeHandlerOptions':{'filter':_0x32a58a=>_0x32a58a[_0x2c3d14(0xb1)]!==this[_0x2c3d14(0xca)]},'actions':{'focusPrevious':_0x2c3d14(0xe5),'focusNext':_0x2c3d14(0xce)}});}[_0x36a6da(0x9f)](){const _0xda5b1=_0x36a6da;this[_0xda5b1(0xca)][_0xda5b1(0x9f)]();}[_0x36a6da(0xc1)](){const _0x2ec395=_0x36a6da;super[_0x2ec395(0xc1)](),_0x274fdc(this,this[_0x2ec395(0xa4)]);}async[_0x36a6da(0xaf)](){const _0x443141=_0x36a6da;this[_0x443141(0xb6)]=!0x1,this[_0x443141(0xe4)][_0x443141(0xaf)](),await this[_0x443141(0xc0)][_0x443141(0xaf)](),super[_0x443141(0xaf)]();}[_0x36a6da(0xbe)](){const _0x43a09e=_0x36a6da,_0x6670fb=new _0x2b1a7f(this[_0x43a09e(0xb5)],this[_0x43a09e(0xda)],this[_0x43a09e(0xd3)][_0x43a09e(0xd0)]),_0x301b69=_0x6670fb[_0x43a09e(0xa9)];return _0x6670fb[_0x43a09e(0xe3)](_0x43a09e(0x95))['to'](this,_0x43a09e(0x97),this[_0x43a09e(0xb2)],_0x43a09e(0xdf),this[_0x43a09e(0xb2)],_0x43a09e(0xc2),this[_0x43a09e(0xb2)],_0x43a09e(0xa3),_0x301b69,_0x43a09e(0xd8),(_0x34e2f7,_0x1f9fa5,_0x265c3e,_0x1b0798,_0x5ac63f)=>!!_0x5ac63f||!!_0x1b0798&&_0x265c3e&&!_0x1f9fa5||_0x34e2f7&&_0x265c3e&&!_0x1f9fa5),_0x301b69[_0x43a09e(0xe3)](_0x43a09e(0xe2))['to'](this,_0x43a09e(0x9c),this[_0x43a09e(0xb2)],_0x43a09e(0xe0),this[_0x43a09e(0xb2)],_0x43a09e(0xdc),(_0x1ec78f,_0x4bf845,_0x2a9b3a)=>{const _0x3b14b1=_0x43a09e;let _0x212d9c;return _0x212d9c=_0x2a9b3a&&_0x4bf845?_0x3b14b1(0xc7):_0x1ec78f?_0x3b14b1(0xe1):_0x3b14b1(0xb7),_0x6d9bd1(this[_0x3b14b1(0xb5)],_0x212d9c);}),_0x301b69[_0x43a09e(0xe3)](_0x43a09e(0xc3))['to'](this,_0x43a09e(0x9c),_0x458fa9=>_0x6d9bd1(this[_0x43a09e(0xb5)],_0x458fa9?_0x43a09e(0xc8):_0x43a09e(0xde))),_0x301b69['on'](_0x43a09e(0xcb),(_0x5373be,_0x8cb31b)=>{const _0x231a49=_0x43a09e;this[_0x231a49(0xd1)](_0x231a49(0xcd),_0x8cb31b),this[_0x231a49(0xb2)][_0x231a49(0xdc)]&&this[_0x231a49(0xb2)][_0x231a49(0xe0)]&&this[_0x231a49(0xd1)](_0x231a49(0xa7),this[_0x231a49(0xb2)]['id']),this[_0x231a49(0xb2)][_0x231a49(0xac)]||this[_0x231a49(0xd1)](_0x231a49(0x98));}),_0x301b69['on'](_0x43a09e(0xc5),()=>{const _0x2d3d80=_0x43a09e;this[_0x2d3d80(0x9f)]();}),_0x301b69[_0x43a09e(0xe3)](_0x43a09e(0xa0))['to'](this[_0x43a09e(0xb2)],_0x43a09e(0xdf)),_0x301b69['on'](_0x43a09e(0xc5),_0x59aeee=>{const _0x4046a5=_0x43a09e;0x0==this[_0x4046a5(0x9c)]&&(this[_0x4046a5(0xd1)](_0x4046a5(0xd9)),_0x59aeee[_0x4046a5(0xd2)]());}),this['on'](_0x43a09e(0xc9),(_0x8d4a77,_0x40a498,_0x5ec768)=>{const _0x2c98ad=_0x43a09e;_0x5ec768||this[_0x2c98ad(0x9c)]||_0x301b69[_0x2c98ad(0xd8)]||this[_0x2c98ad(0xd1)](_0x2c98ad(0xd9));}),_0x6670fb;}}
|
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
* @module comments/comments/ui/view/basecommentview
|
|
7
7
|
* @publicApi
|
|
8
8
|
*/
|
|
9
|
-
import { View, type
|
|
10
|
-
import type
|
|
9
|
+
import { View, ViewCollection, type FocusableView, FocusCycler } from 'ckeditor5/src/ui.js';
|
|
10
|
+
import { FocusTracker, KeystrokeHandler, type Locale } from 'ckeditor5/src/utils.js';
|
|
11
|
+
import { AriaDescriptionView } from 'ckeditor5-collaboration/src/collaboration-core.js';
|
|
11
12
|
import type { Comment } from '../../commentsrepository.js';
|
|
12
13
|
import type { CommentViewConfig } from '../../../config.js';
|
|
13
14
|
/**
|
|
@@ -15,7 +16,7 @@ import type { CommentViewConfig } from '../../../config.js';
|
|
|
15
16
|
*
|
|
16
17
|
* It provides some behaviors, flags and building blocks to use when creating a custom comment view class.
|
|
17
18
|
*/
|
|
18
|
-
export default class BaseCommentView extends View {
|
|
19
|
+
export default class BaseCommentView extends View implements FocusableView {
|
|
19
20
|
locale: Locale;
|
|
20
21
|
/**
|
|
21
22
|
* Informs whether the comment view is in the editing mode.
|
|
@@ -40,6 +41,31 @@ export default class BaseCommentView extends View {
|
|
|
40
41
|
* By default, the comment is in the "content mode" and this view collection stores the comment content view.
|
|
41
42
|
*/
|
|
42
43
|
readonly visibleView: ViewCollection;
|
|
44
|
+
/**
|
|
45
|
+
* A helper view that provides an ARIA description for the comment used by
|
|
46
|
+
* assistive technologies.
|
|
47
|
+
*/
|
|
48
|
+
readonly ariaDescriptionView: AriaDescriptionView;
|
|
49
|
+
/**
|
|
50
|
+
* An accessible label text used by assistive technologies describing the comment.
|
|
51
|
+
*/
|
|
52
|
+
ariaLabel: string;
|
|
53
|
+
/**
|
|
54
|
+
* A collection of child views that can receive focus and contribute to the (shift) tab key navigation.
|
|
55
|
+
*/
|
|
56
|
+
readonly focusables: ViewCollection<FocusableView>;
|
|
57
|
+
/**
|
|
58
|
+
* Tracks information about DOM focus in the comment view.
|
|
59
|
+
*/
|
|
60
|
+
readonly focusTracker: FocusTracker;
|
|
61
|
+
/**
|
|
62
|
+
* Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
|
|
63
|
+
*/
|
|
64
|
+
readonly keystrokes: KeystrokeHandler;
|
|
65
|
+
/**
|
|
66
|
+
* Helps cycling over focusable {@link #focusables} in the comment.
|
|
67
|
+
*/
|
|
68
|
+
readonly focusCycler: FocusCycler;
|
|
43
69
|
/**
|
|
44
70
|
* @param locale The localization service instance.
|
|
45
71
|
* @param model The model on which the view will base.
|
|
@@ -58,6 +84,10 @@ export default class BaseCommentView extends View {
|
|
|
58
84
|
* Focuses the view.
|
|
59
85
|
*/
|
|
60
86
|
focus(): void;
|
|
87
|
+
/**
|
|
88
|
+
* @inheritDoc
|
|
89
|
+
*/
|
|
90
|
+
render(): void;
|
|
61
91
|
/**
|
|
62
92
|
* @inheritDoc
|
|
63
93
|
*/
|
|
@@ -70,6 +100,14 @@ export default class BaseCommentView extends View {
|
|
|
70
100
|
* Switches the comment back from the editing mode to the content display mode.
|
|
71
101
|
*/
|
|
72
102
|
switchToDisplayMode(): void;
|
|
103
|
+
/**
|
|
104
|
+
* Gets the translated note which indicates that the comment comes from an external source.
|
|
105
|
+
*/
|
|
106
|
+
getExternalCommentNote(): string;
|
|
107
|
+
/**
|
|
108
|
+
* Gets the translated notification text which indicates that author name comes from an external source.
|
|
109
|
+
*/
|
|
110
|
+
getUserViewNotificationText(): string | null;
|
|
73
111
|
}
|
|
74
112
|
/**
|
|
75
113
|
* Fired when a user performed an action that should lead to creating a new comment in the comment thread.
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5c43(_0x223649,_0x2d71af){const _0x56053a=_0x5605();return _0x5c43=function(_0x5c43d5,_0x2e7b32){_0x5c43d5=_0x5c43d5-0x12d;let _0x23b133=_0x56053a[_0x5c43d5];return _0x23b133;},_0x5c43(_0x223649,_0x2d71af);}const _0x597c34=_0x5c43;(function(_0x3f6c13,_0x1af656){const _0x35c609=_0x5c43,_0x46329f=_0x3f6c13();while(!![]){try{const _0x2024f3=parseInt(_0x35c609(0x155))/0x1+-parseInt(_0x35c609(0x15a))/0x2+-parseInt(_0x35c609(0x135))/0x3*(-parseInt(_0x35c609(0x171))/0x4)+-parseInt(_0x35c609(0x13f))/0x5+-parseInt(_0x35c609(0x136))/0x6+parseInt(_0x35c609(0x12f))/0x7+-parseInt(_0x35c609(0x17f))/0x8*(parseInt(_0x35c609(0x15c))/0x9);if(_0x2024f3===_0x1af656)break;else _0x46329f['push'](_0x46329f['shift']());}catch(_0xd6daad){_0x46329f['push'](_0x46329f['shift']());}}}(_0x5605,0x9ccc4));function _0x5605(){const _0x4d983a=['keystrokes','ariaDescriptionView','once','_createCommentContentView','195784OIcLjN','isReadOnly','stopListening','element','_config','added','createCollection','cancel','authoredAt','editorReady','4050732ycNgWo','importWord','getUserViewNotificationText','editorDestroyed','creator','switchToEditMode','21OtQzut','577410EPgTge','disabledSubmit','author','isSystemComment','focusCycler','remove','focusables','editorConfig','source','2901120dhaRnp','initialData','updateComment','tab','text/html','EXTERNAL_AVATAR','target','EXTERNAL_COMMENT','submitLabel','_setupKeyboardNavigation','collapse','bind','isCollapsed','getExternalCommentNote','removed','add','focusFirst','isEditMode','formatDateTime','locale','render','_model','1125666LiMkiX','visibleView','shift+tab','focusTracker','fire','861174ElxnQn','EXTERNAL_IMPORT_WORD_AVATAR','243ITgHcP','maxCommentCharsWhenCollapsed','set','COMMENT_ARIA_LABEL','_createCommentInputView','EXTERNAL_IMPORT_WORD_COMMENT','change','createEditor','isExternal','Save','content','body','focus','COMMENT_THREAD_DESCRIPTION','parseFromString','get','enter','delegate','value','destroy','listenTo','403268kNeVIu','@external','attributes','switchToDisplayMode','name','expand','textContent','submit','esc','ariaLabel'];_0x5605=function(){return _0x4d983a;};return _0x5605();}import{View as _0xb74a51,ViewCollection as _0x55d87,FocusCycler as _0x9e051a}from'ckeditor5/src/ui.js';import{FocusTracker as _0x35d8aa,KeystrokeHandler as _0x30279c}from'ckeditor5/src/utils.js';import{AriaDescriptionView as _0x304f15,trimHtml as _0x35cf19}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3580ea from'./commentcontentview.js';import _0x414354 from'./commentinputview.js';import{getTranslation as _0x5459ed}from'../../../utils/common-translations.js';export default class ns extends _0xb74a51{constructor(_0x5dbcdc,_0x563a9e,_0x2060e7){const _0x1016b6=_0x5c43;super(_0x5dbcdc),this[_0x1016b6(0x154)]=_0x563a9e,this[_0x1016b6(0x183)]=_0x2060e7,this[_0x1016b6(0x139)]=!!this[_0x1016b6(0x183)][_0x1016b6(0x139)],this[_0x1016b6(0x15e)](_0x1016b6(0x150),!0x1),this[_0x1016b6(0x15e)](_0x1016b6(0x14b),!0x0),this[_0x1016b6(0x14a)](_0x1016b6(0x17a))['to'](_0x563a9e,_0x1016b6(0x166),_0x563a9e,_0x1016b6(0x12d),(_0x1f00a3,_0x3ba38b)=>_0x5459ed(_0x5dbcdc,_0x1016b6(0x15f),[_0x563a9e[_0x1016b6(0x138)][_0x1016b6(0x175)],_0x2060e7[_0x1016b6(0x151)](_0x3ba38b),new DOMParser()[_0x1016b6(0x16a)](_0x1f00a3,_0x1016b6(0x143))[_0x1016b6(0x167)][_0x1016b6(0x177)],_0x563a9e[_0x1016b6(0x164)]?this[_0x1016b6(0x14c)]():''])),this[_0x1016b6(0x17c)]=new _0x304f15(_0x5dbcdc,_0x5459ed(_0x5dbcdc,_0x1016b6(0x169))),this[_0x1016b6(0x156)]=this[_0x1016b6(0x185)](),this[_0x1016b6(0x156)][_0x1016b6(0x14e)](this[_0x1016b6(0x17e)]()),this[_0x1016b6(0x13c)]=new _0x55d87(),this[_0x1016b6(0x158)]=new _0x35d8aa(),this[_0x1016b6(0x17b)]=new _0x30279c(),this[_0x1016b6(0x13a)]=new _0x9e051a({'focusables':this[_0x1016b6(0x13c)],'focusTracker':this[_0x1016b6(0x158)],'keystrokeHandler':this[_0x1016b6(0x17b)],'keystrokeHandlerOptions':{'filter':_0x2a9a1e=>_0x2a9a1e[_0x1016b6(0x145)]!==this[_0x1016b6(0x182)]},'actions':{'focusPrevious':_0x1016b6(0x157),'focusNext':_0x1016b6(0x142)}});}[_0x597c34(0x176)](){const _0x521962=_0x597c34;this[_0x521962(0x14b)]=!0x1;}[_0x597c34(0x149)](){const _0x193b8d=_0x597c34;this[_0x193b8d(0x150)]||(this[_0x193b8d(0x14b)]=!0x0);}[_0x597c34(0x168)](){const _0x437ddc=_0x597c34;this[_0x437ddc(0x182)][_0x437ddc(0x168)]();}[_0x597c34(0x153)](){const _0x259021=_0x597c34;super[_0x259021(0x153)](),this[_0x259021(0x148)]();}async[_0x597c34(0x16f)](){const _0xff3903=_0x597c34;await this[_0xff3903(0x156)][_0xff3903(0x16b)](0x0)[_0xff3903(0x16f)](),super[_0xff3903(0x16f)]();}[_0x597c34(0x134)](){const _0x393126=_0x597c34;this[_0x393126(0x150)]||(this[_0x393126(0x150)]=!0x0,this[_0x393126(0x156)][_0x393126(0x13b)](0x0)[_0x393126(0x16f)](),this[_0x393126(0x156)][_0x393126(0x14e)](this[_0x393126(0x160)]()));}[_0x597c34(0x174)](){const _0x5eafc0=_0x597c34;this[_0x5eafc0(0x150)]&&(this[_0x5eafc0(0x150)]=!0x1,this[_0x5eafc0(0x156)][_0x5eafc0(0x13b)](0x0)[_0x5eafc0(0x16f)](),this[_0x5eafc0(0x156)][_0x5eafc0(0x14e)](this[_0x5eafc0(0x17e)]()));}[_0x597c34(0x14c)](){const _0x3b94ee=_0x597c34;return _0x3b94ee(0x130)===this[_0x3b94ee(0x154)][_0x3b94ee(0x173)][_0x3b94ee(0x172)][_0x3b94ee(0x13e)]?_0x5459ed(this[_0x3b94ee(0x152)],_0x3b94ee(0x161)):_0x5459ed(this[_0x3b94ee(0x152)],_0x3b94ee(0x146));}[_0x597c34(0x131)](){const _0x58614b=_0x597c34;return this[_0x58614b(0x154)][_0x58614b(0x164)]?_0x58614b(0x130)===this[_0x58614b(0x154)][_0x58614b(0x173)][_0x58614b(0x172)][_0x58614b(0x13e)]?_0x5459ed(this[_0x58614b(0x152)],_0x58614b(0x15b),this[_0x58614b(0x154)][_0x58614b(0x133)][_0x58614b(0x175)]):_0x5459ed(this[_0x58614b(0x152)],_0x58614b(0x144),this[_0x58614b(0x154)][_0x58614b(0x133)][_0x58614b(0x175)]):null;}[_0x597c34(0x17e)](){const _0x2c9e67=_0x597c34,_0x3f2ddd=new _0x3580ea(this[_0x2c9e67(0x152)]);return _0x3f2ddd[_0x2c9e67(0x14a)](_0x2c9e67(0x166))['to'](this[_0x2c9e67(0x154)],_0x2c9e67(0x166),this,_0x2c9e67(0x14b),(_0x42aa10,_0x46d101)=>_0x46d101?_0x35cf19(_0x42aa10,{'limit':this[_0x2c9e67(0x183)][_0x2c9e67(0x15d)]}):_0x42aa10),_0x3f2ddd;}[_0x597c34(0x160)](){const _0x4abfbc=_0x597c34;this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)]||(this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)]={}),this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)][_0x4abfbc(0x140)]=this[_0x4abfbc(0x154)][_0x4abfbc(0x166)];const _0x1f4bc1=new _0x414354(this[_0x4abfbc(0x152)],this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)]);return _0x1f4bc1[_0x4abfbc(0x16e)]=this[_0x4abfbc(0x154)][_0x4abfbc(0x166)],_0x1f4bc1[_0x4abfbc(0x14a)](_0x4abfbc(0x137))['to'](this[_0x4abfbc(0x154)],_0x4abfbc(0x180)),_0x1f4bc1[_0x4abfbc(0x147)]=_0x5459ed(this[_0x4abfbc(0x152)],_0x4abfbc(0x165)),_0x1f4bc1['on'](_0x4abfbc(0x178),(_0x2a6004,_0x196223)=>{const _0x359073=_0x4abfbc;this[_0x359073(0x159)](_0x359073(0x141),this[_0x359073(0x154)]['id'],_0x196223),this[_0x359073(0x174)](),this[_0x359073(0x168)]();}),_0x1f4bc1['on'](_0x4abfbc(0x186),()=>{const _0x3a715c=_0x4abfbc;this[_0x3a715c(0x174)](),this[_0x3a715c(0x168)]();}),_0x1f4bc1[_0x4abfbc(0x17d)](_0x4abfbc(0x12e),()=>{const _0x4a20d8=_0x4abfbc;_0x1f4bc1[_0x4a20d8(0x168)]();}),_0x1f4bc1[_0x4abfbc(0x163)](),_0x1f4bc1[_0x4abfbc(0x16d)](_0x4abfbc(0x12e))['to'](this),_0x1f4bc1[_0x4abfbc(0x16d)](_0x4abfbc(0x132))['to'](this),_0x1f4bc1;}[_0x597c34(0x148)](){const _0xe5cbb1=_0x597c34,_0x1463fd=this[_0xe5cbb1(0x182)];this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x170)](_0x1463fd);for(const _0x56e60a of this[_0xe5cbb1(0x13c)])this[_0xe5cbb1(0x158)][_0xe5cbb1(0x14e)](_0x56e60a[_0xe5cbb1(0x182)]),this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x170)](_0x56e60a[_0xe5cbb1(0x182)]);this[_0xe5cbb1(0x13c)]['on'](_0xe5cbb1(0x162),(_0x9a7958,_0x4d5762)=>{const _0x13d41b=_0xe5cbb1;for(const _0x26dca7 of _0x4d5762[_0x13d41b(0x14d)])this[_0x13d41b(0x158)][_0x13d41b(0x13b)](_0x26dca7[_0x13d41b(0x182)]),this[_0x13d41b(0x17b)][_0x13d41b(0x181)](_0x26dca7[_0x13d41b(0x182)]);for(const _0x4b2a6c of _0x4d5762[_0x13d41b(0x184)])this[_0x13d41b(0x158)][_0x13d41b(0x14e)](_0x4b2a6c[_0x13d41b(0x182)]),this[_0x13d41b(0x17b)][_0x13d41b(0x170)](_0x4b2a6c[_0x13d41b(0x182)]);}),this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x15e)](_0xe5cbb1(0x16c),(_0x1eb464,_0x5ea539)=>{const _0x4240a0=_0xe5cbb1;_0x1463fd===_0x1eb464[_0x4240a0(0x145)]&&(this[_0x4240a0(0x13a)][_0x4240a0(0x14f)](),_0x5ea539());}),this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x15e)](_0xe5cbb1(0x179),(_0x5176fb,_0x2d4a7b)=>{const _0x4229d0=_0xe5cbb1;_0x1463fd!==_0x5176fb[_0x4229d0(0x145)]&&(this[_0x4229d0(0x168)](),_0x2d4a7b());});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1a6a(_0x4e5d94,_0x162414){const _0x2aa768=_0x2aa7();return _0x1a6a=function(_0x1a6a4d,_0x15fa36){_0x1a6a4d=_0x1a6a4d-0x1be;let _0x13684f=_0x2aa768[_0x1a6a4d];return _0x13684f;},_0x1a6a(_0x4e5d94,_0x162414);}(function(_0x4adee9,_0x1ce780){const _0x157635=_0x1a6a,_0x3c14d1=_0x4adee9();while(!![]){try{const _0x5d2d62=-parseInt(_0x157635(0x1c4))/0x1*(parseInt(_0x157635(0x1c8))/0x2)+-parseInt(_0x157635(0x1be))/0x3+-parseInt(_0x157635(0x1ce))/0x4*(-parseInt(_0x157635(0x1c6))/0x5)+parseInt(_0x157635(0x1c3))/0x6*(-parseInt(_0x157635(0x1bf))/0x7)+parseInt(_0x157635(0x1cc))/0x8*(parseInt(_0x157635(0x1c1))/0x9)+parseInt(_0x157635(0x1cb))/0xa+-parseInt(_0x157635(0x1c2))/0xb*(-parseInt(_0x157635(0x1c5))/0xc);if(_0x5d2d62===_0x1ce780)break;else _0x3c14d1['push'](_0x3c14d1['shift']());}catch(_0x82bcae){_0x3c14d1['push'](_0x3c14d1['shift']());}}}(_0x2aa7,0x9a997));import{View as _0x264e90}from'ckeditor5/src/ui.js';import{getTranslation as _0x493110}from'../../../utils/common-translations.js';export default class cs extends _0x264e90{constructor(_0x410014){const _0x3aaa5b=_0x1a6a;super(_0x410014);const _0x1bf8e3=this[_0x3aaa5b(0x1c7)];this[_0x3aaa5b(0x1c0)](_0x3aaa5b(0x1cf),void 0x0),this[_0x3aaa5b(0x1c9)]({'tag':'li','attributes':{'class':_0x3aaa5b(0x1ca)},'children':[{'text':_0x1bf8e3['to'](_0x3aaa5b(0x1cf),_0xd68050=>_0x493110(_0x410014,_0x3aaa5b(0x1cd),_0xd68050))}]});}}function _0x2aa7(){const _0x25fc08=['bindTemplate','1553556PxPGQJ','setTemplate','ck-thread__comment-count','7532220MGIzbL','8niWVVV','NUMBER_OF_COMMENTS','14088OlYKVS','count','2511210ibVAQk','7xLXyax','set','5005377kxBXmz','11oDEpjK','2548506ugVEux','1QEFqQJ','4304316ZhfbIn','1425bBMWzR'];_0x2aa7=function(){return _0x25fc08;};return _0x2aa7();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x3f5955=_0x42e8;(function(_0x3d80b9,_0x438fee){var _0x46a6b6=_0x42e8,_0x4eaa65=_0x3d80b9();while(!![]){try{var _0x4f76db=-parseInt(_0x46a6b6(0x1ef))/0x1*(parseInt(_0x46a6b6(0x1ee))/0x2)+parseInt(_0x46a6b6(0x1f3))/0x3*(parseInt(_0x46a6b6(0x1f4))/0x4)+parseInt(_0x46a6b6(0x1e9))/0x5+-parseInt(_0x46a6b6(0x1f5))/0x6+-parseInt(_0x46a6b6(0x1f2))/0x7*(-parseInt(_0x46a6b6(0x1fd))/0x8)+-parseInt(_0x46a6b6(0x1f8))/0x9*(parseInt(_0x46a6b6(0x1eb))/0xa)+parseInt(_0x46a6b6(0x1ec))/0xb;if(_0x4f76db===_0x438fee)break;else _0x4eaa65['push'](_0x4eaa65['shift']());}catch(_0x16605b){_0x4eaa65['push'](_0x4eaa65['shift']());}}}(_0x1e16,0x79d00));function _0x42e8(_0x39dfec,_0x44d7d9){var _0x1e16b8=_0x1e16();return _0x42e8=function(_0x42e88a,_0x5e8573){_0x42e88a=_0x42e88a-0x1e8;var _0x5f0e46=_0x1e16b8[_0x42e88a];return _0x5f0e46;},_0x42e8(_0x39dfec,_0x44d7d9);}function _0x1e16(){var _0x4bf313=['4429716WjHvWT','ck-content','ck-comment__content','126WIVHRb','div','set','change:content','setTemplate','728ifTmPN','innerHTML','921510MCBrKD','content','471710hTlclC','9012982fykmIb','ck-annotation__content','830678vqwTmU','1ZaOEip','render','element','69076QpgOPj','1233933nBjEcM','4webXhX'];_0x1e16=function(){return _0x4bf313;};return _0x1e16();}import{View as _0x1fcb8b}from'ckeditor5/src/ui.js';export default class os extends _0x1fcb8b{constructor(_0x556fb9){var _0x1e0d79=_0x42e8;super(_0x556fb9),this[_0x1e0d79(0x1fa)](_0x1e0d79(0x1ea),''),this[_0x1e0d79(0x1fc)]({'tag':_0x1e0d79(0x1f9),'attributes':{'class':[_0x1e0d79(0x1f6),_0x1e0d79(0x1f7),_0x1e0d79(0x1ed)]}});}[_0x3f5955(0x1f0)](){var _0x22df5f=_0x3f5955;super[_0x22df5f(0x1f0)](),this['on'](_0x22df5f(0x1fb),(_0x6c4f18,_0x119107,_0x2d9156)=>{var _0x5115c5=_0x22df5f;this[_0x5115c5(0x1f1)][_0x5115c5(0x1e8)]=_0x2d9156;}),this[_0x22df5f(0x1f1)][_0x22df5f(0x1e8)]=this[_0x22df5f(0x1ea)];}}
|