@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,52 +1,52 @@
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
- import type { CommentsConfig, SidebarConfig, Annotations, AnnotationsUIs, EditorAnnotations, CommentsRepository, CommentsUI } from './index';
6
- declare module '@ckeditor/ckeditor5-core' {
7
- interface EditorConfig {
8
- /**
9
- * The configuration of the comments feature.
10
- * Introduced by the {@link module:comments/comments~Comments} feature.
11
- *
12
- * Read more in {@link module:comments/config~CommentsConfig}.
13
- *
14
- * ```ts
15
- * ClassicEditor
16
- * .create( {
17
- * comments: ... // Locale editor configuration.
18
- * } )
19
- * .then( ... )
20
- * .catch( ... );
21
- * ```
22
- *
23
- * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
24
- */
25
- comments?: CommentsConfig;
26
- /**
27
- * The configuration of the sidebar feature.
28
- * Introduced by the {@link module:comments/annotations/sidebar~Sidebar} feature.
29
- */
30
- sidebar?: SidebarConfig;
31
- /**
32
- * Enables {@link module:comments/commentsonly~CommentsOnly comments-only mode} when the editor initializes.
33
- *
34
- * ```ts
35
- * ClassicEditor
36
- * .create( {
37
- * commentsOnly: true
38
- * } )
39
- * .then( ... )
40
- * .catch( ... );
41
- * ```
42
- */
43
- commentsOnly?: boolean;
44
- }
45
- interface PluginsMap {
46
- [Annotations.pluginName]: Annotations;
47
- [AnnotationsUIs.pluginName]: AnnotationsUIs;
48
- [EditorAnnotations.pluginName]: EditorAnnotations;
49
- [CommentsRepository.pluginName]: CommentsRepository;
50
- [CommentsUI.pluginName]: CommentsUI;
51
- }
52
- }
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
+ import type { CommentsConfig, SidebarConfig, Annotations, AnnotationsUIs, EditorAnnotations, CommentsRepository, CommentsUI } from './index';
6
+ declare module '@ckeditor/ckeditor5-core' {
7
+ interface EditorConfig {
8
+ /**
9
+ * The configuration of the comments feature.
10
+ * Introduced by the {@link module:comments/comments~Comments} feature.
11
+ *
12
+ * Read more in {@link module:comments/config~CommentsConfig}.
13
+ *
14
+ * ```ts
15
+ * ClassicEditor
16
+ * .create( {
17
+ * comments: ... // Locale editor configuration.
18
+ * } )
19
+ * .then( ... )
20
+ * .catch( ... );
21
+ * ```
22
+ *
23
+ * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
24
+ */
25
+ comments?: CommentsConfig;
26
+ /**
27
+ * The configuration of the sidebar feature.
28
+ * Introduced by the {@link module:comments/annotations/sidebar~Sidebar} feature.
29
+ */
30
+ sidebar?: SidebarConfig;
31
+ /**
32
+ * Enables {@link module:comments/commentsonly~CommentsOnly comments-only mode} when the editor initializes.
33
+ *
34
+ * ```ts
35
+ * ClassicEditor
36
+ * .create( {
37
+ * commentsOnly: true
38
+ * } )
39
+ * .then( ... )
40
+ * .catch( ... );
41
+ * ```
42
+ */
43
+ commentsOnly?: boolean;
44
+ }
45
+ interface PluginsMap {
46
+ [Annotations.pluginName]: Annotations;
47
+ [AnnotationsUIs.pluginName]: AnnotationsUIs;
48
+ [EditorAnnotations.pluginName]: EditorAnnotations;
49
+ [CommentsRepository.pluginName]: CommentsRepository;
50
+ [CommentsUI.pluginName]: CommentsUI;
51
+ }
52
+ }
@@ -1,35 +1,35 @@
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/addcommentthreadcommand
7
- * @publicApi
8
- */
9
- import { Command } from 'ckeditor5/src/core';
10
- /**
11
- * Adds a new CommentMarker what automatically adds corresponding CommentThread to the CommentsEditing#threads collection.
12
- * Note this command adds only a CommentThread draft, to make is public marker has to be changed to be managed using operation.
13
- *
14
- * ```ts
15
- * // If `threadId` is not specified, `addCommentThread()` will generate a unique ID and use it:
16
- * editor.execute( 'addCommentThread' );
17
- *
18
- * // If you want to specify the exact thread ID, pass it through the optional `threadId` configuration parameter.
19
- * editor.execute( 'addCommentThread', { threadId: 'thread-1' } );
20
- * ```
21
- */
22
- export default class AddCommentThreadCommand extends Command {
23
- /**
24
- * @inheritDoc
25
- */
26
- refresh(): void;
27
- /**
28
- * @fires execute
29
- * @param options Options for executed command.
30
- * @param options.threadId Id of comment marker that will be added.
31
- */
32
- execute({ threadId }?: {
33
- threadId?: string | undefined;
34
- }): void;
35
- }
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/addcommentthreadcommand
7
+ * @publicApi
8
+ */
9
+ import { Command } from 'ckeditor5/src/core';
10
+ /**
11
+ * Adds a new CommentMarker what automatically adds corresponding CommentThread to the CommentsEditing#threads collection.
12
+ * Note this command adds only a CommentThread draft, to make is public marker has to be changed to be managed using operation.
13
+ *
14
+ * ```ts
15
+ * // If `threadId` is not specified, `addCommentThread()` will generate a unique ID and use it:
16
+ * editor.execute( 'addCommentThread' );
17
+ *
18
+ * // If you want to specify the exact thread ID, pass it through the optional `threadId` configuration parameter.
19
+ * editor.execute( 'addCommentThread', { threadId: 'thread-1' } );
20
+ * ```
21
+ */
22
+ export default class AddCommentThreadCommand extends Command {
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ refresh(): void;
27
+ /**
28
+ * @fires execute
29
+ * @param options Options for executed command.
30
+ * @param options.threadId Id of comment marker that will be added.
31
+ */
32
+ execute({ threadId }?: {
33
+ threadId?: string | undefined;
34
+ }): void;
35
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24be=['_hasContent','addMarker','tableCell','backward','schema','$textProxy','selection','getLastMatchingPosition','refresh','_itemIsContent','model','item','end','comment:','element','substr','editor','document','_trimToContent','isEnabled','getRanges','change'];(function(_0x53332f,_0x24be21){const _0x1f33ef=function(_0x58c2cf){while(--_0x58c2cf){_0x53332f['push'](_0x53332f['shift']());}};_0x1f33ef(++_0x24be21);}(_0x24be,0x1c1));const _0x1f33=function(_0x53332f,_0x24be21){_0x53332f=_0x53332f-0x0;let _0x1f33ef=_0x24be[_0x53332f];return _0x1f33ef;};import{Command as _0x290f9b}from'ckeditor5/src/core';import{uid as _0x3222c0}from'ckeditor5/src/utils';export default class q extends _0x290f9b{[_0x1f33('0x15')](){const _0x25beea=this[_0x1f33('0x7')][_0x1f33('0x1')][_0x1f33('0x8')][_0x1f33('0x13')];for(const _0x1fc0ce of _0x25beea['getRanges']())if(this[_0x1f33('0xd')](_0x1fc0ce))return void(this[_0x1f33('0xa')]=!0x0);this[_0x1f33('0xa')]=!0x1;}['execute']({threadId:_0x47f2de=_0x3222c0()}={}){const _0x38019d=this[_0x1f33('0x7')]['model'],_0x2987cf=[];for(const _0x495af2 of _0x38019d[_0x1f33('0x8')]['selection'][_0x1f33('0xb')]())this[_0x1f33('0xd')](_0x495af2)&&_0x2987cf['push'](this[_0x1f33('0x9')](_0x495af2));_0x38019d[_0x1f33('0xc')](_0x1bc485=>{for(const _0x35ae32 of _0x2987cf){const _0x49ccfe=_0x3222c0()[_0x1f33('0x6')](0x1,0x5),_0x1db688=_0x1f33('0x4')+_0x47f2de+':'+_0x49ccfe;_0x1bc485[_0x1f33('0xe')](_0x1db688,{'range':_0x35ae32,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x1f33('0xd')](_0x1eaac7){for(const _0x449e86 of _0x1eaac7['getItems']())if(this['_itemIsContent'](_0x449e86))return!0x0;return!0x1;}['_itemIsContent'](_0x46175b){return _0x46175b['is'](_0x1f33('0x12'))||this['editor']['model'][_0x1f33('0x11')]['isObject'](_0x46175b)&&!_0x46175b['is'](_0x1f33('0x5'),_0x1f33('0xf'));}['_trimToContent'](_0x67acda){const _0x538141=_0x1d0ce5=>!this[_0x1f33('0x0')](_0x1d0ce5[_0x1f33('0x2')]),_0x17e8c6=_0x67acda['start']['getLastMatchingPosition'](_0x538141),_0x20d037=_0x67acda[_0x1f33('0x3')][_0x1f33('0x14')](_0x538141,{'direction':_0x1f33('0x10')});return this[_0x1f33('0x7')][_0x1f33('0x1')]['createRange'](_0x17e8c6,_0x20d037);}}
23
+ const _0x2213=['getRanges','refresh','_trimToContent','item','end','getItems','push','schema','element','selection','model','substr','_itemIsContent','getLastMatchingPosition','addMarker','document','editor','_hasContent','isEnabled','change','comment:'];(function(_0x5690c4,_0x221336){const _0x5d784b=function(_0x5a2fef){while(--_0x5a2fef){_0x5690c4['push'](_0x5690c4['shift']());}};_0x5d784b(++_0x221336);}(_0x2213,0x1cf));const _0x5d78=function(_0x5690c4,_0x221336){_0x5690c4=_0x5690c4-0x0;let _0x5d784b=_0x2213[_0x5690c4];return _0x5d784b;};import{Command as _0x45b6be}from'ckeditor5/src/core';import{uid as _0x5f3155}from'ckeditor5/src/utils';export default class q extends _0x45b6be{[_0x5d78('0x0')](){const _0x166274=this[_0x5d78('0xf')][_0x5d78('0x9')][_0x5d78('0xe')][_0x5d78('0x8')];for(const _0xec8c2f of _0x166274[_0x5d78('0x14')]())if(this[_0x5d78('0x10')](_0xec8c2f))return void(this[_0x5d78('0x11')]=!0x0);this[_0x5d78('0x11')]=!0x1;}['execute']({threadId:_0x554e56=_0x5f3155()}={}){const _0x3b94d5=this[_0x5d78('0xf')][_0x5d78('0x9')],_0x245f3a=[];for(const _0x33be84 of _0x3b94d5[_0x5d78('0xe')][_0x5d78('0x8')][_0x5d78('0x14')]())this[_0x5d78('0x10')](_0x33be84)&&_0x245f3a[_0x5d78('0x5')](this[_0x5d78('0x1')](_0x33be84));_0x3b94d5[_0x5d78('0x12')](_0x520068=>{for(const _0x168a63 of _0x245f3a){const _0x4cb489=_0x5f3155()[_0x5d78('0xa')](0x1,0x5),_0xd59410=_0x5d78('0x13')+_0x554e56+':'+_0x4cb489;_0x520068[_0x5d78('0xd')](_0xd59410,{'range':_0x168a63,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x5d78('0x10')](_0x1818ba){for(const _0x5be2f6 of _0x1818ba[_0x5d78('0x4')]())if(this[_0x5d78('0xb')](_0x5be2f6))return!0x0;return!0x1;}[_0x5d78('0xb')](_0x567f47){return _0x567f47['is']('$textProxy')||this['editor'][_0x5d78('0x9')][_0x5d78('0x6')]['isObject'](_0x567f47)&&!_0x567f47['is'](_0x5d78('0x7'),'tableCell');}['_trimToContent'](_0x5d8416){const _0x166dbc=_0x29945c=>!this[_0x5d78('0xb')](_0x29945c[_0x5d78('0x2')]),_0x29d58b=_0x5d8416['start'][_0x5d78('0xc')](_0x166dbc),_0x121cef=_0x5d8416[_0x5d78('0x3')][_0x5d78('0xc')](_0x166dbc,{'direction':'backward'});return this[_0x5d78('0xf')][_0x5d78('0x9')]['createRange'](_0x29d58b,_0x121cef);}}
@@ -1,31 +1,31 @@
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/commentsarchive
7
- * @publicApi
8
- */
9
- import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core';
10
- import { Collection } from 'ckeditor5/src/utils';
11
- import CommentsRepository, { type CommentThread } from './commentsrepository';
12
- import Annotations from '../annotations/annotations';
13
- /**
14
- * This plugin handles all operations on resolved threads needed for the comments archive.
15
- */
16
- export default class CommentsArchive extends ContextPlugin {
17
- resolvedThreads: Collection<CommentThread>;
18
- /**
19
- * @inheritDoc
20
- */
21
- static get pluginName(): "CommentsArchive";
22
- /**
23
- * @inheritDoc
24
- */
25
- static get requires(): readonly [typeof CommentsRepository, typeof Annotations];
26
- constructor(context: Context | Editor);
27
- /**
28
- * @inheritDoc
29
- */
30
- init(): void;
31
- }
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/commentsarchive
7
+ * @publicApi
8
+ */
9
+ import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core';
10
+ import { Collection } from 'ckeditor5/src/utils';
11
+ import CommentsRepository, { type CommentThread } from './commentsrepository';
12
+ import Annotations from '../annotations/annotations';
13
+ /**
14
+ * This plugin handles all operations on archived threads needed for the comments archive.
15
+ */
16
+ export default class CommentsArchive extends ContextPlugin {
17
+ archivedThreads: Collection<CommentThread>;
18
+ /**
19
+ * @inheritDoc
20
+ */
21
+ static get pluginName(): "CommentsArchive";
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ static get requires(): readonly [typeof CommentsRepository, typeof Annotations];
26
+ constructor(context: Context | Editor);
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ init(): void;
31
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ecd=['findIndex','CommentsArchive','requires','activate','focus','reopenCommentThread','resolvedThreads','plugins','_calculatePosition','getCommentThread','init','remove','length','highest','add','get','resolveCommentThread','has','collection','listenTo','resolvedAt','context','pluginName'];(function(_0x6e15c2,_0x2ecd61){const _0x2c4009=function(_0x20aece){while(--_0x20aece){_0x6e15c2['push'](_0x6e15c2['shift']());}};_0x2c4009(++_0x2ecd61);}(_0x2ecd,0x80));const _0x2c40=function(_0x6e15c2,_0x2ecd61){_0x6e15c2=_0x6e15c2-0x0;let _0x2c4009=_0x2ecd[_0x6e15c2];return _0x2c4009;};import{ContextPlugin as _0x250069}from'ckeditor5/src/core';import{Collection as _0x65f63c}from'ckeditor5/src/utils';import _0x43b3fd from'./commentsrepository';import _0x5a2941 from'../annotations/annotations';export default class p extends _0x250069{static get[_0x2c40('0x9')](){return _0x2c40('0xb');}static get[_0x2c40('0xc')](){return[_0x43b3fd,_0x5a2941];}constructor(_0x3552a5){super(_0x3552a5),this[_0x2c40('0x10')]=new _0x65f63c();}[_0x2c40('0x14')](){const _0x167898=this[_0x2c40('0x8')],_0x2a46ef=_0x167898['plugins'][_0x2c40('0x2')](_0x43b3fd),_0x2877de=_0x167898[_0x2c40('0x11')][_0x2c40('0x2')](_0x5a2941);this['listenTo'](_0x2a46ef,'addCommentThread',(_0x150e71,{threadId:_0x508c62,resolvedAt:_0x51b41a,deletedAt:_0x52ba3c})=>{if(_0x51b41a&&!_0x52ba3c){const _0x7d00e4=_0x2a46ef['getCommentThread'](_0x508c62);this['resolvedThreads'][_0x2c40('0x1')](_0x7d00e4,this[_0x2c40('0x12')](_0x51b41a));}}),this[_0x2c40('0x6')](_0x2a46ef,_0x2c40('0x3'),(_0x172ddd,{threadId:_0x212ec9,resolvedAt:_0x41d326})=>{const _0x17ba15=_0x2a46ef[_0x2c40('0x13')](_0x212ec9);this[_0x2c40('0x10')]['add'](_0x17ba15,this[_0x2c40('0x12')](_0x41d326));},{'priority':_0x2c40('0x0')}),this[_0x2c40('0x6')](_0x2a46ef,_0x2c40('0xf'),(_0x3918c9,{threadId:_0xf694dc})=>{const _0x5c5723=_0x2a46ef[_0x2c40('0x13')](_0xf694dc);this['resolvedThreads'][_0x2c40('0x4')](_0x5c5723)&&this[_0x2c40('0x10')][_0x2c40('0x15')](_0x5c5723);},{'priority':'highest'}),this['listenTo'](_0x2a46ef,'removeCommentThread',(_0x3490d4,{threadId:_0x53d5a8})=>{const _0x4ce058=_0x2a46ef[_0x2c40('0x13')](_0x53d5a8);this[_0x2c40('0x10')]['has'](_0x4ce058)&&this[_0x2c40('0x10')][_0x2c40('0x15')](_0x4ce058);},{'priority':_0x2c40('0x0')}),this['listenTo'](_0x2877de[_0x2c40('0x5')],_0x2c40('0xe'),(_0x500aad,_0xb2cecd)=>{_0xb2cecd['isActive']=!0x0,_0x2877de[_0x2c40('0xd')](_0xb2cecd);});}[_0x2c40('0x12')](_0x5f319d){const _0x344696=[...this[_0x2c40('0x10')]][_0x2c40('0xa')](_0x1b2e5a=>_0x1b2e5a[_0x2c40('0x7')]<_0x5f319d);return _0x344696>-0x1?_0x344696:this['resolvedThreads'][_0x2c40('0x16')];}}
23
+ const _0x3ab1=['listenTo','archivedThreads','remove','add','collection','getCommentThread','plugins','removeCommentThread','stopListening','length','archivedAt','get','isActive','init','CommentsArchive','change:archivedAt','focus','addCommentThread','context','has','_calculatePosition','pluginName','highest','activate'];(function(_0x49e76d,_0x3ab10d){const _0x54c1c5=function(_0x3f24ba){while(--_0x3f24ba){_0x49e76d['push'](_0x49e76d['shift']());}};_0x54c1c5(++_0x3ab10d);}(_0x3ab1,0x19a));const _0x54c1=function(_0x49e76d,_0x3ab10d){_0x49e76d=_0x49e76d-0x0;let _0x54c1c5=_0x3ab1[_0x49e76d];return _0x54c1c5;};import{ContextPlugin as _0x166a2b}from'ckeditor5/src/core';import{Collection as _0x2c55de}from'ckeditor5/src/utils';import _0x12f892 from'./commentsrepository';import _0x5a1702 from'../annotations/annotations';export default class p extends _0x166a2b{static get[_0x54c1('0x13')](){return _0x54c1('0xc');}static get['requires'](){return[_0x12f892,_0x5a1702];}constructor(_0x4fa177){super(_0x4fa177),this[_0x54c1('0x17')]=new _0x2c55de();}[_0x54c1('0xb')](){const _0x2e68a1=this[_0x54c1('0x10')],_0x3bcb1d=_0x2e68a1[_0x54c1('0x4')][_0x54c1('0x9')](_0x12f892),_0x5bb0e3=_0x2e68a1[_0x54c1('0x4')][_0x54c1('0x9')](_0x5a1702);this[_0x54c1('0x16')](_0x3bcb1d,_0x54c1('0xf'),(_0x41bb0c,{threadId:_0x5dbdd9})=>{const _0x27d2dd=_0x3bcb1d[_0x54c1('0x3')](_0x5dbdd9);_0x27d2dd['archivedAt']&&this[_0x54c1('0x17')][_0x54c1('0x1')](_0x27d2dd,this[_0x54c1('0x12')](_0x27d2dd[_0x54c1('0x8')])),this[_0x54c1('0x16')](_0x27d2dd,_0x54c1('0xd'),(_0x95b997,_0x74c2b7,_0x23cf04)=>{_0x23cf04?this[_0x54c1('0x17')]['has'](_0x27d2dd)||this['archivedThreads'][_0x54c1('0x1')](_0x27d2dd,this[_0x54c1('0x12')](_0x27d2dd['archivedAt'])):this[_0x54c1('0x17')][_0x54c1('0x11')](_0x27d2dd)&&this[_0x54c1('0x17')][_0x54c1('0x0')](_0x27d2dd);});}),this[_0x54c1('0x16')](_0x3bcb1d,_0x54c1('0x5'),(_0x1db089,{threadId:_0x5c89dc})=>{const _0x3160f8=_0x3bcb1d[_0x54c1('0x3')](_0x5c89dc);this[_0x54c1('0x6')](_0x3160f8),this[_0x54c1('0x17')][_0x54c1('0x11')](_0x3160f8)&&this[_0x54c1('0x17')][_0x54c1('0x0')](_0x3160f8);},{'priority':_0x54c1('0x14')}),this['listenTo'](_0x5bb0e3[_0x54c1('0x2')],_0x54c1('0xe'),(_0x2bea1d,_0x4c955)=>{_0x4c955[_0x54c1('0xa')]=!0x0,_0x5bb0e3[_0x54c1('0x15')](_0x4c955);});}[_0x54c1('0x12')](_0x349a1c){const _0x512eab=[...this[_0x54c1('0x17')]]['findIndex'](_0x3a5880=>_0x3a5880[_0x54c1('0x8')]<_0x349a1c);return _0x512eab>-0x1?_0x512eab:this[_0x54c1('0x17')][_0x54c1('0x7')];}}
@@ -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/commentsarchiveui
7
- * @publicApi
8
- */
9
- import '../../theme/commentsarchive.css';
10
- import { Plugin, type Editor } from 'ckeditor5/src/core';
11
- import { ViewCollection } from 'ckeditor5/src/ui';
12
- import CommentsArchiveView from './ui/view/commentsarchiveview';
13
- import CommentsArchive from './commentsarchive';
14
- import type AnnotationView from '../annotations/view/annotationview';
15
- /**
16
- * Creates comments archive {@link module:ui/dropdown/dropdownview~DropdownView ui dropdown} and binds with
17
- * resolved comment thread annotation views.
18
- */
19
- export default class CommentsArchiveUI extends Plugin {
20
- commentsArchiveView: CommentsArchiveView | undefined;
21
- annotationViews: ViewCollection<AnnotationView>;
22
- /**
23
- * @inheritDoc
24
- */
25
- static get pluginName(): "CommentsArchiveUI";
26
- /**
27
- * @inheritDoc
28
- */
29
- static get requires(): readonly [typeof CommentsArchive];
30
- /**
31
- * @inheritDoc
32
- */
33
- constructor(editor: Editor);
34
- /**
35
- * @inheritDoc
36
- */
37
- init(): 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/commentsarchiveui
7
+ * @publicApi
8
+ */
9
+ import '../../theme/commentsarchive.css';
10
+ import { Plugin, type Editor } from 'ckeditor5/src/core';
11
+ import { ViewCollection } from 'ckeditor5/src/ui';
12
+ import CommentsArchiveView from './ui/view/commentsarchiveview';
13
+ import CommentsArchive from './commentsarchive';
14
+ import type AnnotationView from '../annotations/view/annotationview';
15
+ /**
16
+ * Creates comments archive {@link module:ui/dropdown/dropdownview~DropdownView ui dropdown} and binds with
17
+ * archived comment thread annotation views.
18
+ */
19
+ export default class CommentsArchiveUI extends Plugin {
20
+ commentsArchiveView: CommentsArchiveView | undefined;
21
+ annotationViews: ViewCollection<AnnotationView>;
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ static get pluginName(): "CommentsArchiveUI";
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get requires(): readonly [typeof CommentsArchive];
30
+ /**
31
+ * @inheritDoc
32
+ */
33
+ constructor(editor: Editor);
34
+ /**
35
+ * @inheritDoc
36
+ */
37
+ init(): void;
38
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5760=['ck-comments-archive-dropdown','commentsArchiveView','change:isOpen','resolvedThreads','extendTemplate','CommentsRepository','_pendingThreads','listenTo','children','get','focusableElements','config','requires','focusTracker','resolvedAt','CommentsArchiveUI','set','indexOf','Annotations','remove','classList','plugins','init','_calculatePosition','contains','channelId','length','ck-body','COMMENTS_ARCHIVE','stopListening','locale','find','buttonView','mainView','editor','panelView','annotationViews','splice','collaboration.channelId','collection','_threadToController','_createArchiveUIDropdown','getByInnerView','position','view','commentsArchive','_handleAnnotationFocusableElements','add','innerView','componentFactory'];(function(_0x40c29b,_0x5760b7){const _0x2542c7=function(_0x1a5ec7){while(--_0x1a5ec7){_0x40c29b['push'](_0x40c29b['shift']());}};_0x2542c7(++_0x5760b7);}(_0x5760,0x174));const _0x2542=function(_0x40c29b,_0x5760b7){_0x40c29b=_0x40c29b-0x0;let _0x2542c7=_0x5760[_0x40c29b];return _0x2542c7;};import'../../theme/commentsarchive.css';import{Plugin as _0x17f238}from'ckeditor5/src/core';import{createDropdown as _0x1dc522,ViewCollection as _0x45d3d4}from'ckeditor5/src/ui';import _0x31d374 from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x21f04c}from'../utils/common-translations';import _0x5983a3 from'./ui/view/commentsarchiveview';import _0x218eb from'./commentsarchive';export default class a extends _0x17f238{static get['pluginName'](){return _0x2542('0x2b');}static get[_0x2542('0x28')](){return[_0x218eb];}constructor(_0x3e85cf){super(_0x3e85cf),this[_0x2542('0xe')]=new _0x45d3d4(),this['_pendingThreads']=[];}[_0x2542('0x0')](){this[_0x2542('0xc')]['ui'][_0x2542('0x1b')][_0x2542('0x19')](_0x2542('0x17'),()=>this[_0x2542('0x13')]());const _0x108275=this[_0x2542('0xc')]['plugins'][_0x2542('0x25')](_0x218eb),_0x59a0f8=this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x2542('0x2e')),_0x415e09=this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x2542('0x21'));this['listenTo'](_0x108275[_0x2542('0x1f')],_0x2542('0x19'),(_0x2257f7,_0x19a4da)=>{const _0x419a80=this[_0x2542('0xc')][_0x2542('0x27')][_0x2542('0x25')](_0x2542('0x10'));if(!_0x419a80||_0x19a4da['channelId']===_0x419a80){const _0xe00f14=this['_calculatePosition'](_0x19a4da['resolvedAt']),_0x2a29a2=_0x415e09[_0x2542('0x12')][_0x2542('0x25')](_0x19a4da);if(!_0x2a29a2)return void this[_0x2542('0x22')]['push']({'thread':_0x19a4da,'position':_0xe00f14});const _0x161e7e=_0x59a0f8[_0x2542('0x14')](_0x2a29a2[_0x2542('0x16')]);_0x161e7e['isVisible']&&_0x59a0f8['_visibleAnnotations']['remove'](_0x161e7e),this['annotationViews']['add'](_0x161e7e[_0x2542('0x16')],_0xe00f14);}}),this[_0x2542('0x23')](_0x59a0f8[_0x2542('0x11')],'add',(_0x1944f8,_0x57b19b)=>{const _0xbc049d=this[_0x2542('0x22')][_0x2542('0x9')](({thread:_0x586d9c})=>{const _0x151f73=_0x415e09[_0x2542('0x12')][_0x2542('0x25')](_0x586d9c);return _0x151f73&&_0x57b19b[_0x2542('0x1a')]===_0x151f73['view'];});_0xbc049d&&(this['annotationViews'][_0x2542('0x19')](_0x57b19b[_0x2542('0x16')],_0xbc049d[_0x2542('0x15')]),this['_pendingThreads'][_0x2542('0xf')](this[_0x2542('0x22')][_0x2542('0x2d')](_0xbc049d),0x1));}),this['listenTo'](_0x108275['resolvedThreads'],_0x2542('0x2f'),(_0x2918c7,_0x20fe6b)=>{const _0x13b316=this[_0x2542('0xc')][_0x2542('0x27')]['get'](_0x2542('0x10'));if(!_0x13b316||_0x20fe6b['channelId']===_0x13b316){const _0x2fc5e2=_0x415e09[_0x2542('0x12')][_0x2542('0x25')](_0x20fe6b),_0x862ea8=_0x59a0f8[_0x2542('0x14')](_0x2fc5e2[_0x2542('0x16')]);this[_0x2542('0xe')][_0x2542('0x2f')](_0x862ea8[_0x2542('0x16')]),this[_0x2542('0x7')](_0x862ea8[_0x2542('0x26')]);}});}[_0x2542('0x18')](_0x1efbbd,_0x5fad55){for(const _0x35fa2d of _0x5fad55[_0x2542('0x26')])_0x35fa2d[_0x2542('0x30')][_0x2542('0x2')](_0x2542('0x5'))&&_0x1efbbd[_0x2542('0x29')][_0x2542('0x19')](_0x35fa2d);this[_0x2542('0x23')](_0x5fad55[_0x2542('0x26')],_0x2542('0x19'),(_0x5bd016,_0x1717a7)=>{_0x1717a7['classList'][_0x2542('0x2')](_0x2542('0x5'))&&_0x1efbbd['focusTracker'][_0x2542('0x19')](_0x1717a7);}),this[_0x2542('0x23')](_0x5fad55['focusableElements'],_0x2542('0x2f'),(_0x5dca97,_0x2601c8)=>{_0x2601c8[_0x2542('0x30')]['contains']('ck-body')&&_0x1efbbd[_0x2542('0x29')][_0x2542('0x2f')](_0x2601c8);});}[_0x2542('0x1')](_0x5abfe7){const _0xb3e0e0=this[_0x2542('0xc')][_0x2542('0x27')][_0x2542('0x25')](_0x2542('0x10')),_0x55eb02=[...this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x218eb)[_0x2542('0x1f')]]['filter'](_0x1f1a3c=>_0x1f1a3c[_0x2542('0x3')]!==_0xb3e0e0)['findIndex'](_0x1baa31=>_0x1baa31[_0x2542('0x2a')]<_0x5abfe7);return _0x55eb02>-0x1?_0x55eb02:this['annotationViews'][_0x2542('0x4')];}[_0x2542('0x13')](){const _0xdbaa58=this[_0x2542('0xc')],_0xee6d8c=this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x2542('0x2e')),_0x40e6e9=_0x1dc522(_0xdbaa58[_0x2542('0x8')]);_0x40e6e9[_0x2542('0xa')][_0x2542('0x2c')]({'icon':_0x31d374,'label':_0x21f04c(_0xdbaa58['locale'],_0x2542('0x6')),'tooltip':!0x0}),_0x40e6e9[_0x2542('0xd')][_0x2542('0x20')]({'attributes':{'class':_0x2542('0x1c')}}),_0x40e6e9['on'](_0x2542('0x1e'),(_0x2bfc75,_0x53370d,_0x4d7ebf)=>{this[_0x2542('0x1d')]||(this[_0x2542('0x1d')]=new _0x5983a3(_0xdbaa58[_0x2542('0x8')],this[_0x2542('0xe')])),_0x4d7ebf?_0x40e6e9[_0x2542('0xd')][_0x2542('0x24')][_0x2542('0x19')](this[_0x2542('0x1d')]):_0x40e6e9[_0x2542('0xd')]['children'][_0x2542('0x2f')](this[_0x2542('0x1d')]);});for(const _0xc0ef63 of this[_0x2542('0xe')]){const _0x1133c5=_0xee6d8c[_0x2542('0x14')](_0xc0ef63[_0x2542('0xb')]);this[_0x2542('0x18')](_0x40e6e9,_0x1133c5);}return _0x40e6e9[_0x2542('0x23')](this[_0x2542('0xe')],_0x2542('0x19'),(_0xf2ee54,_0x405628)=>{const _0x51fe70=_0xee6d8c[_0x2542('0x14')](_0x405628[_0x2542('0xb')]);this[_0x2542('0x18')](_0x40e6e9,_0x51fe70);}),_0x40e6e9['listenTo'](this['annotationViews'],'remove',(_0x410bbd,_0x1e31b2)=>{const _0x418c4b=_0xee6d8c[_0x2542('0x14')](_0x1e31b2[_0x2542('0xb')]);for(const _0x5ebb0 of _0x418c4b[_0x2542('0x26')])_0x5ebb0[_0x2542('0x30')][_0x2542('0x2')](_0x2542('0x5'))&&_0x40e6e9[_0x2542('0x29')][_0x2542('0x2f')](_0x5ebb0);}),_0x40e6e9;}}
23
+ const _0x5f3e=['change:isOpen','buttonView','archivedThreads','focusableElements','plugins','collaboration.channelId','view','stopListening','getByInnerView','_calculatePosition','commentsArchiveView','editor','ck-body','classList','init','length','Annotations','set','requires','componentFactory','_createArchiveUIDropdown','archivedAt','findIndex','remove','get','commentsArchive','extendTemplate','focusTracker','find','indexOf','listenTo','channelId','contains','annotationViews','config','isVisible','panelView','ck-comments-archive-dropdown','CommentsRepository','add','locale','push','_threadToController','mainView','children','splice','innerView','_pendingThreads','collection'];(function(_0x4dc8e8,_0x5f3ebf){const _0x2aa53d=function(_0x58ce8a){while(--_0x58ce8a){_0x4dc8e8['push'](_0x4dc8e8['shift']());}};_0x2aa53d(++_0x5f3ebf);}(_0x5f3e,0x1ab));const _0x2aa5=function(_0x4dc8e8,_0x5f3ebf){_0x4dc8e8=_0x4dc8e8-0x0;let _0x2aa53d=_0x5f3e[_0x4dc8e8];return _0x2aa53d;};import'../../theme/commentsarchive.css';import{Plugin as _0x2b717e}from'ckeditor5/src/core';import{createDropdown as _0x3f24f0,ViewCollection as _0xd17bf7}from'ckeditor5/src/ui';import _0x2e5695 from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x39ca5e}from'../utils/common-translations';import _0x5b7879 from'./ui/view/commentsarchiveview';import _0x450248 from'./commentsarchive';export default class a extends _0x2b717e{static get['pluginName'](){return'CommentsArchiveUI';}static get[_0x2aa5('0x20')](){return[_0x450248];}constructor(_0x2eea13){super(_0x2eea13),this[_0x2aa5('0x2f')]=new _0xd17bf7(),this[_0x2aa5('0xc')]=[];}[_0x2aa5('0x1c')](){this[_0x2aa5('0x19')]['ui'][_0x2aa5('0x21')][_0x2aa5('0x4')](_0x2aa5('0x27'),()=>this[_0x2aa5('0x22')]());const _0x21e482=this[_0x2aa5('0x19')][_0x2aa5('0x12')][_0x2aa5('0x26')](_0x450248),_0x3a8bd8=this[_0x2aa5('0x19')][_0x2aa5('0x12')][_0x2aa5('0x26')](_0x2aa5('0x1e')),_0x3be34b=this['editor'][_0x2aa5('0x12')]['get'](_0x2aa5('0x3'));this[_0x2aa5('0x2c')](_0x21e482[_0x2aa5('0x10')],_0x2aa5('0x4'),(_0x549904,_0x59a95f)=>{const _0x4a34ab=this[_0x2aa5('0x19')]['config'][_0x2aa5('0x26')](_0x2aa5('0x13'));if(!_0x4a34ab||_0x59a95f['channelId']===_0x4a34ab){const _0x5916ad=this[_0x2aa5('0x17')](_0x59a95f[_0x2aa5('0x23')]),_0x1af775=_0x3be34b[_0x2aa5('0x7')][_0x2aa5('0x26')](_0x59a95f);if(!_0x1af775)return void this['_pendingThreads'][_0x2aa5('0x6')]({'thread':_0x59a95f,'position':_0x5916ad});const _0x229ea4=_0x3a8bd8[_0x2aa5('0x16')](_0x1af775[_0x2aa5('0x14')]);_0x229ea4[_0x2aa5('0x0')]&&_0x3a8bd8['_visibleAnnotations']['remove'](_0x229ea4),this['annotationViews'][_0x2aa5('0x4')](_0x229ea4['view'],_0x5916ad);}}),this[_0x2aa5('0x2c')](_0x3a8bd8[_0x2aa5('0xd')],'add',(_0x1b65bf,_0x8e3ba6)=>{const _0x4ccf26=this[_0x2aa5('0xc')][_0x2aa5('0x2a')](({thread:_0x5945cd})=>{const _0x8bdb35=_0x3be34b[_0x2aa5('0x7')][_0x2aa5('0x26')](_0x5945cd);return _0x8bdb35&&_0x8e3ba6[_0x2aa5('0xb')]===_0x8bdb35[_0x2aa5('0x14')];});_0x4ccf26&&(this[_0x2aa5('0x2f')][_0x2aa5('0x4')](_0x8e3ba6[_0x2aa5('0x14')],_0x4ccf26['position']),this['_pendingThreads'][_0x2aa5('0xa')](this[_0x2aa5('0xc')][_0x2aa5('0x2b')](_0x4ccf26),0x1));}),this[_0x2aa5('0x2c')](_0x21e482[_0x2aa5('0x10')],'remove',(_0x610552,_0x5a3283)=>{const _0x38b3e8=this[_0x2aa5('0x19')]['config']['get'](_0x2aa5('0x13'));if(!_0x38b3e8||_0x5a3283[_0x2aa5('0x2d')]===_0x38b3e8){const _0x22978c=_0x3be34b['_threadToController'][_0x2aa5('0x26')](_0x5a3283),_0x3623c6=_0x3a8bd8['getByInnerView'](_0x22978c[_0x2aa5('0x14')]);this['annotationViews'][_0x2aa5('0x25')](_0x3623c6[_0x2aa5('0x14')]),this[_0x2aa5('0x15')](_0x3623c6[_0x2aa5('0x11')]);}});}['_handleAnnotationFocusableElements'](_0x2616fe,_0x17d8a8){for(const _0x539d78 of _0x17d8a8[_0x2aa5('0x11')])_0x539d78[_0x2aa5('0x1b')][_0x2aa5('0x2e')](_0x2aa5('0x1a'))&&_0x2616fe[_0x2aa5('0x29')][_0x2aa5('0x4')](_0x539d78);this[_0x2aa5('0x2c')](_0x17d8a8[_0x2aa5('0x11')],_0x2aa5('0x4'),(_0x353b2a,_0x4434b6)=>{_0x4434b6[_0x2aa5('0x1b')]['contains'](_0x2aa5('0x1a'))&&_0x2616fe[_0x2aa5('0x29')][_0x2aa5('0x4')](_0x4434b6);}),this[_0x2aa5('0x2c')](_0x17d8a8[_0x2aa5('0x11')],_0x2aa5('0x25'),(_0x24b62b,_0x4bf11e)=>{_0x4bf11e['classList'][_0x2aa5('0x2e')](_0x2aa5('0x1a'))&&_0x2616fe[_0x2aa5('0x29')][_0x2aa5('0x25')](_0x4bf11e);});}['_calculatePosition'](_0x2d9763){const _0x483af8=this[_0x2aa5('0x19')][_0x2aa5('0x30')][_0x2aa5('0x26')]('collaboration.channelId'),_0x6b36fe=[...this[_0x2aa5('0x19')][_0x2aa5('0x12')][_0x2aa5('0x26')](_0x450248)[_0x2aa5('0x10')]]['filter'](_0x416fa3=>_0x416fa3[_0x2aa5('0x2d')]===_0x483af8)[_0x2aa5('0x24')](_0x711c7a=>_0x711c7a[_0x2aa5('0x23')]<_0x2d9763);return _0x6b36fe>-0x1?_0x6b36fe-0x1:this['annotationViews'][_0x2aa5('0x1d')];}[_0x2aa5('0x22')](){const _0x1f1d84=this[_0x2aa5('0x19')],_0x1ba16e=this['editor'][_0x2aa5('0x12')]['get'](_0x2aa5('0x1e')),_0x262fdb=_0x3f24f0(_0x1f1d84[_0x2aa5('0x5')]);_0x262fdb[_0x2aa5('0xf')][_0x2aa5('0x1f')]({'icon':_0x2e5695,'label':_0x39ca5e(_0x1f1d84[_0x2aa5('0x5')],'COMMENTS_ARCHIVE'),'tooltip':!0x0}),_0x262fdb[_0x2aa5('0x1')][_0x2aa5('0x28')]({'attributes':{'class':_0x2aa5('0x2')}}),_0x262fdb['on'](_0x2aa5('0xe'),(_0x2952f1,_0x1a6fcf,_0x50dc1c)=>{this[_0x2aa5('0x18')]||(this[_0x2aa5('0x18')]=new _0x5b7879(_0x1f1d84[_0x2aa5('0x5')],this['annotationViews'])),_0x50dc1c?_0x262fdb[_0x2aa5('0x1')][_0x2aa5('0x9')][_0x2aa5('0x4')](this['commentsArchiveView']):_0x262fdb['panelView'][_0x2aa5('0x9')][_0x2aa5('0x25')](this[_0x2aa5('0x18')]);});for(const _0x1e890d of this[_0x2aa5('0x2f')]){const _0x37b5e6=_0x1ba16e[_0x2aa5('0x16')](_0x1e890d['mainView']);this['_handleAnnotationFocusableElements'](_0x262fdb,_0x37b5e6);}return _0x262fdb[_0x2aa5('0x2c')](this[_0x2aa5('0x2f')],'add',(_0x4ba179,_0x54f7c2)=>{const _0x9ae6f7=_0x1ba16e[_0x2aa5('0x16')](_0x54f7c2['mainView']);this['_handleAnnotationFocusableElements'](_0x262fdb,_0x9ae6f7);}),_0x262fdb[_0x2aa5('0x2c')](this[_0x2aa5('0x2f')],_0x2aa5('0x25'),(_0x3a8fa,_0x16f634)=>{const _0x1648f3=_0x1ba16e[_0x2aa5('0x16')](_0x16f634[_0x2aa5('0x8')]);for(const _0x11f9bd of _0x1648f3[_0x2aa5('0x11')])_0x11f9bd[_0x2aa5('0x1b')][_0x2aa5('0x2e')]('ck-body')&&_0x262fdb[_0x2aa5('0x29')][_0x2aa5('0x25')](_0x11f9bd);}),_0x262fdb;}}
@@ -1,79 +1,79 @@
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/commentsediting
7
- */
8
- import { Plugin, type Editor } from 'ckeditor5/src/core';
9
- import type { Marker } from 'ckeditor5/src/engine';
10
- import CommentsRepository from './commentsrepository';
11
- import EditorAnnotations from '../annotations/editorannotations';
12
- import CommentsRestrictedEditingMode from './integrations/commentsrestrictededitingmode';
13
- import '../../theme/commentmarker.css';
14
- import CommentsImportWord from './integrations/importword';
15
- /**
16
- * Plugin that keeps in sync comments in {@link module:comments/comments/commentsrepository~CommentsRepository} with
17
- * {@link module:engine/model/markercollection~Marker comment markers}.
18
- */
19
- export default class CommentsEditing extends Plugin {
20
- /**
21
- * If set to `true`, the plugin won't load comment thread for the new marker immediately after the marker is added to the editor.
22
- * Instead, the plugin will wait until the flag will be set to `false` and then load missing comments.
23
- *
24
- * It's useful to hold fetching comments from the server when comments are used with real-time collaboration.
25
- * When a user connects to an existing document, the operations from the history need to be applied one by one.
26
- * An operation which added a new comment marker might be followed by an operation which removes that marker, so it's not
27
- * necessary to make an additional request then.
28
- *
29
- * @observable
30
- */
31
- isThreadsLoadingPaused: boolean;
32
- /**
33
- * Name of the active comment marker.
34
- *
35
- * Markers conversion checks if comment should be marked as active and adds/removes additional css class during the conversion.
36
- *
37
- * @observable
38
- */
39
- activeMarker: string | null;
40
- /**
41
- * @inheritDoc
42
- */
43
- static get requires(): readonly [typeof CommentsRepository, typeof EditorAnnotations, typeof CommentsRestrictedEditingMode, typeof CommentsImportWord];
44
- /**
45
- * @inheritDoc
46
- */
47
- static get pluginName(): "CommentsEditing";
48
- /**
49
- * @inheritDoc
50
- */
51
- constructor(editor: Editor);
52
- /**
53
- * @inheritDoc
54
- */
55
- init(): void;
56
- /**
57
- * @inheritDoc
58
- */
59
- destroy(): void;
60
- /**
61
- * Returns `true` if there is at least one marker in the content that is related to a comment thread with given `threadId`.
62
- *
63
- * @param threadId Comment thread id.
64
- */
65
- hasMarkerForId(threadId: string): boolean;
66
- /**
67
- * Returns all markers that are related to the comment thread with the given `threadId`.
68
- *
69
- * @param threadId Comment thread id.
70
- * @returns Array with all markers related to given comment thread.
71
- */
72
- getAllMarkersForId(threadId: string): Array<Marker>;
73
- /**
74
- * Scrolls editing view to the first thread marker.
75
- *
76
- * @param threadId Comment thread id.
77
- */
78
- scrollToThreadMarker(threadId: string): void;
79
- }
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/commentsediting
7
+ */
8
+ import { Plugin, type Editor } from 'ckeditor5/src/core';
9
+ import type { Marker } from 'ckeditor5/src/engine';
10
+ import CommentsRepository from './commentsrepository';
11
+ import EditorAnnotations from '../annotations/editorannotations';
12
+ import CommentsRestrictedEditingMode from './integrations/commentsrestrictededitingmode';
13
+ import '../../theme/commentmarker.css';
14
+ import CommentsImportWord from './integrations/importword';
15
+ /**
16
+ * Plugin that keeps in sync comments in {@link module:comments/comments/commentsrepository~CommentsRepository} with
17
+ * {@link module:engine/model/markercollection~Marker comment markers}.
18
+ */
19
+ export default class CommentsEditing extends Plugin {
20
+ /**
21
+ * If set to `true`, the plugin won't load comment thread for the new marker immediately after the marker is added to the editor.
22
+ * Instead, the plugin will wait until the flag will be set to `false` and then load missing comments.
23
+ *
24
+ * It's useful to hold fetching comments from the server when comments are used with real-time collaboration.
25
+ * When a user connects to an existing document, the operations from the history need to be applied one by one.
26
+ * An operation which added a new comment marker might be followed by an operation which removes that marker, so it's not
27
+ * necessary to make an additional request then.
28
+ *
29
+ * @observable
30
+ */
31
+ isThreadsLoadingPaused: boolean;
32
+ /**
33
+ * Name of the active comment marker.
34
+ *
35
+ * Markers conversion checks if comment should be marked as active and adds/removes additional css class during the conversion.
36
+ *
37
+ * @observable
38
+ */
39
+ activeMarker: string | null;
40
+ /**
41
+ * @inheritDoc
42
+ */
43
+ static get requires(): readonly [typeof CommentsRepository, typeof EditorAnnotations, typeof CommentsRestrictedEditingMode, typeof CommentsImportWord];
44
+ /**
45
+ * @inheritDoc
46
+ */
47
+ static get pluginName(): "CommentsEditing";
48
+ /**
49
+ * @inheritDoc
50
+ */
51
+ constructor(editor: Editor);
52
+ /**
53
+ * @inheritDoc
54
+ */
55
+ init(): void;
56
+ /**
57
+ * @inheritDoc
58
+ */
59
+ destroy(): void;
60
+ /**
61
+ * Returns `true` if there is at least one marker in the content that is related to a comment thread with given `threadId`.
62
+ *
63
+ * @param threadId Comment thread id.
64
+ */
65
+ hasMarkerForId(threadId: string): boolean;
66
+ /**
67
+ * Returns all markers that are related to the comment thread with the given `threadId`.
68
+ *
69
+ * @param threadId Comment thread id.
70
+ * @returns Array with all markers related to given comment thread.
71
+ */
72
+ getAllMarkersForId(threadId: string): Array<Marker>;
73
+ /**
74
+ * Scrolls editing view to the first thread marker.
75
+ *
76
+ * @param threadId Comment thread id.
77
+ */
78
+ scrollToThreadMarker(threadId: string): void;
79
+ }