@ckeditor/ckeditor5-comments 42.0.2-alpha.2 → 43.0.0-alpha.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 (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-alpha.2",
3
+ "version": "43.0.0-alpha.0",
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-alpha.2",
49
- "@ckeditor/ckeditor5-core": "42.0.2-alpha.2",
50
- "@ckeditor/ckeditor5-engine": "42.0.2-alpha.2",
51
- "@ckeditor/ckeditor5-enter": "42.0.2-alpha.2",
52
- "@ckeditor/ckeditor5-paragraph": "42.0.2-alpha.2",
53
- "@ckeditor/ckeditor5-select-all": "42.0.2-alpha.2",
54
- "@ckeditor/ckeditor5-typing": "42.0.2-alpha.2",
55
- "@ckeditor/ckeditor5-ui": "42.0.2-alpha.2",
56
- "@ckeditor/ckeditor5-undo": "42.0.2-alpha.2",
57
- "@ckeditor/ckeditor5-utils": "42.0.2-alpha.2",
58
- "ckeditor5": "42.0.2-alpha.2",
59
- "ckeditor5-collaboration": "42.0.2-alpha.2",
48
+ "@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.0",
49
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.0",
50
+ "@ckeditor/ckeditor5-engine": "43.0.0-alpha.0",
51
+ "@ckeditor/ckeditor5-enter": "43.0.0-alpha.0",
52
+ "@ckeditor/ckeditor5-paragraph": "43.0.0-alpha.0",
53
+ "@ckeditor/ckeditor5-select-all": "43.0.0-alpha.0",
54
+ "@ckeditor/ckeditor5-theme-lark": "43.0.0-alpha.0",
55
+ "@ckeditor/ckeditor5-typing": "43.0.0-alpha.0",
56
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.0",
57
+ "@ckeditor/ckeditor5-undo": "43.0.0-alpha.0",
58
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.0",
59
+ "ckeditor5": "43.0.0-alpha.0",
60
+ "ckeditor5-collaboration": "43.0.0-alpha.0",
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 _0x5b6c9f=_0x3e13;(function(_0xf04fdd,_0xba387a){const _0x40c864=_0x3e13,_0x449ac5=_0xf04fdd();while(!![]){try{const _0x5e7965=-parseInt(_0x40c864(0x1ef))/0x1+parseInt(_0x40c864(0x1cb))/0x2*(parseInt(_0x40c864(0x1dd))/0x3)+parseInt(_0x40c864(0x1de))/0x4+parseInt(_0x40c864(0x1f2))/0x5+-parseInt(_0x40c864(0x1d7))/0x6*(parseInt(_0x40c864(0x1d8))/0x7)+parseInt(_0x40c864(0x1d9))/0x8*(-parseInt(_0x40c864(0x1ca))/0x9)+parseInt(_0x40c864(0x1f7))/0xa*(parseInt(_0x40c864(0x1ce))/0xb);if(_0x5e7965===_0xba387a)break;else _0x449ac5['push'](_0x449ac5['shift']());}catch(_0x529609){_0x449ac5['push'](_0x449ac5['shift']());}}}(_0x1b08,0x491ee));import{CKEditorError as _0x317ce8,Rect as _0x23ce59,Collection as _0x3e4d05,ObservableMixin as _0x5bb180}from'ckeditor5/src/utils.js';export default class d extends/* #__PURE__ -- @preserve */
24
- _0x5bb180(){constructor({view:_0x132c8f,target:_0x53fdbe,type:_0x457f0b,isVisible:_0x339064=!0x0}){const _0x5c3258=_0x3e13;super(),this[_0x5c3258(0x1d4)]=_0x132c8f,this[_0x5c3258(0x1d4)][_0x5c3258(0x1ea)]||this[_0x5c3258(0x1d4)][_0x5c3258(0x1e2)](),this[_0x5c3258(0x1f6)]=_0x457f0b,this[_0x5c3258(0x1e9)]=_0x53fdbe,d[_0x5c3258(0x1eb)](this[_0x5c3258(0x1e6)]()),this[_0x5c3258(0x1d3)]=new _0x3e4d05([this[_0x5c3258(0x1d4)][_0x5c3258(0x1ea)]],{'idProperty':_0x5c3258(0x1f1)}),this[_0x5c3258(0x1d3)]['on'](_0x5c3258(0x1f3),(_0x38f5f7,_0x37217a)=>{const _0x22e9da=_0x5c3258;this[_0x22e9da(0x1d4)][_0x22e9da(0x1e4)][_0x22e9da(0x1f3)](_0x37217a);}),this[_0x5c3258(0x1d3)]['on'](_0x5c3258(0x1cd),(_0x7e6cec,_0x217bf7)=>{const _0x206326=_0x5c3258;this[_0x206326(0x1d4)][_0x206326(0x1e4)][_0x206326(0x1cd)](_0x217bf7);}),this[_0x5c3258(0x1ee)](_0x5c3258(0x1d1),_0x339064);}get[_0x5b6c9f(0x1e7)](){const _0x52eff2=_0x5b6c9f;return _0x52eff2(0x1d5)==typeof this[_0x52eff2(0x1f6)]?this[_0x52eff2(0x1f6)]():this[_0x52eff2(0x1f6)];}get[_0x5b6c9f(0x1c9)](){const _0x1e9740=_0x5b6c9f;return this[_0x1e9740(0x1d4)][_0x1e9740(0x1f5)];}get[_0x5b6c9f(0x1f4)](){const _0x89dade=_0x5b6c9f,_0x218f69=this[_0x89dade(0x1e6)]();return d[_0x89dade(0x1eb)](_0x218f69),_0x218f69;}get[_0x5b6c9f(0x1e0)](){const _0x8e07af=_0x5b6c9f,_0x199c26=this[_0x8e07af(0x1f4)];if(null===_0x199c26)return null;if(_0x199c26 instanceof _0x23ce59)return _0x199c26;const _0x688d76=_0x199c26[_0x8e07af(0x1e1)](_0x2de046=>function(_0x437b33){const _0x3da941=_0x8e07af,_0x45b5f9=_0x437b33[_0x3da941(0x1f0)];if(_0x45b5f9)return!0x0;const _0x2c0f7e=_0x437b33[_0x3da941(0x1ed)]()[_0x3da941(0x1cc)](0x0);return!!_0x2c0f7e;}(_0x2de046));return 0x0===_0x688d76[_0x8e07af(0x1cf)]?null:new _0x23ce59(_0x688d76[0x0][_0x8e07af(0x1ed)]()[_0x8e07af(0x1cc)](0x0));}get[_0x5b6c9f(0x1dc)](){const _0x237abd=_0x5b6c9f;return this[_0x237abd(0x1d4)][_0x237abd(0x1dc)];}set[_0x5b6c9f(0x1dc)](_0x56c2d7){const _0x85f38e=_0x5b6c9f;this[_0x85f38e(0x1d4)][_0x85f38e(0x1dc)]=_0x56c2d7,this[_0x85f38e(0x1d4)][_0x85f38e(0x1f5)][_0x85f38e(0x1dc)]=_0x56c2d7;}[_0x5b6c9f(0x1e3)](){const _0x48a365=_0x5b6c9f;this[_0x48a365(0x1d4)][_0x48a365(0x1e0)]=this[_0x48a365(0x1e0)];}[_0x5b6c9f(0x1e8)](){const _0x4d747b=_0x5b6c9f;this[_0x4d747b(0x1d3)][_0x4d747b(0x1d6)](),this[_0x4d747b(0x1d3)][_0x4d747b(0x1e5)](),this[_0x4d747b(0x1d6)]();}[_0x5b6c9f(0x1d2)](){const _0x1f7a03=_0x5b6c9f;this[_0x1f7a03(0x1d1)]=!!this[_0x1f7a03(0x1e0)];}static[_0x5b6c9f(0x1eb)](_0x106055){const _0x548d85=_0x5b6c9f;if(!(null===_0x106055||_0x106055 instanceof _0x23ce59||Array[_0x548d85(0x1da)](_0x106055)&&_0x106055[_0x548d85(0x1df)](_0x51be68=>y(_0x51be68))))throw new _0x317ce8(_0x548d85(0x1ec),null,{'target':_0x106055});}[_0x5b6c9f(0x1e6)](){const _0x4ff097=_0x5b6c9f,_0x12de73=_0x4ff097(0x1d5)==typeof this[_0x4ff097(0x1e9)]?this[_0x4ff097(0x1e9)]():this[_0x4ff097(0x1e9)];return y(_0x12de73)?[_0x12de73]:_0x12de73;}}function y(_0x8ace66){const _0x33b706=_0x5b6c9f;return null!==_0x8ace66&&_0x33b706(0x1d0)==typeof _0x8ace66&&_0x33b706(0x1db)in _0x8ace66&&0x1===_0x8ace66[_0x33b706(0x1db)];}function _0x3e13(_0x2d37c9,_0x660b65){const _0x1b0824=_0x1b08();return _0x3e13=function(_0x3e1385,_0x6e1bbc){_0x3e1385=_0x3e1385-0x1c9;let _0x554289=_0x1b0824[_0x3e1385];return _0x554289;},_0x3e13(_0x2d37c9,_0x660b65);}function _0x1b08(){const _0x4195af=['refreshVisibility','focusableElements','view','function','stopListening','6GxOrgz','3014263mAnBYc','526712VwkeBb','isArray','nodeType','isActive','66dzuJyY','1765816ldGbZL','every','targetRect','filter','render','updateTargetRect','focusTracker','clear','_getNormalizedTarget','type','destroy','_target','element','_assertCorrectTarget','annotation-invalid-target','getClientRects','set','532504nUokzv','offsetParent','_id','1821130AmdZyZ','add','target','mainView','_type','40UMgfSM','innerView','63CeXVfy','17228WlqQjS','item','remove','2002825yfyjVT','length','object','isVisible'];_0x1b08=function(){return _0x4195af;};return _0x1b08();}
23
+ const _0x5800d9=_0x2068;(function(_0x48919e,_0x349325){const _0x3e3d9f=_0x2068,_0x40c2bd=_0x48919e();while(!![]){try{const _0x386954=-parseInt(_0x3e3d9f(0x177))/0x1*(-parseInt(_0x3e3d9f(0x194))/0x2)+parseInt(_0x3e3d9f(0x199))/0x3*(parseInt(_0x3e3d9f(0x18c))/0x4)+-parseInt(_0x3e3d9f(0x1a2))/0x5*(parseInt(_0x3e3d9f(0x185))/0x6)+-parseInt(_0x3e3d9f(0x181))/0x7*(-parseInt(_0x3e3d9f(0x190))/0x8)+-parseInt(_0x3e3d9f(0x19e))/0x9+-parseInt(_0x3e3d9f(0x17e))/0xa+-parseInt(_0x3e3d9f(0x17c))/0xb;if(_0x386954===_0x349325)break;else _0x40c2bd['push'](_0x40c2bd['shift']());}catch(_0x129083){_0x40c2bd['push'](_0x40c2bd['shift']());}}}(_0x1e0c,0x56c71));function _0x1e0c(){const _0xce0a62=['innerView','set','annotation-invalid-target','offsetParent','39424fdwhkA','isActive','430020WpxASb','updateTargetRect','nodeType','14JmEBnL','function','object','_type','498acbGfg','add','remove','_assertCorrectTarget','stopListening','view','length','368ogjrlP','isArray','_getNormalizedTarget','every','2784896ZGwkmv','focusableElements','filter','focusTracker','334YihBkp','refreshVisibility','render','getClientRects','target','13740KWggMk','mainView','_target','type','clear','4383954ZELaOZ','item','destroy','_id','35955yzxToh','targetRect','isVisible','element','2206AKYlCx'];_0x1e0c=function(){return _0xce0a62;};return _0x1e0c();}import{CKEditorError as _0x1c5621,Rect as _0x4e0bfe,Collection as _0x1acefb,ObservableMixin as _0x17d80a}from'ckeditor5/src/utils.js';export default class d extends/* #__PURE__ -- @preserve */
24
+ _0x17d80a(){constructor({view:_0x270cb9,target:_0x5236c1,type:_0x4d4bca,isVisible:_0xe5cd72=!0x0}){const _0x2a85ec=_0x2068;super(),this[_0x2a85ec(0x18a)]=_0x270cb9,this[_0x2a85ec(0x18a)][_0x2a85ec(0x176)]||this[_0x2a85ec(0x18a)][_0x2a85ec(0x196)](),this[_0x2a85ec(0x184)]=_0x4d4bca,this[_0x2a85ec(0x19b)]=_0x5236c1,d[_0x2a85ec(0x188)](this[_0x2a85ec(0x18e)]()),this[_0x2a85ec(0x191)]=new _0x1acefb([this[_0x2a85ec(0x18a)][_0x2a85ec(0x176)]],{'idProperty':_0x2a85ec(0x1a1)}),this[_0x2a85ec(0x191)]['on'](_0x2a85ec(0x186),(_0x1d564b,_0x3f9b3)=>{const _0x53c9d5=_0x2a85ec;this[_0x53c9d5(0x18a)][_0x53c9d5(0x193)][_0x53c9d5(0x186)](_0x3f9b3);}),this[_0x2a85ec(0x191)]['on'](_0x2a85ec(0x187),(_0x3207b0,_0xc1203e)=>{const _0xacc104=_0x2a85ec;this[_0xacc104(0x18a)][_0xacc104(0x193)][_0xacc104(0x187)](_0xc1203e);}),this[_0x2a85ec(0x179)](_0x2a85ec(0x175),_0xe5cd72);}get[_0x5800d9(0x19c)](){const _0x52e27a=_0x5800d9;return _0x52e27a(0x182)==typeof this[_0x52e27a(0x184)]?this[_0x52e27a(0x184)]():this[_0x52e27a(0x184)];}get[_0x5800d9(0x178)](){const _0x107f41=_0x5800d9;return this[_0x107f41(0x18a)][_0x107f41(0x19a)];}get[_0x5800d9(0x198)](){const _0x2ae6c1=_0x5800d9,_0x117062=this[_0x2ae6c1(0x18e)]();return d[_0x2ae6c1(0x188)](_0x117062),_0x117062;}get[_0x5800d9(0x1a3)](){const _0xd9b4a7=_0x5800d9,_0x2c7c98=this[_0xd9b4a7(0x198)];if(null===_0x2c7c98)return null;if(_0x2c7c98 instanceof _0x4e0bfe)return _0x2c7c98;const _0x273af1=_0x2c7c98[_0xd9b4a7(0x192)](_0x3e658c=>function(_0x16b715){const _0x139578=_0xd9b4a7,_0x29e208=_0x16b715[_0x139578(0x17b)];if(_0x29e208)return!0x0;const _0x138273=_0x16b715[_0x139578(0x197)]()[_0x139578(0x19f)](0x0);return!!_0x138273;}(_0x3e658c));return 0x0===_0x273af1[_0xd9b4a7(0x18b)]?null:new _0x4e0bfe(_0x273af1[0x0][_0xd9b4a7(0x197)]()[_0xd9b4a7(0x19f)](0x0));}get[_0x5800d9(0x17d)](){const _0x213963=_0x5800d9;return this[_0x213963(0x18a)][_0x213963(0x17d)];}set[_0x5800d9(0x17d)](_0x412c64){const _0x30ea76=_0x5800d9;this[_0x30ea76(0x18a)][_0x30ea76(0x17d)]=_0x412c64,this[_0x30ea76(0x18a)][_0x30ea76(0x19a)][_0x30ea76(0x17d)]=_0x412c64;}[_0x5800d9(0x17f)](){const _0x430b9d=_0x5800d9;this[_0x430b9d(0x18a)][_0x430b9d(0x1a3)]=this[_0x430b9d(0x1a3)];}[_0x5800d9(0x1a0)](){const _0x3e6a6e=_0x5800d9;this[_0x3e6a6e(0x191)][_0x3e6a6e(0x189)](),this[_0x3e6a6e(0x191)][_0x3e6a6e(0x19d)](),this[_0x3e6a6e(0x189)]();}[_0x5800d9(0x195)](){const _0x237a90=_0x5800d9;this[_0x237a90(0x175)]=!!this[_0x237a90(0x1a3)];}static[_0x5800d9(0x188)](_0x57e7ec){const _0x14d198=_0x5800d9;if(!(null===_0x57e7ec||_0x57e7ec instanceof _0x4e0bfe||Array[_0x14d198(0x18d)](_0x57e7ec)&&_0x57e7ec[_0x14d198(0x18f)](_0x148c9a=>y(_0x148c9a))))throw new _0x1c5621(_0x14d198(0x17a),null,{'target':_0x57e7ec});}[_0x5800d9(0x18e)](){const _0x40903e=_0x5800d9,_0x2b10c3=_0x40903e(0x182)==typeof this[_0x40903e(0x19b)]?this[_0x40903e(0x19b)]():this[_0x40903e(0x19b)];return y(_0x2b10c3)?[_0x2b10c3]:_0x2b10c3;}}function _0x2068(_0x8310bf,_0x113079){const _0x1e0c94=_0x1e0c();return _0x2068=function(_0x2068a7,_0x110546){_0x2068a7=_0x2068a7-0x175;let _0x58c297=_0x1e0c94[_0x2068a7];return _0x58c297;},_0x2068(_0x8310bf,_0x113079);}function y(_0x4f0be1){const _0x13fd18=_0x5800d9;return null!==_0x4f0be1&&_0x13fd18(0x183)==typeof _0x4f0be1&&_0x13fd18(0x180)in _0x4f0be1&&0x1===_0x4f0be1[_0x13fd18(0x180)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2a55(_0x27f6cd,_0x41c9a5){const _0x6e69dc=_0x6e69();return _0x2a55=function(_0x2a55e6,_0x47053b){_0x2a55e6=_0x2a55e6-0x8c;let _0x1f440c=_0x6e69dc[_0x2a55e6];return _0x1f440c;},_0x2a55(_0x27f6cd,_0x41c9a5);}function _0x6e69(){const _0x13b0ae=['length','clear','change:isFocused','11586kxgeMV','annotationcollection-not-existing-item','3003pgmJtK','_getOrderInContent','updateTargetRect','12293520SYcbiD','remove','1024706ucFaAP','sort','get','view','_innerViewToAnnotation','listenTo','focusableElements','focus','from','add','has','1TRDeAs','_sort','blur','set','refreshPositioning','targetRect','destroy','359256yRwJtY','focusTracker','10206180XsdLMP','6616020eikNar','isFocused','3LenEFb','stopListening','getByInnerView','getIndex','annotationcollection-duplicated-item','fire','85905ibAHxi','_viewToAnnotation','top','_focusTracker','delete','innerView','left','getByView'];_0x6e69=function(){return _0x13b0ae;};return _0x6e69();}const _0x3163d7=_0x2a55;(function(_0x254ab9,_0x3123fa){const _0x35ec94=_0x2a55,_0x267649=_0x254ab9();while(!![]){try{const _0x152990=-parseInt(_0x35ec94(0xac))/0x1*(-parseInt(_0x35ec94(0xa1))/0x2)+parseInt(_0x35ec94(0xb8))/0x3*(-parseInt(_0x35ec94(0xb3))/0x4)+-parseInt(_0x35ec94(0xb6))/0x5+parseInt(_0x35ec94(0x9a))/0x6*(-parseInt(_0x35ec94(0x9c))/0x7)+parseInt(_0x35ec94(0x9f))/0x8+parseInt(_0x35ec94(0x8f))/0x9+parseInt(_0x35ec94(0xb5))/0xa;if(_0x152990===_0x3123fa)break;else _0x267649['push'](_0x267649['shift']());}catch(_0x1d8135){_0x267649['push'](_0x267649['shift']());}}}(_0x6e69,0xcc89d));import{CKEditorError as _0x4d7a62,Collection as _0x1c0c07,FocusTracker as _0x5c4211}from'ckeditor5/src/utils.js';export default class x extends _0x1c0c07{constructor(_0x278a8d=[]){const _0x534498=_0x2a55;super(),this[_0x534498(0xa5)]=new Map(),this[_0x534498(0x90)]=new Map(),this[_0x534498(0x92)]=new _0x5c4211(),this[_0x534498(0x92)]['on'](_0x534498(0x99),(_0x292581,_0xc50004,_0x3c2225)=>{const _0x1d0159=_0x534498;_0x3c2225||this[_0x1d0159(0x8e)](_0x1d0159(0xae));});for(const _0x181f3b of _0x278a8d)this[_0x534498(0xaa)](_0x181f3b);}get[_0x3163d7(0xb7)](){const _0x59f30c=_0x3163d7;return this[_0x59f30c(0x92)][_0x59f30c(0xb7)];}[_0x3163d7(0xaa)](_0x117807){const _0x5ea559=_0x3163d7;if(this[_0x5ea559(0xab)](_0x117807))throw new _0x4d7a62(_0x5ea559(0x8d),null);this[_0x5ea559(0xa5)][_0x5ea559(0xaf)](_0x117807[_0x5ea559(0x94)],_0x117807),this[_0x5ea559(0x90)][_0x5ea559(0xaf)](_0x117807[_0x5ea559(0xa4)],_0x117807);for(const _0x5937d0 of _0x117807[_0x5ea559(0xa7)])this[_0x5ea559(0x92)][_0x5ea559(0xaa)](_0x5937d0);this[_0x5ea559(0xa6)](_0x117807[_0x5ea559(0xa7)],_0x5ea559(0xaa),(_0x17c69d,_0x5cfef4)=>{const _0x236e0a=_0x5ea559;this[_0x236e0a(0x92)][_0x236e0a(0xaa)](_0x5cfef4);}),this[_0x5ea559(0xa6)](_0x117807[_0x5ea559(0xa7)],_0x5ea559(0xa0),(_0x269d93,_0x494d95)=>{const _0x3733c6=_0x5ea559;this[_0x3733c6(0x92)][_0x3733c6(0xa0)](_0x494d95);}),this[_0x5ea559(0xa6)](_0x117807[_0x5ea559(0xa4)][_0x5ea559(0xb4)],_0x5ea559(0x99),(_0x381c48,_0x43c04e,_0x182f4d)=>{const _0x17e373=_0x5ea559;_0x182f4d&&this[_0x17e373(0x8e)](_0x17e373(0xa8),_0x117807);}),_0x117807[_0x5ea559(0x9e)]();const _0x19cb95=this[_0x5ea559(0x9d)](_0x117807[_0x5ea559(0xa4)][_0x5ea559(0xb1)]);return super[_0x5ea559(0xaa)](_0x117807,_0x19cb95);}[_0x3163d7(0xa0)](_0x3ee3ff){const _0x5aaacf=_0x3163d7;if(!this[_0x5aaacf(0xab)](_0x3ee3ff))throw new _0x4d7a62(_0x5aaacf(0x9b),null);this[_0x5aaacf(0xb9)](_0x3ee3ff[_0x5aaacf(0xa4)][_0x5aaacf(0xb4)]),this[_0x5aaacf(0xb9)](_0x3ee3ff[_0x5aaacf(0xa7)]);for(const _0x4467b2 of _0x3ee3ff[_0x5aaacf(0xa7)])this[_0x5aaacf(0x92)][_0x5aaacf(0xa0)](_0x4467b2);return this[_0x5aaacf(0x90)][_0x5aaacf(0x93)](_0x3ee3ff[_0x5aaacf(0xa4)]),this[_0x5aaacf(0xa5)][_0x5aaacf(0x93)](_0x3ee3ff[_0x5aaacf(0x94)]),super[_0x5aaacf(0xa0)](_0x3ee3ff);}[_0x3163d7(0xba)](_0x3b5c3b){const _0x395384=_0x3163d7;return this[_0x395384(0xa5)][_0x395384(0xa3)](_0x3b5c3b);}[_0x3163d7(0x96)](_0xe33d6b){const _0x511c33=_0x3163d7;return this[_0x511c33(0x90)][_0x511c33(0xa3)](_0xe33d6b);}[_0x3163d7(0xb2)](){const _0x236305=_0x3163d7;super[_0x236305(0x98)](),this[_0x236305(0xb9)](),this[_0x236305(0xa5)][_0x236305(0x98)](),this[_0x236305(0x90)][_0x236305(0x98)](),this[_0x236305(0x92)][_0x236305(0xb2)]();}[_0x3163d7(0xb0)](){const _0x6bca7e=_0x3163d7;for(const _0x241de6 of this)_0x241de6[_0x6bca7e(0x9e)]();this[_0x6bca7e(0xad)]();}[_0x3163d7(0xad)](){const _0xb49d0b=_0x3163d7,_0x2f0347=Array[_0xb49d0b(0xa9)](this)[_0xb49d0b(0xa2)]((_0x571504,_0x49d1d6)=>v(_0x571504[_0xb49d0b(0xa4)][_0xb49d0b(0xb1)],_0x49d1d6[_0xb49d0b(0xa4)][_0xb49d0b(0xb1)]));for(let _0x5a0c7b=_0x2f0347[_0xb49d0b(0x97)]-0x1;_0x5a0c7b>0x0;_0x5a0c7b--){const _0x95eb36=_0x2f0347[_0x5a0c7b];_0x5a0c7b!==this[_0xb49d0b(0x8c)](_0x95eb36)&&(this[_0xb49d0b(0xa0)](_0x95eb36),this[_0xb49d0b(0xaa)](_0x95eb36));}}[_0x3163d7(0x9d)](_0x2d2c81){const _0x304f9f=_0x3163d7;let _0x4e01f4=0x0;if(!_0x2d2c81)return this[_0x304f9f(0x97)];for(const _0x3ff7ee of this){const _0x4f4c91=_0x3ff7ee[_0x304f9f(0xa4)][_0x304f9f(0xb1)];if(_0x4f4c91){if(v(_0x2d2c81,_0x4f4c91)<0x0)return _0x4e01f4;_0x4e01f4++;}}return _0x4e01f4;}}export function bindAnnotationCollections({source:_0x8c1f37,target:_0x1d8e1a,filter:_0x27c3e1}){const _0x4b380e=_0x3163d7;for(const _0x2ab166 of _0x8c1f37)_0x27c3e1(_0x2ab166)&&_0x1d8e1a[_0x4b380e(0xaa)](_0x2ab166);_0x1d8e1a[_0x4b380e(0xa6)](_0x8c1f37,_0x4b380e(0xaa),(_0x468ad0,_0x484bed)=>{const _0x48a03f=_0x4b380e;_0x27c3e1(_0x484bed)&&_0x1d8e1a[_0x48a03f(0xaa)](_0x484bed);}),_0x1d8e1a[_0x4b380e(0xa6)](_0x8c1f37,_0x4b380e(0xa0),(_0x2a69be,_0x4843e)=>{const _0x54d927=_0x4b380e;_0x1d8e1a[_0x54d927(0xab)](_0x4843e)&&_0x1d8e1a[_0x54d927(0xa0)](_0x4843e);});}function v(_0x978802,_0x558609){const _0x404e78=_0x3163d7;if(null===_0x978802&&null===_0x558609)return 0x0;if(null===_0x978802)return-0x1;if(null===_0x558609)return 0x1;const _0x277871=_0x978802[_0x404e78(0x91)]-_0x558609[_0x404e78(0x91)];return 0x0==_0x277871?_0x978802[_0x404e78(0x95)]-_0x558609[_0x404e78(0x95)]:_0x277871;}
23
+ const _0x4e843d=_0x56ac;(function(_0x34d403,_0x32eba9){const _0x268a8b=_0x56ac,_0x5b4e0d=_0x34d403();while(!![]){try{const _0x265826=-parseInt(_0x268a8b(0x1dc))/0x1*(-parseInt(_0x268a8b(0x1c4))/0x2)+parseInt(_0x268a8b(0x1de))/0x3*(-parseInt(_0x268a8b(0x1c1))/0x4)+-parseInt(_0x268a8b(0x1d2))/0x5*(-parseInt(_0x268a8b(0x1c7))/0x6)+parseInt(_0x268a8b(0x1e1))/0x7+-parseInt(_0x268a8b(0x1e5))/0x8+-parseInt(_0x268a8b(0x1c5))/0x9+parseInt(_0x268a8b(0x1c8))/0xa;if(_0x265826===_0x32eba9)break;else _0x5b4e0d['push'](_0x5b4e0d['shift']());}catch(_0x5323eb){_0x5b4e0d['push'](_0x5b4e0d['shift']());}}}(_0x3d38,0xeffd3));import{CKEditorError as _0x1f0f12,Collection as _0x1ef972,FocusTracker as _0x4185d2}from'ckeditor5/src/utils.js';function _0x56ac(_0x13f7d8,_0x4404fb){const _0x3d38cb=_0x3d38();return _0x56ac=function(_0x56aca4,_0x585075){_0x56aca4=_0x56aca4-0x1b9;let _0x4f3c4a=_0x3d38cb[_0x56aca4];return _0x4f3c4a;},_0x56ac(_0x13f7d8,_0x4404fb);}export default class x extends _0x1ef972{constructor(_0x3509da=[]){const _0x33a67e=_0x56ac;super(),this[_0x33a67e(0x1c0)]=new Map(),this[_0x33a67e(0x1cd)]=new Map(),this[_0x33a67e(0x1bd)]=new _0x4185d2(),this[_0x33a67e(0x1bd)]['on'](_0x33a67e(0x1ce),(_0x26190b,_0x5bee1f,_0x26d43f)=>{const _0x3f837a=_0x33a67e;_0x26d43f||this[_0x3f837a(0x1e3)](_0x3f837a(0x1b9));});for(const _0x201f01 of _0x3509da)this[_0x33a67e(0x1da)](_0x201f01);}get[_0x4e843d(0x1be)](){const _0x2cfc95=_0x4e843d;return this[_0x2cfc95(0x1bd)][_0x2cfc95(0x1be)];}[_0x4e843d(0x1da)](_0x5e3aad){const _0x347a59=_0x4e843d;if(this[_0x347a59(0x1e0)](_0x5e3aad))throw new _0x1f0f12(_0x347a59(0x1c2),null);this[_0x347a59(0x1c0)][_0x347a59(0x1c9)](_0x5e3aad[_0x347a59(0x1d6)],_0x5e3aad),this[_0x347a59(0x1cd)][_0x347a59(0x1c9)](_0x5e3aad[_0x347a59(0x1c6)],_0x5e3aad);for(const _0x257de1 of _0x5e3aad[_0x347a59(0x1db)])this[_0x347a59(0x1bd)][_0x347a59(0x1da)](_0x257de1);this[_0x347a59(0x1cc)](_0x5e3aad[_0x347a59(0x1db)],_0x347a59(0x1da),(_0x1cb49a,_0x3a5472)=>{const _0x43a77a=_0x347a59;this[_0x43a77a(0x1bd)][_0x43a77a(0x1da)](_0x3a5472);}),this[_0x347a59(0x1cc)](_0x5e3aad[_0x347a59(0x1db)],_0x347a59(0x1bc),(_0x3fddc2,_0x253486)=>{const _0x1ac39b=_0x347a59;this[_0x1ac39b(0x1bd)][_0x1ac39b(0x1bc)](_0x253486);}),this[_0x347a59(0x1cc)](_0x5e3aad[_0x347a59(0x1c6)][_0x347a59(0x1e7)],_0x347a59(0x1ce),(_0x175528,_0x220a72,_0x106b93)=>{const _0x29b537=_0x347a59;_0x106b93&&this[_0x29b537(0x1e3)](_0x29b537(0x1d3),_0x5e3aad);}),_0x5e3aad[_0x347a59(0x1d5)]();const _0x1c0306=this[_0x347a59(0x1cb)](_0x5e3aad[_0x347a59(0x1c6)][_0x347a59(0x1df)]);return super[_0x347a59(0x1da)](_0x5e3aad,_0x1c0306);}[_0x4e843d(0x1bc)](_0x1aaffe){const _0x59b21c=_0x4e843d;if(!this[_0x59b21c(0x1e0)](_0x1aaffe))throw new _0x1f0f12(_0x59b21c(0x1ca),null);this[_0x59b21c(0x1e4)](_0x1aaffe[_0x59b21c(0x1c6)][_0x59b21c(0x1e7)]),this[_0x59b21c(0x1e4)](_0x1aaffe[_0x59b21c(0x1db)]);for(const _0x38d551 of _0x1aaffe[_0x59b21c(0x1db)])this[_0x59b21c(0x1bd)][_0x59b21c(0x1bc)](_0x38d551);return this[_0x59b21c(0x1cd)][_0x59b21c(0x1ba)](_0x1aaffe[_0x59b21c(0x1c6)]),this[_0x59b21c(0x1c0)][_0x59b21c(0x1ba)](_0x1aaffe[_0x59b21c(0x1d6)]),super[_0x59b21c(0x1bc)](_0x1aaffe);}[_0x4e843d(0x1cf)](_0x5f1c0c){const _0x2a46d7=_0x4e843d;return this[_0x2a46d7(0x1c0)][_0x2a46d7(0x1d1)](_0x5f1c0c);}[_0x4e843d(0x1d9)](_0xb6c2ac){const _0x16b72a=_0x4e843d;return this[_0x16b72a(0x1cd)][_0x16b72a(0x1d1)](_0xb6c2ac);}[_0x4e843d(0x1e6)](){const _0x2070ad=_0x4e843d;super[_0x2070ad(0x1c3)](),this[_0x2070ad(0x1e4)](),this[_0x2070ad(0x1c0)][_0x2070ad(0x1c3)](),this[_0x2070ad(0x1cd)][_0x2070ad(0x1c3)](),this[_0x2070ad(0x1bd)][_0x2070ad(0x1e6)]();}[_0x4e843d(0x1bf)](){const _0x4c74dd=_0x4e843d;for(const _0x1fbc6e of this)_0x1fbc6e[_0x4c74dd(0x1d5)]();this[_0x4c74dd(0x1bb)]();}[_0x4e843d(0x1bb)](){const _0x3add7f=_0x4e843d,_0x55bac5=Array[_0x3add7f(0x1d7)](this)[_0x3add7f(0x1dd)]((_0x53fd7b,_0x546b35)=>v(_0x53fd7b[_0x3add7f(0x1c6)][_0x3add7f(0x1df)],_0x546b35[_0x3add7f(0x1c6)][_0x3add7f(0x1df)]));for(let _0x1afb5c=_0x55bac5[_0x3add7f(0x1d4)]-0x1;_0x1afb5c>0x0;_0x1afb5c--){const _0x53775c=_0x55bac5[_0x1afb5c];_0x1afb5c!==this[_0x3add7f(0x1d8)](_0x53775c)&&(this[_0x3add7f(0x1bc)](_0x53775c),this[_0x3add7f(0x1da)](_0x53775c));}}[_0x4e843d(0x1cb)](_0x5d2ac9){const _0x23c6df=_0x4e843d;let _0x5fad1=0x0;if(!_0x5d2ac9)return this[_0x23c6df(0x1d4)];for(const _0x251ad5 of this){const _0x5065ba=_0x251ad5[_0x23c6df(0x1c6)][_0x23c6df(0x1df)];if(_0x5065ba){if(v(_0x5d2ac9,_0x5065ba)<0x0)return _0x5fad1;_0x5fad1++;}}return _0x5fad1;}}function _0x3d38(){const _0x4534ac=['top','fire','stopListening','12092016ltNgvg','destroy','focusTracker','blur','delete','_sort','remove','_focusTracker','isFocused','refreshPositioning','_innerViewToAnnotation','68BQqFOd','annotationcollection-duplicated-item','clear','503764IQiGET','16778439edgipG','view','14808kajmMi','40942720VXNJxp','set','annotationcollection-not-existing-item','_getOrderInContent','listenTo','_viewToAnnotation','change:isFocused','getByInnerView','left','get','2110moeqaP','focus','length','updateTargetRect','innerView','from','getIndex','getByView','add','focusableElements','3xrxfhB','sort','320754ZqcCJp','targetRect','has','1994720GPPdJt'];_0x3d38=function(){return _0x4534ac;};return _0x3d38();}export function bindAnnotationCollections({source:_0x59f39f,target:_0x1b5ad7,filter:_0x2fa239}){const _0x4cf707=_0x4e843d;for(const _0xf71bfe of _0x59f39f)_0x2fa239(_0xf71bfe)&&_0x1b5ad7[_0x4cf707(0x1da)](_0xf71bfe);_0x1b5ad7[_0x4cf707(0x1cc)](_0x59f39f,_0x4cf707(0x1da),(_0x3cbcf2,_0x2d3fc8)=>{const _0x2ba424=_0x4cf707;_0x2fa239(_0x2d3fc8)&&_0x1b5ad7[_0x2ba424(0x1da)](_0x2d3fc8);}),_0x1b5ad7[_0x4cf707(0x1cc)](_0x59f39f,_0x4cf707(0x1bc),(_0x3cfa59,_0x338a0e)=>{const _0x5d28d2=_0x4cf707;_0x1b5ad7[_0x5d28d2(0x1e0)](_0x338a0e)&&_0x1b5ad7[_0x5d28d2(0x1bc)](_0x338a0e);});}function v(_0x448f41,_0x24f6eb){const _0x3444af=_0x4e843d;if(null===_0x448f41&&null===_0x24f6eb)return 0x0;if(null===_0x448f41)return-0x1;if(null===_0x24f6eb)return 0x1;const _0x4b7c94=_0x448f41[_0x3444af(0x1e2)]-_0x24f6eb[_0x3444af(0x1e2)];return 0x0==_0x4b7c94?_0x448f41[_0x3444af(0x1d0)]-_0x24f6eb[_0x3444af(0x1d0)]:_0x4b7c94;}
@@ -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
- function _0x3959(_0x17d313,_0x19a3d2){const _0x44202d=_0x4420();return _0x3959=function(_0x3959b6,_0x5eb807){_0x3959b6=_0x3959b6-0xb7;let _0x14f122=_0x44202d[_0x3959b6];return _0x14f122;},_0x3959(_0x17d313,_0x19a3d2);}const _0x394e21=_0x3959;(function(_0x5284d4,_0xcf2e36){const _0x5339b2=_0x3959,_0x4d31a0=_0x5284d4();while(!![]){try{const _0x3b7f61=parseInt(_0x5339b2(0xb8))/0x1+-parseInt(_0x5339b2(0xd5))/0x2*(-parseInt(_0x5339b2(0xc7))/0x3)+-parseInt(_0x5339b2(0xd6))/0x4*(parseInt(_0x5339b2(0xca))/0x5)+parseInt(_0x5339b2(0xe0))/0x6*(-parseInt(_0x5339b2(0xcc))/0x7)+parseInt(_0x5339b2(0xc1))/0x8*(parseInt(_0x5339b2(0xc4))/0x9)+parseInt(_0x5339b2(0xb9))/0xa+parseInt(_0x5339b2(0xd4))/0xb;if(_0x3b7f61===_0xcf2e36)break;else _0x4d31a0['push'](_0x4d31a0['shift']());}catch(_0x463077){_0x4d31a0['push'](_0x4d31a0['shift']());}}}(_0x4420,0x975a6));import{ContextPlugin as _0x12bef7}from'ckeditor5/src/core.js';import _0x5d7b0e from'./annotation.js';import _0x1f1f54 from'./annotationcollection.js';import _0x5831a2 from'./view/annotationview.js';export default class b extends _0x12bef7{static get[_0x394e21(0xd9)](){const _0x129544=_0x394e21;return _0x129544(0xde);}constructor(_0x540f94){const _0x597d0c=_0x394e21;super(_0x540f94),this[_0x597d0c(0xb7)]=new _0x1f1f54(),this[_0x597d0c(0xbf)]=new _0x1f1f54(),this[_0x597d0c(0xbc)](_0x597d0c(0xce),new Set()),this[_0x597d0c(0xbb)]();}[_0x394e21(0xd3)](_0x5b6751){const _0x729e8c=_0x394e21;this[_0x729e8c(0xb7)][_0x729e8c(0xd3)](_0x5b6751);}[_0x394e21(0xda)](_0x4ee845){const _0x558c70=_0x394e21;this[_0x558c70(0xb7)][_0x558c70(0xda)](_0x4ee845),_0x4ee845[_0x558c70(0xdf)]();}[_0x394e21(0xdc)](){const _0xbb94a3=_0x394e21;for(const _0x280771 of this[_0xbb94a3(0xb7)])_0x280771[_0xbb94a3(0xdc)]();}[_0x394e21(0xc9)](){const _0x371b4c=_0x394e21;this[_0x371b4c(0xbf)][_0x371b4c(0xc9)]();}[_0x394e21(0xd8)](_0x276f07){const _0x149752=_0x394e21;return this[_0x149752(0xb7)][_0x149752(0xd8)](_0x276f07);}[_0x394e21(0xdb)](){const _0x2f3560=_0x394e21;this[_0x2f3560(0xcd)](_0x2f3560(0xe1));}[_0x394e21(0xdf)](){const _0x2b2a9b=_0x394e21;for(const _0x3e4941 of this[_0x2b2a9b(0xb7)])_0x3e4941[_0x2b2a9b(0xdf)]();this[_0x2b2a9b(0xbf)][_0x2b2a9b(0xdf)](),this[_0x2b2a9b(0xb7)][_0x2b2a9b(0xdf)](),super[_0x2b2a9b(0xdf)]();}[_0x394e21(0xd0)](_0xe62249){const _0x376e7d=_0x394e21;this[_0x376e7d(0xcd)](_0x376e7d(0xbe),_0xe62249);}[_0x394e21(0xba)](_0x2a832d){return new _0x5d7b0e(_0x2a832d);}[_0x394e21(0xcf)](_0x36a122,_0x506131){return new _0x5831a2(_0x36a122,_0x506131);}[_0x394e21(0xc3)](_0x130729){const _0x49ab32=_0x394e21,_0x572b96=new Set(this[_0x49ab32(0xce)]);_0x572b96[_0x49ab32(0xd3)](_0x130729),this[_0x49ab32(0xce)]=_0x572b96;}[_0x394e21(0xc8)](_0x1e7501){const _0x3b23db=_0x394e21,_0x57c709=new Set(this[_0x3b23db(0xce)]);_0x57c709[_0x3b23db(0xc6)](_0x1e7501),this[_0x3b23db(0xce)]=_0x57c709;}[_0x394e21(0xbb)](){const _0x4dafde=_0x394e21,_0x5d080b=this[_0x4dafde(0xb7)],_0x20f005=this[_0x4dafde(0xbf)];function _0x346850(_0x450897){const _0x4524c7=_0x4dafde,_0x42985c=_0x450897[_0x4524c7(0xc0)];_0x42985c[_0x4524c7(0xcb)]&&!_0x20f005[_0x4524c7(0xdd)](_0x42985c)?_0x20f005[_0x4524c7(0xd3)](_0x42985c):!_0x42985c[_0x4524c7(0xcb)]&&_0x20f005[_0x4524c7(0xdd)](_0x42985c)&&_0x20f005[_0x4524c7(0xda)](_0x42985c),_0x42985c[_0x4524c7(0xc5)][_0x4524c7(0xbd)][_0x4524c7(0xda)](_0x42985c[_0x4524c7(0xc5)][_0x4524c7(0xd2)]),_0x42985c[_0x4524c7(0xc5)][_0x4524c7(0xbd)][_0x4524c7(0xd3)](_0x42985c[_0x4524c7(0xc5)][_0x4524c7(0xd2)]);}this[_0x4dafde(0xd1)](_0x5d080b,_0x4dafde(0xd3),(_0x40bbe1,_0x83d6aa)=>{const _0x2a9ef7=_0x4dafde;_0x83d6aa[_0x2a9ef7(0xcb)]&&_0x20f005[_0x2a9ef7(0xd3)](_0x83d6aa),this[_0x2a9ef7(0xd1)](_0x83d6aa,_0x2a9ef7(0xd7),_0x346850);}),this[_0x4dafde(0xd1)](_0x5d080b,_0x4dafde(0xda),(_0x4f8cbc,_0x3c54fa)=>{const _0x5e2730=_0x4dafde;_0x20f005[_0x5e2730(0xdd)](_0x3c54fa)&&_0x20f005[_0x5e2730(0xda)](_0x3c54fa),this[_0x5e2730(0xc2)](_0x3c54fa,_0x5e2730(0xd7),_0x346850);});}}function _0x4420(){const _0x4914aa=['113534ZyTAmc','720vTDZeM','change:isVisible','getByInnerView','pluginName','remove','deactivateAll','refreshVisibility','has','Annotations','destroy','6JPTREE','_deactivateAllAnnotations','collection','229923XxBSHh','2317420cwNEjW','createAnnotation','_bindAnnotationsToVisibleAnnotations','set','focusTracker','_activateAnnotation','_visibleAnnotations','source','8baehND','stopListening','_addActiveAnnotation','5713704sLHnCS','view','delete','24IsWjds','_removeActiveAnnotation','refreshPositioning','26655XeJWFv','isVisible','6116348pRUXnr','fire','activeAnnotations','createAnnotationView','activate','listenTo','element','add','9928919eDHoOa'];_0x4420=function(){return _0x4914aa;};return _0x4420();}
23
+ const _0x3e4595=_0xa80e;function _0xa80e(_0x5ece51,_0x2f66e3){const _0x43a475=_0x43a4();return _0xa80e=function(_0xa80eb3,_0xfea753){_0xa80eb3=_0xa80eb3-0x1bb;let _0x4cadbb=_0x43a475[_0xa80eb3];return _0x4cadbb;},_0xa80e(_0x5ece51,_0x2f66e3);}(function(_0x4d7791,_0x19e099){const _0x179992=_0xa80e,_0x5c5104=_0x4d7791();while(!![]){try{const _0x50ae45=-parseInt(_0x179992(0x1c5))/0x1+-parseInt(_0x179992(0x1ec))/0x2*(-parseInt(_0x179992(0x1eb))/0x3)+parseInt(_0x179992(0x1db))/0x4*(parseInt(_0x179992(0x1d5))/0x5)+parseInt(_0x179992(0x1ca))/0x6+parseInt(_0x179992(0x1bb))/0x7*(-parseInt(_0x179992(0x1f7))/0x8)+-parseInt(_0x179992(0x1c9))/0x9*(-parseInt(_0x179992(0x1dd))/0xa)+-parseInt(_0x179992(0x1d3))/0xb*(-parseInt(_0x179992(0x1df))/0xc);if(_0x50ae45===_0x19e099)break;else _0x5c5104['push'](_0x5c5104['shift']());}catch(_0x2c900e){_0x5c5104['push'](_0x5c5104['shift']());}}}(_0x43a4,0x1d009));import{ContextPlugin as _0x53fa1b,Editor as _0xa90f6c}from'ckeditor5/src/core.js';import _0x1a0959 from'./annotation.js';import _0x27d394 from'./annotationcollection.js';function _0x43a4(){const _0x3da86d=['Ctrl+Shift+E','locale','_addActiveAnnotation','ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS','_activateAnnotation','fire','change:isVisible','activate','_bindAnnotationsToVisibleAnnotations','Ctrl+Enter','Arrowdown','144993xYUQuJ','2rEdBmP','view','stopListening','pluginName','Enter','refreshVisibility','refreshPositioning','ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS','source','Arrowup','getByInnerView','8XihliB','createAnnotationView','focusTracker','1496411NZOCzV','add','createAnnotation','Esc','ACCESSIBILITY_HELP_ANNOTATIONS_EXIT','ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT','delete','annotations','element','activeAnnotations','130192nAMwpz','Shift+Tab','ACCESSIBILITY_HELP_ANNOTATIONS_ENTER','Annotations','9runMsU','589440TRplyY','_deactivateAllAnnotations','collection','accessibility','addKeystrokeInfoGroup','set','Tab','isVisible','destroy','165PylByc','_removeActiveAnnotation','157455BwOXUc','ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO','listenTo','remove','deactivateAll','ACCESSIBILITY_HELP_ANNOTATIONS_GROUP','4VmNebn','_visibleAnnotations','822110YGTkaC','has','161988sKghez'];_0x43a4=function(){return _0x3da86d;};return _0x43a4();}import _0x22df5a from'./view/annotationview.js';import{getTranslation as _0xdebdd}from'../utils/common-translations.js';export default class _ extends _0x53fa1b{static get[_0x3e4595(0x1ef)](){const _0x167462=_0x3e4595;return _0x167462(0x1c8);}constructor(_0x1553bc){const _0x1a7fd7=_0x3e4595;if(super(_0x1553bc),this[_0x1a7fd7(0x1cc)]=new _0x27d394(),this[_0x1a7fd7(0x1dc)]=new _0x27d394(),this[_0x1a7fd7(0x1cf)](_0x1a7fd7(0x1c4),new Set()),this[_0x1a7fd7(0x1e8)](),_0x1553bc instanceof _0xa90f6c){const _0x380b22=_0x1553bc[_0x1a7fd7(0x1e1)];_0x1553bc[_0x1a7fd7(0x1cd)][_0x1a7fd7(0x1ce)]({'id':_0x1a7fd7(0x1c2),'label':_0xdebdd(_0x380b22,_0x1a7fd7(0x1da)),'keystrokes':[{'label':_0xdebdd(_0x380b22,_0x1a7fd7(0x1d6)),'keystroke':_0x1a7fd7(0x1e0)},{'label':_0xdebdd(_0x380b22,_0x1a7fd7(0x1bf)),'keystroke':_0x1a7fd7(0x1be)},{'label':_0xdebdd(_0x380b22,_0x1a7fd7(0x1c7)),'keystroke':_0x1a7fd7(0x1f0)},{'label':_0xdebdd(_0x380b22,_0x1a7fd7(0x1f3)),'keystroke':[[_0x1a7fd7(0x1d0)],[_0x1a7fd7(0x1c6)]]},{'label':_0xdebdd(_0x380b22,_0x1a7fd7(0x1c0)),'keystroke':[_0x1a7fd7(0x1e9)]},{'label':_0xdebdd(_0x380b22,_0x1a7fd7(0x1e3)),'keystroke':[[_0x1a7fd7(0x1f5)],[_0x1a7fd7(0x1ea)]]}]});}}[_0x3e4595(0x1bc)](_0x159698){const _0x2653b3=_0x3e4595;this[_0x2653b3(0x1cc)][_0x2653b3(0x1bc)](_0x159698);}[_0x3e4595(0x1d8)](_0x777165){const _0x5a9a03=_0x3e4595;this[_0x5a9a03(0x1cc)][_0x5a9a03(0x1d8)](_0x777165),_0x777165[_0x5a9a03(0x1d2)]();}[_0x3e4595(0x1f1)](){const _0x50678c=_0x3e4595;for(const _0x3adce0 of this[_0x50678c(0x1cc)])_0x3adce0[_0x50678c(0x1f1)]();}[_0x3e4595(0x1f2)](){const _0x502041=_0x3e4595;this[_0x502041(0x1dc)][_0x502041(0x1f2)]();}[_0x3e4595(0x1f6)](_0x206c2f){const _0xf6df07=_0x3e4595;return this[_0xf6df07(0x1cc)][_0xf6df07(0x1f6)](_0x206c2f);}[_0x3e4595(0x1d9)](){const _0x13f7aa=_0x3e4595;this[_0x13f7aa(0x1e5)](_0x13f7aa(0x1cb));}[_0x3e4595(0x1d2)](){const _0x3f8a91=_0x3e4595;for(const _0x31194e of this[_0x3f8a91(0x1cc)])_0x31194e[_0x3f8a91(0x1d2)]();this[_0x3f8a91(0x1dc)][_0x3f8a91(0x1d2)](),this[_0x3f8a91(0x1cc)][_0x3f8a91(0x1d2)](),super[_0x3f8a91(0x1d2)]();}[_0x3e4595(0x1e7)](_0x13fde2){const _0x507c3a=_0x3e4595;this[_0x507c3a(0x1e5)](_0x507c3a(0x1e4),_0x13fde2);}[_0x3e4595(0x1bd)](_0x1ffd63){return new _0x1a0959(_0x1ffd63);}[_0x3e4595(0x1f8)](_0xe0be62,_0x48751c){return new _0x22df5a(_0xe0be62,_0x48751c);}[_0x3e4595(0x1e2)](_0x2d96b3){const _0x1caa91=_0x3e4595,_0x594254=new Set(this[_0x1caa91(0x1c4)]);_0x594254[_0x1caa91(0x1bc)](_0x2d96b3),this[_0x1caa91(0x1c4)]=_0x594254;}[_0x3e4595(0x1d4)](_0x5dd7ca){const _0x4a0c2d=_0x3e4595,_0x10273e=new Set(this[_0x4a0c2d(0x1c4)]);_0x10273e[_0x4a0c2d(0x1c1)](_0x5dd7ca),this[_0x4a0c2d(0x1c4)]=_0x10273e;}[_0x3e4595(0x1e8)](){const _0x5645fa=_0x3e4595,_0x2d8bae=this[_0x5645fa(0x1cc)],_0x2880d3=this[_0x5645fa(0x1dc)];function _0x3a2ebf(_0x16bbd6){const _0x14f40e=_0x5645fa,_0x1ce983=_0x16bbd6[_0x14f40e(0x1f4)];_0x1ce983[_0x14f40e(0x1d1)]&&!_0x2880d3[_0x14f40e(0x1de)](_0x1ce983)?_0x2880d3[_0x14f40e(0x1bc)](_0x1ce983):!_0x1ce983[_0x14f40e(0x1d1)]&&_0x2880d3[_0x14f40e(0x1de)](_0x1ce983)&&_0x2880d3[_0x14f40e(0x1d8)](_0x1ce983),_0x1ce983[_0x14f40e(0x1ed)][_0x14f40e(0x1f9)][_0x14f40e(0x1d8)](_0x1ce983[_0x14f40e(0x1ed)][_0x14f40e(0x1c3)]),_0x1ce983[_0x14f40e(0x1ed)][_0x14f40e(0x1f9)][_0x14f40e(0x1bc)](_0x1ce983[_0x14f40e(0x1ed)][_0x14f40e(0x1c3)]);}this[_0x5645fa(0x1d7)](_0x2d8bae,_0x5645fa(0x1bc),(_0x583302,_0x49d4d1)=>{const _0x23088c=_0x5645fa;_0x49d4d1[_0x23088c(0x1d1)]&&_0x2880d3[_0x23088c(0x1bc)](_0x49d4d1),this[_0x23088c(0x1d7)](_0x49d4d1,_0x23088c(0x1e6),_0x3a2ebf);}),this[_0x5645fa(0x1d7)](_0x2d8bae,_0x5645fa(0x1d8),(_0x57b66a,_0x1ba2c2)=>{const _0x10d465=_0x5645fa;_0x2880d3[_0x10d465(0x1de)](_0x1ba2c2)&&_0x2880d3[_0x10d465(0x1d8)](_0x1ba2c2),this[_0x10d465(0x1ee)](_0x1ba2c2,_0x10d465(0x1e6),_0x3a2ebf);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1598e5=_0x4b50;(function(_0xf4aed1,_0x466abe){const _0x2cb312=_0x4b50,_0x2ba499=_0xf4aed1();while(!![]){try{const _0x3b3b48=-parseInt(_0x2cb312(0x135))/0x1*(parseInt(_0x2cb312(0x11e))/0x2)+-parseInt(_0x2cb312(0x11b))/0x3+parseInt(_0x2cb312(0x129))/0x4*(parseInt(_0x2cb312(0x14f))/0x5)+parseInt(_0x2cb312(0x133))/0x6+-parseInt(_0x2cb312(0x151))/0x7*(-parseInt(_0x2cb312(0x131))/0x8)+parseInt(_0x2cb312(0x150))/0x9*(parseInt(_0x2cb312(0x13e))/0xa)+-parseInt(_0x2cb312(0x136))/0xb*(parseInt(_0x2cb312(0x128))/0xc);if(_0x3b3b48===_0x466abe)break;else _0x2ba499['push'](_0x2ba499['shift']());}catch(_0x6b49dd){_0x2ba499['push'](_0x2ba499['shift']());}}}(_0x3d95,0x36917));import{ContextPlugin as _0x4794c0}from'ckeditor5/src/core.js';import{CKEditorError as _0x558dfa}from'ckeditor5/src/utils.js';import _0x49beb5,{bindAnnotationCollections as _0x574f7e}from'./annotationcollection.js';function _0x3d95(){const _0x29123b=['push','AnnotationsUIs','activate','register','type','function','145QxcoxR','639NQnZrJ','7007emChbB','deactivate','listenTo','_visibleAnnotations','_activateAnnotation','_assertAnnotationDoesNotBelongToMultipleUIs','activeAnnotations','setActiveAnnotation','hasActive','501075MWQCix','context','_addActiveAnnotation','2LdILBc','filter','init','stopListening','collection','switchTo','annotationsuis-register-invalid-interface','destroy','annotationsuis-register-already-registered','set','87096tvFxMf','51772exFOBH','_uis','has','from','_setSelectedAnnotations','requires','length','detach','2008wcDAII','remove','2179272sWNXbg','find','358259JGbgSm','858AkZXQX','isActive','plugins','deactivateAll','annotationsuis-annotation-mismatch','refilterAnnotations','annotationsuis-missing-ui','attach','45790ogfdVK','_deactivateAllAnnotations','activeUIs','get','_removeActiveAnnotation','_uisData','add','size','delete','change:activeAnnotation','pluginName'];_0x3d95=function(){return _0x29123b;};return _0x3d95();}function _0x4b50(_0x96b965,_0x251d66){const _0x3d95f2=_0x3d95();return _0x4b50=function(_0x4b5052,_0x56260e){_0x4b5052=_0x4b5052-0x118;let _0x3fa348=_0x3d95f2[_0x4b5052];return _0x3fa348;},_0x4b50(_0x96b965,_0x251d66);}import _0xcf7065 from'./annotations.js';export default class j extends _0x4794c0{static get[_0x1598e5(0x12e)](){return[_0xcf7065];}static get[_0x1598e5(0x148)](){const _0x34fa72=_0x1598e5;return _0x34fa72(0x14a);}constructor(_0x5644c4){const _0x19b4f0=_0x1598e5;super(_0x5644c4),this[_0x19b4f0(0x140)]=new Set(),this[_0x19b4f0(0x12a)]=new Map(),this[_0x19b4f0(0x143)]=new Map();}[_0x1598e5(0x120)](){const _0x101b01=_0x1598e5,_0x346e74=this[_0x101b01(0x11c)][_0x101b01(0x138)][_0x101b01(0x141)](_0xcf7065);this[_0x101b01(0x153)](_0x346e74,_0x101b01(0x155),(_0x1993fc,_0x1452fc)=>{const _0x561e4e=_0x101b01;for(const _0x16edd6 of this[_0x561e4e(0x140)]){const _0x4d2135=this[_0x561e4e(0x12a)][_0x561e4e(0x141)](_0x16edd6);(0x0,this[_0x561e4e(0x143)][_0x561e4e(0x141)](_0x16edd6)[_0x561e4e(0x11f)])(_0x1452fc)&&_0x4d2135[_0x561e4e(0x119)](_0x1452fc);}}),this[_0x101b01(0x153)](_0x346e74,_0x101b01(0x13f),()=>{const _0x14fe21=_0x101b01;for(const _0x15b1a5 of this[_0x14fe21(0x140)]){this[_0x14fe21(0x12a)][_0x14fe21(0x141)](_0x15b1a5)[_0x14fe21(0x119)](null);}}),this[_0x101b01(0x153)](_0x346e74[_0x101b01(0x154)],_0x101b01(0x144),(_0x4d2576,_0x261247)=>{const _0x4394e5=_0x101b01;this[_0x4394e5(0x156)](_0x261247);});}[_0x1598e5(0x11a)](){const _0x4dd5b7=_0x1598e5;return this[_0x4dd5b7(0x140)][_0x4dd5b7(0x145)]>0x0;}[_0x1598e5(0x137)](_0x336d6d){const _0x29a2eb=_0x1598e5;return this[_0x29a2eb(0x140)][_0x29a2eb(0x12b)](_0x336d6d);}[_0x1598e5(0x14b)](_0x38e745,_0x53d756=()=>!0x0){const _0x232fa2=_0x1598e5,_0x27d01c=this[_0x232fa2(0x11c)][_0x232fa2(0x138)][_0x232fa2(0x141)](_0xcf7065);if(!this[_0x232fa2(0x12a)][_0x232fa2(0x12b)](_0x38e745))throw new _0x558dfa(_0x232fa2(0x13c),this,{'uiName':_0x38e745});this[_0x232fa2(0x137)](_0x38e745)&&this[_0x232fa2(0x152)](_0x38e745),this[_0x232fa2(0x140)][_0x232fa2(0x144)](_0x38e745);const _0x26bf71=new _0x49beb5(),_0x2af911=_0x27d01c[_0x232fa2(0x154)];_0x574f7e({'source':_0x2af911,'target':_0x26bf71,'filter':_0x53d756}),this[_0x232fa2(0x143)][_0x232fa2(0x127)](_0x38e745,{'collection':_0x26bf71,'filter':_0x53d756});const _0x2c2671=this[_0x232fa2(0x12a)][_0x232fa2(0x141)](_0x38e745);_0x2c2671[_0x232fa2(0x13d)](_0x26bf71),this[_0x232fa2(0x153)](_0x2c2671,_0x232fa2(0x147),(_0x4e9bf1,_0xe9fba3,_0x3dbab7,_0x3402d7)=>{const _0x2b6029=_0x232fa2;_0x3402d7&&_0x27d01c[_0x2b6029(0x142)](_0x3402d7),_0x3dbab7&&_0x27d01c[_0x2b6029(0x11d)](_0x3dbab7);});}[_0x1598e5(0x152)](_0x4f893e){const _0x3c4344=_0x1598e5;if(this[_0x3c4344(0x140)][_0x3c4344(0x146)](_0x4f893e),!this[_0x3c4344(0x12a)][_0x3c4344(0x12b)](_0x4f893e))throw new _0x558dfa(_0x3c4344(0x13c),this,{'uiName':_0x4f893e});const _0x548da4=this[_0x3c4344(0x12a)][_0x3c4344(0x141)](_0x4f893e);_0x548da4[_0x3c4344(0x130)](),this[_0x3c4344(0x121)](_0x548da4),this[_0x3c4344(0x143)][_0x3c4344(0x141)](_0x4f893e)[_0x3c4344(0x122)][_0x3c4344(0x125)](),this[_0x3c4344(0x143)][_0x3c4344(0x146)](_0x4f893e);}[_0x1598e5(0x123)](_0x4ca222){const _0x1b0177=_0x1598e5;if(!this[_0x1b0177(0x12a)][_0x1b0177(0x12b)](_0x4ca222))throw new _0x558dfa(_0x1b0177(0x13c),this,{'uiName':_0x4ca222});const _0x275797=this[_0x1b0177(0x11c)][_0x1b0177(0x138)][_0x1b0177(0x141)](_0xcf7065),_0x395695=Array[_0x1b0177(0x12c)](_0x275797[_0x1b0177(0x118)])[0x0]||null;this[_0x1b0177(0x139)](),this[_0x1b0177(0x14b)](_0x4ca222);const _0x154061=this[_0x1b0177(0x12a)][_0x1b0177(0x141)](_0x4ca222);_0x154061[_0x1b0177(0x119)](_0x395695),_0x154061[_0x1b0177(0x12d)]&&_0x395695&&_0x154061[_0x1b0177(0x12d)]([_0x395695]);}[_0x1598e5(0x139)](){const _0x46a704=_0x1598e5;for(const _0xe41c62 of this[_0x46a704(0x140)])this[_0x46a704(0x152)](_0xe41c62);}[_0x1598e5(0x14c)](_0x23d9a5,_0x48ef72){const _0x357bab=_0x1598e5;if(this[_0x357bab(0x12a)][_0x357bab(0x12b)](_0x23d9a5))throw new _0x558dfa(_0x357bab(0x126));if(_0x357bab(0x14e)!=typeof _0x48ef72[_0x357bab(0x13d)]||_0x357bab(0x14e)!=typeof _0x48ef72[_0x357bab(0x130)]||_0x357bab(0x14e)!=typeof _0x48ef72[_0x357bab(0x119)])throw new _0x558dfa(_0x357bab(0x124),null);this[_0x357bab(0x12a)][_0x357bab(0x127)](_0x23d9a5,_0x48ef72);}[_0x1598e5(0x13b)](){const _0x1d4fe1=_0x1598e5,_0x4a0bb3=this[_0x1d4fe1(0x11c)][_0x1d4fe1(0x138)][_0x1d4fe1(0x141)](_0xcf7065)[_0x1d4fe1(0x122)],_0x191612=new Map(),_0x58bf00=Array[_0x1d4fe1(0x12c)](this[_0x1d4fe1(0x140)]);for(const _0x593411 of this[_0x1d4fe1(0x140)]){const _0x18bf30=this[_0x1d4fe1(0x143)][_0x1d4fe1(0x141)](_0x593411)[_0x1d4fe1(0x122)];for(const _0x2e1f2c of _0x18bf30)_0x191612[_0x1d4fe1(0x127)](_0x2e1f2c,_0x593411);}for(const _0x41621c of _0x4a0bb3){const _0x397055=_0x191612[_0x1d4fe1(0x141)](_0x41621c);this[_0x1d4fe1(0x156)](_0x41621c);const _0x52524c=_0x58bf00[_0x1d4fe1(0x134)](_0xff3d02=>this[_0x1d4fe1(0x143)][_0x1d4fe1(0x141)](_0xff3d02)[_0x1d4fe1(0x11f)](_0x41621c));_0x397055!==_0x52524c&&(_0x397055&&this[_0x1d4fe1(0x143)][_0x1d4fe1(0x141)](_0x397055)[_0x1d4fe1(0x122)][_0x1d4fe1(0x132)](_0x41621c),_0x52524c&&this[_0x1d4fe1(0x143)][_0x1d4fe1(0x141)](_0x52524c)[_0x1d4fe1(0x122)][_0x1d4fe1(0x144)](_0x41621c));}}[_0x1598e5(0x125)](){const _0x380681=_0x1598e5;this[_0x380681(0x139)](),super[_0x380681(0x125)]();}[_0x1598e5(0x156)](_0x4e0efe){const _0xdbc56f=_0x1598e5,_0x15c507=[];for(const _0x484b15 of this[_0xdbc56f(0x140)]){(0x0,this[_0xdbc56f(0x143)][_0xdbc56f(0x141)](_0x484b15)[_0xdbc56f(0x11f)])(_0x4e0efe)&&_0x15c507[_0xdbc56f(0x149)](_0x484b15);}if(_0x15c507[_0xdbc56f(0x12f)]>0x1)throw new _0x558dfa(_0xdbc56f(0x13a),null,{'matchedUIs':_0x15c507,'annotationType':_0x4e0efe[_0xdbc56f(0x14d)]});}}
23
+ function _0x57e6(){const _0x5e8031=['setActiveAnnotation','deactivate','register','has','stopListening','_uis','size','_setSelectedAnnotations','get','detach','5617300GOyCTm','48537QNhIri','attach','filter','destroy','_removeActiveAnnotation','annotationsuis-register-invalid-interface','_addActiveAnnotation','_activateAnnotation','from','change:activeAnnotation','annotationsuis-missing-ui','remove','add','isActive','plugins','_visibleAnnotations','switchTo','length','_uisData','deactivateAll','pluginName','453155AImQik','push','set','activeAnnotations','activeUIs','requires','_assertAnnotationDoesNotBelongToMultipleUIs','1201516eIiAzd','init','function','listenTo','find','9JagmtO','delete','context','annotationsuis-register-already-registered','1800603fjqLzo','_deactivateAllAnnotations','18KSoCXk','annotationsuis-annotation-mismatch','type','1941534dAmKqB','8AzddnD','343346rCWyMz','refilterAnnotations','hasActive','AnnotationsUIs','activate','collection'];_0x57e6=function(){return _0x5e8031;};return _0x57e6();}const _0x18b67c=_0x3917;(function(_0x456af6,_0x22f237){const _0x10e922=_0x3917,_0x197270=_0x456af6();while(!![]){try{const _0x38c475=-parseInt(_0x10e922(0xbf))/0x1+parseInt(_0x10e922(0xba))/0x2*(-parseInt(_0x10e922(0xd0))/0x3)+parseInt(_0x10e922(0xaf))/0x4+-parseInt(_0x10e922(0xa8))/0x5+-parseInt(_0x10e922(0xbd))/0x6+-parseInt(_0x10e922(0xb8))/0x7*(-parseInt(_0x10e922(0xbe))/0x8)+-parseInt(_0x10e922(0xb4))/0x9*(-parseInt(_0x10e922(0xcf))/0xa);if(_0x38c475===_0x22f237)break;else _0x197270['push'](_0x197270['shift']());}catch(_0x352566){_0x197270['push'](_0x197270['shift']());}}}(_0x57e6,0x34c61));function _0x3917(_0x4fa137,_0x141903){const _0x57e6df=_0x57e6();return _0x3917=function(_0x391737,_0x5bfdc9){_0x391737=_0x391737-0x9b;let _0xd34dfc=_0x57e6df[_0x391737];return _0xd34dfc;},_0x3917(_0x4fa137,_0x141903);}import{ContextPlugin as _0x5b9d9d}from'ckeditor5/src/core.js';import{CKEditorError as _0x438f40}from'ckeditor5/src/utils.js';import _0x5305fb,{bindAnnotationCollections as _0x3a7140}from'./annotationcollection.js';import _0x466bcf from'./annotations.js';export default class j extends _0x5b9d9d{static get[_0x18b67c(0xad)](){return[_0x466bcf];}static get[_0x18b67c(0xa7)](){const _0x2582ad=_0x18b67c;return _0x2582ad(0xc2);}constructor(_0x8c3082){const _0x3d851f=_0x18b67c;super(_0x8c3082),this[_0x3d851f(0xac)]=new Set(),this[_0x3d851f(0xca)]=new Map(),this[_0x3d851f(0xa5)]=new Map();}[_0x18b67c(0xb0)](){const _0x5dbf37=_0x18b67c,_0x1433bf=this[_0x5dbf37(0xb6)][_0x5dbf37(0xa1)][_0x5dbf37(0xcd)](_0x466bcf);this[_0x5dbf37(0xb2)](_0x1433bf,_0x5dbf37(0xd7),(_0x304bfc,_0x3e9334)=>{const _0x555782=_0x5dbf37;for(const _0x4fd929 of this[_0x555782(0xac)]){const _0x5b35dd=this[_0x555782(0xca)][_0x555782(0xcd)](_0x4fd929);(0x0,this[_0x555782(0xa5)][_0x555782(0xcd)](_0x4fd929)[_0x555782(0xd2)])(_0x3e9334)&&_0x5b35dd[_0x555782(0xc5)](_0x3e9334);}}),this[_0x5dbf37(0xb2)](_0x1433bf,_0x5dbf37(0xb9),()=>{const _0x3f73b8=_0x5dbf37;for(const _0x756fd0 of this[_0x3f73b8(0xac)]){this[_0x3f73b8(0xca)][_0x3f73b8(0xcd)](_0x756fd0)[_0x3f73b8(0xc5)](null);}}),this[_0x5dbf37(0xb2)](_0x1433bf[_0x5dbf37(0xa2)],_0x5dbf37(0x9f),(_0x37d7d0,_0x558f66)=>{const _0x14ad79=_0x5dbf37;this[_0x14ad79(0xae)](_0x558f66);});}[_0x18b67c(0xc1)](){const _0x497919=_0x18b67c;return this[_0x497919(0xac)][_0x497919(0xcb)]>0x0;}[_0x18b67c(0xa0)](_0xeec6f5){const _0x50e3f9=_0x18b67c;return this[_0x50e3f9(0xac)][_0x50e3f9(0xc8)](_0xeec6f5);}[_0x18b67c(0xc3)](_0xa8047,_0x8dd09d=()=>!0x0){const _0x5a766a=_0x18b67c,_0x1f4790=this[_0x5a766a(0xb6)][_0x5a766a(0xa1)][_0x5a766a(0xcd)](_0x466bcf);if(!this[_0x5a766a(0xca)][_0x5a766a(0xc8)](_0xa8047))throw new _0x438f40(_0x5a766a(0x9d),this,{'uiName':_0xa8047});this[_0x5a766a(0xa0)](_0xa8047)&&this[_0x5a766a(0xc6)](_0xa8047),this[_0x5a766a(0xac)][_0x5a766a(0x9f)](_0xa8047);const _0x2e4e07=new _0x5305fb(),_0x220813=_0x1f4790[_0x5a766a(0xa2)];_0x3a7140({'source':_0x220813,'target':_0x2e4e07,'filter':_0x8dd09d}),this[_0x5a766a(0xa5)][_0x5a766a(0xaa)](_0xa8047,{'collection':_0x2e4e07,'filter':_0x8dd09d});const _0x1d1e70=this[_0x5a766a(0xca)][_0x5a766a(0xcd)](_0xa8047);_0x1d1e70[_0x5a766a(0xd1)](_0x2e4e07),this[_0x5a766a(0xb2)](_0x1d1e70,_0x5a766a(0x9c),(_0x101ace,_0x54b292,_0x160371,_0x77d343)=>{const _0x8564bc=_0x5a766a;_0x77d343&&_0x1f4790[_0x8564bc(0xd4)](_0x77d343),_0x160371&&_0x1f4790[_0x8564bc(0xd6)](_0x160371);});}[_0x18b67c(0xc6)](_0x2e3e05){const _0x309066=_0x18b67c;if(this[_0x309066(0xac)][_0x309066(0xb5)](_0x2e3e05),!this[_0x309066(0xca)][_0x309066(0xc8)](_0x2e3e05))throw new _0x438f40(_0x309066(0x9d),this,{'uiName':_0x2e3e05});const _0x3ba194=this[_0x309066(0xca)][_0x309066(0xcd)](_0x2e3e05);_0x3ba194[_0x309066(0xce)](),this[_0x309066(0xc9)](_0x3ba194),this[_0x309066(0xa5)][_0x309066(0xcd)](_0x2e3e05)[_0x309066(0xc4)][_0x309066(0xd3)](),this[_0x309066(0xa5)][_0x309066(0xb5)](_0x2e3e05);}[_0x18b67c(0xa3)](_0x67860){const _0x47195f=_0x18b67c;if(!this[_0x47195f(0xca)][_0x47195f(0xc8)](_0x67860))throw new _0x438f40(_0x47195f(0x9d),this,{'uiName':_0x67860});const _0x146ceb=this[_0x47195f(0xb6)][_0x47195f(0xa1)][_0x47195f(0xcd)](_0x466bcf),_0x59814c=Array[_0x47195f(0x9b)](_0x146ceb[_0x47195f(0xab)])[0x0]||null;this[_0x47195f(0xa6)](),this[_0x47195f(0xc3)](_0x67860);const _0x5ea203=this[_0x47195f(0xca)][_0x47195f(0xcd)](_0x67860);_0x5ea203[_0x47195f(0xc5)](_0x59814c),_0x5ea203[_0x47195f(0xcc)]&&_0x59814c&&_0x5ea203[_0x47195f(0xcc)]([_0x59814c]);}[_0x18b67c(0xa6)](){const _0x15830e=_0x18b67c;for(const _0x1d2742 of this[_0x15830e(0xac)])this[_0x15830e(0xc6)](_0x1d2742);}[_0x18b67c(0xc7)](_0x4ea367,_0x4fe0f7){const _0x359ce=_0x18b67c;if(this[_0x359ce(0xca)][_0x359ce(0xc8)](_0x4ea367))throw new _0x438f40(_0x359ce(0xb7));if(_0x359ce(0xb1)!=typeof _0x4fe0f7[_0x359ce(0xd1)]||_0x359ce(0xb1)!=typeof _0x4fe0f7[_0x359ce(0xce)]||_0x359ce(0xb1)!=typeof _0x4fe0f7[_0x359ce(0xc5)])throw new _0x438f40(_0x359ce(0xd5),null);this[_0x359ce(0xca)][_0x359ce(0xaa)](_0x4ea367,_0x4fe0f7);}[_0x18b67c(0xc0)](){const _0x5e48f6=_0x18b67c,_0x3d53cb=this[_0x5e48f6(0xb6)][_0x5e48f6(0xa1)][_0x5e48f6(0xcd)](_0x466bcf)[_0x5e48f6(0xc4)],_0x5d9140=new Map(),_0x4cde24=Array[_0x5e48f6(0x9b)](this[_0x5e48f6(0xac)]);for(const _0x3eb486 of this[_0x5e48f6(0xac)]){const _0x3d6b38=this[_0x5e48f6(0xa5)][_0x5e48f6(0xcd)](_0x3eb486)[_0x5e48f6(0xc4)];for(const _0x4fe77b of _0x3d6b38)_0x5d9140[_0x5e48f6(0xaa)](_0x4fe77b,_0x3eb486);}for(const _0x1e74d4 of _0x3d53cb){const _0x39425b=_0x5d9140[_0x5e48f6(0xcd)](_0x1e74d4);this[_0x5e48f6(0xae)](_0x1e74d4);const _0x529d30=_0x4cde24[_0x5e48f6(0xb3)](_0x116f38=>this[_0x5e48f6(0xa5)][_0x5e48f6(0xcd)](_0x116f38)[_0x5e48f6(0xd2)](_0x1e74d4));_0x39425b!==_0x529d30&&(_0x39425b&&this[_0x5e48f6(0xa5)][_0x5e48f6(0xcd)](_0x39425b)[_0x5e48f6(0xc4)][_0x5e48f6(0x9e)](_0x1e74d4),_0x529d30&&this[_0x5e48f6(0xa5)][_0x5e48f6(0xcd)](_0x529d30)[_0x5e48f6(0xc4)][_0x5e48f6(0x9f)](_0x1e74d4));}}[_0x18b67c(0xd3)](){const _0x366b9c=_0x18b67c;this[_0x366b9c(0xa6)](),super[_0x366b9c(0xd3)]();}[_0x18b67c(0xae)](_0x36ac27){const _0xbeac58=_0x18b67c,_0x1007cf=[];for(const _0x2fa7b8 of this[_0xbeac58(0xac)]){(0x0,this[_0xbeac58(0xa5)][_0xbeac58(0xcd)](_0x2fa7b8)[_0xbeac58(0xd2)])(_0x36ac27)&&_0x1007cf[_0xbeac58(0xa9)](_0x2fa7b8);}if(_0x1007cf[_0xbeac58(0xa4)]>0x1)throw new _0x438f40(_0xbeac58(0xbb),null,{'matchedUIs':_0x1007cf,'annotationType':_0x36ac27[_0xbeac58(0xbc)]});}}