@ckeditor/ckeditor5-comments 44.0.0-alpha.9 → 44.1.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 (295) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/annotations/annotation.d.ts +1 -1
  3. package/dist/annotations/annotationcollection.d.ts +1 -1
  4. package/dist/annotations/annotations.d.ts +1 -1
  5. package/dist/annotations/annotationsuis.d.ts +1 -1
  6. package/dist/annotations/editorannotations.d.ts +1 -1
  7. package/dist/annotations/inlineannotations.d.ts +1 -1
  8. package/dist/annotations/narrowsidebar.d.ts +1 -1
  9. package/dist/annotations/sidebar.d.ts +1 -1
  10. package/dist/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  11. package/dist/annotations/view/annotationview.d.ts +1 -1
  12. package/dist/annotations/view/sidebaritemview.d.ts +1 -1
  13. package/dist/annotations/view/sidebarview.d.ts +1 -1
  14. package/dist/annotations/widesidebar.d.ts +1 -1
  15. package/dist/augmentation.d.ts +1 -1
  16. package/dist/comments/addcommentthreadcommand.d.ts +1 -1
  17. package/dist/comments/commentsarchive.d.ts +1 -1
  18. package/dist/comments/commentsarchiveui.d.ts +1 -1
  19. package/dist/comments/commentsediting.d.ts +3 -2
  20. package/dist/comments/commentsrepository.d.ts +1 -1
  21. package/dist/comments/commentsui.d.ts +1 -1
  22. package/dist/comments/integrations/clipboard.d.ts +1 -1
  23. package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  24. package/dist/comments/integrations/importword.d.ts +1 -1
  25. package/dist/comments/integrations/showcommenthighlights.d.ts +23 -0
  26. package/dist/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  27. package/dist/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  28. package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  29. package/dist/comments/ui/commentthreadcontroller.d.ts +1 -1
  30. package/dist/comments/ui/view/basecommentthreadview.d.ts +1 -1
  31. package/dist/comments/ui/view/basecommentview.d.ts +1 -1
  32. package/dist/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  33. package/dist/comments/ui/view/commentcontentview.d.ts +1 -1
  34. package/dist/comments/ui/view/commentinputview.d.ts +1 -1
  35. package/dist/comments/ui/view/commentsarchiveview.d.ts +1 -1
  36. package/dist/comments/ui/view/commentslistview.d.ts +1 -1
  37. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  38. package/dist/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  39. package/dist/comments/ui/view/commentthreadinputview.d.ts +1 -1
  40. package/dist/comments/ui/view/commentthreadview.d.ts +1 -1
  41. package/dist/comments/ui/view/commentview.d.ts +1 -1
  42. package/dist/comments.d.ts +1 -1
  43. package/dist/commentsonly.d.ts +1 -1
  44. package/dist/config.d.ts +1 -1
  45. package/dist/index-content.css +30 -0
  46. package/dist/index-editor.css +0 -27
  47. package/dist/index.css +19 -19
  48. package/dist/index.d.ts +1 -1
  49. package/dist/index.js +9 -9
  50. package/dist/translations/af.js +1 -1
  51. package/dist/translations/af.umd.js +1 -1
  52. package/dist/translations/ar.js +1 -1
  53. package/dist/translations/ar.umd.js +1 -1
  54. package/dist/translations/ast.js +1 -1
  55. package/dist/translations/ast.umd.js +1 -1
  56. package/dist/translations/az.js +1 -1
  57. package/dist/translations/az.umd.js +1 -1
  58. package/dist/translations/bg.js +1 -1
  59. package/dist/translations/bg.umd.js +1 -1
  60. package/dist/translations/bn.js +1 -1
  61. package/dist/translations/bn.umd.js +1 -1
  62. package/dist/translations/bs.js +1 -1
  63. package/dist/translations/bs.umd.js +1 -1
  64. package/dist/translations/ca.js +1 -1
  65. package/dist/translations/ca.umd.js +1 -1
  66. package/dist/translations/cs.js +1 -1
  67. package/dist/translations/cs.umd.js +1 -1
  68. package/dist/translations/da.js +1 -1
  69. package/dist/translations/da.umd.js +1 -1
  70. package/dist/translations/de-ch.js +1 -1
  71. package/dist/translations/de-ch.umd.js +1 -1
  72. package/dist/translations/de.js +1 -1
  73. package/dist/translations/de.umd.js +1 -1
  74. package/dist/translations/el.js +1 -1
  75. package/dist/translations/el.umd.js +1 -1
  76. package/dist/translations/en-au.js +1 -1
  77. package/dist/translations/en-au.umd.js +1 -1
  78. package/dist/translations/en-gb.js +1 -1
  79. package/dist/translations/en-gb.umd.js +1 -1
  80. package/dist/translations/en.js +1 -1
  81. package/dist/translations/en.umd.js +1 -1
  82. package/dist/translations/eo.js +1 -1
  83. package/dist/translations/eo.umd.js +1 -1
  84. package/dist/translations/es-co.js +1 -1
  85. package/dist/translations/es-co.umd.js +1 -1
  86. package/dist/translations/es.js +1 -1
  87. package/dist/translations/es.umd.js +1 -1
  88. package/dist/translations/et.js +1 -1
  89. package/dist/translations/et.umd.js +1 -1
  90. package/dist/translations/eu.js +1 -1
  91. package/dist/translations/eu.umd.js +1 -1
  92. package/dist/translations/fa.js +1 -1
  93. package/dist/translations/fa.umd.js +1 -1
  94. package/dist/translations/fi.js +1 -1
  95. package/dist/translations/fi.umd.js +1 -1
  96. package/dist/translations/fr.js +1 -1
  97. package/dist/translations/fr.umd.js +1 -1
  98. package/dist/translations/gl.js +1 -1
  99. package/dist/translations/gl.umd.js +1 -1
  100. package/dist/translations/gu.js +1 -1
  101. package/dist/translations/gu.umd.js +1 -1
  102. package/dist/translations/he.js +1 -1
  103. package/dist/translations/he.umd.js +1 -1
  104. package/dist/translations/hi.js +1 -1
  105. package/dist/translations/hi.umd.js +1 -1
  106. package/dist/translations/hr.js +1 -1
  107. package/dist/translations/hr.umd.js +1 -1
  108. package/dist/translations/hu.js +1 -1
  109. package/dist/translations/hu.umd.js +1 -1
  110. package/dist/translations/hy.js +1 -1
  111. package/dist/translations/hy.umd.js +1 -1
  112. package/dist/translations/id.js +1 -1
  113. package/dist/translations/id.umd.js +1 -1
  114. package/dist/translations/it.js +1 -1
  115. package/dist/translations/it.umd.js +1 -1
  116. package/dist/translations/ja.js +1 -1
  117. package/dist/translations/ja.umd.js +1 -1
  118. package/dist/translations/jv.js +1 -1
  119. package/dist/translations/jv.umd.js +1 -1
  120. package/dist/translations/kk.js +1 -1
  121. package/dist/translations/kk.umd.js +1 -1
  122. package/dist/translations/km.js +1 -1
  123. package/dist/translations/km.umd.js +1 -1
  124. package/dist/translations/kn.js +1 -1
  125. package/dist/translations/kn.umd.js +1 -1
  126. package/dist/translations/ko.js +1 -1
  127. package/dist/translations/ko.umd.js +1 -1
  128. package/dist/translations/ku.js +1 -1
  129. package/dist/translations/ku.umd.js +1 -1
  130. package/dist/translations/lt.js +1 -1
  131. package/dist/translations/lt.umd.js +1 -1
  132. package/dist/translations/lv.js +1 -1
  133. package/dist/translations/lv.umd.js +1 -1
  134. package/dist/translations/ms.js +1 -1
  135. package/dist/translations/ms.umd.js +1 -1
  136. package/dist/translations/nb.js +1 -1
  137. package/dist/translations/nb.umd.js +1 -1
  138. package/dist/translations/ne.js +1 -1
  139. package/dist/translations/ne.umd.js +1 -1
  140. package/dist/translations/nl.js +1 -1
  141. package/dist/translations/nl.umd.js +1 -1
  142. package/dist/translations/no.js +1 -1
  143. package/dist/translations/no.umd.js +1 -1
  144. package/dist/translations/oc.js +1 -1
  145. package/dist/translations/oc.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/si.js +1 -1
  157. package/dist/translations/si.umd.js +1 -1
  158. package/dist/translations/sk.js +1 -1
  159. package/dist/translations/sk.umd.js +1 -1
  160. package/dist/translations/sl.js +1 -1
  161. package/dist/translations/sl.umd.js +1 -1
  162. package/dist/translations/sq.js +1 -1
  163. package/dist/translations/sq.umd.js +1 -1
  164. package/dist/translations/sr-latn.js +1 -1
  165. package/dist/translations/sr-latn.umd.js +1 -1
  166. package/dist/translations/sr.js +1 -1
  167. package/dist/translations/sr.umd.js +1 -1
  168. package/dist/translations/sv.js +1 -1
  169. package/dist/translations/sv.umd.js +1 -1
  170. package/dist/translations/th.js +1 -1
  171. package/dist/translations/th.umd.js +1 -1
  172. package/dist/translations/ti.js +1 -1
  173. package/dist/translations/ti.umd.js +1 -1
  174. package/dist/translations/tk.js +1 -1
  175. package/dist/translations/tk.umd.js +1 -1
  176. package/dist/translations/tr.js +1 -1
  177. package/dist/translations/tr.umd.js +1 -1
  178. package/dist/translations/tt.js +1 -1
  179. package/dist/translations/tt.umd.js +1 -1
  180. package/dist/translations/ug.js +1 -1
  181. package/dist/translations/ug.umd.js +1 -1
  182. package/dist/translations/uk.js +1 -1
  183. package/dist/translations/uk.umd.js +1 -1
  184. package/dist/translations/ur.js +1 -1
  185. package/dist/translations/ur.umd.js +1 -1
  186. package/dist/translations/uz.js +1 -1
  187. package/dist/translations/uz.umd.js +1 -1
  188. package/dist/translations/vi.js +1 -1
  189. package/dist/translations/vi.umd.js +1 -1
  190. package/dist/translations/zh-cn.js +1 -1
  191. package/dist/translations/zh-cn.umd.js +1 -1
  192. package/dist/translations/zh.js +1 -1
  193. package/dist/translations/zh.umd.js +1 -1
  194. package/dist/utils/common-translations.d.ts +1 -1
  195. package/dist/utils/createmutationobserver.d.ts +1 -1
  196. package/package.json +16 -15
  197. package/src/annotations/annotation.d.ts +1 -1
  198. package/src/annotations/annotation.js +2 -2
  199. package/src/annotations/annotationcollection.d.ts +1 -1
  200. package/src/annotations/annotationcollection.js +1 -1
  201. package/src/annotations/annotations.d.ts +1 -1
  202. package/src/annotations/annotations.js +1 -1
  203. package/src/annotations/annotationsuis.d.ts +1 -1
  204. package/src/annotations/annotationsuis.js +1 -1
  205. package/src/annotations/editorannotations.d.ts +1 -1
  206. package/src/annotations/editorannotations.js +1 -1
  207. package/src/annotations/inlineannotations.d.ts +1 -1
  208. package/src/annotations/inlineannotations.js +1 -1
  209. package/src/annotations/narrowsidebar.d.ts +1 -1
  210. package/src/annotations/narrowsidebar.js +1 -1
  211. package/src/annotations/sidebar.d.ts +1 -1
  212. package/src/annotations/sidebar.js +1 -1
  213. package/src/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  214. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  215. package/src/annotations/view/annotationview.d.ts +1 -1
  216. package/src/annotations/view/annotationview.js +1 -1
  217. package/src/annotations/view/sidebaritemview.d.ts +1 -1
  218. package/src/annotations/view/sidebaritemview.js +1 -1
  219. package/src/annotations/view/sidebarview.d.ts +1 -1
  220. package/src/annotations/view/sidebarview.js +1 -1
  221. package/src/annotations/widesidebar.d.ts +1 -1
  222. package/src/annotations/widesidebar.js +1 -1
  223. package/src/augmentation.d.ts +1 -1
  224. package/src/comments/addcommentthreadcommand.d.ts +1 -1
  225. package/src/comments/addcommentthreadcommand.js +1 -1
  226. package/src/comments/commentsarchive.d.ts +1 -1
  227. package/src/comments/commentsarchive.js +1 -1
  228. package/src/comments/commentsarchiveui.d.ts +1 -1
  229. package/src/comments/commentsarchiveui.js +1 -1
  230. package/src/comments/commentsediting.d.ts +3 -2
  231. package/src/comments/commentsediting.js +1 -1
  232. package/src/comments/commentsrepository.d.ts +1 -1
  233. package/src/comments/commentsrepository.js +3 -3
  234. package/src/comments/commentsui.d.ts +1 -1
  235. package/src/comments/commentsui.js +1 -1
  236. package/src/comments/integrations/clipboard.d.ts +1 -1
  237. package/src/comments/integrations/clipboard.js +1 -1
  238. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  239. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  240. package/src/comments/integrations/importword.d.ts +1 -1
  241. package/src/comments/integrations/importword.js +1 -1
  242. package/src/comments/integrations/showcommenthighlights.d.ts +19 -0
  243. package/src/comments/integrations/showcommenthighlights.js +23 -0
  244. package/src/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  245. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  246. package/src/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  247. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  248. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  249. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  250. package/src/comments/ui/commentthreadcontroller.d.ts +1 -1
  251. package/src/comments/ui/commentthreadcontroller.js +2 -2
  252. package/src/comments/ui/view/basecommentthreadview.d.ts +1 -1
  253. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  254. package/src/comments/ui/view/basecommentview.d.ts +1 -1
  255. package/src/comments/ui/view/basecommentview.js +1 -1
  256. package/src/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  257. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  258. package/src/comments/ui/view/commentcontentview.d.ts +1 -1
  259. package/src/comments/ui/view/commentcontentview.js +1 -1
  260. package/src/comments/ui/view/commentinputview.d.ts +1 -1
  261. package/src/comments/ui/view/commentinputview.js +1 -1
  262. package/src/comments/ui/view/commentsarchiveview.d.ts +1 -1
  263. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  264. package/src/comments/ui/view/commentslistview.d.ts +1 -1
  265. package/src/comments/ui/view/commentslistview.js +1 -1
  266. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  267. package/src/comments/ui/view/commentthreadheadercontextview.js +1 -1
  268. package/src/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  269. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  270. package/src/comments/ui/view/commentthreadinputview.d.ts +1 -1
  271. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  272. package/src/comments/ui/view/commentthreadview.d.ts +1 -1
  273. package/src/comments/ui/view/commentthreadview.js +2 -2
  274. package/src/comments/ui/view/commentview.d.ts +1 -1
  275. package/src/comments/ui/view/commentview.js +2 -2
  276. package/src/comments.d.ts +1 -1
  277. package/src/comments.js +1 -1
  278. package/src/commentsonly.d.ts +1 -1
  279. package/src/commentsonly.js +1 -1
  280. package/src/config.d.ts +1 -1
  281. package/src/index.d.ts +1 -1
  282. package/src/index.js +1 -1
  283. package/src/utils/common-translations.d.ts +1 -1
  284. package/src/utils/common-translations.js +1 -1
  285. package/src/utils/createmutationobserver.d.ts +1 -1
  286. package/src/utils/createmutationobserver.js +1 -1
  287. package/theme/annotation-inline.css +1 -1
  288. package/theme/annotation.css +1 -1
  289. package/theme/comment.css +1 -1
  290. package/theme/commentinput.css +1 -1
  291. package/theme/commentmarker.css +3 -3
  292. package/theme/commentsarchive.css +1 -1
  293. package/theme/commentthread.css +1 -1
  294. package/theme/sidebar-narrow.css +1 -1
  295. package/theme/sidebar.css +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1c59ac=>{const {zh:{dictionary:_0x56f212,getPluralForm:_0x341a5d}}={'zh':{'dictionary':{'Comment\x20editor':'留言編輯器','NUMBER_OF_COMMENTS':'%0\x20則留言','TOO_LONG_COMMENT_ALERT':'留言內容太長。你的留言有\x20%0\x20個字,上限字數為\x20%1。','Reply...':'回覆...','Reply\x20to\x20reopen\x20discussion...':'回覆以重新開啟討論...','Write\x20a\x20comment...':'撰寫留言...','Comment\x20was\x20made\x20on\x20an\x20element':'對元件進行的留言','Edit':'編輯','Resolve':'解決','Reopen':'重新開啟','Remove':'刪除','Reply':'回覆','Delete\x20comment?':'刪除留言?','Delete\x20comment\x20thread?':'刪除討論串?','Marked\x20as\x20resolved':'已標記為解決','Comment':'留言','Annotations\x20sidebar':'註釋側邊欄','Annotations\x20list':'註釋清單','Thread\x20comments':'討論串留言','THREAD_CONTEXT_LABEL':'討論串脈絡:%0','COMMENT_THREAD_LABEL':'留言討論串發起人:%1。%1\x20則回覆。','COMMENT_THREAD_DESCRIPTION':'按\x20Enter\x20鍵可取得更多選項。按\x20Esc\x20鍵即可退出。','COMMENT_ARIA_LABEL':'留言者:%0。建立時間:%1。%2。%3','COMMENTS_ARCHIVE_LIST_LABEL':'留言清單','ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':'能夠與註釋討論串互動的按鍵輸入(例如留言、追蹤變更建議)','ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':'當選取範圍錨定於其標記處時,將焦點移至討論串','ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':'離開註釋並將焦點移回已編輯的內容','ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':'瀏覽已聚焦的註釋討論串或討論串留言','ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':'在註釋討論串內部移動','ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':'在撰寫留言時提交回覆','ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':'移至註釋側邊欄或留言封存中的上一個或下一個討論串','ENTER_COMMENT_ANNOUNCEMENT':'正在進入含有留言的內容。按\x20%0\x20即可前往討論區。','LEAVE_COMMENT_ANNOUNCEMENT':'正在離開含有留言的內容。','PENDING_ACTION_COMMENT_THREAD':'討論串尚未儲存。','EXTERNAL_COMMENT':'此留言來自外部來源。','EXTERNAL_IMPORT_WORD_COMMENT':'此留言來自匯入的\x20Word\x20檔案。','EXTERNAL_AVATAR':'顯示的作者名稱來自外部來源(由\x20%0\x20新增)','EXTERNAL_IMPORT_WORD_AVATAR':'顯示的作者名稱來自由\x20%0\x20匯入的\x20Word\x20文件','COMMENTS_ARCHIVE':'留言封存紀錄','EMPTY_COMMENTS_ARCHIVE':'無封存的留言串。'},'getPluralForm':_0x489fea=>0x0}};_0x1c59ac['zh']||={'dictionary':{},'getPluralForm':null},_0x1c59ac['zh']['dictionary']=Object['assign'](_0x1c59ac['zh']['dictionary'],_0x56f212),_0x1c59ac['zh']['getPluralForm']=_0x341a5d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2dab35=>{const {zh:{dictionary:_0x4fa55f,getPluralForm:_0x647040}}={'zh':{'dictionary':{'Comment\x20editor':'留言編輯器','NUMBER_OF_COMMENTS':'%0\x20則留言','TOO_LONG_COMMENT_ALERT':'留言內容太長。你的留言有\x20%0\x20個字,上限字數為\x20%1。','Reply...':'回覆...','Reply\x20to\x20reopen\x20discussion...':'回覆以重新開啟討論...','Write\x20a\x20comment...':'撰寫留言...','Comment\x20was\x20made\x20on\x20an\x20element':'對元件進行的留言','Edit':'編輯','Resolve':'解決','Reopen':'重新開啟','Remove':'刪除','Reply':'回覆','Delete\x20comment?':'刪除留言?','Delete\x20comment\x20thread?':'刪除討論串?','Marked\x20as\x20resolved':'已標記為解決','Comment':'留言','Annotations\x20sidebar':'註釋側邊欄','Annotations\x20list':'註釋清單','Thread\x20comments':'討論串留言','THREAD_CONTEXT_LABEL':'討論串脈絡:%0','COMMENT_THREAD_LABEL':'留言討論串發起人:%1。%1\x20則回覆。','COMMENT_THREAD_DESCRIPTION':'按\x20Enter\x20鍵可取得更多選項。按\x20Esc\x20鍵即可退出。','COMMENT_ARIA_LABEL':'留言者:%0。建立時間:%1。%2。%3','COMMENTS_ARCHIVE_LIST_LABEL':'留言清單','ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':'能夠與註釋討論串互動的按鍵輸入(例如留言、追蹤變更建議)','ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':'當選取範圍錨定於其標記處時,將焦點移至討論串','ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':'離開註釋並將焦點移回已編輯的內容','ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':'瀏覽已聚焦的註釋討論串或討論串留言','ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':'在註釋討論串內部移動','ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':'在撰寫留言時提交回覆','ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':'移至註釋側邊欄或留言封存中的上一個或下一個討論串','ENTER_COMMENT_ANNOUNCEMENT':'正在進入含有留言的內容。按\x20%0\x20即可前往討論區。','LEAVE_COMMENT_ANNOUNCEMENT':'正在離開含有留言的內容。','PENDING_ACTION_COMMENT_THREAD':'討論串尚未儲存。','EXTERNAL_COMMENT':'此留言來自外部來源。','EXTERNAL_IMPORT_WORD_COMMENT':'此留言來自匯入的\x20Word\x20檔案。','EXTERNAL_AVATAR':'顯示的作者名稱來自外部來源(由\x20%0\x20新增)','EXTERNAL_IMPORT_WORD_AVATAR':'顯示的作者名稱來自由\x20%0\x20匯入的\x20Word\x20文件','COMMENTS_ARCHIVE':'留言封存紀錄','EMPTY_COMMENTS_ARCHIVE':'無封存的留言串。'},'getPluralForm':_0x3f0c59=>0x0}};_0x2dab35['zh']||={'dictionary':{},'getPluralForm':null},_0x2dab35['zh']['dictionary']=Object['assign'](_0x2dab35['zh']['dictionary'],_0x4fa55f),_0x2dab35['zh']['getPluralForm']=_0x647040;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module comments/utils/common-translations
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * Creates mutation observer to observe changes that might cause height change.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-comments",
3
- "version": "44.0.0-alpha.9",
3
+ "version": "44.1.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,20 +45,21 @@
45
45
  "CHANGELOG.md"
46
46
  ],
47
47
  "dependencies": {
48
- "@ckeditor/ckeditor5-clipboard": "44.0.0-alpha.9",
49
- "@ckeditor/ckeditor5-collaboration-core": "44.0.0-alpha.9",
50
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.9",
51
- "@ckeditor/ckeditor5-engine": "44.0.0-alpha.9",
52
- "@ckeditor/ckeditor5-enter": "44.0.0-alpha.9",
53
- "@ckeditor/ckeditor5-paragraph": "44.0.0-alpha.9",
54
- "@ckeditor/ckeditor5-select-all": "44.0.0-alpha.9",
55
- "@ckeditor/ckeditor5-theme-lark": "44.0.0-alpha.9",
56
- "@ckeditor/ckeditor5-typing": "44.0.0-alpha.9",
57
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.9",
58
- "@ckeditor/ckeditor5-undo": "44.0.0-alpha.9",
59
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.9",
60
- "ckeditor5": "44.0.0-alpha.9",
61
- "ckeditor5-collaboration": "44.0.0-alpha.9",
48
+ "@ckeditor/ckeditor5-clipboard": "44.1.0-alpha.0",
49
+ "@ckeditor/ckeditor5-collaboration-core": "44.1.0-alpha.0",
50
+ "@ckeditor/ckeditor5-core": "44.1.0-alpha.0",
51
+ "@ckeditor/ckeditor5-engine": "44.1.0-alpha.0",
52
+ "@ckeditor/ckeditor5-enter": "44.1.0-alpha.0",
53
+ "@ckeditor/ckeditor5-paragraph": "44.1.0-alpha.0",
54
+ "@ckeditor/ckeditor5-select-all": "44.1.0-alpha.0",
55
+ "@ckeditor/ckeditor5-theme-lark": "44.1.0-alpha.0",
56
+ "@ckeditor/ckeditor5-typing": "44.1.0-alpha.0",
57
+ "@ckeditor/ckeditor5-ui": "44.1.0-alpha.0",
58
+ "@ckeditor/ckeditor5-undo": "44.1.0-alpha.0",
59
+ "@ckeditor/ckeditor5-utils": "44.1.0-alpha.0",
60
+ "@ckeditor/ckeditor5-widget": "44.1.0-alpha.0",
61
+ "ckeditor5": "44.1.0-alpha.0",
62
+ "ckeditor5-collaboration": "44.1.0-alpha.0",
62
63
  "lodash-es": "4.17.21"
63
64
  },
64
65
  "types": "src/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/annotations/annotation
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e903d=_0x483d;function _0x53c5(){const _0x1d68a1=['item','object','447648uIFehG','updateTargetRect','_getNormalizedTarget','isVisible','mainView','921310teblkx','1028488KZcVVC','view','innerView','targetRect','function','isArray','_assertCorrectTarget','_target','target','1ogyBJZ','nodeType','render','clear','refreshVisibility','annotation-invalid-target','every','getClientRects','set','offsetParent','7352aIbaKo','destroy','2545848tusKHW','209ktewIZ','1854rjANSt','filter','element','631508hiEnlJ','type','add','remove','focusableElements','focusTracker','length','isActive','_type','stopListening','5kRguVG','_id','3541153zdXSab'];_0x53c5=function(){return _0x1d68a1;};return _0x53c5();}(function(_0x4a2471,_0x4c22e6){const _0x4bebbc=_0x483d,_0x37d13d=_0x4a2471();while(!![]){try{const _0x1981b5=-parseInt(_0x4bebbc(0x1e1))/0x1*(parseInt(_0x4bebbc(0x1c3))/0x2)+-parseInt(_0x4bebbc(0x1d2))/0x3+parseInt(_0x4bebbc(0x1d8))/0x4*(-parseInt(_0x4bebbc(0x1cd))/0x5)+-parseInt(_0x4bebbc(0x1be))/0x6+-parseInt(_0x4bebbc(0x1cf))/0x7+parseInt(_0x4bebbc(0x1bc))/0x8*(parseInt(_0x4bebbc(0x1c0))/0x9)+parseInt(_0x4bebbc(0x1d7))/0xa*(parseInt(_0x4bebbc(0x1bf))/0xb);if(_0x1981b5===_0x4c22e6)break;else _0x37d13d['push'](_0x37d13d['shift']());}catch(_0xddde04){_0x37d13d['push'](_0x37d13d['shift']());}}}(_0x53c5,0x46324));import{CKEditorError as _0xc9c5ee,Rect as _0x8cf97e,Collection as _0x30d659,ObservableMixin as _0x413430}from'ckeditor5/src/utils.js';function _0x483d(_0x261414,_0x17caef){const _0x53c5b5=_0x53c5();return _0x483d=function(_0x483deb,_0x3298dc){_0x483deb=_0x483deb-0x1b3;let _0x516d8c=_0x53c5b5[_0x483deb];return _0x516d8c;},_0x483d(_0x261414,_0x17caef);}export default class d extends/* #__PURE__ -- @preserve */
24
- _0x413430(){constructor({view:_0x3a28c0,target:_0x29935f,type:_0x141bdb,isVisible:_0x318766=!0x0}){const _0x37af03=_0x483d;super(),this[_0x37af03(0x1d9)]=_0x3a28c0,this[_0x37af03(0x1d9)][_0x37af03(0x1c2)]||this[_0x37af03(0x1d9)][_0x37af03(0x1b4)](),this[_0x37af03(0x1cb)]=_0x141bdb,this[_0x37af03(0x1df)]=_0x29935f,d[_0x37af03(0x1de)](this[_0x37af03(0x1d4)]()),this[_0x37af03(0x1c7)]=new _0x30d659([this[_0x37af03(0x1d9)][_0x37af03(0x1c2)]],{'idProperty':_0x37af03(0x1ce)}),this[_0x37af03(0x1c7)]['on'](_0x37af03(0x1c5),(_0x1e5bab,_0x70ed27)=>{const _0x36145c=_0x37af03;this[_0x36145c(0x1d9)][_0x36145c(0x1c8)][_0x36145c(0x1c5)](_0x70ed27);}),this[_0x37af03(0x1c7)]['on'](_0x37af03(0x1c6),(_0x472886,_0x46758b)=>{const _0x1ee769=_0x37af03;this[_0x1ee769(0x1d9)][_0x1ee769(0x1c8)][_0x1ee769(0x1c6)](_0x46758b);}),this[_0x37af03(0x1ba)](_0x37af03(0x1d5),_0x318766);}get[_0x4e903d(0x1c4)](){const _0x237a57=_0x4e903d;return _0x237a57(0x1dc)==typeof this[_0x237a57(0x1cb)]?this[_0x237a57(0x1cb)]():this[_0x237a57(0x1cb)];}get[_0x4e903d(0x1da)](){const _0x325cb5=_0x4e903d;return this[_0x325cb5(0x1d9)][_0x325cb5(0x1d6)];}get[_0x4e903d(0x1e0)](){const _0x25e513=_0x4e903d,_0x16e760=this[_0x25e513(0x1d4)]();return d[_0x25e513(0x1de)](_0x16e760),_0x16e760;}get[_0x4e903d(0x1db)](){const _0x322345=_0x4e903d,_0x16aa94=this[_0x322345(0x1e0)];if(null===_0x16aa94)return null;if(_0x16aa94 instanceof _0x8cf97e)return _0x16aa94;const _0x40b47a=_0x16aa94[_0x322345(0x1c1)](_0x1afb2d=>function(_0x576bdb){const _0x2cb5bb=_0x322345,_0x5ed50f=_0x576bdb[_0x2cb5bb(0x1bb)];if(_0x5ed50f)return!0x0;const _0x34cc95=_0x576bdb[_0x2cb5bb(0x1b9)]()[_0x2cb5bb(0x1d0)](0x0);return!!_0x34cc95;}(_0x1afb2d));return 0x0===_0x40b47a[_0x322345(0x1c9)]?null:new _0x8cf97e(_0x40b47a[0x0][_0x322345(0x1b9)]()[_0x322345(0x1d0)](0x0));}get[_0x4e903d(0x1ca)](){const _0x1b8449=_0x4e903d;return this[_0x1b8449(0x1d9)][_0x1b8449(0x1ca)];}set[_0x4e903d(0x1ca)](_0x362977){const _0x3536fc=_0x4e903d;this[_0x3536fc(0x1d9)][_0x3536fc(0x1ca)]=_0x362977,this[_0x3536fc(0x1d9)][_0x3536fc(0x1d6)][_0x3536fc(0x1ca)]=_0x362977;}[_0x4e903d(0x1d3)](){const _0x129593=_0x4e903d;this[_0x129593(0x1d9)][_0x129593(0x1db)]=this[_0x129593(0x1db)];}[_0x4e903d(0x1bd)](){const _0x387528=_0x4e903d;this[_0x387528(0x1c7)][_0x387528(0x1cc)](),this[_0x387528(0x1c7)][_0x387528(0x1b5)](),this[_0x387528(0x1cc)]();}[_0x4e903d(0x1b6)](){const _0x278424=_0x4e903d;this[_0x278424(0x1d5)]=!!this[_0x278424(0x1db)];}static[_0x4e903d(0x1de)](_0x14ea2b){const _0x590b27=_0x4e903d;if(!(null===_0x14ea2b||_0x14ea2b instanceof _0x8cf97e||Array[_0x590b27(0x1dd)](_0x14ea2b)&&_0x14ea2b[_0x590b27(0x1b8)](_0x2af6a1=>y(_0x2af6a1))))throw new _0xc9c5ee(_0x590b27(0x1b7),null,{'target':_0x14ea2b});}[_0x4e903d(0x1d4)](){const _0x24bfbe=_0x4e903d,_0x532fca=_0x24bfbe(0x1dc)==typeof this[_0x24bfbe(0x1df)]?this[_0x24bfbe(0x1df)]():this[_0x24bfbe(0x1df)];return y(_0x532fca)?[_0x532fca]:_0x532fca;}}function y(_0x1a62ca){const _0x2d6e8b=_0x4e903d;return null!==_0x1a62ca&&_0x2d6e8b(0x1d1)==typeof _0x1a62ca&&_0x2d6e8b(0x1b3)in _0x1a62ca&&0x1===_0x1a62ca[_0x2d6e8b(0x1b3)];}
23
+ const _0x1c4e38=_0x26b0;(function(_0x12d773,_0x464084){const _0x16253d=_0x26b0,_0x5a50ec=_0x12d773();while(!![]){try{const _0x12d3dc=-parseInt(_0x16253d(0x10b))/0x1+-parseInt(_0x16253d(0x103))/0x2+parseInt(_0x16253d(0x101))/0x3+-parseInt(_0x16253d(0xef))/0x4+-parseInt(_0x16253d(0xfa))/0x5*(-parseInt(_0x16253d(0x10a))/0x6)+-parseInt(_0x16253d(0xea))/0x7*(parseInt(_0x16253d(0x110))/0x8)+parseInt(_0x16253d(0xe5))/0x9;if(_0x12d3dc===_0x464084)break;else _0x5a50ec['push'](_0x5a50ec['shift']());}catch(_0x475b79){_0x5a50ec['push'](_0x5a50ec['shift']());}}}(_0x591e,0x8b258));import{CKEditorError as _0x47d87e,Rect as _0x23159c,Collection as _0x1d9d83,ObservableMixin as _0x29e9a9}from'ckeditor5/src/utils.js';function _0x26b0(_0x33595c,_0x42b9a2){const _0x591e00=_0x591e();return _0x26b0=function(_0x26b0f0,_0x48252e){_0x26b0f0=_0x26b0f0-0xe4;let _0x21aacb=_0x591e00[_0x26b0f0];return _0x21aacb;},_0x26b0(_0x33595c,_0x42b9a2);}export default class d extends/* #__PURE__ -- @preserve */
24
+ _0x29e9a9(){constructor({view:_0x11e556,target:_0x2221fd,type:_0x579686,isVisible:_0x2f7edc=!0x0}){const _0x2e5f8e=_0x26b0;super(),this[_0x2e5f8e(0xed)]=_0x11e556,this[_0x2e5f8e(0xed)][_0x2e5f8e(0xee)]||this[_0x2e5f8e(0xed)][_0x2e5f8e(0xf7)](),this[_0x2e5f8e(0xf8)]=_0x579686,this[_0x2e5f8e(0xf0)]=_0x2221fd,d[_0x2e5f8e(0xf5)](this[_0x2e5f8e(0xeb)]()),this[_0x2e5f8e(0x10f)]=new _0x1d9d83([this[_0x2e5f8e(0xed)][_0x2e5f8e(0xee)]],{'idProperty':_0x2e5f8e(0x106)}),this[_0x2e5f8e(0x10f)]['on'](_0x2e5f8e(0x107),(_0x117d37,_0x3bcaa4)=>{const _0x12fb79=_0x2e5f8e;this[_0x12fb79(0xed)][_0x12fb79(0x108)][_0x12fb79(0x107)](_0x3bcaa4);}),this[_0x2e5f8e(0x10f)]['on'](_0x2e5f8e(0xfc),(_0x466080,_0xf8a18a)=>{const _0x1fc307=_0x2e5f8e;this[_0x1fc307(0xed)][_0x1fc307(0x108)][_0x1fc307(0xfc)](_0xf8a18a);}),this[_0x2e5f8e(0xfe)](_0x2e5f8e(0x104),_0x2f7edc);}get[_0x1c4e38(0x102)](){const _0x6534ef=_0x1c4e38;return _0x6534ef(0xe9)==typeof this[_0x6534ef(0xf8)]?this[_0x6534ef(0xf8)]():this[_0x6534ef(0xf8)];}get[_0x1c4e38(0xf3)](){const _0x4d1e4b=_0x1c4e38;return this[_0x4d1e4b(0xed)][_0x4d1e4b(0xf9)];}get[_0x1c4e38(0xf1)](){const _0x4ce916=_0x1c4e38,_0x56bca0=this[_0x4ce916(0xeb)]();return d[_0x4ce916(0xf5)](_0x56bca0),_0x56bca0;}get[_0x1c4e38(0xe7)](){const _0x4a0daa=_0x1c4e38,_0x1cee7b=this[_0x4a0daa(0xf1)];if(null===_0x1cee7b)return null;if(_0x1cee7b instanceof _0x23159c)return _0x1cee7b;const _0x2d443f=_0x1cee7b[_0x4a0daa(0x100)](_0x5e7e2e=>function(_0x23e737){const _0x41feca=_0x4a0daa,_0x276bbe=_0x23e737[_0x41feca(0xff)];if(_0x276bbe)return!0x0;const _0x5aa730=_0x23e737[_0x41feca(0xe4)]()[_0x41feca(0xfb)](0x0);return!!_0x5aa730;}(_0x5e7e2e));return 0x0===_0x2d443f[_0x4a0daa(0x10c)]?null:new _0x23159c(_0x2d443f[0x0][_0x4a0daa(0xe4)]()[_0x4a0daa(0xfb)](0x0));}get[_0x1c4e38(0x105)](){const _0x478fc4=_0x1c4e38;return this[_0x478fc4(0xed)][_0x478fc4(0x105)];}set[_0x1c4e38(0x105)](_0x375be6){const _0x2151aa=_0x1c4e38;this[_0x2151aa(0xed)][_0x2151aa(0x105)]=_0x375be6,this[_0x2151aa(0xed)][_0x2151aa(0xf9)][_0x2151aa(0x105)]=_0x375be6;}[_0x1c4e38(0x10e)](){const _0x57a081=_0x1c4e38;this[_0x57a081(0xed)][_0x57a081(0xe7)]=this[_0x57a081(0xe7)];}[_0x1c4e38(0x109)](){const _0x45fda5=_0x1c4e38;this[_0x45fda5(0x10f)][_0x45fda5(0xec)](),this[_0x45fda5(0x10f)][_0x45fda5(0xf4)](),this[_0x45fda5(0xec)]();}[_0x1c4e38(0xe6)](){const _0x101982=_0x1c4e38;this[_0x101982(0x104)]=!!this[_0x101982(0xe7)];}static[_0x1c4e38(0xf5)](_0x14eced){const _0x30281c=_0x1c4e38;if(!(null===_0x14eced||_0x14eced instanceof _0x23159c||Array[_0x30281c(0xf2)](_0x14eced)&&_0x14eced[_0x30281c(0x10d)](_0xd0e30d=>y(_0xd0e30d))))throw new _0x47d87e(_0x30281c(0xe8),null,{'target':_0x14eced});}[_0x1c4e38(0xeb)](){const _0x3ab371=_0x1c4e38,_0x4e7c67=_0x3ab371(0xe9)==typeof this[_0x3ab371(0xf0)]?this[_0x3ab371(0xf0)]():this[_0x3ab371(0xf0)];return y(_0x4e7c67)?[_0x4e7c67]:_0x4e7c67;}}function y(_0x4909f3){const _0x4cd40d=_0x1c4e38;return null!==_0x4909f3&&_0x4cd40d(0xf6)==typeof _0x4909f3&&_0x4cd40d(0xfd)in _0x4909f3&&0x1===_0x4909f3[_0x4cd40d(0xfd)];}function _0x591e(){const _0x42e2f1=['1076330uxETRz','length','every','updateTargetRect','focusableElements','8pCWmgQ','getClientRects','35656722XIlMKi','refreshVisibility','targetRect','annotation-invalid-target','function','4866988QImiKa','_getNormalizedTarget','stopListening','view','element','3557312zeblDD','_target','target','isArray','innerView','clear','_assertCorrectTarget','object','render','_type','mainView','25080UoBnVu','item','remove','nodeType','set','offsetParent','filter','400314tFVtgy','type','1819108znhwDi','isVisible','isActive','_id','add','focusTracker','destroy','54FaYGXW'];_0x591e=function(){return _0x42e2f1;};return _0x591e();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/annotations/annotationcollection
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e1671=_0x585f;(function(_0xaeed10,_0x59bba4){const _0x21ca98=_0x585f,_0x17a2c8=_0xaeed10();while(!![]){try{const _0x15ef26=parseInt(_0x21ca98(0xe6))/0x1+parseInt(_0x21ca98(0xec))/0x2*(-parseInt(_0x21ca98(0xe7))/0x3)+parseInt(_0x21ca98(0xda))/0x4+parseInt(_0x21ca98(0xdc))/0x5*(-parseInt(_0x21ca98(0xd8))/0x6)+parseInt(_0x21ca98(0xe0))/0x7*(parseInt(_0x21ca98(0xc2))/0x8)+parseInt(_0x21ca98(0xc6))/0x9*(-parseInt(_0x21ca98(0xd4))/0xa)+parseInt(_0x21ca98(0xcd))/0xb*(parseInt(_0x21ca98(0xd0))/0xc);if(_0x15ef26===_0x59bba4)break;else _0x17a2c8['push'](_0x17a2c8['shift']());}catch(_0x10e8ba){_0x17a2c8['push'](_0x17a2c8['shift']());}}}(_0x4157,0xacf3b));function _0x585f(_0x86ba75,_0x3d5de8){const _0x41571d=_0x4157();return _0x585f=function(_0x585f51,_0x1b106e){_0x585f51=_0x585f51-0xc0;let _0x30ccab=_0x41571d[_0x585f51];return _0x30ccab;},_0x585f(_0x86ba75,_0x3d5de8);}function _0x4157(){const _0x5c20e8=['161739zwuNZk','clear','focusTracker','delete','from','blur','getByInnerView','815595WaFMOJ','view','has','276NcMRpA','annotationcollection-not-existing-item','set','left','470kSzyTn','_sort','sort','refreshPositioning','27012DNGCJd','updateTargetRect','4439308VSbhDI','_viewToAnnotation','1565jsaHxZ','fire','top','remove','28AWrBqx','getIndex','isFocused','stopListening','_getOrderInContent','_innerViewToAnnotation','1336266Fxnqlq','39oXRWRr','_focusTracker','annotationcollection-duplicated-item','focusableElements','listenTo','216596KzJnuq','change:isFocused','get','targetRect','innerView','length','getByView','437240gpzBwc','add','destroy','focus'];_0x4157=function(){return _0x5c20e8;};return _0x4157();}import{CKEditorError as _0x1496f2,Collection as _0x103922,FocusTracker as _0x55d43c}from'ckeditor5/src/utils.js';export default class x extends _0x103922{constructor(_0x296053=[]){const _0x15d1d1=_0x585f;super(),this[_0x15d1d1(0xe5)]=new Map(),this[_0x15d1d1(0xdb)]=new Map(),this[_0x15d1d1(0xe8)]=new _0x55d43c(),this[_0x15d1d1(0xe8)]['on'](_0x15d1d1(0xed),(_0x3952a1,_0x10df2c,_0x345ff4)=>{const _0x358eb9=_0x15d1d1;_0x345ff4||this[_0x358eb9(0xdd)](_0x358eb9(0xcb));});for(const _0x536a8e of _0x296053)this[_0x15d1d1(0xc3)](_0x536a8e);}get[_0x4e1671(0xe2)](){const _0xf51264=_0x4e1671;return this[_0xf51264(0xe8)][_0xf51264(0xe2)];}[_0x4e1671(0xc3)](_0x47a430){const _0x3530fa=_0x4e1671;if(this[_0x3530fa(0xcf)](_0x47a430))throw new _0x1496f2(_0x3530fa(0xe9),null);this[_0x3530fa(0xe5)][_0x3530fa(0xd2)](_0x47a430[_0x3530fa(0xf0)],_0x47a430),this[_0x3530fa(0xdb)][_0x3530fa(0xd2)](_0x47a430[_0x3530fa(0xce)],_0x47a430);for(const _0xa9ec83 of _0x47a430[_0x3530fa(0xea)])this[_0x3530fa(0xe8)][_0x3530fa(0xc3)](_0xa9ec83);this[_0x3530fa(0xeb)](_0x47a430[_0x3530fa(0xea)],_0x3530fa(0xc3),(_0x35713b,_0x4e5343)=>{const _0x522c87=_0x3530fa;this[_0x522c87(0xe8)][_0x522c87(0xc3)](_0x4e5343);}),this[_0x3530fa(0xeb)](_0x47a430[_0x3530fa(0xea)],_0x3530fa(0xdf),(_0x3bb9ea,_0xc8f56e)=>{const _0x4ba973=_0x3530fa;this[_0x4ba973(0xe8)][_0x4ba973(0xdf)](_0xc8f56e);}),this[_0x3530fa(0xeb)](_0x47a430[_0x3530fa(0xce)][_0x3530fa(0xc8)],_0x3530fa(0xed),(_0xc9159,_0x22ebf4,_0x226225)=>{const _0x3eaf1a=_0x3530fa;_0x226225&&this[_0x3eaf1a(0xdd)](_0x3eaf1a(0xc5),_0x47a430);}),_0x47a430[_0x3530fa(0xd9)]();const _0x3a97d5=this[_0x3530fa(0xe4)](_0x47a430[_0x3530fa(0xce)][_0x3530fa(0xef)]);return super[_0x3530fa(0xc3)](_0x47a430,_0x3a97d5);}[_0x4e1671(0xdf)](_0xfa2dac){const _0x23467a=_0x4e1671;if(!this[_0x23467a(0xcf)](_0xfa2dac))throw new _0x1496f2(_0x23467a(0xd1),null);this[_0x23467a(0xe3)](_0xfa2dac[_0x23467a(0xce)][_0x23467a(0xc8)]),this[_0x23467a(0xe3)](_0xfa2dac[_0x23467a(0xea)]);for(const _0x1b33f4 of _0xfa2dac[_0x23467a(0xea)])this[_0x23467a(0xe8)][_0x23467a(0xdf)](_0x1b33f4);return this[_0x23467a(0xdb)][_0x23467a(0xc9)](_0xfa2dac[_0x23467a(0xce)]),this[_0x23467a(0xe5)][_0x23467a(0xc9)](_0xfa2dac[_0x23467a(0xf0)]),super[_0x23467a(0xdf)](_0xfa2dac);}[_0x4e1671(0xcc)](_0x401c0e){const _0x509cc0=_0x4e1671;return this[_0x509cc0(0xe5)][_0x509cc0(0xee)](_0x401c0e);}[_0x4e1671(0xc1)](_0x28c519){const _0xb15683=_0x4e1671;return this[_0xb15683(0xdb)][_0xb15683(0xee)](_0x28c519);}[_0x4e1671(0xc4)](){const _0xbe798d=_0x4e1671;super[_0xbe798d(0xc7)](),this[_0xbe798d(0xe3)](),this[_0xbe798d(0xe5)][_0xbe798d(0xc7)](),this[_0xbe798d(0xdb)][_0xbe798d(0xc7)](),this[_0xbe798d(0xe8)][_0xbe798d(0xc4)]();}[_0x4e1671(0xd7)](){const _0x5c4ae5=_0x4e1671;for(const _0x5d1db1 of this)_0x5d1db1[_0x5c4ae5(0xd9)]();this[_0x5c4ae5(0xd5)]();}[_0x4e1671(0xd5)](){const _0x25da43=_0x4e1671,_0x42860d=Array[_0x25da43(0xca)](this)[_0x25da43(0xd6)]((_0x2df807,_0x3b33d6)=>v(_0x2df807[_0x25da43(0xce)][_0x25da43(0xef)],_0x3b33d6[_0x25da43(0xce)][_0x25da43(0xef)]));for(let _0x12e69d=_0x42860d[_0x25da43(0xc0)]-0x1;_0x12e69d>0x0;_0x12e69d--){const _0x30bac4=_0x42860d[_0x12e69d];_0x12e69d!==this[_0x25da43(0xe1)](_0x30bac4)&&(this[_0x25da43(0xdf)](_0x30bac4),this[_0x25da43(0xc3)](_0x30bac4));}}[_0x4e1671(0xe4)](_0x1a1b27){const _0x359c05=_0x4e1671;let _0x3f50fa=0x0;if(!_0x1a1b27)return this[_0x359c05(0xc0)];for(const _0x424103 of this){const _0x4885d5=_0x424103[_0x359c05(0xce)][_0x359c05(0xef)];if(_0x4885d5){if(v(_0x1a1b27,_0x4885d5)<0x0)return _0x3f50fa;_0x3f50fa++;}}return _0x3f50fa;}}export function bindAnnotationCollections({source:_0x1bb194,target:_0x34e31b,filter:_0x35710a}){const _0xed3976=_0x4e1671;for(const _0x10a72e of _0x1bb194)_0x35710a(_0x10a72e)&&_0x34e31b[_0xed3976(0xc3)](_0x10a72e);_0x34e31b[_0xed3976(0xeb)](_0x1bb194,_0xed3976(0xc3),(_0x4388c9,_0x7e2c79)=>{const _0x33d9e2=_0xed3976;_0x35710a(_0x7e2c79)&&_0x34e31b[_0x33d9e2(0xc3)](_0x7e2c79);}),_0x34e31b[_0xed3976(0xeb)](_0x1bb194,_0xed3976(0xdf),(_0x6f8676,_0x59f2b0)=>{const _0x34f9aa=_0xed3976;_0x34e31b[_0x34f9aa(0xcf)](_0x59f2b0)&&_0x34e31b[_0x34f9aa(0xdf)](_0x59f2b0);});}function v(_0x2a2622,_0x3176f7){const _0x45d48a=_0x4e1671;if(null===_0x2a2622&&null===_0x3176f7)return 0x0;if(null===_0x2a2622)return-0x1;if(null===_0x3176f7)return 0x1;const _0x3e5941=_0x2a2622[_0x45d48a(0xde)]-_0x3176f7[_0x45d48a(0xde)];return 0x0==_0x3e5941?_0x2a2622[_0x45d48a(0xd3)]-_0x3176f7[_0x45d48a(0xd3)]:_0x3e5941;}
23
+ function _0x4367(_0x55eac1,_0x5e3308){const _0x668b7d=_0x668b();return _0x4367=function(_0x4367ce,_0x50e7d3){_0x4367ce=_0x4367ce-0xcf;let _0xd61487=_0x668b7d[_0x4367ce];return _0xd61487;},_0x4367(_0x55eac1,_0x5e3308);}const _0x1004e4=_0x4367;(function(_0x14d7d0,_0x1f4d47){const _0x36550c=_0x4367,_0x3bebb6=_0x14d7d0();while(!![]){try{const _0x18f80a=-parseInt(_0x36550c(0xf0))/0x1+-parseInt(_0x36550c(0xf9))/0x2*(-parseInt(_0x36550c(0xd0))/0x3)+-parseInt(_0x36550c(0xee))/0x4+parseInt(_0x36550c(0xfc))/0x5+-parseInt(_0x36550c(0xdd))/0x6*(-parseInt(_0x36550c(0xda))/0x7)+-parseInt(_0x36550c(0xf3))/0x8*(parseInt(_0x36550c(0xd8))/0x9)+parseInt(_0x36550c(0xd4))/0xa;if(_0x18f80a===_0x1f4d47)break;else _0x3bebb6['push'](_0x3bebb6['shift']());}catch(_0x4e828b){_0x3bebb6['push'](_0x3bebb6['shift']());}}}(_0x668b,0x4112c));import{CKEditorError as _0x4b3eeb,Collection as _0x5d4a75,FocusTracker as _0xef4ca2}from'ckeditor5/src/utils.js';export default class x extends _0x5d4a75{constructor(_0x2675a0=[]){const _0x263726=_0x4367;super(),this[_0x263726(0xfb)]=new Map(),this[_0x263726(0xf7)]=new Map(),this[_0x263726(0xde)]=new _0xef4ca2(),this[_0x263726(0xde)]['on'](_0x263726(0xf2),(_0x2ecd9b,_0x5bc24d,_0x55e7fd)=>{const _0x1a9bc2=_0x263726;_0x55e7fd||this[_0x1a9bc2(0xfa)](_0x1a9bc2(0xea));});for(const _0x4d7bf2 of _0x2675a0)this[_0x263726(0xef)](_0x4d7bf2);}get[_0x1004e4(0xed)](){const _0x49267a=_0x1004e4;return this[_0x49267a(0xde)][_0x49267a(0xed)];}[_0x1004e4(0xef)](_0x4c0132){const _0x3f5a69=_0x1004e4;if(this[_0x3f5a69(0xd9)](_0x4c0132))throw new _0x4b3eeb(_0x3f5a69(0xe7),null);this[_0x3f5a69(0xfb)][_0x3f5a69(0xd7)](_0x4c0132[_0x3f5a69(0xdc)],_0x4c0132),this[_0x3f5a69(0xf7)][_0x3f5a69(0xd7)](_0x4c0132[_0x3f5a69(0xdb)],_0x4c0132);for(const _0x53d62a of _0x4c0132[_0x3f5a69(0xd2)])this[_0x3f5a69(0xde)][_0x3f5a69(0xef)](_0x53d62a);this[_0x3f5a69(0xd6)](_0x4c0132[_0x3f5a69(0xd2)],_0x3f5a69(0xef),(_0x1385a4,_0x38ada6)=>{const _0x18e5e8=_0x3f5a69;this[_0x18e5e8(0xde)][_0x18e5e8(0xef)](_0x38ada6);}),this[_0x3f5a69(0xd6)](_0x4c0132[_0x3f5a69(0xd2)],_0x3f5a69(0xe6),(_0x3b4aff,_0x46223f)=>{const _0x365f86=_0x3f5a69;this[_0x365f86(0xde)][_0x365f86(0xe6)](_0x46223f);}),this[_0x3f5a69(0xd6)](_0x4c0132[_0x3f5a69(0xdb)][_0x3f5a69(0xec)],_0x3f5a69(0xf2),(_0x10984d,_0x12f544,_0x59879f)=>{const _0x5ee5ad=_0x3f5a69;_0x59879f&&this[_0x5ee5ad(0xfa)](_0x5ee5ad(0xe5),_0x4c0132);}),_0x4c0132[_0x3f5a69(0xcf)]();const _0x274532=this[_0x3f5a69(0xd1)](_0x4c0132[_0x3f5a69(0xdb)][_0x3f5a69(0xf1)]);return super[_0x3f5a69(0xef)](_0x4c0132,_0x274532);}[_0x1004e4(0xe6)](_0x197f00){const _0x59718b=_0x1004e4;if(!this[_0x59718b(0xd9)](_0x197f00))throw new _0x4b3eeb(_0x59718b(0xfd),null);this[_0x59718b(0xe1)](_0x197f00[_0x59718b(0xdb)][_0x59718b(0xec)]),this[_0x59718b(0xe1)](_0x197f00[_0x59718b(0xd2)]);for(const _0x89cd6f of _0x197f00[_0x59718b(0xd2)])this[_0x59718b(0xde)][_0x59718b(0xe6)](_0x89cd6f);return this[_0x59718b(0xf7)][_0x59718b(0xe2)](_0x197f00[_0x59718b(0xdb)]),this[_0x59718b(0xfb)][_0x59718b(0xe2)](_0x197f00[_0x59718b(0xdc)]),super[_0x59718b(0xe6)](_0x197f00);}[_0x1004e4(0xe4)](_0x35a075){const _0x49815d=_0x1004e4;return this[_0x49815d(0xfb)][_0x49815d(0xd3)](_0x35a075);}[_0x1004e4(0xd5)](_0xd5471d){const _0x28b67c=_0x1004e4;return this[_0x28b67c(0xf7)][_0x28b67c(0xd3)](_0xd5471d);}[_0x1004e4(0xf8)](){const _0x1ec5f0=_0x1004e4;super[_0x1ec5f0(0xf4)](),this[_0x1ec5f0(0xe1)](),this[_0x1ec5f0(0xfb)][_0x1ec5f0(0xf4)](),this[_0x1ec5f0(0xf7)][_0x1ec5f0(0xf4)](),this[_0x1ec5f0(0xde)][_0x1ec5f0(0xf8)]();}[_0x1004e4(0xe0)](){const _0x5de6ff=_0x1004e4;for(const _0x2b46d4 of this)_0x2b46d4[_0x5de6ff(0xcf)]();this[_0x5de6ff(0xe3)]();}[_0x1004e4(0xe3)](){const _0x3cdd13=_0x1004e4,_0x495541=Array[_0x3cdd13(0xdf)](this)[_0x3cdd13(0xe8)]((_0x49c580,_0x26d9a2)=>v(_0x49c580[_0x3cdd13(0xdb)][_0x3cdd13(0xf1)],_0x26d9a2[_0x3cdd13(0xdb)][_0x3cdd13(0xf1)]));for(let _0x15932e=_0x495541[_0x3cdd13(0xe9)]-0x1;_0x15932e>0x0;_0x15932e--){const _0x560c34=_0x495541[_0x15932e];_0x15932e!==this[_0x3cdd13(0xf6)](_0x560c34)&&(this[_0x3cdd13(0xe6)](_0x560c34),this[_0x3cdd13(0xef)](_0x560c34));}}[_0x1004e4(0xd1)](_0x2e8225){const _0xf5bf10=_0x1004e4;let _0x571107=0x0;if(!_0x2e8225)return this[_0xf5bf10(0xe9)];for(const _0x3fc68f of this){const _0x4ad0f0=_0x3fc68f[_0xf5bf10(0xdb)][_0xf5bf10(0xf1)];if(_0x4ad0f0){if(v(_0x2e8225,_0x4ad0f0)<0x0)return _0x571107;_0x571107++;}}return _0x571107;}}function _0x668b(){const _0x42e2cc=['view','innerView','1199694CLeNXH','_focusTracker','from','refreshPositioning','stopListening','delete','_sort','getByInnerView','focus','remove','annotationcollection-duplicated-item','sort','length','blur','left','focusTracker','isFocused','177056vBdJRS','add','360970fsFrxb','targetRect','change:isFocused','8RADdkn','clear','top','getIndex','_viewToAnnotation','destroy','404AeVFdH','fire','_innerViewToAnnotation','73840pAdkjn','annotationcollection-not-existing-item','updateTargetRect','1980MJLxpq','_getOrderInContent','focusableElements','get','5401540OtFmad','getByView','listenTo','set','3747294QZSkQo','has','14vaVFPK'];_0x668b=function(){return _0x42e2cc;};return _0x668b();}export function bindAnnotationCollections({source:_0x49f32e,target:_0x5edb2,filter:_0x549442}){const _0x11e6d5=_0x1004e4;for(const _0x1eec97 of _0x49f32e)_0x549442(_0x1eec97)&&_0x5edb2[_0x11e6d5(0xef)](_0x1eec97);_0x5edb2[_0x11e6d5(0xd6)](_0x49f32e,_0x11e6d5(0xef),(_0x2541fd,_0x5684df)=>{const _0x574448=_0x11e6d5;_0x549442(_0x5684df)&&_0x5edb2[_0x574448(0xef)](_0x5684df);}),_0x5edb2[_0x11e6d5(0xd6)](_0x49f32e,_0x11e6d5(0xe6),(_0x568e35,_0x167b49)=>{const _0x25d98e=_0x11e6d5;_0x5edb2[_0x25d98e(0xd9)](_0x167b49)&&_0x5edb2[_0x25d98e(0xe6)](_0x167b49);});}function v(_0x1f5915,_0x510d31){const _0x5f1c33=_0x1004e4;if(null===_0x1f5915&&null===_0x510d31)return 0x0;if(null===_0x1f5915)return-0x1;if(null===_0x510d31)return 0x1;const _0x260114=_0x1f5915[_0x5f1c33(0xf5)]-_0x510d31[_0x5f1c33(0xf5)];return 0x0==_0x260114?_0x1f5915[_0x5f1c33(0xeb)]-_0x510d31[_0x5f1c33(0xeb)]:_0x260114;}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/annotations/annotations
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2264e0=_0x2989;(function(_0x4b81e4,_0x2d20d7){const _0x3e5466=_0x2989,_0x2d2fd6=_0x4b81e4();while(!![]){try{const _0x16f748=-parseInt(_0x3e5466(0x1da))/0x1*(parseInt(_0x3e5466(0x204))/0x2)+parseInt(_0x3e5466(0x1e3))/0x3*(-parseInt(_0x3e5466(0x1f1))/0x4)+-parseInt(_0x3e5466(0x1e5))/0x5*(parseInt(_0x3e5466(0x1f2))/0x6)+parseInt(_0x3e5466(0x1eb))/0x7*(parseInt(_0x3e5466(0x1ea))/0x8)+parseInt(_0x3e5466(0x1e8))/0x9+parseInt(_0x3e5466(0x1cb))/0xa+parseInt(_0x3e5466(0x1ef))/0xb;if(_0x16f748===_0x2d20d7)break;else _0x2d2fd6['push'](_0x2d2fd6['shift']());}catch(_0xe83d33){_0x2d2fd6['push'](_0x2d2fd6['shift']());}}}(_0x43de,0x26f5a));import{ContextPlugin as _0x19ca72,Editor as _0xb33811}from'ckeditor5/src/core.js';import{first as _0x43dfc5}from'ckeditor5/src/utils.js';import _0x9677f1 from'./annotation.js';import _0x24a515 from'./annotationcollection.js';function _0x2989(_0x301efd,_0x298d6e){const _0x43dea6=_0x43de();return _0x2989=function(_0x298979,_0x504558){_0x298979=_0x298979-0x1ca;let _0x31135c=_0x43dea6[_0x298979];return _0x31135c;},_0x2989(_0x301efd,_0x298d6e);}import _0x400673 from'./view/annotationview.js';function _0x43de(){const _0x4713a8=['628856JLyoop','61638qxFqvE','_visibleAnnotations','focusTracker','values','has','destroy','refreshVisibility','Arrowup','Arrowdown','ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS','activate','change:isVisible','isVisible','add','Shift+Tab','target','source','focus','4AZyFbl','listenTo','keystrokes','ready','Esc','refreshPositioning','_removeActiveAnnotation','editing','_setupEnterAnnotationKeystroke','Annotations','Enter','_activateAnnotation','context','delete','createAnnotation','domRoots','isPremiumPlugin','ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT','isOfficialPlugin','ACCESSIBILITY_HELP_ANNOTATIONS_EXIT','collection','editors','escape','1051870ZxbhdN','deactivateAll','set','ACCESSIBILITY_HELP_ANNOTATIONS_GROUP','_addActiveAnnotation','Tab','push','createAnnotationView','contains','getByInnerView','activeAnnotations','accessibility','ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS','low','isArray','68903IqhrUE','_deactivateAllAnnotations','remove','annotations','stopListening','view','Ctrl+Enter','pluginName','Ctrl+Shift+E','3stkbkl','ACCESSIBILITY_HELP_ANNOTATIONS_ENTER','135HAyaSR','fire','_bindAnnotationsToVisibleAnnotations','2323089RZtSUE','locale','1352HLzKpL','3017AlLPUl','addKeystrokeInfoGroup','element','_setupEscapeAnnotationHandling','3254042fSuwZl','ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'];_0x43de=function(){return _0x4713a8;};return _0x43de();}import{getTranslation as _0xf8b775}from'../utils/common-translations.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0x45fbc7}from'@ckeditor/ckeditor5-collaboration-core';export default class N extends _0x19ca72{static get[_0x2264e0(0x1e1)](){const _0x22b4b8=_0x2264e0;return _0x22b4b8(0x20d);}static get[_0x2264e0(0x216)](){return!0x0;}static get[_0x2264e0(0x214)](){return!0x0;}constructor(_0x589825){const _0x1c4459=_0x2264e0;if(super(_0x589825),this[_0x1c4459(0x218)]=new _0x24a515(),this[_0x1c4459(0x1f3)]=new _0x24a515(),this[_0x1c4459(0x1cd)](_0x1c4459(0x1d5),new Set()),this[_0x1c4459(0x1e7)](),_0x589825 instanceof _0xb33811){const _0x18651a=_0x589825[_0x1c4459(0x1e9)];_0x589825[_0x1c4459(0x1d6)][_0x1c4459(0x1ec)]({'id':_0x1c4459(0x1dd),'label':_0xf8b775(_0x18651a,_0x1c4459(0x1ce)),'keystrokes':[{'label':_0xf8b775(_0x18651a,_0x1c4459(0x1f0)),'keystroke':_0x1c4459(0x1e2)},{'label':_0xf8b775(_0x18651a,_0x1c4459(0x217)),'keystroke':_0x1c4459(0x208)},{'label':_0xf8b775(_0x18651a,_0x1c4459(0x1e4)),'keystroke':_0x1c4459(0x20e)},{'label':_0xf8b775(_0x18651a,_0x1c4459(0x1d7)),'keystroke':[[_0x1c4459(0x1d0)],[_0x1c4459(0x200)]]},{'label':_0xf8b775(_0x18651a,_0x1c4459(0x215)),'keystroke':[_0x1c4459(0x1e0)]},{'label':_0xf8b775(_0x18651a,_0x1c4459(0x1fb)),'keystroke':[[_0x1c4459(0x1f9)],[_0x1c4459(0x1fa)]]}]});}this[_0x1c4459(0x20c)](),this[_0x1c4459(0x1ee)]();}[_0x2264e0(0x1ff)](_0x90f335){const _0x1290bd=_0x2264e0;this[_0x1290bd(0x218)][_0x1290bd(0x1ff)](_0x90f335);}[_0x2264e0(0x1dc)](_0x597a9f){const _0x1e5bd4=_0x2264e0;this[_0x1e5bd4(0x218)][_0x1e5bd4(0x1dc)](_0x597a9f),_0x597a9f[_0x1e5bd4(0x1f7)]();}[_0x2264e0(0x1f8)](){const _0x174ebc=_0x2264e0;for(const _0x28b28b of this[_0x174ebc(0x218)])_0x28b28b[_0x174ebc(0x1f8)]();}[_0x2264e0(0x209)](){const _0x5b0d53=_0x2264e0;this[_0x5b0d53(0x1f3)][_0x5b0d53(0x209)]();}[_0x2264e0(0x1d4)](_0x276bfe){const _0x14c83e=_0x2264e0;return this[_0x14c83e(0x218)][_0x14c83e(0x1d4)](_0x276bfe);}[_0x2264e0(0x1cc)](){const _0x31af6f=_0x2264e0;this[_0x31af6f(0x1e6)](_0x31af6f(0x1db));}[_0x2264e0(0x1f7)](){const _0x5b8624=_0x2264e0;for(const _0x585e9c of this[_0x5b8624(0x218)])_0x585e9c[_0x5b8624(0x1f7)]();this[_0x5b8624(0x1f3)][_0x5b8624(0x1f7)](),this[_0x5b8624(0x218)][_0x5b8624(0x1f7)](),super[_0x5b8624(0x1f7)]();}[_0x2264e0(0x1fc)](_0x47f65c){const _0x474758=_0x2264e0;this[_0x474758(0x1e6)](_0x474758(0x20f),_0x47f65c);}[_0x2264e0(0x212)](_0x1f5750){return new _0x9677f1(_0x1f5750);}[_0x2264e0(0x1d2)](_0x230738,_0x44b014){return new _0x400673(_0x230738,_0x44b014);}[_0x2264e0(0x1cf)](_0x2325f7){const _0x444e4b=_0x2264e0,_0x2d5694=new Set(this[_0x444e4b(0x1d5)]);_0x2d5694[_0x444e4b(0x1ff)](_0x2325f7),this[_0x444e4b(0x1d5)]=_0x2d5694;}[_0x2264e0(0x20a)](_0x33269e){const _0x55d6af=_0x2264e0,_0x50c440=new Set(this[_0x55d6af(0x1d5)]);_0x50c440[_0x55d6af(0x211)](_0x33269e),this[_0x55d6af(0x1d5)]=_0x50c440;}[_0x2264e0(0x1e7)](){const _0x338f05=_0x2264e0,_0x46796f=this[_0x338f05(0x218)],_0x2ac8d3=this[_0x338f05(0x1f3)];function _0x43c23e(_0x365935){const _0x148723=_0x338f05,_0x3299ee=_0x365935[_0x148723(0x202)];_0x3299ee[_0x148723(0x1fe)]&&!_0x2ac8d3[_0x148723(0x1f6)](_0x3299ee)?_0x2ac8d3[_0x148723(0x1ff)](_0x3299ee):!_0x3299ee[_0x148723(0x1fe)]&&_0x2ac8d3[_0x148723(0x1f6)](_0x3299ee)&&_0x2ac8d3[_0x148723(0x1dc)](_0x3299ee),_0x3299ee[_0x148723(0x1df)][_0x148723(0x1f4)][_0x148723(0x1dc)](_0x3299ee[_0x148723(0x1df)][_0x148723(0x1ed)]),_0x3299ee[_0x148723(0x1df)][_0x148723(0x1f4)][_0x148723(0x1ff)](_0x3299ee[_0x148723(0x1df)][_0x148723(0x1ed)]);}this[_0x338f05(0x205)](_0x46796f,_0x338f05(0x1ff),(_0x541e25,_0x185c23)=>{const _0x3175a8=_0x338f05;_0x185c23[_0x3175a8(0x1fe)]&&_0x2ac8d3[_0x3175a8(0x1ff)](_0x185c23),this[_0x3175a8(0x205)](_0x185c23,_0x3175a8(0x1fd),_0x43c23e);}),this[_0x338f05(0x205)](_0x46796f,_0x338f05(0x1dc),(_0x2eda06,_0x138c70)=>{const _0x366f55=_0x338f05;_0x2ac8d3[_0x366f55(0x1f6)](_0x138c70)&&_0x2ac8d3[_0x366f55(0x1dc)](_0x138c70),this[_0x366f55(0x1de)](_0x138c70,_0x366f55(0x1fd),_0x43c23e);});}[_0x2264e0(0x20c)](){const _0xec3ac2=_0x2264e0,_0x35b8d7=_0x46153d=>{const _0x1e1b6c=_0x2989;_0x46153d['on'](_0x1e1b6c(0x207),()=>{const _0x65ed4b=_0x1e1b6c;_0x46153d[_0x65ed4b(0x206)][_0x65ed4b(0x1cd)](_0x45fbc7,(_0x271f6a,_0x2aff6a)=>{const _0xdeda30=_0x65ed4b,_0x4f7299=_0x43dfc5(this[_0xdeda30(0x1d5)][_0xdeda30(0x1f5)]());_0x4f7299&&(_0x4f7299[_0xdeda30(0x1df)][_0xdeda30(0x203)](),_0x2aff6a());});});};this[_0xec3ac2(0x210)]instanceof _0xb33811?_0x35b8d7(this[_0xec3ac2(0x210)]):this[_0xec3ac2(0x210)][_0xec3ac2(0x219)]&&this[_0xec3ac2(0x210)][_0xec3ac2(0x219)]['on'](_0xec3ac2(0x1ff),(_0x277585,_0x2d4730)=>{_0x35b8d7(_0x2d4730);});}[_0x2264e0(0x1ee)](){const _0x30d19c=_0x2264e0,_0x486925=_0x5b2cdd=>{const _0x32a532=_0x2989,_0x3ae58c=_0x5b2cdd[_0x32a532(0x202)],_0x4e6b0d=[];let _0x241a5e;if(Array[_0x32a532(0x1d9)](_0x3ae58c[_0x32a532(0x201)])){_0x241a5e=_0x3ae58c[_0x32a532(0x201)][0x0],this[_0x32a532(0x210)]instanceof _0xb33811?_0x4e6b0d[_0x32a532(0x1d1)](this[_0x32a532(0x210)]):this[_0x32a532(0x210)][_0x32a532(0x219)]&&_0x4e6b0d[_0x32a532(0x1d1)](...this[_0x32a532(0x210)][_0x32a532(0x219)]);for(const _0x391a1e of _0x4e6b0d)for(const _0x495405 of _0x391a1e[_0x32a532(0x20b)][_0x32a532(0x1df)][_0x32a532(0x213)][_0x32a532(0x1f5)]())if(_0x495405[_0x32a532(0x1d3)](_0x241a5e))return void _0x391a1e[_0x32a532(0x20b)][_0x32a532(0x1df)][_0x32a532(0x203)]();_0x241a5e[_0x32a532(0x203)]();}};this[_0x30d19c(0x205)](this[_0x30d19c(0x218)],_0x30d19c(0x1ff),(_0x16b094,_0x5dcf7f)=>{const _0x48bd52=_0x30d19c;this[_0x48bd52(0x205)](_0x5dcf7f,_0x48bd52(0x1ca),_0x486925,{'priority':_0x48bd52(0x1d8)});}),this[_0x30d19c(0x205)](this[_0x30d19c(0x218)],_0x30d19c(0x1dc),(_0x508865,_0x8597b8)=>{const _0x2da358=_0x30d19c;this[_0x2da358(0x1de)](_0x8597b8,_0x2da358(0x1ca),_0x486925);});}}
23
+ const _0x1bdb21=_0x5f28;(function(_0x2092f3,_0x494016){const _0x4e24c9=_0x5f28,_0x2250ed=_0x2092f3();while(!![]){try{const _0x1cddf3=-parseInt(_0x4e24c9(0x18d))/0x1+parseInt(_0x4e24c9(0x18f))/0x2+parseInt(_0x4e24c9(0x17c))/0x3*(parseInt(_0x4e24c9(0x17e))/0x4)+-parseInt(_0x4e24c9(0x1ad))/0x5+parseInt(_0x4e24c9(0x167))/0x6*(parseInt(_0x4e24c9(0x181))/0x7)+-parseInt(_0x4e24c9(0x1a5))/0x8*(parseInt(_0x4e24c9(0x16a))/0x9)+parseInt(_0x4e24c9(0x199))/0xa*(-parseInt(_0x4e24c9(0x1a4))/0xb);if(_0x1cddf3===_0x494016)break;else _0x2250ed['push'](_0x2250ed['shift']());}catch(_0x19b2e0){_0x2250ed['push'](_0x2250ed['shift']());}}}(_0x3bb6,0xa5817));import{ContextPlugin as _0x2f04cb,Editor as _0x1f9e6b}from'ckeditor5/src/core.js';import{first as _0x336d29}from'ckeditor5/src/utils.js';import _0x5375a1 from'./annotation.js';import _0x4152da from'./annotationcollection.js';import _0x53b14e from'./view/annotationview.js';import{getTranslation as _0x314190}from'../utils/common-translations.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0x3d7c58}from'@ckeditor/ckeditor5-collaboration-core';export default class N extends _0x2f04cb{static get[_0x1bdb21(0x1a8)](){const _0x2e7896=_0x1bdb21;return _0x2e7896(0x161);}static get[_0x1bdb21(0x18a)](){return!0x0;}static get[_0x1bdb21(0x168)](){return!0x0;}constructor(_0x47a77b){const _0x11e447=_0x1bdb21;if(super(_0x47a77b),this[_0x11e447(0x194)]=new _0x4152da(),this[_0x11e447(0x1a3)]=new _0x4152da(),this[_0x11e447(0x17f)](_0x11e447(0x1ab),new Set()),this[_0x11e447(0x179)](),_0x47a77b instanceof _0x1f9e6b){const _0xbaa411=_0x47a77b[_0x11e447(0x16c)];_0x47a77b[_0x11e447(0x19f)][_0x11e447(0x169)]({'id':_0x11e447(0x15f),'label':_0x314190(_0xbaa411,_0x11e447(0x172)),'keystrokes':[{'label':_0x314190(_0xbaa411,_0x11e447(0x184)),'keystroke':_0x11e447(0x183)},{'label':_0x314190(_0xbaa411,_0x11e447(0x1a7)),'keystroke':_0x11e447(0x19a)},{'label':_0x314190(_0xbaa411,_0x11e447(0x1a6)),'keystroke':_0x11e447(0x17b)},{'label':_0x314190(_0xbaa411,_0x11e447(0x197)),'keystroke':[[_0x11e447(0x18b)],[_0x11e447(0x171)]]},{'label':_0x314190(_0xbaa411,_0x11e447(0x1a0)),'keystroke':[_0x11e447(0x198)]},{'label':_0x314190(_0xbaa411,_0x11e447(0x192)),'keystroke':[[_0x11e447(0x193)],[_0x11e447(0x16d)]]}]});}this[_0x11e447(0x170)](),this[_0x11e447(0x177)]();}[_0x1bdb21(0x176)](_0x20e395){const _0x2e0786=_0x1bdb21;this[_0x2e0786(0x194)][_0x2e0786(0x176)](_0x20e395);}[_0x1bdb21(0x17d)](_0x582081){const _0x29b11e=_0x1bdb21;this[_0x29b11e(0x194)][_0x29b11e(0x17d)](_0x582081),_0x582081[_0x29b11e(0x187)]();}[_0x1bdb21(0x186)](){const _0x42455d=_0x1bdb21;for(const _0x54833e of this[_0x42455d(0x194)])_0x54833e[_0x42455d(0x186)]();}[_0x1bdb21(0x16b)](){const _0x7b24c8=_0x1bdb21;this[_0x7b24c8(0x1a3)][_0x7b24c8(0x16b)]();}[_0x1bdb21(0x163)](_0x1494e8){const _0x1ece94=_0x1bdb21;return this[_0x1ece94(0x194)][_0x1ece94(0x163)](_0x1494e8);}[_0x1bdb21(0x18e)](){const _0xd7e86b=_0x1bdb21;this[_0xd7e86b(0x175)](_0xd7e86b(0x160));}[_0x1bdb21(0x187)](){const _0x58b8a7=_0x1bdb21;for(const _0x1f367f of this[_0x58b8a7(0x194)])_0x1f367f[_0x58b8a7(0x187)]();this[_0x58b8a7(0x1a3)][_0x58b8a7(0x187)](),this[_0x58b8a7(0x194)][_0x58b8a7(0x187)](),super[_0x58b8a7(0x187)]();}[_0x1bdb21(0x1ac)](_0x10adc5){const _0x186f4f=_0x1bdb21;this[_0x186f4f(0x175)](_0x186f4f(0x19c),_0x10adc5);}[_0x1bdb21(0x17a)](_0x5b5b79){return new _0x5375a1(_0x5b5b79);}[_0x1bdb21(0x178)](_0x3b8fa1,_0x2e4ad7){return new _0x53b14e(_0x3b8fa1,_0x2e4ad7);}[_0x1bdb21(0x162)](_0x53409b){const _0x38b44d=_0x1bdb21,_0x420a87=new Set(this[_0x38b44d(0x1ab)]);_0x420a87[_0x38b44d(0x176)](_0x53409b),this[_0x38b44d(0x1ab)]=_0x420a87;}[_0x1bdb21(0x16f)](_0x349381){const _0x4aa7cb=_0x1bdb21,_0x5b069a=new Set(this[_0x4aa7cb(0x1ab)]);_0x5b069a[_0x4aa7cb(0x18c)](_0x349381),this[_0x4aa7cb(0x1ab)]=_0x5b069a;}[_0x1bdb21(0x179)](){const _0x28ca3d=_0x1bdb21,_0x28a4e7=this[_0x28ca3d(0x194)],_0x486afa=this[_0x28ca3d(0x1a3)];function _0x11b5e4(_0x53f9ce){const _0x3fc89b=_0x28ca3d,_0x8e4f10=_0x53f9ce[_0x3fc89b(0x166)];_0x8e4f10[_0x3fc89b(0x185)]&&!_0x486afa[_0x3fc89b(0x188)](_0x8e4f10)?_0x486afa[_0x3fc89b(0x176)](_0x8e4f10):!_0x8e4f10[_0x3fc89b(0x185)]&&_0x486afa[_0x3fc89b(0x188)](_0x8e4f10)&&_0x486afa[_0x3fc89b(0x17d)](_0x8e4f10),_0x8e4f10[_0x3fc89b(0x196)][_0x3fc89b(0x15e)][_0x3fc89b(0x17d)](_0x8e4f10[_0x3fc89b(0x196)][_0x3fc89b(0x1aa)]),_0x8e4f10[_0x3fc89b(0x196)][_0x3fc89b(0x15e)][_0x3fc89b(0x176)](_0x8e4f10[_0x3fc89b(0x196)][_0x3fc89b(0x1aa)]);}this[_0x28ca3d(0x19e)](_0x28a4e7,_0x28ca3d(0x176),(_0x25c8e9,_0x2829c1)=>{const _0xc84edc=_0x28ca3d;_0x2829c1[_0xc84edc(0x185)]&&_0x486afa[_0xc84edc(0x176)](_0x2829c1),this[_0xc84edc(0x19e)](_0x2829c1,_0xc84edc(0x191),_0x11b5e4);}),this[_0x28ca3d(0x19e)](_0x28a4e7,_0x28ca3d(0x17d),(_0x1687f2,_0x1e1bb9)=>{const _0x33eeb2=_0x28ca3d;_0x486afa[_0x33eeb2(0x188)](_0x1e1bb9)&&_0x486afa[_0x33eeb2(0x17d)](_0x1e1bb9),this[_0x33eeb2(0x195)](_0x1e1bb9,_0x33eeb2(0x191),_0x11b5e4);});}[_0x1bdb21(0x170)](){const _0x3eefca=_0x1bdb21,_0x1fd7bb=_0x114c3a=>{const _0x5f31f5=_0x5f28;_0x114c3a['on'](_0x5f31f5(0x1a1),()=>{const _0x3d9a50=_0x5f31f5;_0x114c3a[_0x3d9a50(0x19d)][_0x3d9a50(0x17f)](_0x3d7c58,(_0x5aced5,_0x39066a)=>{const _0x317fb3=_0x3d9a50,_0xe2c1f8=_0x336d29(this[_0x317fb3(0x1ab)][_0x317fb3(0x16e)]());_0xe2c1f8&&(_0xe2c1f8[_0x317fb3(0x196)][_0x317fb3(0x1a2)](),_0x39066a());});});};this[_0x3eefca(0x19b)]instanceof _0x1f9e6b?_0x1fd7bb(this[_0x3eefca(0x19b)]):this[_0x3eefca(0x19b)][_0x3eefca(0x189)]&&this[_0x3eefca(0x19b)][_0x3eefca(0x189)]['on'](_0x3eefca(0x176),(_0x1090d2,_0x30b4bb)=>{_0x1fd7bb(_0x30b4bb);});}[_0x1bdb21(0x177)](){const _0x9f3b0a=_0x1bdb21,_0x2574be=_0x3e7b2b=>{const _0x215378=_0x5f28,_0x52963e=_0x3e7b2b[_0x215378(0x166)],_0x40ee3e=[];let _0x55f716;if(Array[_0x215378(0x190)](_0x52963e[_0x215378(0x173)])){_0x55f716=_0x52963e[_0x215378(0x173)][0x0],this[_0x215378(0x19b)]instanceof _0x1f9e6b?_0x40ee3e[_0x215378(0x165)](this[_0x215378(0x19b)]):this[_0x215378(0x19b)][_0x215378(0x189)]&&_0x40ee3e[_0x215378(0x165)](...this[_0x215378(0x19b)][_0x215378(0x189)]);for(const _0x4dcea0 of _0x40ee3e)for(const _0x14e057 of _0x4dcea0[_0x215378(0x180)][_0x215378(0x196)][_0x215378(0x1a9)][_0x215378(0x16e)]())if(_0x14e057[_0x215378(0x174)](_0x55f716))return void _0x4dcea0[_0x215378(0x180)][_0x215378(0x196)][_0x215378(0x1a2)]();_0x55f716[_0x215378(0x1a2)]();}};this[_0x9f3b0a(0x19e)](this[_0x9f3b0a(0x194)],_0x9f3b0a(0x176),(_0x1c8dd8,_0xa2aa43)=>{const _0xef9f53=_0x9f3b0a;this[_0xef9f53(0x19e)](_0xa2aa43,_0xef9f53(0x182),_0x2574be,{'priority':_0xef9f53(0x164)});}),this[_0x9f3b0a(0x19e)](this[_0x9f3b0a(0x194)],_0x9f3b0a(0x17d),(_0x238a06,_0x4c74dd)=>{const _0x425bdb=_0x9f3b0a;this[_0x425bdb(0x195)](_0x4c74dd,_0x425bdb(0x182),_0x2574be);});}}function _0x5f28(_0x36e481,_0x15a852){const _0x3bb6c2=_0x3bb6();return _0x5f28=function(_0x5f285d,_0x10983c){_0x5f285d=_0x5f285d-0x15e;let _0x2b1b6=_0x3bb6c2[_0x5f285d];return _0x2b1b6;},_0x5f28(_0x36e481,_0x15a852);}function _0x3bb6(){const _0xcd89bd=['36jKOpwk','refreshPositioning','locale','Arrowdown','values','_removeActiveAnnotation','_setupEnterAnnotationKeystroke','Shift+Tab','ACCESSIBILITY_HELP_ANNOTATIONS_GROUP','target','contains','fire','add','_setupEscapeAnnotationHandling','createAnnotationView','_bindAnnotationsToVisibleAnnotations','createAnnotation','Enter','108cDZVBH','remove','145004Rlypqb','set','editing','233555VweiaN','escape','Ctrl+Shift+E','ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO','isVisible','refreshVisibility','destroy','has','editors','isOfficialPlugin','Tab','delete','225231OHaeaI','deactivateAll','2709252rjFJni','isArray','change:isVisible','ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS','Arrowup','collection','stopListening','view','ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS','Ctrl+Enter','268260dQEEFC','Esc','context','_activateAnnotation','keystrokes','listenTo','accessibility','ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT','ready','focus','_visibleAnnotations','418ImburC','224864bQbWdC','ACCESSIBILITY_HELP_ANNOTATIONS_ENTER','ACCESSIBILITY_HELP_ANNOTATIONS_EXIT','pluginName','domRoots','element','activeAnnotations','activate','4124450QiKjhj','focusTracker','annotations','_deactivateAllAnnotations','Annotations','_addActiveAnnotation','getByInnerView','low','push','source','36TNefzV','isPremiumPlugin','addKeystrokeInfoGroup'];_0x3bb6=function(){return _0xcd89bd;};return _0x3bb6();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/annotations/annotationsuis
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x47d8e5=_0x2b8f;(function(_0x2c78f9,_0x79f835){const _0x25c472=_0x2b8f,_0x437fe3=_0x2c78f9();while(!![]){try{const _0x1bd6ca=-parseInt(_0x25c472(0x1d0))/0x1*(-parseInt(_0x25c472(0x1e5))/0x2)+-parseInt(_0x25c472(0x209))/0x3*(-parseInt(_0x25c472(0x1f8))/0x4)+parseInt(_0x25c472(0x1e2))/0x5*(parseInt(_0x25c472(0x1d6))/0x6)+parseInt(_0x25c472(0x1dc))/0x7+parseInt(_0x25c472(0x1fe))/0x8*(-parseInt(_0x25c472(0x1e6))/0x9)+-parseInt(_0x25c472(0x1ef))/0xa*(-parseInt(_0x25c472(0x1ec))/0xb)+-parseInt(_0x25c472(0x1e1))/0xc;if(_0x1bd6ca===_0x79f835)break;else _0x437fe3['push'](_0x437fe3['shift']());}catch(_0x40a5e2){_0x437fe3['push'](_0x437fe3['shift']());}}}(_0x4b27,0x3f4a7));function _0x2b8f(_0x5619ce,_0x14508c){const _0x4b279d=_0x4b27();return _0x2b8f=function(_0x2b8f7c,_0x24bf76){_0x2b8f7c=_0x2b8f7c-0x1cc;let _0x47b7a2=_0x4b279d[_0x2b8f7c];return _0x47b7a2;},_0x2b8f(_0x5619ce,_0x14508c);}import{ContextPlugin as _0x59bf73}from'ckeditor5/src/core.js';import{CKEditorError as _0x5cb644}from'ckeditor5/src/utils.js';function _0x4b27(){const _0x48d5c4=['plugins','requires','_assertAnnotationDoesNotBelongToMultipleUIs','10407LWeZbr','find','from','hasActive','activeAnnotations','annotationsuis-register-invalid-interface','41604IHGKqQ','_removeActiveAnnotation','collection','AnnotationsUIs','stopListening','attach','832181RONIGz','refilterAnnotations','push','init','_visibleAnnotations','12100524kXqHki','300WwBTSV','deactivateAll','length','44CDpfuE','18yhEuhS','add','isActive','size','_activateAnnotation','activate','209wsxDQn','_uisData','change:activeAnnotation','259810JSQtJG','isOfficialPlugin','set','_uis','filter','register','has','type','switchTo','81032tqTalJ','_setSelectedAnnotations','destroy','detach','annotationsuis-annotation-mismatch','context','526824Qbllhr','get','isPremiumPlugin','annotationsuis-missing-ui','delete','remove','function','deactivate','_addActiveAnnotation','annotationsuis-register-already-registered','setActiveAnnotation','21ISYhAI','listenTo','_deactivateAllAnnotations','activeUIs','pluginName'];_0x4b27=function(){return _0x48d5c4;};return _0x4b27();}import _0x404c90,{bindAnnotationCollections as _0x2fe0e0}from'./annotationcollection.js';import _0x4818d3 from'./annotations.js';export default class M extends _0x59bf73{static get[_0x47d8e5(0x1ce)](){return[_0x4818d3];}static get[_0x47d8e5(0x1cc)](){const _0x1b828c=_0x47d8e5;return _0x1b828c(0x1d9);}static get[_0x47d8e5(0x1f0)](){return!0x0;}static get[_0x47d8e5(0x200)](){return!0x0;}constructor(_0x16b289){const _0x3a620f=_0x47d8e5;super(_0x16b289),this[_0x3a620f(0x20c)]=new Set(),this[_0x3a620f(0x1f2)]=new Map(),this[_0x3a620f(0x1ed)]=new Map();}[_0x47d8e5(0x1df)](){const _0xd762d2=_0x47d8e5,_0x3d63c8=this[_0xd762d2(0x1fd)][_0xd762d2(0x1cd)][_0xd762d2(0x1ff)](_0x4818d3);this[_0xd762d2(0x20a)](_0x3d63c8,_0xd762d2(0x1ea),(_0x3d2366,_0x14610f)=>{const _0x522dae=_0xd762d2;for(const _0x1a222f of this[_0x522dae(0x20c)]){const _0x47081c=this[_0x522dae(0x1f2)][_0x522dae(0x1ff)](_0x1a222f);(0x0,this[_0x522dae(0x1ed)][_0x522dae(0x1ff)](_0x1a222f)[_0x522dae(0x1f3)])(_0x14610f)&&_0x47081c[_0x522dae(0x208)](_0x14610f);}}),this[_0xd762d2(0x20a)](_0x3d63c8,_0xd762d2(0x20b),()=>{const _0x54f866=_0xd762d2;for(const _0x47ff52 of this[_0x54f866(0x20c)]){this[_0x54f866(0x1f2)][_0x54f866(0x1ff)](_0x47ff52)[_0x54f866(0x208)](null);}}),this[_0xd762d2(0x20a)](_0x3d63c8[_0xd762d2(0x1e0)],_0xd762d2(0x1e7),(_0x319a74,_0x3a75fc)=>{const _0x2d0385=_0xd762d2;this[_0x2d0385(0x1cf)](_0x3a75fc);});}[_0x47d8e5(0x1d3)](){const _0x58429a=_0x47d8e5;return this[_0x58429a(0x20c)][_0x58429a(0x1e9)]>0x0;}[_0x47d8e5(0x1e8)](_0x1d4d3a){const _0x352307=_0x47d8e5;return this[_0x352307(0x20c)][_0x352307(0x1f5)](_0x1d4d3a);}[_0x47d8e5(0x1eb)](_0x2d8bb5,_0x1c2bd3=()=>!0x0){const _0x7de581=_0x47d8e5,_0x2b3cf8=this[_0x7de581(0x1fd)][_0x7de581(0x1cd)][_0x7de581(0x1ff)](_0x4818d3);if(!this[_0x7de581(0x1f2)][_0x7de581(0x1f5)](_0x2d8bb5))throw new _0x5cb644(_0x7de581(0x201),this,{'uiName':_0x2d8bb5});this[_0x7de581(0x1e8)](_0x2d8bb5)&&this[_0x7de581(0x205)](_0x2d8bb5),this[_0x7de581(0x20c)][_0x7de581(0x1e7)](_0x2d8bb5);const _0x40eca1=new _0x404c90(),_0x4f76c0=_0x2b3cf8[_0x7de581(0x1e0)];_0x2fe0e0({'source':_0x4f76c0,'target':_0x40eca1,'filter':_0x1c2bd3}),this[_0x7de581(0x1ed)][_0x7de581(0x1f1)](_0x2d8bb5,{'collection':_0x40eca1,'filter':_0x1c2bd3});const _0x5aa4b3=this[_0x7de581(0x1f2)][_0x7de581(0x1ff)](_0x2d8bb5);_0x5aa4b3[_0x7de581(0x1db)](_0x40eca1),this[_0x7de581(0x20a)](_0x5aa4b3,_0x7de581(0x1ee),(_0x1a0bb1,_0x3fc608,_0x46524d,_0x2f1f6b)=>{const _0x15fa5f=_0x7de581;_0x2f1f6b&&_0x2b3cf8[_0x15fa5f(0x1d7)](_0x2f1f6b),_0x46524d&&_0x2b3cf8[_0x15fa5f(0x206)](_0x46524d);});}[_0x47d8e5(0x205)](_0x1d66cb){const _0xf78380=_0x47d8e5;if(this[_0xf78380(0x20c)][_0xf78380(0x202)](_0x1d66cb),!this[_0xf78380(0x1f2)][_0xf78380(0x1f5)](_0x1d66cb))throw new _0x5cb644(_0xf78380(0x201),this,{'uiName':_0x1d66cb});const _0xe66a1a=this[_0xf78380(0x1f2)][_0xf78380(0x1ff)](_0x1d66cb);_0xe66a1a[_0xf78380(0x1fb)](),this[_0xf78380(0x1da)](_0xe66a1a),this[_0xf78380(0x1ed)][_0xf78380(0x1ff)](_0x1d66cb)[_0xf78380(0x1d8)][_0xf78380(0x1fa)](),this[_0xf78380(0x1ed)][_0xf78380(0x202)](_0x1d66cb);}[_0x47d8e5(0x1f7)](_0x1cb84b){const _0x251e7f=_0x47d8e5;if(!this[_0x251e7f(0x1f2)][_0x251e7f(0x1f5)](_0x1cb84b))throw new _0x5cb644(_0x251e7f(0x201),this,{'uiName':_0x1cb84b});const _0x347689=this[_0x251e7f(0x1fd)][_0x251e7f(0x1cd)][_0x251e7f(0x1ff)](_0x4818d3),_0x113f33=Array[_0x251e7f(0x1d2)](_0x347689[_0x251e7f(0x1d4)])[0x0]||null;this[_0x251e7f(0x1e3)](),this[_0x251e7f(0x1eb)](_0x1cb84b);const _0x3aab5e=this[_0x251e7f(0x1f2)][_0x251e7f(0x1ff)](_0x1cb84b);_0x3aab5e[_0x251e7f(0x208)](_0x113f33),_0x3aab5e[_0x251e7f(0x1f9)]&&_0x113f33&&_0x3aab5e[_0x251e7f(0x1f9)]([_0x113f33]);}[_0x47d8e5(0x1e3)](){const _0x47204b=_0x47d8e5;for(const _0x482d0e of this[_0x47204b(0x20c)])this[_0x47204b(0x205)](_0x482d0e);}[_0x47d8e5(0x1f4)](_0x42a6f8,_0x416bb3){const _0x1c3d9b=_0x47d8e5;if(this[_0x1c3d9b(0x1f2)][_0x1c3d9b(0x1f5)](_0x42a6f8))throw new _0x5cb644(_0x1c3d9b(0x207));if(_0x1c3d9b(0x204)!=typeof _0x416bb3[_0x1c3d9b(0x1db)]||_0x1c3d9b(0x204)!=typeof _0x416bb3[_0x1c3d9b(0x1fb)]||_0x1c3d9b(0x204)!=typeof _0x416bb3[_0x1c3d9b(0x208)])throw new _0x5cb644(_0x1c3d9b(0x1d5),null);this[_0x1c3d9b(0x1f2)][_0x1c3d9b(0x1f1)](_0x42a6f8,_0x416bb3);}[_0x47d8e5(0x1dd)](){const _0x34c6fe=_0x47d8e5,_0x7e90b7=this[_0x34c6fe(0x1fd)][_0x34c6fe(0x1cd)][_0x34c6fe(0x1ff)](_0x4818d3)[_0x34c6fe(0x1d8)],_0x1d7b39=new Map(),_0x55b1c2=Array[_0x34c6fe(0x1d2)](this[_0x34c6fe(0x20c)]);for(const _0xafddb2 of this[_0x34c6fe(0x20c)]){const _0x486a40=this[_0x34c6fe(0x1ed)][_0x34c6fe(0x1ff)](_0xafddb2)[_0x34c6fe(0x1d8)];for(const _0x333f92 of _0x486a40)_0x1d7b39[_0x34c6fe(0x1f1)](_0x333f92,_0xafddb2);}for(const _0x1e4b90 of _0x7e90b7){const _0x526c5b=_0x1d7b39[_0x34c6fe(0x1ff)](_0x1e4b90);this[_0x34c6fe(0x1cf)](_0x1e4b90);const _0x464a4b=_0x55b1c2[_0x34c6fe(0x1d1)](_0x583219=>this[_0x34c6fe(0x1ed)][_0x34c6fe(0x1ff)](_0x583219)[_0x34c6fe(0x1f3)](_0x1e4b90));_0x526c5b!==_0x464a4b&&(_0x526c5b&&this[_0x34c6fe(0x1ed)][_0x34c6fe(0x1ff)](_0x526c5b)[_0x34c6fe(0x1d8)][_0x34c6fe(0x203)](_0x1e4b90),_0x464a4b&&this[_0x34c6fe(0x1ed)][_0x34c6fe(0x1ff)](_0x464a4b)[_0x34c6fe(0x1d8)][_0x34c6fe(0x1e7)](_0x1e4b90));}}[_0x47d8e5(0x1fa)](){const _0x603f4d=_0x47d8e5;this[_0x603f4d(0x1e3)](),super[_0x603f4d(0x1fa)]();}[_0x47d8e5(0x1cf)](_0x35b516){const _0x5b5601=_0x47d8e5,_0x69a63b=[];for(const _0x44d538 of this[_0x5b5601(0x20c)]){(0x0,this[_0x5b5601(0x1ed)][_0x5b5601(0x1ff)](_0x44d538)[_0x5b5601(0x1f3)])(_0x35b516)&&_0x69a63b[_0x5b5601(0x1de)](_0x44d538);}if(_0x69a63b[_0x5b5601(0x1e4)]>0x1)throw new _0x5cb644(_0x5b5601(0x1fc),null,{'matchedUIs':_0x69a63b,'annotationType':_0x35b516[_0x5b5601(0x1f6)]});}}
23
+ const _0x215ce6=_0x2b55;(function(_0x48ea97,_0x541ecf){const _0x437bec=_0x2b55,_0x876417=_0x48ea97();while(!![]){try{const _0x5a940d=-parseInt(_0x437bec(0x136))/0x1*(parseInt(_0x437bec(0x149))/0x2)+-parseInt(_0x437bec(0x114))/0x3+parseInt(_0x437bec(0x13e))/0x4*(-parseInt(_0x437bec(0x13a))/0x5)+parseInt(_0x437bec(0x131))/0x6+parseInt(_0x437bec(0x120))/0x7+-parseInt(_0x437bec(0x12e))/0x8+-parseInt(_0x437bec(0x13b))/0x9*(-parseInt(_0x437bec(0x134))/0xa);if(_0x5a940d===_0x541ecf)break;else _0x876417['push'](_0x876417['shift']());}catch(_0x34ca16){_0x876417['push'](_0x876417['shift']());}}}(_0x13b3,0x34d0f));import{ContextPlugin as _0x3b5818}from'ckeditor5/src/core.js';import{CKEditorError as _0x5246fe}from'ckeditor5/src/utils.js';function _0x2b55(_0x5ac853,_0x22160e){const _0x13b372=_0x13b3();return _0x2b55=function(_0x2b5546,_0x46240e){_0x2b5546=_0x2b5546-0x10b;let _0x1660e3=_0x13b372[_0x2b5546];return _0x1660e3;},_0x2b55(_0x5ac853,_0x22160e);}import _0x1a2dfd,{bindAnnotationCollections as _0x12a5b8}from'./annotationcollection.js';function _0x13b3(){const _0x35a56b=['isOfficialPlugin','2318814AwldNE','context','delete','40FaESMR','annotationsuis-annotation-mismatch','68401MEEbwD','listenTo','deactivateAll','has','65lQrguL','972387VZMQcO','filter','annotationsuis-missing-ui','69612DkbHPH','refilterAnnotations','push','set','_visibleAnnotations','attach','collection','_uisData','annotationsuis-register-invalid-interface','_activateAnnotation','annotationsuis-register-already-registered','12naPANU','AnnotationsUIs','get','_uis','requires','change:activeAnnotation','isPremiumPlugin','plugins','activeUIs','stopListening','586134QOeXZX','destroy','_removeActiveAnnotation','pluginName','switchTo','detach','_setSelectedAnnotations','activeAnnotations','register','length','init','_assertAnnotationDoesNotBelongToMultipleUIs','2577967hRCCTC','_addActiveAnnotation','function','hasActive','size','remove','activate','add','isActive','_deactivateAllAnnotations','deactivate','find','type','from','1108512eHpTIY','setActiveAnnotation'];_0x13b3=function(){return _0x35a56b;};return _0x13b3();}import _0x2e7514 from'./annotations.js';export default class M extends _0x3b5818{static get[_0x215ce6(0x10e)](){return[_0x2e7514];}static get[_0x215ce6(0x117)](){const _0x3447bb=_0x215ce6;return _0x3447bb(0x10b);}static get[_0x215ce6(0x130)](){return!0x0;}static get[_0x215ce6(0x110)](){return!0x0;}constructor(_0x59eaf0){const _0x23cebf=_0x215ce6;super(_0x59eaf0),this[_0x23cebf(0x112)]=new Set(),this[_0x23cebf(0x10d)]=new Map(),this[_0x23cebf(0x145)]=new Map();}[_0x215ce6(0x11e)](){const _0x348d91=_0x215ce6,_0x3d45c3=this[_0x348d91(0x132)][_0x348d91(0x111)][_0x348d91(0x10c)](_0x2e7514);this[_0x348d91(0x137)](_0x3d45c3,_0x348d91(0x147),(_0x2d9e5d,_0x13dd0b)=>{const _0x13182d=_0x348d91;for(const _0x5a48cb of this[_0x13182d(0x112)]){const _0x1f685d=this[_0x13182d(0x10d)][_0x13182d(0x10c)](_0x5a48cb);(0x0,this[_0x13182d(0x145)][_0x13182d(0x10c)](_0x5a48cb)[_0x13182d(0x13c)])(_0x13dd0b)&&_0x1f685d[_0x13182d(0x12f)](_0x13dd0b);}}),this[_0x348d91(0x137)](_0x3d45c3,_0x348d91(0x129),()=>{const _0x5564cd=_0x348d91;for(const _0x4953c3 of this[_0x5564cd(0x112)]){this[_0x5564cd(0x10d)][_0x5564cd(0x10c)](_0x4953c3)[_0x5564cd(0x12f)](null);}}),this[_0x348d91(0x137)](_0x3d45c3[_0x348d91(0x142)],_0x348d91(0x127),(_0x19908a,_0x71d864)=>{const _0x589325=_0x348d91;this[_0x589325(0x11f)](_0x71d864);});}[_0x215ce6(0x123)](){const _0x416830=_0x215ce6;return this[_0x416830(0x112)][_0x416830(0x124)]>0x0;}[_0x215ce6(0x128)](_0x13ad35){const _0x3181da=_0x215ce6;return this[_0x3181da(0x112)][_0x3181da(0x139)](_0x13ad35);}[_0x215ce6(0x126)](_0x4206ee,_0x272b73=()=>!0x0){const _0x1399bf=_0x215ce6,_0x2f1f4c=this[_0x1399bf(0x132)][_0x1399bf(0x111)][_0x1399bf(0x10c)](_0x2e7514);if(!this[_0x1399bf(0x10d)][_0x1399bf(0x139)](_0x4206ee))throw new _0x5246fe(_0x1399bf(0x13d),this,{'uiName':_0x4206ee});this[_0x1399bf(0x128)](_0x4206ee)&&this[_0x1399bf(0x12a)](_0x4206ee),this[_0x1399bf(0x112)][_0x1399bf(0x127)](_0x4206ee);const _0x8229e5=new _0x1a2dfd(),_0x2bf39d=_0x2f1f4c[_0x1399bf(0x142)];_0x12a5b8({'source':_0x2bf39d,'target':_0x8229e5,'filter':_0x272b73}),this[_0x1399bf(0x145)][_0x1399bf(0x141)](_0x4206ee,{'collection':_0x8229e5,'filter':_0x272b73});const _0x1d7964=this[_0x1399bf(0x10d)][_0x1399bf(0x10c)](_0x4206ee);_0x1d7964[_0x1399bf(0x143)](_0x8229e5),this[_0x1399bf(0x137)](_0x1d7964,_0x1399bf(0x10f),(_0x4dbb99,_0x47bd5b,_0x31a228,_0x2c0436)=>{const _0x1ec7bd=_0x1399bf;_0x2c0436&&_0x2f1f4c[_0x1ec7bd(0x116)](_0x2c0436),_0x31a228&&_0x2f1f4c[_0x1ec7bd(0x121)](_0x31a228);});}[_0x215ce6(0x12a)](_0xba7bc){const _0x3fe955=_0x215ce6;if(this[_0x3fe955(0x112)][_0x3fe955(0x133)](_0xba7bc),!this[_0x3fe955(0x10d)][_0x3fe955(0x139)](_0xba7bc))throw new _0x5246fe(_0x3fe955(0x13d),this,{'uiName':_0xba7bc});const _0x2e4c82=this[_0x3fe955(0x10d)][_0x3fe955(0x10c)](_0xba7bc);_0x2e4c82[_0x3fe955(0x119)](),this[_0x3fe955(0x113)](_0x2e4c82),this[_0x3fe955(0x145)][_0x3fe955(0x10c)](_0xba7bc)[_0x3fe955(0x144)][_0x3fe955(0x115)](),this[_0x3fe955(0x145)][_0x3fe955(0x133)](_0xba7bc);}[_0x215ce6(0x118)](_0x2aec35){const _0x22e335=_0x215ce6;if(!this[_0x22e335(0x10d)][_0x22e335(0x139)](_0x2aec35))throw new _0x5246fe(_0x22e335(0x13d),this,{'uiName':_0x2aec35});const _0x259a2a=this[_0x22e335(0x132)][_0x22e335(0x111)][_0x22e335(0x10c)](_0x2e7514),_0x10f091=Array[_0x22e335(0x12d)](_0x259a2a[_0x22e335(0x11b)])[0x0]||null;this[_0x22e335(0x138)](),this[_0x22e335(0x126)](_0x2aec35);const _0x287a24=this[_0x22e335(0x10d)][_0x22e335(0x10c)](_0x2aec35);_0x287a24[_0x22e335(0x12f)](_0x10f091),_0x287a24[_0x22e335(0x11a)]&&_0x10f091&&_0x287a24[_0x22e335(0x11a)]([_0x10f091]);}[_0x215ce6(0x138)](){const _0xd53b7=_0x215ce6;for(const _0x3a43bd of this[_0xd53b7(0x112)])this[_0xd53b7(0x12a)](_0x3a43bd);}[_0x215ce6(0x11c)](_0x1e91d1,_0x1f1ec2){const _0x35a9a7=_0x215ce6;if(this[_0x35a9a7(0x10d)][_0x35a9a7(0x139)](_0x1e91d1))throw new _0x5246fe(_0x35a9a7(0x148));if(_0x35a9a7(0x122)!=typeof _0x1f1ec2[_0x35a9a7(0x143)]||_0x35a9a7(0x122)!=typeof _0x1f1ec2[_0x35a9a7(0x119)]||_0x35a9a7(0x122)!=typeof _0x1f1ec2[_0x35a9a7(0x12f)])throw new _0x5246fe(_0x35a9a7(0x146),null);this[_0x35a9a7(0x10d)][_0x35a9a7(0x141)](_0x1e91d1,_0x1f1ec2);}[_0x215ce6(0x13f)](){const _0x1b9faa=_0x215ce6,_0x1acb18=this[_0x1b9faa(0x132)][_0x1b9faa(0x111)][_0x1b9faa(0x10c)](_0x2e7514)[_0x1b9faa(0x144)],_0x57825a=new Map(),_0x634e07=Array[_0x1b9faa(0x12d)](this[_0x1b9faa(0x112)]);for(const _0x333898 of this[_0x1b9faa(0x112)]){const _0x18cc32=this[_0x1b9faa(0x145)][_0x1b9faa(0x10c)](_0x333898)[_0x1b9faa(0x144)];for(const _0x3cfb1c of _0x18cc32)_0x57825a[_0x1b9faa(0x141)](_0x3cfb1c,_0x333898);}for(const _0x473fd6 of _0x1acb18){const _0x3d4471=_0x57825a[_0x1b9faa(0x10c)](_0x473fd6);this[_0x1b9faa(0x11f)](_0x473fd6);const _0x46e864=_0x634e07[_0x1b9faa(0x12b)](_0x53b6aa=>this[_0x1b9faa(0x145)][_0x1b9faa(0x10c)](_0x53b6aa)[_0x1b9faa(0x13c)](_0x473fd6));_0x3d4471!==_0x46e864&&(_0x3d4471&&this[_0x1b9faa(0x145)][_0x1b9faa(0x10c)](_0x3d4471)[_0x1b9faa(0x144)][_0x1b9faa(0x125)](_0x473fd6),_0x46e864&&this[_0x1b9faa(0x145)][_0x1b9faa(0x10c)](_0x46e864)[_0x1b9faa(0x144)][_0x1b9faa(0x127)](_0x473fd6));}}[_0x215ce6(0x115)](){const _0x2c0edf=_0x215ce6;this[_0x2c0edf(0x138)](),super[_0x2c0edf(0x115)]();}[_0x215ce6(0x11f)](_0xb27201){const _0x17d4f2=_0x215ce6,_0x4aba1c=[];for(const _0x136166 of this[_0x17d4f2(0x112)]){(0x0,this[_0x17d4f2(0x145)][_0x17d4f2(0x10c)](_0x136166)[_0x17d4f2(0x13c)])(_0xb27201)&&_0x4aba1c[_0x17d4f2(0x140)](_0x136166);}if(_0x4aba1c[_0x17d4f2(0x11d)]>0x1)throw new _0x5246fe(_0x17d4f2(0x135),null,{'matchedUIs':_0x4aba1c,'annotationType':_0xb27201[_0x17d4f2(0x12c)]});}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/annotations/editorannotations
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3780(){const _0x27a623=['requires','document','editing','get','delete','range','element','set','registerAnnotation','editor','containsRange','isPremiumPlugin','directChange','169314zvmRfi','224956VivbOG','push','isEqual','uiUpdate','getOrderedSelectedAnnotations','refresh','getRanges','focusTracker','view','EditorAnnotations','26EHtcHe','from','cancel','951789zXESTu','selection','_editorAnnotations','sort','map','collection','2456232KFvNyn','_dataCollectors','10IKjaKA','14retweT','addSourceCollector','has','fire','_editorAnnotationsData','refreshSelectedViews','update','change:range','pluginName','annotation','6842778dRgUqO','change:isFocused','isReadOnly','blur','init','10XxJDqy','plugins','function','hasDomSelection','innerView','add','editorannotations-invalid-source-callback','2500146ctcySd','isCollapsed','remove','getByInnerView','16030135jCSVMR','model','listenTo','isOfficialPlugin'];_0x3780=function(){return _0x27a623;};return _0x3780();}const _0x46891a=_0x36d5;(function(_0x3092fa,_0x2bf0a3){const _0x478040=_0x36d5,_0x5e4b13=_0x3092fa();while(!![]){try{const _0x18772c=parseInt(_0x478040(0x94))/0x1+-parseInt(_0x478040(0x91))/0x2*(-parseInt(_0x478040(0x86))/0x3)+parseInt(_0x478040(0x87))/0x4*(-parseInt(_0x478040(0xac))/0x5)+-parseInt(_0x478040(0xa7))/0x6+-parseInt(_0x478040(0x9d))/0x7*(parseInt(_0x478040(0x9a))/0x8)+-parseInt(_0x478040(0xb3))/0x9+parseInt(_0x478040(0x9c))/0xa*(parseInt(_0x478040(0xb7))/0xb);if(_0x18772c===_0x2bf0a3)break;else _0x5e4b13['push'](_0x5e4b13['shift']());}catch(_0x2e0358){_0x5e4b13['push'](_0x5e4b13['shift']());}}}(_0x3780,0xf3a57));function _0x36d5(_0x1957e1,_0x97c79c){const _0x37807f=_0x3780();return _0x36d5=function(_0x36d5e3,_0x1785c9){_0x36d5e3=_0x36d5e3-0x81;let _0x5dccfa=_0x37807f[_0x36d5e3];return _0x5dccfa;},_0x36d5(_0x1957e1,_0x97c79c);}import{Plugin as _0x5336e0}from'ckeditor5/src/core.js';import{CKEditorError as _0x32880f}from'ckeditor5/src/utils.js';import{debounce as _0xcb63a2}from'lodash-es';import _0x5b4830 from'./annotations.js';export default class P extends _0x5336e0{static get[_0x46891a(0xbb)](){return[_0x5b4830];}static get[_0x46891a(0xa5)](){const _0x3802f9=_0x46891a;return _0x3802f9(0x90);}static get[_0x46891a(0xba)](){return!0x0;}static get[_0x46891a(0x84)](){return!0x0;}constructor(_0x57e3c5){const _0x2f74b6=_0x46891a;super(_0x57e3c5),this[_0x2f74b6(0x9b)]=new Set(),this[_0x2f74b6(0x96)]=new Set();}[_0x46891a(0xab)](){const _0xed3f4e=_0x46891a,_0x1ace06=this[_0xed3f4e(0x82)],_0x3bb0a9=_0x1ace06[_0xed3f4e(0xb8)][_0xed3f4e(0xbc)][_0xed3f4e(0x95)],_0x3e7d45=_0xcb63a2(()=>this[_0xed3f4e(0xa2)](),0xa);_0x3bb0a9['on'](_0xed3f4e(0xa4),(_0x4330fd,_0x199cbf)=>{const _0x4dd819=_0xed3f4e;_0x199cbf[_0x4dd819(0x85)]&&(_0x3e7d45[_0x4dd819(0x93)](),this[_0x4dd819(0xa2)]());}),this[_0xed3f4e(0xb9)](_0x1ace06[_0xed3f4e(0xbd)][_0xed3f4e(0x8f)][_0xed3f4e(0xbc)],_0xed3f4e(0xa8),(_0x22229e,_0x365b52,_0x33aeca)=>{_0x33aeca&&_0x3e7d45();}),this[_0xed3f4e(0xb9)](_0x1ace06['ui'][_0xed3f4e(0x8e)],_0xed3f4e(0xa8),(_0x27c533,_0x284c52,_0x3061a3)=>{const _0x1b5ac9=_0xed3f4e;_0x3061a3||_0x1ace06[_0x1b5ac9(0xa9)]||this[_0x1b5ac9(0xa0)](_0x1b5ac9(0xaa),{'isAnnotationTracked':_0x184b4c=>this[_0x1b5ac9(0xa1)][_0x1b5ac9(0x9f)](_0x184b4c[_0x1b5ac9(0xb0)])});}),this[_0xed3f4e(0xb9)](this[_0xed3f4e(0x82)]['ui'],_0xed3f4e(0xa3),()=>this[_0xed3f4e(0xa0)](_0xed3f4e(0x8a)));}[_0x46891a(0x81)](_0x390613){const _0x166bd8=_0x46891a;if(this[_0x166bd8(0x96)][_0x166bd8(0x9f)](_0x390613[_0x166bd8(0x8f)]))return;this[_0x166bd8(0x96)][_0x166bd8(0xb1)](_0x390613[_0x166bd8(0x8f)]),this[_0x166bd8(0x82)]['ui'][_0x166bd8(0x8e)][_0x166bd8(0xb1)](_0x390613[_0x166bd8(0x8f)][_0x166bd8(0xc1)]);const _0x13d95f=this[_0x166bd8(0x82)][_0x166bd8(0xad)][_0x166bd8(0xbe)](_0x5b4830);this[_0x166bd8(0xb9)](_0x13d95f[_0x166bd8(0x99)],_0x166bd8(0xb5),(_0x39d4cb,_0x3278ae)=>{const _0x1b59f0=_0x166bd8;this[_0x1b59f0(0x82)]['ui'][_0x1b59f0(0x8e)][_0x1b59f0(0xb5)](_0x3278ae[_0x1b59f0(0x8f)][_0x1b59f0(0xc1)]),this[_0x1b59f0(0x96)][_0x1b59f0(0xbf)](_0x3278ae[_0x1b59f0(0x8f)]);});}[_0x46891a(0xaf)](){const _0xca1bf=_0x46891a;return this[_0xca1bf(0x82)][_0xca1bf(0xbd)][_0xca1bf(0x8f)][_0xca1bf(0xaf)];}[_0x46891a(0x9e)](_0x3274cf){const _0x247777=_0x46891a;if(_0x247777(0xae)!=typeof _0x3274cf)throw new _0x32880f(_0x247777(0xb2));this[_0x247777(0x9b)][_0x247777(0xb1)](_0x3274cf);}[_0x46891a(0xa2)](){const _0x560096=_0x46891a;this[_0x560096(0xa0)](_0x560096(0x8c));}[_0x46891a(0x8b)]({activeAnnotation:_0x1290af,annotations:_0x2b52f6}){const _0x28de40=_0x46891a,_0x491fff=[],_0xa151f2=this[_0x28de40(0x82)][_0x28de40(0xb8)][_0x28de40(0xbc)][_0x28de40(0x95)],_0xdbbde1=Array[_0x28de40(0x92)](_0xa151f2[_0x28de40(0x8d)]());for(const [_0x350a7c,_0x2040af]of this[_0x28de40(0xa1)]){const _0x1de7d0=_0x31192a(_0x2040af),_0x477ffa=_0x2b52f6[_0x28de40(0xb6)](_0x350a7c);_0x1de7d0&&_0x477ffa&&_0x491fff[_0x28de40(0x88)]({'annotation':_0x477ffa,'range':_0x1de7d0});}function _0x31192a(_0x1ba903){const _0x445ab6=_0x28de40;for(const _0x2f3029 of _0x1ba903)for(const _0x2df954 of _0xdbbde1)if(_0x2f3029[_0x445ab6(0x83)](_0x2df954,!_0xa151f2[_0x445ab6(0xb4)]))return _0x2f3029;return null;}return _0x491fff[_0x28de40(0x97)]((_0x2bace4,_0xf0ed8d)=>{const _0xd0d7b1=_0x28de40,_0x3bb7fb=_0x2bace4[_0xd0d7b1(0xc0)],_0x287e60=_0xf0ed8d[_0xd0d7b1(0xc0)];if(!_0x3bb7fb[_0xd0d7b1(0x89)](_0x287e60)){if(_0x3bb7fb[_0xd0d7b1(0x83)](_0x287e60,!0x0))return 0x1;if(_0x287e60[_0xd0d7b1(0x83)](_0x3bb7fb,!0x0))return-0x1;}return _0x2bace4[_0xd0d7b1(0xa6)]==_0x1290af?-0x1:_0xf0ed8d[_0xd0d7b1(0xa6)]==_0x1290af?0x1:0x0;})[_0x28de40(0x98)](_0x882d93=>_0x882d93[_0x28de40(0xa6)]);}get[_0x46891a(0xa1)](){const _0x15d7c4=_0x46891a,_0x7a491d=new Map();for(const _0x4b5a5d of Array[_0x15d7c4(0x92)](this[_0x15d7c4(0x9b)]))for(const [_0x598637,_0x4502db]of _0x4b5a5d())_0x7a491d[_0x15d7c4(0xc2)](_0x598637,_0x4502db);return _0x7a491d;}}
23
+ function _0x37c9(){const _0x183520=['push','isEqual','refreshSelectedViews','selection','collection','element','plugins','_editorAnnotations','6615RkOvOY','view','blur','getOrderedSelectedAnnotations','editorannotations-invalid-source-callback','init','registerAnnotation','function','fire','containsRange','760PYLEMZ','hasDomSelection','focusTracker','editor','annotation','isPremiumPlugin','get','isReadOnly','addSourceCollector','39630wjbYBR','document','getRanges','listenTo','_editorAnnotationsData','sort','cancel','map','directChange','isOfficialPlugin','EditorAnnotations','update','isCollapsed','range','getByInnerView','refresh','innerView','model','31779kECsLf','1425YoGtyL','91srrNnh','delete','1102900QaBYVP','5568cmPAZR','change:isFocused','1710VWFgvn','requires','has','add','8pulGEn','editing','_dataCollectors','uiUpdate','set','pluginName','change:range','8384028WlnCtT','from','remove','562680Tavuun'];_0x37c9=function(){return _0x183520;};return _0x37c9();}const _0x5999b1=_0x3277;(function(_0x155af2,_0x3b270d){const _0x34d35e=_0x3277,_0x2382a9=_0x155af2();while(!![]){try{const _0x1a9c9e=-parseInt(_0x34d35e(0x152))/0x1+-parseInt(_0x34d35e(0x165))/0x2*(parseInt(_0x34d35e(0x13e))/0x3)+parseInt(_0x34d35e(0x148))/0x4*(parseInt(_0x34d35e(0x141))/0x5)+parseInt(_0x34d35e(0x16e))/0x6*(-parseInt(_0x34d35e(0x13f))/0x7)+parseInt(_0x34d35e(0x142))/0x8*(-parseInt(_0x34d35e(0x15b))/0x9)+parseInt(_0x34d35e(0x144))/0xa*(parseInt(_0x34d35e(0x13d))/0xb)+parseInt(_0x34d35e(0x14f))/0xc;if(_0x1a9c9e===_0x3b270d)break;else _0x2382a9['push'](_0x2382a9['shift']());}catch(_0x56fa05){_0x2382a9['push'](_0x2382a9['shift']());}}}(_0x37c9,0x4797b));import{Plugin as _0x360e4e}from'ckeditor5/src/core.js';import{CKEditorError as _0x228750}from'ckeditor5/src/utils.js';import{debounce as _0x235369}from'lodash-es';function _0x3277(_0x4f053b,_0x1786b3){const _0x37c970=_0x37c9();return _0x3277=function(_0x327738,_0x3e840f){_0x327738=_0x327738-0x132;let _0x13e80e=_0x37c970[_0x327738];return _0x13e80e;},_0x3277(_0x4f053b,_0x1786b3);}import _0x46a1bd from'./annotations.js';export default class P extends _0x360e4e{static get[_0x5999b1(0x145)](){return[_0x46a1bd];}static get[_0x5999b1(0x14d)](){const _0x26293f=_0x5999b1;return _0x26293f(0x135);}static get[_0x5999b1(0x134)](){return!0x0;}static get[_0x5999b1(0x16a)](){return!0x0;}constructor(_0xcc3945){const _0x510e9e=_0x5999b1;super(_0xcc3945),this[_0x510e9e(0x14a)]=new Set(),this[_0x510e9e(0x15a)]=new Set();}[_0x5999b1(0x160)](){const _0x20258c=_0x5999b1,_0x4278fe=this[_0x20258c(0x168)],_0x4c3f00=_0x4278fe[_0x20258c(0x13c)][_0x20258c(0x16f)][_0x20258c(0x156)],_0x416000=_0x235369(()=>this[_0x20258c(0x155)](),0xa);_0x4c3f00['on'](_0x20258c(0x14e),(_0x349721,_0x3bb8db)=>{const _0x1d4fe4=_0x20258c;_0x3bb8db[_0x1d4fe4(0x133)]&&(_0x416000[_0x1d4fe4(0x174)](),this[_0x1d4fe4(0x155)]());}),this[_0x20258c(0x171)](_0x4278fe[_0x20258c(0x149)][_0x20258c(0x15c)][_0x20258c(0x16f)],_0x20258c(0x143),(_0x5d3506,_0x1c389e,_0x54215a)=>{_0x54215a&&_0x416000();}),this[_0x20258c(0x171)](_0x4278fe['ui'][_0x20258c(0x167)],_0x20258c(0x143),(_0x4bc661,_0x38e5dd,_0x407149)=>{const _0x11b140=_0x20258c;_0x407149||_0x4278fe[_0x11b140(0x16c)]||this[_0x11b140(0x163)](_0x11b140(0x15d),{'isAnnotationTracked':_0x10d95d=>this[_0x11b140(0x172)][_0x11b140(0x146)](_0x10d95d[_0x11b140(0x13b)])});}),this[_0x20258c(0x171)](this[_0x20258c(0x168)]['ui'],_0x20258c(0x136),()=>this[_0x20258c(0x163)](_0x20258c(0x14b)));}[_0x5999b1(0x161)](_0x23d2ea){const _0x500e45=_0x5999b1;if(this[_0x500e45(0x15a)][_0x500e45(0x146)](_0x23d2ea[_0x500e45(0x15c)]))return;this[_0x500e45(0x15a)][_0x500e45(0x147)](_0x23d2ea[_0x500e45(0x15c)]),this[_0x500e45(0x168)]['ui'][_0x500e45(0x167)][_0x500e45(0x147)](_0x23d2ea[_0x500e45(0x15c)][_0x500e45(0x158)]);const _0x26a97d=this[_0x500e45(0x168)][_0x500e45(0x159)][_0x500e45(0x16b)](_0x46a1bd);this[_0x500e45(0x171)](_0x26a97d[_0x500e45(0x157)],_0x500e45(0x151),(_0x15a13c,_0x1e2aa4)=>{const _0x2157ad=_0x500e45;this[_0x2157ad(0x168)]['ui'][_0x2157ad(0x167)][_0x2157ad(0x151)](_0x1e2aa4[_0x2157ad(0x15c)][_0x2157ad(0x158)]),this[_0x2157ad(0x15a)][_0x2157ad(0x140)](_0x1e2aa4[_0x2157ad(0x15c)]);});}[_0x5999b1(0x166)](){const _0x3a04ed=_0x5999b1;return this[_0x3a04ed(0x168)][_0x3a04ed(0x149)][_0x3a04ed(0x15c)][_0x3a04ed(0x166)];}[_0x5999b1(0x16d)](_0x15fd19){const _0x499461=_0x5999b1;if(_0x499461(0x162)!=typeof _0x15fd19)throw new _0x228750(_0x499461(0x15f));this[_0x499461(0x14a)][_0x499461(0x147)](_0x15fd19);}[_0x5999b1(0x155)](){const _0x2e2144=_0x5999b1;this[_0x2e2144(0x163)](_0x2e2144(0x13a));}[_0x5999b1(0x15e)]({activeAnnotation:_0x561e1c,annotations:_0x1cf3b9}){const _0x39f810=_0x5999b1,_0x26983d=[],_0x941ce1=this[_0x39f810(0x168)][_0x39f810(0x13c)][_0x39f810(0x16f)][_0x39f810(0x156)],_0x498060=Array[_0x39f810(0x150)](_0x941ce1[_0x39f810(0x170)]());for(const [_0x4ce444,_0x24c484]of this[_0x39f810(0x172)]){const _0x3fa839=_0x15fe3a(_0x24c484),_0x49ea83=_0x1cf3b9[_0x39f810(0x139)](_0x4ce444);_0x3fa839&&_0x49ea83&&_0x26983d[_0x39f810(0x153)]({'annotation':_0x49ea83,'range':_0x3fa839});}function _0x15fe3a(_0xe4b09){const _0x2c9387=_0x39f810;for(const _0x27f181 of _0xe4b09)for(const _0x149ae6 of _0x498060)if(_0x27f181[_0x2c9387(0x164)](_0x149ae6,!_0x941ce1[_0x2c9387(0x137)]))return _0x27f181;return null;}return _0x26983d[_0x39f810(0x173)]((_0xace976,_0xca17ba)=>{const _0x54339d=_0x39f810,_0x2ebb97=_0xace976[_0x54339d(0x138)],_0x2e68db=_0xca17ba[_0x54339d(0x138)];if(!_0x2ebb97[_0x54339d(0x154)](_0x2e68db)){if(_0x2ebb97[_0x54339d(0x164)](_0x2e68db,!0x0))return 0x1;if(_0x2e68db[_0x54339d(0x164)](_0x2ebb97,!0x0))return-0x1;}return _0xace976[_0x54339d(0x169)]==_0x561e1c?-0x1:_0xca17ba[_0x54339d(0x169)]==_0x561e1c?0x1:0x0;})[_0x39f810(0x132)](_0xc55565=>_0xc55565[_0x39f810(0x169)]);}get[_0x5999b1(0x172)](){const _0x55b962=_0x5999b1,_0x56ea9f=new Map();for(const _0x4dd64f of Array[_0x55b962(0x150)](this[_0x55b962(0x14a)]))for(const [_0x1a0bf1,_0x195c48]of _0x4dd64f())_0x56ea9f[_0x55b962(0x14c)](_0x1a0bf1,_0x195c48);return _0x56ea9f;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/annotations/inlineannotations
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5c2a(_0x1946c1,_0x51dc36){const _0x38062f=_0x3806();return _0x5c2a=function(_0x5c2aab,_0x1c4c96){_0x5c2aab=_0x5c2aab-0x151;let _0x21971f=_0x38062f[_0x5c2aab];return _0x21971f;},_0x5c2a(_0x1946c1,_0x51dc36);}const _0x53fcde=_0x5c2a;(function(_0x5a5297,_0x46576a){const _0x210e76=_0x5c2a,_0xb8996a=_0x5a5297();while(!![]){try{const _0x169129=-parseInt(_0x210e76(0x18d))/0x1*(parseInt(_0x210e76(0x153))/0x2)+parseInt(_0x210e76(0x184))/0x3+parseInt(_0x210e76(0x179))/0x4+-parseInt(_0x210e76(0x161))/0x5*(parseInt(_0x210e76(0x195))/0x6)+-parseInt(_0x210e76(0x193))/0x7*(parseInt(_0x210e76(0x1af))/0x8)+parseInt(_0x210e76(0x189))/0x9*(parseInt(_0x210e76(0x182))/0xa)+-parseInt(_0x210e76(0x187))/0xb;if(_0x169129===_0x46576a)break;else _0xb8996a['push'](_0xb8996a['shift']());}catch(_0xb26b34){_0xb8996a['push'](_0xb8996a['shift']());}}}(_0x3806,0x84b3d));import{Plugin as _0x685772}from'ckeditor5/src/core.js';import _0x3266c0 from'./annotationsuis.js';import _0x33ea25 from'./editorannotations.js';import{ContextualBalloon as _0xd43e39}from'ckeditor5/src/ui.js';import{MouseObserver as _0x38a45a}from'ckeditor5/src/engine.js';import{CKEditorError as _0x346723,Rect as _0xaf3728}from'ckeditor5/src/utils.js';import'./../../theme/annotation-inline.css';function _0x3806(){const _0x30e36b=['listenTo','16hkUJXM','_setSelectedAnnotations','activeAnnotation','context','selection','plugins','length','detach','20206yZsrNh','_addedAnnotations','editor','remove','Esc','every','getBoundingClientRect','_removeAnnotationFromBalloon','update','getClientRects','visibleView','showStack','target','change:isFocused','917365wJNEuo','inlineannotations-attach-already-attached','register','get','inlineannotations-detach-not-attached','_addAnnotationToBalloon','_selectedAnnotations','setActiveAnnotation','stopListening','afterInit','isAttached','InlineAnnotations','change:visibleView','mousedown','targetRect','switchTo','find','view','updatePosition','change:height','right','inline','refresh','_closeAnnotation','3660000vzWuYb','destroy','map','inlineannotations-not-allowed-with-context','hasView','focusTracker','_manuallyClosed','push','_balloon','10cZdsCj','width','3200328YXaKAD','top','_forceRefresh','11800690XkAYWT','hasActive','9207918aUjSKd','has','_getBalloonTargetForAnnotation','viewRangeToDom','11rLcdcq','pluginName','domConverter','delete','from','add','1902299xjAATw','init','24dOdZda','editableElement','focus','collapse','fromRect','getByView','isFocused','annotations','set','clear','editing','left','isOfficialPlugin','attach','document','isPremiumPlugin','bottom','requires','includes','isActive','addObserver','keystrokes','getOrderedSelectedAnnotations','getFirstRange','blur'];_0x3806=function(){return _0x30e36b;};return _0x3806();}export default class c extends _0x685772{static get[_0x53fcde(0x1a6)](){return[_0x33ea25,_0xd43e39,_0x3266c0];}static get[_0x53fcde(0x18e)](){const _0x425ca9=_0x53fcde;return _0x425ca9(0x16c);}static get[_0x53fcde(0x1a1)](){return!0x0;}static get[_0x53fcde(0x1a4)](){return!0x0;}constructor(_0x48170d){const _0x5e239e=_0x53fcde;super(_0x48170d),_0x48170d[_0x5e239e(0x19f)][_0x5e239e(0x172)][_0x5e239e(0x1a9)](_0x38a45a),this[_0x5e239e(0x16b)]=!0x1,this[_0x5e239e(0x19d)](_0x5e239e(0x1b1),null),this[_0x5e239e(0x19c)]=null,this[_0x5e239e(0x17f)]=new Set(),this[_0x5e239e(0x181)]=_0x48170d[_0x5e239e(0x1b4)][_0x5e239e(0x164)](_0xd43e39),this[_0x5e239e(0x154)]=new Set(),this[_0x5e239e(0x167)]=[],this[_0x5e239e(0x186)]=!0x1;}[_0x53fcde(0x194)](){const _0xc3b0b3=_0x53fcde,_0x2658cb=this[_0xc3b0b3(0x155)][_0xc3b0b3(0x1b4)][_0xc3b0b3(0x164)](_0x3266c0);_0x2658cb[_0xc3b0b3(0x1b2)]===this[_0xc3b0b3(0x155)]&&(_0x2658cb[_0xc3b0b3(0x163)](_0xc3b0b3(0x176),this),this[_0xc3b0b3(0x155)][_0xc3b0b3(0x1aa)][_0xc3b0b3(0x19d)](_0xc3b0b3(0x157),(_0x2fdfb3,_0x464c44)=>{const _0x4dbd0c=_0xc3b0b3,_0xfb9f8f=this[_0x4dbd0c(0x181)];if(this[_0x4dbd0c(0x16b)]&&_0xfb9f8f[_0x4dbd0c(0x15d)]){const _0x539c94=this[_0x4dbd0c(0x19c)][_0x4dbd0c(0x19a)](_0xfb9f8f[_0x4dbd0c(0x15d)]);_0x539c94&&this[_0x4dbd0c(0x178)](_0x539c94),_0x464c44();}}));}[_0x53fcde(0x16a)](){const _0x406f5b=_0x53fcde,_0xa1f19f=this[_0x406f5b(0x155)][_0x406f5b(0x1b4)][_0x406f5b(0x164)](_0x3266c0);_0xa1f19f[_0x406f5b(0x1b2)]===this[_0x406f5b(0x155)]&&(_0xa1f19f[_0x406f5b(0x188)]()||_0xa1f19f[_0x406f5b(0x170)](_0x406f5b(0x176)));}[_0x53fcde(0x168)](_0x44f03b){const _0x49bb88=_0x53fcde;_0x44f03b!==this[_0x49bb88(0x1b1)]&&(this[_0x49bb88(0x1b1)]&&(this[_0x49bb88(0x1b1)][_0x49bb88(0x1a8)]=!0x1),_0x44f03b&&this[_0x49bb88(0x155)]['ui'][_0x49bb88(0x17e)][_0x49bb88(0x19b)]&&(this[_0x49bb88(0x19c)][_0x49bb88(0x18a)](_0x44f03b)&&this[_0x49bb88(0x166)](_0x44f03b,!0x0),_0x44f03b[_0x49bb88(0x1a8)]=!0x0),_0x44f03b||this[_0x49bb88(0x1b0)]([]),this[_0x49bb88(0x1b1)]=_0x44f03b);}[_0x53fcde(0x1a2)](_0xd8de6e){const _0x2c8376=_0x53fcde;this[_0x2c8376(0x19c)]=_0xd8de6e;const _0x4429d0=this[_0x2c8376(0x155)][_0x2c8376(0x1b4)][_0x2c8376(0x164)](_0x3266c0),_0x1c53d9=this[_0x2c8376(0x181)];if(this[_0x2c8376(0x16b)])throw new _0x346723(_0x2c8376(0x162),this);if(_0x4429d0[_0x2c8376(0x1b2)]!==this[_0x2c8376(0x155)])throw new _0x346723(_0x2c8376(0x17c),this);const _0x2aa80e=this[_0x2c8376(0x155)][_0x2c8376(0x1b4)][_0x2c8376(0x164)](_0x33ea25);this[_0x2c8376(0x1ae)](_0x2aa80e,_0x2c8376(0x177),()=>{const _0x392ce4=_0x2c8376,_0x50e5b1=_0x2aa80e[_0x392ce4(0x1ab)]({'annotations':this[_0x392ce4(0x19c)],'activeAnnotation':this[_0x392ce4(0x1b1)]});var _0x561fb2,_0x46b1b1;!this[_0x392ce4(0x186)]&&(_0x561fb2=_0x50e5b1,_0x46b1b1=this[_0x392ce4(0x167)],_0x561fb2[_0x392ce4(0x151)]===_0x46b1b1[_0x392ce4(0x151)]&&_0x561fb2[_0x392ce4(0x158)](_0x936d70=>_0x46b1b1[_0x392ce4(0x1a7)](_0x936d70)))||(this[_0x392ce4(0x186)]=!0x1,this[_0x392ce4(0x1b0)](_0x50e5b1),this[_0x392ce4(0x168)](_0x50e5b1[0x0]||null));}),this[_0x2c8376(0x1ae)](_0x2aa80e,_0x2c8376(0x1ad),(_0x2187b6,{isAnnotationTracked:_0xedbbac})=>{const _0xabfc05=_0x2c8376;this[_0xabfc05(0x1b1)]&&_0xedbbac(this[_0xabfc05(0x1b1)])&&(this[_0xabfc05(0x1b0)]([]),this[_0xabfc05(0x168)](null));}),this[_0x2c8376(0x1ae)](this[_0x2c8376(0x155)]['ui'][_0x2c8376(0x17e)],_0x2c8376(0x160),(_0x450305,_0x260501,_0x2179f7)=>{const _0x6b6408=_0x2c8376;_0x2179f7||this[_0x6b6408(0x168)](null);}),this[_0x2c8376(0x1ae)](_0xd8de6e,_0x2c8376(0x156),(_0x3f5db3,_0x319c0b)=>{const _0x32561a=_0x2c8376;this[_0x32561a(0x15a)](_0x319c0b),_0x319c0b===this[_0x32561a(0x1b1)]&&this[_0x32561a(0x168)](null);}),this[_0x2c8376(0x1ae)](_0x1c53d9,_0x2c8376(0x16d),(_0x90373a,_0xbc6653,_0xf064d0,_0x500147)=>{const _0xb18d6c=_0x2c8376;_0x500147&&this[_0xb18d6c(0x169)](_0x500147);const _0x2e6848=_0xd8de6e[_0xb18d6c(0x19a)](_0xf064d0);_0xf064d0&&_0x2e6848&&(this[_0xb18d6c(0x1ae)](_0xf064d0,_0xb18d6c(0x174),()=>{const _0x5574e0=_0xb18d6c;_0x1c53d9[_0x5574e0(0x173)]();}),this[_0xb18d6c(0x1ae)](_0xf064d0,_0xb18d6c(0x157),()=>{const _0xb4224=_0xb18d6c;this[_0xb4224(0x178)](_0x2e6848),this[_0xb4224(0x155)][_0xb4224(0x19f)][_0xb4224(0x172)][_0xb4224(0x197)]();}),this[_0xb18d6c(0x1b1)]!==_0x2e6848&&this[_0xb18d6c(0x168)](_0x2e6848));}),this[_0x2c8376(0x1ae)](this[_0x2c8376(0x155)]['ui'],_0x2c8376(0x15b),()=>{const _0x132739=_0x2c8376;_0x1c53d9[_0x132739(0x15d)]&&(_0xd8de6e[_0x132739(0x19a)](_0x1c53d9[_0x132739(0x15d)])&&_0x1c53d9[_0x132739(0x173)]());}),this[_0x2c8376(0x1ae)](this[_0x2c8376(0x155)][_0x2c8376(0x19f)][_0x2c8376(0x172)][_0x2c8376(0x1a3)],_0x2c8376(0x16e),()=>{const _0x2f9e3f=_0x2c8376;this[_0x2f9e3f(0x186)]=!0x0,this[_0x2f9e3f(0x17f)][_0x2f9e3f(0x19e)]();}),this[_0x2c8376(0x155)][_0x2c8376(0x19f)][_0x2c8376(0x172)][_0x2c8376(0x1a3)][_0x2c8376(0x1b3)][_0x2c8376(0x196)]&&this[_0x2c8376(0x155)][_0x2c8376(0x19f)][_0x2c8376(0x172)][_0x2c8376(0x197)](),this[_0x2c8376(0x16b)]=!0x0;}[_0x53fcde(0x152)](){const _0x47148b=_0x53fcde;if(!this[_0x47148b(0x16b)])throw new _0x346723(_0x47148b(0x165),this);this[_0x47148b(0x168)](null);for(const _0x596b54 of this[_0x47148b(0x154)])this[_0x47148b(0x15a)](_0x596b54);this[_0x47148b(0x169)](),this[_0x47148b(0x16b)]=!0x1,this[_0x47148b(0x19c)]=null;}[_0x53fcde(0x17a)](){const _0x361246=_0x53fcde;this[_0x361246(0x16b)]&&this[_0x361246(0x152)]();}[_0x53fcde(0x1b0)](_0x4cbbc7){const _0x371736=_0x53fcde;for(const _0x9636d2 of this[_0x371736(0x167)])_0x4cbbc7[_0x371736(0x1a7)](_0x9636d2)||this[_0x371736(0x17f)][_0x371736(0x190)](_0x9636d2);for(const _0x4feafc of this[_0x371736(0x19c)])_0x4cbbc7[_0x371736(0x1a7)](_0x4feafc)||this[_0x371736(0x15a)](_0x4feafc);if(this[_0x371736(0x155)]['ui'][_0x371736(0x17e)][_0x371736(0x19b)]){for(const _0x2aea59 of _0x4cbbc7)this[_0x371736(0x166)](_0x2aea59);}this[_0x371736(0x167)]=_0x4cbbc7;}[_0x53fcde(0x166)](_0x41de5d,_0x17f21e=!0x1){const _0x4fb593=_0x53fcde;this[_0x4fb593(0x17f)][_0x4fb593(0x18a)](_0x41de5d)||(this[_0x4fb593(0x154)][_0x4fb593(0x18a)](_0x41de5d)||this[_0x4fb593(0x181)][_0x4fb593(0x17d)](_0x41de5d[_0x4fb593(0x172)])||(this[_0x4fb593(0x154)][_0x4fb593(0x192)](_0x41de5d),this[_0x4fb593(0x181)][_0x4fb593(0x192)]({'stackId':_0x41de5d[_0x4fb593(0x172)]['id'],'view':_0x41de5d[_0x4fb593(0x172)],'position':{'target':()=>this[_0x4fb593(0x18b)](_0x41de5d)}})),_0x17f21e&&this[_0x4fb593(0x181)][_0x4fb593(0x15e)](_0x41de5d[_0x4fb593(0x172)]['id']));}[_0x53fcde(0x18b)](_0x446d45){const _0x941807=_0x53fcde,_0x1e09c5=_0x446d45[_0x941807(0x15f)],_0x5cca1d=this[_0x941807(0x155)][_0x941807(0x19f)][_0x941807(0x172)],_0xb9d9e4=_0x5cca1d[_0x941807(0x1a3)][_0x941807(0x1b3)][_0x941807(0x1ac)](),_0xee659=_0x5cca1d[_0x941807(0x18f)][_0x941807(0x18c)](_0xb9d9e4);if(_0xee659[_0x941807(0x198)](!0x0),_0x1e09c5){if(_0x1e09c5 instanceof _0xaf3728)return _0x1e09c5;let _0x1d950c=[];for(const _0x5bf1c6 of _0x1e09c5)_0x1d950c[_0x941807(0x180)](...(_0x1628ac=_0x5bf1c6[_0x941807(0x15c)](),Array[_0x941807(0x191)](_0x1628ac)[_0x941807(0x17b)](DOMRect[_0x941807(0x199)])));_0x1d950c=function(_0x259d6b){const _0x2eced9=_0x941807,_0x20471c=[];let _0x18a6ec=_0x259d6b[0x0];for(let _0x182491=0x1;_0x182491<_0x259d6b[_0x2eced9(0x151)];_0x182491++)b(_0x18a6ec,_0x259d6b[_0x182491])?_0x18a6ec[_0x2eced9(0x183)]+=_0x259d6b[_0x182491][_0x2eced9(0x183)]:(_0x20471c[_0x2eced9(0x180)](_0x18a6ec),_0x18a6ec=_0x259d6b[_0x182491]);return _0x20471c[_0x2eced9(0x180)](_0x18a6ec),_0x20471c;}(_0x1d950c);const _0x128c69=_0xee659[_0x941807(0x159)]();return _0x1d950c[_0x941807(0x171)](_0x552113=>_0x552113[_0x941807(0x185)]<=_0x128c69[_0x941807(0x185)]&&_0x552113[_0x941807(0x1a5)]>=_0x128c69[_0x941807(0x1a5)]&&_0x552113[_0x941807(0x1a0)]<=_0x128c69[_0x941807(0x1a0)]&&_0x552113[_0x941807(0x175)]>=_0x128c69[_0x941807(0x175)])||_0x1d950c[0x0];}var _0x1628ac;return _0x446d45[_0x941807(0x16f)]||_0xee659;}[_0x53fcde(0x15a)](_0x5c74ce){const _0x5e17c4=_0x53fcde;this[_0x5e17c4(0x154)][_0x5e17c4(0x18a)](_0x5c74ce)&&this[_0x5e17c4(0x181)][_0x5e17c4(0x17d)](_0x5c74ce[_0x5e17c4(0x172)])&&(this[_0x5e17c4(0x154)][_0x5e17c4(0x190)](_0x5c74ce),this[_0x5e17c4(0x181)][_0x5e17c4(0x156)](_0x5c74ce[_0x5e17c4(0x172)]));}[_0x53fcde(0x178)](_0x17d792){const _0x4aed94=_0x53fcde;this[_0x4aed94(0x17f)][_0x4aed94(0x192)](_0x17d792),this[_0x4aed94(0x15a)](_0x17d792);}}function b(_0x1617c6,_0x380f40){const _0x331569=_0x53fcde;return _0x1617c6[_0x331569(0x185)]===_0x380f40[_0x331569(0x185)]&&_0x1617c6[_0x331569(0x1a5)]===_0x380f40[_0x331569(0x1a5)]&&_0x1617c6[_0x331569(0x175)]===_0x380f40[_0x331569(0x1a0)];}
23
+ function _0x453c(_0x15b0b3,_0x14a6b9){const _0x428253=_0x4282();return _0x453c=function(_0x453c9d,_0x584f87){_0x453c9d=_0x453c9d-0x1ea;let _0x20fd47=_0x428253[_0x453c9d];return _0x20fd47;},_0x453c(_0x15b0b3,_0x14a6b9);}const _0x480bd7=_0x453c;(function(_0x48c016,_0x49ad2a){const _0x1cba84=_0x453c,_0x198c7e=_0x48c016();while(!![]){try{const _0x37157f=-parseInt(_0x1cba84(0x203))/0x1+-parseInt(_0x1cba84(0x20c))/0x2+parseInt(_0x1cba84(0x20b))/0x3+parseInt(_0x1cba84(0x248))/0x4+parseInt(_0x1cba84(0x1ec))/0x5+parseInt(_0x1cba84(0x1fa))/0x6*(parseInt(_0x1cba84(0x227))/0x7)+parseInt(_0x1cba84(0x206))/0x8;if(_0x37157f===_0x49ad2a)break;else _0x198c7e['push'](_0x198c7e['shift']());}catch(_0x16450a){_0x198c7e['push'](_0x198c7e['shift']());}}}(_0x4282,0x36cd2));import{Plugin as _0x37dc0e}from'ckeditor5/src/core.js';import _0x20360d from'./annotationsuis.js';import _0x523a79 from'./editorannotations.js';import{ContextualBalloon as _0x564828}from'ckeditor5/src/ui.js';import{MouseObserver as _0x29bbfe}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3da58b,Rect as _0x2755d8}from'ckeditor5/src/utils.js';import'./../../theme/annotation-inline.css';export default class c extends _0x37dc0e{static get[_0x480bd7(0x223)](){return[_0x523a79,_0x564828,_0x20360d];}static get[_0x480bd7(0x1ea)](){const _0x3f953e=_0x480bd7;return _0x3f953e(0x23d);}static get[_0x480bd7(0x249)](){return!0x0;}static get[_0x480bd7(0x1fb)](){return!0x0;}constructor(_0x1edcbd){const _0x1181aa=_0x480bd7;super(_0x1edcbd),_0x1edcbd[_0x1181aa(0x22a)][_0x1181aa(0x219)][_0x1181aa(0x24a)](_0x29bbfe),this[_0x1181aa(0x205)]=!0x1,this[_0x1181aa(0x23f)](_0x1181aa(0x1f2),null),this[_0x1181aa(0x1f1)]=null,this[_0x1181aa(0x20a)]=new Set(),this[_0x1181aa(0x201)]=_0x1edcbd[_0x1181aa(0x20e)][_0x1181aa(0x228)](_0x564828),this[_0x1181aa(0x212)]=new Set(),this[_0x1181aa(0x216)]=[],this[_0x1181aa(0x1fe)]=!0x1;}[_0x480bd7(0x21a)](){const _0x261378=_0x480bd7,_0x10130f=this[_0x261378(0x21f)][_0x261378(0x20e)][_0x261378(0x228)](_0x20360d);_0x10130f[_0x261378(0x213)]===this[_0x261378(0x21f)]&&(_0x10130f[_0x261378(0x1ff)](_0x261378(0x21d),this),this[_0x261378(0x21f)][_0x261378(0x240)][_0x261378(0x23f)](_0x261378(0x232),(_0x3e9c77,_0x3d08de)=>{const _0x281e4a=_0x261378,_0x5ce870=this[_0x281e4a(0x201)];if(this[_0x281e4a(0x205)]&&_0x5ce870[_0x281e4a(0x22b)]){const _0x41c1a4=this[_0x281e4a(0x1f1)][_0x281e4a(0x1f7)](_0x5ce870[_0x281e4a(0x22b)]);_0x41c1a4&&this[_0x281e4a(0x1f4)](_0x41c1a4),_0x3d08de();}}));}[_0x480bd7(0x209)](){const _0x316fe1=_0x480bd7,_0x23fa08=this[_0x316fe1(0x21f)][_0x316fe1(0x20e)][_0x316fe1(0x228)](_0x20360d);_0x23fa08[_0x316fe1(0x213)]===this[_0x316fe1(0x21f)]&&(_0x23fa08[_0x316fe1(0x21c)]()||_0x23fa08[_0x316fe1(0x231)](_0x316fe1(0x21d)));}[_0x480bd7(0x23c)](_0x190f4c){const _0x479d76=_0x480bd7;_0x190f4c!==this[_0x479d76(0x1f2)]&&(this[_0x479d76(0x1f2)]&&(this[_0x479d76(0x1f2)][_0x479d76(0x230)]=!0x1),_0x190f4c&&this[_0x479d76(0x21f)]['ui'][_0x479d76(0x211)][_0x479d76(0x218)]&&(this[_0x479d76(0x1f1)][_0x479d76(0x204)](_0x190f4c)&&this[_0x479d76(0x1ef)](_0x190f4c,!0x0),_0x190f4c[_0x479d76(0x230)]=!0x0),_0x190f4c||this[_0x479d76(0x247)]([]),this[_0x479d76(0x1f2)]=_0x190f4c);}[_0x480bd7(0x222)](_0xc63da){const _0x3eb4f1=_0x480bd7;this[_0x3eb4f1(0x1f1)]=_0xc63da;const _0x2c4570=this[_0x3eb4f1(0x21f)][_0x3eb4f1(0x20e)][_0x3eb4f1(0x228)](_0x20360d),_0x2188d0=this[_0x3eb4f1(0x201)];if(this[_0x3eb4f1(0x205)])throw new _0x3da58b(_0x3eb4f1(0x1f0),this);if(_0x2c4570[_0x3eb4f1(0x213)]!==this[_0x3eb4f1(0x21f)])throw new _0x3da58b(_0x3eb4f1(0x1f3),this);const _0x3bcd81=this[_0x3eb4f1(0x21f)][_0x3eb4f1(0x20e)][_0x3eb4f1(0x228)](_0x523a79);this[_0x3eb4f1(0x239)](_0x3bcd81,_0x3eb4f1(0x1f6),()=>{const _0x5cfc99=_0x3eb4f1,_0x33ef85=_0x3bcd81[_0x5cfc99(0x234)]({'annotations':this[_0x5cfc99(0x1f1)],'activeAnnotation':this[_0x5cfc99(0x1f2)]});var _0x497806,_0x3c4245;!this[_0x5cfc99(0x1fe)]&&(_0x497806=_0x33ef85,_0x3c4245=this[_0x5cfc99(0x216)],_0x497806[_0x5cfc99(0x23e)]===_0x3c4245[_0x5cfc99(0x23e)]&&_0x497806[_0x5cfc99(0x235)](_0x35bc9a=>_0x3c4245[_0x5cfc99(0x22d)](_0x35bc9a)))||(this[_0x5cfc99(0x1fe)]=!0x1,this[_0x5cfc99(0x247)](_0x33ef85),this[_0x5cfc99(0x23c)](_0x33ef85[0x0]||null));}),this[_0x3eb4f1(0x239)](_0x3bcd81,_0x3eb4f1(0x1f9),(_0x2996ba,{isAnnotationTracked:_0x3284c1})=>{const _0x102054=_0x3eb4f1;this[_0x102054(0x1f2)]&&_0x3284c1(this[_0x102054(0x1f2)])&&(this[_0x102054(0x247)]([]),this[_0x102054(0x23c)](null));}),this[_0x3eb4f1(0x239)](this[_0x3eb4f1(0x21f)]['ui'][_0x3eb4f1(0x211)],_0x3eb4f1(0x220),(_0x14a4a1,_0x35608a,_0x474e00)=>{const _0x70804=_0x3eb4f1;_0x474e00||this[_0x70804(0x23c)](null);}),this[_0x3eb4f1(0x239)](_0xc63da,_0x3eb4f1(0x22c),(_0x47d076,_0x355823)=>{const _0x8ebdce=_0x3eb4f1;this[_0x8ebdce(0x210)](_0x355823),_0x355823===this[_0x8ebdce(0x1f2)]&&this[_0x8ebdce(0x23c)](null);}),this[_0x3eb4f1(0x239)](_0x2188d0,_0x3eb4f1(0x244),(_0x2bff0b,_0x4dc812,_0xcc0f04,_0x53e4b7)=>{const _0x1f8aa9=_0x3eb4f1;_0x53e4b7&&this[_0x1f8aa9(0x237)](_0x53e4b7);const _0x109b12=_0xc63da[_0x1f8aa9(0x1f7)](_0xcc0f04);_0xcc0f04&&_0x109b12&&(this[_0x1f8aa9(0x239)](_0xcc0f04,_0x1f8aa9(0x22f),()=>{const _0x260994=_0x1f8aa9;_0x2188d0[_0x260994(0x233)]();}),this[_0x1f8aa9(0x239)](_0xcc0f04,_0x1f8aa9(0x232),()=>{const _0x262976=_0x1f8aa9;this[_0x262976(0x1f4)](_0x109b12),this[_0x262976(0x21f)][_0x262976(0x22a)][_0x262976(0x219)][_0x262976(0x241)]();}),this[_0x1f8aa9(0x1f2)]!==_0x109b12&&this[_0x1f8aa9(0x23c)](_0x109b12));}),this[_0x3eb4f1(0x239)](this[_0x3eb4f1(0x21f)]['ui'],_0x3eb4f1(0x23b),()=>{const _0x160c72=_0x3eb4f1;_0x2188d0[_0x160c72(0x22b)]&&(_0xc63da[_0x160c72(0x1f7)](_0x2188d0[_0x160c72(0x22b)])&&_0x2188d0[_0x160c72(0x233)]());}),this[_0x3eb4f1(0x239)](this[_0x3eb4f1(0x21f)][_0x3eb4f1(0x22a)][_0x3eb4f1(0x219)][_0x3eb4f1(0x225)],_0x3eb4f1(0x238),()=>{const _0x5a8a95=_0x3eb4f1;this[_0x5a8a95(0x1fe)]=!0x0,this[_0x5a8a95(0x20a)][_0x5a8a95(0x214)]();}),this[_0x3eb4f1(0x21f)][_0x3eb4f1(0x22a)][_0x3eb4f1(0x219)][_0x3eb4f1(0x225)][_0x3eb4f1(0x202)][_0x3eb4f1(0x224)]&&this[_0x3eb4f1(0x21f)][_0x3eb4f1(0x22a)][_0x3eb4f1(0x219)][_0x3eb4f1(0x241)](),this[_0x3eb4f1(0x205)]=!0x0;}[_0x480bd7(0x21b)](){const _0x5528f9=_0x480bd7;if(!this[_0x5528f9(0x205)])throw new _0x3da58b(_0x5528f9(0x1f8),this);this[_0x5528f9(0x23c)](null);for(const _0x472b91 of this[_0x5528f9(0x212)])this[_0x5528f9(0x210)](_0x472b91);this[_0x5528f9(0x237)](),this[_0x5528f9(0x205)]=!0x1,this[_0x5528f9(0x1f1)]=null;}[_0x480bd7(0x1ed)](){const _0x1faaaf=_0x480bd7;this[_0x1faaaf(0x205)]&&this[_0x1faaaf(0x21b)]();}[_0x480bd7(0x247)](_0x34bd05){const _0x29e05e=_0x480bd7;for(const _0x3875b2 of this[_0x29e05e(0x216)])_0x34bd05[_0x29e05e(0x22d)](_0x3875b2)||this[_0x29e05e(0x20a)][_0x29e05e(0x217)](_0x3875b2);for(const _0x2d76b4 of this[_0x29e05e(0x1f1)])_0x34bd05[_0x29e05e(0x22d)](_0x2d76b4)||this[_0x29e05e(0x210)](_0x2d76b4);if(this[_0x29e05e(0x21f)]['ui'][_0x29e05e(0x211)][_0x29e05e(0x218)]){for(const _0x260325 of _0x34bd05)this[_0x29e05e(0x1ef)](_0x260325);}this[_0x29e05e(0x216)]=_0x34bd05;}[_0x480bd7(0x1ef)](_0xdc42b5,_0x4e506b=!0x1){const _0x46c199=_0x480bd7;this[_0x46c199(0x20a)][_0x46c199(0x204)](_0xdc42b5)||(this[_0x46c199(0x212)][_0x46c199(0x204)](_0xdc42b5)||this[_0x46c199(0x201)][_0x46c199(0x22e)](_0xdc42b5[_0x46c199(0x219)])||(this[_0x46c199(0x212)][_0x46c199(0x242)](_0xdc42b5),this[_0x46c199(0x201)][_0x46c199(0x242)]({'stackId':_0xdc42b5[_0x46c199(0x219)]['id'],'view':_0xdc42b5[_0x46c199(0x219)],'position':{'target':()=>this[_0x46c199(0x23a)](_0xdc42b5)}})),_0x4e506b&&this[_0x46c199(0x201)][_0x46c199(0x1ee)](_0xdc42b5[_0x46c199(0x219)]['id']));}[_0x480bd7(0x23a)](_0x3e6aca){const _0x2cc2b9=_0x480bd7,_0xf2041f=_0x3e6aca[_0x2cc2b9(0x243)],_0x2b3f64=this[_0x2cc2b9(0x21f)][_0x2cc2b9(0x22a)][_0x2cc2b9(0x219)],_0x44438b=_0x2b3f64[_0x2cc2b9(0x225)][_0x2cc2b9(0x202)][_0x2cc2b9(0x1f5)](),_0x16e4f4=_0x2b3f64[_0x2cc2b9(0x200)][_0x2cc2b9(0x236)](_0x44438b);if(_0x16e4f4[_0x2cc2b9(0x208)](!0x0),_0xf2041f){if(_0xf2041f instanceof _0x2755d8)return _0xf2041f;let _0x2606f4=[];for(const _0x5b231f of _0xf2041f)_0x2606f4[_0x2cc2b9(0x21e)](...(_0x552e03=_0x5b231f[_0x2cc2b9(0x246)](),Array[_0x2cc2b9(0x226)](_0x552e03)[_0x2cc2b9(0x245)](DOMRect[_0x2cc2b9(0x221)])));_0x2606f4=function(_0x2d3087){const _0x10d28a=_0x2cc2b9,_0x5816f9=[];let _0x194722=_0x2d3087[0x0];for(let _0x4bbf4b=0x1;_0x4bbf4b<_0x2d3087[_0x10d28a(0x23e)];_0x4bbf4b++)b(_0x194722,_0x2d3087[_0x4bbf4b])?_0x194722[_0x10d28a(0x20f)]+=_0x2d3087[_0x4bbf4b][_0x10d28a(0x20f)]:(_0x5816f9[_0x10d28a(0x21e)](_0x194722),_0x194722=_0x2d3087[_0x4bbf4b]);return _0x5816f9[_0x10d28a(0x21e)](_0x194722),_0x5816f9;}(_0x2606f4);const _0xcc143b=_0x16e4f4[_0x2cc2b9(0x207)]();return _0x2606f4[_0x2cc2b9(0x20d)](_0x2f2e87=>_0x2f2e87[_0x2cc2b9(0x1eb)]<=_0xcc143b[_0x2cc2b9(0x1eb)]&&_0x2f2e87[_0x2cc2b9(0x1fc)]>=_0xcc143b[_0x2cc2b9(0x1fc)]&&_0x2f2e87[_0x2cc2b9(0x229)]<=_0xcc143b[_0x2cc2b9(0x229)]&&_0x2f2e87[_0x2cc2b9(0x215)]>=_0xcc143b[_0x2cc2b9(0x215)])||_0x2606f4[0x0];}var _0x552e03;return _0x3e6aca[_0x2cc2b9(0x1fd)]||_0x16e4f4;}[_0x480bd7(0x210)](_0x27f2f2){const _0x4a1c95=_0x480bd7;this[_0x4a1c95(0x212)][_0x4a1c95(0x204)](_0x27f2f2)&&this[_0x4a1c95(0x201)][_0x4a1c95(0x22e)](_0x27f2f2[_0x4a1c95(0x219)])&&(this[_0x4a1c95(0x212)][_0x4a1c95(0x217)](_0x27f2f2),this[_0x4a1c95(0x201)][_0x4a1c95(0x22c)](_0x27f2f2[_0x4a1c95(0x219)]));}[_0x480bd7(0x1f4)](_0xeab74d){const _0x72fc55=_0x480bd7;this[_0x72fc55(0x20a)][_0x72fc55(0x242)](_0xeab74d),this[_0x72fc55(0x210)](_0xeab74d);}}function _0x4282(){const _0x55ba0d=['left','editing','visibleView','remove','includes','hasView','change:height','isActive','switchTo','Esc','updatePosition','getOrderedSelectedAnnotations','every','viewRangeToDom','stopListening','mousedown','listenTo','_getBalloonTargetForAnnotation','update','setActiveAnnotation','InlineAnnotations','length','set','keystrokes','focus','add','target','change:visibleView','map','getClientRects','_setSelectedAnnotations','1029944gxsavH','isOfficialPlugin','addObserver','pluginName','top','443715bFLUyA','destroy','showStack','_addAnnotationToBalloon','inlineannotations-attach-already-attached','annotations','activeAnnotation','inlineannotations-not-allowed-with-context','_closeAnnotation','getFirstRange','refresh','getByView','inlineannotations-detach-not-attached','blur','4938NfdNnG','isPremiumPlugin','bottom','targetRect','_forceRefresh','register','domConverter','_balloon','selection','256429QaxhZw','has','isAttached','221456pHxoku','getBoundingClientRect','collapse','afterInit','_manuallyClosed','855294qcVTmS','654154xmiIeB','find','plugins','width','_removeAnnotationFromBalloon','focusTracker','_addedAnnotations','context','clear','right','_selectedAnnotations','delete','isFocused','view','init','detach','hasActive','inline','push','editor','change:isFocused','fromRect','attach','requires','editableElement','document','from','1267vLdtvA','get'];_0x4282=function(){return _0x55ba0d;};return _0x4282();}function b(_0x3aeda4,_0x529a78){const _0x3b1914=_0x480bd7;return _0x3aeda4[_0x3b1914(0x1eb)]===_0x529a78[_0x3b1914(0x1eb)]&&_0x3aeda4[_0x3b1914(0x1fc)]===_0x529a78[_0x3b1914(0x1fc)]&&_0x3aeda4[_0x3b1914(0x215)]===_0x529a78[_0x3b1914(0x229)];}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/annotations/narrowsidebar