@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.
Files changed (102) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/build/comments.js +1 -1
  4. package/build/translations/pt-br.js +1 -1
  5. package/lang/translations/pt-br.po +3 -3
  6. package/package.json +3 -3
  7. package/src/annotations/annotation.d.ts +90 -90
  8. package/src/annotations/annotation.js +1 -1
  9. package/src/annotations/annotationcollection.d.ts +98 -98
  10. package/src/annotations/annotationcollection.js +1 -1
  11. package/src/annotations/annotations.d.ts +154 -154
  12. package/src/annotations/annotations.js +1 -1
  13. package/src/annotations/annotationsuis.d.ts +232 -232
  14. package/src/annotations/annotationsuis.js +1 -1
  15. package/src/annotations/editorannotations.d.ts +67 -67
  16. package/src/annotations/editorannotations.js +1 -1
  17. package/src/annotations/inlineannotations.d.ts +90 -90
  18. package/src/annotations/inlineannotations.js +1 -1
  19. package/src/annotations/narrowsidebar.d.ts +85 -85
  20. package/src/annotations/narrowsidebar.js +1 -1
  21. package/src/annotations/sidebar.d.ts +100 -100
  22. package/src/annotations/sidebar.js +1 -1
  23. package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -29
  24. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  25. package/src/annotations/view/annotationview.d.ts +90 -90
  26. package/src/annotations/view/annotationview.js +1 -1
  27. package/src/annotations/view/sidebaritemview.d.ts +55 -55
  28. package/src/annotations/view/sidebaritemview.js +1 -1
  29. package/src/annotations/view/sidebarview.d.ts +32 -32
  30. package/src/annotations/view/sidebarview.js +1 -1
  31. package/src/annotations/widesidebar.d.ts +77 -77
  32. package/src/annotations/widesidebar.js +1 -1
  33. package/src/augmentation.d.ts +52 -52
  34. package/src/comments/addcommentthreadcommand.d.ts +35 -35
  35. package/src/comments/addcommentthreadcommand.js +1 -1
  36. package/src/comments/commentsarchive.d.ts +31 -31
  37. package/src/comments/commentsarchive.js +1 -1
  38. package/src/comments/commentsarchiveui.d.ts +38 -38
  39. package/src/comments/commentsarchiveui.js +1 -1
  40. package/src/comments/commentsediting.d.ts +79 -79
  41. package/src/comments/commentsediting.js +1 -1
  42. package/src/comments/commentsrepository.d.ts +1129 -1105
  43. package/src/comments/commentsrepository.js +1 -1
  44. package/src/comments/commentsui.d.ts +33 -33
  45. package/src/comments/commentsui.js +1 -1
  46. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -17
  47. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  48. package/src/comments/integrations/importword.d.ts +21 -21
  49. package/src/comments/integrations/importword.js +1 -1
  50. package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -36
  51. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  52. package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -31
  53. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  54. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -36
  55. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  56. package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
  57. package/src/comments/ui/commentthreadcontroller.js +1 -1
  58. package/src/comments/ui/view/basecommentthreadview.d.ts +119 -112
  59. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  60. package/src/comments/ui/view/basecommentview.d.ts +112 -112
  61. package/src/comments/ui/view/basecommentview.js +1 -1
  62. package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -13
  63. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  64. package/src/comments/ui/view/commentcontentview.d.ts +14 -14
  65. package/src/comments/ui/view/commentcontentview.js +1 -1
  66. package/src/comments/ui/view/commentinputview.d.ts +86 -86
  67. package/src/comments/ui/view/commentinputview.js +1 -1
  68. package/src/comments/ui/view/commentsarchiveview.d.ts +38 -38
  69. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  70. package/src/comments/ui/view/commentslistview.d.ts +100 -100
  71. package/src/comments/ui/view/commentslistview.js +1 -1
  72. package/src/comments/ui/view/commentthreadheaderview.d.ts +50 -50
  73. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  74. package/src/comments/ui/view/commentthreadinputview.d.ts +41 -41
  75. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  76. package/src/comments/ui/view/commentthreadview.d.ts +118 -117
  77. package/src/comments/ui/view/commentthreadview.js +1 -1
  78. package/src/comments/ui/view/commentview.d.ts +243 -243
  79. package/src/comments/ui/view/commentview.js +1 -1
  80. package/src/comments.d.ts +35 -35
  81. package/src/comments.js +1 -1
  82. package/src/commentsonly.d.ts +33 -33
  83. package/src/commentsonly.js +1 -1
  84. package/src/config.d.ts +176 -176
  85. package/src/index.d.ts +24 -24
  86. package/src/utils/common-translations.d.ts +9 -9
  87. package/src/utils/common-translations.js +1 -1
  88. package/src/utils/createmutationobserver.d.ts +14 -14
  89. package/src/utils/createmutationobserver.js +1 -1
  90. package/theme/annotation-inline.css +2 -1
  91. package/theme/annotation.css +2 -1
  92. package/theme/comment.css +2 -1
  93. package/theme/commentinput.css +2 -1
  94. package/theme/commentmarker.css +2 -1
  95. package/theme/commentsarchive.css +2 -1
  96. package/theme/commentthread.css +12 -1
  97. package/theme/icons/add-comment.svg +1 -1
  98. package/theme/icons/comments-archive.svg +1 -1
  99. package/theme/icons/edit-comment.svg +1 -1
  100. package/theme/icons/remove-comment.svg +1 -1
  101. package/theme/sidebar-narrow.css +2 -1
  102. 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 _0x16d5=['add','editorReady','then','destroy','submitButtonView','ck-comment__input-actions--cancel','change','Reply','editorDestroyed','length','showButtons','trim','Esc','Reply...','shift\x20+\x20tab','element','Cancel','forEach','fire','create','bind','ck-comment__input-wrapper','setTemplate','focusTracker','high','withText','initialData','_isDestroyed','listenTo','firstChild','_editorCreationPromise','submit','ck-comment__input-actions','set','cancelButtonView','value','keystrokes','ck-comment__input-actions--submit','isEnabled','submitLabel','createEditor','focusNext','tab','low','_initializeFocusCycling','disabledSubmit','focusPrevious','stop','_editorConfig','execute','cancel','_createCancelButton','document','_createSubmitButton','label','editor','insertBefore','render','ck-comment__input-actions--active','extendTemplate','setData'];(function(_0x17450e,_0x16d5f2){const _0x3729f8=function(_0x3c5616){while(--_0x3c5616){_0x17450e['push'](_0x17450e['shift']());}};_0x3729f8(++_0x16d5f2);}(_0x16d5,0xc5));const _0x3729=function(_0x17450e,_0x16d5f2){_0x17450e=_0x17450e-0x0;let _0x3729f8=_0x16d5[_0x17450e];return _0x3729f8;};import{View as _0x101260,ViewCollection as _0x3bd563,FocusCycler as _0x5cc682,ButtonView as _0x34095e}from'ckeditor5/src/ui';import{FocusTracker as _0x545a50,KeystrokeHandler as _0x3619cd}from'ckeditor5/src/utils';import _0x16d625 from'../commenteditor/commenteditor';import{getTranslation as _0x57f6e6}from'../../../utils/common-translations';export default class Xt extends _0x101260{constructor(_0x44d82a,_0x4de9a3={}){super(_0x44d82a),this[_0x3729('0x29')]=null,this[_0x3729('0x22')]=_0x4de9a3,this[_0x3729('0x16')]=new _0x3619cd(),this[_0x3729('0x9')]=new _0x545a50(),this[_0x3729('0x13')]('value',_0x4de9a3[_0x3729('0xc')]||''),this[_0x3729('0x13')]('disabledSubmit',!0x1),this['set'](_0x3729('0x39'),!0x0),this[_0x3729('0x13')]('placeholder',_0x57f6e6(_0x44d82a,_0x3729('0x3c'))),this[_0x3729('0x13')](_0x3729('0x19'),_0x57f6e6(_0x44d82a,_0x3729('0x36'))),this[_0x3729('0x33')]=this[_0x3729('0x27')](),this[_0x3729('0x14')]=this[_0x3729('0x25')](),this[_0x3729('0x8')]({'tag':'div','attributes':{'class':[_0x3729('0x7')]},'children':[{'tag':'div','attributes':{'class':[_0x3729('0x12'),this['bindTemplate']['if']('showButtons',_0x3729('0x2c'))]},'children':[this[_0x3729('0x33')],this[_0x3729('0x14')]]}]}),this[_0x3729('0x16')]['set'](_0x3729('0x3b'),(_0x496bb9,_0xebb749)=>{this['cancelButtonView'][_0x3729('0x4')](_0x3729('0x23')),_0xebb749();}),this['on'](_0x3729('0x11'),(_0x124a81,_0x1d3047)=>{_0x1d3047['length']>0xfde8?(alert(_0x57f6e6(_0x44d82a,'TOO_LONG_COMMENT_ALERT',[_0x1d3047[_0x3729('0x38')],0xfde8])),_0x124a81[_0x3729('0x21')]()):this[_0x3729('0x29')][_0x3729('0x2e')]('');},{'priority':_0x3729('0xa')});}[_0x3729('0x2b')](){super[_0x3729('0x2b')](),this['keystrokes'][_0x3729('0xe')](this[_0x3729('0x1')]),this['focusTracker'][_0x3729('0x2f')](this[_0x3729('0x1')]);}[_0x3729('0x1a')](){return this[_0x3729('0x29')]||(this[_0x3729('0x29')]=new _0x16d625(this[_0x3729('0x22')]),this[_0x3729('0x10')]=this[_0x3729('0x29')][_0x3729('0x5')]()[_0x3729('0x31')](()=>{if(this[_0x3729('0xd')])return;const _0x412113=this[_0x3729('0x29')];this[_0x3729('0x1')][_0x3729('0x2a')](_0x412113['ui'][_0x3729('0x1')],this[_0x3729('0x1')][_0x3729('0xf')]),_0x412113['model'][_0x3729('0x26')]['on'](_0x3729('0x35'),()=>this[_0x3729('0x15')]=_0x412113['getData']()),_0x412113['bind']('placeholder')['to'](this),this[_0x3729('0x1e')](this[_0x3729('0x29')]),this[_0x3729('0x4')](_0x3729('0x30'),this[_0x3729('0x29')]);})),this[_0x3729('0x10')];}['focus'](){this[_0x3729('0x29')]&&this[_0x3729('0x29')]['focus']();}async[_0x3729('0x32')](){this[_0x3729('0xd')]||(this[_0x3729('0xd')]=!0x0,this['editor']&&(await this[_0x3729('0x10')],await this[_0x3729('0x29')][_0x3729('0x32')](),this[_0x3729('0x4')](_0x3729('0x37'),this[_0x3729('0x29')])),await super[_0x3729('0x32')]());}[_0x3729('0x27')](){const {locale:_0x2cfb95}=this,_0x2396a=new _0x34095e(_0x2cfb95);return _0x2396a[_0x3729('0x2d')]({'attributes':{'class':[_0x3729('0x17')]}}),_0x2396a[_0x3729('0xb')]=!0x0,_0x2396a[_0x3729('0x6')](_0x3729('0x28'))['to'](this,_0x3729('0x19')),_0x2396a['on'](_0x3729('0x23'),()=>{this[_0x3729('0x4')]('submit',this[_0x3729('0x15')]);}),_0x2396a[_0x3729('0x6')](_0x3729('0x18'))['to'](this,'value',this,_0x3729('0x1f'),(_0xbfb9d3,_0x1e1605)=>!_0x1e1605&&!!_0xbfb9d3[_0x3729('0x3a')]()),_0x2396a;}[_0x3729('0x25')](){const {locale:_0xaab655}=this,_0x27f143=new _0x34095e(_0xaab655);return _0x27f143[_0x3729('0x2d')]({'attributes':{'class':[_0x3729('0x34')]}}),_0x27f143[_0x3729('0x28')]=_0x57f6e6(_0xaab655,_0x3729('0x2')),_0x27f143[_0x3729('0xb')]=!0x0,_0x27f143['on'](_0x3729('0x23'),()=>{this[_0x3729('0x29')]['setData'](''),this[_0x3729('0x4')](_0x3729('0x24'));}),_0x27f143;}[_0x3729('0x1e')](_0x29965a){const _0x183da9=this['focusTracker'],_0x48b742=new _0x3bd563();[_0x29965a['ui']['view'],this[_0x3729('0x33')],this[_0x3729('0x14')]][_0x3729('0x3')](_0x38cb11=>{_0x48b742[_0x3729('0x2f')](_0x38cb11),_0x183da9[_0x3729('0x2f')](_0x38cb11[_0x3729('0x1')]);});const _0xd0b3b6=new _0x5cc682({'focusables':_0x48b742,'focusTracker':_0x183da9});this[_0x3729('0x16')][_0x3729('0x13')](_0x3729('0x1c'),(_0x8990d5,_0x28e97f)=>{_0xd0b3b6[_0x3729('0x1b')](),_0x28e97f();},{'priority':_0x3729('0x1d')}),this[_0x3729('0x16')]['set'](_0x3729('0x0'),(_0x5f283c,_0x280526)=>{_0xd0b3b6[_0x3729('0x20')](),_0x280526();},{'priority':'low'});}}
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 _0x2c52=['_focusables','isActive','bindTemplate','length','listenTo','isEmpty','ck-comments-archive__content','focus','remove','ck-hidden','EMPTY_COMMENTS_ARCHIVE','COMMENTS_ARCHIVE','add','ck-comments-archive','tab','div','auto','element','_keystrokes','arrowup','destroy','set','render','arrowright','selectstart','ck-comments-archive__header\x20','_focusTracker','arrowleft','stopPropagation','_focusCycler'];(function(_0x113b61,_0x2c5201){const _0x50dd66=function(_0x267c49){while(--_0x267c49){_0x113b61['push'](_0x113b61['shift']());}};_0x50dd66(++_0x2c5201);}(_0x2c52,0xac));const _0x50dd=function(_0x113b61,_0x2c5201){_0x113b61=_0x113b61-0x0;let _0x50dd66=_0x2c52[_0x113b61];return _0x50dd66;};import{View as _0x1212a9,FocusCycler as _0x1769f2}from'ckeditor5/src/ui';import{FocusTracker as _0x1edff7,KeystrokeHandler as _0x2a40e9}from'ckeditor5/src/utils';import{getTranslation as _0x182e79}from'../../../utils/common-translations';export default class K extends _0x1212a9{constructor(_0x56c3a6,_0x30ff7d){super(_0x56c3a6),this['set'](_0x50dd('0xd'),!_0x30ff7d['length']),this['_focusTracker']=new _0x1edff7(),this['_keystrokes']=new _0x2a40e9(),this[_0x50dd('0x8')]=_0x30ff7d,this[_0x50dd('0x7')]=new _0x1769f2({'focusables':this[_0x50dd('0x8')],'focusTracker':this[_0x50dd('0x4')],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':_0x50dd('0x16')}}),this['listenTo'](_0x30ff7d,_0x50dd('0x14'),()=>{this['isEmpty']=!0x1;}),this[_0x50dd('0xc')](_0x30ff7d,_0x50dd('0x10'),(_0x3c306c,_0x347e77)=>{_0x347e77[_0x50dd('0x9')]&&this[_0x50dd('0xf')](),_0x30ff7d[_0x50dd('0xb')]||(this[_0x50dd('0xd')]=!0x0);});const _0x2aab5b=this[_0x50dd('0xa')];this['setTemplate']({'tag':'div','attributes':{'dir':_0x50dd('0x18'),'class':['ck',_0x50dd('0x15')],'tabindex':-0x1},'children':[{'tag':'p','attributes':{'class':[_0x50dd('0x3')]},'children':[{'text':_0x182e79(_0x56c3a6,_0x50dd('0x13'))}]},{'tag':_0x50dd('0x17'),'attributes':{'class':[_0x50dd('0xe')]},'children':[{'tag':_0x50dd('0x17'),'children':_0x30ff7d},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x2aab5b['if'](_0x50dd('0xd'),_0x50dd('0x11'),_0x165b0b=>!_0x165b0b)]},'children':[{'text':_0x182e79(_0x56c3a6,_0x50dd('0x12'))}]}]}]});}[_0x50dd('0x0')](){super[_0x50dd('0x0')](),this[_0x50dd('0x1a')][_0x50dd('0xc')](this['element']);const _0x67f659=_0xc5235f=>_0xc5235f[_0x50dd('0x6')]();this[_0x50dd('0x1a')]['set'](_0x50dd('0x1'),_0x67f659),this[_0x50dd('0x1a')][_0x50dd('0x1d')](_0x50dd('0x5'),_0x67f659),this[_0x50dd('0x1a')][_0x50dd('0x1d')](_0x50dd('0x1b'),_0x67f659),this[_0x50dd('0x1a')][_0x50dd('0x1d')]('arrowdown',_0x67f659),this[_0x50dd('0xc')](this['element'],_0x50dd('0x2'),(_0x3e7e3b,_0x23c23d)=>{_0x23c23d['stopPropagation']();},{'priority':'high'});}[_0x50dd('0x1c')](){super[_0x50dd('0x1c')](),this[_0x50dd('0x4')][_0x50dd('0x1c')](),this['_keystrokes'][_0x50dd('0x1c')]();}[_0x50dd('0xf')](){this[_0x50dd('0x19')][_0x50dd('0xf')]();}}
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 _0x5d63=['commentUpdated','delegate','resolveCommentThread','locale','editorDestroyed','_handleRemoveCommentModel','listenTo','resolvedAt','updateComment','add','delete','viewUid','count','_shouldCollapse','_config','render','commentViews','stopListening','change:isEditMode','refreshVisibleViews','set','maxThreadTotalWeight','ck-thread__comments','resolvedBy','_updateHasDirtyComment','element','editorReady','weight','_handleNewCommentModel','_handleInfoComment','hasDirtyComment','change:hasDirtyComment','resolvedCommentView','remove','from','visibleViews','equal','length','resolved','_collapsedCommentsView','focus','destroy','collapse','maxCommentsWhenCollapsed','_rearrangeExpand','CommentView','change:isResolved','setTemplate','isEditMode','some','_rearrangeCollapse','insert','createCollection','formatDateTime','authoredAt','comments','_model'];(function(_0x4dfcac,_0x5d6300){const _0x3b9975=function(_0x1a6006){while(--_0x1a6006){_0x4dfcac['push'](_0x4dfcac['shift']());}};_0x3b9975(++_0x5d6300);}(_0x5d63,0x1ab));const _0x3b99=function(_0x4dfcac,_0x5d6300){_0x4dfcac=_0x4dfcac-0x0;let _0x3b9975=_0x5d63[_0x4dfcac];return _0x3b9975;};import{View as _0xa37451}from'ckeditor5/src/ui';import{diff as _0x5cbd42,Collection as _0x3c3c36}from'ckeditor5/src/utils';import{getTranslation as _0x37979d}from'../../../utils/common-translations';import _0x1fc868 from'./collapsedcommentsview';export default class wt extends _0xa37451{constructor(_0x194d3f,_0x56af36,_0x20d657){super(_0x194d3f),this[_0x3b99('0x31')]('hasDirtyComment',!0x1),this[_0x3b99('0x31')](_0x3b99('0x9'),_0x56af36[_0x3b99('0x1b')][_0x3b99('0x9')]),this[_0x3b99('0x31')]('isActive',!0x1),this[_0x3b99('0x1c')]=_0x56af36,this['_config']=_0x20d657,this[_0x3b99('0x2d')]=this[_0x3b99('0x18')](),this[_0x3b99('0x7')]=this[_0x3b99('0x18')](),this[_0x3b99('0x4')]=null,this[_0x3b99('0xb')]=new _0x1fc868(_0x194d3f),this[_0x3b99('0xb')]['bind'](_0x3b99('0x29'))['to'](this,_0x3b99('0x9'),_0x4fff01=>_0x4fff01-this['_config'][_0x3b99('0xf')]);for(const _0x2d169d of _0x56af36[_0x3b99('0x1b')])this[_0x3b99('0x0')](_0x2d169d);this[_0x3b99('0x1')](),this['listenTo'](_0x56af36[_0x3b99('0x1b')],_0x3b99('0x26'),(_0x547e84,_0x40d8e5)=>{const _0x2be2f9=this['_calculatePosition'](_0x40d8e5);this[_0x3b99('0x9')]++,this[_0x3b99('0x0')](_0x40d8e5,_0x2be2f9),this[_0x3b99('0x30')]();}),this[_0x3b99('0x23')](_0x56af36[_0x3b99('0x1b')],'remove',(_0x139020,_0x2aa7ff)=>{this[_0x3b99('0x9')]--,this[_0x3b99('0x22')](_0x2aa7ff),this[_0x3b99('0x30')]();}),this[_0x3b99('0x23')](_0x56af36,_0x3b99('0x1d'),()=>this[_0x3b99('0x30')]()),this[_0x3b99('0x23')](_0x56af36,_0x3b99('0x12'),()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this[_0x3b99('0x30')]()),this['on'](_0x3b99('0x3'),()=>this['refreshVisibleViews']()),this[_0x3b99('0x13')]({'tag':'ul','attributes':{'class':[_0x3b99('0x33')]},'children':this[_0x3b99('0x7')]});}get[_0x3b99('0x2a')](){return this[_0x3b99('0x1c')][_0x3b99('0x38')]>this[_0x3b99('0x2b')][_0x3b99('0x32')]&&!this['isActive']&&!this[_0x3b99('0x2')];}[_0x3b99('0x2c')](){super[_0x3b99('0x2c')](),this[_0x3b99('0x30')]();}['focus'](){this[_0x3b99('0x36')][_0x3b99('0xc')]();}['destroy'](){this[_0x3b99('0xb')][_0x3b99('0xd')]();for(const _0x1e19f3 of this[_0x3b99('0x2d')])_0x1e19f3['destroy']();super['destroy']();}[_0x3b99('0x30')](){this[_0x3b99('0x2a')]?this['_rearrangeCollapse']():this[_0x3b99('0x10')]();}['_handleNewCommentModel'](_0x12ad72,_0x34235c){const _0x4dfd8f=new this[(_0x3b99('0x2b'))][(_0x3b99('0x11'))](this[_0x3b99('0x20')],_0x12ad72,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this[_0x3b99('0x2b')]['editorConfig']});_0x4dfd8f[_0x3b99('0x28')]=_0x12ad72['id'],_0x4dfd8f[_0x3b99('0x1e')]('removeComment')['to'](this),_0x4dfd8f[_0x3b99('0x1e')](_0x3b99('0x25'))['to'](this),_0x4dfd8f[_0x3b99('0x1e')](_0x3b99('0x1f'))['to'](this),_0x4dfd8f[_0x3b99('0x1e')](_0x3b99('0x37'))['to'](this),_0x4dfd8f['delegate'](_0x3b99('0x21'))['to'](this),this[_0x3b99('0x23')](_0x4dfd8f,_0x3b99('0x2f'),()=>this[_0x3b99('0x35')]()),this[_0x3b99('0x2d')][_0x3b99('0x26')](_0x4dfd8f,_0x34235c);}['_calculatePosition'](_0x55fb9e){const _0x1a5938=this[_0x3b99('0x1c')]['_findOptimalIndex'](_0x55fb9e);return this[_0x3b99('0x4')]?this[_0x3b99('0x4')][_0x3b99('0x1a')]>_0x55fb9e['authoredAt']?_0x1a5938-0x1:_0x1a5938:_0x1a5938-0x1;}[_0x3b99('0x1')](){if(this[_0x3b99('0x1c')][_0x3b99('0x34')]&&this[_0x3b99('0x1c')][_0x3b99('0x24')]){const _0x36f743={'id':_0x3b99('0xa'),'author':this[_0x3b99('0x1c')][_0x3b99('0x34')],'authoredAt':this[_0x3b99('0x1c')][_0x3b99('0x24')],'content':_0x37979d(this[_0x3b99('0x20')],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this[(_0x3b99('0x2b'))][(_0x3b99('0x11'))](this['locale'],_0x36f743,{'maxCommentCharsWhenCollapsed':this[_0x3b99('0x2b')]['maxCommentCharsWhenCollapsed'],'formatDateTime':this[_0x3b99('0x2b')][_0x3b99('0x19')],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this[_0x3b99('0x2d')][_0x3b99('0x26')](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x36f743));}else this[_0x3b99('0x4')]&&(this['commentViews'][_0x3b99('0x5')](this['resolvedCommentView']),this[_0x3b99('0x4')]['destroy'](),this[_0x3b99('0x4')]=null);this[_0x3b99('0x30')]();}[_0x3b99('0x22')](_0x5d0a0e){const _0x475105=this['commentViews']['remove'](_0x5d0a0e['id']);this[_0x3b99('0x2e')](_0x475105),_0x475105[_0x3b99('0x14')]&&this['_updateHasDirtyComment'](),_0x475105['destroy']();}['_updateHasDirtyComment'](){this[_0x3b99('0x2')]=Array[_0x3b99('0x6')](this[_0x3b99('0x2d')])[_0x3b99('0x15')](_0x5442c9=>_0x5442c9[_0x3b99('0x14')]);}[_0x3b99('0x16')](){const _0xa4de6c=function(_0x44f1f6){const _0x476b6a=new _0x3c3c36();for(const _0x4b94aa of _0x44f1f6)_0x476b6a['add'](_0x4b94aa);return _0x476b6a;}(this['commentViews']),_0x5a4bed=this[_0x3b99('0xb')][_0x3b99('0x29')];for(let _0x9d3f8d=0x1;_0x9d3f8d<=_0x5a4bed;_0x9d3f8d++)_0xa4de6c[_0x3b99('0x5')](0x1);for(const _0x117ae7 of _0xa4de6c)_0x117ae7[_0x3b99('0xe')]();_0x5a4bed>0x0&&_0xa4de6c['add'](this['_collapsedCommentsView'],0x1),ss(_0x5cbd42(Array[_0x3b99('0x6')](this[_0x3b99('0x7')]),Array[_0x3b99('0x6')](_0xa4de6c)),this[_0x3b99('0x7')],_0xa4de6c);}[_0x3b99('0x10')](){ss(_0x5cbd42(Array[_0x3b99('0x6')](this[_0x3b99('0x7')]),Array[_0x3b99('0x6')](this['commentViews'])),this[_0x3b99('0x7')],this['commentViews']);for(const _0x4623e7 of this['visibleViews'])_0x4623e7['expand']();}}function ss(_0x27b620,_0x1768ef,_0x4049b3){let _0xbc5a7b=0x0;for(const _0x814dba of _0x27b620)switch(_0x814dba){case _0x3b99('0x17'):_0x1768ef[_0x3b99('0x26')](_0x4049b3['get'](_0xbc5a7b),_0xbc5a7b),_0xbc5a7b++;break;case _0x3b99('0x27'):_0x1768ef[_0x3b99('0x5')](_0xbc5a7b);break;case _0x3b99('0x8'):_0xbc5a7b++;}}
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++;}}