@ckeditor/ckeditor5-comments 40.0.0 → 40.2.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.
- package/CHANGELOG.md +19 -19
- package/LICENSE.md +3 -3
- package/README.md +1 -1
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +2 -0
- package/lang/translations/af.po +8 -0
- package/lang/translations/ar.po +8 -0
- package/lang/translations/bg.po +8 -0
- package/lang/translations/bn.po +8 -0
- package/lang/translations/bs.po +8 -0
- package/lang/translations/ca.po +8 -0
- package/lang/translations/cs.po +8 -0
- package/lang/translations/da.po +8 -0
- package/lang/translations/de-ch.po +8 -0
- package/lang/translations/de.po +8 -0
- package/lang/translations/el.po +8 -0
- package/lang/translations/en-au.po +8 -0
- package/lang/translations/en.po +8 -0
- package/lang/translations/es-co.po +8 -0
- package/lang/translations/es.po +8 -0
- package/lang/translations/et.po +8 -0
- package/lang/translations/fa.po +8 -0
- package/lang/translations/fi.po +8 -0
- package/lang/translations/fr.po +8 -0
- package/lang/translations/gl.po +8 -0
- package/lang/translations/he.po +8 -0
- package/lang/translations/hi.po +8 -0
- package/lang/translations/hr.po +8 -0
- package/lang/translations/hu.po +8 -0
- package/lang/translations/id.po +8 -0
- package/lang/translations/it.po +8 -0
- package/lang/translations/ja.po +8 -0
- package/lang/translations/jv.po +8 -0
- package/lang/translations/ko.po +8 -0
- package/lang/translations/lt.po +8 -0
- package/lang/translations/lv.po +8 -0
- package/lang/translations/ms.po +8 -0
- package/lang/translations/nl.po +8 -0
- package/lang/translations/no.po +8 -0
- package/lang/translations/pl.po +8 -0
- package/lang/translations/pt-br.po +8 -0
- package/lang/translations/pt.po +8 -0
- package/lang/translations/ro.po +8 -0
- package/lang/translations/ru.po +8 -0
- package/lang/translations/sk.po +8 -0
- package/lang/translations/sq.po +8 -0
- package/lang/translations/sr-latn.po +9 -1
- package/lang/translations/sr.po +8 -0
- package/lang/translations/sv.po +8 -0
- package/lang/translations/th.po +8 -0
- package/lang/translations/tk.po +8 -0
- package/lang/translations/tr.po +8 -0
- package/lang/translations/tt.po +8 -0
- package/lang/translations/ug.po +16 -8
- package/lang/translations/uk.po +8 -0
- package/lang/translations/ur.po +8 -0
- package/lang/translations/vi.po +8 -0
- package/lang/translations/zh-cn.po +8 -0
- package/lang/translations/zh.po +8 -0
- package/package.json +3 -3
- package/src/annotations/annotation.d.ts +90 -90
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.d.ts +98 -98
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +154 -154
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.d.ts +232 -232
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.d.ts +67 -67
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.d.ts +90 -90
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.d.ts +85 -85
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +100 -100
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -29
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +90 -90
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +55 -55
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +32 -32
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.d.ts +77 -77
- package/src/annotations/widesidebar.js +1 -1
- package/src/augmentation.d.ts +52 -52
- package/src/comments/addcommentthreadcommand.d.ts +35 -35
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.d.ts +31 -31
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.d.ts +38 -38
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +79 -79
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +1130 -1129
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.d.ts +33 -33
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -17
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.d.ts +21 -21
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -31
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.d.ts +119 -119
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +112 -112
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -13
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.d.ts +14 -14
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +86 -86
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +38 -38
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +100 -100
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.d.ts +50 -50
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +41 -41
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +118 -118
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.d.ts +243 -243
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.d.ts +35 -35
- package/src/comments.js +1 -1
- package/src/commentsonly.d.ts +33 -33
- package/src/commentsonly.js +1 -1
- package/src/config.d.ts +176 -176
- package/src/index.d.ts +24 -24
- package/src/utils/common-translations.d.ts +9 -9
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.d.ts +14 -14
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +1 -1
package/lang/translations/pl.po
CHANGED
|
@@ -85,6 +85,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
85
85
|
msgid "Comment"
|
|
86
86
|
msgstr "Skomentuj"
|
|
87
87
|
|
|
88
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
89
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
90
|
+
msgstr "Przechodzenie do komentarza."
|
|
91
|
+
|
|
92
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
93
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
94
|
+
msgstr "Opuszczanie komentarza."
|
|
95
|
+
|
|
88
96
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
89
97
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
90
98
|
msgstr "Niezapisana zmiana w wątku komentarzy."
|
|
@@ -84,6 +84,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
84
84
|
msgid "Comment"
|
|
85
85
|
msgstr "Comentar"
|
|
86
86
|
|
|
87
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
88
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
89
|
+
msgstr "Inserindo um comentário."
|
|
90
|
+
|
|
91
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
92
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
93
|
+
msgstr "Deixando um comentário."
|
|
94
|
+
|
|
87
95
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
88
96
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
89
97
|
msgstr "Alteração não salva no segmento de comentários."
|
package/lang/translations/pt.po
CHANGED
|
@@ -84,6 +84,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
84
84
|
msgid "Comment"
|
|
85
85
|
msgstr "Comentário"
|
|
86
86
|
|
|
87
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
88
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
89
|
+
msgstr "Inserir um comentário."
|
|
90
|
+
|
|
91
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
92
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
93
|
+
msgstr "Deixar um comentário."
|
|
94
|
+
|
|
87
95
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
88
96
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
89
97
|
msgstr "Alteração não guardada na linha de comentários."
|
package/lang/translations/ro.po
CHANGED
|
@@ -84,6 +84,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
84
84
|
msgid "Comment"
|
|
85
85
|
msgstr "Comentează"
|
|
86
86
|
|
|
87
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
88
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
89
|
+
msgstr "Introducerea unui comentariu."
|
|
90
|
+
|
|
91
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
92
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
93
|
+
msgstr "Lăsarea unui comentariu."
|
|
94
|
+
|
|
87
95
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
88
96
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
89
97
|
msgstr "O schimbare nesalvată în firul de comentarii."
|
package/lang/translations/ru.po
CHANGED
|
@@ -85,6 +85,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
85
85
|
msgid "Comment"
|
|
86
86
|
msgstr "Комментарий"
|
|
87
87
|
|
|
88
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
89
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
90
|
+
msgstr "Ввод комментария."
|
|
91
|
+
|
|
92
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
93
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
94
|
+
msgstr "Оставление комментария."
|
|
95
|
+
|
|
88
96
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
89
97
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
90
98
|
msgstr "Изменения в ветке комментариев не сохранены."
|
package/lang/translations/sk.po
CHANGED
|
@@ -85,6 +85,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
85
85
|
msgid "Comment"
|
|
86
86
|
msgstr "Komentár"
|
|
87
87
|
|
|
88
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
89
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
90
|
+
msgstr "Zadávanie komentára."
|
|
91
|
+
|
|
92
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
93
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
94
|
+
msgstr "Zanechanie komentára."
|
|
95
|
+
|
|
88
96
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
89
97
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
90
98
|
msgstr "Vo vlákne komentáru sú neuložené zmeny."
|
package/lang/translations/sq.po
CHANGED
|
@@ -83,6 +83,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Komento"
|
|
85
85
|
|
|
86
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
87
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
91
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
86
94
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
87
95
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
88
96
|
msgstr ""
|
|
@@ -66,7 +66,7 @@ msgstr "Odstrani"
|
|
|
66
66
|
|
|
67
67
|
msgctxt "The label for for the button that adds a reply to a comment thread."
|
|
68
68
|
msgid "Reply"
|
|
69
|
-
msgstr ""
|
|
69
|
+
msgstr "Odgovori"
|
|
70
70
|
|
|
71
71
|
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
72
72
|
msgid "Delete comment?"
|
|
@@ -84,6 +84,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
84
84
|
msgid "Comment"
|
|
85
85
|
msgstr "Napomena"
|
|
86
86
|
|
|
87
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
88
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
89
|
+
msgstr "Unošenje komentara."
|
|
90
|
+
|
|
91
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
92
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
93
|
+
msgstr "Napuštanje komentara."
|
|
94
|
+
|
|
87
95
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
88
96
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
89
97
|
msgstr "Nesačuvana promena u niti napomena."
|
package/lang/translations/sr.po
CHANGED
|
@@ -84,6 +84,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
84
84
|
msgid "Comment"
|
|
85
85
|
msgstr "Напомена"
|
|
86
86
|
|
|
87
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
88
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
89
|
+
msgstr "Unošenje komentara."
|
|
90
|
+
|
|
91
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
92
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
93
|
+
msgstr "Napuštanje komentara."
|
|
94
|
+
|
|
87
95
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
88
96
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
89
97
|
msgstr "Несачувана измена у нити напомена."
|
package/lang/translations/sv.po
CHANGED
|
@@ -83,6 +83,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Kommentar"
|
|
85
85
|
|
|
86
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
87
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
88
|
+
msgstr "Skriver en kommentar."
|
|
89
|
+
|
|
90
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
91
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
92
|
+
msgstr "Kommenterar."
|
|
93
|
+
|
|
86
94
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
87
95
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
88
96
|
msgstr "Osparad ändring i kommentarstråden."
|
package/lang/translations/th.po
CHANGED
|
@@ -82,6 +82,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "ข้อคิดเห็น"
|
|
84
84
|
|
|
85
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
+
msgstr "กำลังเข้าสู่ความคิดเห็น"
|
|
88
|
+
|
|
89
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
+
msgstr "กำลังแสดงความคิดเห็น"
|
|
92
|
+
|
|
85
93
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
86
94
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
87
95
|
msgstr "การเปลี่ยนแปลงที่ยังไม่ได้บันทึกในชุดข้อคิดเห็น"
|
package/lang/translations/tk.po
CHANGED
|
@@ -83,6 +83,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Teswir"
|
|
85
85
|
|
|
86
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
87
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
91
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
86
94
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
87
95
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
88
96
|
msgstr "Teswirler bölüminde saklanmadyk üýtgeşme."
|
package/lang/translations/tr.po
CHANGED
|
@@ -83,6 +83,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Yorum"
|
|
85
85
|
|
|
86
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
87
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
88
|
+
msgstr "Bir yorum giriliyor."
|
|
89
|
+
|
|
90
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
91
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
92
|
+
msgstr "Bir yorum bırakılıyor."
|
|
93
|
+
|
|
86
94
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
87
95
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
88
96
|
msgstr "Yorum dizisinde kaydedilmemiş değişiklikler var."
|
package/lang/translations/tt.po
CHANGED
|
@@ -82,6 +82,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "Аңлатма"
|
|
84
84
|
|
|
85
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
+
msgstr ""
|
|
92
|
+
|
|
85
93
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
86
94
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
87
95
|
msgstr ""
|
package/lang/translations/ug.po
CHANGED
|
@@ -37,7 +37,7 @@ msgstr "جاۋاب..."
|
|
|
37
37
|
|
|
38
38
|
msgctxt "The placeholder for the reply field when the comment thread is resolved."
|
|
39
39
|
msgid "Reply to reopen discussion..."
|
|
40
|
-
msgstr ""
|
|
40
|
+
msgstr "قايتا ئېچىلغان سۆزلىشىشكە ئىنكاس قايتۇرىدۇ…"
|
|
41
41
|
|
|
42
42
|
msgctxt "The placeholder for the new commend field."
|
|
43
43
|
msgid "Write a comment..."
|
|
@@ -45,7 +45,7 @@ msgstr "ئىنكاس يېزىش..."
|
|
|
45
45
|
|
|
46
46
|
msgctxt "The information that comment was made on element and has no context"
|
|
47
47
|
msgid "Comment was made on an element"
|
|
48
|
-
msgstr ""
|
|
48
|
+
msgstr "ئېلېمېنتقا ئىنكاس يېزىلغان"
|
|
49
49
|
|
|
50
50
|
msgctxt "The label for the button that enables editing a comment."
|
|
51
51
|
msgid "Edit"
|
|
@@ -53,11 +53,11 @@ msgstr "تەھرىرلەش"
|
|
|
53
53
|
|
|
54
54
|
msgctxt "The label for the button that resolves a comment thread."
|
|
55
55
|
msgid "Resolve"
|
|
56
|
-
msgstr ""
|
|
56
|
+
msgstr "ھەل قىل"
|
|
57
57
|
|
|
58
58
|
msgctxt "The label for the button that reopens a resolved comment thread."
|
|
59
59
|
msgid "Reopen"
|
|
60
|
-
msgstr ""
|
|
60
|
+
msgstr "قايتا ئاچ"
|
|
61
61
|
|
|
62
62
|
msgctxt "The label for the button that deletes a comment."
|
|
63
63
|
msgid "Remove"
|
|
@@ -65,7 +65,7 @@ msgstr "چىقىرىۋېتىش"
|
|
|
65
65
|
|
|
66
66
|
msgctxt "The label for for the button that adds a reply to a comment thread."
|
|
67
67
|
msgid "Reply"
|
|
68
|
-
msgstr ""
|
|
68
|
+
msgstr "جاۋاب"
|
|
69
69
|
|
|
70
70
|
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
71
71
|
msgid "Delete comment?"
|
|
@@ -77,12 +77,20 @@ msgstr "ئىنكاس باغلىمىنى ئۆچۈرەمسىز؟"
|
|
|
77
77
|
|
|
78
78
|
msgctxt "A message informing that the comment has been resolved"
|
|
79
79
|
msgid "Marked as resolved"
|
|
80
|
-
msgstr ""
|
|
80
|
+
msgstr "ھەل قىلىندى بەلگىسى سېلىنغان"
|
|
81
81
|
|
|
82
82
|
msgctxt "The tooltip for the comment toolbar button and the button that submits a comment thread."
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "ئىنكاس"
|
|
85
85
|
|
|
86
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
87
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
88
|
+
msgstr "ئىنكاسقا كىرىش."
|
|
89
|
+
|
|
90
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
91
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
92
|
+
msgstr "ئىنكاستىن چىقىش."
|
|
93
|
+
|
|
86
94
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
87
95
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
88
96
|
msgstr "ئىنكاس رايونىدا ساقلانمىغان ئۆزگەرتىش مەۋجۇت"
|
|
@@ -105,8 +113,8 @@ msgstr "كۆرۈنگەن يازغۇچىنىڭ ئىسمى %0 ئەكىرگەن Wor
|
|
|
105
113
|
|
|
106
114
|
msgctxt "The label for the comments archive dropdown UI."
|
|
107
115
|
msgid "COMMENTS_ARCHIVE"
|
|
108
|
-
msgstr ""
|
|
116
|
+
msgstr "ئىنكاس ئارخىپى"
|
|
109
117
|
|
|
110
118
|
msgctxt "The information that comments archive is empty."
|
|
111
119
|
msgid "EMPTY_COMMENTS_ARCHIVE"
|
|
112
|
-
msgstr ""
|
|
120
|
+
msgstr "ئارخىپلانغان ھېچقانداق ئىنكاس يوق."
|
package/lang/translations/uk.po
CHANGED
|
@@ -85,6 +85,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
85
85
|
msgid "Comment"
|
|
86
86
|
msgstr "Коментар"
|
|
87
87
|
|
|
88
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
89
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
90
|
+
msgstr "Вхід у коментар."
|
|
91
|
+
|
|
92
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
93
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
94
|
+
msgstr "Вихід з коментаря."
|
|
95
|
+
|
|
88
96
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
89
97
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
90
98
|
msgstr "Незбережена зміна ланцюжка коментарів."
|
package/lang/translations/ur.po
CHANGED
|
@@ -83,6 +83,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "تبصرہ"
|
|
85
85
|
|
|
86
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
87
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
91
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
86
94
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
87
95
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
88
96
|
msgstr "تبصرے دھاگے میں غیر محفوظ تبدیلیاں ہیں۔"
|
package/lang/translations/vi.po
CHANGED
|
@@ -82,6 +82,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "Bình luận"
|
|
84
84
|
|
|
85
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
+
msgstr "Đang nhập bình luận."
|
|
88
|
+
|
|
89
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
+
msgstr "Đang viết bình luận."
|
|
92
|
+
|
|
85
93
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
86
94
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
87
95
|
msgstr "Nội dung thay đổi chưa lưu trong chuỗi bình luận."
|
|
@@ -82,6 +82,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "评论"
|
|
84
84
|
|
|
85
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
+
msgstr "进入评论。"
|
|
88
|
+
|
|
89
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
+
msgstr "离开评论。"
|
|
92
|
+
|
|
85
93
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
86
94
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
87
95
|
msgstr "评论区有未保存内容"
|
package/lang/translations/zh.po
CHANGED
|
@@ -82,6 +82,14 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "留言"
|
|
84
84
|
|
|
85
|
+
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
|
+
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
+
msgstr "正在進入留言。"
|
|
88
|
+
|
|
89
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
|
+
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
+
msgstr "正在留下留言。"
|
|
92
|
+
|
|
85
93
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
86
94
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
87
95
|
msgstr "討論串尚未儲存。"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-comments",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.2.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/)",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"CHANGELOG.md"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"ckeditor5": "40.
|
|
47
|
-
"ckeditor5-collaboration": "40.
|
|
46
|
+
"ckeditor5": "40.2.0",
|
|
47
|
+
"ckeditor5-collaboration": "40.2.0",
|
|
48
48
|
"lodash-es": "4.17.21"
|
|
49
49
|
},
|
|
50
50
|
"types": "src/index.d.ts",
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @module comments/annotations/annotation
|
|
7
|
-
* @publicApi
|
|
8
|
-
*/
|
|
9
|
-
import { Rect, Collection } from 'ckeditor5/src/utils';
|
|
10
|
-
import type { View } from 'ckeditor5/src/ui';
|
|
11
|
-
import type AnnotationView from './view/annotationview';
|
|
12
|
-
import type { AnnotationOptions } from './annotations';
|
|
13
|
-
declare const Annotation_base: {
|
|
14
|
-
new (): import("ckeditor5/src/utils").Observable;
|
|
15
|
-
prototype: import("ckeditor5/src/utils").Observable;
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* Represents an annotation.
|
|
19
|
-
*
|
|
20
|
-
* Annotation is an entity that combines an {@link module:comments/annotations/view/annotationview~AnnotationView}
|
|
21
|
-
* and an annotation target (a DOM element or a {@link module:utils/dom/rect~Rect}) to which the annotation is bound.
|
|
22
|
-
*/
|
|
23
|
-
export default class Annotation extends Annotation_base {
|
|
24
|
-
/**
|
|
25
|
-
* The visibility of the annotation. Annotations that are not visible, are filtered from Annotation UI collections.
|
|
26
|
-
*
|
|
27
|
-
* @observable
|
|
28
|
-
*/
|
|
29
|
-
isVisible: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* The annotation view.
|
|
32
|
-
*/
|
|
33
|
-
view: AnnotationView;
|
|
34
|
-
/**
|
|
35
|
-
* A collection of DOM elements which, when focused, make the annotation active.
|
|
36
|
-
*
|
|
37
|
-
* By default, this collection only contains the annotation view element.
|
|
38
|
-
* It can be extended with custom targets that will be tracked by the annotation focus tracking system.
|
|
39
|
-
*/
|
|
40
|
-
focusableElements: Collection<HTMLElement>;
|
|
41
|
-
/**
|
|
42
|
-
* Creates an instance of the {@link module:comments/annotations/annotation~Annotation}.
|
|
43
|
-
*/
|
|
44
|
-
constructor({ view, target, type, isVisible }: AnnotationOptions);
|
|
45
|
-
/**
|
|
46
|
-
* The type of the annotation.
|
|
47
|
-
*/
|
|
48
|
-
get type(): string;
|
|
49
|
-
/**
|
|
50
|
-
* The annotation inner view.
|
|
51
|
-
*
|
|
52
|
-
* It is the view that is wrapped by the annotation view.*
|
|
53
|
-
*/
|
|
54
|
-
get innerView(): View;
|
|
55
|
-
/**
|
|
56
|
-
* The annotation target to which the annotation view should be pinned.
|
|
57
|
-
*
|
|
58
|
-
* It can be an array of DOM elements or {@link module:utils/dom/rect~Rect a rect instance} or `null`.
|
|
59
|
-
*/
|
|
60
|
-
get target(): Rect | Array<HTMLElement> | null;
|
|
61
|
-
/**
|
|
62
|
-
* The position and dimensions of the annotation target to which the annotation is bound.
|
|
63
|
-
*/
|
|
64
|
-
get targetRect(): Rect | null;
|
|
65
|
-
/**
|
|
66
|
-
* The state of the annotation.
|
|
67
|
-
*/
|
|
68
|
-
get isActive(): boolean;
|
|
69
|
-
set isActive(value: boolean);
|
|
70
|
-
/**
|
|
71
|
-
* Updates the target rect in the annotation view instance.
|
|
72
|
-
*/
|
|
73
|
-
updateTargetRect(): void;
|
|
74
|
-
/**
|
|
75
|
-
* Clears all event listeners and internal collections.
|
|
76
|
-
*/
|
|
77
|
-
destroy(): void;
|
|
78
|
-
/**
|
|
79
|
-
* Refreshes the visibility of the annotation based on the visibility of the annotation target.
|
|
80
|
-
*
|
|
81
|
-
* It sets the {@link #isVisible} property when the target is not attached to DOM or if the target or its descendant has
|
|
82
|
-
* set the `display` attribute to `none`.
|
|
83
|
-
*
|
|
84
|
-
* This method only updates an annotation if the annotation target is an HTML Element.
|
|
85
|
-
*/
|
|
86
|
-
refreshVisibility(): void;
|
|
87
|
-
}
|
|
88
|
-
type Target = Rect | HTMLElement | null;
|
|
89
|
-
export type AnnotationTarget = Target | (() => Target | Array<Target>);
|
|
90
|
-
export {};
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module comments/annotations/annotation
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import { Rect, Collection } from 'ckeditor5/src/utils';
|
|
10
|
+
import type { View } from 'ckeditor5/src/ui';
|
|
11
|
+
import type AnnotationView from './view/annotationview';
|
|
12
|
+
import type { AnnotationOptions } from './annotations';
|
|
13
|
+
declare const Annotation_base: {
|
|
14
|
+
new (): import("ckeditor5/src/utils").Observable;
|
|
15
|
+
prototype: import("ckeditor5/src/utils").Observable;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Represents an annotation.
|
|
19
|
+
*
|
|
20
|
+
* Annotation is an entity that combines an {@link module:comments/annotations/view/annotationview~AnnotationView}
|
|
21
|
+
* and an annotation target (a DOM element or a {@link module:utils/dom/rect~Rect}) to which the annotation is bound.
|
|
22
|
+
*/
|
|
23
|
+
export default class Annotation extends Annotation_base {
|
|
24
|
+
/**
|
|
25
|
+
* The visibility of the annotation. Annotations that are not visible, are filtered from Annotation UI collections.
|
|
26
|
+
*
|
|
27
|
+
* @observable
|
|
28
|
+
*/
|
|
29
|
+
isVisible: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* The annotation view.
|
|
32
|
+
*/
|
|
33
|
+
view: AnnotationView;
|
|
34
|
+
/**
|
|
35
|
+
* A collection of DOM elements which, when focused, make the annotation active.
|
|
36
|
+
*
|
|
37
|
+
* By default, this collection only contains the annotation view element.
|
|
38
|
+
* It can be extended with custom targets that will be tracked by the annotation focus tracking system.
|
|
39
|
+
*/
|
|
40
|
+
focusableElements: Collection<HTMLElement>;
|
|
41
|
+
/**
|
|
42
|
+
* Creates an instance of the {@link module:comments/annotations/annotation~Annotation}.
|
|
43
|
+
*/
|
|
44
|
+
constructor({ view, target, type, isVisible }: AnnotationOptions);
|
|
45
|
+
/**
|
|
46
|
+
* The type of the annotation.
|
|
47
|
+
*/
|
|
48
|
+
get type(): string;
|
|
49
|
+
/**
|
|
50
|
+
* The annotation inner view.
|
|
51
|
+
*
|
|
52
|
+
* It is the view that is wrapped by the annotation view.*
|
|
53
|
+
*/
|
|
54
|
+
get innerView(): View;
|
|
55
|
+
/**
|
|
56
|
+
* The annotation target to which the annotation view should be pinned.
|
|
57
|
+
*
|
|
58
|
+
* It can be an array of DOM elements or {@link module:utils/dom/rect~Rect a rect instance} or `null`.
|
|
59
|
+
*/
|
|
60
|
+
get target(): Rect | Array<HTMLElement> | null;
|
|
61
|
+
/**
|
|
62
|
+
* The position and dimensions of the annotation target to which the annotation is bound.
|
|
63
|
+
*/
|
|
64
|
+
get targetRect(): Rect | null;
|
|
65
|
+
/**
|
|
66
|
+
* The state of the annotation.
|
|
67
|
+
*/
|
|
68
|
+
get isActive(): boolean;
|
|
69
|
+
set isActive(value: boolean);
|
|
70
|
+
/**
|
|
71
|
+
* Updates the target rect in the annotation view instance.
|
|
72
|
+
*/
|
|
73
|
+
updateTargetRect(): void;
|
|
74
|
+
/**
|
|
75
|
+
* Clears all event listeners and internal collections.
|
|
76
|
+
*/
|
|
77
|
+
destroy(): void;
|
|
78
|
+
/**
|
|
79
|
+
* Refreshes the visibility of the annotation based on the visibility of the annotation target.
|
|
80
|
+
*
|
|
81
|
+
* It sets the {@link #isVisible} property when the target is not attached to DOM or if the target or its descendant has
|
|
82
|
+
* set the `display` attribute to `none`.
|
|
83
|
+
*
|
|
84
|
+
* This method only updates an annotation if the annotation target is an HTML Element.
|
|
85
|
+
*/
|
|
86
|
+
refreshVisibility(): void;
|
|
87
|
+
}
|
|
88
|
+
type Target = Rect | HTMLElement | null;
|
|
89
|
+
export type AnnotationTarget = Target | (() => Target | Array<Target>);
|
|
90
|
+
export {};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2827=['_assertCorrectTarget','view','_id','targetRect','focusTracker','focusableElements','_type','add','getClientRects','set','type','isActive','target','item','nodeType','_target','refreshVisibility','annotation-invalid-target','innerView','clear','element','mainView','every','filter','function','object','render','_getNormalizedTarget'];(function(_0x32e621,_0x282778){const _0x5db835=function(_0x89c6f4){while(--_0x89c6f4){_0x32e621['push'](_0x32e621['shift']());}};_0x5db835(++_0x282778);}(_0x2827,0x13a));const _0x5db8=function(_0x32e621,_0x282778){_0x32e621=_0x32e621-0x0;let _0x5db835=_0x2827[_0x32e621];return _0x5db835;};import{CKEditorError as _0x56951b,Rect as _0x57d41d,Collection as _0x123d84,ObservableMixin as _0x2a9a26}from'ckeditor5/src/utils';export default class d extends _0x2a9a26(){constructor({view:_0x4bb367,target:_0x4a7122,type:_0x2282e5,isVisible:_0x313eb4=!0x0}){super(),this[_0x5db8('0x17')]=_0x4bb367,this[_0x5db8('0x17')]['element']||this[_0x5db8('0x17')][_0x5db8('0x14')](),this[_0x5db8('0x0')]=_0x2282e5,this[_0x5db8('0x9')]=_0x4a7122,d[_0x5db8('0x16')](this[_0x5db8('0x15')]()),this[_0x5db8('0x1b')]=new _0x123d84([this[_0x5db8('0x17')][_0x5db8('0xe')]],{'idProperty':_0x5db8('0x18')}),this[_0x5db8('0x1b')]['on']('add',(_0x14723f,_0x136925)=>{this[_0x5db8('0x17')][_0x5db8('0x1a')][_0x5db8('0x1')](_0x136925);}),this[_0x5db8('0x1b')]['on']('remove',(_0x5666cc,_0x443220)=>{this[_0x5db8('0x17')][_0x5db8('0x1a')]['remove'](_0x443220);}),this[_0x5db8('0x3')]('isVisible',_0x313eb4);}get[_0x5db8('0x4')](){return _0x5db8('0x12')==typeof this['_type']?this[_0x5db8('0x0')]():this[_0x5db8('0x0')];}get[_0x5db8('0xc')](){return this[_0x5db8('0x17')][_0x5db8('0xf')];}get[_0x5db8('0x6')](){const _0x1b4c21=this[_0x5db8('0x15')]();return d[_0x5db8('0x16')](_0x1b4c21),_0x1b4c21;}get[_0x5db8('0x19')](){const _0x3bbd0b=this[_0x5db8('0x6')];if(null===_0x3bbd0b)return null;if(_0x3bbd0b instanceof _0x57d41d)return _0x3bbd0b;const _0x1cb6af=_0x3bbd0b[_0x5db8('0x11')](_0x50280f=>function(_0x2b7f8b){const _0x32b9cb=_0x2b7f8b['offsetParent'];if(_0x32b9cb)return!0x0;const _0x563f74=_0x2b7f8b[_0x5db8('0x2')]()['item'](0x0);return!!_0x563f74;}(_0x50280f));return 0x0===_0x1cb6af['length']?null:new _0x57d41d(_0x1cb6af[0x0][_0x5db8('0x2')]()[_0x5db8('0x7')](0x0));}get[_0x5db8('0x5')](){return this['view'][_0x5db8('0x5')];}set[_0x5db8('0x5')](_0x2cef43){this[_0x5db8('0x17')][_0x5db8('0x5')]=_0x2cef43,this[_0x5db8('0x17')][_0x5db8('0xf')][_0x5db8('0x5')]=_0x2cef43;}['updateTargetRect'](){this[_0x5db8('0x17')][_0x5db8('0x19')]=this[_0x5db8('0x19')];}['destroy'](){this['focusableElements']['stopListening'](),this[_0x5db8('0x1b')][_0x5db8('0xd')](),this['stopListening']();}[_0x5db8('0xa')](){this['isVisible']=!!this[_0x5db8('0x19')];}static['_assertCorrectTarget'](_0x49ea84){if(!(null===_0x49ea84||_0x49ea84 instanceof _0x57d41d||Array['isArray'](_0x49ea84)&&_0x49ea84[_0x5db8('0x10')](_0x7767d0=>y(_0x7767d0))))throw new _0x56951b(_0x5db8('0xb'),null,{'target':_0x49ea84});}[_0x5db8('0x15')](){const _0x328f03=_0x5db8('0x12')==typeof this[_0x5db8('0x9')]?this['_target']():this['_target'];return y(_0x328f03)?[_0x328f03]:_0x328f03;}}function y(_0x5d533a){return null!==_0x5d533a&&_0x5db8('0x13')==typeof _0x5d533a&&_0x5db8('0x8')in _0x5d533a&&0x1===_0x5d533a[_0x5db8('0x8')];}
|