@ckeditor/ckeditor5-comments 31.1.0 → 34.0.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/LICENSE.md +2 -2
- package/README.md +5 -2
- package/build/comments.js +5 -0
- package/build/translations/bs.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/contexts.json +0 -3
- package/lang/translations/bs.po +68 -0
- package/lang/translations/cs.po +1 -13
- package/lang/translations/da.po +1 -13
- package/lang/translations/de-ch.po +1 -13
- package/lang/translations/de.po +1 -13
- package/lang/translations/el.po +67 -0
- package/lang/translations/en-au.po +1 -13
- package/lang/translations/en.po +1 -13
- package/lang/translations/es.po +1 -13
- package/lang/translations/et.po +1 -13
- package/lang/translations/fr.po +1 -13
- package/lang/translations/gl.po +1 -13
- package/lang/translations/hi.po +1 -13
- package/lang/translations/hr.po +1 -13
- package/lang/translations/hu.po +1 -13
- package/lang/translations/id.po +1 -13
- package/lang/translations/it.po +1 -13
- package/lang/translations/ja.po +1 -13
- package/lang/translations/jv.po +66 -0
- package/lang/translations/ko.po +1 -13
- package/lang/translations/nl.po +1 -13
- package/lang/translations/no.po +1 -13
- package/lang/translations/pl.po +1 -13
- package/lang/translations/pt-br.po +1 -13
- package/lang/translations/ro.po +1 -13
- package/lang/translations/ru.po +1 -13
- package/lang/translations/sk.po +1 -13
- package/lang/translations/sr-latn.po +1 -13
- package/lang/translations/sr.po +1 -13
- package/lang/translations/tk.po +1 -13
- package/lang/translations/tr.po +1 -13
- package/lang/translations/ug.po +1 -13
- package/lang/translations/uk.po +1 -13
- package/lang/translations/zh-cn.po +1 -13
- package/lang/translations/zh.po +1 -13
- package/package.json +4 -9
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.js +2 -2
- package/src/annotations/annotations.js +2 -2
- package/src/annotations/annotationsuis.js +2 -2
- package/src/annotations/editorannotations.js +2 -2
- package/src/annotations/inlineannotations.js +2 -2
- package/src/annotations/narrowsidebar.js +2 -2
- package/src/annotations/sidebar.js +2 -2
- package/src/annotations/view/annotationcounterbuttonview.js +2 -2
- package/src/annotations/view/annotationview.js +2 -2
- package/src/annotations/view/sidebaritemview.js +2 -2
- package/src/annotations/view/sidebarview.js +2 -2
- package/src/annotations/widesidebar.js +2 -2
- package/src/comments/addcommentthreadcommand.js +2 -2
- package/src/comments/commentsediting.js +2 -2
- package/src/comments/commentsrepository.js +2 -2
- package/src/comments/commentsui.js +2 -2
- package/src/comments/integrations/commentsrestrictededitingmode.js +2 -2
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.js +2 -2
- package/src/comments/ui/commenteditor/commenteditoruiview.js +2 -2
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.js +2 -2
- package/src/comments/ui/view/basecommentview.js +2 -2
- package/src/comments/ui/view/collapsedcommentsview.js +2 -2
- package/src/comments/ui/view/commentcontentview.js +2 -2
- package/src/comments/ui/view/commentinputview.js +2 -2
- package/src/comments/ui/view/commentslistview.js +2 -2
- package/src/comments/ui/view/commentthreadinputview.js +2 -2
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments.js +2 -2
- package/src/commentsonly.js +2 -2
- package/src/{utils/getmarkerdomelement.js → index.js} +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/createmutationobserver.js +2 -2
- package/theme/annotation-inline.css +1 -1
- package/theme/annotation.css +1 -1
- package/theme/comment.css +1 -1
- package/theme/commentinput.css +1 -1
- package/theme/commentmarker.css +1 -1
- package/theme/commentthread.css +1 -1
- package/theme/icons/add-comment.svg +1 -1
- package/theme/icons/edit-comment.svg +1 -1
- package/theme/icons/remove-comment.svg +1 -1
- package/theme/sidebar-narrow.css +1 -1
- package/theme/sidebar.css +1 -1
- package/src/comments/ui/view/confirmmixin.js +0 -23
- package/src/comments/ui/view/confirmview.js +0 -23
- package/src/utils/getdatetimeformatter.js +0 -23
- package/src/utils/trim-html.js +0 -23
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Javanese (https://www.transifex.com/ckeditor/teams/11143/jv/)\n"
|
|
16
|
+
"Language: jv\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label for the comment editor."
|
|
20
|
+
msgid "Comment editor"
|
|
21
|
+
msgstr "Editor komentar"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the number of comments."
|
|
24
|
+
msgid "NUMBER_OF_COMMENTS"
|
|
25
|
+
msgid_plural "%0 Comments"
|
|
26
|
+
msgstr[0] "%0 Komentar"
|
|
27
|
+
|
|
28
|
+
msgctxt "The alert displayed for a comment that is too long."
|
|
29
|
+
msgid "TOO_LONG_COMMENT_ALERT"
|
|
30
|
+
msgstr "Komentar sanget-sanget panjang. Komentar sampeyan gadhah %0 aksara nanging watesipun %1 aksara."
|
|
31
|
+
|
|
32
|
+
msgctxt "The placeholder for the reply field."
|
|
33
|
+
msgid "Reply..."
|
|
34
|
+
msgstr "Wangsuli..."
|
|
35
|
+
|
|
36
|
+
msgctxt "The placeholder for the new commend field."
|
|
37
|
+
msgid "Write a comment..."
|
|
38
|
+
msgstr "Serat komentar..."
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the button that enables editing a comment."
|
|
41
|
+
msgid "Edit"
|
|
42
|
+
msgstr "Ebah"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the button that deletes a comment."
|
|
45
|
+
msgid "Remove"
|
|
46
|
+
msgstr "Busek"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for for the button that submits a comment."
|
|
49
|
+
msgid "Submit"
|
|
50
|
+
msgstr "Kirim"
|
|
51
|
+
|
|
52
|
+
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
53
|
+
msgid "Delete comment?"
|
|
54
|
+
msgstr "Busek komentar?"
|
|
55
|
+
|
|
56
|
+
msgctxt "The confirmation message shown after pressing the delete comment thread button."
|
|
57
|
+
msgid "Delete comment thread?"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "The tooltip for the comment toolbar button."
|
|
61
|
+
msgid "Comment"
|
|
62
|
+
msgstr "Komentar"
|
|
63
|
+
|
|
64
|
+
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
65
|
+
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
66
|
+
msgstr ""
|
package/lang/translations/ko.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -57,18 +57,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
57
57
|
msgid "Delete comment thread?"
|
|
58
58
|
msgstr "의견 글타래를 삭제할까요?"
|
|
59
59
|
|
|
60
|
-
msgctxt "The label for confirming an action."
|
|
61
|
-
msgid "Yes"
|
|
62
|
-
msgstr "예"
|
|
63
|
-
|
|
64
|
-
msgctxt "The label for rejecting an action."
|
|
65
|
-
msgid "No"
|
|
66
|
-
msgstr "아니요"
|
|
67
|
-
|
|
68
|
-
msgctxt "The label for confirming a dangerous action."
|
|
69
|
-
msgid "Are you sure?"
|
|
70
|
-
msgstr "확실한가요?"
|
|
71
|
-
|
|
72
60
|
msgctxt "The tooltip for the comment toolbar button."
|
|
73
61
|
msgid "Comment"
|
|
74
62
|
msgstr "의견"
|
package/lang/translations/nl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Discussie verwijderen?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Ja"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "Nee"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Weet u het zeker?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Opmerking"
|
package/lang/translations/no.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Slett kommentartråd?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Ja"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "Nei"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Er du sikker?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Kommenter"
|
package/lang/translations/pl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -60,18 +60,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
60
60
|
msgid "Delete comment thread?"
|
|
61
61
|
msgstr "Usunąć wątek komentarzy?"
|
|
62
62
|
|
|
63
|
-
msgctxt "The label for confirming an action."
|
|
64
|
-
msgid "Yes"
|
|
65
|
-
msgstr "Tak"
|
|
66
|
-
|
|
67
|
-
msgctxt "The label for rejecting an action."
|
|
68
|
-
msgid "No"
|
|
69
|
-
msgstr "Nie"
|
|
70
|
-
|
|
71
|
-
msgctxt "The label for confirming a dangerous action."
|
|
72
|
-
msgid "Are you sure?"
|
|
73
|
-
msgstr "Jesteś pewny/pewna?"
|
|
74
|
-
|
|
75
63
|
msgctxt "The tooltip for the comment toolbar button."
|
|
76
64
|
msgid "Comment"
|
|
77
65
|
msgstr "Skomentuj"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Excluir segmento de comentários?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Sim"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "Não"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Você tem certeza?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Comentário"
|
package/lang/translations/ro.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -59,18 +59,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
59
59
|
msgid "Delete comment thread?"
|
|
60
60
|
msgstr "Ștergeți firul de comentarii? "
|
|
61
61
|
|
|
62
|
-
msgctxt "The label for confirming an action."
|
|
63
|
-
msgid "Yes"
|
|
64
|
-
msgstr "Da"
|
|
65
|
-
|
|
66
|
-
msgctxt "The label for rejecting an action."
|
|
67
|
-
msgid "No"
|
|
68
|
-
msgstr "Nu"
|
|
69
|
-
|
|
70
|
-
msgctxt "The label for confirming a dangerous action."
|
|
71
|
-
msgid "Are you sure?"
|
|
72
|
-
msgstr "Sunteți sigur?"
|
|
73
|
-
|
|
74
62
|
msgctxt "The tooltip for the comment toolbar button."
|
|
75
63
|
msgid "Comment"
|
|
76
64
|
msgstr "Comentează"
|
package/lang/translations/ru.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -60,18 +60,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
60
60
|
msgid "Delete comment thread?"
|
|
61
61
|
msgstr "Удалить ветку комментариев?"
|
|
62
62
|
|
|
63
|
-
msgctxt "The label for confirming an action."
|
|
64
|
-
msgid "Yes"
|
|
65
|
-
msgstr "Да"
|
|
66
|
-
|
|
67
|
-
msgctxt "The label for rejecting an action."
|
|
68
|
-
msgid "No"
|
|
69
|
-
msgstr "Нет"
|
|
70
|
-
|
|
71
|
-
msgctxt "The label for confirming a dangerous action."
|
|
72
|
-
msgid "Are you sure?"
|
|
73
|
-
msgstr "Вы уверены?"
|
|
74
|
-
|
|
75
63
|
msgctxt "The tooltip for the comment toolbar button."
|
|
76
64
|
msgid "Comment"
|
|
77
65
|
msgstr "Комментарий"
|
package/lang/translations/sk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -60,18 +60,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
60
60
|
msgid "Delete comment thread?"
|
|
61
61
|
msgstr "Vymazať vlákno komentáru?"
|
|
62
62
|
|
|
63
|
-
msgctxt "The label for confirming an action."
|
|
64
|
-
msgid "Yes"
|
|
65
|
-
msgstr "Áno"
|
|
66
|
-
|
|
67
|
-
msgctxt "The label for rejecting an action."
|
|
68
|
-
msgid "No"
|
|
69
|
-
msgstr "Nie"
|
|
70
|
-
|
|
71
|
-
msgctxt "The label for confirming a dangerous action."
|
|
72
|
-
msgid "Are you sure?"
|
|
73
|
-
msgstr "Ste si istý?"
|
|
74
|
-
|
|
75
63
|
msgctxt "The tooltip for the comment toolbar button."
|
|
76
64
|
msgid "Comment"
|
|
77
65
|
msgstr "Komentár"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -59,18 +59,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
59
59
|
msgid "Delete comment thread?"
|
|
60
60
|
msgstr "Brišete nit napomene?"
|
|
61
61
|
|
|
62
|
-
msgctxt "The label for confirming an action."
|
|
63
|
-
msgid "Yes"
|
|
64
|
-
msgstr "Da"
|
|
65
|
-
|
|
66
|
-
msgctxt "The label for rejecting an action."
|
|
67
|
-
msgid "No"
|
|
68
|
-
msgstr "Ne"
|
|
69
|
-
|
|
70
|
-
msgctxt "The label for confirming a dangerous action."
|
|
71
|
-
msgid "Are you sure?"
|
|
72
|
-
msgstr "Jesi siguran?"
|
|
73
|
-
|
|
74
62
|
msgctxt "The tooltip for the comment toolbar button."
|
|
75
63
|
msgid "Comment"
|
|
76
64
|
msgstr "Napomena"
|
package/lang/translations/sr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -59,18 +59,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
59
59
|
msgid "Delete comment thread?"
|
|
60
60
|
msgstr "Бришете нит напомене?"
|
|
61
61
|
|
|
62
|
-
msgctxt "The label for confirming an action."
|
|
63
|
-
msgid "Yes"
|
|
64
|
-
msgstr "Да"
|
|
65
|
-
|
|
66
|
-
msgctxt "The label for rejecting an action."
|
|
67
|
-
msgid "No"
|
|
68
|
-
msgstr "Не"
|
|
69
|
-
|
|
70
|
-
msgctxt "The label for confirming a dangerous action."
|
|
71
|
-
msgid "Are you sure?"
|
|
72
|
-
msgstr "Сигуран си?"
|
|
73
|
-
|
|
74
62
|
msgctxt "The tooltip for the comment toolbar button."
|
|
75
63
|
msgid "Comment"
|
|
76
64
|
msgstr "Напомена"
|
package/lang/translations/tk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Teswir bölümini pozuň?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Hawa"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "Ýok"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Ynanýarsyňyzmy?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Teswir"
|
package/lang/translations/tr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Yorum dizesi silinsin mi?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Evet"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "Hayır"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Emin misiniz?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Yorum"
|
package/lang/translations/ug.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "ئىنكاس باغلىمىنى ئۆچۈرەمسىز؟"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "ھەئە"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "ياق"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "جەزملەشتۈرەمسىز؟"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "ئىنكاس"
|
package/lang/translations/uk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -60,18 +60,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
60
60
|
msgid "Delete comment thread?"
|
|
61
61
|
msgstr "Видати ланцюжок коментарів?"
|
|
62
62
|
|
|
63
|
-
msgctxt "The label for confirming an action."
|
|
64
|
-
msgid "Yes"
|
|
65
|
-
msgstr "Так"
|
|
66
|
-
|
|
67
|
-
msgctxt "The label for rejecting an action."
|
|
68
|
-
msgid "No"
|
|
69
|
-
msgstr "Ні"
|
|
70
|
-
|
|
71
|
-
msgctxt "The label for confirming a dangerous action."
|
|
72
|
-
msgid "Are you sure?"
|
|
73
|
-
msgstr "Ви впевнені?"
|
|
74
|
-
|
|
75
63
|
msgctxt "The tooltip for the comment toolbar button."
|
|
76
64
|
msgid "Comment"
|
|
77
65
|
msgstr "Коментар"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -57,18 +57,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
57
57
|
msgid "Delete comment thread?"
|
|
58
58
|
msgstr "删除这组评论?"
|
|
59
59
|
|
|
60
|
-
msgctxt "The label for confirming an action."
|
|
61
|
-
msgid "Yes"
|
|
62
|
-
msgstr "确定"
|
|
63
|
-
|
|
64
|
-
msgctxt "The label for rejecting an action."
|
|
65
|
-
msgid "No"
|
|
66
|
-
msgstr "取消"
|
|
67
|
-
|
|
68
|
-
msgctxt "The label for confirming a dangerous action."
|
|
69
|
-
msgid "Are you sure?"
|
|
70
|
-
msgstr "你确定吗?"
|
|
71
|
-
|
|
72
60
|
msgctxt "The tooltip for the comment toolbar button."
|
|
73
61
|
msgid "Comment"
|
|
74
62
|
msgstr "评论"
|
package/lang/translations/zh.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -57,18 +57,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
57
57
|
msgid "Delete comment thread?"
|
|
58
58
|
msgstr "刪除討論串?"
|
|
59
59
|
|
|
60
|
-
msgctxt "The label for confirming an action."
|
|
61
|
-
msgid "Yes"
|
|
62
|
-
msgstr "好"
|
|
63
|
-
|
|
64
|
-
msgctxt "The label for rejecting an action."
|
|
65
|
-
msgid "No"
|
|
66
|
-
msgstr "先不要"
|
|
67
|
-
|
|
68
|
-
msgctxt "The label for confirming a dangerous action."
|
|
69
|
-
msgid "Are you sure?"
|
|
70
|
-
msgstr "確定做此操作?"
|
|
71
|
-
|
|
72
60
|
msgctxt "The tooltip for the comment toolbar button."
|
|
73
61
|
msgid "Comment"
|
|
74
62
|
msgstr "留言"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-comments",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.0.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/)",
|
|
@@ -29,15 +29,10 @@
|
|
|
29
29
|
"discussion",
|
|
30
30
|
"discussions"
|
|
31
31
|
],
|
|
32
|
+
"main": "src/index.js",
|
|
32
33
|
"dependencies": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"@ckeditor/ckeditor5-collaboration-core": "^31.1.0",
|
|
36
|
-
"@ckeditor/ckeditor5-essentials": "^31.1.0",
|
|
37
|
-
"@ckeditor/ckeditor5-list": "^31.1.0",
|
|
38
|
-
"@ckeditor/ckeditor5-utils": "^31.1.0",
|
|
39
|
-
"ckeditor5": "^31.1.0",
|
|
40
|
-
"date-fns": "^2.17.0",
|
|
34
|
+
"ckeditor5": "^34.0.0",
|
|
35
|
+
"ckeditor5-collaboration": "^34.0.0",
|
|
41
36
|
"lodash-es": "^4.17.11"
|
|
42
37
|
}
|
|
43
38
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x8ac2=['focusableElements','destroy','function','isActive','remove','innerView','item','type','_target','mainView','offsetParent','view','clear','_assertCorrectTarget','stopListening','isVisible','annotation-invalid-target','render','focusTracker','_type','targetRect','_isTargetElementVisible','element','target','add','updateTargetRect'];(function(_0x5bd22f,_0x8ac21e){const _0x21eb22=function(_0x4b5596){while(--_0x4b5596){_0x5bd22f['push'](_0x5bd22f['shift']());}};_0x21eb22(++_0x8ac21e);}(_0x8ac2,0x1e6));const _0x21eb=function(_0x5bd22f,_0x8ac21e){_0x5bd22f=_0x5bd22f-0x0;let _0x21eb22=_0x8ac2[_0x5bd22f];return _0x21eb22;};import{CKEditorError as _0x4b604f,Rect as _0x571484,Collection as _0x3a6fa9,mix as _0x435d6c,ObservableMixin as _0x2a98db}from'ckeditor5/src/utils';import{isElement as _0x1e9856}from'lodash-es';export default class p{constructor({view:_0x47baba,target:_0x592a08,type:_0x1b9998,isVisible:_0x51c1fe=!0x0}){this[_0x21eb('0x13')]=_0x47baba,this[_0x21eb('0x13')][_0x21eb('0x4')]||this[_0x21eb('0x13')][_0x21eb('0x19')](),this[_0x21eb('0x1')]=_0x1b9998,this[_0x21eb('0x10')]=_0x592a08,this[_0x21eb('0x15')](),this[_0x21eb('0x8')]=new _0x3a6fa9([this[_0x21eb('0x13')][_0x21eb('0x4')]],{'idProperty':'_id'}),this[_0x21eb('0x8')]['on'](_0x21eb('0x6'),(_0x2bd87a,_0x4aaa34)=>{this[_0x21eb('0x13')][_0x21eb('0x0')]['add'](_0x4aaa34);}),this['focusableElements']['on']('remove',(_0x206350,_0x2f037e)=>{this['view'][_0x21eb('0x0')][_0x21eb('0xc')](_0x2f037e);}),this['set']('isVisible',_0x51c1fe);}get[_0x21eb('0xf')](){return _0x21eb('0xa')==typeof this[_0x21eb('0x1')]?this[_0x21eb('0x1')]():this[_0x21eb('0x1')];}get[_0x21eb('0xd')](){return this[_0x21eb('0x13')]['mainView'];}get[_0x21eb('0x5')](){return _0x21eb('0xa')==typeof this[_0x21eb('0x10')]?this['_target']():this['_target'];}get[_0x21eb('0x2')](){const _0x3f9247=this['target'];return this[_0x21eb('0x15')](),null!==_0x3f9247&&this['_isTargetElementVisible']()?new _0x571484(_0x3f9247):null;}get[_0x21eb('0xb')](){return this[_0x21eb('0x13')][_0x21eb('0xb')];}set[_0x21eb('0xb')](_0x1d3fdc){this[_0x21eb('0x13')][_0x21eb('0xb')]=_0x1d3fdc,this['view'][_0x21eb('0x11')][_0x21eb('0xb')]=_0x1d3fdc;}[_0x21eb('0x7')](){this['view']['targetRect']=this[_0x21eb('0x2')];}[_0x21eb('0x9')](){this['focusableElements'][_0x21eb('0x16')](),this[_0x21eb('0x8')][_0x21eb('0x14')](),this['stopListening']();}['refreshVisibility'](){this[_0x21eb('0x17')]=this[_0x21eb('0x3')]();}[_0x21eb('0x3')](){const _0x2f622b=this[_0x21eb('0x5')];if(_0x1e9856(_0x2f622b)){const _0xf341f9=_0x2f622b['getClientRects']()[_0x21eb('0xe')](0x0),_0x339c61=_0x2f622b[_0x21eb('0x12')];if(!_0xf341f9||!_0x339c61)return!0x1;}return!0x0;}[_0x21eb('0x15')](){const _0x47f8f4=this[_0x21eb('0x5')];if(!(null===_0x47f8f4||_0x47f8f4 instanceof _0x571484||_0x1e9856(_0x47f8f4)))throw new _0x4b604f(_0x21eb('0x18'),null,{'target':_0x47f8f4});}}_0x435d6c(p,_0x2a98db);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x6239=['listenTo','blur','delete','getByInnerView','clear','sort','view','left','remove','_focusTracker','annotationcollection-not-existing-item','getByView','refreshPositioning','focusTracker','get','getIndex','change:isFocused','isFocused','destroy','length','_getOrderInContent','set','add','stopListening','targetRect','focusableElements','has','innerView','from','fire','_viewToAnnotation','focus','_innerViewToAnnotation'];(function(_0x23461a,_0x6239ed){const _0x4b10f3=function(_0x4bc498){while(--_0x4bc498){_0x23461a['push'](_0x23461a['shift']());}};_0x4b10f3(++_0x6239ed);}(_0x6239,0xf8));const _0x4b10=function(_0x23461a,_0x6239ed){_0x23461a=_0x23461a-0x0;let _0x4b10f3=_0x6239[_0x23461a];return _0x4b10f3;};import{CKEditorError as _0x2626b9,Collection as _0x4d184b,FocusTracker as _0x1f8475}from'ckeditor5/src/utils';export default class x extends _0x4d184b{constructor(_0x2f1b7b=[]){super(),this[_0x4b10('0xf')]=new Map(),this[_0x4b10('0xd')]=new Map(),this[_0x4b10('0x19')]=new _0x1f8475(),this['_focusTracker']['on'](_0x4b10('0x20'),(_0x358ac4,_0x7b52d8,_0x43edcc)=>{_0x43edcc||this[_0x4b10('0xc')](_0x4b10('0x11'));});for(const _0x5ce581 of _0x2f1b7b)this['add'](_0x5ce581);}get[_0x4b10('0x0')](){return this[_0x4b10('0x19')][_0x4b10('0x0')];}['add'](_0x4c6b92){if(this[_0x4b10('0x9')](_0x4c6b92))throw new _0x2626b9('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation'][_0x4b10('0x4')](_0x4c6b92['innerView'],_0x4c6b92),this['_viewToAnnotation'][_0x4b10('0x4')](_0x4c6b92[_0x4b10('0x16')],_0x4c6b92);for(const _0xdcec84 of _0x4c6b92[_0x4b10('0x8')])this[_0x4b10('0x19')][_0x4b10('0x5')](_0xdcec84);this[_0x4b10('0x10')](_0x4c6b92[_0x4b10('0x8')],'add',(_0x1a5642,_0x3a327c)=>{this['_focusTracker']['add'](_0x3a327c);}),this['listenTo'](_0x4c6b92[_0x4b10('0x8')],'remove',(_0x3a241b,_0x46a82f)=>{this[_0x4b10('0x19')][_0x4b10('0x18')](_0x46a82f);}),this[_0x4b10('0x10')](_0x4c6b92['view'][_0x4b10('0x1d')],_0x4b10('0x20'),(_0x201759,_0x10bce7,_0x30a0f6)=>{_0x30a0f6&&this['fire'](_0x4b10('0xe'),_0x4c6b92);});const _0x53b8c4=this[_0x4b10('0x3')](_0x4c6b92);super[_0x4b10('0x5')](_0x4c6b92,_0x53b8c4),_0x4c6b92['updateTargetRect']();}[_0x4b10('0x18')](_0x3e70df){if(!this['has'](_0x3e70df))throw new _0x2626b9(_0x4b10('0x1a'),null);this[_0x4b10('0x6')](_0x3e70df[_0x4b10('0x16')]['focusTracker']),this[_0x4b10('0x6')](_0x3e70df[_0x4b10('0x8')]);for(const _0xb8501 of _0x3e70df['focusableElements'])this[_0x4b10('0x19')][_0x4b10('0x18')](_0xb8501);this[_0x4b10('0xd')]['delete'](_0x3e70df['view']),this['_innerViewToAnnotation'][_0x4b10('0x12')](_0x3e70df[_0x4b10('0xa')]),super['remove'](_0x3e70df);}[_0x4b10('0x13')](_0x43e1e4){return this['_innerViewToAnnotation'][_0x4b10('0x1e')](_0x43e1e4);}[_0x4b10('0x1b')](_0x4325b8){return this[_0x4b10('0xd')][_0x4b10('0x1e')](_0x4325b8);}[_0x4b10('0x1')](){super[_0x4b10('0x14')](),this[_0x4b10('0x6')](),this['_innerViewToAnnotation']['clear'](),this[_0x4b10('0xd')][_0x4b10('0x14')](),this[_0x4b10('0x19')][_0x4b10('0x1')]();}[_0x4b10('0x1c')](){for(const _0x300718 of this)_0x300718['updateTargetRect']();this['_sort']();}['_sort'](){const _0x307042=Array[_0x4b10('0xb')](this)[_0x4b10('0x15')]((_0x7caf42,_0x2cc358)=>y(_0x7caf42[_0x4b10('0x7')],_0x2cc358['targetRect']));for(let _0x1d8716=_0x307042[_0x4b10('0x2')]-0x1;_0x1d8716>0x0;_0x1d8716--){const _0x14e801=_0x307042[_0x1d8716];_0x1d8716!==this[_0x4b10('0x1f')](_0x14e801)&&(this[_0x4b10('0x18')](_0x14e801),this['add'](_0x14e801,_0x1d8716));}}[_0x4b10('0x3')](_0x3a968d){let _0xb9264f=0x0;const _0x53d16d=_0x3a968d['targetRect'];if(!_0x53d16d)return this['_items'][_0x4b10('0x2')];for(const _0x1df4ea of this){const _0x3bf1c4=_0x1df4ea[_0x4b10('0x7')];if(_0x3bf1c4){if(y(_0x53d16d,_0x3bf1c4)<0x0)return _0xb9264f;_0xb9264f++;}}return _0xb9264f;}}export function bindAnnotationCollections({source:_0x5b84d8,target:_0x4d8f38,filter:_0x4e10e5}){for(const _0x350bff of _0x5b84d8)_0x4e10e5(_0x350bff)&&_0x4d8f38[_0x4b10('0x5')](_0x350bff);_0x4d8f38[_0x4b10('0x10')](_0x5b84d8,'add',(_0x2ce330,_0xa238a6)=>{_0x4e10e5(_0xa238a6)&&_0x4d8f38[_0x4b10('0x5')](_0xa238a6);}),_0x4d8f38['listenTo'](_0x5b84d8,_0x4b10('0x18'),(_0x18f13a,_0x227824)=>{_0x4d8f38[_0x4b10('0x9')](_0x227824)&&_0x4d8f38[_0x4b10('0x18')](_0x227824);});}function y(_0x80fb6e,_0x20f6a8){if(null===_0x80fb6e&&null===_0x20f6a8)return 0x0;if(null===_0x80fb6e)return-0x1;if(null===_0x20f6a8)return 0x1;const _0x4782cb=_0x80fb6e['top']-_0x20f6a8['top'];return 0x0==_0x4782cb?_0x80fb6e[_0x4b10('0x17')]-_0x20f6a8[_0x4b10('0x17')]:_0x4782cb;}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x59ce=['activate','fire','activeAnnotations','pluginName','change:isVisible','_removeActiveAnnotation','createAnnotationView','deactivateAll','_visibleAnnotations','refreshVisibility','Annotations','_activateAnnotation','collection','_bindAnnotationsToVisibleAnnotations','delete','add','remove','destroy','set','listenTo','has','getByInnerView','isVisible','refreshPositioning'];(function(_0x15b2b8,_0x59ce5e){const _0x16414c=function(_0xb5eeba){while(--_0xb5eeba){_0x15b2b8['push'](_0x15b2b8['shift']());}};_0x16414c(++_0x59ce5e);}(_0x59ce,0xbf));const _0x1641=function(_0x15b2b8,_0x59ce5e){_0x15b2b8=_0x15b2b8-0x0;let _0x16414c=_0x59ce[_0x15b2b8];return _0x16414c;};import{ContextPlugin as _0x29299a}from'ckeditor5/src/core';import _0x376d19 from'./annotation';import _0x44e106 from'./annotationcollection';import _0x316304 from'./view/annotationview';export default class V extends _0x29299a{static get[_0x1641('0x4')](){return _0x1641('0xb');}constructor(_0x50df98){super(_0x50df98),this[_0x1641('0xd')]=new _0x44e106(),this[_0x1641('0x9')]=new _0x44e106(),this[_0x1641('0x13')](_0x1641('0x3'),new Set()),this[_0x1641('0xe')]();}[_0x1641('0x10')](_0x1f816f){this['collection']['add'](_0x1f816f);}[_0x1641('0x11')](_0x370475){this[_0x1641('0xd')]['remove'](_0x370475),_0x370475[_0x1641('0x12')]();}['refreshVisibility'](){for(const _0x347290 of this[_0x1641('0xd')])_0x347290[_0x1641('0xa')]();}[_0x1641('0x0')](){this['_visibleAnnotations'][_0x1641('0x0')]();}[_0x1641('0x16')](_0x252a8e){return this['collection'][_0x1641('0x16')](_0x252a8e);}[_0x1641('0x8')](){this[_0x1641('0x2')]('_deactivateAllAnnotations');}[_0x1641('0x12')](){for(const _0xca92f6 of this[_0x1641('0xd')])_0xca92f6[_0x1641('0x12')]();this[_0x1641('0x9')][_0x1641('0x12')](),this[_0x1641('0xd')][_0x1641('0x12')](),super['destroy']();}[_0x1641('0x1')](_0x5ca698){this[_0x1641('0x2')](_0x1641('0xc'),_0x5ca698);}['createAnnotation'](_0x47fd55){return new _0x376d19(_0x47fd55);}[_0x1641('0x7')](_0x39865c,_0x1c65e9){return new _0x316304(_0x39865c,_0x1c65e9);}['_addActiveAnnotation'](_0x13a4b2){const _0x4a6e96=new Set(this[_0x1641('0x3')]);_0x4a6e96[_0x1641('0x10')](_0x13a4b2),this[_0x1641('0x3')]=_0x4a6e96;}[_0x1641('0x6')](_0x14bba7){const _0x27c57c=new Set(this[_0x1641('0x3')]);_0x27c57c[_0x1641('0xf')](_0x14bba7),this[_0x1641('0x3')]=_0x27c57c;}[_0x1641('0xe')](){const _0xc7a83a=this[_0x1641('0xd')],_0x232f61=this['_visibleAnnotations'];function _0x3d966a(_0x3579a3){const _0x41b961=_0x3579a3['source'];_0x41b961[_0x1641('0x17')]&&!_0x232f61[_0x1641('0x15')](_0x41b961)?_0x232f61[_0x1641('0x10')](_0x41b961):!_0x41b961[_0x1641('0x17')]&&_0x232f61[_0x1641('0x15')](_0x41b961)&&_0x232f61[_0x1641('0x11')](_0x41b961);}this[_0x1641('0x14')](_0xc7a83a,'add',(_0x113c4b,_0x2fa33a)=>{_0x2fa33a[_0x1641('0x17')]&&_0x232f61[_0x1641('0x10')](_0x2fa33a),this[_0x1641('0x14')](_0x2fa33a,'change:isVisible',_0x3d966a);}),this[_0x1641('0x14')](_0xc7a83a,_0x1641('0x11'),(_0x9eefc9,_0x577f07)=>{_0x232f61[_0x1641('0x15')](_0x577f07)&&_0x232f61[_0x1641('0x11')](_0x577f07),this['stopListening'](_0x577f07,_0x1641('0x5'),_0x3d966a);});}}
|