@ckeditor/ckeditor5-comments 35.3.2 → 35.4.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 (129) hide show
  1. package/build/comments.js +2 -1
  2. package/build/translations/af.js +1 -0
  3. package/build/translations/ar.js +1 -0
  4. package/build/translations/bg.js +1 -0
  5. package/build/translations/bn.js +1 -0
  6. package/build/translations/bs.js +1 -0
  7. package/build/translations/ca.js +1 -0
  8. package/build/translations/cs.js +1 -0
  9. package/build/translations/da.js +1 -0
  10. package/build/translations/de-ch.js +1 -0
  11. package/build/translations/de.js +1 -0
  12. package/build/translations/el.js +1 -0
  13. package/build/translations/en-au.js +1 -0
  14. package/build/translations/es-co.js +1 -0
  15. package/build/translations/es.js +1 -0
  16. package/build/translations/et.js +1 -0
  17. package/build/translations/fa.js +1 -0
  18. package/build/translations/fi.js +1 -0
  19. package/build/translations/fr.js +1 -0
  20. package/build/translations/gl.js +1 -0
  21. package/build/translations/he.js +1 -0
  22. package/build/translations/hi.js +1 -0
  23. package/build/translations/hr.js +1 -0
  24. package/build/translations/hu.js +1 -0
  25. package/build/translations/id.js +1 -0
  26. package/build/translations/it.js +1 -0
  27. package/build/translations/ja.js +1 -0
  28. package/build/translations/jv.js +1 -0
  29. package/build/translations/ko.js +1 -0
  30. package/build/translations/lt.js +1 -0
  31. package/build/translations/lv.js +1 -0
  32. package/build/translations/ms.js +1 -0
  33. package/build/translations/nl.js +1 -0
  34. package/build/translations/no.js +1 -0
  35. package/build/translations/pl.js +1 -0
  36. package/build/translations/pt-br.js +1 -0
  37. package/build/translations/pt.js +1 -0
  38. package/build/translations/ro.js +1 -0
  39. package/build/translations/ru.js +1 -0
  40. package/build/translations/sk.js +1 -0
  41. package/build/translations/sr-latn.js +1 -0
  42. package/build/translations/sr.js +1 -0
  43. package/build/translations/sv.js +1 -0
  44. package/build/translations/th.js +1 -0
  45. package/build/translations/tk.js +1 -0
  46. package/build/translations/tr.js +1 -0
  47. package/build/translations/tt.js +1 -0
  48. package/build/translations/ug.js +1 -0
  49. package/build/translations/uk.js +1 -0
  50. package/build/translations/ur.js +1 -0
  51. package/build/translations/vi.js +1 -0
  52. package/build/translations/zh-cn.js +1 -0
  53. package/build/translations/zh.js +1 -0
  54. package/lang/translations/ar.po +3 -3
  55. package/lang/translations/bg.po +3 -3
  56. package/lang/translations/bn.po +3 -3
  57. package/lang/translations/ca.po +3 -3
  58. package/lang/translations/cs.po +3 -3
  59. package/lang/translations/da.po +3 -3
  60. package/lang/translations/de.po +3 -3
  61. package/lang/translations/el.po +3 -3
  62. package/lang/translations/es.po +3 -3
  63. package/lang/translations/et.po +3 -3
  64. package/lang/translations/fi.po +3 -3
  65. package/lang/translations/fr.po +3 -3
  66. package/lang/translations/he.po +3 -3
  67. package/lang/translations/hi.po +3 -3
  68. package/lang/translations/hu.po +3 -3
  69. package/lang/translations/id.po +3 -3
  70. package/lang/translations/it.po +3 -3
  71. package/lang/translations/ja.po +3 -3
  72. package/lang/translations/ko.po +3 -3
  73. package/lang/translations/lt.po +3 -3
  74. package/lang/translations/lv.po +3 -3
  75. package/lang/translations/ms.po +3 -3
  76. package/lang/translations/nl.po +3 -3
  77. package/lang/translations/no.po +3 -3
  78. package/lang/translations/pl.po +3 -3
  79. package/lang/translations/pt-br.po +3 -3
  80. package/lang/translations/pt.po +3 -3
  81. package/lang/translations/ro.po +3 -3
  82. package/lang/translations/ru.po +3 -3
  83. package/lang/translations/sk.po +3 -3
  84. package/lang/translations/sr.po +3 -3
  85. package/lang/translations/sv.po +3 -3
  86. package/lang/translations/th.po +3 -3
  87. package/lang/translations/tr.po +3 -3
  88. package/lang/translations/uk.po +3 -3
  89. package/lang/translations/vi.po +3 -3
  90. package/lang/translations/zh-cn.po +3 -3
  91. package/lang/translations/zh.po +3 -3
  92. package/package.json +3 -3
  93. package/src/annotations/annotation.js +1 -1
  94. package/src/annotations/annotationcollection.js +1 -1
  95. package/src/annotations/annotations.js +1 -1
  96. package/src/annotations/annotationsuis.js +1 -1
  97. package/src/annotations/editorannotations.js +1 -1
  98. package/src/annotations/inlineannotations.js +1 -1
  99. package/src/annotations/narrowsidebar.js +1 -1
  100. package/src/annotations/sidebar.js +1 -1
  101. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  102. package/src/annotations/view/annotationview.js +1 -1
  103. package/src/annotations/view/sidebaritemview.js +1 -1
  104. package/src/annotations/view/sidebarview.js +1 -1
  105. package/src/annotations/widesidebar.js +1 -1
  106. package/src/comments/addcommentthreadcommand.js +1 -1
  107. package/src/comments/commentsediting.js +1 -1
  108. package/src/comments/commentsrepository.js +1 -1
  109. package/src/comments/commentsui.js +1 -1
  110. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  111. package/src/comments/integrations/importword.js +1 -1
  112. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  113. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  114. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  115. package/src/comments/ui/commentthreadcontroller.js +1 -1
  116. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  117. package/src/comments/ui/view/basecommentview.js +1 -1
  118. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  119. package/src/comments/ui/view/commentcontentview.js +1 -1
  120. package/src/comments/ui/view/commentinputview.js +1 -1
  121. package/src/comments/ui/view/commentslistview.js +1 -1
  122. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  123. package/src/comments/ui/view/commentthreadview.js +1 -1
  124. package/src/comments/ui/view/commentview.js +1 -1
  125. package/src/comments.js +1 -1
  126. package/src/commentsonly.js +1 -1
  127. package/src/utils/common-translations.js +1 -1
  128. package/src/utils/createmutationobserver.js +1 -1
  129. package/theme/annotation.css +23 -6
@@ -73,12 +73,12 @@ msgstr "Questo commento proviene da una fonte esterna."
73
73
 
74
74
  msgctxt "The additional information that comments comes from imported Word file."
75
75
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
76
- msgstr ""
76
+ msgstr "Questo suggerimento proviene da un file di Word importato."
77
77
 
78
78
  msgctxt "The additional information that displayed author name comes from an external source."
79
79
  msgid "EXTERNAL_AVATAR"
80
- msgstr ""
80
+ msgstr "Il nome dell'autore visualizzato proviene da una fonte esterna (aggiunto da %0)"
81
81
 
82
82
  msgctxt "The additional information that displayed author name comes from imported Word file."
83
83
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
84
- msgstr ""
84
+ msgstr "Il nome dell'autore visualizzato proviene da un documento di Word importato da %0"
@@ -71,12 +71,12 @@ msgstr "このコメントは外部ソースに由来するものです。"
71
71
 
72
72
  msgctxt "The additional information that comments comes from imported Word file."
73
73
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
74
- msgstr ""
74
+ msgstr "このコメントはインポートされたWordファイルによるものです。"
75
75
 
76
76
  msgctxt "The additional information that displayed author name comes from an external source."
77
77
  msgid "EXTERNAL_AVATAR"
78
- msgstr ""
78
+ msgstr "表示されている著者名は外部の情報源によるものです(%0により追加)"
79
79
 
80
80
  msgctxt "The additional information that displayed author name comes from imported Word file."
81
81
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
82
- msgstr ""
82
+ msgstr "表示されている著者名は%0がインポートしたWord文書によるものです"
@@ -71,12 +71,12 @@ msgstr "이 댓글은 외부 출처에서 왔습니다."
71
71
 
72
72
  msgctxt "The additional information that comments comes from imported Word file."
73
73
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
74
- msgstr ""
74
+ msgstr "이 커멘트는 가져오기한 워드 파일에서 온 것입니다."
75
75
 
76
76
  msgctxt "The additional information that displayed author name comes from an external source."
77
77
  msgid "EXTERNAL_AVATAR"
78
- msgstr ""
78
+ msgstr "외부 소스(%0에 의해 추가됨)에서 온 작성자 이름 표시됨"
79
79
 
80
80
  msgctxt "The additional information that displayed author name comes from imported Word file."
81
81
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
82
- msgstr ""
82
+ msgstr "%0(으)로 가져오기한 워드 문서로부터 온 작성자 이름 표시"
@@ -74,12 +74,12 @@ msgstr "Šis komentaras yra iš išorinio šaltinio."
74
74
 
75
75
  msgctxt "The additional information that comments comes from imported Word file."
76
76
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
77
- msgstr ""
77
+ msgstr "Šis komentaras pateiktas iš importuoto \"Word\" failo."
78
78
 
79
79
  msgctxt "The additional information that displayed author name comes from an external source."
80
80
  msgid "EXTERNAL_AVATAR"
81
- msgstr ""
81
+ msgstr "Rodomas autoriaus vardas paimtas iš išorinio šaltinio (pridėjo %0)"
82
82
 
83
83
  msgctxt "The additional information that displayed author name comes from imported Word file."
84
84
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
85
- msgstr ""
85
+ msgstr "Rodomas autoriaus vardas paimtas iš \"Word\" dokumento, kurį importavo %0"
@@ -73,12 +73,12 @@ msgstr "Šī komentāra izcelsme ir ārējs avots."
73
73
 
74
74
  msgctxt "The additional information that comments comes from imported Word file."
75
75
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
76
- msgstr ""
76
+ msgstr "Šis komentārs nāk no importēta Word faila."
77
77
 
78
78
  msgctxt "The additional information that displayed author name comes from an external source."
79
79
  msgid "EXTERNAL_AVATAR"
80
- msgstr ""
80
+ msgstr "Attēlotais autora vārds nāk no ārēja avota (pievienoja %0)"
81
81
 
82
82
  msgctxt "The additional information that displayed author name comes from imported Word file."
83
83
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
84
- msgstr ""
84
+ msgstr "Attēlotais autora vārds nāk no Word dokumenta, ko importējis %0"
@@ -71,12 +71,12 @@ msgstr "Komen ini berasal daripada sumber luaran."
71
71
 
72
72
  msgctxt "The additional information that comments comes from imported Word file."
73
73
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
74
- msgstr ""
74
+ msgstr "Komen ini datang daripada fail Word yang diimport."
75
75
 
76
76
  msgctxt "The additional information that displayed author name comes from an external source."
77
77
  msgid "EXTERNAL_AVATAR"
78
- msgstr ""
78
+ msgstr "Nama penulis yang dipaparkan datang daripada sumber luar (ditambah oleh %0)"
79
79
 
80
80
  msgctxt "The additional information that displayed author name comes from imported Word file."
81
81
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
82
- msgstr ""
82
+ msgstr "Nama penulis yang dipaparkan datang daripada dokumen Word yang diimport oleh %0"
@@ -72,12 +72,12 @@ msgstr "Deze opmerking is afkomstig van een externe bron."
72
72
 
73
73
  msgctxt "The additional information that comments comes from imported Word file."
74
74
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
75
- msgstr ""
75
+ msgstr "Deze opmerking komt uit een geïmporteerd Word-bestand."
76
76
 
77
77
  msgctxt "The additional information that displayed author name comes from an external source."
78
78
  msgid "EXTERNAL_AVATAR"
79
- msgstr ""
79
+ msgstr "Weergegeven auteursnaam komt van een externe bron (toegevoegd door %0)"
80
80
 
81
81
  msgctxt "The additional information that displayed author name comes from imported Word file."
82
82
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
83
- msgstr ""
83
+ msgstr "De weergegeven auteursnaam is afkomstig van een Word-document dat geïmporteerd is door %0"
@@ -72,12 +72,12 @@ msgstr "Denne kommentaren kommer fra en ekstern kilde."
72
72
 
73
73
  msgctxt "The additional information that comments comes from imported Word file."
74
74
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
75
- msgstr ""
75
+ msgstr "Denne kommentaren kommer fra en importert Word-fil."
76
76
 
77
77
  msgctxt "The additional information that displayed author name comes from an external source."
78
78
  msgid "EXTERNAL_AVATAR"
79
- msgstr ""
79
+ msgstr "Vist forfatternavn kommer fra ekstern kilde (lagt til av %0)"
80
80
 
81
81
  msgctxt "The additional information that displayed author name comes from imported Word file."
82
82
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
83
- msgstr ""
83
+ msgstr "Vist forfatternavn kommer fra et Word-dokument importert av %0"
@@ -74,12 +74,12 @@ msgstr "Ten komentarz jest z zewnęrznego źródła."
74
74
 
75
75
  msgctxt "The additional information that comments comes from imported Word file."
76
76
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
77
- msgstr ""
77
+ msgstr "Ten komentarz pochodzi z zewnętrznego źródła."
78
78
 
79
79
  msgctxt "The additional information that displayed author name comes from an external source."
80
80
  msgid "EXTERNAL_AVATAR"
81
- msgstr ""
81
+ msgstr "Nazwa autora pochodzi z zewnętrznego źródła (dodany przez %0)"
82
82
 
83
83
  msgctxt "The additional information that displayed author name comes from imported Word file."
84
84
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
85
- msgstr ""
85
+ msgstr "Nazwa autora pochodzi z dokumentu Word zaimportowanego przez %0"
@@ -73,12 +73,12 @@ msgstr "Este comentário vem de uma fonte externa."
73
73
 
74
74
  msgctxt "The additional information that comments comes from imported Word file."
75
75
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
76
- msgstr ""
76
+ msgstr "Este comentário vem de um arquivo Word importado."
77
77
 
78
78
  msgctxt "The additional information that displayed author name comes from an external source."
79
79
  msgid "EXTERNAL_AVATAR"
80
- msgstr ""
80
+ msgstr "Nome do autor mostrado vem de uma fonte externa (adicionado por %0)"
81
81
 
82
82
  msgctxt "The additional information that displayed author name comes from imported Word file."
83
83
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
84
- msgstr ""
84
+ msgstr "Nome do autor mostrado vem de de um arquivo Word importado, importado por %0"
@@ -73,12 +73,12 @@ msgstr "Este comentário provém de uma fonte externa."
73
73
 
74
74
  msgctxt "The additional information that comments comes from imported Word file."
75
75
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
76
- msgstr ""
76
+ msgstr "Este comentário provém de um ficheiro Word importado."
77
77
 
78
78
  msgctxt "The additional information that displayed author name comes from an external source."
79
79
  msgid "EXTERNAL_AVATAR"
80
- msgstr ""
80
+ msgstr "Nome de autor apresentado provém de fonte externa (adicionado por %0)"
81
81
 
82
82
  msgctxt "The additional information that displayed author name comes from imported Word file."
83
83
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
84
- msgstr ""
84
+ msgstr "O nome de autor apresentado provém de um documento Word importado por %0"
@@ -73,12 +73,12 @@ msgstr "Acest comentariu provine dintr-o sursă externă."
73
73
 
74
74
  msgctxt "The additional information that comments comes from imported Word file."
75
75
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
76
- msgstr ""
76
+ msgstr "Acest comentariu provine dintr-un fișier Word importat."
77
77
 
78
78
  msgctxt "The additional information that displayed author name comes from an external source."
79
79
  msgid "EXTERNAL_AVATAR"
80
- msgstr ""
80
+ msgstr "Numele afișat al autorului provine dintr-o sursă externă (adăugat de %0)"
81
81
 
82
82
  msgctxt "The additional information that displayed author name comes from imported Word file."
83
83
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
84
- msgstr ""
84
+ msgstr "Numele afișat al autorului provine dintr-un document Word importat de %0"
@@ -74,12 +74,12 @@ msgstr "Этот комментарий взят из внешнего исто
74
74
 
75
75
  msgctxt "The additional information that comments comes from imported Word file."
76
76
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
77
- msgstr ""
77
+ msgstr "Этот комментарий взят из импортированного файла Word."
78
78
 
79
79
  msgctxt "The additional information that displayed author name comes from an external source."
80
80
  msgid "EXTERNAL_AVATAR"
81
- msgstr ""
81
+ msgstr "Отображаемое имя автора взято из внешнего источника (добавлен %0)"
82
82
 
83
83
  msgctxt "The additional information that displayed author name comes from imported Word file."
84
84
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
85
- msgstr ""
85
+ msgstr "Отображаемое имя автора взято из документа Word, импортированного %0"
@@ -74,12 +74,12 @@ msgstr "Tento komentár pochádza z externého zdroja."
74
74
 
75
75
  msgctxt "The additional information that comments comes from imported Word file."
76
76
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
77
- msgstr ""
77
+ msgstr "Tento komentár pochádza z importovaného súboru programu Word."
78
78
 
79
79
  msgctxt "The additional information that displayed author name comes from an external source."
80
80
  msgid "EXTERNAL_AVATAR"
81
- msgstr ""
81
+ msgstr "Zobrazené meno autora pochádza z externého zdroja (pridal %0)"
82
82
 
83
83
  msgctxt "The additional information that displayed author name comes from imported Word file."
84
84
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
85
- msgstr ""
85
+ msgstr "Zobrazené meno autora pochádza z dokumentu programu Word, ktorý importoval %0"
@@ -73,12 +73,12 @@ msgstr "Ovaj komentar dolazi iz spoljnog izvora."
73
73
 
74
74
  msgctxt "The additional information that comments comes from imported Word file."
75
75
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
76
- msgstr ""
76
+ msgstr "Ovaj komentar dolazi iz uvezene Word datoteke."
77
77
 
78
78
  msgctxt "The additional information that displayed author name comes from an external source."
79
79
  msgid "EXTERNAL_AVATAR"
80
- msgstr ""
80
+ msgstr "Prikazano ime autora dolazi iz spoljnog izvora (dodato od strane %0)"
81
81
 
82
82
  msgctxt "The additional information that displayed author name comes from imported Word file."
83
83
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
84
- msgstr ""
84
+ msgstr "Prikazano ime autora potiče iz Word dokumenta uvezenog od strane %0"
@@ -72,12 +72,12 @@ msgstr "Denna kommentar härrör från en extern källa."
72
72
 
73
73
  msgctxt "The additional information that comments comes from imported Word file."
74
74
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
75
- msgstr ""
75
+ msgstr "Denna kommentar kommer från en importerad Word-fil."
76
76
 
77
77
  msgctxt "The additional information that displayed author name comes from an external source."
78
78
  msgid "EXTERNAL_AVATAR"
79
- msgstr ""
79
+ msgstr "Författarnamnet som visas kommer från en extern källa (tillagd av %0)."
80
80
 
81
81
  msgctxt "The additional information that displayed author name comes from imported Word file."
82
82
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
83
- msgstr ""
83
+ msgstr "Författarnamnet som visas kommer från ett Word-dokument importerat av %0."
@@ -71,12 +71,12 @@ msgstr "ความคิดเห็นนี้มาจากแหล่ง
71
71
 
72
72
  msgctxt "The additional information that comments comes from imported Word file."
73
73
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
74
- msgstr ""
74
+ msgstr "ความคิดเห็นนี้มาจากไฟล์ Word ที่นําเข้า"
75
75
 
76
76
  msgctxt "The additional information that displayed author name comes from an external source."
77
77
  msgid "EXTERNAL_AVATAR"
78
- msgstr ""
78
+ msgstr "ชื่อผู้เขียนที่แสดงมาจากแหล่งข้อมูลภายนอก (เพิ่มโดย %0)"
79
79
 
80
80
  msgctxt "The additional information that displayed author name comes from imported Word file."
81
81
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
82
- msgstr ""
82
+ msgstr "ชื่อผู้เขียนที่แสดงมาจากเอกสาร Word ที่นําเข้าโดย %0"
@@ -72,12 +72,12 @@ msgstr "Bu yorum harici bir kaynaktan geliyor."
72
72
 
73
73
  msgctxt "The additional information that comments comes from imported Word file."
74
74
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
75
- msgstr ""
75
+ msgstr "Bu yorum, içe aktarılan bir Word dosyasından geliyor."
76
76
 
77
77
  msgctxt "The additional information that displayed author name comes from an external source."
78
78
  msgid "EXTERNAL_AVATAR"
79
- msgstr ""
79
+ msgstr "Görüntülenen yazar adı harici bir kaynaktan geliyor (%0 tarafından eklendi)"
80
80
 
81
81
  msgctxt "The additional information that displayed author name comes from imported Word file."
82
82
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
83
- msgstr ""
83
+ msgstr "Görüntülenen yazar adı, %0 tarafından içe aktarılan bir Word belgesinden geliyor"
@@ -74,12 +74,12 @@ msgstr "Цей коментар походить від зовнішнього
74
74
 
75
75
  msgctxt "The additional information that comments comes from imported Word file."
76
76
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
77
- msgstr ""
77
+ msgstr "Цей коментар походить з імпортованого Word файлу."
78
78
 
79
79
  msgctxt "The additional information that displayed author name comes from an external source."
80
80
  msgid "EXTERNAL_AVATAR"
81
- msgstr ""
81
+ msgstr "Показане ім'я автора походить із зовнішнього джерела (доданого %0)"
82
82
 
83
83
  msgctxt "The additional information that displayed author name comes from imported Word file."
84
84
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
85
- msgstr ""
85
+ msgstr "Показане ім'я автора походить із документу Word імпортованого %0"
@@ -71,12 +71,12 @@ msgstr "Nhận xét này đến từ một nguồn bên ngoài."
71
71
 
72
72
  msgctxt "The additional information that comments comes from imported Word file."
73
73
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
74
- msgstr ""
74
+ msgstr "Bình luận này đến từ một tệp Word được nhập."
75
75
 
76
76
  msgctxt "The additional information that displayed author name comes from an external source."
77
77
  msgid "EXTERNAL_AVATAR"
78
- msgstr ""
78
+ msgstr "Tên tác giả được hiển thị đến từ nguồn bên ngoài (do %0 thêm vào)"
79
79
 
80
80
  msgctxt "The additional information that displayed author name comes from imported Word file."
81
81
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
82
- msgstr ""
82
+ msgstr "Tên tác giả được hiển thị đến từ một tài liệu Word do %0 nhập"
@@ -71,12 +71,12 @@ msgstr "此评论来自外部来源。"
71
71
 
72
72
  msgctxt "The additional information that comments comes from imported Word file."
73
73
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
74
- msgstr ""
74
+ msgstr "此评论来自导入的 Word 文件。"
75
75
 
76
76
  msgctxt "The additional information that displayed author name comes from an external source."
77
77
  msgid "EXTERNAL_AVATAR"
78
- msgstr ""
78
+ msgstr "显示的作者名来自(%0 添加的)外部来源"
79
79
 
80
80
  msgctxt "The additional information that displayed author name comes from imported Word file."
81
81
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
82
- msgstr ""
82
+ msgstr "显示的作者名来自 %0 导入的 Word 文件"
@@ -71,12 +71,12 @@ msgstr "此留言來自外部來源。"
71
71
 
72
72
  msgctxt "The additional information that comments comes from imported Word file."
73
73
  msgid "EXTERNAL_IMPORT_WORD_COMMENT"
74
- msgstr ""
74
+ msgstr "此留言來自匯入的 Word 檔案。"
75
75
 
76
76
  msgctxt "The additional information that displayed author name comes from an external source."
77
77
  msgid "EXTERNAL_AVATAR"
78
- msgstr ""
78
+ msgstr "顯示的作者名稱來自外部來源(由 %0 新增)"
79
79
 
80
80
  msgctxt "The additional information that displayed author name comes from imported Word file."
81
81
  msgid "EXTERNAL_IMPORT_WORD_AVATAR"
82
- msgstr ""
82
+ msgstr "顯示的作者名稱來自由 %0 匯入的 Word 文件"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-comments",
3
- "version": "35.3.2",
3
+ "version": "35.4.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/)",
@@ -31,8 +31,8 @@
31
31
  ],
32
32
  "main": "src/index.js",
33
33
  "dependencies": {
34
- "ckeditor5": "^35.3.2",
35
- "ckeditor5-collaboration": "^35.3.2",
34
+ "ckeditor5": "^35.4.0",
35
+ "ckeditor5-collaboration": "^35.4.0",
36
36
  "lodash-es": "^4.17.11"
37
37
  }
38
38
  }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xc7dd=['_target','destroy','render','function','_isTargetElementVisible','updateTargetRect','clear','offsetParent','getClientRects','focusableElements','view','_id','_type','remove','target','type','refreshVisibility','targetRect','add','nodeType','_assertCorrectTarget','object','innerView','annotation-invalid-target','isVisible','stopListening','focusTracker','isActive'];(function(_0x2e62e2,_0xc7dd7a){const _0x2079d2=function(_0x4062f5){while(--_0x4062f5){_0x2e62e2['push'](_0x2e62e2['shift']());}};_0x2079d2(++_0xc7dd7a);}(_0xc7dd,0x127));const _0x2079=function(_0x2e62e2,_0xc7dd7a){_0x2e62e2=_0x2e62e2-0x0;let _0x2079d2=_0xc7dd[_0x2e62e2];return _0x2079d2;};import{CKEditorError as _0x3d2beb,Rect as _0x505ce1,Collection as _0x3696f1,mix as _0xd34fbe,ObservableMixin as _0x18f027}from'ckeditor5/src/utils';export default class d{constructor({view:_0x554b95,target:_0x3cb6c2,type:_0x4b1ee4,isVisible:_0x3cd28c=!0x0}){this[_0x2079('0x17')]=_0x554b95,this['view']['element']||this['view'][_0x2079('0xf')](),this[_0x2079('0x19')]=_0x4b1ee4,this[_0x2079('0xd')]=_0x3cb6c2,this[_0x2079('0x5')](),this[_0x2079('0x16')]=new _0x3696f1([this[_0x2079('0x17')]['element']],{'idProperty':_0x2079('0x18')}),this['focusableElements']['on'](_0x2079('0x3'),(_0x9d92e3,_0x6d65f9)=>{this[_0x2079('0x17')]['focusTracker'][_0x2079('0x3')](_0x6d65f9);}),this[_0x2079('0x16')]['on']('remove',(_0x3c4973,_0x3ae98b)=>{this[_0x2079('0x17')][_0x2079('0xb')][_0x2079('0x1a')](_0x3ae98b);}),this['set'](_0x2079('0x9'),_0x3cd28c);}get[_0x2079('0x0')](){return _0x2079('0x10')==typeof this[_0x2079('0x19')]?this[_0x2079('0x19')]():this[_0x2079('0x19')];}get[_0x2079('0x7')](){return this['view']['mainView'];}get['target'](){return _0x2079('0x10')==typeof this['_target']?this[_0x2079('0xd')]():this[_0x2079('0xd')];}get[_0x2079('0x2')](){const _0x3994f4=this[_0x2079('0x1b')];return this[_0x2079('0x5')](),null!==_0x3994f4&&this[_0x2079('0x11')]()?p(_0x3994f4)?new _0x505ce1(_0x3994f4[_0x2079('0x15')]()['item'](0x0)):new _0x505ce1(_0x3994f4):null;}get[_0x2079('0xc')](){return this[_0x2079('0x17')][_0x2079('0xc')];}set['isActive'](_0x4f4c3d){this[_0x2079('0x17')]['isActive']=_0x4f4c3d,this['view']['mainView'][_0x2079('0xc')]=_0x4f4c3d;}[_0x2079('0x12')](){this[_0x2079('0x17')]['targetRect']=this['targetRect'];}[_0x2079('0xe')](){this[_0x2079('0x16')][_0x2079('0xa')](),this['focusableElements'][_0x2079('0x13')](),this['stopListening']();}[_0x2079('0x1')](){this[_0x2079('0x9')]=this[_0x2079('0x11')]();}['_isTargetElementVisible'](){const _0x3d6ab2=this[_0x2079('0x1b')];if(!p(_0x3d6ab2))return!0x0;if(_0x3d6ab2[_0x2079('0x14')])return!0x0;return!!_0x3d6ab2[_0x2079('0x15')]()['item'](0x0);}['_assertCorrectTarget'](){const _0x588837=this['target'];if(!(null===_0x588837||_0x588837 instanceof _0x505ce1||p(_0x588837)))throw new _0x3d2beb(_0x2079('0x8'),null,{'target':_0x588837});}}function p(_0x59e5ad){return null!==_0x59e5ad&&_0x2079('0x6')==typeof _0x59e5ad&&0x1===_0x59e5ad[_0x2079('0x4')];}_0xd34fbe(d,_0x18f027);
23
+ const _0x7292=['target','targetRect','nodeType','focusTracker','getClientRects','_target','_type','annotation-invalid-target','render','type','remove','function','clear','isVisible','_id','stopListening','updateTargetRect','destroy','isActive','element','_isTargetElementVisible','_assertCorrectTarget','add','focusableElements','set','view','mainView','item'];(function(_0x4d1068,_0x729284){const _0xcd4281=function(_0xfbd660){while(--_0xfbd660){_0x4d1068['push'](_0x4d1068['shift']());}};_0xcd4281(++_0x729284);}(_0x7292,0x1a8));const _0xcd42=function(_0x4d1068,_0x729284){_0x4d1068=_0x4d1068-0x0;let _0xcd4281=_0x7292[_0x4d1068];return _0xcd4281;};import{CKEditorError as _0xe5297e,Rect as _0x4a8cb5,Collection as _0xad3985,mix as _0x116ee2,ObservableMixin as _0x1e55cd}from'ckeditor5/src/utils';export default class d{constructor({view:_0x1aafaa,target:_0x36ef76,type:_0x4acf36,isVisible:_0x4b56ea=!0x0}){this['view']=_0x1aafaa,this[_0xcd42('0x15')][_0xcd42('0xf')]||this['view'][_0xcd42('0x4')](),this[_0xcd42('0x2')]=_0x4acf36,this[_0xcd42('0x1')]=_0x36ef76,this[_0xcd42('0x11')](),this[_0xcd42('0x13')]=new _0xad3985([this[_0xcd42('0x15')][_0xcd42('0xf')]],{'idProperty':_0xcd42('0xa')}),this[_0xcd42('0x13')]['on'](_0xcd42('0x12'),(_0x5c0bfc,_0x476328)=>{this[_0xcd42('0x15')][_0xcd42('0x1b')][_0xcd42('0x12')](_0x476328);}),this[_0xcd42('0x13')]['on'](_0xcd42('0x6'),(_0x48b8f3,_0xc8a43a)=>{this['view']['focusTracker']['remove'](_0xc8a43a);}),this[_0xcd42('0x14')](_0xcd42('0x9'),_0x4b56ea);}get[_0xcd42('0x5')](){return _0xcd42('0x7')==typeof this[_0xcd42('0x2')]?this[_0xcd42('0x2')]():this[_0xcd42('0x2')];}get['innerView'](){return this[_0xcd42('0x15')][_0xcd42('0x16')];}get['target'](){return'function'==typeof this['_target']?this[_0xcd42('0x1')]():this[_0xcd42('0x1')];}get['targetRect'](){const _0x32e209=this['target'];return this[_0xcd42('0x11')](),null!==_0x32e209&&this[_0xcd42('0x10')]()?p(_0x32e209)?new _0x4a8cb5(_0x32e209[_0xcd42('0x0')]()[_0xcd42('0x17')](0x0)):new _0x4a8cb5(_0x32e209):null;}get[_0xcd42('0xe')](){return this[_0xcd42('0x15')][_0xcd42('0xe')];}set[_0xcd42('0xe')](_0x49ec84){this['view'][_0xcd42('0xe')]=_0x49ec84,this[_0xcd42('0x15')][_0xcd42('0x16')][_0xcd42('0xe')]=_0x49ec84;}[_0xcd42('0xc')](){this['view'][_0xcd42('0x19')]=this['targetRect'];}[_0xcd42('0xd')](){this['focusableElements'][_0xcd42('0xb')](),this[_0xcd42('0x13')][_0xcd42('0x8')](),this[_0xcd42('0xb')]();}['refreshVisibility'](){this['isVisible']=this[_0xcd42('0x10')]();}['_isTargetElementVisible'](){const _0x1b6b87=this[_0xcd42('0x18')];if(!p(_0x1b6b87))return!0x0;if(_0x1b6b87['offsetParent'])return!0x0;return!!_0x1b6b87[_0xcd42('0x0')]()[_0xcd42('0x17')](0x0);}[_0xcd42('0x11')](){const _0x13192d=this[_0xcd42('0x18')];if(!(null===_0x13192d||_0x13192d instanceof _0x4a8cb5||p(_0x13192d)))throw new _0xe5297e(_0xcd42('0x3'),null,{'target':_0x13192d});}}function p(_0x42b8ed){return null!==_0x42b8ed&&'object'==typeof _0x42b8ed&&0x1===_0x42b8ed[_0xcd42('0x1a')];}_0x116ee2(d,_0x1e55cd);
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3cfb=['set','length','change:isFocused','remove','annotationcollection-duplicated-item','isFocused','_viewToAnnotation','focusTracker','targetRect','fire','_innerViewToAnnotation','stopListening','getByInnerView','innerView','getByView','delete','_getOrderInContent','focus','has','refreshPositioning','destroy','from','annotationcollection-not-existing-item','_items','listenTo','add','view','blur','_focusTracker','focusableElements','top','updateTargetRect','clear','_sort','get','left'];(function(_0x16ac06,_0x3cfb21){const _0x57766e=function(_0x327740){while(--_0x327740){_0x16ac06['push'](_0x16ac06['shift']());}};_0x57766e(++_0x3cfb21);}(_0x3cfb,0xc3));const _0x5776=function(_0x16ac06,_0x3cfb21){_0x16ac06=_0x16ac06-0x0;let _0x57766e=_0x3cfb[_0x16ac06];return _0x57766e;};import{CKEditorError as _0x46f050,Collection as _0x758d0,FocusTracker as _0x4c15d3}from'ckeditor5/src/utils';export default class x extends _0x758d0{constructor(_0xc09d32=[]){super(),this[_0x5776('0x1f')]=new Map(),this[_0x5776('0x1b')]=new Map(),this[_0x5776('0xd')]=new _0x4c15d3(),this['_focusTracker']['on'](_0x5776('0x17'),(_0x2418e9,_0x4bd6a8,_0x30939f)=>{_0x30939f||this[_0x5776('0x1e')](_0x5776('0xc'));});for(const _0x4f1ace of _0xc09d32)this['add'](_0x4f1ace);}get[_0x5776('0x1a')](){return this['_focusTracker'][_0x5776('0x1a')];}[_0x5776('0xa')](_0x5ae90e){if(this['has'](_0x5ae90e))throw new _0x46f050(_0x5776('0x19'),null);this['_innerViewToAnnotation'][_0x5776('0x15')](_0x5ae90e[_0x5776('0x22')],_0x5ae90e),this[_0x5776('0x1b')][_0x5776('0x15')](_0x5ae90e[_0x5776('0xb')],_0x5ae90e);for(const _0x2b19ff of _0x5ae90e[_0x5776('0xe')])this[_0x5776('0xd')][_0x5776('0xa')](_0x2b19ff);this['listenTo'](_0x5ae90e['focusableElements'],_0x5776('0xa'),(_0x5e379f,_0x525095)=>{this[_0x5776('0xd')][_0x5776('0xa')](_0x525095);}),this[_0x5776('0x9')](_0x5ae90e['focusableElements'],'remove',(_0x2adcb8,_0x42338c)=>{this[_0x5776('0xd')]['remove'](_0x42338c);}),this['listenTo'](_0x5ae90e[_0x5776('0xb')][_0x5776('0x1c')],'change:isFocused',(_0x26b75d,_0xe5e911,_0x52440a)=>{_0x52440a&&this[_0x5776('0x1e')](_0x5776('0x2'),_0x5ae90e);}),_0x5ae90e['updateTargetRect']();const _0x5ee519=this['_getOrderInContent'](_0x5ae90e[_0x5776('0xb')][_0x5776('0x1d')]);super[_0x5776('0xa')](_0x5ae90e,_0x5ee519);}['remove'](_0x14c1e7){if(!this[_0x5776('0x3')](_0x14c1e7))throw new _0x46f050(_0x5776('0x7'),null);this['stopListening'](_0x14c1e7['view']['focusTracker']),this[_0x5776('0x20')](_0x14c1e7[_0x5776('0xe')]);for(const _0x5ee5d8 of _0x14c1e7[_0x5776('0xe')])this[_0x5776('0xd')][_0x5776('0x18')](_0x5ee5d8);this[_0x5776('0x1b')][_0x5776('0x0')](_0x14c1e7['view']),this[_0x5776('0x1f')][_0x5776('0x0')](_0x14c1e7[_0x5776('0x22')]),super[_0x5776('0x18')](_0x14c1e7);}[_0x5776('0x21')](_0x9ada1e){return this[_0x5776('0x1f')]['get'](_0x9ada1e);}[_0x5776('0x23')](_0x24d1f0){return this[_0x5776('0x1b')][_0x5776('0x13')](_0x24d1f0);}['destroy'](){super[_0x5776('0x11')](),this[_0x5776('0x20')](),this['_innerViewToAnnotation'][_0x5776('0x11')](),this[_0x5776('0x1b')][_0x5776('0x11')](),this[_0x5776('0xd')][_0x5776('0x5')]();}[_0x5776('0x4')](){for(const _0x545552 of this)_0x545552[_0x5776('0x10')]();this[_0x5776('0x12')]();}[_0x5776('0x12')](){const _0x394afe=Array[_0x5776('0x6')](this)['sort']((_0x333e31,_0x2238e1)=>y(_0x333e31[_0x5776('0xb')][_0x5776('0x1d')],_0x2238e1['view']['targetRect']));for(let _0x2f2c1f=_0x394afe[_0x5776('0x16')]-0x1;_0x2f2c1f>0x0;_0x2f2c1f--){const _0x2b41c9=_0x394afe[_0x2f2c1f];_0x2f2c1f!==this['getIndex'](_0x2b41c9)&&(this[_0x5776('0x18')](_0x2b41c9),this[_0x5776('0xa')](_0x2b41c9,_0x2f2c1f));}}[_0x5776('0x1')](_0x293a5d){let _0x488153=0x0;if(!_0x293a5d)return this[_0x5776('0x8')]['length'];for(const _0x249516 of this){const _0x254e40=_0x249516[_0x5776('0xb')][_0x5776('0x1d')];if(_0x254e40){if(y(_0x293a5d,_0x254e40)<0x0)return _0x488153;_0x488153++;}}return _0x488153;}}export function bindAnnotationCollections({source:_0x2e97f9,target:_0x49de3e,filter:_0x23e3be}){for(const _0x23f360 of _0x2e97f9)_0x23e3be(_0x23f360)&&_0x49de3e['add'](_0x23f360);_0x49de3e[_0x5776('0x9')](_0x2e97f9,'add',(_0xa285fd,_0x4a02e8)=>{_0x23e3be(_0x4a02e8)&&_0x49de3e[_0x5776('0xa')](_0x4a02e8);}),_0x49de3e[_0x5776('0x9')](_0x2e97f9,_0x5776('0x18'),(_0x42c0da,_0x470ff7)=>{_0x49de3e[_0x5776('0x3')](_0x470ff7)&&_0x49de3e[_0x5776('0x18')](_0x470ff7);});}function y(_0x26a89b,_0x34884d){if(null===_0x26a89b&&null===_0x34884d)return 0x0;if(null===_0x26a89b)return-0x1;if(null===_0x34884d)return 0x1;const _0x152425=_0x26a89b[_0x5776('0xf')]-_0x34884d[_0x5776('0xf')];return 0x0==_0x152425?_0x26a89b[_0x5776('0x14')]-_0x34884d[_0x5776('0x14')]:_0x152425;}
23
+ const _0x2734=['getIndex','_getOrderInContent','clear','getByView','length','innerView','sort','refreshPositioning','annotationcollection-duplicated-item','view','_items','delete','annotationcollection-not-existing-item','focus','left','top','remove','_focusTracker','_sort','has','_innerViewToAnnotation','_viewToAnnotation','get','fire','targetRect','destroy','set','stopListening','updateTargetRect','change:isFocused','focusTracker','add','listenTo','focusableElements'];(function(_0x34a21e,_0x273452){const _0x2794f4=function(_0x2b1b1c){while(--_0x2b1b1c){_0x34a21e['push'](_0x34a21e['shift']());}};_0x2794f4(++_0x273452);}(_0x2734,0x141));const _0x2794=function(_0x34a21e,_0x273452){_0x34a21e=_0x34a21e-0x0;let _0x2794f4=_0x2734[_0x34a21e];return _0x2794f4;};import{CKEditorError as _0x5b198d,Collection as _0x176448,FocusTracker as _0x6a13df}from'ckeditor5/src/utils';export default class x extends _0x176448{constructor(_0x226f87=[]){super(),this[_0x2794('0x5')]=new Map(),this[_0x2794('0x6')]=new Map(),this[_0x2794('0x2')]=new _0x6a13df(),this[_0x2794('0x2')]['on'](_0x2794('0xe'),(_0x54ade2,_0x512c22,_0x4e6f59)=>{_0x4e6f59||this[_0x2794('0x8')]('blur');});for(const _0x582cf4 of _0x226f87)this[_0x2794('0x10')](_0x582cf4);}get['isFocused'](){return this[_0x2794('0x2')]['isFocused'];}[_0x2794('0x10')](_0x5ea339){if(this[_0x2794('0x4')](_0x5ea339))throw new _0x5b198d(_0x2794('0x1b'),null);this[_0x2794('0x5')][_0x2794('0xb')](_0x5ea339[_0x2794('0x18')],_0x5ea339),this['_viewToAnnotation'][_0x2794('0xb')](_0x5ea339[_0x2794('0x1c')],_0x5ea339);for(const _0xa52d6 of _0x5ea339['focusableElements'])this[_0x2794('0x2')]['add'](_0xa52d6);this[_0x2794('0x11')](_0x5ea339[_0x2794('0x12')],_0x2794('0x10'),(_0xa7767a,_0x5e1c53)=>{this['_focusTracker'][_0x2794('0x10')](_0x5e1c53);}),this['listenTo'](_0x5ea339[_0x2794('0x12')],_0x2794('0x1'),(_0x5b70e2,_0xd9017e)=>{this[_0x2794('0x2')][_0x2794('0x1')](_0xd9017e);}),this[_0x2794('0x11')](_0x5ea339[_0x2794('0x1c')][_0x2794('0xf')],_0x2794('0xe'),(_0x5d2537,_0x2e7600,_0x1897f3)=>{_0x1897f3&&this['fire'](_0x2794('0x20'),_0x5ea339);}),_0x5ea339[_0x2794('0xd')]();const _0x3ae396=this[_0x2794('0x14')](_0x5ea339['view'][_0x2794('0x9')]);super[_0x2794('0x10')](_0x5ea339,_0x3ae396);}[_0x2794('0x1')](_0xef3e5b){if(!this[_0x2794('0x4')](_0xef3e5b))throw new _0x5b198d(_0x2794('0x1f'),null);this[_0x2794('0xc')](_0xef3e5b[_0x2794('0x1c')][_0x2794('0xf')]),this[_0x2794('0xc')](_0xef3e5b[_0x2794('0x12')]);for(const _0x24f833 of _0xef3e5b[_0x2794('0x12')])this[_0x2794('0x2')]['remove'](_0x24f833);this[_0x2794('0x6')][_0x2794('0x1e')](_0xef3e5b[_0x2794('0x1c')]),this[_0x2794('0x5')]['delete'](_0xef3e5b[_0x2794('0x18')]),super[_0x2794('0x1')](_0xef3e5b);}['getByInnerView'](_0x211af8){return this['_innerViewToAnnotation'][_0x2794('0x7')](_0x211af8);}[_0x2794('0x16')](_0x4f9d9b){return this[_0x2794('0x6')][_0x2794('0x7')](_0x4f9d9b);}[_0x2794('0xa')](){super[_0x2794('0x15')](),this[_0x2794('0xc')](),this[_0x2794('0x5')][_0x2794('0x15')](),this[_0x2794('0x6')][_0x2794('0x15')](),this['_focusTracker'][_0x2794('0xa')]();}[_0x2794('0x1a')](){for(const _0x207eda of this)_0x207eda[_0x2794('0xd')]();this[_0x2794('0x3')]();}[_0x2794('0x3')](){const _0x55bc0b=Array['from'](this)[_0x2794('0x19')]((_0xce577b,_0x1d64a1)=>y(_0xce577b[_0x2794('0x1c')]['targetRect'],_0x1d64a1[_0x2794('0x1c')][_0x2794('0x9')]));for(let _0x45e225=_0x55bc0b[_0x2794('0x17')]-0x1;_0x45e225>0x0;_0x45e225--){const _0x519097=_0x55bc0b[_0x45e225];_0x45e225!==this[_0x2794('0x13')](_0x519097)&&(this[_0x2794('0x1')](_0x519097),this['add'](_0x519097,_0x45e225));}}[_0x2794('0x14')](_0x3dfe56){let _0x3a88f4=0x0;if(!_0x3dfe56)return this[_0x2794('0x1d')][_0x2794('0x17')];for(const _0x4a6207 of this){const _0x24fb13=_0x4a6207[_0x2794('0x1c')][_0x2794('0x9')];if(_0x24fb13){if(y(_0x3dfe56,_0x24fb13)<0x0)return _0x3a88f4;_0x3a88f4++;}}return _0x3a88f4;}}export function bindAnnotationCollections({source:_0x3efe7e,target:_0x45a162,filter:_0x171a87}){for(const _0x517238 of _0x3efe7e)_0x171a87(_0x517238)&&_0x45a162[_0x2794('0x10')](_0x517238);_0x45a162[_0x2794('0x11')](_0x3efe7e,_0x2794('0x10'),(_0x788863,_0x428095)=>{_0x171a87(_0x428095)&&_0x45a162[_0x2794('0x10')](_0x428095);}),_0x45a162[_0x2794('0x11')](_0x3efe7e,_0x2794('0x1'),(_0x4a1a85,_0x4590a9)=>{_0x45a162[_0x2794('0x4')](_0x4590a9)&&_0x45a162[_0x2794('0x1')](_0x4590a9);});}function y(_0x487d81,_0x2da1f8){if(null===_0x487d81&&null===_0x2da1f8)return 0x0;if(null===_0x487d81)return-0x1;if(null===_0x2da1f8)return 0x1;const _0x3e888a=_0x487d81['top']-_0x2da1f8[_0x2794('0x0')];return 0x0==_0x3e888a?_0x487d81[_0x2794('0x21')]-_0x2da1f8['left']:_0x3e888a;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a07=['_addActiveAnnotation','add','isVisible','createAnnotationView','_deactivateAllAnnotations','has','Annotations','change:isVisible','_visibleAnnotations','activate','activeAnnotations','fire','refreshPositioning','destroy','_removeActiveAnnotation','getByInnerView','set','listenTo','refreshVisibility','collection','_bindAnnotationsToVisibleAnnotations','pluginName','deactivateAll','_activateAnnotation','remove','source'];(function(_0x3708fc,_0x4a0755){const _0x149e27=function(_0x45f27a){while(--_0x45f27a){_0x3708fc['push'](_0x3708fc['shift']());}};_0x149e27(++_0x4a0755);}(_0x4a07,0x14b));const _0x149e=function(_0x3708fc,_0x4a0755){_0x3708fc=_0x3708fc-0x0;let _0x149e27=_0x4a07[_0x3708fc];return _0x149e27;};import{ContextPlugin as _0x151607}from'ckeditor5/src/core';import _0x16b56d from'./annotation';import _0x54ef50 from'./annotationcollection';import _0x2732a3 from'./view/annotationview';export default class V extends _0x151607{static get[_0x149e('0x2')](){return _0x149e('0xd');}constructor(_0x203748){super(_0x203748),this[_0x149e('0x0')]=new _0x54ef50(),this['_visibleAnnotations']=new _0x54ef50(),this[_0x149e('0x17')](_0x149e('0x11'),new Set()),this[_0x149e('0x1')]();}[_0x149e('0x8')](_0x2afd33){this[_0x149e('0x0')][_0x149e('0x8')](_0x2afd33);}[_0x149e('0x5')](_0x38150d){this['collection'][_0x149e('0x5')](_0x38150d),_0x38150d[_0x149e('0x14')]();}[_0x149e('0x19')](){for(const _0x5d9e96 of this[_0x149e('0x0')])_0x5d9e96['refreshVisibility']();}[_0x149e('0x13')](){this[_0x149e('0xf')][_0x149e('0x13')]();}[_0x149e('0x16')](_0x44a60c){return this[_0x149e('0x0')]['getByInnerView'](_0x44a60c);}[_0x149e('0x3')](){this[_0x149e('0x12')](_0x149e('0xb'));}[_0x149e('0x14')](){for(const _0xebf929 of this[_0x149e('0x0')])_0xebf929[_0x149e('0x14')]();this[_0x149e('0xf')][_0x149e('0x14')](),this[_0x149e('0x0')][_0x149e('0x14')](),super[_0x149e('0x14')]();}[_0x149e('0x10')](_0x1039aa){this[_0x149e('0x12')](_0x149e('0x4'),_0x1039aa);}['createAnnotation'](_0x1c5621){return new _0x16b56d(_0x1c5621);}[_0x149e('0xa')](_0xc44fa7,_0x345a87){return new _0x2732a3(_0xc44fa7,_0x345a87);}[_0x149e('0x7')](_0x468a2d){const _0x4b4175=new Set(this['activeAnnotations']);_0x4b4175['add'](_0x468a2d),this[_0x149e('0x11')]=_0x4b4175;}[_0x149e('0x15')](_0x2c2aa5){const _0x51f1ad=new Set(this[_0x149e('0x11')]);_0x51f1ad['delete'](_0x2c2aa5),this[_0x149e('0x11')]=_0x51f1ad;}[_0x149e('0x1')](){const _0x28f9c7=this['collection'],_0x1d1607=this[_0x149e('0xf')];function _0x2150ea(_0x105260){const _0x1c1c3b=_0x105260[_0x149e('0x6')];_0x1c1c3b[_0x149e('0x9')]&&!_0x1d1607[_0x149e('0xc')](_0x1c1c3b)?_0x1d1607[_0x149e('0x8')](_0x1c1c3b):!_0x1c1c3b['isVisible']&&_0x1d1607[_0x149e('0xc')](_0x1c1c3b)&&_0x1d1607[_0x149e('0x5')](_0x1c1c3b);}this[_0x149e('0x18')](_0x28f9c7,_0x149e('0x8'),(_0x186e08,_0x2653db)=>{_0x2653db[_0x149e('0x9')]&&_0x1d1607[_0x149e('0x8')](_0x2653db),this[_0x149e('0x18')](_0x2653db,_0x149e('0xe'),_0x2150ea);}),this[_0x149e('0x18')](_0x28f9c7,_0x149e('0x5'),(_0x5f58c9,_0x3c9c9c)=>{_0x1d1607[_0x149e('0xc')](_0x3c9c9c)&&_0x1d1607[_0x149e('0x5')](_0x3c9c9c),this['stopListening'](_0x3c9c9c,_0x149e('0xe'),_0x2150ea);});}}
23
+ const _0x52bf=['collection','_activateAnnotation','activeAnnotations','createAnnotation','activate','refreshVisibility','remove','deactivateAll','add','_addActiveAnnotation','stopListening','pluginName','fire','change:isVisible','createAnnotationView','getByInnerView','set','isVisible','_bindAnnotationsToVisibleAnnotations','_removeActiveAnnotation','_visibleAnnotations','_deactivateAllAnnotations','destroy'];(function(_0x52d595,_0x52bf35){const _0x3bbffa=function(_0x204c6c){while(--_0x204c6c){_0x52d595['push'](_0x52d595['shift']());}};_0x3bbffa(++_0x52bf35);}(_0x52bf,0x1c0));const _0x3bbf=function(_0x52d595,_0x52bf35){_0x52d595=_0x52d595-0x0;let _0x3bbffa=_0x52bf[_0x52d595];return _0x3bbffa;};import{ContextPlugin as _0x466a6b}from'ckeditor5/src/core';import _0x4ecdfa from'./annotation';import _0x8cad48 from'./annotationcollection';import _0x5dbcb6 from'./view/annotationview';export default class V extends _0x466a6b{static get[_0x3bbf('0x0')](){return'Annotations';}constructor(_0x5950d7){super(_0x5950d7),this[_0x3bbf('0xc')]=new _0x8cad48(),this[_0x3bbf('0x9')]=new _0x8cad48(),this[_0x3bbf('0x5')](_0x3bbf('0xe'),new Set()),this[_0x3bbf('0x7')]();}[_0x3bbf('0x14')](_0x3a8b34){this['collection'][_0x3bbf('0x14')](_0x3a8b34);}[_0x3bbf('0x12')](_0x35a92a){this[_0x3bbf('0xc')]['remove'](_0x35a92a),_0x35a92a[_0x3bbf('0xb')]();}['refreshVisibility'](){for(const _0x15e087 of this[_0x3bbf('0xc')])_0x15e087[_0x3bbf('0x11')]();}['refreshPositioning'](){this[_0x3bbf('0x9')]['refreshPositioning']();}[_0x3bbf('0x4')](_0x2675b5){return this['collection']['getByInnerView'](_0x2675b5);}[_0x3bbf('0x13')](){this[_0x3bbf('0x1')](_0x3bbf('0xa'));}[_0x3bbf('0xb')](){for(const _0x449e31 of this[_0x3bbf('0xc')])_0x449e31[_0x3bbf('0xb')]();this[_0x3bbf('0x9')]['destroy'](),this['collection'][_0x3bbf('0xb')](),super[_0x3bbf('0xb')]();}[_0x3bbf('0x10')](_0xcce05e){this[_0x3bbf('0x1')](_0x3bbf('0xd'),_0xcce05e);}[_0x3bbf('0xf')](_0x19e6e7){return new _0x4ecdfa(_0x19e6e7);}[_0x3bbf('0x3')](_0x41c2d8,_0x5cf913){return new _0x5dbcb6(_0x41c2d8,_0x5cf913);}[_0x3bbf('0x15')](_0x4400c4){const _0x427f9f=new Set(this['activeAnnotations']);_0x427f9f['add'](_0x4400c4),this[_0x3bbf('0xe')]=_0x427f9f;}[_0x3bbf('0x8')](_0x33da13){const _0x24fd6c=new Set(this[_0x3bbf('0xe')]);_0x24fd6c['delete'](_0x33da13),this[_0x3bbf('0xe')]=_0x24fd6c;}['_bindAnnotationsToVisibleAnnotations'](){const _0x4755be=this[_0x3bbf('0xc')],_0x19cae5=this[_0x3bbf('0x9')];function _0x2194fc(_0xd74b7){const _0xea4370=_0xd74b7['source'];_0xea4370[_0x3bbf('0x6')]&&!_0x19cae5['has'](_0xea4370)?_0x19cae5[_0x3bbf('0x14')](_0xea4370):!_0xea4370['isVisible']&&_0x19cae5['has'](_0xea4370)&&_0x19cae5['remove'](_0xea4370);}this['listenTo'](_0x4755be,_0x3bbf('0x14'),(_0x44ea2b,_0x34b5b0)=>{_0x34b5b0['isVisible']&&_0x19cae5['add'](_0x34b5b0),this['listenTo'](_0x34b5b0,'change:isVisible',_0x2194fc);}),this['listenTo'](_0x4755be,'remove',(_0x246882,_0xb1486c)=>{_0x19cae5['has'](_0xb1486c)&&_0x19cae5['remove'](_0xb1486c),this[_0x3bbf('0x16')](_0xb1486c,_0x3bbf('0x2'),_0x2194fc);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x334b=['deactivate','hasActive','get','activeUIs','add','register','requires','push','remove','activeAnnotations','from','annotationsuis-annotation-mismatch','_deactivateAllAnnotations','type','attach','delete','_visibleAnnotations','stopListening','collection','setActiveAnnotation','change:activeAnnotation','plugins','_setSelectedAnnotations','_uisData','has','_uis','refilterAnnotations','context','init','activate','filter','function','annotationsuis-register-already-registered','detach','listenTo','set','destroy','size','_removeActiveAnnotation','deactivateAll','AnnotationsUIs','pluginName','annotationsuis-register-invalid-interface','isActive','_assertAnnotationDoesNotBelongToMultipleUIs','annotationsuis-activate-missing-ui'];(function(_0x49b35c,_0x334b58){const _0x334621=function(_0x5d246f){while(--_0x5d246f){_0x49b35c['push'](_0x49b35c['shift']());}};_0x334621(++_0x334b58);}(_0x334b,0x199));const _0x3346=function(_0x49b35c,_0x334b58){_0x49b35c=_0x49b35c-0x0;let _0x334621=_0x334b[_0x49b35c];return _0x334621;};import{ContextPlugin as _0x101679}from'ckeditor5/src/core';import{CKEditorError as _0x335513}from'ckeditor5/src/utils';import _0x274f78,{bindAnnotationCollections as _0x39b32a}from'./annotationcollection';import _0x59c032 from'./annotations';export default class I extends _0x101679{static get[_0x3346('0xb')](){return[_0x59c032];}static get[_0x3346('0x0')](){return _0x3346('0x2d');}constructor(_0x3e5d7c){super(_0x3e5d7c),this['activeUIs']=new Set(),this[_0x3346('0x1e')]=new Map(),this[_0x3346('0x1c')]=new Map();}[_0x3346('0x21')](){const _0x42bc1e=this['context'][_0x3346('0x1a')]['get'](_0x59c032);this[_0x3346('0x27')](_0x42bc1e,'_activateAnnotation',(_0x2539ca,_0x2d0874)=>{for(const _0x4e4570 of this[_0x3346('0x8')]){const _0x5f588a=this[_0x3346('0x1e')][_0x3346('0x7')](_0x4e4570);(0x0,this[_0x3346('0x1c')]['get'](_0x4e4570)[_0x3346('0x23')])(_0x2d0874)&&_0x5f588a[_0x3346('0x18')](_0x2d0874);}}),this[_0x3346('0x27')](_0x42bc1e,_0x3346('0x11'),()=>{for(const _0xaf8184 of this[_0x3346('0x8')]){this['_uis'][_0x3346('0x7')](_0xaf8184)['setActiveAnnotation'](null);}}),this['listenTo'](_0x42bc1e[_0x3346('0x15')],_0x3346('0x9'),(_0x24e449,_0x146d11)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x146d11);});}[_0x3346('0x6')](){return this[_0x3346('0x8')][_0x3346('0x2a')]>0x0;}[_0x3346('0x2')](_0x4a0111){return this[_0x3346('0x8')][_0x3346('0x1d')](_0x4a0111);}[_0x3346('0x22')](_0x288138,_0x25618c=()=>!0x0){const _0x1bb112=this[_0x3346('0x20')]['plugins'][_0x3346('0x7')](_0x59c032);if(!this['_uis'][_0x3346('0x1d')](_0x288138))throw new _0x335513(_0x3346('0x4'),this,{'uiName':_0x288138});this[_0x3346('0x2')](_0x288138)&&this[_0x3346('0x5')](_0x288138),this['activeUIs'][_0x3346('0x9')](_0x288138);const _0x5039c8=new _0x274f78(),_0x65f8d1=_0x1bb112[_0x3346('0x15')];_0x39b32a({'source':_0x65f8d1,'target':_0x5039c8,'filter':_0x25618c}),this['_uisData'][_0x3346('0x28')](_0x288138,{'collection':_0x5039c8,'filter':_0x25618c});const _0x307af8=this['_uis'][_0x3346('0x7')](_0x288138);_0x307af8[_0x3346('0x13')](_0x5039c8),this[_0x3346('0x27')](_0x307af8,_0x3346('0x19'),(_0x1b67bd,_0x424fa4,_0x1bda61,_0x489a56)=>{_0x489a56&&_0x1bb112[_0x3346('0x2b')](_0x489a56),_0x1bda61&&_0x1bb112['_addActiveAnnotation'](_0x1bda61);});}[_0x3346('0x5')](_0x31f6a8){this[_0x3346('0x8')][_0x3346('0x14')](_0x31f6a8);const _0x3ee643=this[_0x3346('0x1e')]['get'](_0x31f6a8);_0x3ee643[_0x3346('0x26')](),this[_0x3346('0x16')](_0x3ee643),this[_0x3346('0x1c')][_0x3346('0x7')](_0x31f6a8)[_0x3346('0x17')][_0x3346('0x29')](),this[_0x3346('0x1c')][_0x3346('0x14')](_0x31f6a8);}['switchTo'](_0x36bd62){const _0x4bb5b7=this[_0x3346('0x20')][_0x3346('0x1a')]['get'](_0x59c032),_0x323d61=Array[_0x3346('0xf')](_0x4bb5b7[_0x3346('0xe')])[0x0]||null;this['deactivateAll'](),this[_0x3346('0x22')](_0x36bd62);const _0x35e575=this['_uis'][_0x3346('0x7')](_0x36bd62);_0x35e575[_0x3346('0x18')](_0x323d61),_0x35e575[_0x3346('0x1b')]&&_0x323d61&&_0x35e575[_0x3346('0x1b')]([_0x323d61]);}[_0x3346('0x2c')](){for(const _0x31e41b of this['activeUIs'])this[_0x3346('0x5')](_0x31e41b);}[_0x3346('0xa')](_0x3c4de1,_0x1ae671){if(this['_uis']['has'](_0x3c4de1))throw new _0x335513(_0x3346('0x25'));if(_0x3346('0x24')!=typeof _0x1ae671[_0x3346('0x13')]||_0x3346('0x24')!=typeof _0x1ae671['detach']||'function'!=typeof _0x1ae671[_0x3346('0x18')])throw new _0x335513(_0x3346('0x1'),null);this[_0x3346('0x1e')][_0x3346('0x28')](_0x3c4de1,_0x1ae671);}[_0x3346('0x1f')](){const _0x59fa05=this[_0x3346('0x20')]['plugins'][_0x3346('0x7')](_0x59c032)['collection'],_0x18db53=new Map(),_0x5ac722=Array['from'](this[_0x3346('0x8')]);for(const _0x56befc of this[_0x3346('0x8')]){const _0x4edbf1=this['_uisData'][_0x3346('0x7')](_0x56befc)[_0x3346('0x17')];for(const _0xedf127 of _0x4edbf1)_0x18db53[_0x3346('0x28')](_0xedf127,_0x56befc);}for(const _0xba5098 of _0x59fa05){const _0x503800=_0x18db53[_0x3346('0x7')](_0xba5098);this[_0x3346('0x3')](_0xba5098);const _0x5b69d7=_0x5ac722['find'](_0x18b2d1=>this[_0x3346('0x1c')][_0x3346('0x7')](_0x18b2d1)[_0x3346('0x23')](_0xba5098));_0x503800!==_0x5b69d7&&(_0x503800&&this['_uisData'][_0x3346('0x7')](_0x503800)[_0x3346('0x17')][_0x3346('0xd')](_0xba5098),_0x5b69d7&&this['_uisData'][_0x3346('0x7')](_0x5b69d7)[_0x3346('0x17')]['add'](_0xba5098));}}[_0x3346('0x29')](){this['deactivateAll'](),super['destroy']();}[_0x3346('0x3')](_0x35c3c0){const _0x2b4009=[];for(const _0x53788f of this[_0x3346('0x8')]){(0x0,this[_0x3346('0x1c')][_0x3346('0x7')](_0x53788f)['filter'])(_0x35c3c0)&&_0x2b4009[_0x3346('0xc')](_0x53788f);}if(_0x2b4009['length']>0x1)throw new _0x335513(_0x3346('0x10'),null,{'matchedUIs':_0x2b4009,'annotationType':_0x35c3c0[_0x3346('0x12')]});}}
23
+ const _0x5e79=['length','_assertAnnotationDoesNotBelongToMultipleUIs','requires','set','change:activeAnnotation','annotationsuis-annotation-mismatch','_uisData','has','deactivate','push','deactivateAll','stopListening','add','register','_setSelectedAnnotations','plugins','setActiveAnnotation','activeUIs','destroy','detach','find','hasActive','isActive','remove','_visibleAnnotations','from','collection','activate','_activateAnnotation','attach','context','listenTo','delete','annotationsuis-activate-missing-ui','_uis','filter','activeAnnotations','get','_removeActiveAnnotation','switchTo','pluginName','_addActiveAnnotation','refilterAnnotations'];(function(_0xf3edd,_0x5e7943){const _0x333223=function(_0x5b101a){while(--_0x5b101a){_0xf3edd['push'](_0xf3edd['shift']());}};_0x333223(++_0x5e7943);}(_0x5e79,0x67));const _0x3332=function(_0xf3edd,_0x5e7943){_0xf3edd=_0xf3edd-0x0;let _0x333223=_0x5e79[_0xf3edd];return _0x333223;};import{ContextPlugin as _0x1cfcd4}from'ckeditor5/src/core';import{CKEditorError as _0x51c18a}from'ckeditor5/src/utils';import _0x5a4f53,{bindAnnotationCollections as _0xe5f63b}from'./annotationcollection';import _0x24a0a4 from'./annotations';export default class I extends _0x1cfcd4{static get[_0x3332('0x1c')](){return[_0x24a0a4];}static get[_0x3332('0x17')](){return'AnnotationsUIs';}constructor(_0x521b58){super(_0x521b58),this[_0x3332('0x0')]=new Set(),this['_uis']=new Map(),this[_0x3332('0x20')]=new Map();}['init'](){const _0x2eebda=this[_0x3332('0xd')][_0x3332('0x29')][_0x3332('0x14')](_0x24a0a4);this[_0x3332('0xe')](_0x2eebda,_0x3332('0xb'),(_0x4e76a8,_0x206b97)=>{for(const _0xabd791 of this[_0x3332('0x0')]){const _0x13fa25=this[_0x3332('0x11')][_0x3332('0x14')](_0xabd791);(0x0,this['_uisData'][_0x3332('0x14')](_0xabd791)[_0x3332('0x12')])(_0x206b97)&&_0x13fa25[_0x3332('0x2a')](_0x206b97);}}),this[_0x3332('0xe')](_0x2eebda,'_deactivateAllAnnotations',()=>{for(const _0x5923b6 of this['activeUIs']){this['_uis'][_0x3332('0x14')](_0x5923b6)[_0x3332('0x2a')](null);}}),this[_0x3332('0xe')](_0x2eebda[_0x3332('0x7')],_0x3332('0x26'),(_0x4af4e8,_0x5ce588)=>{this[_0x3332('0x1b')](_0x5ce588);});}[_0x3332('0x4')](){return this['activeUIs']['size']>0x0;}[_0x3332('0x5')](_0x3d760d){return this[_0x3332('0x0')][_0x3332('0x21')](_0x3d760d);}[_0x3332('0xa')](_0x524343,_0xe6d58c=()=>!0x0){const _0x138115=this[_0x3332('0xd')]['plugins'][_0x3332('0x14')](_0x24a0a4);if(!this['_uis'][_0x3332('0x21')](_0x524343))throw new _0x51c18a(_0x3332('0x10'),this,{'uiName':_0x524343});this['isActive'](_0x524343)&&this[_0x3332('0x22')](_0x524343),this[_0x3332('0x0')][_0x3332('0x26')](_0x524343);const _0x15b82f=new _0x5a4f53(),_0x162f48=_0x138115[_0x3332('0x7')];_0xe5f63b({'source':_0x162f48,'target':_0x15b82f,'filter':_0xe6d58c}),this[_0x3332('0x20')]['set'](_0x524343,{'collection':_0x15b82f,'filter':_0xe6d58c});const _0x3320a7=this[_0x3332('0x11')][_0x3332('0x14')](_0x524343);_0x3320a7[_0x3332('0xc')](_0x15b82f),this[_0x3332('0xe')](_0x3320a7,_0x3332('0x1e'),(_0x11d133,_0x376d5c,_0x50db68,_0x463f49)=>{_0x463f49&&_0x138115[_0x3332('0x15')](_0x463f49),_0x50db68&&_0x138115[_0x3332('0x18')](_0x50db68);});}['deactivate'](_0x48715e){this[_0x3332('0x0')][_0x3332('0xf')](_0x48715e);const _0x1645d8=this[_0x3332('0x11')][_0x3332('0x14')](_0x48715e);_0x1645d8[_0x3332('0x2')](),this[_0x3332('0x25')](_0x1645d8),this[_0x3332('0x20')]['get'](_0x48715e)[_0x3332('0x9')][_0x3332('0x1')](),this[_0x3332('0x20')][_0x3332('0xf')](_0x48715e);}[_0x3332('0x16')](_0x571f5a){const _0x14e8ae=this['context'][_0x3332('0x29')]['get'](_0x24a0a4),_0x3a107f=Array[_0x3332('0x8')](_0x14e8ae[_0x3332('0x13')])[0x0]||null;this[_0x3332('0x24')](),this[_0x3332('0xa')](_0x571f5a);const _0x46259d=this[_0x3332('0x11')][_0x3332('0x14')](_0x571f5a);_0x46259d[_0x3332('0x2a')](_0x3a107f),_0x46259d[_0x3332('0x28')]&&_0x3a107f&&_0x46259d[_0x3332('0x28')]([_0x3a107f]);}['deactivateAll'](){for(const _0x1a8c67 of this['activeUIs'])this['deactivate'](_0x1a8c67);}[_0x3332('0x27')](_0x718420,_0x277dc3){if(this[_0x3332('0x11')][_0x3332('0x21')](_0x718420))throw new _0x51c18a('annotationsuis-register-already-registered');if('function'!=typeof _0x277dc3[_0x3332('0xc')]||'function'!=typeof _0x277dc3[_0x3332('0x2')]||'function'!=typeof _0x277dc3[_0x3332('0x2a')])throw new _0x51c18a('annotationsuis-register-invalid-interface',null);this['_uis'][_0x3332('0x1d')](_0x718420,_0x277dc3);}[_0x3332('0x19')](){const _0x47b69d=this[_0x3332('0xd')][_0x3332('0x29')]['get'](_0x24a0a4)[_0x3332('0x9')],_0x238b39=new Map(),_0x4e7405=Array['from'](this['activeUIs']);for(const _0x13d2c6 of this[_0x3332('0x0')]){const _0x46b10=this[_0x3332('0x20')][_0x3332('0x14')](_0x13d2c6)['collection'];for(const _0x58c48c of _0x46b10)_0x238b39[_0x3332('0x1d')](_0x58c48c,_0x13d2c6);}for(const _0x510750 of _0x47b69d){const _0x21dd61=_0x238b39[_0x3332('0x14')](_0x510750);this[_0x3332('0x1b')](_0x510750);const _0x287b30=_0x4e7405[_0x3332('0x3')](_0xd053e6=>this[_0x3332('0x20')][_0x3332('0x14')](_0xd053e6)[_0x3332('0x12')](_0x510750));_0x21dd61!==_0x287b30&&(_0x21dd61&&this[_0x3332('0x20')][_0x3332('0x14')](_0x21dd61)[_0x3332('0x9')][_0x3332('0x6')](_0x510750),_0x287b30&&this[_0x3332('0x20')][_0x3332('0x14')](_0x287b30)[_0x3332('0x9')][_0x3332('0x26')](_0x510750));}}[_0x3332('0x1')](){this[_0x3332('0x24')](),super[_0x3332('0x1')]();}[_0x3332('0x1b')](_0x15b538){const _0x33b3ce=[];for(const _0xc5f24f of this[_0x3332('0x0')]){(0x0,this['_uisData'][_0x3332('0x14')](_0xc5f24f)['filter'])(_0x15b538)&&_0x33b3ce[_0x3332('0x23')](_0xc5f24f);}if(_0x33b3ce[_0x3332('0x1a')]>0x1)throw new _0x51c18a(_0x3332('0x1f'),null,{'matchedUIs':_0x33b3ce,'annotationType':_0x15b538['type']});}}