@ckeditor/ckeditor5-comments 42.0.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",
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",
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.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 _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
+ 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
- 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 _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
- 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
+ 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 _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 _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)]});}}