@ckeditor/ckeditor5-comments 33.0.0 → 34.2.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/LICENSE.md +2 -2
- package/README.md +5 -2
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -0
- package/build/translations/bs.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.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.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 -0
- package/build/translations/ko.js +1 -1
- package/build/translations/lv.js +1 -0
- 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/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -0
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +0 -3
- package/lang/translations/af.po +67 -0
- package/lang/translations/bs.po +0 -12
- package/lang/translations/cs.po +0 -12
- package/lang/translations/da.po +0 -12
- package/lang/translations/de-ch.po +0 -12
- package/lang/translations/de.po +0 -12
- package/lang/translations/el.po +0 -12
- package/lang/translations/en-au.po +0 -12
- package/lang/translations/en.po +0 -12
- package/lang/translations/es.po +2 -13
- package/lang/translations/et.po +0 -12
- package/lang/translations/fr.po +2 -13
- package/lang/translations/gl.po +0 -12
- package/lang/translations/hi.po +0 -12
- package/lang/translations/hr.po +0 -12
- package/lang/translations/hu.po +0 -12
- package/lang/translations/id.po +0 -12
- package/lang/translations/it.po +2 -13
- package/lang/translations/ja.po +0 -12
- package/lang/translations/jv.po +66 -0
- package/lang/translations/ko.po +0 -12
- package/lang/translations/lv.po +68 -0
- package/lang/translations/nl.po +0 -12
- package/lang/translations/no.po +0 -12
- package/lang/translations/pl.po +0 -12
- package/lang/translations/pt-br.po +2 -13
- package/lang/translations/ro.po +0 -12
- package/lang/translations/ru.po +0 -12
- package/lang/translations/sk.po +0 -12
- package/lang/translations/sr-latn.po +0 -12
- package/lang/translations/sr.po +0 -12
- package/lang/translations/tk.po +0 -12
- package/lang/translations/tr.po +0 -12
- package/lang/translations/ug.po +0 -12
- package/lang/translations/uk.po +0 -12
- package/lang/translations/ur.po +67 -0
- package/lang/translations/zh-cn.po +0 -12
- package/lang/translations/zh.po +0 -12
- package/package.json +3 -3
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.js +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.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +1 -1
- 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/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- 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.js +1 -1
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/src/comments/ui/view/confirmmixin.js +0 -23
- package/src/comments/ui/view/confirmview.js +0 -23
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x13c1=['data','fire','editing','assign','_updatePlaceholder','document','createRoot','config','placeholder','init','destroy','model','childCount','low','change:placeholder','getRoot','view','end','change','focus','then','defaultPlugins','placeholderElement','ready','create','initPlugins','name','initialData','set','plugins'];(function(_0x519b33,_0x13c175){const _0x3e8d2c=function(_0x4dcddc){while(--_0x4dcddc){_0x519b33['push'](_0x519b33['shift']());}};_0x3e8d2c(++_0x13c175);}(_0x13c1,0x1bb));const _0x3e8d=function(_0x519b33,_0x13c175){_0x519b33=_0x519b33-0x0;let _0x3e8d2c=_0x13c1[_0x519b33];return _0x3e8d2c;};import{Editor as _0xd96993,DataApiMixin as _0x44aa0a}from'ckeditor5/src/core';import _0x4c8919 from'./commenteditorui';import{mix as _0x1b4aae,ObservableMixin as _0x21cf42}from'ckeditor5/src/utils';import{enablePlaceholder as _0x1543d9,disablePlaceholder as _0x29d1b1}from'ckeditor5/src/engine';import{Clipboard as _0x19b720}from'ckeditor5/src/clipboard';import{Enter as _0x353c22,ShiftEnter as _0x3e49f9}from'ckeditor5/src/enter';import{SelectAll as _0x46e59a}from'ckeditor5/src/select-all';import{Typing as _0x1f1b78}from'ckeditor5/src/typing';import{Undo as _0x27212a}from'ckeditor5/src/undo';import{Paragraph as _0x8fcf3d}from'ckeditor5/src/paragraph';export default class qt extends _0xd96993{constructor(_0x3cceff={}){(_0x3cceff=Object[_0x3e8d('0xa')]({},_0x3cceff))[_0x3e8d('0x6')]||(_0x3cceff['plugins']=qt[_0x3e8d('0x1c')]),super(_0x3cceff),this['ui']=new _0x4c8919(this),this[_0x3e8d('0x5')](_0x3e8d('0xf'),''),this[_0x3e8d('0x12')]['document']['on'](_0x3e8d('0x19'),()=>this['_updatePlaceholder'](),{'priority':_0x3e8d('0x14')}),this['on'](_0x3e8d('0x15'),()=>this[_0x3e8d('0xb')]()),this[_0x3e8d('0x12')][_0x3e8d('0xc')][_0x3e8d('0xd')]();}[_0x3e8d('0x1')](){const _0x5ad261=this[_0x3e8d('0xe')]['get'](_0x3e8d('0x4'))||'';return this[_0x3e8d('0x2')]()[_0x3e8d('0x1b')](()=>this['ui'][_0x3e8d('0x10')]())[_0x3e8d('0x1b')](()=>this[_0x3e8d('0x7')]['init'](_0x5ad261))[_0x3e8d('0x1b')](()=>this[_0x3e8d('0x8')](_0x3e8d('0x0')));}[_0x3e8d('0x11')](){return super[_0x3e8d('0x11')]()['then'](()=>this['ui'][_0x3e8d('0x11')]());}[_0x3e8d('0x1a')](){this['model'][_0x3e8d('0x19')](_0x215202=>{const _0x44696c=this[_0x3e8d('0x12')][_0x3e8d('0xc')][_0x3e8d('0x16')](),_0x4915ac=_0x44696c['getChild'](_0x44696c[_0x3e8d('0x13')]-0x1);_0x215202['setSelection'](_0x4915ac,_0x3e8d('0x18')),this[_0x3e8d('0x9')][_0x3e8d('0x17')][_0x3e8d('0x1a')]();});}[_0x3e8d('0xb')](){const _0x4fa7a2=this[_0x3e8d('0x9')][_0x3e8d('0x17')],_0x1bc937=_0x4fa7a2['document'][_0x3e8d('0x16')](),_0x255092=_0x1bc937['getChild'](0x0);_0x1bc937[_0x3e8d('0x13')]>0x1||!_0x255092||'p'!=_0x255092[_0x3e8d('0x3')]?this[_0x3e8d('0x1d')]&&(_0x29d1b1(_0x4fa7a2,this[_0x3e8d('0x1d')]),this[_0x3e8d('0x1d')]=void 0x0):(_0x1543d9({'view':_0x4fa7a2,'element':_0x255092,'text':this[_0x3e8d('0xf')],'keepOnFocus':!0x0}),this['placeholderElement']=_0x255092);}}_0x1b4aae(qt,_0x21cf42),_0x1b4aae(qt,_0x44aa0a),qt[_0x3e8d('0x1c')]=[_0x19b720,_0x353c22,_0x3e49f9,_0x46e59a,_0x1f1b78,_0x27212a,_0x8fcf3d];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x43f4=['rootName','editable','name','element','isFocused','setEditableElement','bind','view','editing','render','attachDomRoot','locale','destroy','ready','init','document','add','focusTracker','editor'];(function(_0x32a414,_0x43f45){const _0x2ce6c6=function(_0x9f86a6){while(--_0x9f86a6){_0x32a414['push'](_0x32a414['shift']());}};_0x2ce6c6(++_0x43f45);}(_0x43f4,0x138));const _0x2ce6=function(_0x32a414,_0x43f45){_0x32a414=_0x32a414-0x0;let _0x2ce6c6=_0x43f4[_0x32a414];return _0x2ce6c6;};import{EditorUI as _0x4ebdbb}from'ckeditor5/src/core';import _0x2a36d4 from'./commenteditoruiview';export default class yt extends _0x4ebdbb{constructor(_0x1b2ed9){super(_0x1b2ed9),this[_0x2ce6('0x12')]=new _0x2a36d4(_0x1b2ed9[_0x2ce6('0x3')],_0x1b2ed9[_0x2ce6('0x0')][_0x2ce6('0x12')]);}get[_0x2ce6('0xe')](){return this[_0x2ce6('0x12')][_0x2ce6('0xe')];}[_0x2ce6('0x6')](){const _0xa0f9bd=this[_0x2ce6('0xa')]['editing'][_0x2ce6('0x12')],_0x56172c=this['view']['editable'],_0x37bf65=_0xa0f9bd[_0x2ce6('0x7')]['getRoot']();_0x56172c[_0x2ce6('0xd')]=_0x37bf65[_0x2ce6('0xb')],this[_0x2ce6('0x12')][_0x2ce6('0x1')]();const _0x16ff62=_0x56172c[_0x2ce6('0xe')];this[_0x2ce6('0x10')](_0x56172c['name'],_0x16ff62),this[_0x2ce6('0x9')][_0x2ce6('0x8')](_0x16ff62),this['view'][_0x2ce6('0xc')][_0x2ce6('0x11')](_0x2ce6('0xf'))['to'](this[_0x2ce6('0x9')]),_0xa0f9bd[_0x2ce6('0x2')](_0x16ff62),this['fire'](_0x2ce6('0x5'));}[_0x2ce6('0x4')](){this[_0x2ce6('0x12')]['destroy'](),super[_0x2ce6('0x4')]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{InlineEditableUIView as
|
|
23
|
+
const _0x400a=['div','ck-comment__input','render','main','createCollection','ck-reset','uiLanguage','editable','cke-editor__aria-label_','extendTemplate','_createVoiceLabel','_voiceLabelView','presentation','ck-voice-label','Comment\x20editor','ck-editor','focus','text','add','comment','ck-editor__aria-label_','element'];(function(_0x1fc60e,_0x400a27){const _0xa3b6cd=function(_0x15e68e){while(--_0x15e68e){_0x1fc60e['push'](_0x1fc60e['shift']());}};_0xa3b6cd(++_0x400a27);}(_0x400a,0xe9));const _0xa3b6=function(_0x1fc60e,_0x400a27){_0x1fc60e=_0x1fc60e-0x0;let _0xa3b6cd=_0x400a[_0x1fc60e];return _0xa3b6cd;};import{InlineEditableUIView as _0x2a79cb,EditorUIView as _0x17a00f,LabelView as _0x13f84e}from'ckeditor5/src/ui';import{uid as _0x1ae777}from'ckeditor5/src/utils';import{getTranslation as _0x43d242}from'../../../utils/common-translations';export default class At extends _0x17a00f{constructor(_0x9b0439,_0x26b997){super(_0x9b0439);const _0x2c3579=_0x1ae777();this[_0xa3b6('0xc')]=this[_0xa3b6('0xd')](),this[_0xa3b6('0x10')]=new _0x2a79cb(_0x9b0439,_0x26b997),this[_0xa3b6('0x14')]=this[_0xa3b6('0x13')](_0x2c3579,_0x9b0439),this['setTemplate']({'tag':_0xa3b6('0x9'),'attributes':{'class':[_0xa3b6('0xe'),_0xa3b6('0x2'),'ck-rounded-corners',_0xa3b6('0xa')],'role':_0xa3b6('0x6'),'dir':_0x9b0439['uiLanguageDirection'],'lang':_0x9b0439[_0xa3b6('0xf')],'aria-labelledby':_0xa3b6('0x11')+_0x2c3579},'children':[this['_voiceLabelView'],{'tag':_0xa3b6('0x9'),'attributes':{'class':'ck-editor__main','role':_0xa3b6('0x15')},'children':this['main']}]});}[_0xa3b6('0xb')](){super[_0xa3b6('0xb')](),this[_0xa3b6('0xc')][_0xa3b6('0x5')](this[_0xa3b6('0x10')]);}[_0xa3b6('0x3')](){this[_0xa3b6('0x10')][_0xa3b6('0x8')][_0xa3b6('0x3')]();}[_0xa3b6('0x13')](_0x118ffa,_0x3a1bf7){const _0x137030=new _0x13f84e();return _0x137030[_0xa3b6('0x4')]=_0x43d242(_0x3a1bf7,_0xa3b6('0x1')),_0x137030[_0xa3b6('0x12')]({'attributes':{'id':_0xa3b6('0x7')+_0x118ffa,'class':_0xa3b6('0x0')}}),_0x137030;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x5520=['updateComment','_isAttached','listenTo','stopListening','addComment','destroy','getComment','removeCommentThread','removeComment','_localUser','remove','view','model'];(function(_0x37efa9,_0x5520dc){var _0x42a809=function(_0x24e97b){while(--_0x24e97b){_0x37efa9['push'](_0x37efa9['shift']());}};_0x42a809(++_0x5520dc);}(_0x5520,0x14f));var _0x42a8=function(_0x37efa9,_0x5520dc){_0x37efa9=_0x37efa9-0x0;var _0x42a809=_0x5520[_0x37efa9];return _0x42a809;};import{ObservableMixin as _0x4f1ff4,mix as _0x1a09ef}from'ckeditor5/src/utils';export default class et{constructor(_0x3b6b70,_0x3c3b49){this[_0x42a8('0x2')]=_0x3b6b70,this[_0x42a8('0x2')]['_isAttached']=!0x0,this[_0x42a8('0x1')]=_0x3c3b49,this[_0x42a8('0x5')](_0x3c3b49,_0x42a8('0xa'),()=>this['remove']()),this[_0x42a8('0x5')](_0x3c3b49,_0x42a8('0x7'),(_0x33dcc8,_0x34d3dc)=>this[_0x42a8('0x7')](_0x34d3dc)),this[_0x42a8('0x5')](_0x3c3b49,_0x42a8('0x3'),(_0x17506c,_0x53098e,_0x59e84d)=>this[_0x42a8('0x3')](_0x53098e,_0x59e84d)),this[_0x42a8('0x5')](_0x3c3b49,_0x42a8('0xb'),(_0x34dae1,_0x47b832)=>this[_0x42a8('0xb')](_0x47b832));}[_0x42a8('0x0')](){this[_0x42a8('0x2')]['remove']();}[_0x42a8('0x7')](_0x56e56c){this['model']['addComment']({'content':_0x56e56c,'authorId':this[_0x42a8('0x1')][_0x42a8('0xc')]['id']});}[_0x42a8('0x3')](_0x1f2b1e,_0x7a08a7){this['model'][_0x42a8('0x9')](_0x1f2b1e)['update']({'content':_0x7a08a7});}[_0x42a8('0xb')](_0x34423d){this[_0x42a8('0x2')][_0x42a8('0x9')](_0x34423d)[_0x42a8('0x0')]();}[_0x42a8('0x8')](){this[_0x42a8('0x6')](),this[_0x42a8('0x2')][_0x42a8('0x4')]=!0x1;}}_0x1a09ef(et,_0x4f1ff4);
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{View as
|
|
23
|
+
const _0x5ba2=['_localUser','removeCommentThread','stop','locale','destroy','commentsListView','set','updateComment','bind','commentThreadInputView','change:isActive','disabledSubmit','_config','fire','Write\x20a\x20comment...','element','addComment','isReadOnly','editorConfig','showInput','Reply...','submit','CommentView','focus','value','isDirty','assign','_createCommentThreadInputView','removeComment','length','isActive','placeholder','commentInputView','cancel','_model','delegate','hasDirtyComment'];(function(_0x24dc41,_0x5ba208){const _0x5d7301=function(_0x1efce8){while(--_0x1efce8){_0x24dc41['push'](_0x24dc41['shift']());}};_0x5d7301(++_0x5ba208);}(_0x5ba2,0xfe));const _0x5d73=function(_0x24dc41,_0x5ba208){_0x24dc41=_0x24dc41-0x0;let _0x5d7301=_0x5ba2[_0x24dc41];return _0x5d7301;};import{View as _0xbf8f21}from'ckeditor5/src/ui';import _0x2c1d32 from'./commentthreadinputview';import _0x5b8151 from'./commentslistview';import{getTranslation as _0x25204e}from'../../../utils/common-translations';export default class Rt extends _0xbf8f21{constructor(_0x11062a,_0x342ec3,_0x451093,_0x119256){super(_0x11062a),this[_0x5d73('0xb')](_0x5d73('0x23'),!0x1),this[_0x5d73('0xb')](_0x5d73('0x1e'),!0x1),this[_0x5d73('0x2')]=_0x342ec3,this['_localUser']=_0x451093,this[_0x5d73('0x11')]=_0x119256,this[_0x5d73('0xa')]=new _0x5b8151(_0x11062a,_0x342ec3,Object[_0x5d73('0x1f')]({'CommentView':this[_0x5d73('0x11')][_0x5d73('0x1b')]},_0x119256)),this[_0x5d73('0xa')][_0x5d73('0x3')](_0x5d73('0x21'))['to'](this),this[_0x5d73('0xa')][_0x5d73('0x3')](_0x5d73('0xc'))['to'](this),this[_0x5d73('0xa')][_0x5d73('0xd')](_0x5d73('0x23'))['to'](this),this[_0x5d73('0xb')](_0x5d73('0x22'),this['commentsListView'][_0x5d73('0x22')]),this['bind'](_0x5d73('0x22'))['to'](this['commentsListView'],_0x5d73('0x22')),this['commentThreadInputView']=this[_0x5d73('0x20')](),this['on'](_0x5d73('0x21'),()=>this[_0x5d73('0x1c')]()),this['bind'](_0x5d73('0x1e'))['to'](this[_0x5d73('0xa')],_0x5d73('0x4'),this[_0x5d73('0xe')][_0x5d73('0x0')],_0x5d73('0x1d'),(_0x1a0ef9,_0x3b7751)=>_0x1a0ef9||!!_0x3b7751);}[_0x5d73('0x1c')](){this[_0x5d73('0x14')][_0x5d73('0x1c')]();}[_0x5d73('0x9')](){this[_0x5d73('0x1e')]=!0x1,this[_0x5d73('0xa')][_0x5d73('0x9')](),this[_0x5d73('0xe')][_0x5d73('0x9')](),super[_0x5d73('0x9')]();}[_0x5d73('0x20')](){const _0x487193=new _0x2c1d32(this['locale'],this[_0x5d73('0x5')],this['_config'][_0x5d73('0x17')]),_0x5dddf0=_0x487193[_0x5d73('0x0')];return _0x487193[_0x5d73('0xd')](_0x5d73('0x18'))['to'](this,_0x5d73('0x23'),this[_0x5d73('0x2')],_0x5d73('0x16'),_0x5dddf0,_0x5d73('0x1d'),(_0x1d4e41,_0x555c68,_0x13a7ec)=>!!_0x13a7ec||_0x1d4e41&&!_0x555c68),_0x5dddf0['bind'](_0x5d73('0x24'))['to'](this,_0x5d73('0x22'),_0x2eebaa=>_0x25204e(this[_0x5d73('0x8')],_0x2eebaa?_0x5d73('0x19'):_0x5d73('0x13'))),_0x5dddf0['on'](_0x5d73('0x1a'),(_0x2cc4db,_0xd8a654)=>{this[_0x5d73('0x12')](_0x5d73('0x15'),_0xd8a654);}),_0x5dddf0['on'](_0x5d73('0x1'),()=>{this[_0x5d73('0x1c')]();}),_0x5dddf0[_0x5d73('0xd')](_0x5d73('0x10'))['to'](this[_0x5d73('0x2')],_0x5d73('0x16')),_0x5dddf0['on'](_0x5d73('0x1'),_0x596cde=>{0x0==this[_0x5d73('0x22')]&&(this['fire'](_0x5d73('0x6')),_0x596cde[_0x5d73('0x7')]());}),this['on'](_0x5d73('0xf'),(_0x5cfef8,_0x56603e,_0x3c6964)=>{_0x3c6964||this['length']||_0x5dddf0[_0x5d73('0x1d')]||this[_0x5d73('0x12')]('removeCommentThread');}),_0x487193;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x31bd=['set','element','_config','_model','switchToDisplayMode','bind','add','focus','remove','visibleView','disabledSubmit','isEditMode','once','destroy','content','_createCommentContentView','submit','editorReady','get','_createCommentInputView','expand','locale','value','updateComment','fire','initialData','editorConfig','isCollapsed','switchToEditMode'];(function(_0x5bd955,_0x31bda6){const _0x189bd4=function(_0x553ba4){while(--_0x553ba4){_0x5bd955['push'](_0x5bd955['shift']());}};_0x189bd4(++_0x31bda6);}(_0x31bd,0x1e6));const _0x189b=function(_0x5bd955,_0x31bda6){_0x5bd955=_0x5bd955-0x0;let _0x189bd4=_0x31bd[_0x5bd955];return _0x189bd4;};import{View as _0x27aa98}from'ckeditor5/src/ui';import{trimHtml as _0x397025}from'ckeditor5-collaboration/src/collaboration-core';import _0x5c1987 from'./commentcontentview';import _0x6a1e0c from'./commentinputview';export default class Vt extends _0x27aa98{constructor(_0x4f2959,_0x1f8167,_0x57c1cb){super(_0x4f2959),this[_0x189b('0xa')]=_0x1f8167,this[_0x189b('0x9')]=_0x57c1cb,this[_0x189b('0x7')](_0x189b('0x12'),!0x1),this[_0x189b('0x7')](_0x189b('0x5'),!0x0),this['visibleView']=this['createCollection'](),this[_0x189b('0x10')]['add'](this['_createCommentContentView']());}[_0x189b('0x1b')](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this[_0x189b('0x5')]=!0x0);}[_0x189b('0xe')](){this[_0x189b('0x8')][_0x189b('0xe')]();}async['destroy'](){await this[_0x189b('0x10')][_0x189b('0x19')](0x0)['destroy'](),super[_0x189b('0x14')]();}[_0x189b('0x6')](){this[_0x189b('0x12')]||(this['isEditMode']=!0x0,this[_0x189b('0x10')][_0x189b('0xf')](0x0)[_0x189b('0x14')](),this[_0x189b('0x10')][_0x189b('0xd')](this[_0x189b('0x1a')]()));}[_0x189b('0xb')](){this['isEditMode']&&(this[_0x189b('0x12')]=!0x1,this['visibleView'][_0x189b('0xf')](0x0)[_0x189b('0x14')](),this['visibleView']['add'](this[_0x189b('0x16')]()));}['_createCommentContentView'](){const _0x4ff205=new _0x5c1987(this[_0x189b('0x1c')]);return _0x4ff205['bind'](_0x189b('0x15'))['to'](this[_0x189b('0xa')],_0x189b('0x15'),this,'isCollapsed',(_0x2b2a3c,_0x502636)=>_0x502636?_0x397025(_0x2b2a3c,{'limit':this[_0x189b('0x9')]['maxCommentCharsWhenCollapsed']}):_0x2b2a3c),_0x4ff205;}[_0x189b('0x1a')](){this[_0x189b('0x9')][_0x189b('0x4')]||(this[_0x189b('0x9')][_0x189b('0x4')]={}),this['_config']['editorConfig'][_0x189b('0x3')]=this['_model'][_0x189b('0x15')];const _0x81360d=new _0x6a1e0c(this[_0x189b('0x1c')],this['_config'][_0x189b('0x4')]);return _0x81360d[_0x189b('0x0')]=this['_model']['content'],_0x81360d[_0x189b('0xc')](_0x189b('0x11'))['to'](this['_model'],'isReadOnly'),_0x81360d['on'](_0x189b('0x17'),(_0x3dca3e,_0x1f7cba)=>{this[_0x189b('0x2')](_0x189b('0x1'),this[_0x189b('0xa')]['id'],_0x1f7cba),this[_0x189b('0xb')](),this['focus']();}),_0x81360d['on']('cancel',()=>{this[_0x189b('0xb')](),this[_0x189b('0xe')]();}),_0x81360d[_0x189b('0x13')](_0x189b('0x18'),()=>{_0x81360d[_0x189b('0xe')]();}),_0x81360d;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{View as
|
|
23
|
+
const _0x1651=['set','count','bindTemplate','setTemplate'];(function(_0x3862b2,_0x1651df){const _0x3cc564=function(_0x15acdb){while(--_0x15acdb){_0x3862b2['push'](_0x3862b2['shift']());}};_0x3cc564(++_0x1651df);}(_0x1651,0x151));const _0x3cc5=function(_0x3862b2,_0x1651df){_0x3862b2=_0x3862b2-0x0;let _0x3cc564=_0x1651[_0x3862b2];return _0x3cc564;};import{View as _0x562d2c}from'ckeditor5/src/ui';import{getTranslation as _0x435fef}from'../../../utils/common-translations';export default class Nt extends _0x562d2c{constructor(_0x1d1735){super(_0x1d1735);const _0x443786=this[_0x3cc5('0x1')];this[_0x3cc5('0x3')](_0x3cc5('0x0')),this[_0x3cc5('0x2')]({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x443786['to'](_0x3cc5('0x0'),_0x15a6be=>_0x435fef(_0x1d1735,'NUMBER_OF_COMMENTS',_0x15a6be))}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x46e5=['div','ck-comment__content','ck-annotation__content','element','render','innerHTML','setTemplate','content'];(function(_0x10354c,_0x46e5f6){var _0x55c1b8=function(_0x177193){while(--_0x177193){_0x10354c['push'](_0x10354c['shift']());}};_0x55c1b8(++_0x46e5f6);}(_0x46e5,0xa8));var _0x55c1=function(_0x10354c,_0x46e5f6){_0x10354c=_0x10354c-0x0;var _0x55c1b8=_0x46e5[_0x10354c];return _0x55c1b8;};import{View as _0x165529}from'ckeditor5/src/ui';export default class Et extends _0x165529{constructor(_0x130f66){super(_0x130f66),this['set'](_0x55c1('0x7'),''),this[_0x55c1('0x6')]({'tag':_0x55c1('0x0'),'attributes':{'class':[_0x55c1('0x1'),_0x55c1('0x2')]}});}[_0x55c1('0x4')](){super[_0x55c1('0x4')](),this['on']('change:content',(_0x2574b9,_0x247c23,_0x97f1a1)=>{this[_0x55c1('0x3')][_0x55c1('0x5')]=_0x97f1a1;}),this[_0x55c1('0x3')][_0x55c1('0x5')]=this[_0x55c1('0x7')];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{View as
|
|
23
|
+
const _0x19ef=['getData','destroy','execute','initialData','extendTemplate','focusPrevious','forEach','add','Esc','focusTracker','cancel','Cancel','ck-comment__input-wrapper','ck-comment__input-actions--active','setData','insertBefore','icon','then','element','editorReady','_createCancelButton','editor','bind','submitButtonView','tab','set','listenTo','disabledSubmit','submit','shift\x20+\x20tab','fire','render','model','showButtons','placeholder','_editorCreationPromise','Submit','high','_initializeFocusCycling','Reply...','document','keystrokes','view','cancelButtonView','trim','div','focus','firstChild','_createSubmitButton','length','focusNext','low','_isDestroyed','value','ck-comment__input-actions','ck-comment__input-actions--cancel'];(function(_0x4240d0,_0x19ef0b){const _0x10347f=function(_0x51967f){while(--_0x51967f){_0x4240d0['push'](_0x4240d0['shift']());}};_0x10347f(++_0x19ef0b);}(_0x19ef,0x17a));const _0x1034=function(_0x4240d0,_0x19ef0b){_0x4240d0=_0x4240d0-0x0;let _0x10347f=_0x19ef[_0x4240d0];return _0x10347f;};import{View as _0x2e3ad0,ViewCollection as _0x2099d0,FocusCycler as _0x5cd270,ButtonView as _0x50a041}from'ckeditor5/src/ui';import{FocusTracker as _0x2593ed,KeystrokeHandler as _0x116426}from'ckeditor5/src/utils';import{icons as _0x3206fd}from'ckeditor5/src/core';import _0x4fa690 from'../commenteditor/commenteditor';import{getTranslation as _0x2a4f5f}from'../../../utils/common-translations';export default class Tt extends _0x2e3ad0{constructor(_0x57ce62,_0x3466f1={}){super(_0x57ce62),this[_0x1034('0x23')]=new _0x4fa690(_0x3466f1),this[_0x1034('0x37')]=new _0x116426(),this[_0x1034('0x17')]=new _0x2593ed(),this['set'](_0x1034('0xb'),_0x3466f1[_0x1034('0x11')]||''),this[_0x1034('0x27')](_0x1034('0x29'),!0x1),this[_0x1034('0x27')](_0x1034('0x2f'),!0x0),this[_0x1034('0x27')](_0x1034('0x30'),_0x2a4f5f(_0x57ce62,_0x1034('0x35'))),this[_0x1034('0x25')]=this[_0x1034('0x6')](),this['cancelButtonView']=this['_createCancelButton'](),this['setTemplate']({'tag':_0x1034('0x3'),'attributes':{'class':[_0x1034('0x1a')]},'children':[{'tag':_0x1034('0x3'),'attributes':{'class':[_0x1034('0xc'),this['bindTemplate']['if'](_0x1034('0x2f'),_0x1034('0x1b'))]},'children':[this[_0x1034('0x25')],this[_0x1034('0x1')]]}]}),this[_0x1034('0x37')][_0x1034('0x27')](_0x1034('0x16'),(_0x1986c9,_0x5be890)=>{this[_0x1034('0x1')][_0x1034('0x2c')](_0x1034('0x10')),_0x5be890();}),this['on'](_0x1034('0x2a'),(_0x443761,_0x11b405)=>{_0x11b405['length']>0xfde8?(alert(_0x2a4f5f(_0x57ce62,'TOO_LONG_COMMENT_ALERT',[_0x11b405[_0x1034('0x7')],0xfde8])),_0x443761['stop']()):this[_0x1034('0x23')][_0x1034('0x1c')]('');},{'priority':_0x1034('0x33')});}[_0x1034('0x2d')](){super[_0x1034('0x2d')]();const {editor:_0x4c709a,element:_0x15b485}=this;this[_0x1034('0x37')][_0x1034('0x28')](_0x15b485),this[_0x1034('0x17')][_0x1034('0x15')](_0x15b485),this['_editorCreationPromise']=_0x4c709a['create']()[_0x1034('0x1f')](()=>{_0x15b485[_0x1034('0x1d')](_0x4c709a['ui'][_0x1034('0x20')],_0x15b485[_0x1034('0x5')]),_0x4c709a[_0x1034('0x2e')][_0x1034('0x36')]['on']('change',()=>this[_0x1034('0xb')]=_0x4c709a[_0x1034('0xe')]()),_0x4c709a[_0x1034('0x24')]('placeholder')['to'](this),this[_0x1034('0x34')](_0x4c709a),this['fire'](_0x1034('0x21'));});}[_0x1034('0x4')](){this['editor'][_0x1034('0x4')]();}async[_0x1034('0xf')](){this['_isDestroyed']||(this[_0x1034('0xa')]=!0x0,this['isRendered']&&(await this[_0x1034('0x31')],await this[_0x1034('0x23')][_0x1034('0xf')]()),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x4d6b5e}=this,_0x2893b4=new _0x50a041(_0x4d6b5e);return _0x2893b4[_0x1034('0x12')]({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x2893b4['label']=_0x2a4f5f(_0x4d6b5e,_0x1034('0x32')),_0x2893b4[_0x1034('0x1e')]=_0x3206fd['check'],_0x2893b4['on']('execute',()=>{this[_0x1034('0x2c')](_0x1034('0x2a'),this[_0x1034('0xb')]);}),_0x2893b4['bind']('isEnabled')['to'](this,_0x1034('0xb'),this,_0x1034('0x29'),(_0x543e6e,_0x1bcd36)=>!_0x1bcd36&&!!_0x543e6e[_0x1034('0x2')]()),_0x2893b4;}[_0x1034('0x22')](){const {locale:_0x5026b6}=this,_0x4c2a26=new _0x50a041(_0x5026b6);return _0x4c2a26[_0x1034('0x12')]({'attributes':{'class':[_0x1034('0xd')]}}),_0x4c2a26['label']=_0x2a4f5f(_0x5026b6,_0x1034('0x19')),_0x4c2a26[_0x1034('0x1e')]=_0x3206fd[_0x1034('0x18')],_0x4c2a26['on'](_0x1034('0x10'),()=>{this['editor'][_0x1034('0x1c')](''),this['fire'](_0x1034('0x18'));}),_0x4c2a26;}['_initializeFocusCycling'](_0x1caf22){const _0x1edcac=this['focusTracker'],_0x577442=new _0x2099d0();[_0x1caf22['ui'][_0x1034('0x0')],this[_0x1034('0x25')],this[_0x1034('0x1')]][_0x1034('0x14')](_0x2de9af=>{_0x577442[_0x1034('0x15')](_0x2de9af),_0x1edcac[_0x1034('0x15')](_0x2de9af[_0x1034('0x20')]);});const _0x401cf4=new _0x5cd270({'focusables':_0x577442,'focusTracker':_0x1edcac});this['keystrokes'][_0x1034('0x27')](_0x1034('0x26'),(_0x397b7d,_0x53f197)=>{_0x401cf4[_0x1034('0x8')](),_0x53f197();},{'priority':'low'}),this[_0x1034('0x37')][_0x1034('0x27')](_0x1034('0x2b'),(_0x7726a3,_0x3ef709)=>{_0x401cf4[_0x1034('0x13')](),_0x3ef709();},{'priority':_0x1034('0x9')});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xfe39=['_model','maxThreadTotalWeight','editorConfig','change:hasDirtyComment','_config','_handleRemoveCommentModel','insert','render','commentViews','change:isActive','isEditMode','stopListening','formatDateTime','weight','get','delete','from','length','visibleViews','_handleNewCommentModel','equal','_rearrangeExpand','_collapsedCommentsView','set','listenTo','destroy','refreshVisibleViews','maxCommentsWhenCollapsed','_rearrangeCollapse','ck-thread__comments','_updateHasDirtyComment','change:isEditMode','viewUid','hasDirtyComment','comments','add','remove','focus','createCollection','delegate','_shouldCollapse','count','isActive'];(function(_0x3deabc,_0xfe39a1){const _0x5ea267=function(_0x5b0edb){while(--_0x5b0edb){_0x3deabc['push'](_0x3deabc['shift']());}};_0x5ea267(++_0xfe39a1);}(_0xfe39,0x168));const _0x5ea2=function(_0x3deabc,_0xfe39a1){_0x3deabc=_0x3deabc-0x0;let _0x5ea267=_0xfe39[_0x3deabc];return _0x5ea267;};import{View as _0x4dfe29}from'ckeditor5/src/ui';import{diff as _0x57ea00,Collection as _0x119050}from'ckeditor5/src/utils';import _0x102404 from'./collapsedcommentsview';export default class ct extends _0x4dfe29{constructor(_0x204ecb,_0x345055,_0x2df68f){super(_0x204ecb),this[_0x5ea2('0x7')]('hasDirtyComment',!0x1),this[_0x5ea2('0x7')](_0x5ea2('0x1'),_0x345055['comments'][_0x5ea2('0x1')]),this[_0x5ea2('0x7')](_0x5ea2('0x1a'),!0x1),this[_0x5ea2('0x1b')]=_0x345055,this[_0x5ea2('0x1f')]=_0x2df68f,this[_0x5ea2('0x23')]=this[_0x5ea2('0x16')](),this['visibleViews']=this[_0x5ea2('0x16')](),this[_0x5ea2('0x6')]=new _0x102404(_0x204ecb),this[_0x5ea2('0x6')]['bind'](_0x5ea2('0x19'))['to'](this,'length',_0x41adf2=>_0x41adf2-this[_0x5ea2('0x1f')][_0x5ea2('0xb')]);for(const _0x278810 of _0x345055[_0x5ea2('0x12')])this[_0x5ea2('0x3')](_0x278810);this['listenTo'](_0x345055[_0x5ea2('0x12')],_0x5ea2('0x13'),(_0x1e82aa,_0x10c9ab)=>{this[_0x5ea2('0x1')]++,this[_0x5ea2('0x3')](_0x10c9ab),this['refreshVisibleViews']();}),this['listenTo'](_0x345055['comments'],_0x5ea2('0x14'),(_0x367ae9,_0x8b4a24)=>{this[_0x5ea2('0x1')]--,this[_0x5ea2('0x20')](_0x8b4a24),this[_0x5ea2('0xa')]();}),this['listenTo'](_0x345055,'commentUpdated',()=>this['refreshVisibleViews']()),this['on'](_0x5ea2('0x24'),()=>this[_0x5ea2('0xa')]()),this['on'](_0x5ea2('0x1e'),()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':[_0x5ea2('0xd')]},'children':this[_0x5ea2('0x2')]});}get['_shouldCollapse'](){return this[_0x5ea2('0x1b')][_0x5ea2('0x28')]>this[_0x5ea2('0x1f')][_0x5ea2('0x1c')]&&!this['isActive']&&!this['hasDirtyComment'];}[_0x5ea2('0x22')](){super[_0x5ea2('0x22')](),this[_0x5ea2('0xa')]();}[_0x5ea2('0x15')](){this['element']['focus']();}[_0x5ea2('0x9')](){this[_0x5ea2('0x6')][_0x5ea2('0x9')]();for(const _0x522100 of this['commentViews'])_0x522100[_0x5ea2('0x9')]();super[_0x5ea2('0x9')]();}[_0x5ea2('0xa')](){this[_0x5ea2('0x18')]?this[_0x5ea2('0xc')]():this[_0x5ea2('0x5')]();}['_handleNewCommentModel'](_0x506d83){const _0x5afb66=new this['_config']['CommentView'](this['locale'],_0x506d83,{'maxCommentCharsWhenCollapsed':this[_0x5ea2('0x1f')]['maxCommentCharsWhenCollapsed'],'formatDateTime':this[_0x5ea2('0x1f')][_0x5ea2('0x27')],'editorConfig':this[_0x5ea2('0x1f')][_0x5ea2('0x1d')]});_0x5afb66[_0x5ea2('0x10')]=_0x506d83['id'],_0x5afb66[_0x5ea2('0x17')]('removeComment')['to'](this),_0x5afb66[_0x5ea2('0x17')]('updateComment')['to'](this),this[_0x5ea2('0x8')](_0x5afb66,_0x5ea2('0xf'),()=>this[_0x5ea2('0xe')]()),this[_0x5ea2('0x23')][_0x5ea2('0x13')](_0x5afb66);}[_0x5ea2('0x20')](_0x26dccb){const _0x586592=this[_0x5ea2('0x23')]['remove'](_0x26dccb['id']);this[_0x5ea2('0x26')](_0x586592),_0x586592[_0x5ea2('0x25')]&&this['_updateHasDirtyComment'](),_0x586592['destroy']();}[_0x5ea2('0xe')](){this[_0x5ea2('0x11')]=Array[_0x5ea2('0x0')](this[_0x5ea2('0x23')])['some'](_0xf9b0e7=>_0xf9b0e7[_0x5ea2('0x25')]);}['_rearrangeCollapse'](){const _0x32eed9=function(_0x4ddfa6){const _0x2b728c=new _0x119050();for(const _0x3910f8 of _0x4ddfa6)_0x2b728c[_0x5ea2('0x13')](_0x3910f8);return _0x2b728c;}(this[_0x5ea2('0x23')]),_0x42af8e=this[_0x5ea2('0x6')][_0x5ea2('0x19')];for(let _0x8fd3ca=0x1;_0x8fd3ca<=_0x42af8e;_0x8fd3ca++)_0x32eed9[_0x5ea2('0x14')](0x1);for(const _0x3c52b6 of _0x32eed9)_0x3c52b6['collapse']();_0x42af8e>0x0&&_0x32eed9['add'](this['_collapsedCommentsView'],0x1),Ut(_0x57ea00(Array['from'](this[_0x5ea2('0x2')]),Array[_0x5ea2('0x0')](_0x32eed9)),this[_0x5ea2('0x2')],_0x32eed9);}[_0x5ea2('0x5')](){Ut(_0x57ea00(Array[_0x5ea2('0x0')](this['visibleViews']),Array[_0x5ea2('0x0')](this[_0x5ea2('0x23')])),this[_0x5ea2('0x2')],this['commentViews']);for(const _0x2adc08 of this[_0x5ea2('0x2')])_0x2adc08['expand']();}}function Ut(_0x2e26fa,_0x43fb20,_0x402904){let _0x4b489d=0x0;for(const _0x214fe3 of _0x2e26fa)switch(_0x214fe3){case _0x5ea2('0x21'):_0x43fb20['add'](_0x402904[_0x5ea2('0x29')](_0x4b489d),_0x4b489d),_0x4b489d++;break;case _0x5ea2('0x2a'):_0x43fb20['remove'](_0x4b489d);break;case _0x5ea2('0x4'):_0x4b489d++;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x98c5=['destroy','ck-comment__input-container--active','userView','div','ck-comment__input-container','showInput','commentInputView','ck-thread__user','setTemplate','then','value','isFocused','ck-thread__input','extendTemplate'];(function(_0x1998eb,_0x98c5c5){var _0x17a38f=function(_0x8cd8b5){while(--_0x8cd8b5){_0x1998eb['push'](_0x1998eb['shift']());}};_0x17a38f(++_0x98c5c5);}(_0x98c5,0xcf));var _0x17a3=function(_0x1998eb,_0x98c5c5){_0x1998eb=_0x1998eb-0x0;var _0x17a38f=_0x98c5[_0x1998eb];return _0x17a38f;};import{View as _0x1e333e}from'ckeditor5/src/ui';import _0x271e1b from'./commentinputview';import{UserView as _0x1f7097}from'ckeditor5-collaboration/src/collaboration-core';export default class dt extends _0x1e333e{constructor(_0x5acedd,_0x1afa95,_0xbfed42){super(_0x5acedd),this[_0x17a3('0x9')]=new _0x271e1b(_0x5acedd,_0xbfed42),this[_0x17a3('0x9')]['bind']('showButtons')['to'](this[_0x17a3('0x9')]['focusTracker'],_0x17a3('0x0'),this[_0x17a3('0x9')],_0x17a3('0xd'),(_0x430f20,_0x4b996b)=>_0x430f20||!!_0x4b996b),this['set'](_0x17a3('0x8'),!0x1),this[_0x17a3('0x5')]=new _0x1f7097(_0x5acedd,_0x1afa95),this['userView'][_0x17a3('0x2')]({'attributes':{'class':_0x17a3('0xa')}}),this['commentInputView'][_0x17a3('0x2')]({'attributes':{'class':_0x17a3('0x1')}}),this[_0x17a3('0xb')]({'tag':_0x17a3('0x6'),'attributes':{'class':[_0x17a3('0x7'),this['bindTemplate']['if'](_0x17a3('0x8'),_0x17a3('0x4'))]},'children':[this[_0x17a3('0x5')],this[_0x17a3('0x9')]]});}[_0x17a3('0x3')](){return this[_0x17a3('0x9')][_0x17a3('0x3')]()[_0x17a3('0xc')](()=>super[_0x17a3('0x3')]());}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x502c=['actionIndicator','locale','remove','getTemplate','isActive','ck-thread__container','_model','.ck-thread__container','fire','containerElement','setTemplate','_cancelAllConfirms','showConfirm','bindTemplate','ck-thread--active','high','listenTo','commentViews','set','ck-thread--remove-confirmation','Write\x20a\x20comment...','_bindFirstCommentView','commentsListView','isConfirm','off','change:isReadOnly','length','stop','element','change:isActive','placeholder','div','render','cancelConfirm','Delete\x20comment\x20thread?'];(function(_0x2e5dda,_0x502c42){const _0x481b5f=function(_0xf47a){while(--_0xf47a){_0x2e5dda['push'](_0x2e5dda['shift']());}};_0x481b5f(++_0x502c42);}(_0x502c,0x126));const _0x481b=function(_0x2e5dda,_0x502c42){_0x2e5dda=_0x2e5dda-0x0;let _0x481b5f=_0x502c[_0x2e5dda];return _0x481b5f;};import{mix as _0x2292d4}from'ckeditor5/src/utils';import{ConfirmMixin as _0x40d712}from'ckeditor5-collaboration/src/collaboration-core';import _0x5d9173 from'./basecommentthreadview';import{getTranslation as _0x22dfc5}from'../../../utils/common-translations';export default class nt extends _0x5d9173{constructor(_0x100850,_0x137aab,_0x633625,_0x481b95){super(_0x100850,_0x137aab,_0x633625,_0x481b95),this[_0x481b('0x4')](_0x481b('0x15'),null),this['containerElement']=null,this[_0x481b('0x16')]=_0x100850,this[_0x481b('0x1f')](this[_0x481b('0x18')]()),this['on'](_0x481b('0xf'),(_0x44f164,_0x3b5a1e,_0x1f10a1)=>{_0x1f10a1||this[_0x481b('0x20')]();}),this[_0x481b('0x2')](this[_0x481b('0x1b')],_0x481b('0xb'),(_0xd29bff,_0x2f63e1,_0x51d212)=>{_0x51d212&&this['_cancelAllConfirms']();}),this[_0x481b('0xc')]>0x0?this['_bindFirstCommentView']():this[_0x481b('0x2')](this['commentsListView'][_0x481b('0x3')],'add',_0x324553=>{this[_0x481b('0x7')](),_0x324553[_0x481b('0xa')]();});}[_0x481b('0x18')](){const _0x290af3=this[_0x481b('0x22')];return{'tag':_0x481b('0x11'),'attributes':{'class':['ck-thread',_0x290af3['if'](_0x481b('0x19'),_0x481b('0x0')),_0x290af3['if'](_0x481b('0x9'),_0x481b('0x5')),_0x290af3['to']('actionIndicator',_0x186b10=>_0x186b10?'ck-thread--'+_0x186b10:'')],'data-thread-id':this[_0x481b('0x1b')]['id'],'tabindex':-0x1},'children':[{'tag':_0x481b('0x11'),'attributes':{'class':_0x481b('0x1a')},'children':[this[_0x481b('0x8')],this['commentThreadInputView']]}]};}[_0x481b('0x12')](){super['render'](),this[_0x481b('0x1e')]=this[_0x481b('0xe')]['querySelector'](_0x481b('0x1c'));}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x2f4d5b of this[_0x481b('0x8')][_0x481b('0x3')])_0x2f4d5b[_0x481b('0x13')]();}[_0x481b('0x7')](){const {locale:_0xb8768a}=this,_0x35bc19=this[_0x481b('0x8')][_0x481b('0x3')]['get'](0x0);this['bind'](_0x481b('0x15'))['to'](_0x35bc19,'actionIndicator',_0xc41127=>_0x481b('0x17')===_0xc41127?'remove':null),_0x35bc19[_0x481b('0x10')]=_0x22dfc5(_0xb8768a,_0x481b('0x6')),_0x35bc19['removeButton']['on']('execute',_0x4ea880=>{_0x4ea880[_0x481b('0xd')](),this[_0x481b('0x21')](_0x22dfc5(_0xb8768a,_0x481b('0x14')),this[_0x481b('0x1e')])['then'](()=>{this[_0x481b('0x1d')]('removeCommentThread');});},{'priority':_0x481b('0x1')});}}_0x2292d4(nt,_0x40d712);
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{mix as
|
|
23
|
+
const _0x5521=['icon','isEditMode','ck-annotation__content-wrapper','execute','isEditable','then','blur','ck-annotation__info-time','ck-comment__main','isVisible','bindTemplate','ck-comment--edit','mouseleave','_createCommentInputView','Delete\x20comment?','render','ck-annotation__user','span','ck-comment--remove','ck-annotation__actions','_model','isEnabled','edit','editButton','element','ck-annotation__main','locale','label','ck-annotation__info-name','isReadOnly','pencil','ck-annotation','change:isRemovable','_attachActions','name','actionIndicator','extendTemplate','removeComment','userView','ck-comment__info-time','div','createdAt','isConfirm','ck-comment__user','time','ck-comment__info-name','ck-comment--','fire','showConfirm','isRemovable','listenTo','set','removeButton','_createRemoveButton','_config','ck-annotation__info','_createEditButton','cancelConfirm','setTemplate','formatDateTime','Reply...','Edit','author','placeholder','remove','switchToEditMode','ck-comment__actions','bind'];(function(_0x3863d6,_0x55215c){const _0x3deb94=function(_0xde58f8){while(--_0xde58f8){_0x3863d6['push'](_0x3863d6['shift']());}};_0x3deb94(++_0x55215c);}(_0x5521,0x151));const _0x3deb=function(_0x3863d6,_0x55215c){_0x3863d6=_0x3863d6-0x0;let _0x3deb94=_0x5521[_0x3863d6];return _0x3deb94;};import{mix as _0x333591}from'ckeditor5/src/utils';import{ButtonView as _0x3f2f2b}from'ckeditor5/src/ui';import{icons as _0x69ae85}from'ckeditor5/src/core';import{UserView as _0x9b621,ConfirmMixin as _0x23cc88}from'ckeditor5-collaboration/src/collaboration-core';import _0x198c2d from'./basecommentview';import _0x244589 from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x369cf3}from'../../../utils/common-translations';export default class ot extends _0x198c2d{constructor(_0x3528d4,_0x53a480,_0x1044fa){super(_0x3528d4,_0x53a480,_0x1044fa),this[_0x3deb('0x36')](_0x3deb('0x26'),null),this[_0x3deb('0x36')](_0x3deb('0x42'),_0x369cf3(_0x3528d4,_0x3deb('0x3f'))),this[_0x3deb('0x36')]('createdAt',null),this[_0x3deb('0x2')]('createdAt')['to'](_0x53a480),this['editButton']=this['_createEditButton'](),this[_0x3deb('0x37')]=this[_0x3deb('0x38')](),this['userView']=new _0x9b621(_0x3528d4,_0x53a480[_0x3deb('0x41')]),this[_0x3deb('0x29')]['extendTemplate']({'attributes':{'class':[_0x3deb('0x2e'),_0x3deb('0x13')]}}),this[_0x3deb('0x35')](_0x53a480,_0x3deb('0x23'),()=>this[_0x3deb('0x3c')]()),this[_0x3deb('0x3d')](this['getTemplate']());}['getTemplate'](){const _0x5c6a70=this[_0x3deb('0xd')];return{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x5c6a70['if'](_0x3deb('0x2d'),'ck-comment--remove-confirmation')],'tabindex':-0x1},'children':[{'tag':_0x3deb('0x2b'),'attributes':{'class':['ck-comment',_0x3deb('0x22'),_0x5c6a70['if'](_0x3deb('0x4'),_0x3deb('0xe')),_0x5c6a70['to'](_0x3deb('0x26'),_0x392480=>_0x392480?_0x3deb('0x31')+_0x392480:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id']},'children':[this[_0x3deb('0x29')],{'tag':_0x3deb('0x2b'),'attributes':{'class':[_0x3deb('0xb'),_0x3deb('0x1c')]},'children':[{'tag':_0x3deb('0x2b'),'attributes':{'class':['ck-comment__info',_0x3deb('0x3a')]},'children':[{'tag':_0x3deb('0x14'),'children':[{'text':this['userView'][_0x3deb('0x25')]}],'attributes':{'class':[_0x3deb('0x30'),_0x3deb('0x1f')]}},{'tag':_0x3deb('0x2f'),'attributes':{'datetime':_0x5c6a70['to'](_0x3deb('0x2c')),'class':[_0x3deb('0x2a'),_0x3deb('0xa')]},'children':[{'text':_0x5c6a70['to'](_0x3deb('0x2c'),_0x51decb=>this[_0x3deb('0x39')][_0x3deb('0x3e')](_0x51decb))}]}]},{'tag':_0x3deb('0x2b'),'attributes':{'class':[_0x3deb('0x1'),_0x3deb('0x16'),_0x5c6a70['if'](_0x3deb('0x4'),'ck-comment__actions--hidden'),_0x5c6a70['if'](_0x3deb('0x4'),'ck-annotation__actions--hidden')]},'children':[this[_0x3deb('0x1a')],this[_0x3deb('0x37')]]},{'tag':_0x3deb('0x2b'),'attributes':{'class':[_0x3deb('0x5')]},'children':this['visibleView']}]}]}]};}[_0x3deb('0x3b')](){const _0x5eaf06=new _0x3f2f2b(this[_0x3deb('0x1d')]);return _0x5eaf06['label']=_0x369cf3(this['locale'],_0x3deb('0x40')),_0x5eaf06[_0x3deb('0x3')]=_0x69ae85[_0x3deb('0x21')],_0x5eaf06[_0x3deb('0x27')]({'attributes':{'class':_0x3deb('0xe')}}),_0x5eaf06['bind']('isEnabled')['to'](this[_0x3deb('0x17')],_0x3deb('0x20'),_0x27c640=>!_0x27c640),_0x5eaf06[_0x3deb('0x2')]('isVisible')['to'](this[_0x3deb('0x17')],_0x3deb('0x7')),_0x5eaf06['on'](_0x3deb('0x6'),()=>this[_0x3deb('0x0')]()),_0x5eaf06;}[_0x3deb('0x38')](){const _0x5a0135=new _0x3f2f2b(this['locale']);return _0x5a0135[_0x3deb('0x1e')]=_0x369cf3(this['locale'],'Remove'),_0x5a0135['icon']=_0x244589,_0x5a0135['extendTemplate']({'attributes':{'class':_0x3deb('0x15')}}),_0x5a0135[_0x3deb('0x2')](_0x3deb('0x18'))['to'](this[_0x3deb('0x17')],_0x3deb('0x20'),_0x9b4038=>!_0x9b4038),_0x5a0135[_0x3deb('0x2')](_0x3deb('0xc'))['to'](this[_0x3deb('0x17')],_0x3deb('0x34')),_0x5a0135['on'](_0x3deb('0x6'),()=>{this[_0x3deb('0x33')](_0x369cf3(this[_0x3deb('0x1d')],_0x3deb('0x11')),this['element'])[_0x3deb('0x8')](()=>{this[_0x3deb('0x32')](_0x3deb('0x28'),this[_0x3deb('0x17')]['id']);});}),_0x5a0135;}[_0x3deb('0x24')](_0x5b4332,_0x535244){this['listenTo'](_0x5b4332,'mouseenter',()=>this[_0x3deb('0x26')]=_0x535244),this[_0x3deb('0x35')](_0x5b4332,'focus',()=>this[_0x3deb('0x26')]=_0x535244),this[_0x3deb('0x35')](_0x5b4332,_0x3deb('0xf'),()=>this[_0x3deb('0x26')]=null),this['listenTo'](_0x5b4332,_0x3deb('0x9'),()=>this[_0x3deb('0x26')]=null);}[_0x3deb('0x10')](){const _0x19a52d=super[_0x3deb('0x10')]();return _0x19a52d[_0x3deb('0x2')](_0x3deb('0x42'))['to'](this),_0x19a52d;}['render'](){super[_0x3deb('0x12')](),this[_0x3deb('0x24')](this['editButton'][_0x3deb('0x1b')],_0x3deb('0x19')),this[_0x3deb('0x24')](this[_0x3deb('0x37')]['element'],_0x3deb('0x43'));}}_0x333591(ot,_0x23cc88);
|
package/src/comments.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x1609=['requires','pluginName','Comments'];(function(_0xd9635f,_0x1609dd){var _0x414f9c=function(_0x363200){while(--_0x363200){_0xd9635f['push'](_0xd9635f['shift']());}};_0x414f9c(++_0x1609dd);}(_0x1609,0x9d));var _0x414f=function(_0xd9635f,_0x1609dd){_0xd9635f=_0xd9635f-0x0;var _0x414f9c=_0x1609[_0xd9635f];return _0x414f9c;};import{Plugin as _0x1d14ea}from'ckeditor5/src/core';import _0x4a6643 from'./comments/commentsrepository';import _0x4e2c0c from'./comments/commentsediting';import _0x2b4976 from'./comments/commentsui';import _0x1cbf97 from'./commentsonly';import _0x2af720 from'./annotations/widesidebar';import _0x115eaf from'./annotations/narrowsidebar';import _0x1446d1 from'./annotations/inlineannotations';export default class c extends _0x1d14ea{static get[_0x414f('0x2')](){return[_0x4a6643,_0x4e2c0c,_0x2b4976,_0x1cbf97,_0x2af720,_0x115eaf,_0x1446d1];}static get[_0x414f('0x0')](){return _0x414f('0x1');}}
|
package/src/commentsonly.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48a5=['stopListening','forceDisabled','addCommentThread','commands','_enableCommentsOnlyMode','clearForceDisabled','cut','change:isEnabled','get','editor','isEnabled','editing','view','commentsOnlyMode','pluginName','requires','stop','DragDrop','set','listenTo','delete','plugins','_disableCommentsOnlyMode','document','affectsData','has','CommentsOnly','afterInit'];(function(_0x60cfb,_0x48a57a){const _0x548175=function(_0x14cc80){while(--_0x14cc80){_0x60cfb['push'](_0x60cfb['shift']());}};_0x548175(++_0x48a57a);}(_0x48a5,0x65));const _0x5481=function(_0x60cfb,_0x48a57a){_0x60cfb=_0x60cfb-0x0;let _0x548175=_0x48a5[_0x60cfb];return _0x548175;};import{Plugin as _0xf44ab6}from'ckeditor5/src/core';import _0x36edbd from'./comments/commentsediting';export default class e extends _0xf44ab6{static get[_0x5481('0x19')](){return _0x5481('0x9');}static get[_0x5481('0x1a')](){return[_0x36edbd];}constructor(_0x1d4cce){super(_0x1d4cce),this[_0x5481('0x1')](_0x5481('0x15'),null),this['on'](_0x5481('0x12'),(_0x3eed35,_0x3e6159,_0x182bfb)=>{_0x182bfb?this[_0x5481('0xf')]():this['_disableCommentsOnlyMode']();});}[_0x5481('0xa')](){null===this[_0x5481('0x15')]&&(this[_0x5481('0x15')]=!!this[_0x5481('0x14')]['config'][_0x5481('0x13')]('commentsOnly'));}[_0x5481('0xf')](){for(const [_0x1f50c4,_0x32e372]of this[_0x5481('0x14')][_0x5481('0xe')])_0x32e372['affectsData']&&_0x5481('0xd')!==_0x1f50c4&&_0x32e372['forceDisabled'](_0x5481('0x18'));this[_0x5481('0x14')][_0x5481('0x4')][_0x5481('0x8')](_0x5481('0x0'))&&this['editor'][_0x5481('0x4')][_0x5481('0x13')](_0x5481('0x0'))[_0x5481('0xc')](_0x5481('0x18'));const _0x364415=this['editor'][_0x5481('0x16')][_0x5481('0x17')]['document'];this['listenTo'](_0x364415,_0x5481('0x11'),_0x1733a7=>_0x1733a7[_0x5481('0x1b')](),{'priority':'highest'}),this['listenTo'](_0x364415,'clipboardInput',_0x52caff=>_0x52caff[_0x5481('0x1b')](),{'priority':'highest'}),this[_0x5481('0x2')](_0x364415,_0x5481('0x3'),_0x3181b8=>_0x3181b8[_0x5481('0x1b')](),{'priority':'highest'});}[_0x5481('0x5')](){for(const [_0x57d641,_0x3aacd2]of this[_0x5481('0x14')][_0x5481('0xe')])_0x3aacd2[_0x5481('0x7')]&&_0x5481('0xd')!==_0x57d641&&_0x3aacd2[_0x5481('0x10')](_0x5481('0x18'));this[_0x5481('0xb')](this[_0x5481('0x14')][_0x5481('0x16')][_0x5481('0x17')][_0x5481('0x6')]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export function getTranslation(
|
|
23
|
+
export function getTranslation(_0x38f87b,_0x3d80e8,_0x32f927){const t=_0x38f87b['t'];switch(_0x3d80e8){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Remove':return t('Remove');case'Submit':return t('Submit');case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x32f927);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x32f927);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x54dd=['class','observe','attributes','disconnect','type','childList'];(function(_0x5a5a46,_0x54dd36){const _0x4fedfb=function(_0x20f8cf){while(--_0x20f8cf){_0x5a5a46['push'](_0x5a5a46['shift']());}};_0x4fedfb(++_0x54dd36);}(_0x54dd,0x1df));const _0x4fed=function(_0x5a5a46,_0x54dd36){_0x5a5a46=_0x5a5a46-0x0;let _0x4fedfb=_0x54dd[_0x5a5a46];return _0x4fedfb;};import{throttle as _0x5b0bb0}from'lodash-es';export default function ut(_0x2890c3){const _0x324ed6=_0x5b0bb0(_0x2890c3,0x1e),_0x2ca105=new MutationObserver(_0x5a2e56=>{for(const _0x3fcfc3 of _0x5a2e56)(_0x4fed('0x3')==_0x3fcfc3['type']&&_0x4fed('0x1')==_0x3fcfc3['attributeName']||_0x4fed('0x0')==_0x3fcfc3[_0x4fed('0x5')])&&_0x324ed6();});return{'attach'(_0x3c348e){_0x2ca105[_0x4fed('0x2')](_0x3c348e,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0});},'detach'(){_0x2ca105[_0x4fed('0x4')](),_0x324ed6['cancel']();}};}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x27ed=['fire','locale','element','set','destroy','cancel','confirmView','isConfirm','remove','message','submit','once','render','appendChild','_removeConfirm'];(function(_0x4cb737,_0x27eda6){var _0x6dce51=function(_0x28e0ac){while(--_0x28e0ac){_0x4cb737['push'](_0x4cb737['shift']());}};_0x6dce51(++_0x27eda6);}(_0x27ed,0x1a6));var _0x6dce=function(_0x4cb737,_0x27eda6){_0x4cb737=_0x4cb737-0x0;var _0x6dce51=_0x27ed[_0x4cb737];return _0x6dce51;};import _0x5c64d9 from'./confirmview';export default{'showConfirm'(_0x13d624,_0xc0636d){return this[_0x6dce('0x4')]=new _0x5c64d9(this[_0x6dce('0xe')]),this[_0x6dce('0x4')][_0x6dce('0xa')](),this[_0x6dce('0x4')][_0x6dce('0x7')]=_0x13d624,this[_0x6dce('0x4')][_0x6dce('0x9')]('cancel',()=>{this['_removeConfirm']();}),this['confirmView'][_0x6dce('0x9')](_0x6dce('0x8'),()=>{this[_0x6dce('0xc')]();}),_0xc0636d[_0x6dce('0xb')](this[_0x6dce('0x4')][_0x6dce('0x0')]),this['registerChild'](this['confirmView']),this[_0x6dce('0x1')](_0x6dce('0x5'),!0x0),new Promise(_0xe5191d=>this['confirmView']['on'](_0x6dce('0x8'),_0xe5191d));},'cancelConfirm'(){this[_0x6dce('0x5')]&&this[_0x6dce('0x4')][_0x6dce('0xd')](_0x6dce('0x3'));},'_removeConfirm'(){this['confirmView']['element'][_0x6dce('0x6')](),this['deregisterChild'](this[_0x6dce('0x4')]),this[_0x6dce('0x5')]=!0x1,this[_0x6dce('0x4')][_0x6dce('0x2')](),delete this[_0x6dce('0x4')];}};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
import{View as ht,ButtonView as mt}from'ckeditor5/src/ui';import{icons as Gt}from'ckeditor5/src/core';export default class ii extends ht{constructor(_0x3b5fa7){super(_0x3b5fa7);const {t:t}=_0x3b5fa7,_0x553810=this['bindTemplate'];this['submitView']=this['_createButtonView'](_0x3b5fa7,t('Yes'),Gt['check'],'submit'),this['cancelView']=this['_createButtonView'](_0x3b5fa7,t('No'),Gt['cancel'],'cancel'),this['set']('message',t('Are\x20you\x20sure?')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__remove-confirm']},'children':[{'tag':'div','attributes':{'class':'ck-thread__remove-confirm-inner'},'children':[{'tag':'p','children':[{'text':_0x553810['to']('message')}]},{'tag':'div','attributes':{'class':'ck-thread__remove-confirm-actions'},'children':[this['submitView'],this['cancelView']]}]}]});}['_createButtonView'](_0x20ca34,_0x37b9ba,_0x2e9b67,_0x58a11c){const _0x55b52d=new mt(_0x20ca34);return _0x55b52d['label']=_0x37b9ba,_0x55b52d['icon']=_0x2e9b67,_0x55b52d['extendTemplate']({'attributes':{'class':'ck-thread__remove-confirm-'+_0x58a11c}}),_0x55b52d['on']('execute',()=>this['fire'](_0x58a11c)),_0x55b52d;}}
|