@ckeditor/ckeditor5-comments 39.0.2 → 40.0.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 +1 -1
- package/README.md +1 -1
- package/build/comments.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/lang/translations/pt-br.po +3 -3
- package/package.json +3 -3
- package/src/annotations/annotation.d.ts +90 -90
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.d.ts +98 -98
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +154 -154
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.d.ts +232 -232
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.d.ts +67 -67
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.d.ts +90 -90
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.d.ts +85 -85
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +100 -100
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -29
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +90 -90
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +55 -55
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +32 -32
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.d.ts +77 -77
- package/src/annotations/widesidebar.js +1 -1
- package/src/augmentation.d.ts +52 -52
- package/src/comments/addcommentthreadcommand.d.ts +35 -35
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.d.ts +31 -31
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.d.ts +38 -38
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +79 -79
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +1129 -1105
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.d.ts +33 -33
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -17
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.d.ts +21 -21
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -31
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.d.ts +119 -112
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +112 -112
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -13
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.d.ts +14 -14
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +86 -86
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +38 -38
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +100 -100
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.d.ts +50 -50
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +41 -41
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +118 -117
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.d.ts +243 -243
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.d.ts +35 -35
- package/src/comments.js +1 -1
- package/src/commentsonly.d.ts +33 -33
- package/src/commentsonly.js +1 -1
- package/src/config.d.ts +176 -176
- package/src/index.d.ts +24 -24
- package/src/utils/common-translations.d.ts +9 -9
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.d.ts +14 -14
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/annotation-inline.css +2 -1
- package/theme/annotation.css +2 -1
- package/theme/comment.css +2 -1
- package/theme/commentinput.css +2 -1
- package/theme/commentmarker.css +2 -1
- package/theme/commentsarchive.css +2 -1
- package/theme/commentthread.css +12 -1
- package/theme/icons/add-comment.svg +1 -1
- package/theme/icons/comments-archive.svg +1 -1
- package/theme/icons/edit-comment.svg +1 -1
- package/theme/icons/remove-comment.svg +1 -1
- package/theme/sidebar-narrow.css +2 -1
- package/theme/sidebar.css +2 -1
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @module comments/comments/ui/view/commentinputview
|
|
7
|
-
*/
|
|
8
|
-
import { View, ButtonView } from 'ckeditor5/src/ui';
|
|
9
|
-
import { FocusTracker, KeystrokeHandler, type Locale } from 'ckeditor5/src/utils';
|
|
10
|
-
import { type EditorConfig, type DataApi } from 'ckeditor5/src/core';
|
|
11
|
-
import CommentEditor from '../commenteditor/commenteditor';
|
|
12
|
-
/**
|
|
13
|
-
* A view for the comment input section that includes a comment editor.
|
|
14
|
-
*/
|
|
15
|
-
export default class CommentInputView extends View {
|
|
16
|
-
/**
|
|
17
|
-
* Comment editor.
|
|
18
|
-
*/
|
|
19
|
-
editor: CommentEditor & DataApi | null;
|
|
20
|
-
/**
|
|
21
|
-
* The input value (comment editor content).
|
|
22
|
-
*
|
|
23
|
-
* @observable
|
|
24
|
-
*/
|
|
25
|
-
value: string;
|
|
26
|
-
/**
|
|
27
|
-
* When set to `true` it is not possible to submit the commit.
|
|
28
|
-
*
|
|
29
|
-
* @observable
|
|
30
|
-
*/
|
|
31
|
-
disabledSubmit: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies whether the buttons should be visible (`true`) or hidden (`false`).
|
|
34
|
-
*
|
|
35
|
-
* @observable
|
|
36
|
-
*/
|
|
37
|
-
showButtons: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* The comment editor placeholder.
|
|
40
|
-
*
|
|
41
|
-
* @observable
|
|
42
|
-
*/
|
|
43
|
-
placeholder: string;
|
|
44
|
-
/**
|
|
45
|
-
* The submit button label.
|
|
46
|
-
*
|
|
47
|
-
* @observable
|
|
48
|
-
*/
|
|
49
|
-
submitLabel: string;
|
|
50
|
-
element: HTMLElement;
|
|
51
|
-
/**
|
|
52
|
-
* Keystroke handler for the view.
|
|
53
|
-
*/
|
|
54
|
-
keystrokes: KeystrokeHandler;
|
|
55
|
-
/**
|
|
56
|
-
* Focus tracker for the view.
|
|
57
|
-
*/
|
|
58
|
-
focusTracker: FocusTracker;
|
|
59
|
-
/**
|
|
60
|
-
* Button view for the button which submits the comment.
|
|
61
|
-
*/
|
|
62
|
-
submitButtonView: ButtonView;
|
|
63
|
-
/**
|
|
64
|
-
* Button view for the button which cancels comment input.
|
|
65
|
-
*/
|
|
66
|
-
cancelButtonView: ButtonView;
|
|
67
|
-
constructor(locale: Locale, editorConfig?: EditorConfig);
|
|
68
|
-
/**
|
|
69
|
-
* @inheritDoc
|
|
70
|
-
*/
|
|
71
|
-
render(): void;
|
|
72
|
-
/**
|
|
73
|
-
* Creates the comment editor instance.
|
|
74
|
-
*
|
|
75
|
-
* @returns Promise resolved after the editor instance is initialized.
|
|
76
|
-
*/
|
|
77
|
-
createEditor(): Promise<CommentEditor | undefined>;
|
|
78
|
-
/**
|
|
79
|
-
* Focuses the view.
|
|
80
|
-
*/
|
|
81
|
-
focus(): void;
|
|
82
|
-
/**
|
|
83
|
-
* @inheritDoc
|
|
84
|
-
*/
|
|
85
|
-
destroy(): Promise<void>;
|
|
86
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module comments/comments/ui/view/commentinputview
|
|
7
|
+
*/
|
|
8
|
+
import { View, ButtonView } from 'ckeditor5/src/ui';
|
|
9
|
+
import { FocusTracker, KeystrokeHandler, type Locale } from 'ckeditor5/src/utils';
|
|
10
|
+
import { type EditorConfig, type DataApi } from 'ckeditor5/src/core';
|
|
11
|
+
import CommentEditor from '../commenteditor/commenteditor';
|
|
12
|
+
/**
|
|
13
|
+
* A view for the comment input section that includes a comment editor.
|
|
14
|
+
*/
|
|
15
|
+
export default class CommentInputView extends View {
|
|
16
|
+
/**
|
|
17
|
+
* Comment editor.
|
|
18
|
+
*/
|
|
19
|
+
editor: CommentEditor & DataApi | null;
|
|
20
|
+
/**
|
|
21
|
+
* The input value (comment editor content).
|
|
22
|
+
*
|
|
23
|
+
* @observable
|
|
24
|
+
*/
|
|
25
|
+
value: string;
|
|
26
|
+
/**
|
|
27
|
+
* When set to `true` it is not possible to submit the commit.
|
|
28
|
+
*
|
|
29
|
+
* @observable
|
|
30
|
+
*/
|
|
31
|
+
disabledSubmit: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies whether the buttons should be visible (`true`) or hidden (`false`).
|
|
34
|
+
*
|
|
35
|
+
* @observable
|
|
36
|
+
*/
|
|
37
|
+
showButtons: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The comment editor placeholder.
|
|
40
|
+
*
|
|
41
|
+
* @observable
|
|
42
|
+
*/
|
|
43
|
+
placeholder: string;
|
|
44
|
+
/**
|
|
45
|
+
* The submit button label.
|
|
46
|
+
*
|
|
47
|
+
* @observable
|
|
48
|
+
*/
|
|
49
|
+
submitLabel: string;
|
|
50
|
+
element: HTMLElement;
|
|
51
|
+
/**
|
|
52
|
+
* Keystroke handler for the view.
|
|
53
|
+
*/
|
|
54
|
+
keystrokes: KeystrokeHandler;
|
|
55
|
+
/**
|
|
56
|
+
* Focus tracker for the view.
|
|
57
|
+
*/
|
|
58
|
+
focusTracker: FocusTracker;
|
|
59
|
+
/**
|
|
60
|
+
* Button view for the button which submits the comment.
|
|
61
|
+
*/
|
|
62
|
+
submitButtonView: ButtonView;
|
|
63
|
+
/**
|
|
64
|
+
* Button view for the button which cancels comment input.
|
|
65
|
+
*/
|
|
66
|
+
cancelButtonView: ButtonView;
|
|
67
|
+
constructor(locale: Locale, editorConfig?: EditorConfig);
|
|
68
|
+
/**
|
|
69
|
+
* @inheritDoc
|
|
70
|
+
*/
|
|
71
|
+
render(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Creates the comment editor instance.
|
|
74
|
+
*
|
|
75
|
+
* @returns Promise resolved after the editor instance is initialized.
|
|
76
|
+
*/
|
|
77
|
+
createEditor(): Promise<CommentEditor | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* Focuses the view.
|
|
80
|
+
*/
|
|
81
|
+
focus(): void;
|
|
82
|
+
/**
|
|
83
|
+
* @inheritDoc
|
|
84
|
+
*/
|
|
85
|
+
destroy(): Promise<void>;
|
|
86
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1fea=['destroy','stop','value','document','render','_editorCreationPromise','trim','showButtons','editorDestroyed','submitLabel','focusPrevious','extendTemplate','shift\x20+\x20tab','TOO_LONG_COMMENT_ALERT','execute','set','_editorConfig','bind','fire','setTemplate','cancelButtonView','_isDestroyed','forEach','_initializeFocusCycling','ck-comment__input-actions--cancel','submitButtonView','high','add','view','createEditor','isEnabled','then','focusTracker','bindTemplate','editor','getData','submit','disabledSubmit','model','ck-comment__input-actions--active','label','tab','Reply','element','focus','Reply...','insertBefore','change','_createCancelButton','_createSubmitButton','keystrokes','editorReady','length','placeholder','setData','Esc','div','withText','focusNext'];(function(_0x5db6d9,_0x1feabe){const _0x3d4fba=function(_0xde5a71){while(--_0xde5a71){_0x5db6d9['push'](_0x5db6d9['shift']());}};_0x3d4fba(++_0x1feabe);}(_0x1fea,0x1ee));const _0x3d4f=function(_0x5db6d9,_0x1feabe){_0x5db6d9=_0x5db6d9-0x0;let _0x3d4fba=_0x1fea[_0x5db6d9];return _0x3d4fba;};import{View as _0x929e88,ViewCollection as _0x5c22ee,FocusCycler as _0x35ace6,ButtonView as _0x1fb324}from'ckeditor5/src/ui';import{FocusTracker as _0x71f41d,KeystrokeHandler as _0x19bd40}from'ckeditor5/src/utils';import _0x5a886e from'../commenteditor/commenteditor';import{getTranslation as _0x46aa76}from'../../../utils/common-translations';export default class Xt extends _0x929e88{constructor(_0x31e755,_0x25d3e2={}){super(_0x31e755),this[_0x3d4f('0xc')]=null,this[_0x3d4f('0x35')]=_0x25d3e2,this[_0x3d4f('0x1c')]=new _0x19bd40(),this['focusTracker']=new _0x71f41d(),this[_0x3d4f('0x34')](_0x3d4f('0x27'),_0x25d3e2['initialData']||''),this[_0x3d4f('0x34')](_0x3d4f('0xf'),!0x1),this[_0x3d4f('0x34')](_0x3d4f('0x2c'),!0x0),this[_0x3d4f('0x34')](_0x3d4f('0x1f'),_0x46aa76(_0x31e755,_0x3d4f('0x17'))),this['set'](_0x3d4f('0x2e'),_0x46aa76(_0x31e755,_0x3d4f('0x14'))),this[_0x3d4f('0x3')]=this['_createSubmitButton'](),this[_0x3d4f('0x39')]=this[_0x3d4f('0x1a')](),this[_0x3d4f('0x38')]({'tag':_0x3d4f('0x22'),'attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this[_0x3d4f('0xb')]['if'](_0x3d4f('0x2c'),_0x3d4f('0x11'))]},'children':[this[_0x3d4f('0x3')],this[_0x3d4f('0x39')]]}]}),this[_0x3d4f('0x1c')][_0x3d4f('0x34')](_0x3d4f('0x21'),(_0x58c7d7,_0x5a00ae)=>{this[_0x3d4f('0x39')][_0x3d4f('0x37')](_0x3d4f('0x33')),_0x5a00ae();}),this['on']('submit',(_0x99c590,_0x446e80)=>{_0x446e80[_0x3d4f('0x1e')]>0xfde8?(alert(_0x46aa76(_0x31e755,_0x3d4f('0x32'),[_0x446e80[_0x3d4f('0x1e')],0xfde8])),_0x99c590[_0x3d4f('0x26')]()):this[_0x3d4f('0xc')]['setData']('');},{'priority':_0x3d4f('0x4')});}[_0x3d4f('0x29')](){super['render'](),this[_0x3d4f('0x1c')]['listenTo'](this['element']),this[_0x3d4f('0xa')][_0x3d4f('0x5')](this[_0x3d4f('0x15')]);}[_0x3d4f('0x7')](){return this[_0x3d4f('0xc')]||(this[_0x3d4f('0xc')]=new _0x5a886e(this[_0x3d4f('0x35')]),this[_0x3d4f('0x2a')]=this[_0x3d4f('0xc')]['create']()[_0x3d4f('0x9')](()=>{if(this[_0x3d4f('0x3a')])return;const _0x4910e1=this[_0x3d4f('0xc')];this[_0x3d4f('0x15')][_0x3d4f('0x18')](_0x4910e1['ui']['element'],this[_0x3d4f('0x15')]['firstChild']),_0x4910e1[_0x3d4f('0x10')][_0x3d4f('0x28')]['on'](_0x3d4f('0x19'),()=>this[_0x3d4f('0x27')]=_0x4910e1[_0x3d4f('0xd')]()),_0x4910e1[_0x3d4f('0x36')](_0x3d4f('0x1f'))['to'](this),this['_initializeFocusCycling'](this[_0x3d4f('0xc')]),this[_0x3d4f('0x37')](_0x3d4f('0x1d'),this[_0x3d4f('0xc')]);})),this['_editorCreationPromise'];}[_0x3d4f('0x16')](){this[_0x3d4f('0xc')]&&this[_0x3d4f('0xc')]['focus']();}async['destroy'](){this[_0x3d4f('0x3a')]||(this[_0x3d4f('0x3a')]=!0x0,this[_0x3d4f('0xc')]&&(await this[_0x3d4f('0x2a')],await this['editor'][_0x3d4f('0x25')](),this[_0x3d4f('0x37')](_0x3d4f('0x2d'),this['editor'])),await super[_0x3d4f('0x25')]());}[_0x3d4f('0x1b')](){const {locale:_0x75cb13}=this,_0x11785c=new _0x1fb324(_0x75cb13);return _0x11785c[_0x3d4f('0x30')]({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x11785c[_0x3d4f('0x23')]=!0x0,_0x11785c['bind'](_0x3d4f('0x12'))['to'](this,'submitLabel'),_0x11785c['on'](_0x3d4f('0x33'),()=>{this[_0x3d4f('0x37')](_0x3d4f('0xe'),this[_0x3d4f('0x27')]);}),_0x11785c[_0x3d4f('0x36')](_0x3d4f('0x8'))['to'](this,_0x3d4f('0x27'),this,_0x3d4f('0xf'),(_0x11daae,_0x4b2809)=>!_0x4b2809&&!!_0x11daae[_0x3d4f('0x2b')]()),_0x11785c;}[_0x3d4f('0x1a')](){const {locale:_0x483b28}=this,_0x29e6f2=new _0x1fb324(_0x483b28);return _0x29e6f2['extendTemplate']({'attributes':{'class':[_0x3d4f('0x2')]}}),_0x29e6f2[_0x3d4f('0x12')]=_0x46aa76(_0x483b28,'Cancel'),_0x29e6f2['withText']=!0x0,_0x29e6f2['on'](_0x3d4f('0x33'),()=>{this[_0x3d4f('0xc')][_0x3d4f('0x20')](''),this[_0x3d4f('0x37')]('cancel');}),_0x29e6f2;}[_0x3d4f('0x1')](_0x3098cd){const _0x56ca51=this[_0x3d4f('0xa')],_0x3346eb=new _0x5c22ee();[_0x3098cd['ui'][_0x3d4f('0x6')],this['submitButtonView'],this[_0x3d4f('0x39')]][_0x3d4f('0x0')](_0x35413d=>{_0x3346eb[_0x3d4f('0x5')](_0x35413d),_0x56ca51[_0x3d4f('0x5')](_0x35413d[_0x3d4f('0x15')]);});const _0x702a15=new _0x35ace6({'focusables':_0x3346eb,'focusTracker':_0x56ca51});this[_0x3d4f('0x1c')][_0x3d4f('0x34')](_0x3d4f('0x13'),(_0xc9cb93,_0x2196cd)=>{_0x702a15[_0x3d4f('0x24')](),_0x2196cd();},{'priority':'low'}),this[_0x3d4f('0x1c')][_0x3d4f('0x34')](_0x3d4f('0x31'),(_0x34842e,_0x48b852)=>{_0x702a15[_0x3d4f('0x2f')](),_0x48b852();},{'priority':'low'});}}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @module comments/comments/ui/view/commentslistview
|
|
7
|
-
*/
|
|
8
|
-
import { View, type ViewCollection } from 'ckeditor5/src/ui';
|
|
9
|
-
import { type Locale } from 'ckeditor5/src/utils';
|
|
10
|
-
import type AnnotationView from '../../../annotations/view/annotationview';
|
|
11
|
-
/**
|
|
12
|
-
* A view representing the content of comments archive.
|
|
13
|
-
*/
|
|
14
|
-
export default class CommentsArchiveView extends View {
|
|
15
|
-
/**
|
|
16
|
-
* The flag indicating whether there are items to display in the comments archive.
|
|
17
|
-
*
|
|
18
|
-
* @observable
|
|
19
|
-
*/
|
|
20
|
-
isEmpty: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* @param locale The localization service instance.
|
|
23
|
-
* @param annotationViews Resolved comment thread annotation views to render inside the comments archive.
|
|
24
|
-
*/
|
|
25
|
-
constructor(locale: Locale, annotationViews: ViewCollection<AnnotationView>);
|
|
26
|
-
/**
|
|
27
|
-
* @inheritDoc
|
|
28
|
-
*/
|
|
29
|
-
render(): void;
|
|
30
|
-
/**
|
|
31
|
-
* @inheritDoc
|
|
32
|
-
*/
|
|
33
|
-
destroy(): void;
|
|
34
|
-
/**
|
|
35
|
-
* @inheritDoc
|
|
36
|
-
*/
|
|
37
|
-
focus(): void;
|
|
38
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module comments/comments/ui/view/commentslistview
|
|
7
|
+
*/
|
|
8
|
+
import { View, type ViewCollection } from 'ckeditor5/src/ui';
|
|
9
|
+
import { type Locale } from 'ckeditor5/src/utils';
|
|
10
|
+
import type AnnotationView from '../../../annotations/view/annotationview';
|
|
11
|
+
/**
|
|
12
|
+
* A view representing the content of comments archive.
|
|
13
|
+
*/
|
|
14
|
+
export default class CommentsArchiveView extends View {
|
|
15
|
+
/**
|
|
16
|
+
* The flag indicating whether there are items to display in the comments archive.
|
|
17
|
+
*
|
|
18
|
+
* @observable
|
|
19
|
+
*/
|
|
20
|
+
isEmpty: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* @param locale The localization service instance.
|
|
23
|
+
* @param annotationViews Resolved comment thread annotation views to render inside the comments archive.
|
|
24
|
+
*/
|
|
25
|
+
constructor(locale: Locale, annotationViews: ViewCollection<AnnotationView>);
|
|
26
|
+
/**
|
|
27
|
+
* @inheritDoc
|
|
28
|
+
*/
|
|
29
|
+
render(): void;
|
|
30
|
+
/**
|
|
31
|
+
* @inheritDoc
|
|
32
|
+
*/
|
|
33
|
+
destroy(): void;
|
|
34
|
+
/**
|
|
35
|
+
* @inheritDoc
|
|
36
|
+
*/
|
|
37
|
+
focus(): void;
|
|
38
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x53b0=['element','shift\x20+\x20tab','arrowup','setTemplate','_keystrokes','EMPTY_COMMENTS_ARCHIVE','bindTemplate','remove','ck-comments-archive','ck-comments-archive__content','destroy','ck-hidden','isEmpty','ck-comments-archive__info','length','stopPropagation','isActive','listenTo','auto','div','COMMENTS_ARCHIVE','arrowdown','arrowleft','tab','arrowright','ck-comments-archive__header\x20','focus','_focusables','set','_focusTracker','render'];(function(_0x486540,_0x53b0d){const _0xb60a99=function(_0x500e28){while(--_0x500e28){_0x486540['push'](_0x486540['shift']());}};_0xb60a99(++_0x53b0d);}(_0x53b0,0x194));const _0xb60a=function(_0x486540,_0x53b0d){_0x486540=_0x486540-0x0;let _0xb60a99=_0x53b0[_0x486540];return _0xb60a99;};import{View as _0x4652a5,FocusCycler as _0xda85c9}from'ckeditor5/src/ui';import{FocusTracker as _0x1354b1,KeystrokeHandler as _0x310de1}from'ckeditor5/src/utils';import{getTranslation as _0x8cfdb0}from'../../../utils/common-translations';export default class K extends _0x4652a5{constructor(_0x232e0e,_0x270f0d){super(_0x232e0e),this[_0xb60a('0x1b')](_0xb60a('0xb'),!_0x270f0d[_0xb60a('0xd')]),this[_0xb60a('0x1c')]=new _0x1354b1(),this[_0xb60a('0x3')]=new _0x310de1(),this[_0xb60a('0x1a')]=_0x270f0d,this['_focusCycler']=new _0xda85c9({'focusables':this[_0xb60a('0x1a')],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':_0xb60a('0x0'),'focusNext':_0xb60a('0x16')}}),this[_0xb60a('0x10')](_0x270f0d,'add',()=>{this[_0xb60a('0xb')]=!0x1;}),this[_0xb60a('0x10')](_0x270f0d,_0xb60a('0x6'),(_0x20cf86,_0x3cb2ad)=>{_0x3cb2ad[_0xb60a('0xf')]&&this[_0xb60a('0x19')](),_0x270f0d[_0xb60a('0xd')]||(this['isEmpty']=!0x0);});const _0x21147c=this[_0xb60a('0x5')];this[_0xb60a('0x2')]({'tag':_0xb60a('0x12'),'attributes':{'dir':_0xb60a('0x11'),'class':['ck',_0xb60a('0x7')],'tabindex':-0x1},'children':[{'tag':'p','attributes':{'class':[_0xb60a('0x18')]},'children':[{'text':_0x8cfdb0(_0x232e0e,_0xb60a('0x13'))}]},{'tag':'div','attributes':{'class':[_0xb60a('0x8')]},'children':[{'tag':_0xb60a('0x12'),'children':_0x270f0d},{'tag':'p','attributes':{'class':[_0xb60a('0xc'),_0x21147c['if'](_0xb60a('0xb'),_0xb60a('0xa'),_0x214828=>!_0x214828)]},'children':[{'text':_0x8cfdb0(_0x232e0e,_0xb60a('0x4'))}]}]}]});}[_0xb60a('0x1d')](){super[_0xb60a('0x1d')](),this[_0xb60a('0x3')][_0xb60a('0x10')](this['element']);const _0x15a082=_0x127820=>_0x127820[_0xb60a('0xe')]();this['_keystrokes'][_0xb60a('0x1b')](_0xb60a('0x17'),_0x15a082),this[_0xb60a('0x3')][_0xb60a('0x1b')](_0xb60a('0x15'),_0x15a082),this['_keystrokes']['set'](_0xb60a('0x1'),_0x15a082),this[_0xb60a('0x3')][_0xb60a('0x1b')](_0xb60a('0x14'),_0x15a082),this[_0xb60a('0x10')](this[_0xb60a('0x1e')],'selectstart',(_0x441103,_0x1a1f3e)=>{_0x1a1f3e[_0xb60a('0xe')]();},{'priority':'high'});}[_0xb60a('0x9')](){super[_0xb60a('0x9')](),this['_focusTracker'][_0xb60a('0x9')](),this[_0xb60a('0x3')][_0xb60a('0x9')]();}[_0xb60a('0x19')](){this['element'][_0xb60a('0x19')]();}}
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @module comments/comments/ui/view/commentslistview
|
|
7
|
-
*/
|
|
8
|
-
import { View, type ViewCollection } from 'ckeditor5/src/ui';
|
|
9
|
-
import { type Locale } from 'ckeditor5/src/utils';
|
|
10
|
-
import type { CommentThread } from '../../commentsrepository';
|
|
11
|
-
import type CommentView from './commentview';
|
|
12
|
-
import type { CommentThreadConfig } from '../../../config';
|
|
13
|
-
/**
|
|
14
|
-
* A view representing the list of comments. It should be used as a part of the comment thread view.
|
|
15
|
-
*/
|
|
16
|
-
export default class CommentsListView extends View {
|
|
17
|
-
locale: Locale;
|
|
18
|
-
/**
|
|
19
|
-
* Informs whether the list contains any comment view that is in the editing mode.
|
|
20
|
-
*
|
|
21
|
-
* @observable
|
|
22
|
-
*/
|
|
23
|
-
hasDirtyComment: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* Number of comments in the list.
|
|
26
|
-
*
|
|
27
|
-
* @observable
|
|
28
|
-
*/
|
|
29
|
-
length: number;
|
|
30
|
-
/**
|
|
31
|
-
* Informs whether the comments list view is in the active state ("highlighted").
|
|
32
|
-
* Comment list view is in that state when it is focused or it was activated by the user in any different way.
|
|
33
|
-
*
|
|
34
|
-
* @observable
|
|
35
|
-
*/
|
|
36
|
-
isActive: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* View collection which holds all comment views to be displayed.
|
|
39
|
-
* It may also contain collapsed count view if the comments list view is collapsed and some comment views are hidden.
|
|
40
|
-
*
|
|
41
|
-
* @readonly
|
|
42
|
-
*/
|
|
43
|
-
readonly visibleViews: ViewCollection;
|
|
44
|
-
/**
|
|
45
|
-
* View collection which holds all comment views created for given comment thread.
|
|
46
|
-
*
|
|
47
|
-
* @readonly
|
|
48
|
-
*/
|
|
49
|
-
readonly commentViews: ViewCollection;
|
|
50
|
-
/**
|
|
51
|
-
* Comment view used to display information that comment has been resolved.
|
|
52
|
-
*
|
|
53
|
-
* @readonly
|
|
54
|
-
*/
|
|
55
|
-
resolvedCommentView: CommentView | null;
|
|
56
|
-
/**
|
|
57
|
-
* @param locale The localization service instance.
|
|
58
|
-
* @param model The model on which the view will base.
|
|
59
|
-
* @param config Additional view configuration.
|
|
60
|
-
*/
|
|
61
|
-
constructor(locale: Locale, model: CommentThread, config: CommentThreadConfig);
|
|
62
|
-
/**
|
|
63
|
-
* @inheritDoc
|
|
64
|
-
*/
|
|
65
|
-
render(): void;
|
|
66
|
-
/**
|
|
67
|
-
* Focuses the view.
|
|
68
|
-
*/
|
|
69
|
-
focus(): void;
|
|
70
|
-
/**
|
|
71
|
-
* @inheritDoc
|
|
72
|
-
*/
|
|
73
|
-
destroy(): void;
|
|
74
|
-
/**
|
|
75
|
-
* Refreshes the list of the visible views.
|
|
76
|
-
*
|
|
77
|
-
* When doing so, it performs a minimal amount of changes, so that views are not re-added, which might cause undesirable effects
|
|
78
|
-
* like focus loss or glitches due to CSS animations.
|
|
79
|
-
*
|
|
80
|
-
* The comments list may be collapsed or expanded:
|
|
81
|
-
*
|
|
82
|
-
* * it is expanded, if it {@link ~#isActive is active},
|
|
83
|
-
* * it is expanded, if {@link module:comments/comments/commentsrepository~CommentThread#weight comment thread weight}
|
|
84
|
-
* is lower than allowed (`config.comments.maxThreadTotalWeight`),
|
|
85
|
-
* * it is expanded, if it {@link ~#hasDirtyComment has any comments in edit mode},
|
|
86
|
-
* * it is collapsed, if neither of above is true.
|
|
87
|
-
*
|
|
88
|
-
* When comments list is in collapsed state, it displays at most `config.comments.maxCommentsWhenCollapsed` comment views:
|
|
89
|
-
*
|
|
90
|
-
* * first comment view,
|
|
91
|
-
* * {@link ~#_collapsedCommentsView collapsed comments counter} (if there are any hidden views),
|
|
92
|
-
* * appropriate number of the comments from the bottom of the thread.
|
|
93
|
-
*
|
|
94
|
-
* All the comments are also {@link module:comments/comments/ui/view/basecommentview~BaseCommentView#collapse set to collapsed state}.
|
|
95
|
-
*
|
|
96
|
-
* When comments list in in expanded state, it displays all comment views for all comments. All the comments are also
|
|
97
|
-
* {@link module:comments/comments/ui/view/basecommentview~BaseCommentView#expand set to expanded state}.
|
|
98
|
-
*/
|
|
99
|
-
refreshVisibleViews(): void;
|
|
100
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module comments/comments/ui/view/commentslistview
|
|
7
|
+
*/
|
|
8
|
+
import { View, type ViewCollection } from 'ckeditor5/src/ui';
|
|
9
|
+
import { type Locale } from 'ckeditor5/src/utils';
|
|
10
|
+
import type { CommentThread } from '../../commentsrepository';
|
|
11
|
+
import type CommentView from './commentview';
|
|
12
|
+
import type { CommentThreadConfig } from '../../../config';
|
|
13
|
+
/**
|
|
14
|
+
* A view representing the list of comments. It should be used as a part of the comment thread view.
|
|
15
|
+
*/
|
|
16
|
+
export default class CommentsListView extends View {
|
|
17
|
+
locale: Locale;
|
|
18
|
+
/**
|
|
19
|
+
* Informs whether the list contains any comment view that is in the editing mode.
|
|
20
|
+
*
|
|
21
|
+
* @observable
|
|
22
|
+
*/
|
|
23
|
+
hasDirtyComment: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Number of comments in the list.
|
|
26
|
+
*
|
|
27
|
+
* @observable
|
|
28
|
+
*/
|
|
29
|
+
length: number;
|
|
30
|
+
/**
|
|
31
|
+
* Informs whether the comments list view is in the active state ("highlighted").
|
|
32
|
+
* Comment list view is in that state when it is focused or it was activated by the user in any different way.
|
|
33
|
+
*
|
|
34
|
+
* @observable
|
|
35
|
+
*/
|
|
36
|
+
isActive: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* View collection which holds all comment views to be displayed.
|
|
39
|
+
* It may also contain collapsed count view if the comments list view is collapsed and some comment views are hidden.
|
|
40
|
+
*
|
|
41
|
+
* @readonly
|
|
42
|
+
*/
|
|
43
|
+
readonly visibleViews: ViewCollection;
|
|
44
|
+
/**
|
|
45
|
+
* View collection which holds all comment views created for given comment thread.
|
|
46
|
+
*
|
|
47
|
+
* @readonly
|
|
48
|
+
*/
|
|
49
|
+
readonly commentViews: ViewCollection;
|
|
50
|
+
/**
|
|
51
|
+
* Comment view used to display information that comment has been resolved.
|
|
52
|
+
*
|
|
53
|
+
* @readonly
|
|
54
|
+
*/
|
|
55
|
+
resolvedCommentView: CommentView | null;
|
|
56
|
+
/**
|
|
57
|
+
* @param locale The localization service instance.
|
|
58
|
+
* @param model The model on which the view will base.
|
|
59
|
+
* @param config Additional view configuration.
|
|
60
|
+
*/
|
|
61
|
+
constructor(locale: Locale, model: CommentThread, config: CommentThreadConfig);
|
|
62
|
+
/**
|
|
63
|
+
* @inheritDoc
|
|
64
|
+
*/
|
|
65
|
+
render(): void;
|
|
66
|
+
/**
|
|
67
|
+
* Focuses the view.
|
|
68
|
+
*/
|
|
69
|
+
focus(): void;
|
|
70
|
+
/**
|
|
71
|
+
* @inheritDoc
|
|
72
|
+
*/
|
|
73
|
+
destroy(): void;
|
|
74
|
+
/**
|
|
75
|
+
* Refreshes the list of the visible views.
|
|
76
|
+
*
|
|
77
|
+
* When doing so, it performs a minimal amount of changes, so that views are not re-added, which might cause undesirable effects
|
|
78
|
+
* like focus loss or glitches due to CSS animations.
|
|
79
|
+
*
|
|
80
|
+
* The comments list may be collapsed or expanded:
|
|
81
|
+
*
|
|
82
|
+
* * it is expanded, if it {@link ~#isActive is active},
|
|
83
|
+
* * it is expanded, if {@link module:comments/comments/commentsrepository~CommentThread#weight comment thread weight}
|
|
84
|
+
* is lower than allowed (`config.comments.maxThreadTotalWeight`),
|
|
85
|
+
* * it is expanded, if it {@link ~#hasDirtyComment has any comments in edit mode},
|
|
86
|
+
* * it is collapsed, if neither of above is true.
|
|
87
|
+
*
|
|
88
|
+
* When comments list is in collapsed state, it displays at most `config.comments.maxCommentsWhenCollapsed` comment views:
|
|
89
|
+
*
|
|
90
|
+
* * first comment view,
|
|
91
|
+
* * {@link ~#_collapsedCommentsView collapsed comments counter} (if there are any hidden views),
|
|
92
|
+
* * appropriate number of the comments from the bottom of the thread.
|
|
93
|
+
*
|
|
94
|
+
* All the comments are also {@link module:comments/comments/ui/view/basecommentview~BaseCommentView#collapse set to collapsed state}.
|
|
95
|
+
*
|
|
96
|
+
* When comments list in in expanded state, it displays all comment views for all comments. All the comments are also
|
|
97
|
+
* {@link module:comments/comments/ui/view/basecommentview~BaseCommentView#expand set to expanded state}.
|
|
98
|
+
*/
|
|
99
|
+
refreshVisibleViews(): void;
|
|
100
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1806=['_calculatePosition','resolvedBy','remove','delegate','setTemplate','resolveCommentThread','weight','equal','authoredAt','from','change:isResolved','set','some','comments','formatDateTime','bind','locale','_updateHasDirtyComment','_handleRemoveCommentModel','resolvedAt','maxCommentCharsWhenCollapsed','maxCommentsWhenCollapsed','listenTo','collapse','Marked\x20as\x20resolved','editorConfig','_rearrangeCollapse','isActive','viewUid','commentViews','change:hasDirtyComment','count','createCollection','_collapsedCommentsView','element','_shouldCollapse','maxThreadTotalWeight','resolvedCommentView','change:isEditMode','delete','_handleInfoComment','length','destroy','CommentView','isEditMode','commentUpdated','ck-thread__comments','_model','_config','editorReady','_handleNewCommentModel','_rearrangeExpand','hasDirtyComment','visibleViews','refreshVisibleViews','_findOptimalIndex','render','editorDestroyed','add','focus'];(function(_0x371447,_0x18063f){const _0x476516=function(_0x371fa0){while(--_0x371fa0){_0x371447['push'](_0x371447['shift']());}};_0x476516(++_0x18063f);}(_0x1806,0x14b));const _0x4765=function(_0x371447,_0x18063f){_0x371447=_0x371447-0x0;let _0x476516=_0x1806[_0x371447];return _0x476516;};import{View as _0x3f6fc7}from'ckeditor5/src/ui';import{diff as _0x21f32e,Collection as _0x28aed6}from'ckeditor5/src/utils';import{getTranslation as _0x2379b9}from'../../../utils/common-translations';import _0x4b3d40 from'./collapsedcommentsview';export default class wt extends _0x3f6fc7{constructor(_0x53f40c,_0x5d738d,_0x2afc28){super(_0x53f40c),this[_0x4765('0x28')](_0x4765('0x15'),!0x1),this[_0x4765('0x28')]('length',_0x5d738d['comments'][_0x4765('0xa')]),this[_0x4765('0x28')](_0x4765('0x38'),!0x1),this[_0x4765('0x10')]=_0x5d738d,this[_0x4765('0x11')]=_0x2afc28,this[_0x4765('0x3a')]=this[_0x4765('0x1')](),this['visibleViews']=this['createCollection'](),this[_0x4765('0x6')]=null,this[_0x4765('0x2')]=new _0x4b3d40(_0x53f40c),this['_collapsedCommentsView'][_0x4765('0x2c')](_0x4765('0x0'))['to'](this,_0x4765('0xa'),_0x20b398=>_0x20b398-this[_0x4765('0x11')][_0x4765('0x32')]);for(const _0x13d522 of _0x5d738d['comments'])this['_handleNewCommentModel'](_0x13d522);this[_0x4765('0x9')](),this[_0x4765('0x33')](_0x5d738d['comments'],_0x4765('0x1b'),(_0x17dd5f,_0x2d289d)=>{const _0x48f831=this[_0x4765('0x1d')](_0x2d289d);this[_0x4765('0xa')]++,this[_0x4765('0x13')](_0x2d289d,_0x48f831),this[_0x4765('0x17')]();}),this[_0x4765('0x33')](_0x5d738d[_0x4765('0x2a')],'remove',(_0x395706,_0x461da7)=>{this[_0x4765('0xa')]--,this[_0x4765('0x2f')](_0x461da7),this[_0x4765('0x17')]();}),this['listenTo'](_0x5d738d,_0x4765('0xe'),()=>this['refreshVisibleViews']()),this[_0x4765('0x33')](_0x5d738d,_0x4765('0x27'),()=>this[_0x4765('0x9')]()),this['on']('change:isActive',()=>this[_0x4765('0x17')]()),this['on'](_0x4765('0x3b'),()=>this[_0x4765('0x17')]()),this[_0x4765('0x21')]({'tag':'ul','attributes':{'class':[_0x4765('0xf')]},'children':this[_0x4765('0x16')]});}get[_0x4765('0x4')](){return this[_0x4765('0x10')][_0x4765('0x23')]>this[_0x4765('0x11')][_0x4765('0x5')]&&!this[_0x4765('0x38')]&&!this[_0x4765('0x15')];}[_0x4765('0x19')](){super[_0x4765('0x19')](),this['refreshVisibleViews']();}[_0x4765('0x1c')](){this[_0x4765('0x3')][_0x4765('0x1c')]();}[_0x4765('0xb')](){this['_collapsedCommentsView']['destroy']();for(const _0x477a5c of this[_0x4765('0x3a')])_0x477a5c[_0x4765('0xb')]();super[_0x4765('0xb')]();}['refreshVisibleViews'](){this[_0x4765('0x4')]?this[_0x4765('0x37')]():this[_0x4765('0x14')]();}['_handleNewCommentModel'](_0x19e94b,_0x3e85b5){const _0x44407b=new this[(_0x4765('0x11'))][(_0x4765('0xc'))](this[_0x4765('0x2d')],_0x19e94b,{'maxCommentCharsWhenCollapsed':this[_0x4765('0x11')][_0x4765('0x31')],'formatDateTime':this[_0x4765('0x11')][_0x4765('0x2b')],'editorConfig':this[_0x4765('0x11')][_0x4765('0x36')]});_0x44407b[_0x4765('0x39')]=_0x19e94b['id'],_0x44407b['delegate']('removeComment')['to'](this),_0x44407b[_0x4765('0x20')]('updateComment')['to'](this),_0x44407b[_0x4765('0x20')](_0x4765('0x22'))['to'](this),_0x44407b[_0x4765('0x20')](_0x4765('0x12'))['to'](this),_0x44407b[_0x4765('0x20')](_0x4765('0x1a'))['to'](this),this[_0x4765('0x33')](_0x44407b,_0x4765('0x7'),()=>this[_0x4765('0x2e')]()),this['commentViews'][_0x4765('0x1b')](_0x44407b,_0x3e85b5);}[_0x4765('0x1d')](_0x32ad6e){const _0x1abed0=this[_0x4765('0x10')][_0x4765('0x18')](_0x32ad6e);return this[_0x4765('0x6')]?this[_0x4765('0x6')][_0x4765('0x25')]>_0x32ad6e['authoredAt']?_0x1abed0-0x1:_0x1abed0:_0x1abed0-0x1;}[_0x4765('0x9')](){if(this['_model'][_0x4765('0x1e')]&&this[_0x4765('0x10')][_0x4765('0x30')]){const _0x3c9fb9={'id':'resolved','author':this[_0x4765('0x10')][_0x4765('0x1e')],'authoredAt':this[_0x4765('0x10')][_0x4765('0x30')],'content':_0x2379b9(this[_0x4765('0x2d')],_0x4765('0x35')),'attributes':{}};this[_0x4765('0x6')]=new this[(_0x4765('0x11'))][(_0x4765('0xc'))](this[_0x4765('0x2d')],_0x3c9fb9,{'maxCommentCharsWhenCollapsed':this[_0x4765('0x11')][_0x4765('0x31')],'formatDateTime':this['_config'][_0x4765('0x2b')],'editorConfig':this[_0x4765('0x11')][_0x4765('0x36')],'isSystemComment':!0x0}),this[_0x4765('0x3a')]['add'](this['resolvedCommentView'],this[_0x4765('0x10')]['_findOptimalIndex'](_0x3c9fb9));}else this[_0x4765('0x6')]&&(this[_0x4765('0x3a')]['remove'](this[_0x4765('0x6')]),this[_0x4765('0x6')][_0x4765('0xb')](),this[_0x4765('0x6')]=null);this[_0x4765('0x17')]();}[_0x4765('0x2f')](_0x2013ce){const _0x577d0f=this[_0x4765('0x3a')]['remove'](_0x2013ce['id']);this['stopListening'](_0x577d0f),_0x577d0f[_0x4765('0xd')]&&this[_0x4765('0x2e')](),_0x577d0f[_0x4765('0xb')]();}[_0x4765('0x2e')](){this[_0x4765('0x15')]=Array[_0x4765('0x26')](this[_0x4765('0x3a')])[_0x4765('0x29')](_0x43e8b4=>_0x43e8b4[_0x4765('0xd')]);}['_rearrangeCollapse'](){const _0x199efb=function(_0x437d75){const _0x1fc6c8=new _0x28aed6();for(const _0x10ca81 of _0x437d75)_0x1fc6c8[_0x4765('0x1b')](_0x10ca81);return _0x1fc6c8;}(this[_0x4765('0x3a')]),_0x2a1c2a=this['_collapsedCommentsView'][_0x4765('0x0')];for(let _0x206560=0x1;_0x206560<=_0x2a1c2a;_0x206560++)_0x199efb[_0x4765('0x1f')](0x1);for(const _0x5710c7 of _0x199efb)_0x5710c7[_0x4765('0x34')]();_0x2a1c2a>0x0&&_0x199efb[_0x4765('0x1b')](this[_0x4765('0x2')],0x1),ss(_0x21f32e(Array[_0x4765('0x26')](this[_0x4765('0x16')]),Array[_0x4765('0x26')](_0x199efb)),this[_0x4765('0x16')],_0x199efb);}[_0x4765('0x14')](){ss(_0x21f32e(Array[_0x4765('0x26')](this['visibleViews']),Array['from'](this[_0x4765('0x3a')])),this[_0x4765('0x16')],this[_0x4765('0x3a')]);for(const _0x5e99d1 of this[_0x4765('0x16')])_0x5e99d1['expand']();}}function ss(_0x31dbc4,_0x108c9a,_0xfc5ec6){let _0x303557=0x0;for(const _0x28c386 of _0x31dbc4)switch(_0x28c386){case'insert':_0x108c9a['add'](_0xfc5ec6['get'](_0x303557),_0x303557),_0x303557++;break;case _0x4765('0x8'):_0x108c9a[_0x4765('0x1f')](_0x303557);break;case _0x4765('0x24'):_0x303557++;}}
|