@ckeditor/ckeditor5-comments 39.0.1 → 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 (157) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/LICENSE.md +6 -6
  3. package/README.md +14 -14
  4. package/build/comments.js +1 -1
  5. package/build/translations/fa.js +1 -1
  6. package/build/translations/pt-br.js +1 -1
  7. package/lang/translations/af.po +1 -0
  8. package/lang/translations/ar.po +1 -0
  9. package/lang/translations/bg.po +1 -0
  10. package/lang/translations/bn.po +1 -0
  11. package/lang/translations/bs.po +1 -0
  12. package/lang/translations/ca.po +1 -0
  13. package/lang/translations/cs.po +1 -0
  14. package/lang/translations/da.po +1 -0
  15. package/lang/translations/de-ch.po +1 -0
  16. package/lang/translations/de.po +1 -0
  17. package/lang/translations/el.po +1 -0
  18. package/lang/translations/en-au.po +1 -0
  19. package/lang/translations/en.po +1 -0
  20. package/lang/translations/es-co.po +1 -0
  21. package/lang/translations/es.po +1 -0
  22. package/lang/translations/et.po +1 -0
  23. package/lang/translations/fa.po +10 -9
  24. package/lang/translations/fi.po +1 -0
  25. package/lang/translations/fr.po +1 -0
  26. package/lang/translations/gl.po +1 -0
  27. package/lang/translations/he.po +1 -0
  28. package/lang/translations/hi.po +1 -0
  29. package/lang/translations/hr.po +1 -0
  30. package/lang/translations/hu.po +1 -0
  31. package/lang/translations/id.po +1 -0
  32. package/lang/translations/it.po +1 -0
  33. package/lang/translations/ja.po +1 -0
  34. package/lang/translations/jv.po +1 -0
  35. package/lang/translations/ko.po +1 -0
  36. package/lang/translations/lt.po +1 -0
  37. package/lang/translations/lv.po +1 -0
  38. package/lang/translations/ms.po +1 -0
  39. package/lang/translations/nl.po +1 -0
  40. package/lang/translations/no.po +1 -0
  41. package/lang/translations/pl.po +1 -0
  42. package/lang/translations/pt-br.po +4 -3
  43. package/lang/translations/pt.po +1 -0
  44. package/lang/translations/ro.po +1 -0
  45. package/lang/translations/ru.po +1 -0
  46. package/lang/translations/sk.po +1 -0
  47. package/lang/translations/sq.po +1 -0
  48. package/lang/translations/sr-latn.po +1 -0
  49. package/lang/translations/sr.po +1 -0
  50. package/lang/translations/sv.po +1 -0
  51. package/lang/translations/th.po +1 -0
  52. package/lang/translations/tk.po +1 -0
  53. package/lang/translations/tr.po +1 -0
  54. package/lang/translations/tt.po +1 -0
  55. package/lang/translations/ug.po +1 -0
  56. package/lang/translations/uk.po +1 -0
  57. package/lang/translations/ur.po +1 -0
  58. package/lang/translations/vi.po +1 -0
  59. package/lang/translations/zh-cn.po +1 -0
  60. package/lang/translations/zh.po +1 -0
  61. package/package.json +3 -7
  62. package/src/annotations/annotation.d.ts +90 -90
  63. package/src/annotations/annotation.js +1 -1
  64. package/src/annotations/annotationcollection.d.ts +98 -98
  65. package/src/annotations/annotationcollection.js +1 -1
  66. package/src/annotations/annotations.d.ts +154 -154
  67. package/src/annotations/annotations.js +1 -1
  68. package/src/annotations/annotationsuis.d.ts +232 -232
  69. package/src/annotations/annotationsuis.js +1 -1
  70. package/src/annotations/editorannotations.d.ts +67 -67
  71. package/src/annotations/editorannotations.js +1 -1
  72. package/src/annotations/inlineannotations.d.ts +90 -90
  73. package/src/annotations/inlineannotations.js +1 -1
  74. package/src/annotations/narrowsidebar.d.ts +85 -85
  75. package/src/annotations/narrowsidebar.js +1 -1
  76. package/src/annotations/sidebar.d.ts +100 -100
  77. package/src/annotations/sidebar.js +1 -1
  78. package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -29
  79. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  80. package/src/annotations/view/annotationview.d.ts +90 -90
  81. package/src/annotations/view/annotationview.js +1 -1
  82. package/src/annotations/view/sidebaritemview.d.ts +55 -55
  83. package/src/annotations/view/sidebaritemview.js +1 -1
  84. package/src/annotations/view/sidebarview.d.ts +32 -32
  85. package/src/annotations/view/sidebarview.js +1 -1
  86. package/src/annotations/widesidebar.d.ts +77 -77
  87. package/src/annotations/widesidebar.js +1 -1
  88. package/src/augmentation.d.ts +52 -52
  89. package/src/comments/addcommentthreadcommand.d.ts +35 -35
  90. package/src/comments/addcommentthreadcommand.js +1 -1
  91. package/src/comments/commentsarchive.d.ts +31 -31
  92. package/src/comments/commentsarchive.js +1 -1
  93. package/src/comments/commentsarchiveui.d.ts +38 -38
  94. package/src/comments/commentsarchiveui.js +1 -1
  95. package/src/comments/commentsediting.d.ts +79 -79
  96. package/src/comments/commentsediting.js +1 -1
  97. package/src/comments/commentsrepository.d.ts +1129 -1105
  98. package/src/comments/commentsrepository.js +1 -1
  99. package/src/comments/commentsui.d.ts +33 -33
  100. package/src/comments/commentsui.js +1 -1
  101. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -17
  102. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  103. package/src/comments/integrations/importword.d.ts +21 -21
  104. package/src/comments/integrations/importword.js +1 -1
  105. package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -36
  106. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  107. package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -31
  108. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  109. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -36
  110. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  111. package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
  112. package/src/comments/ui/commentthreadcontroller.js +1 -1
  113. package/src/comments/ui/view/basecommentthreadview.d.ts +119 -112
  114. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  115. package/src/comments/ui/view/basecommentview.d.ts +112 -112
  116. package/src/comments/ui/view/basecommentview.js +1 -1
  117. package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -13
  118. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  119. package/src/comments/ui/view/commentcontentview.d.ts +14 -14
  120. package/src/comments/ui/view/commentcontentview.js +1 -1
  121. package/src/comments/ui/view/commentinputview.d.ts +86 -86
  122. package/src/comments/ui/view/commentinputview.js +1 -1
  123. package/src/comments/ui/view/commentsarchiveview.d.ts +38 -38
  124. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  125. package/src/comments/ui/view/commentslistview.d.ts +100 -100
  126. package/src/comments/ui/view/commentslistview.js +1 -1
  127. package/src/comments/ui/view/commentthreadheaderview.d.ts +50 -50
  128. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  129. package/src/comments/ui/view/commentthreadinputview.d.ts +41 -41
  130. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  131. package/src/comments/ui/view/commentthreadview.d.ts +118 -117
  132. package/src/comments/ui/view/commentthreadview.js +1 -1
  133. package/src/comments/ui/view/commentview.d.ts +243 -243
  134. package/src/comments/ui/view/commentview.js +1 -1
  135. package/src/comments.d.ts +35 -35
  136. package/src/comments.js +1 -1
  137. package/src/commentsonly.d.ts +33 -33
  138. package/src/commentsonly.js +1 -1
  139. package/src/config.d.ts +176 -176
  140. package/src/index.d.ts +24 -24
  141. package/src/utils/common-translations.d.ts +9 -9
  142. package/src/utils/common-translations.js +1 -1
  143. package/src/utils/createmutationobserver.d.ts +14 -14
  144. package/src/utils/createmutationobserver.js +1 -1
  145. package/theme/annotation-inline.css +2 -1
  146. package/theme/annotation.css +2 -3
  147. package/theme/comment.css +39 -38
  148. package/theme/commentinput.css +2 -1
  149. package/theme/commentmarker.css +7 -6
  150. package/theme/commentsarchive.css +2 -1
  151. package/theme/commentthread.css +68 -57
  152. package/theme/icons/add-comment.svg +1 -1
  153. package/theme/icons/comments-archive.svg +1 -1
  154. package/theme/icons/edit-comment.svg +1 -1
  155. package/theme/icons/remove-comment.svg +1 -1
  156. package/theme/sidebar-narrow.css +4 -3
  157. package/theme/sidebar.css +13 -12
@@ -1,154 +1,154 @@
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/annotations/annotations
7
- * @publicApi
8
- */
9
- import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core';
10
- import type { View } from 'ckeditor5/src/ui';
11
- import { type Locale } from 'ckeditor5/src/utils';
12
- import Annotation, { type AnnotationTarget } from './annotation';
13
- import AnnotationCollection from './annotationcollection';
14
- import AnnotationView, { type AnnotationMainView } from './view/annotationview';
15
- /**
16
- * Stores and manages all {@link module:comments/annotations/annotation~Annotation annotations} created
17
- * for the entire {@link module:core/context~Context} or {@link module:core/editor/editor~Editor}.
18
- *
19
- * It allows for {@link module:comments/annotations/annotations~Annotations#add adding} and
20
- * {@link module:comments/annotations/annotations~Annotations#remove removing} annotations.
21
- *
22
- * It manages {@link module:comments/annotations/annotations~Annotations#activate activating} and
23
- * {@link module:comments/annotations/annotations~Annotations#deactivateAll deactivating} annotations. Using those methods will
24
- * result in setting {@link module:comments/annotations/annotationsuis~AnnotationUI#activeAnnotation} in the appropriate
25
- * {@link module:comments/annotations/annotationsuis~AnnotationsUI annotations UI} plugins.
26
- *
27
- * All active annotations are stored in {@link module:comments/annotations/annotations~Annotations#activeAnnotations}.
28
- *
29
- * `Annotations` is linked with {@link module:comments/annotations/annotationsuis~AnnotationsUIs}, which listens to events fired by
30
- * `Annotations` and propagates information to and from annotations UI plugins.
31
- */
32
- export default class Annotations extends ContextPlugin {
33
- /**
34
- * A set of currently active annotations.
35
- *
36
- * @observable
37
- */
38
- activeAnnotations: Set<Annotation>;
39
- /**
40
- * A collection of all annotations. It should not be operated on directly.
41
- */
42
- readonly collection: AnnotationCollection;
43
- /**
44
- * @inheritDoc
45
- */
46
- static get pluginName(): "Annotations";
47
- /**
48
- * @inheritDoc
49
- */
50
- constructor(context: Context | Editor);
51
- /**
52
- * Adds an annotation to the collection.
53
- */
54
- add(annotation: Annotation): void;
55
- /**
56
- * Removes the given annotation from the collection.
57
- */
58
- remove(annotation: Annotation): void;
59
- /**
60
- * Refreshes the visibility of annotations based on the visibility of their annotation targets.
61
- *
62
- * This method should be called when one or more annotations' targets changed their visibility,
63
- * for example when one of the editors was shown or hidden.
64
- *
65
- * This method recalculates all annotations' {@link module:comments/annotations/annotation~Annotation#isVisible `isVisible`} property.
66
- */
67
- refreshVisibility(): void;
68
- /**
69
- * Refreshes the positioning of all visible annotations and sorts them topmost and leftmost.
70
- */
71
- refreshPositioning(): void;
72
- /**
73
- * Returns the annotation that "contains" the given annotation view's inner view.
74
- */
75
- getByInnerView(innerView: View): Annotation | undefined;
76
- /**
77
- * Deactivates all active annotations.
78
- *
79
- * @fires _deactivateAllAnnotations
80
- */
81
- deactivateAll(): void;
82
- /**
83
- * @inheritDoc
84
- */
85
- destroy(): void;
86
- /**
87
- * Activates the given annotation.
88
- *
89
- * If annotations UI that handles the given annotation already has an active annotation,
90
- * then it deactivates it and activates the provided one.
91
- *
92
- * @fires _activateAnnotation
93
- */
94
- activate(annotation: Annotation): void;
95
- /**
96
- * Creates an annotation.
97
- *
98
- * ```ts
99
- * const annotationView = annotations.createAnnotationView( editor.locale, innerView );
100
- *
101
- * const annotation = annotations.createAnnotation( {
102
- * view: annotationView,
103
- * target: document.getElementById( 'target' ),
104
- * type: 'comment'
105
- * } );
106
- * ```
107
- *
108
- * @returns An annotation.
109
- */
110
- createAnnotation(options: AnnotationOptions): Annotation;
111
- /**
112
- * Creates an annotation view wrapper for the annotation content.
113
- *
114
- * ```ts
115
- * const innerView = createCustomView();
116
- * const annotationView = annotations.createAnnotationView( editor.locale, innerView );
117
- * ```
118
- *
119
- * @returns An annotation view.
120
- */
121
- createAnnotationView(locale: Locale, view: AnnotationMainView): AnnotationView;
122
- }
123
- /**
124
- * The configuration options which are used to create new {@link module:comments/annotations/annotation~Annotation annotations}.
125
- *
126
- * @param view The annotation view.
127
- * @param target The annotation target.
128
- * @param type The annotation type.
129
- * @param isVisible The initial visibility of the annotation.
130
- */
131
- export interface AnnotationOptions {
132
- view: AnnotationView;
133
- target: AnnotationTarget;
134
- type: string | (() => string);
135
- isVisible?: boolean;
136
- }
137
- /**
138
- * An internal event that fires when the annotation should be activated.
139
- *
140
- * @eventName ~Annotations#_activateAnnotation
141
- */
142
- export type ActivateAnnotationEvent = {
143
- name: '_activateAnnotation';
144
- args: [annotation: Annotation];
145
- };
146
- /**
147
- * An internal event that fires when all annotations should be deactivated.
148
- *
149
- * @eventName ~Annotations#_deactivateAllAnnotations
150
- */
151
- export type DeactivateAllAnnotationsEvent = {
152
- name: '_deactivateAllAnnotations';
153
- args: [];
154
- };
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/annotations/annotations
7
+ * @publicApi
8
+ */
9
+ import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core';
10
+ import type { View } from 'ckeditor5/src/ui';
11
+ import { type Locale } from 'ckeditor5/src/utils';
12
+ import Annotation, { type AnnotationTarget } from './annotation';
13
+ import AnnotationCollection from './annotationcollection';
14
+ import AnnotationView, { type AnnotationMainView } from './view/annotationview';
15
+ /**
16
+ * Stores and manages all {@link module:comments/annotations/annotation~Annotation annotations} created
17
+ * for the entire {@link module:core/context~Context} or {@link module:core/editor/editor~Editor}.
18
+ *
19
+ * It allows for {@link module:comments/annotations/annotations~Annotations#add adding} and
20
+ * {@link module:comments/annotations/annotations~Annotations#remove removing} annotations.
21
+ *
22
+ * It manages {@link module:comments/annotations/annotations~Annotations#activate activating} and
23
+ * {@link module:comments/annotations/annotations~Annotations#deactivateAll deactivating} annotations. Using those methods will
24
+ * result in setting {@link module:comments/annotations/annotationsuis~AnnotationUI#activeAnnotation} in the appropriate
25
+ * {@link module:comments/annotations/annotationsuis~AnnotationsUI annotations UI} plugins.
26
+ *
27
+ * All active annotations are stored in {@link module:comments/annotations/annotations~Annotations#activeAnnotations}.
28
+ *
29
+ * `Annotations` is linked with {@link module:comments/annotations/annotationsuis~AnnotationsUIs}, which listens to events fired by
30
+ * `Annotations` and propagates information to and from annotations UI plugins.
31
+ */
32
+ export default class Annotations extends ContextPlugin {
33
+ /**
34
+ * A set of currently active annotations.
35
+ *
36
+ * @observable
37
+ */
38
+ activeAnnotations: Set<Annotation>;
39
+ /**
40
+ * A collection of all annotations. It should not be operated on directly.
41
+ */
42
+ readonly collection: AnnotationCollection;
43
+ /**
44
+ * @inheritDoc
45
+ */
46
+ static get pluginName(): "Annotations";
47
+ /**
48
+ * @inheritDoc
49
+ */
50
+ constructor(context: Context | Editor);
51
+ /**
52
+ * Adds an annotation to the collection.
53
+ */
54
+ add(annotation: Annotation): void;
55
+ /**
56
+ * Removes the given annotation from the collection.
57
+ */
58
+ remove(annotation: Annotation): void;
59
+ /**
60
+ * Refreshes the visibility of annotations based on the visibility of their annotation targets.
61
+ *
62
+ * This method should be called when one or more annotations' targets changed their visibility,
63
+ * for example when one of the editors was shown or hidden.
64
+ *
65
+ * This method recalculates all annotations' {@link module:comments/annotations/annotation~Annotation#isVisible `isVisible`} property.
66
+ */
67
+ refreshVisibility(): void;
68
+ /**
69
+ * Refreshes the positioning of all visible annotations and sorts them topmost and leftmost.
70
+ */
71
+ refreshPositioning(): void;
72
+ /**
73
+ * Returns the annotation that "contains" the given annotation view's inner view.
74
+ */
75
+ getByInnerView(innerView: View): Annotation | undefined;
76
+ /**
77
+ * Deactivates all active annotations.
78
+ *
79
+ * @fires _deactivateAllAnnotations
80
+ */
81
+ deactivateAll(): void;
82
+ /**
83
+ * @inheritDoc
84
+ */
85
+ destroy(): void;
86
+ /**
87
+ * Activates the given annotation.
88
+ *
89
+ * If annotations UI that handles the given annotation already has an active annotation,
90
+ * then it deactivates it and activates the provided one.
91
+ *
92
+ * @fires _activateAnnotation
93
+ */
94
+ activate(annotation: Annotation): void;
95
+ /**
96
+ * Creates an annotation.
97
+ *
98
+ * ```ts
99
+ * const annotationView = annotations.createAnnotationView( editor.locale, innerView );
100
+ *
101
+ * const annotation = annotations.createAnnotation( {
102
+ * view: annotationView,
103
+ * target: document.getElementById( 'target' ),
104
+ * type: 'comment'
105
+ * } );
106
+ * ```
107
+ *
108
+ * @returns An annotation.
109
+ */
110
+ createAnnotation(options: AnnotationOptions): Annotation;
111
+ /**
112
+ * Creates an annotation view wrapper for the annotation content.
113
+ *
114
+ * ```ts
115
+ * const innerView = createCustomView();
116
+ * const annotationView = annotations.createAnnotationView( editor.locale, innerView );
117
+ * ```
118
+ *
119
+ * @returns An annotation view.
120
+ */
121
+ createAnnotationView(locale: Locale, view: AnnotationMainView): AnnotationView;
122
+ }
123
+ /**
124
+ * The configuration options which are used to create new {@link module:comments/annotations/annotation~Annotation annotations}.
125
+ *
126
+ * @param view The annotation view.
127
+ * @param target The annotation target.
128
+ * @param type The annotation type.
129
+ * @param isVisible The initial visibility of the annotation.
130
+ */
131
+ export interface AnnotationOptions {
132
+ view: AnnotationView;
133
+ target: AnnotationTarget;
134
+ type: string | (() => string);
135
+ isVisible?: boolean;
136
+ }
137
+ /**
138
+ * An internal event that fires when the annotation should be activated.
139
+ *
140
+ * @eventName ~Annotations#_activateAnnotation
141
+ */
142
+ export type ActivateAnnotationEvent = {
143
+ name: '_activateAnnotation';
144
+ args: [annotation: Annotation];
145
+ };
146
+ /**
147
+ * An internal event that fires when all annotations should be deactivated.
148
+ *
149
+ * @eventName ~Annotations#_deactivateAllAnnotations
150
+ */
151
+ export type DeactivateAllAnnotationsEvent = {
152
+ name: '_deactivateAllAnnotations';
153
+ args: [];
154
+ };
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5af9=['change:isVisible','has','refreshPositioning','source','refreshVisibility','createAnnotationView','delete','activate','collection','isVisible','activeAnnotations','createAnnotation','_activateAnnotation','destroy','view','getByInnerView','Annotations','fire','deactivateAll','_addActiveAnnotation','set','_deactivateAllAnnotations','add','remove','_removeActiveAnnotation','element','focusTracker','listenTo','_visibleAnnotations','_bindAnnotationsToVisibleAnnotations'];(function(_0x12f9db,_0x5af9f5){const _0x5219ee=function(_0x3b80cf){while(--_0x3b80cf){_0x12f9db['push'](_0x12f9db['shift']());}};_0x5219ee(++_0x5af9f5);}(_0x5af9,0xb3));const _0x5219=function(_0x12f9db,_0x5af9f5){_0x12f9db=_0x12f9db-0x0;let _0x5219ee=_0x5af9[_0x12f9db];return _0x5219ee;};import{ContextPlugin as _0x25ada4}from'ckeditor5/src/core';import _0x9cfe95 from'./annotation';import _0x3ed50e from'./annotationcollection';import _0x22f3e5 from'./view/annotationview';export default class b extends _0x25ada4{static get['pluginName'](){return _0x5219('0x11');}constructor(_0x2df73){super(_0x2df73),this['collection']=new _0x3ed50e(),this[_0x5219('0x1d')]=new _0x3ed50e(),this[_0x5219('0x15')]('activeAnnotations',new Set()),this[_0x5219('0x0')]();}[_0x5219('0x17')](_0x499b01){this[_0x5219('0x9')][_0x5219('0x17')](_0x499b01);}[_0x5219('0x18')](_0x51e582){this[_0x5219('0x9')][_0x5219('0x18')](_0x51e582),_0x51e582[_0x5219('0xe')]();}[_0x5219('0x5')](){for(const _0x19f1cb of this[_0x5219('0x9')])_0x19f1cb['refreshVisibility']();}[_0x5219('0x3')](){this['_visibleAnnotations'][_0x5219('0x3')]();}[_0x5219('0x10')](_0x5a0987){return this[_0x5219('0x9')][_0x5219('0x10')](_0x5a0987);}[_0x5219('0x13')](){this[_0x5219('0x12')](_0x5219('0x16'));}[_0x5219('0xe')](){for(const _0x3ec537 of this[_0x5219('0x9')])_0x3ec537[_0x5219('0xe')]();this['_visibleAnnotations'][_0x5219('0xe')](),this['collection'][_0x5219('0xe')](),super[_0x5219('0xe')]();}[_0x5219('0x8')](_0x24d0dd){this[_0x5219('0x12')](_0x5219('0xd'),_0x24d0dd);}[_0x5219('0xc')](_0x18e8ff){return new _0x9cfe95(_0x18e8ff);}[_0x5219('0x6')](_0x1cdc1d,_0x47073c){return new _0x22f3e5(_0x1cdc1d,_0x47073c);}[_0x5219('0x14')](_0x1b3f05){const _0xb9cf19=new Set(this[_0x5219('0xb')]);_0xb9cf19[_0x5219('0x17')](_0x1b3f05),this[_0x5219('0xb')]=_0xb9cf19;}[_0x5219('0x19')](_0x516289){const _0x71394f=new Set(this[_0x5219('0xb')]);_0x71394f[_0x5219('0x7')](_0x516289),this['activeAnnotations']=_0x71394f;}[_0x5219('0x0')](){const _0x535ddf=this[_0x5219('0x9')],_0x36582a=this[_0x5219('0x1d')];function _0x3a657e(_0x3b4f65){const _0x17f4df=_0x3b4f65[_0x5219('0x4')];_0x17f4df['isVisible']&&!_0x36582a['has'](_0x17f4df)?_0x36582a['add'](_0x17f4df):!_0x17f4df['isVisible']&&_0x36582a[_0x5219('0x2')](_0x17f4df)&&_0x36582a[_0x5219('0x18')](_0x17f4df),_0x17f4df[_0x5219('0xf')][_0x5219('0x1b')][_0x5219('0x18')](_0x17f4df[_0x5219('0xf')][_0x5219('0x1a')]),_0x17f4df[_0x5219('0xf')][_0x5219('0x1b')][_0x5219('0x17')](_0x17f4df[_0x5219('0xf')]['element']);}this[_0x5219('0x1c')](_0x535ddf,_0x5219('0x17'),(_0x3ae8c9,_0x571df8)=>{_0x571df8[_0x5219('0xa')]&&_0x36582a[_0x5219('0x17')](_0x571df8),this[_0x5219('0x1c')](_0x571df8,_0x5219('0x1'),_0x3a657e);}),this[_0x5219('0x1c')](_0x535ddf,_0x5219('0x18'),(_0x42a2ae,_0x4577b9)=>{_0x36582a[_0x5219('0x2')](_0x4577b9)&&_0x36582a[_0x5219('0x18')](_0x4577b9),this['stopListening'](_0x4577b9,_0x5219('0x1'),_0x3a657e);});}}
23
+ const _0x2741=['view','remove','refreshVisibility','pluginName','getByInnerView','element','Annotations','focusTracker','set','stopListening','collection','change:isVisible','refreshPositioning','activeAnnotations','isVisible','createAnnotationView','_deactivateAllAnnotations','deactivateAll','_visibleAnnotations','has','createAnnotation','_activateAnnotation','destroy','add','delete','_removeActiveAnnotation','activate'];(function(_0x575018,_0x2741b8){const _0x558989=function(_0x4236f4){while(--_0x4236f4){_0x575018['push'](_0x575018['shift']());}};_0x558989(++_0x2741b8);}(_0x2741,0x1d3));const _0x5589=function(_0x575018,_0x2741b8){_0x575018=_0x575018-0x0;let _0x558989=_0x2741[_0x575018];return _0x558989;};import{ContextPlugin as _0x36b842}from'ckeditor5/src/core';import _0x27df80 from'./annotation';import _0x4c6d8a from'./annotationcollection';import _0x49014c from'./view/annotationview';export default class b extends _0x36b842{static get[_0x5589('0x16')](){return _0x5589('0x19');}constructor(_0x5d7fe1){super(_0x5d7fe1),this[_0x5589('0x2')]=new _0x4c6d8a(),this['_visibleAnnotations']=new _0x4c6d8a(),this[_0x5589('0x0')](_0x5589('0x5'),new Set()),this['_bindAnnotationsToVisibleAnnotations']();}[_0x5589('0xf')](_0x3ac2ea){this[_0x5589('0x2')]['add'](_0x3ac2ea);}['remove'](_0x1fd251){this['collection']['remove'](_0x1fd251),_0x1fd251['destroy']();}[_0x5589('0x15')](){for(const _0x400b3d of this['collection'])_0x400b3d[_0x5589('0x15')]();}[_0x5589('0x4')](){this[_0x5589('0xa')]['refreshPositioning']();}[_0x5589('0x17')](_0x30c02a){return this[_0x5589('0x2')][_0x5589('0x17')](_0x30c02a);}[_0x5589('0x9')](){this['fire'](_0x5589('0x8'));}[_0x5589('0xe')](){for(const _0x8d05fe of this[_0x5589('0x2')])_0x8d05fe[_0x5589('0xe')]();this['_visibleAnnotations'][_0x5589('0xe')](),this[_0x5589('0x2')][_0x5589('0xe')](),super[_0x5589('0xe')]();}[_0x5589('0x12')](_0x119214){this['fire'](_0x5589('0xd'),_0x119214);}[_0x5589('0xc')](_0x58213b){return new _0x27df80(_0x58213b);}[_0x5589('0x7')](_0x2f3e05,_0x37443e){return new _0x49014c(_0x2f3e05,_0x37443e);}['_addActiveAnnotation'](_0x13be01){const _0x1cc4f0=new Set(this['activeAnnotations']);_0x1cc4f0[_0x5589('0xf')](_0x13be01),this['activeAnnotations']=_0x1cc4f0;}[_0x5589('0x11')](_0x3fa313){const _0x5883c7=new Set(this['activeAnnotations']);_0x5883c7[_0x5589('0x10')](_0x3fa313),this[_0x5589('0x5')]=_0x5883c7;}['_bindAnnotationsToVisibleAnnotations'](){const _0x2d2205=this['collection'],_0x522c92=this[_0x5589('0xa')];function _0x5e7d30(_0x35f99e){const _0xe13085=_0x35f99e['source'];_0xe13085[_0x5589('0x6')]&&!_0x522c92[_0x5589('0xb')](_0xe13085)?_0x522c92[_0x5589('0xf')](_0xe13085):!_0xe13085[_0x5589('0x6')]&&_0x522c92['has'](_0xe13085)&&_0x522c92['remove'](_0xe13085),_0xe13085[_0x5589('0x13')][_0x5589('0x1a')][_0x5589('0x14')](_0xe13085[_0x5589('0x13')][_0x5589('0x18')]),_0xe13085[_0x5589('0x13')][_0x5589('0x1a')]['add'](_0xe13085[_0x5589('0x13')][_0x5589('0x18')]);}this['listenTo'](_0x2d2205,_0x5589('0xf'),(_0x18885a,_0x2dcada)=>{_0x2dcada['isVisible']&&_0x522c92[_0x5589('0xf')](_0x2dcada),this['listenTo'](_0x2dcada,_0x5589('0x3'),_0x5e7d30);}),this['listenTo'](_0x2d2205,'remove',(_0x245b7c,_0xb424ff)=>{_0x522c92['has'](_0xb424ff)&&_0x522c92['remove'](_0xb424ff),this[_0x5589('0x1')](_0xb424ff,_0x5589('0x3'),_0x5e7d30);});}}