@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.1

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 (309) hide show
  1. package/CHANGELOG.md +1 -256
  2. package/build/comments.js +2 -2
  3. package/build/translations/af.js +1 -1
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/bs.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de-ch.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es-co.js +1 -1
  16. package/build/translations/es.js +1 -1
  17. package/build/translations/et.js +1 -1
  18. package/build/translations/fa.js +1 -1
  19. package/build/translations/fi.js +1 -1
  20. package/build/translations/fr.js +1 -1
  21. package/build/translations/gl.js +1 -1
  22. package/build/translations/he.js +1 -1
  23. package/build/translations/hi.js +1 -1
  24. package/build/translations/hr.js +1 -1
  25. package/build/translations/hu.js +1 -1
  26. package/build/translations/id.js +1 -1
  27. package/build/translations/it.js +1 -1
  28. package/build/translations/ja.js +1 -1
  29. package/build/translations/jv.js +1 -1
  30. package/build/translations/ko.js +1 -1
  31. package/build/translations/lt.js +1 -1
  32. package/build/translations/lv.js +1 -1
  33. package/build/translations/ms.js +1 -1
  34. package/build/translations/nl.js +1 -1
  35. package/build/translations/no.js +1 -1
  36. package/build/translations/pl.js +1 -1
  37. package/build/translations/pt-br.js +1 -1
  38. package/build/translations/pt.js +1 -1
  39. package/build/translations/ro.js +1 -1
  40. package/build/translations/ru.js +1 -1
  41. package/build/translations/sk.js +1 -1
  42. package/build/translations/sq.js +1 -1
  43. package/build/translations/sr-latn.js +1 -1
  44. package/build/translations/sr.js +1 -1
  45. package/build/translations/sv.js +1 -1
  46. package/build/translations/th.js +1 -1
  47. package/build/translations/ti.js +1 -1
  48. package/build/translations/tk.js +1 -1
  49. package/build/translations/tr.js +1 -1
  50. package/build/translations/tt.js +1 -1
  51. package/build/translations/ug.js +1 -1
  52. package/build/translations/uk.js +1 -1
  53. package/build/translations/ur.js +1 -1
  54. package/build/translations/vi.js +1 -1
  55. package/build/translations/zh-cn.js +1 -1
  56. package/build/translations/zh.js +1 -1
  57. package/dist/annotations/annotations.d.ts +1 -1
  58. package/dist/annotations/sidebar.d.ts +2 -2
  59. package/dist/annotations/view/annotationview.d.ts +4 -4
  60. package/dist/annotations/view/sidebaritemview.d.ts +7 -3
  61. package/dist/annotations/view/sidebarview.d.ts +25 -4
  62. package/dist/comments/commentsediting.d.ts +8 -0
  63. package/dist/comments/commentsrepository.d.ts +14 -2
  64. package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
  65. package/dist/comments/ui/view/basecommentview.d.ts +41 -3
  66. package/dist/comments/ui/view/commentinputview.d.ts +17 -2
  67. package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
  68. package/dist/comments/ui/view/commentslistview.d.ts +17 -5
  69. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
  70. package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  71. package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
  72. package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
  73. package/dist/comments/ui/view/commentview.d.ts +9 -12
  74. package/dist/index-editor.css +33 -2
  75. package/dist/index.css +95 -2
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +9 -9
  78. package/dist/translations/af.js +1 -1
  79. package/dist/translations/af.umd.js +1 -1
  80. package/dist/translations/ar.js +1 -1
  81. package/dist/translations/ar.umd.js +1 -1
  82. package/dist/translations/bg.js +1 -1
  83. package/dist/translations/bg.umd.js +1 -1
  84. package/dist/translations/bn.js +1 -1
  85. package/dist/translations/bn.umd.js +1 -1
  86. package/dist/translations/bs.js +1 -1
  87. package/dist/translations/bs.umd.js +1 -1
  88. package/dist/translations/ca.js +1 -1
  89. package/dist/translations/ca.umd.js +1 -1
  90. package/dist/translations/cs.js +1 -1
  91. package/dist/translations/cs.umd.js +1 -1
  92. package/dist/translations/da.js +1 -1
  93. package/dist/translations/da.umd.js +1 -1
  94. package/dist/translations/de-ch.js +1 -1
  95. package/dist/translations/de-ch.umd.js +1 -1
  96. package/dist/translations/de.js +1 -1
  97. package/dist/translations/de.umd.js +1 -1
  98. package/dist/translations/el.js +1 -1
  99. package/dist/translations/el.umd.js +1 -1
  100. package/dist/translations/en-au.js +1 -1
  101. package/dist/translations/en-au.umd.js +1 -1
  102. package/dist/translations/en.js +1 -1
  103. package/dist/translations/en.umd.js +1 -1
  104. package/dist/translations/es-co.js +1 -1
  105. package/dist/translations/es-co.umd.js +1 -1
  106. package/dist/translations/es.js +1 -1
  107. package/dist/translations/es.umd.js +1 -1
  108. package/dist/translations/et.js +1 -1
  109. package/dist/translations/et.umd.js +1 -1
  110. package/dist/translations/fa.js +1 -1
  111. package/dist/translations/fa.umd.js +1 -1
  112. package/dist/translations/fi.js +1 -1
  113. package/dist/translations/fi.umd.js +1 -1
  114. package/dist/translations/fr.js +1 -1
  115. package/dist/translations/fr.umd.js +1 -1
  116. package/dist/translations/gl.js +1 -1
  117. package/dist/translations/gl.umd.js +1 -1
  118. package/dist/translations/he.js +1 -1
  119. package/dist/translations/he.umd.js +1 -1
  120. package/dist/translations/hi.js +1 -1
  121. package/dist/translations/hi.umd.js +1 -1
  122. package/dist/translations/hr.js +1 -1
  123. package/dist/translations/hr.umd.js +1 -1
  124. package/dist/translations/hu.js +1 -1
  125. package/dist/translations/hu.umd.js +1 -1
  126. package/dist/translations/id.js +1 -1
  127. package/dist/translations/id.umd.js +1 -1
  128. package/dist/translations/it.js +1 -1
  129. package/dist/translations/it.umd.js +1 -1
  130. package/dist/translations/ja.js +1 -1
  131. package/dist/translations/ja.umd.js +1 -1
  132. package/dist/translations/jv.js +1 -1
  133. package/dist/translations/jv.umd.js +1 -1
  134. package/dist/translations/ko.js +1 -1
  135. package/dist/translations/ko.umd.js +1 -1
  136. package/dist/translations/lt.js +1 -1
  137. package/dist/translations/lt.umd.js +1 -1
  138. package/dist/translations/lv.js +1 -1
  139. package/dist/translations/lv.umd.js +1 -1
  140. package/dist/translations/ms.js +1 -1
  141. package/dist/translations/ms.umd.js +1 -1
  142. package/dist/translations/nl.js +1 -1
  143. package/dist/translations/nl.umd.js +1 -1
  144. package/dist/translations/no.js +1 -1
  145. package/dist/translations/no.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/sk.js +1 -1
  157. package/dist/translations/sk.umd.js +1 -1
  158. package/dist/translations/sq.js +1 -1
  159. package/dist/translations/sq.umd.js +1 -1
  160. package/dist/translations/sr-latn.js +1 -1
  161. package/dist/translations/sr-latn.umd.js +1 -1
  162. package/dist/translations/sr.js +1 -1
  163. package/dist/translations/sr.umd.js +1 -1
  164. package/dist/translations/sv.js +1 -1
  165. package/dist/translations/sv.umd.js +1 -1
  166. package/dist/translations/th.js +1 -1
  167. package/dist/translations/th.umd.js +1 -1
  168. package/dist/translations/ti.js +1 -1
  169. package/dist/translations/ti.umd.js +1 -1
  170. package/dist/translations/tk.js +1 -1
  171. package/dist/translations/tk.umd.js +1 -1
  172. package/dist/translations/tr.js +1 -1
  173. package/dist/translations/tr.umd.js +1 -1
  174. package/dist/translations/tt.js +1 -1
  175. package/dist/translations/tt.umd.js +1 -1
  176. package/dist/translations/ug.js +1 -1
  177. package/dist/translations/ug.umd.js +1 -1
  178. package/dist/translations/uk.js +1 -1
  179. package/dist/translations/uk.umd.js +1 -1
  180. package/dist/translations/ur.js +1 -1
  181. package/dist/translations/ur.umd.js +1 -1
  182. package/dist/translations/vi.js +1 -1
  183. package/dist/translations/vi.umd.js +1 -1
  184. package/dist/translations/zh-cn.js +1 -1
  185. package/dist/translations/zh-cn.umd.js +1 -1
  186. package/dist/translations/zh.js +1 -1
  187. package/dist/translations/zh.umd.js +1 -1
  188. package/dist/utils/common-translations.d.ts +1 -1
  189. package/lang/contexts.json +15 -0
  190. package/lang/translations/af.po +62 -0
  191. package/lang/translations/ar.po +68 -2
  192. package/lang/translations/bg.po +64 -2
  193. package/lang/translations/bn.po +64 -2
  194. package/lang/translations/bs.po +63 -0
  195. package/lang/translations/ca.po +64 -2
  196. package/lang/translations/cs.po +66 -2
  197. package/lang/translations/da.po +64 -2
  198. package/lang/translations/de-ch.po +62 -0
  199. package/lang/translations/de.po +64 -2
  200. package/lang/translations/el.po +64 -2
  201. package/lang/translations/en-au.po +62 -0
  202. package/lang/translations/en.po +64 -2
  203. package/lang/translations/es-co.po +63 -0
  204. package/lang/translations/es.po +65 -2
  205. package/lang/translations/et.po +64 -2
  206. package/lang/translations/fa.po +62 -0
  207. package/lang/translations/fi.po +64 -2
  208. package/lang/translations/fr.po +65 -2
  209. package/lang/translations/gl.po +64 -2
  210. package/lang/translations/he.po +65 -2
  211. package/lang/translations/hi.po +64 -2
  212. package/lang/translations/hr.po +63 -0
  213. package/lang/translations/hu.po +64 -2
  214. package/lang/translations/id.po +63 -2
  215. package/lang/translations/it.po +65 -2
  216. package/lang/translations/ja.po +63 -2
  217. package/lang/translations/jv.po +61 -0
  218. package/lang/translations/ko.po +63 -2
  219. package/lang/translations/lt.po +66 -2
  220. package/lang/translations/lv.po +65 -2
  221. package/lang/translations/ms.po +63 -2
  222. package/lang/translations/nl.po +64 -2
  223. package/lang/translations/no.po +64 -2
  224. package/lang/translations/pl.po +66 -2
  225. package/lang/translations/pt-br.po +65 -2
  226. package/lang/translations/pt.po +65 -2
  227. package/lang/translations/ro.po +65 -2
  228. package/lang/translations/ru.po +66 -2
  229. package/lang/translations/sk.po +66 -2
  230. package/lang/translations/sq.po +62 -0
  231. package/lang/translations/sr-latn.po +65 -2
  232. package/lang/translations/sr.po +65 -2
  233. package/lang/translations/sv.po +64 -2
  234. package/lang/translations/th.po +63 -2
  235. package/lang/translations/ti.po +62 -0
  236. package/lang/translations/tk.po +62 -0
  237. package/lang/translations/tr.po +64 -2
  238. package/lang/translations/tt.po +61 -0
  239. package/lang/translations/ug.po +64 -2
  240. package/lang/translations/uk.po +66 -2
  241. package/lang/translations/ur.po +62 -0
  242. package/lang/translations/vi.po +63 -2
  243. package/lang/translations/zh-cn.po +63 -2
  244. package/lang/translations/zh.po +63 -2
  245. package/package.json +14 -13
  246. package/src/annotations/annotation.js +2 -2
  247. package/src/annotations/annotationcollection.js +1 -1
  248. package/src/annotations/annotations.d.ts +1 -1
  249. package/src/annotations/annotations.js +1 -1
  250. package/src/annotations/annotationsuis.js +1 -1
  251. package/src/annotations/editorannotations.js +1 -1
  252. package/src/annotations/inlineannotations.js +1 -1
  253. package/src/annotations/narrowsidebar.js +1 -1
  254. package/src/annotations/sidebar.d.ts +2 -2
  255. package/src/annotations/sidebar.js +1 -1
  256. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  257. package/src/annotations/view/annotationview.d.ts +4 -4
  258. package/src/annotations/view/annotationview.js +1 -1
  259. package/src/annotations/view/sidebaritemview.d.ts +7 -3
  260. package/src/annotations/view/sidebaritemview.js +1 -1
  261. package/src/annotations/view/sidebarview.d.ts +25 -4
  262. package/src/annotations/view/sidebarview.js +1 -1
  263. package/src/annotations/widesidebar.js +1 -1
  264. package/src/comments/addcommentthreadcommand.js +1 -1
  265. package/src/comments/commentsarchive.js +1 -1
  266. package/src/comments/commentsarchiveui.js +1 -1
  267. package/src/comments/commentsediting.d.ts +8 -0
  268. package/src/comments/commentsediting.js +1 -1
  269. package/src/comments/commentsrepository.d.ts +14 -2
  270. package/src/comments/commentsrepository.js +3 -3
  271. package/src/comments/commentsui.js +1 -1
  272. package/src/comments/integrations/clipboard.js +1 -1
  273. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  274. package/src/comments/integrations/importword.js +1 -1
  275. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  276. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  277. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  278. package/src/comments/ui/commentthreadcontroller.js +2 -2
  279. package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
  280. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  281. package/src/comments/ui/view/basecommentview.d.ts +41 -3
  282. package/src/comments/ui/view/basecommentview.js +1 -1
  283. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  284. package/src/comments/ui/view/commentcontentview.js +1 -1
  285. package/src/comments/ui/view/commentinputview.d.ts +17 -2
  286. package/src/comments/ui/view/commentinputview.js +1 -1
  287. package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
  288. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  289. package/src/comments/ui/view/commentslistview.d.ts +17 -5
  290. package/src/comments/ui/view/commentslistview.js +1 -1
  291. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
  292. package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
  293. package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  294. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  295. package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
  296. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  297. package/src/comments/ui/view/commentthreadview.d.ts +11 -6
  298. package/src/comments/ui/view/commentthreadview.js +2 -2
  299. package/src/comments/ui/view/commentview.d.ts +9 -12
  300. package/src/comments/ui/view/commentview.js +2 -2
  301. package/src/comments.js +1 -1
  302. package/src/commentsonly.js +1 -1
  303. package/src/index.d.ts +1 -0
  304. package/src/index.js +1 -1
  305. package/src/utils/common-translations.d.ts +1 -1
  306. package/src/utils/common-translations.js +1 -1
  307. package/src/utils/createmutationobserver.js +1 -1
  308. package/theme/comment.css +6 -0
  309. package/theme/commentthread.css +43 -2
@@ -83,6 +83,68 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
83
83
  msgid "Comment"
84
84
  msgstr "تبصرہ"
85
85
 
86
+ msgctxt "The accessible label for the annotations sidebar."
87
+ msgid "Annotations sidebar"
88
+ msgstr ""
89
+
90
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
91
+ msgid "Annotations list"
92
+ msgstr ""
93
+
94
+ msgctxt "The accessible label for the list of thread comments in an annotation."
95
+ msgid "Thread comments"
96
+ msgstr ""
97
+
98
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
99
+ msgid "THREAD_CONTEXT_LABEL"
100
+ msgstr ""
101
+
102
+ msgctxt "The accessible label describing the comment thread."
103
+ msgid "COMMENT_THREAD_LABEL"
104
+ msgid_plural "Comment thread by %1. %0 replies."
105
+ msgstr[0] ""
106
+ msgstr[1] ""
107
+
108
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
109
+ msgid "COMMENT_THREAD_DESCRIPTION"
110
+ msgstr ""
111
+
112
+ msgctxt "The accessible label for a single comment."
113
+ msgid "COMMENT_ARIA_LABEL"
114
+ msgstr ""
115
+
116
+ msgctxt "The accessible label for the list of archived comments."
117
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
121
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
125
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
146
+ msgstr ""
147
+
86
148
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
87
149
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
88
150
  msgstr ""
@@ -82,13 +82,74 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
82
82
  msgid "Comment"
83
83
  msgstr "Bình luận"
84
84
 
85
+ msgctxt "The accessible label for the annotations sidebar."
86
+ msgid "Annotations sidebar"
87
+ msgstr ""
88
+
89
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
90
+ msgid "Annotations list"
91
+ msgstr ""
92
+
93
+ msgctxt "The accessible label for the list of thread comments in an annotation."
94
+ msgid "Thread comments"
95
+ msgstr ""
96
+
97
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
98
+ msgid "THREAD_CONTEXT_LABEL"
99
+ msgstr ""
100
+
101
+ msgctxt "The accessible label describing the comment thread."
102
+ msgid "COMMENT_THREAD_LABEL"
103
+ msgid_plural "Comment thread by %1. %0 replies."
104
+ msgstr[0] ""
105
+
106
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
107
+ msgid "COMMENT_THREAD_DESCRIPTION"
108
+ msgstr ""
109
+
110
+ msgctxt "The accessible label for a single comment."
111
+ msgid "COMMENT_ARIA_LABEL"
112
+ msgstr ""
113
+
114
+ msgctxt "The accessible label for the list of archived comments."
115
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
116
+ msgstr ""
117
+
118
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
119
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
120
+ msgstr ""
121
+
122
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
123
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
124
+ msgstr ""
125
+
126
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
127
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
128
+ msgstr ""
129
+
130
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
131
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
132
+ msgstr ""
133
+
134
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
135
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
136
+ msgstr ""
137
+
138
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
139
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
140
+ msgstr ""
141
+
142
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
143
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
144
+ msgstr ""
145
+
85
146
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
86
147
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
87
- msgstr "Đang nhập bình luận."
148
+ msgstr ""
88
149
 
89
150
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
90
151
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
91
- msgstr "Đang viết bình luận."
152
+ msgstr ""
92
153
 
93
154
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
94
155
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -82,13 +82,74 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
82
82
  msgid "Comment"
83
83
  msgstr "评论"
84
84
 
85
+ msgctxt "The accessible label for the annotations sidebar."
86
+ msgid "Annotations sidebar"
87
+ msgstr ""
88
+
89
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
90
+ msgid "Annotations list"
91
+ msgstr ""
92
+
93
+ msgctxt "The accessible label for the list of thread comments in an annotation."
94
+ msgid "Thread comments"
95
+ msgstr ""
96
+
97
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
98
+ msgid "THREAD_CONTEXT_LABEL"
99
+ msgstr ""
100
+
101
+ msgctxt "The accessible label describing the comment thread."
102
+ msgid "COMMENT_THREAD_LABEL"
103
+ msgid_plural "Comment thread by %1. %0 replies."
104
+ msgstr[0] ""
105
+
106
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
107
+ msgid "COMMENT_THREAD_DESCRIPTION"
108
+ msgstr ""
109
+
110
+ msgctxt "The accessible label for a single comment."
111
+ msgid "COMMENT_ARIA_LABEL"
112
+ msgstr ""
113
+
114
+ msgctxt "The accessible label for the list of archived comments."
115
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
116
+ msgstr ""
117
+
118
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
119
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
120
+ msgstr ""
121
+
122
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
123
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
124
+ msgstr ""
125
+
126
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
127
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
128
+ msgstr ""
129
+
130
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
131
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
132
+ msgstr ""
133
+
134
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
135
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
136
+ msgstr ""
137
+
138
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
139
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
140
+ msgstr ""
141
+
142
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
143
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
144
+ msgstr ""
145
+
85
146
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
86
147
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
87
- msgstr "进入评论。"
148
+ msgstr ""
88
149
 
89
150
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
90
151
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
91
- msgstr "离开评论。"
152
+ msgstr ""
92
153
 
93
154
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
94
155
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -82,13 +82,74 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
82
82
  msgid "Comment"
83
83
  msgstr "留言"
84
84
 
85
+ msgctxt "The accessible label for the annotations sidebar."
86
+ msgid "Annotations sidebar"
87
+ msgstr ""
88
+
89
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
90
+ msgid "Annotations list"
91
+ msgstr ""
92
+
93
+ msgctxt "The accessible label for the list of thread comments in an annotation."
94
+ msgid "Thread comments"
95
+ msgstr ""
96
+
97
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
98
+ msgid "THREAD_CONTEXT_LABEL"
99
+ msgstr ""
100
+
101
+ msgctxt "The accessible label describing the comment thread."
102
+ msgid "COMMENT_THREAD_LABEL"
103
+ msgid_plural "Comment thread by %1. %0 replies."
104
+ msgstr[0] ""
105
+
106
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
107
+ msgid "COMMENT_THREAD_DESCRIPTION"
108
+ msgstr ""
109
+
110
+ msgctxt "The accessible label for a single comment."
111
+ msgid "COMMENT_ARIA_LABEL"
112
+ msgstr ""
113
+
114
+ msgctxt "The accessible label for the list of archived comments."
115
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
116
+ msgstr ""
117
+
118
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
119
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
120
+ msgstr ""
121
+
122
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
123
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
124
+ msgstr ""
125
+
126
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
127
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
128
+ msgstr ""
129
+
130
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
131
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
132
+ msgstr ""
133
+
134
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
135
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
136
+ msgstr ""
137
+
138
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
139
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
140
+ msgstr ""
141
+
142
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
143
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
144
+ msgstr ""
145
+
85
146
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
86
147
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
87
- msgstr "正在進入留言。"
148
+ msgstr ""
88
149
 
89
150
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
90
151
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
91
- msgstr "正在留下留言。"
152
+ msgstr ""
92
153
 
93
154
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
94
155
  msgid "PENDING_ACTION_COMMENT_THREAD"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-comments",
3
- "version": "42.0.2",
3
+ "version": "43.0.0-alpha.1",
4
4
  "description": "Collaborative comments feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -45,18 +45,19 @@
45
45
  "CHANGELOG.md"
46
46
  ],
47
47
  "dependencies": {
48
- "@ckeditor/ckeditor5-clipboard": "42.0.2",
49
- "@ckeditor/ckeditor5-core": "42.0.2",
50
- "@ckeditor/ckeditor5-engine": "42.0.2",
51
- "@ckeditor/ckeditor5-enter": "42.0.2",
52
- "@ckeditor/ckeditor5-paragraph": "42.0.2",
53
- "@ckeditor/ckeditor5-select-all": "42.0.2",
54
- "@ckeditor/ckeditor5-typing": "42.0.2",
55
- "@ckeditor/ckeditor5-ui": "42.0.2",
56
- "@ckeditor/ckeditor5-undo": "42.0.2",
57
- "@ckeditor/ckeditor5-utils": "42.0.2",
58
- "ckeditor5": "42.0.2",
59
- "ckeditor5-collaboration": "42.0.2",
48
+ "@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.1",
49
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.1",
50
+ "@ckeditor/ckeditor5-engine": "43.0.0-alpha.1",
51
+ "@ckeditor/ckeditor5-enter": "43.0.0-alpha.1",
52
+ "@ckeditor/ckeditor5-paragraph": "43.0.0-alpha.1",
53
+ "@ckeditor/ckeditor5-select-all": "43.0.0-alpha.1",
54
+ "@ckeditor/ckeditor5-theme-lark": "43.0.0-alpha.1",
55
+ "@ckeditor/ckeditor5-typing": "43.0.0-alpha.1",
56
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.1",
57
+ "@ckeditor/ckeditor5-undo": "43.0.0-alpha.1",
58
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.1",
59
+ "ckeditor5": "43.0.0-alpha.1",
60
+ "ckeditor5-collaboration": "43.0.0-alpha.1",
60
61
  "lodash-es": "4.17.21"
61
62
  },
62
63
  "types": "src/index.d.ts",
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ebfe7=_0x9c4a;(function(_0x43b4f4,_0x136855){const _0x57670b=_0x9c4a,_0x30132f=_0x43b4f4();while(!![]){try{const _0x2a4723=parseInt(_0x57670b(0x150))/0x1*(-parseInt(_0x57670b(0x14b))/0x2)+-parseInt(_0x57670b(0x131))/0x3+parseInt(_0x57670b(0x156))/0x4+-parseInt(_0x57670b(0x145))/0x5+parseInt(_0x57670b(0x13c))/0x6+-parseInt(_0x57670b(0x154))/0x7+-parseInt(_0x57670b(0x147))/0x8*(-parseInt(_0x57670b(0x152))/0x9);if(_0x2a4723===_0x136855)break;else _0x30132f['push'](_0x30132f['shift']());}catch(_0x4d0d55){_0x30132f['push'](_0x30132f['shift']());}}}(_0x524d,0x4c6c1));function _0x9c4a(_0x4dbeb1,_0x38cd65){const _0x524d41=_0x524d();return _0x9c4a=function(_0x9c4a1c,_0x26921d){_0x9c4a1c=_0x9c4a1c-0x131;let _0x50caa4=_0x524d41[_0x9c4a1c];return _0x50caa4;},_0x9c4a(_0x4dbeb1,_0x38cd65);}import{CKEditorError as _0x5770e3,Rect as _0xce4547,Collection as _0x1780ee,ObservableMixin as _0x30834b}from'ckeditor5/src/utils.js';function _0x524d(){const _0x1b73b9=['isVisible','2490632oedxhH','nodeType','targetRect','function','getClientRects','element','stopListening','clear','1230144BLUVKg','_assertCorrectTarget','length','refreshVisibility','set','render','focusableElements','_type','isActive','destroy','item','1714404yfafCy','focusTracker','target','offsetParent','updateTargetRect','_target','view','mainView','annotation-invalid-target','500370xpkyef','remove','576NBmHXs','isArray','every','filter','80398jJePjk','_getNormalizedTarget','object','_id','add','11QJGDZa','innerView','63459VbpiXY','type','1055096JveJTq'];_0x524d=function(){return _0x1b73b9;};return _0x524d();}export default class d extends/* #__PURE__ -- @preserve */
24
- _0x30834b(){constructor({view:_0x21763e,target:_0x49e2f4,type:_0x552ecf,isVisible:_0x5d443b=!0x0}){const _0x43892b=_0x9c4a;super(),this[_0x43892b(0x142)]=_0x21763e,this[_0x43892b(0x142)][_0x43892b(0x15b)]||this[_0x43892b(0x142)][_0x43892b(0x136)](),this[_0x43892b(0x138)]=_0x552ecf,this[_0x43892b(0x141)]=_0x49e2f4,d[_0x43892b(0x132)](this[_0x43892b(0x14c)]()),this[_0x43892b(0x137)]=new _0x1780ee([this[_0x43892b(0x142)][_0x43892b(0x15b)]],{'idProperty':_0x43892b(0x14e)}),this[_0x43892b(0x137)]['on'](_0x43892b(0x14f),(_0x46dfd3,_0x178fe3)=>{const _0x2cf9d0=_0x43892b;this[_0x2cf9d0(0x142)][_0x2cf9d0(0x13d)][_0x2cf9d0(0x14f)](_0x178fe3);}),this[_0x43892b(0x137)]['on'](_0x43892b(0x146),(_0x4e91ee,_0x3619bf)=>{const _0x4f2afc=_0x43892b;this[_0x4f2afc(0x142)][_0x4f2afc(0x13d)][_0x4f2afc(0x146)](_0x3619bf);}),this[_0x43892b(0x135)](_0x43892b(0x155),_0x5d443b);}get[_0x1ebfe7(0x153)](){const _0x163731=_0x1ebfe7;return _0x163731(0x159)==typeof this[_0x163731(0x138)]?this[_0x163731(0x138)]():this[_0x163731(0x138)];}get[_0x1ebfe7(0x151)](){const _0x91b2a8=_0x1ebfe7;return this[_0x91b2a8(0x142)][_0x91b2a8(0x143)];}get[_0x1ebfe7(0x13e)](){const _0x2dd9c5=_0x1ebfe7,_0x329281=this[_0x2dd9c5(0x14c)]();return d[_0x2dd9c5(0x132)](_0x329281),_0x329281;}get[_0x1ebfe7(0x158)](){const _0x5ceea3=_0x1ebfe7,_0x257f32=this[_0x5ceea3(0x13e)];if(null===_0x257f32)return null;if(_0x257f32 instanceof _0xce4547)return _0x257f32;const _0x3953dc=_0x257f32[_0x5ceea3(0x14a)](_0x1908c6=>function(_0x5bda58){const _0xbb40c7=_0x5ceea3,_0x324c30=_0x5bda58[_0xbb40c7(0x13f)];if(_0x324c30)return!0x0;const _0x22d2a8=_0x5bda58[_0xbb40c7(0x15a)]()[_0xbb40c7(0x13b)](0x0);return!!_0x22d2a8;}(_0x1908c6));return 0x0===_0x3953dc[_0x5ceea3(0x133)]?null:new _0xce4547(_0x3953dc[0x0][_0x5ceea3(0x15a)]()[_0x5ceea3(0x13b)](0x0));}get[_0x1ebfe7(0x139)](){const _0x38682a=_0x1ebfe7;return this[_0x38682a(0x142)][_0x38682a(0x139)];}set[_0x1ebfe7(0x139)](_0x58c750){const _0x37a5e3=_0x1ebfe7;this[_0x37a5e3(0x142)][_0x37a5e3(0x139)]=_0x58c750,this[_0x37a5e3(0x142)][_0x37a5e3(0x143)][_0x37a5e3(0x139)]=_0x58c750;}[_0x1ebfe7(0x140)](){const _0x2dd355=_0x1ebfe7;this[_0x2dd355(0x142)][_0x2dd355(0x158)]=this[_0x2dd355(0x158)];}[_0x1ebfe7(0x13a)](){const _0xe730af=_0x1ebfe7;this[_0xe730af(0x137)][_0xe730af(0x15c)](),this[_0xe730af(0x137)][_0xe730af(0x15d)](),this[_0xe730af(0x15c)]();}[_0x1ebfe7(0x134)](){const _0x30603e=_0x1ebfe7;this[_0x30603e(0x155)]=!!this[_0x30603e(0x158)];}static[_0x1ebfe7(0x132)](_0x4dc788){const _0x373373=_0x1ebfe7;if(!(null===_0x4dc788||_0x4dc788 instanceof _0xce4547||Array[_0x373373(0x148)](_0x4dc788)&&_0x4dc788[_0x373373(0x149)](_0x3a9f6e=>y(_0x3a9f6e))))throw new _0x5770e3(_0x373373(0x144),null,{'target':_0x4dc788});}[_0x1ebfe7(0x14c)](){const _0x4fd9b7=_0x1ebfe7,_0x5a38de=_0x4fd9b7(0x159)==typeof this[_0x4fd9b7(0x141)]?this[_0x4fd9b7(0x141)]():this[_0x4fd9b7(0x141)];return y(_0x5a38de)?[_0x5a38de]:_0x5a38de;}}function y(_0x5be6a1){const _0x251c7d=_0x1ebfe7;return null!==_0x5be6a1&&_0x251c7d(0x14d)==typeof _0x5be6a1&&_0x251c7d(0x157)in _0x5be6a1&&0x1===_0x5be6a1[_0x251c7d(0x157)];}
23
+ function _0x2173(){const _0x5f4f13=['focusTracker','346781DBxLqb','offsetParent','target','1863530ueRLAt','_target','innerView','_assertCorrectTarget','remove','2335623AOKzgj','length','every','10905510VqbBLy','nodeType','mainView','function','472152IEprLT','render','6uhcEhq','element','targetRect','isVisible','object','refreshVisibility','clear','_type','isArray','_getNormalizedTarget','updateTargetRect','focusableElements','getClientRects','add','isActive','stopListening','destroy','198GiBNnk','item','type','35yNjQqv','260765zWoNFM','filter','637032bTnHeu','annotation-invalid-target','54aWYNDJ','set','_id','view'];_0x2173=function(){return _0x5f4f13;};return _0x2173();}const _0x5a9287=_0x3b5c;(function(_0xa34bf5,_0x3502d7){const _0x293f66=_0x3b5c,_0x11ee5a=_0xa34bf5();while(!![]){try{const _0x39294a=parseInt(_0x293f66(0x1f5))/0x1*(-parseInt(_0x293f66(0x1d7))/0x2)+parseInt(_0x293f66(0x1fd))/0x3+-parseInt(_0x293f66(0x1ee))/0x4+parseInt(_0x293f66(0x1ec))/0x5*(parseInt(_0x293f66(0x1e8))/0x6)+-parseInt(_0x293f66(0x1eb))/0x7*(parseInt(_0x293f66(0x1d5))/0x8)+parseInt(_0x293f66(0x1f0))/0x9*(-parseInt(_0x293f66(0x1f8))/0xa)+parseInt(_0x293f66(0x200))/0xb;if(_0x39294a===_0x3502d7)break;else _0x11ee5a['push'](_0x11ee5a['shift']());}catch(_0x5a2ea8){_0x11ee5a['push'](_0x11ee5a['shift']());}}}(_0x2173,0xd666a));import{CKEditorError as _0x5d49a8,Rect as _0x5f2c4d,Collection as _0x41d44c,ObservableMixin as _0x40d39f}from'ckeditor5/src/utils.js';function _0x3b5c(_0x4f3ec6,_0x55bca3){const _0x2173e0=_0x2173();return _0x3b5c=function(_0x3b5cc3,_0x1916f4){_0x3b5cc3=_0x3b5cc3-0x1d2;let _0x4faee6=_0x2173e0[_0x3b5cc3];return _0x4faee6;},_0x3b5c(_0x4f3ec6,_0x55bca3);}export default class d extends/* #__PURE__ -- @preserve */
24
+ _0x40d39f(){constructor({view:_0x5d62f5,target:_0x10e933,type:_0x4a6057,isVisible:_0x1928f7=!0x0}){const _0xdced7d=_0x3b5c;super(),this[_0xdced7d(0x1f3)]=_0x5d62f5,this[_0xdced7d(0x1f3)][_0xdced7d(0x1d8)]||this[_0xdced7d(0x1f3)][_0xdced7d(0x1d6)](),this[_0xdced7d(0x1de)]=_0x4a6057,this[_0xdced7d(0x1f9)]=_0x10e933,d[_0xdced7d(0x1fb)](this[_0xdced7d(0x1e0)]()),this[_0xdced7d(0x1e2)]=new _0x41d44c([this[_0xdced7d(0x1f3)][_0xdced7d(0x1d8)]],{'idProperty':_0xdced7d(0x1f2)}),this[_0xdced7d(0x1e2)]['on'](_0xdced7d(0x1e4),(_0x6eacfb,_0x2ffee5)=>{const _0x3e0b6f=_0xdced7d;this[_0x3e0b6f(0x1f3)][_0x3e0b6f(0x1f4)][_0x3e0b6f(0x1e4)](_0x2ffee5);}),this[_0xdced7d(0x1e2)]['on'](_0xdced7d(0x1fc),(_0x5e6a5e,_0x2dfac2)=>{const _0x1129e1=_0xdced7d;this[_0x1129e1(0x1f3)][_0x1129e1(0x1f4)][_0x1129e1(0x1fc)](_0x2dfac2);}),this[_0xdced7d(0x1f1)](_0xdced7d(0x1da),_0x1928f7);}get[_0x5a9287(0x1ea)](){const _0xf2eb85=_0x5a9287;return _0xf2eb85(0x1d4)==typeof this[_0xf2eb85(0x1de)]?this[_0xf2eb85(0x1de)]():this[_0xf2eb85(0x1de)];}get[_0x5a9287(0x1fa)](){const _0xb04ac8=_0x5a9287;return this[_0xb04ac8(0x1f3)][_0xb04ac8(0x1d3)];}get[_0x5a9287(0x1f7)](){const _0x964044=_0x5a9287,_0x597e6a=this[_0x964044(0x1e0)]();return d[_0x964044(0x1fb)](_0x597e6a),_0x597e6a;}get[_0x5a9287(0x1d9)](){const _0x51d649=_0x5a9287,_0x2e72a8=this[_0x51d649(0x1f7)];if(null===_0x2e72a8)return null;if(_0x2e72a8 instanceof _0x5f2c4d)return _0x2e72a8;const _0x45cc1d=_0x2e72a8[_0x51d649(0x1ed)](_0x13efd3=>function(_0x4612c1){const _0x129511=_0x51d649,_0x183e1f=_0x4612c1[_0x129511(0x1f6)];if(_0x183e1f)return!0x0;const _0x2a1578=_0x4612c1[_0x129511(0x1e3)]()[_0x129511(0x1e9)](0x0);return!!_0x2a1578;}(_0x13efd3));return 0x0===_0x45cc1d[_0x51d649(0x1fe)]?null:new _0x5f2c4d(_0x45cc1d[0x0][_0x51d649(0x1e3)]()[_0x51d649(0x1e9)](0x0));}get[_0x5a9287(0x1e5)](){const _0x4c2205=_0x5a9287;return this[_0x4c2205(0x1f3)][_0x4c2205(0x1e5)];}set[_0x5a9287(0x1e5)](_0x3a4a1d){const _0x3e59c0=_0x5a9287;this[_0x3e59c0(0x1f3)][_0x3e59c0(0x1e5)]=_0x3a4a1d,this[_0x3e59c0(0x1f3)][_0x3e59c0(0x1d3)][_0x3e59c0(0x1e5)]=_0x3a4a1d;}[_0x5a9287(0x1e1)](){const _0x14300a=_0x5a9287;this[_0x14300a(0x1f3)][_0x14300a(0x1d9)]=this[_0x14300a(0x1d9)];}[_0x5a9287(0x1e7)](){const _0x32f88c=_0x5a9287;this[_0x32f88c(0x1e2)][_0x32f88c(0x1e6)](),this[_0x32f88c(0x1e2)][_0x32f88c(0x1dd)](),this[_0x32f88c(0x1e6)]();}[_0x5a9287(0x1dc)](){const _0x5cbbf0=_0x5a9287;this[_0x5cbbf0(0x1da)]=!!this[_0x5cbbf0(0x1d9)];}static[_0x5a9287(0x1fb)](_0x52862e){const _0x41832f=_0x5a9287;if(!(null===_0x52862e||_0x52862e instanceof _0x5f2c4d||Array[_0x41832f(0x1df)](_0x52862e)&&_0x52862e[_0x41832f(0x1ff)](_0x19b4ad=>y(_0x19b4ad))))throw new _0x5d49a8(_0x41832f(0x1ef),null,{'target':_0x52862e});}[_0x5a9287(0x1e0)](){const _0xd88f2e=_0x5a9287,_0x39f9d8=_0xd88f2e(0x1d4)==typeof this[_0xd88f2e(0x1f9)]?this[_0xd88f2e(0x1f9)]():this[_0xd88f2e(0x1f9)];return y(_0x39f9d8)?[_0x39f9d8]:_0x39f9d8;}}function y(_0x718ea0){const _0x310496=_0x5a9287;return null!==_0x718ea0&&_0x310496(0x1db)==typeof _0x718ea0&&_0x310496(0x1d2)in _0x718ea0&&0x1===_0x718ea0[_0x310496(0x1d2)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2cada1=_0x4e04;(function(_0xb438ed,_0x51ddba){const _0x291452=_0x4e04,_0x29dff6=_0xb438ed();while(!![]){try{const _0x5cdb18=-parseInt(_0x291452(0xa5))/0x1*(-parseInt(_0x291452(0xaf))/0x2)+parseInt(_0x291452(0x9d))/0x3+parseInt(_0x291452(0xb3))/0x4*(-parseInt(_0x291452(0xa6))/0x5)+parseInt(_0x291452(0xb2))/0x6+parseInt(_0x291452(0xa0))/0x7+parseInt(_0x291452(0x8e))/0x8*(parseInt(_0x291452(0xa8))/0x9)+-parseInt(_0x291452(0xab))/0xa*(parseInt(_0x291452(0x8f))/0xb);if(_0x5cdb18===_0x51ddba)break;else _0x29dff6['push'](_0x29dff6['shift']());}catch(_0x113b42){_0x29dff6['push'](_0x29dff6['shift']());}}}(_0x3c60,0x8872d));import{CKEditorError as _0x4067fd,Collection as _0x2e59a7,FocusTracker as _0x43f4a1}from'ckeditor5/src/utils.js';export default class x extends _0x2e59a7{constructor(_0x2e087d=[]){const _0x2b6244=_0x4e04;super(),this[_0x2b6244(0xa7)]=new Map(),this[_0x2b6244(0xa3)]=new Map(),this[_0x2b6244(0x86)]=new _0x43f4a1(),this[_0x2b6244(0x86)]['on'](_0x2b6244(0x87),(_0x312bd8,_0x45641c,_0x1577e3)=>{const _0xd44c05=_0x2b6244;_0x1577e3||this[_0xd44c05(0xa4)](_0xd44c05(0x90));});for(const _0x5425cd of _0x2e087d)this[_0x2b6244(0xb4)](_0x5425cd);}get[_0x2cada1(0x89)](){const _0x231f97=_0x2cada1;return this[_0x231f97(0x86)][_0x231f97(0x89)];}[_0x2cada1(0xb4)](_0x136b3a){const _0x5f4315=_0x2cada1;if(this[_0x5f4315(0x97)](_0x136b3a))throw new _0x4067fd(_0x5f4315(0x9a),null);this[_0x5f4315(0xa7)][_0x5f4315(0x9c)](_0x136b3a[_0x5f4315(0xae)],_0x136b3a),this[_0x5f4315(0xa3)][_0x5f4315(0x9c)](_0x136b3a[_0x5f4315(0x9f)],_0x136b3a);for(const _0x46b491 of _0x136b3a[_0x5f4315(0x98)])this[_0x5f4315(0x86)][_0x5f4315(0xb4)](_0x46b491);this[_0x5f4315(0xb0)](_0x136b3a[_0x5f4315(0x98)],_0x5f4315(0xb4),(_0x3d5eca,_0x215b94)=>{const _0x14e191=_0x5f4315;this[_0x14e191(0x86)][_0x14e191(0xb4)](_0x215b94);}),this[_0x5f4315(0xb0)](_0x136b3a[_0x5f4315(0x98)],_0x5f4315(0x9b),(_0xa077d7,_0x1527e4)=>{const _0x504f91=_0x5f4315;this[_0x504f91(0x86)][_0x504f91(0x9b)](_0x1527e4);}),this[_0x5f4315(0xb0)](_0x136b3a[_0x5f4315(0x9f)][_0x5f4315(0xa2)],_0x5f4315(0x87),(_0x250abe,_0x3e34d0,_0x5078f2)=>{const _0x7381c6=_0x5f4315;_0x5078f2&&this[_0x7381c6(0xa4)](_0x7381c6(0x88),_0x136b3a);}),_0x136b3a[_0x5f4315(0xa9)]();const _0x1392d6=this[_0x5f4315(0xa1)](_0x136b3a[_0x5f4315(0x9f)][_0x5f4315(0xb5)]);return super[_0x5f4315(0xb4)](_0x136b3a,_0x1392d6);}[_0x2cada1(0x9b)](_0x3dabf9){const _0x3bb77f=_0x2cada1;if(!this[_0x3bb77f(0x97)](_0x3dabf9))throw new _0x4067fd(_0x3bb77f(0x92),null);this[_0x3bb77f(0x99)](_0x3dabf9[_0x3bb77f(0x9f)][_0x3bb77f(0xa2)]),this[_0x3bb77f(0x99)](_0x3dabf9[_0x3bb77f(0x98)]);for(const _0x2e6fbc of _0x3dabf9[_0x3bb77f(0x98)])this[_0x3bb77f(0x86)][_0x3bb77f(0x9b)](_0x2e6fbc);return this[_0x3bb77f(0xa3)][_0x3bb77f(0x8c)](_0x3dabf9[_0x3bb77f(0x9f)]),this[_0x3bb77f(0xa7)][_0x3bb77f(0x8c)](_0x3dabf9[_0x3bb77f(0xae)]),super[_0x3bb77f(0x9b)](_0x3dabf9);}[_0x2cada1(0x96)](_0x341322){const _0x6262e1=_0x2cada1;return this[_0x6262e1(0xa7)][_0x6262e1(0xac)](_0x341322);}[_0x2cada1(0x95)](_0x45c47b){const _0x597314=_0x2cada1;return this[_0x597314(0xa3)][_0x597314(0xac)](_0x45c47b);}[_0x2cada1(0x9e)](){const _0x126a23=_0x2cada1;super[_0x126a23(0xb1)](),this[_0x126a23(0x99)](),this[_0x126a23(0xa7)][_0x126a23(0xb1)](),this[_0x126a23(0xa3)][_0x126a23(0xb1)](),this[_0x126a23(0x86)][_0x126a23(0x9e)]();}[_0x2cada1(0x94)](){const _0x510dd1=_0x2cada1;for(const _0xab4f9c of this)_0xab4f9c[_0x510dd1(0xa9)]();this[_0x510dd1(0xaa)]();}[_0x2cada1(0xaa)](){const _0x2f0466=_0x2cada1,_0x11b892=Array[_0x2f0466(0xad)](this)[_0x2f0466(0x8a)]((_0x962b0f,_0x1b767c)=>v(_0x962b0f[_0x2f0466(0x9f)][_0x2f0466(0xb5)],_0x1b767c[_0x2f0466(0x9f)][_0x2f0466(0xb5)]));for(let _0xf7de57=_0x11b892[_0x2f0466(0x8b)]-0x1;_0xf7de57>0x0;_0xf7de57--){const _0x59f1dc=_0x11b892[_0xf7de57];_0xf7de57!==this[_0x2f0466(0x8d)](_0x59f1dc)&&(this[_0x2f0466(0x9b)](_0x59f1dc),this[_0x2f0466(0xb4)](_0x59f1dc));}}[_0x2cada1(0xa1)](_0x5a5338){const _0xe23e23=_0x2cada1;let _0x609076=0x0;if(!_0x5a5338)return this[_0xe23e23(0x8b)];for(const _0x53f199 of this){const _0xb75203=_0x53f199[_0xe23e23(0x9f)][_0xe23e23(0xb5)];if(_0xb75203){if(v(_0x5a5338,_0xb75203)<0x0)return _0x609076;_0x609076++;}}return _0x609076;}}function _0x4e04(_0x4111ef,_0x13471f){const _0x3c607c=_0x3c60();return _0x4e04=function(_0x4e0412,_0x1a2c68){_0x4e0412=_0x4e0412-0x86;let _0x4bdd75=_0x3c607c[_0x4e0412];return _0x4bdd75;},_0x4e04(_0x4111ef,_0x13471f);}export function bindAnnotationCollections({source:_0x155899,target:_0x1847c7,filter:_0x383b4f}){const _0x4ee7ab=_0x2cada1;for(const _0x25bebf of _0x155899)_0x383b4f(_0x25bebf)&&_0x1847c7[_0x4ee7ab(0xb4)](_0x25bebf);_0x1847c7[_0x4ee7ab(0xb0)](_0x155899,_0x4ee7ab(0xb4),(_0x42d251,_0x25a7b0)=>{const _0x149cdc=_0x4ee7ab;_0x383b4f(_0x25a7b0)&&_0x1847c7[_0x149cdc(0xb4)](_0x25a7b0);}),_0x1847c7[_0x4ee7ab(0xb0)](_0x155899,_0x4ee7ab(0x9b),(_0x53072d,_0x2210b5)=>{const _0x5a6d2d=_0x4ee7ab;_0x1847c7[_0x5a6d2d(0x97)](_0x2210b5)&&_0x1847c7[_0x5a6d2d(0x9b)](_0x2210b5);});}function v(_0x22e9f0,_0x443142){const _0x23047f=_0x2cada1;if(null===_0x22e9f0&&null===_0x443142)return 0x0;if(null===_0x22e9f0)return-0x1;if(null===_0x443142)return 0x1;const _0x3b5a66=_0x22e9f0[_0x23047f(0x93)]-_0x443142[_0x23047f(0x93)];return 0x0==_0x3b5a66?_0x22e9f0[_0x23047f(0x91)]-_0x443142[_0x23047f(0x91)]:_0x3b5a66;}function _0x3c60(){const _0x52c017=['6PWtxef','4393385hdODqT','_innerViewToAnnotation','6983505ogkaRi','updateTargetRect','_sort','14890WiJWvY','get','from','innerView','137498JTqTjx','listenTo','clear','6639726OClvQe','4mQiWkZ','add','targetRect','_focusTracker','change:isFocused','focus','isFocused','sort','length','delete','getIndex','8WEbOVG','13871LcQUCC','blur','left','annotationcollection-not-existing-item','top','refreshPositioning','getByView','getByInnerView','has','focusableElements','stopListening','annotationcollection-duplicated-item','remove','set','2618910ymIdqF','destroy','view','1030183rxsOqT','_getOrderInContent','focusTracker','_viewToAnnotation','fire'];_0x3c60=function(){return _0x52c017;};return _0x3c60();}
23
+ const _0x11e122=_0x4dc2;function _0x4dc2(_0x1c0b96,_0x42b41f){const _0x458ca9=_0x458c();return _0x4dc2=function(_0x4dc2e4,_0x5988e){_0x4dc2e4=_0x4dc2e4-0x140;let _0x29f79c=_0x458ca9[_0x4dc2e4];return _0x29f79c;},_0x4dc2(_0x1c0b96,_0x42b41f);}(function(_0x3464f5,_0xcfb7de){const _0x2a2153=_0x4dc2,_0x3c8fb0=_0x3464f5();while(!![]){try{const _0x4460eb=parseInt(_0x2a2153(0x140))/0x1+parseInt(_0x2a2153(0x15e))/0x2*(parseInt(_0x2a2153(0x165))/0x3)+-parseInt(_0x2a2153(0x16e))/0x4*(parseInt(_0x2a2153(0x14f))/0x5)+-parseInt(_0x2a2153(0x142))/0x6*(-parseInt(_0x2a2153(0x16c))/0x7)+-parseInt(_0x2a2153(0x145))/0x8*(-parseInt(_0x2a2153(0x162))/0x9)+-parseInt(_0x2a2153(0x15f))/0xa+-parseInt(_0x2a2153(0x148))/0xb;if(_0x4460eb===_0xcfb7de)break;else _0x3c8fb0['push'](_0x3c8fb0['shift']());}catch(_0x5efc93){_0x3c8fb0['push'](_0x3c8fb0['shift']());}}}(_0x458c,0xbbd9a));import{CKEditorError as _0x59d2ef,Collection as _0x1f4dcd,FocusTracker as _0x1df216}from'ckeditor5/src/utils.js';function _0x458c(){const _0x3f1a9c=['remove','148UAPlSF','_viewToAnnotation','687804qpTLJM','annotationcollection-not-existing-item','246GVQRNi','focus','from','16fGeGMz','set','_innerViewToAnnotation','2154845RsKdqi','_getOrderInContent','refreshPositioning','destroy','clear','listenTo','add','104820iZXsGJ','blur','change:isFocused','sort','length','innerView','view','left','delete','annotationcollection-duplicated-item','stopListening','getByInnerView','targetRect','get','has','339538OMYSfy','930310bsjcTo','updateTargetRect','top','1210131UxWnAf','fire','isFocused','3PSBoto','focusTracker','_focusTracker','getIndex','getByView','focusableElements','_sort','120799viHJww'];_0x458c=function(){return _0x3f1a9c;};return _0x458c();}export default class x extends _0x1f4dcd{constructor(_0x8268f5=[]){const _0x1a17f1=_0x4dc2;super(),this[_0x1a17f1(0x147)]=new Map(),this[_0x1a17f1(0x16f)]=new Map(),this[_0x1a17f1(0x167)]=new _0x1df216(),this[_0x1a17f1(0x167)]['on'](_0x1a17f1(0x151),(_0x182d84,_0xcf76b6,_0x5cda27)=>{const _0x4617f0=_0x1a17f1;_0x5cda27||this[_0x4617f0(0x163)](_0x4617f0(0x150));});for(const _0x2f6a94 of _0x8268f5)this[_0x1a17f1(0x14e)](_0x2f6a94);}get[_0x11e122(0x164)](){const _0x4e59e5=_0x11e122;return this[_0x4e59e5(0x167)][_0x4e59e5(0x164)];}[_0x11e122(0x14e)](_0x4f6b02){const _0x4fe187=_0x11e122;if(this[_0x4fe187(0x15d)](_0x4f6b02))throw new _0x59d2ef(_0x4fe187(0x158),null);this[_0x4fe187(0x147)][_0x4fe187(0x146)](_0x4f6b02[_0x4fe187(0x154)],_0x4f6b02),this[_0x4fe187(0x16f)][_0x4fe187(0x146)](_0x4f6b02[_0x4fe187(0x155)],_0x4f6b02);for(const _0x562b85 of _0x4f6b02[_0x4fe187(0x16a)])this[_0x4fe187(0x167)][_0x4fe187(0x14e)](_0x562b85);this[_0x4fe187(0x14d)](_0x4f6b02[_0x4fe187(0x16a)],_0x4fe187(0x14e),(_0x3bbec7,_0x569902)=>{const _0x5a33d3=_0x4fe187;this[_0x5a33d3(0x167)][_0x5a33d3(0x14e)](_0x569902);}),this[_0x4fe187(0x14d)](_0x4f6b02[_0x4fe187(0x16a)],_0x4fe187(0x16d),(_0x29e507,_0xc699c1)=>{const _0x6bff44=_0x4fe187;this[_0x6bff44(0x167)][_0x6bff44(0x16d)](_0xc699c1);}),this[_0x4fe187(0x14d)](_0x4f6b02[_0x4fe187(0x155)][_0x4fe187(0x166)],_0x4fe187(0x151),(_0x2d6dac,_0x2b0678,_0x940504)=>{const _0x54f30e=_0x4fe187;_0x940504&&this[_0x54f30e(0x163)](_0x54f30e(0x143),_0x4f6b02);}),_0x4f6b02[_0x4fe187(0x160)]();const _0x554081=this[_0x4fe187(0x149)](_0x4f6b02[_0x4fe187(0x155)][_0x4fe187(0x15b)]);return super[_0x4fe187(0x14e)](_0x4f6b02,_0x554081);}[_0x11e122(0x16d)](_0x3e5ee4){const _0x1b05b9=_0x11e122;if(!this[_0x1b05b9(0x15d)](_0x3e5ee4))throw new _0x59d2ef(_0x1b05b9(0x141),null);this[_0x1b05b9(0x159)](_0x3e5ee4[_0x1b05b9(0x155)][_0x1b05b9(0x166)]),this[_0x1b05b9(0x159)](_0x3e5ee4[_0x1b05b9(0x16a)]);for(const _0x213bdb of _0x3e5ee4[_0x1b05b9(0x16a)])this[_0x1b05b9(0x167)][_0x1b05b9(0x16d)](_0x213bdb);return this[_0x1b05b9(0x16f)][_0x1b05b9(0x157)](_0x3e5ee4[_0x1b05b9(0x155)]),this[_0x1b05b9(0x147)][_0x1b05b9(0x157)](_0x3e5ee4[_0x1b05b9(0x154)]),super[_0x1b05b9(0x16d)](_0x3e5ee4);}[_0x11e122(0x15a)](_0x2ff3de){const _0x31f2c3=_0x11e122;return this[_0x31f2c3(0x147)][_0x31f2c3(0x15c)](_0x2ff3de);}[_0x11e122(0x169)](_0x310dc8){const _0x123008=_0x11e122;return this[_0x123008(0x16f)][_0x123008(0x15c)](_0x310dc8);}[_0x11e122(0x14b)](){const _0x22f094=_0x11e122;super[_0x22f094(0x14c)](),this[_0x22f094(0x159)](),this[_0x22f094(0x147)][_0x22f094(0x14c)](),this[_0x22f094(0x16f)][_0x22f094(0x14c)](),this[_0x22f094(0x167)][_0x22f094(0x14b)]();}[_0x11e122(0x14a)](){const _0x3f566a=_0x11e122;for(const _0x276224 of this)_0x276224[_0x3f566a(0x160)]();this[_0x3f566a(0x16b)]();}[_0x11e122(0x16b)](){const _0x154ea9=_0x11e122,_0x4bf4a1=Array[_0x154ea9(0x144)](this)[_0x154ea9(0x152)]((_0x20d5d9,_0x4177b9)=>v(_0x20d5d9[_0x154ea9(0x155)][_0x154ea9(0x15b)],_0x4177b9[_0x154ea9(0x155)][_0x154ea9(0x15b)]));for(let _0x394e5d=_0x4bf4a1[_0x154ea9(0x153)]-0x1;_0x394e5d>0x0;_0x394e5d--){const _0xa31f2a=_0x4bf4a1[_0x394e5d];_0x394e5d!==this[_0x154ea9(0x168)](_0xa31f2a)&&(this[_0x154ea9(0x16d)](_0xa31f2a),this[_0x154ea9(0x14e)](_0xa31f2a));}}[_0x11e122(0x149)](_0x15faa2){const _0x421de7=_0x11e122;let _0x295a66=0x0;if(!_0x15faa2)return this[_0x421de7(0x153)];for(const _0x260d84 of this){const _0x2b7aa7=_0x260d84[_0x421de7(0x155)][_0x421de7(0x15b)];if(_0x2b7aa7){if(v(_0x15faa2,_0x2b7aa7)<0x0)return _0x295a66;_0x295a66++;}}return _0x295a66;}}export function bindAnnotationCollections({source:_0x13ae94,target:_0xea336c,filter:_0x212fa9}){const _0xa0607b=_0x11e122;for(const _0x3c5151 of _0x13ae94)_0x212fa9(_0x3c5151)&&_0xea336c[_0xa0607b(0x14e)](_0x3c5151);_0xea336c[_0xa0607b(0x14d)](_0x13ae94,_0xa0607b(0x14e),(_0x6ddd36,_0x36f4ba)=>{const _0x116465=_0xa0607b;_0x212fa9(_0x36f4ba)&&_0xea336c[_0x116465(0x14e)](_0x36f4ba);}),_0xea336c[_0xa0607b(0x14d)](_0x13ae94,_0xa0607b(0x16d),(_0x163899,_0x22733e)=>{const _0x17863d=_0xa0607b;_0xea336c[_0x17863d(0x15d)](_0x22733e)&&_0xea336c[_0x17863d(0x16d)](_0x22733e);});}function v(_0x1b22ab,_0x270e99){const _0x31a3fe=_0x11e122;if(null===_0x1b22ab&&null===_0x270e99)return 0x0;if(null===_0x1b22ab)return-0x1;if(null===_0x270e99)return 0x1;const _0x270007=_0x1b22ab[_0x31a3fe(0x161)]-_0x270e99[_0x31a3fe(0x161)];return 0x0==_0x270007?_0x1b22ab[_0x31a3fe(0x156)]-_0x270e99[_0x31a3fe(0x156)]:_0x270007;}
@@ -6,7 +6,7 @@
6
6
  * @module comments/annotations/annotations
7
7
  * @publicApi
8
8
  */
9
- import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core.js';
9
+ import { ContextPlugin, Editor, type Context } from 'ckeditor5/src/core.js';
10
10
  import type { View } from 'ckeditor5/src/ui.js';
11
11
  import { type Locale } from 'ckeditor5/src/utils.js';
12
12
  import Annotation, { type AnnotationTarget } from './annotation.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a9f2d=_0x1d42;function _0x2b63(){const _0x20f18b=['642795DBCLGh','source','12mCMrPL','focusTracker','deactivateAll','element','add','change:isVisible','stopListening','38efVjzg','_addActiveAnnotation','44eFqTqa','collection','set','refreshPositioning','has','getByInnerView','8IJqYsq','createAnnotationView','createAnnotation','850068BkUejZ','Annotations','listenTo','2973540wMDTwa','activeAnnotations','view','remove','activate','889130afULFh','_visibleAnnotations','fire','_bindAnnotationsToVisibleAnnotations','_deactivateAllAnnotations','_removeActiveAnnotation','delete','pluginName','destroy','6009318PAHWLQ','isVisible','7236943rFPVem','refreshVisibility','57152hpiqCb','_activateAnnotation'];_0x2b63=function(){return _0x20f18b;};return _0x2b63();}function _0x1d42(_0x3dfe0e,_0x55124b){const _0x2b63a9=_0x2b63();return _0x1d42=function(_0x1d42f8,_0x20e9a9){_0x1d42f8=_0x1d42f8-0x190;let _0x325e4c=_0x2b63a9[_0x1d42f8];return _0x325e4c;},_0x1d42(_0x3dfe0e,_0x55124b);}(function(_0x4054a4,_0xca362c){const _0x2d5e3c=_0x1d42,_0xd0287=_0x4054a4();while(!![]){try{const _0x2dd82e=parseInt(_0x2d5e3c(0x1a7))/0x1*(parseInt(_0x2d5e3c(0x1b2))/0x2)+parseInt(_0x2d5e3c(0x192))/0x3+-parseInt(_0x2d5e3c(0x1ab))/0x4*(parseInt(_0x2d5e3c(0x1a9))/0x5)+parseInt(_0x2d5e3c(0x195))/0x6+parseInt(_0x2d5e3c(0x1a5))/0x7*(-parseInt(_0x2d5e3c(0x1ba))/0x8)+parseInt(_0x2d5e3c(0x1a3))/0x9+parseInt(_0x2d5e3c(0x19a))/0xa*(-parseInt(_0x2d5e3c(0x1b4))/0xb);if(_0x2dd82e===_0xca362c)break;else _0xd0287['push'](_0xd0287['shift']());}catch(_0x5af7d2){_0xd0287['push'](_0xd0287['shift']());}}}(_0x2b63,0xb8e6e));import{ContextPlugin as _0x3536ee}from'ckeditor5/src/core.js';import _0x3bf41d from'./annotation.js';import _0x243afb from'./annotationcollection.js';import _0xa307b7 from'./view/annotationview.js';export default class b extends _0x3536ee{static get[_0x4a9f2d(0x1a1)](){const _0x59a01d=_0x4a9f2d;return _0x59a01d(0x193);}constructor(_0x416627){const _0x2f0a86=_0x4a9f2d;super(_0x416627),this[_0x2f0a86(0x1b5)]=new _0x243afb(),this[_0x2f0a86(0x19b)]=new _0x243afb(),this[_0x2f0a86(0x1b6)](_0x2f0a86(0x196),new Set()),this[_0x2f0a86(0x19d)]();}[_0x4a9f2d(0x1af)](_0x277d17){const _0x1bc0b4=_0x4a9f2d;this[_0x1bc0b4(0x1b5)][_0x1bc0b4(0x1af)](_0x277d17);}[_0x4a9f2d(0x198)](_0x3e1dfb){const _0x400827=_0x4a9f2d;this[_0x400827(0x1b5)][_0x400827(0x198)](_0x3e1dfb),_0x3e1dfb[_0x400827(0x1a2)]();}[_0x4a9f2d(0x1a6)](){const _0x4cedcd=_0x4a9f2d;for(const _0x2c4b81 of this[_0x4cedcd(0x1b5)])_0x2c4b81[_0x4cedcd(0x1a6)]();}[_0x4a9f2d(0x1b7)](){const _0x189d3e=_0x4a9f2d;this[_0x189d3e(0x19b)][_0x189d3e(0x1b7)]();}[_0x4a9f2d(0x1b9)](_0x335173){const _0xd0955f=_0x4a9f2d;return this[_0xd0955f(0x1b5)][_0xd0955f(0x1b9)](_0x335173);}[_0x4a9f2d(0x1ad)](){const _0x1c9e99=_0x4a9f2d;this[_0x1c9e99(0x19c)](_0x1c9e99(0x19e));}[_0x4a9f2d(0x1a2)](){const _0x565f45=_0x4a9f2d;for(const _0x1fe552 of this[_0x565f45(0x1b5)])_0x1fe552[_0x565f45(0x1a2)]();this[_0x565f45(0x19b)][_0x565f45(0x1a2)](),this[_0x565f45(0x1b5)][_0x565f45(0x1a2)](),super[_0x565f45(0x1a2)]();}[_0x4a9f2d(0x199)](_0x1fe13c){const _0x1a5217=_0x4a9f2d;this[_0x1a5217(0x19c)](_0x1a5217(0x1a8),_0x1fe13c);}[_0x4a9f2d(0x191)](_0x5f04c7){return new _0x3bf41d(_0x5f04c7);}[_0x4a9f2d(0x190)](_0x302b07,_0x475392){return new _0xa307b7(_0x302b07,_0x475392);}[_0x4a9f2d(0x1b3)](_0x22354){const _0x454514=_0x4a9f2d,_0x337cc7=new Set(this[_0x454514(0x196)]);_0x337cc7[_0x454514(0x1af)](_0x22354),this[_0x454514(0x196)]=_0x337cc7;}[_0x4a9f2d(0x19f)](_0x26db3d){const _0x3955b8=_0x4a9f2d,_0x273481=new Set(this[_0x3955b8(0x196)]);_0x273481[_0x3955b8(0x1a0)](_0x26db3d),this[_0x3955b8(0x196)]=_0x273481;}[_0x4a9f2d(0x19d)](){const _0x3412c7=_0x4a9f2d,_0x5c9a54=this[_0x3412c7(0x1b5)],_0x544020=this[_0x3412c7(0x19b)];function _0x166dc4(_0x48e24c){const _0x3fde6d=_0x3412c7,_0x4e0e5b=_0x48e24c[_0x3fde6d(0x1aa)];_0x4e0e5b[_0x3fde6d(0x1a4)]&&!_0x544020[_0x3fde6d(0x1b8)](_0x4e0e5b)?_0x544020[_0x3fde6d(0x1af)](_0x4e0e5b):!_0x4e0e5b[_0x3fde6d(0x1a4)]&&_0x544020[_0x3fde6d(0x1b8)](_0x4e0e5b)&&_0x544020[_0x3fde6d(0x198)](_0x4e0e5b),_0x4e0e5b[_0x3fde6d(0x197)][_0x3fde6d(0x1ac)][_0x3fde6d(0x198)](_0x4e0e5b[_0x3fde6d(0x197)][_0x3fde6d(0x1ae)]),_0x4e0e5b[_0x3fde6d(0x197)][_0x3fde6d(0x1ac)][_0x3fde6d(0x1af)](_0x4e0e5b[_0x3fde6d(0x197)][_0x3fde6d(0x1ae)]);}this[_0x3412c7(0x194)](_0x5c9a54,_0x3412c7(0x1af),(_0x215a83,_0x499c0c)=>{const _0x379399=_0x3412c7;_0x499c0c[_0x379399(0x1a4)]&&_0x544020[_0x379399(0x1af)](_0x499c0c),this[_0x379399(0x194)](_0x499c0c,_0x379399(0x1b0),_0x166dc4);}),this[_0x3412c7(0x194)](_0x5c9a54,_0x3412c7(0x198),(_0x45ed36,_0x5e749e)=>{const _0x718483=_0x3412c7;_0x544020[_0x718483(0x1b8)](_0x5e749e)&&_0x544020[_0x718483(0x198)](_0x5e749e),this[_0x718483(0x1b1)](_0x5e749e,_0x718483(0x1b0),_0x166dc4);});}}
23
+ function _0xca37(){const _0x3db5b4=['_visibleAnnotations','_deactivateAllAnnotations','destroy','87333MnVQqB','1325250zQQiEe','add','722892Ikqiit','stopListening','addKeystrokeInfoGroup','Ctrl+Shift+E','Esc','ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS','annotations','_bindAnnotationsToVisibleAnnotations','change:isVisible','ACCESSIBILITY_HELP_ANNOTATIONS_ENTER','refreshVisibility','remove','createAnnotationView','Arrowdown','Arrowup','ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO','_addActiveAnnotation','element','activate','refreshPositioning','isVisible','Tab','2007955MIDTAp','3590880jhFvgK','_activateAnnotation','focusTracker','Enter','Annotations','getByInnerView','fire','activeAnnotations','collection','ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS','Shift+Tab','91ZYLZVo','locale','listenTo','ACCESSIBILITY_HELP_ANNOTATIONS_EXIT','view','2KaquFu','delete','pluginName','Ctrl+Enter','ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT','_removeActiveAnnotation','ACCESSIBILITY_HELP_ANNOTATIONS_GROUP','set','143058gNvTDP','has','createAnnotation','3aaeCcm','accessibility','deactivateAll','6762940HKzJfx','source'];_0xca37=function(){return _0x3db5b4;};return _0xca37();}const _0x23f67a=_0x339d;(function(_0x59010e,_0x14d3d4){const _0x2c2a1f=_0x339d,_0x294855=_0x59010e();while(!![]){try{const _0x5462be=-parseInt(_0x2c2a1f(0x12a))/0x1*(parseInt(_0x2c2a1f(0x154))/0x2)+-parseInt(_0x2c2a1f(0x122))/0x3*(parseInt(_0x2c2a1f(0x12d))/0x4)+-parseInt(_0x2c2a1f(0x143))/0x5+parseInt(_0x2c2a1f(0x15c))/0x6*(-parseInt(_0x2c2a1f(0x14f))/0x7)+parseInt(_0x2c2a1f(0x144))/0x8+parseInt(_0x2c2a1f(0x12b))/0x9+parseInt(_0x2c2a1f(0x125))/0xa;if(_0x5462be===_0x14d3d4)break;else _0x294855['push'](_0x294855['shift']());}catch(_0x14c2b2){_0x294855['push'](_0x294855['shift']());}}}(_0xca37,0x477be));import{ContextPlugin as _0x278107,Editor as _0x2673a4}from'ckeditor5/src/core.js';function _0x339d(_0xdbae73,_0x542774){const _0xca37f5=_0xca37();return _0x339d=function(_0x339ddc,_0x3e29ef){_0x339ddc=_0x339ddc-0x120;let _0x316676=_0xca37f5[_0x339ddc];return _0x316676;},_0x339d(_0xdbae73,_0x542774);}import _0x4c8020 from'./annotation.js';import _0x17221c from'./annotationcollection.js';import _0x1c63f0 from'./view/annotationview.js';import{getTranslation as _0x5bb4a6}from'../utils/common-translations.js';export default class _ extends _0x278107{static get[_0x23f67a(0x156)](){const _0x4e3504=_0x23f67a;return _0x4e3504(0x148);}constructor(_0x1eb420){const _0xbe2d13=_0x23f67a;if(super(_0x1eb420),this[_0xbe2d13(0x14c)]=new _0x17221c(),this[_0xbe2d13(0x127)]=new _0x17221c(),this[_0xbe2d13(0x15b)](_0xbe2d13(0x14b),new Set()),this[_0xbe2d13(0x134)](),_0x1eb420 instanceof _0x2673a4){const _0x5d1deb=_0x1eb420[_0xbe2d13(0x150)];_0x1eb420[_0xbe2d13(0x123)][_0xbe2d13(0x12f)]({'id':_0xbe2d13(0x133),'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x15a)),'keystrokes':[{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x13c)),'keystroke':_0xbe2d13(0x130)},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x152)),'keystroke':_0xbe2d13(0x131)},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x136)),'keystroke':_0xbe2d13(0x147)},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x14d)),'keystroke':[[_0xbe2d13(0x142)],[_0xbe2d13(0x14e)]]},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x158)),'keystroke':[_0xbe2d13(0x157)]},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x132)),'keystroke':[[_0xbe2d13(0x13b)],[_0xbe2d13(0x13a)]]}]});}}[_0x23f67a(0x12c)](_0x1173c3){const _0x20fd9b=_0x23f67a;this[_0x20fd9b(0x14c)][_0x20fd9b(0x12c)](_0x1173c3);}[_0x23f67a(0x138)](_0x380c0d){const _0x359316=_0x23f67a;this[_0x359316(0x14c)][_0x359316(0x138)](_0x380c0d),_0x380c0d[_0x359316(0x129)]();}[_0x23f67a(0x137)](){const _0x445123=_0x23f67a;for(const _0x50645a of this[_0x445123(0x14c)])_0x50645a[_0x445123(0x137)]();}[_0x23f67a(0x140)](){const _0x248a06=_0x23f67a;this[_0x248a06(0x127)][_0x248a06(0x140)]();}[_0x23f67a(0x149)](_0x2f7876){const _0x165d83=_0x23f67a;return this[_0x165d83(0x14c)][_0x165d83(0x149)](_0x2f7876);}[_0x23f67a(0x124)](){const _0x187e09=_0x23f67a;this[_0x187e09(0x14a)](_0x187e09(0x128));}[_0x23f67a(0x129)](){const _0x185d6d=_0x23f67a;for(const _0x1c8b92 of this[_0x185d6d(0x14c)])_0x1c8b92[_0x185d6d(0x129)]();this[_0x185d6d(0x127)][_0x185d6d(0x129)](),this[_0x185d6d(0x14c)][_0x185d6d(0x129)](),super[_0x185d6d(0x129)]();}[_0x23f67a(0x13f)](_0x27f339){const _0x5d16e1=_0x23f67a;this[_0x5d16e1(0x14a)](_0x5d16e1(0x145),_0x27f339);}[_0x23f67a(0x121)](_0x415230){return new _0x4c8020(_0x415230);}[_0x23f67a(0x139)](_0x4c4aee,_0x29ee65){return new _0x1c63f0(_0x4c4aee,_0x29ee65);}[_0x23f67a(0x13d)](_0xb710bc){const _0xb8429f=_0x23f67a,_0x38da2d=new Set(this[_0xb8429f(0x14b)]);_0x38da2d[_0xb8429f(0x12c)](_0xb710bc),this[_0xb8429f(0x14b)]=_0x38da2d;}[_0x23f67a(0x159)](_0x141f36){const _0x4950f6=_0x23f67a,_0x2de6e5=new Set(this[_0x4950f6(0x14b)]);_0x2de6e5[_0x4950f6(0x155)](_0x141f36),this[_0x4950f6(0x14b)]=_0x2de6e5;}[_0x23f67a(0x134)](){const _0x34fbfd=_0x23f67a,_0x26e080=this[_0x34fbfd(0x14c)],_0x344cee=this[_0x34fbfd(0x127)];function _0x24dad6(_0x2a5892){const _0x432913=_0x34fbfd,_0x150386=_0x2a5892[_0x432913(0x126)];_0x150386[_0x432913(0x141)]&&!_0x344cee[_0x432913(0x120)](_0x150386)?_0x344cee[_0x432913(0x12c)](_0x150386):!_0x150386[_0x432913(0x141)]&&_0x344cee[_0x432913(0x120)](_0x150386)&&_0x344cee[_0x432913(0x138)](_0x150386),_0x150386[_0x432913(0x153)][_0x432913(0x146)][_0x432913(0x138)](_0x150386[_0x432913(0x153)][_0x432913(0x13e)]),_0x150386[_0x432913(0x153)][_0x432913(0x146)][_0x432913(0x12c)](_0x150386[_0x432913(0x153)][_0x432913(0x13e)]);}this[_0x34fbfd(0x151)](_0x26e080,_0x34fbfd(0x12c),(_0x41b478,_0x553270)=>{const _0x22f9aa=_0x34fbfd;_0x553270[_0x22f9aa(0x141)]&&_0x344cee[_0x22f9aa(0x12c)](_0x553270),this[_0x22f9aa(0x151)](_0x553270,_0x22f9aa(0x135),_0x24dad6);}),this[_0x34fbfd(0x151)](_0x26e080,_0x34fbfd(0x138),(_0x4b82d,_0x2da3c1)=>{const _0x4aa8d3=_0x34fbfd;_0x344cee[_0x4aa8d3(0x120)](_0x2da3c1)&&_0x344cee[_0x4aa8d3(0x138)](_0x2da3c1),this[_0x4aa8d3(0x12e)](_0x2da3c1,_0x4aa8d3(0x135),_0x24dad6);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1eacbe=_0x36db;(function(_0x4ed9f5,_0x5c2d49){const _0xb6f04e=_0x36db,_0x227d7f=_0x4ed9f5();while(!![]){try{const _0x2d1a67=-parseInt(_0xb6f04e(0x11b))/0x1*(parseInt(_0xb6f04e(0x105))/0x2)+-parseInt(_0xb6f04e(0x117))/0x3+parseInt(_0xb6f04e(0x10a))/0x4+-parseInt(_0xb6f04e(0x134))/0x5*(parseInt(_0xb6f04e(0x137))/0x6)+parseInt(_0xb6f04e(0x102))/0x7+parseInt(_0xb6f04e(0x125))/0x8+parseInt(_0xb6f04e(0x106))/0x9;if(_0x2d1a67===_0x5c2d49)break;else _0x227d7f['push'](_0x227d7f['shift']());}catch(_0xb0849){_0x227d7f['push'](_0x227d7f['shift']());}}}(_0x1928,0xc1d92));import{ContextPlugin as _0x1eff2f}from'ckeditor5/src/core.js';import{CKEditorError as _0xe0bb5b}from'ckeditor5/src/utils.js';import _0x50fa03,{bindAnnotationCollections as _0x252fce}from'./annotationcollection.js';import _0xdea103 from'./annotations.js';function _0x36db(_0x2144f9,_0x3f3ae1){const _0x1928de=_0x1928();return _0x36db=function(_0x36dbb4,_0x29ad6e){_0x36dbb4=_0x36dbb4-0xfc;let _0x3e6c80=_0x1928de[_0x36dbb4];return _0x3e6c80;},_0x36db(_0x2144f9,_0x3f3ae1);}export default class j extends _0x1eff2f{static get[_0x1eacbe(0x11e)](){return[_0xdea103];}static get[_0x1eacbe(0x11a)](){const _0x495024=_0x1eacbe;return _0x495024(0x10b);}constructor(_0x12a230){const _0x3cbb33=_0x1eacbe;super(_0x12a230),this[_0x3cbb33(0x136)]=new Set(),this[_0x3cbb33(0x109)]=new Map(),this[_0x3cbb33(0x126)]=new Map();}[_0x1eacbe(0x115)](){const _0x5283ea=_0x1eacbe,_0x414bc4=this[_0x5283ea(0x12f)][_0x5283ea(0x128)][_0x5283ea(0x10d)](_0xdea103);this[_0x5283ea(0x124)](_0x414bc4,_0x5283ea(0x131),(_0x101acf,_0x4764ba)=>{const _0x1ad6f0=_0x5283ea;for(const _0x5d3b3a of this[_0x1ad6f0(0x136)]){const _0x1e7728=this[_0x1ad6f0(0x109)][_0x1ad6f0(0x10d)](_0x5d3b3a);(0x0,this[_0x1ad6f0(0x126)][_0x1ad6f0(0x10d)](_0x5d3b3a)[_0x1ad6f0(0xfd)])(_0x4764ba)&&_0x1e7728[_0x1ad6f0(0x12a)](_0x4764ba);}}),this[_0x5283ea(0x124)](_0x414bc4,_0x5283ea(0x12c),()=>{const _0x5006da=_0x5283ea;for(const _0x57f192 of this[_0x5006da(0x136)]){this[_0x5006da(0x109)][_0x5006da(0x10d)](_0x57f192)[_0x5006da(0x12a)](null);}}),this[_0x5283ea(0x124)](_0x414bc4[_0x5283ea(0x121)],_0x5283ea(0x107),(_0x200d95,_0x7ac67c)=>{const _0x958291=_0x5283ea;this[_0x958291(0x112)](_0x7ac67c);});}[_0x1eacbe(0x114)](){const _0x549de7=_0x1eacbe;return this[_0x549de7(0x136)][_0x549de7(0x12e)]>0x0;}[_0x1eacbe(0x122)](_0x45dd76){const _0x392448=_0x1eacbe;return this[_0x392448(0x136)][_0x392448(0x113)](_0x45dd76);}[_0x1eacbe(0x12b)](_0x152352,_0x59ca17=()=>!0x0){const _0x2eec22=_0x1eacbe,_0x57d4a3=this[_0x2eec22(0x12f)][_0x2eec22(0x128)][_0x2eec22(0x10d)](_0xdea103);if(!this[_0x2eec22(0x109)][_0x2eec22(0x113)](_0x152352))throw new _0xe0bb5b(_0x2eec22(0x11f),this,{'uiName':_0x152352});this[_0x2eec22(0x122)](_0x152352)&&this[_0x2eec22(0xff)](_0x152352),this[_0x2eec22(0x136)][_0x2eec22(0x107)](_0x152352);const _0x455e65=new _0x50fa03(),_0x342385=_0x57d4a3[_0x2eec22(0x121)];_0x252fce({'source':_0x342385,'target':_0x455e65,'filter':_0x59ca17}),this[_0x2eec22(0x126)][_0x2eec22(0x111)](_0x152352,{'collection':_0x455e65,'filter':_0x59ca17});const _0x20b561=this[_0x2eec22(0x109)][_0x2eec22(0x10d)](_0x152352);_0x20b561[_0x2eec22(0x100)](_0x455e65),this[_0x2eec22(0x124)](_0x20b561,_0x2eec22(0x101),(_0xc04e4,_0x21c552,_0x14fe99,_0x2612b3)=>{const _0x22d620=_0x2eec22;_0x2612b3&&_0x57d4a3[_0x22d620(0x129)](_0x2612b3),_0x14fe99&&_0x57d4a3[_0x22d620(0x127)](_0x14fe99);});}[_0x1eacbe(0xff)](_0x24e51b){const _0x2a5adf=_0x1eacbe;if(this[_0x2a5adf(0x136)][_0x2a5adf(0x12d)](_0x24e51b),!this[_0x2a5adf(0x109)][_0x2a5adf(0x113)](_0x24e51b))throw new _0xe0bb5b(_0x2a5adf(0x11f),this,{'uiName':_0x24e51b});const _0x55efc7=this[_0x2a5adf(0x109)][_0x2a5adf(0x10d)](_0x24e51b);_0x55efc7[_0x2a5adf(0x132)](),this[_0x2a5adf(0x10c)](_0x55efc7),this[_0x2a5adf(0x126)][_0x2a5adf(0x10d)](_0x24e51b)[_0x2a5adf(0x11c)][_0x2a5adf(0x123)](),this[_0x2a5adf(0x126)][_0x2a5adf(0x12d)](_0x24e51b);}[_0x1eacbe(0x120)](_0x1ef7cb){const _0x581056=_0x1eacbe;if(!this[_0x581056(0x109)][_0x581056(0x113)](_0x1ef7cb))throw new _0xe0bb5b(_0x581056(0x11f),this,{'uiName':_0x1ef7cb});const _0x32e436=this[_0x581056(0x12f)][_0x581056(0x128)][_0x581056(0x10d)](_0xdea103),_0x18973e=Array[_0x581056(0x108)](_0x32e436[_0x581056(0x10f)])[0x0]||null;this[_0x581056(0x130)](),this[_0x581056(0x12b)](_0x1ef7cb);const _0x2702da=this[_0x581056(0x109)][_0x581056(0x10d)](_0x1ef7cb);_0x2702da[_0x581056(0x12a)](_0x18973e),_0x2702da[_0x581056(0x116)]&&_0x18973e&&_0x2702da[_0x581056(0x116)]([_0x18973e]);}[_0x1eacbe(0x130)](){const _0x395206=_0x1eacbe;for(const _0x4e4cb3 of this[_0x395206(0x136)])this[_0x395206(0xff)](_0x4e4cb3);}[_0x1eacbe(0x10e)](_0x41fc87,_0x3e4056){const _0x194d8b=_0x1eacbe;if(this[_0x194d8b(0x109)][_0x194d8b(0x113)](_0x41fc87))throw new _0xe0bb5b(_0x194d8b(0x119));if(_0x194d8b(0x110)!=typeof _0x3e4056[_0x194d8b(0x100)]||_0x194d8b(0x110)!=typeof _0x3e4056[_0x194d8b(0x132)]||_0x194d8b(0x110)!=typeof _0x3e4056[_0x194d8b(0x12a)])throw new _0xe0bb5b(_0x194d8b(0x118),null);this[_0x194d8b(0x109)][_0x194d8b(0x111)](_0x41fc87,_0x3e4056);}[_0x1eacbe(0x133)](){const _0x568ff7=_0x1eacbe,_0x11038e=this[_0x568ff7(0x12f)][_0x568ff7(0x128)][_0x568ff7(0x10d)](_0xdea103)[_0x568ff7(0x11c)],_0x153fc6=new Map(),_0x21498f=Array[_0x568ff7(0x108)](this[_0x568ff7(0x136)]);for(const _0x42e1b5 of this[_0x568ff7(0x136)]){const _0x3b9331=this[_0x568ff7(0x126)][_0x568ff7(0x10d)](_0x42e1b5)[_0x568ff7(0x11c)];for(const _0x39042e of _0x3b9331)_0x153fc6[_0x568ff7(0x111)](_0x39042e,_0x42e1b5);}for(const _0x4b04db of _0x11038e){const _0x1bdb87=_0x153fc6[_0x568ff7(0x10d)](_0x4b04db);this[_0x568ff7(0x112)](_0x4b04db);const _0x2689ee=_0x21498f[_0x568ff7(0xfe)](_0x3304f7=>this[_0x568ff7(0x126)][_0x568ff7(0x10d)](_0x3304f7)[_0x568ff7(0xfd)](_0x4b04db));_0x1bdb87!==_0x2689ee&&(_0x1bdb87&&this[_0x568ff7(0x126)][_0x568ff7(0x10d)](_0x1bdb87)[_0x568ff7(0x11c)][_0x568ff7(0x11d)](_0x4b04db),_0x2689ee&&this[_0x568ff7(0x126)][_0x568ff7(0x10d)](_0x2689ee)[_0x568ff7(0x11c)][_0x568ff7(0x107)](_0x4b04db));}}[_0x1eacbe(0x123)](){const _0x296292=_0x1eacbe;this[_0x296292(0x130)](),super[_0x296292(0x123)]();}[_0x1eacbe(0x112)](_0x1c59c2){const _0x6ead5b=_0x1eacbe,_0x5b560f=[];for(const _0x2cf3a0 of this[_0x6ead5b(0x136)]){(0x0,this[_0x6ead5b(0x126)][_0x6ead5b(0x10d)](_0x2cf3a0)[_0x6ead5b(0xfd)])(_0x1c59c2)&&_0x5b560f[_0x6ead5b(0x104)](_0x2cf3a0);}if(_0x5b560f[_0x6ead5b(0x103)]>0x1)throw new _0xe0bb5b(_0x6ead5b(0xfc),null,{'matchedUIs':_0x5b560f,'annotationType':_0x1c59c2[_0x6ead5b(0x135)]});}}function _0x1928(){const _0x528985=['_removeActiveAnnotation','setActiveAnnotation','activate','_deactivateAllAnnotations','delete','size','context','deactivateAll','_activateAnnotation','detach','refilterAnnotations','6850EfzQMH','type','activeUIs','600aUOkRO','annotationsuis-annotation-mismatch','filter','find','deactivate','attach','change:activeAnnotation','3160276lNnjKx','length','push','14oIsyPq','7384941sFYeXy','add','from','_uis','3939176dlnGOq','AnnotationsUIs','stopListening','get','register','activeAnnotations','function','set','_assertAnnotationDoesNotBelongToMultipleUIs','has','hasActive','init','_setSelectedAnnotations','3168687vYDEFG','annotationsuis-register-invalid-interface','annotationsuis-register-already-registered','pluginName','199757gAovMa','collection','remove','requires','annotationsuis-missing-ui','switchTo','_visibleAnnotations','isActive','destroy','listenTo','9029752NwZcSS','_uisData','_addActiveAnnotation','plugins'];_0x1928=function(){return _0x528985;};return _0x1928();}
23
+ function _0x52cb(){const _0x1e1196=['_uisData','7806skYrOJ','_addActiveAnnotation','register','init','switchTo','1022795VCmcLA','refilterAnnotations','202808qQwGFe','set','_setSelectedAnnotations','has','detach','get','annotationsuis-register-invalid-interface','collection','3835Wlvafz','activeAnnotations','144DDfTto','function','836NrNLZb','pluginName','87708BqULhW','_removeActiveAnnotation','6gDAFlM','annotationsuis-annotation-mismatch','deactivateAll','13926cfBJth','annotationsuis-register-already-registered','find','push','deactivate','_uis','delete','remove','add','plugins','22tUeAqj','type','activate','activeUIs','_activateAnnotation','_deactivateAllAnnotations','_assertAnnotationDoesNotBelongToMultipleUIs','annotationsuis-missing-ui','AnnotationsUIs','setActiveAnnotation','requires','context','hasActive','filter','size','destroy','length','from','listenTo','change:activeAnnotation','49xnSgsA','isActive','stopListening','8899308qAeanq','attach','265390uPXnqg','_visibleAnnotations'];_0x52cb=function(){return _0x1e1196;};return _0x52cb();}const _0x43ecaa=_0x283e;(function(_0x4d3c54,_0x56b47b){const _0x2afd1b=_0x283e,_0x1a66ce=_0x4d3c54();while(!![]){try{const _0x56a92b=-parseInt(_0x2afd1b(0x17c))/0x1*(parseInt(_0x2afd1b(0x198))/0x2)+parseInt(_0x2afd1b(0x1b2))/0x3*(-parseInt(_0x2afd1b(0x1ab))/0x4)+parseInt(_0x2afd1b(0x19d))/0x5*(-parseInt(_0x2afd1b(0x1af))/0x6)+parseInt(_0x2afd1b(0x190))/0x7*(parseInt(_0x2afd1b(0x19f))/0x8)+parseInt(_0x2afd1b(0x1a9))/0x9*(parseInt(_0x2afd1b(0x195))/0xa)+-parseInt(_0x2afd1b(0x193))/0xb+parseInt(_0x2afd1b(0x1ad))/0xc*(parseInt(_0x2afd1b(0x1a7))/0xd);if(_0x56a92b===_0x56b47b)break;else _0x1a66ce['push'](_0x1a66ce['shift']());}catch(_0x478f60){_0x1a66ce['push'](_0x1a66ce['shift']());}}}(_0x52cb,0xa81dd));import{ContextPlugin as _0x4f9932}from'ckeditor5/src/core.js';import{CKEditorError as _0x485727}from'ckeditor5/src/utils.js';import _0x39e8a8,{bindAnnotationCollections as _0x3d2752}from'./annotationcollection.js';function _0x283e(_0x553173,_0x2392ca){const _0x52cbb0=_0x52cb();return _0x283e=function(_0x283e65,_0x55882d){_0x283e65=_0x283e65-0x179;let _0x6b7764=_0x52cbb0[_0x283e65];return _0x6b7764;},_0x283e(_0x553173,_0x2392ca);}import _0x385ae1 from'./annotations.js';export default class j extends _0x4f9932{static get[_0x43ecaa(0x186)](){return[_0x385ae1];}static get[_0x43ecaa(0x1ac)](){const _0x2ad719=_0x43ecaa;return _0x2ad719(0x184);}constructor(_0x47c0ab){const _0x426e9c=_0x43ecaa;super(_0x47c0ab),this[_0x426e9c(0x17f)]=new Set(),this[_0x426e9c(0x1b7)]=new Map(),this[_0x426e9c(0x197)]=new Map();}[_0x43ecaa(0x19b)](){const _0x51678e=_0x43ecaa,_0x35a0b9=this[_0x51678e(0x187)][_0x51678e(0x17b)][_0x51678e(0x1a4)](_0x385ae1);this[_0x51678e(0x18e)](_0x35a0b9,_0x51678e(0x180),(_0x36406d,_0x127480)=>{const _0x5bc7c1=_0x51678e;for(const _0x384854 of this[_0x5bc7c1(0x17f)]){const _0x51eb3d=this[_0x5bc7c1(0x1b7)][_0x5bc7c1(0x1a4)](_0x384854);(0x0,this[_0x5bc7c1(0x197)][_0x5bc7c1(0x1a4)](_0x384854)[_0x5bc7c1(0x189)])(_0x127480)&&_0x51eb3d[_0x5bc7c1(0x185)](_0x127480);}}),this[_0x51678e(0x18e)](_0x35a0b9,_0x51678e(0x181),()=>{const _0x54fcdb=_0x51678e;for(const _0x1377bd of this[_0x54fcdb(0x17f)]){this[_0x54fcdb(0x1b7)][_0x54fcdb(0x1a4)](_0x1377bd)[_0x54fcdb(0x185)](null);}}),this[_0x51678e(0x18e)](_0x35a0b9[_0x51678e(0x196)],_0x51678e(0x17a),(_0x35d974,_0x4431cd)=>{const _0x278d5b=_0x51678e;this[_0x278d5b(0x182)](_0x4431cd);});}[_0x43ecaa(0x188)](){const _0x26717e=_0x43ecaa;return this[_0x26717e(0x17f)][_0x26717e(0x18a)]>0x0;}[_0x43ecaa(0x191)](_0x4a0df6){const _0x3115e5=_0x43ecaa;return this[_0x3115e5(0x17f)][_0x3115e5(0x1a2)](_0x4a0df6);}[_0x43ecaa(0x17e)](_0x5ce2fc,_0x2672d1=()=>!0x0){const _0x50a02d=_0x43ecaa,_0x5d9ab4=this[_0x50a02d(0x187)][_0x50a02d(0x17b)][_0x50a02d(0x1a4)](_0x385ae1);if(!this[_0x50a02d(0x1b7)][_0x50a02d(0x1a2)](_0x5ce2fc))throw new _0x485727(_0x50a02d(0x183),this,{'uiName':_0x5ce2fc});this[_0x50a02d(0x191)](_0x5ce2fc)&&this[_0x50a02d(0x1b6)](_0x5ce2fc),this[_0x50a02d(0x17f)][_0x50a02d(0x17a)](_0x5ce2fc);const _0x4c18cd=new _0x39e8a8(),_0x14d5e3=_0x5d9ab4[_0x50a02d(0x196)];_0x3d2752({'source':_0x14d5e3,'target':_0x4c18cd,'filter':_0x2672d1}),this[_0x50a02d(0x197)][_0x50a02d(0x1a0)](_0x5ce2fc,{'collection':_0x4c18cd,'filter':_0x2672d1});const _0x4aa4f9=this[_0x50a02d(0x1b7)][_0x50a02d(0x1a4)](_0x5ce2fc);_0x4aa4f9[_0x50a02d(0x194)](_0x4c18cd),this[_0x50a02d(0x18e)](_0x4aa4f9,_0x50a02d(0x18f),(_0x18192f,_0x5f168a,_0x264d2d,_0x5634f9)=>{const _0x4dc3e0=_0x50a02d;_0x5634f9&&_0x5d9ab4[_0x4dc3e0(0x1ae)](_0x5634f9),_0x264d2d&&_0x5d9ab4[_0x4dc3e0(0x199)](_0x264d2d);});}[_0x43ecaa(0x1b6)](_0x54338c){const _0x4d8bcd=_0x43ecaa;if(this[_0x4d8bcd(0x17f)][_0x4d8bcd(0x1b8)](_0x54338c),!this[_0x4d8bcd(0x1b7)][_0x4d8bcd(0x1a2)](_0x54338c))throw new _0x485727(_0x4d8bcd(0x183),this,{'uiName':_0x54338c});const _0x47de5d=this[_0x4d8bcd(0x1b7)][_0x4d8bcd(0x1a4)](_0x54338c);_0x47de5d[_0x4d8bcd(0x1a3)](),this[_0x4d8bcd(0x192)](_0x47de5d),this[_0x4d8bcd(0x197)][_0x4d8bcd(0x1a4)](_0x54338c)[_0x4d8bcd(0x1a6)][_0x4d8bcd(0x18b)](),this[_0x4d8bcd(0x197)][_0x4d8bcd(0x1b8)](_0x54338c);}[_0x43ecaa(0x19c)](_0x335dab){const _0x58060a=_0x43ecaa;if(!this[_0x58060a(0x1b7)][_0x58060a(0x1a2)](_0x335dab))throw new _0x485727(_0x58060a(0x183),this,{'uiName':_0x335dab});const _0xd2026d=this[_0x58060a(0x187)][_0x58060a(0x17b)][_0x58060a(0x1a4)](_0x385ae1),_0x2c0025=Array[_0x58060a(0x18d)](_0xd2026d[_0x58060a(0x1a8)])[0x0]||null;this[_0x58060a(0x1b1)](),this[_0x58060a(0x17e)](_0x335dab);const _0x2553a3=this[_0x58060a(0x1b7)][_0x58060a(0x1a4)](_0x335dab);_0x2553a3[_0x58060a(0x185)](_0x2c0025),_0x2553a3[_0x58060a(0x1a1)]&&_0x2c0025&&_0x2553a3[_0x58060a(0x1a1)]([_0x2c0025]);}[_0x43ecaa(0x1b1)](){const _0xca5879=_0x43ecaa;for(const _0x505201 of this[_0xca5879(0x17f)])this[_0xca5879(0x1b6)](_0x505201);}[_0x43ecaa(0x19a)](_0x30581f,_0x4bcb83){const _0x145097=_0x43ecaa;if(this[_0x145097(0x1b7)][_0x145097(0x1a2)](_0x30581f))throw new _0x485727(_0x145097(0x1b3));if(_0x145097(0x1aa)!=typeof _0x4bcb83[_0x145097(0x194)]||_0x145097(0x1aa)!=typeof _0x4bcb83[_0x145097(0x1a3)]||_0x145097(0x1aa)!=typeof _0x4bcb83[_0x145097(0x185)])throw new _0x485727(_0x145097(0x1a5),null);this[_0x145097(0x1b7)][_0x145097(0x1a0)](_0x30581f,_0x4bcb83);}[_0x43ecaa(0x19e)](){const _0x2107e9=_0x43ecaa,_0x213f80=this[_0x2107e9(0x187)][_0x2107e9(0x17b)][_0x2107e9(0x1a4)](_0x385ae1)[_0x2107e9(0x1a6)],_0x10dd38=new Map(),_0x1ac07a=Array[_0x2107e9(0x18d)](this[_0x2107e9(0x17f)]);for(const _0x30a22a of this[_0x2107e9(0x17f)]){const _0x14dc2d=this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0x30a22a)[_0x2107e9(0x1a6)];for(const _0x320d20 of _0x14dc2d)_0x10dd38[_0x2107e9(0x1a0)](_0x320d20,_0x30a22a);}for(const _0x167cce of _0x213f80){const _0xcbea32=_0x10dd38[_0x2107e9(0x1a4)](_0x167cce);this[_0x2107e9(0x182)](_0x167cce);const _0x5d9633=_0x1ac07a[_0x2107e9(0x1b4)](_0x4bbe18=>this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0x4bbe18)[_0x2107e9(0x189)](_0x167cce));_0xcbea32!==_0x5d9633&&(_0xcbea32&&this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0xcbea32)[_0x2107e9(0x1a6)][_0x2107e9(0x179)](_0x167cce),_0x5d9633&&this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0x5d9633)[_0x2107e9(0x1a6)][_0x2107e9(0x17a)](_0x167cce));}}[_0x43ecaa(0x18b)](){const _0x5e7bdd=_0x43ecaa;this[_0x5e7bdd(0x1b1)](),super[_0x5e7bdd(0x18b)]();}[_0x43ecaa(0x182)](_0x3a7c73){const _0x197298=_0x43ecaa,_0x22ed0e=[];for(const _0xc2340d of this[_0x197298(0x17f)]){(0x0,this[_0x197298(0x197)][_0x197298(0x1a4)](_0xc2340d)[_0x197298(0x189)])(_0x3a7c73)&&_0x22ed0e[_0x197298(0x1b5)](_0xc2340d);}if(_0x22ed0e[_0x197298(0x18c)]>0x1)throw new _0x485727(_0x197298(0x1b0),null,{'matchedUIs':_0x22ed0e,'annotationType':_0x3a7c73[_0x197298(0x17d)]});}}