@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.1
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 +1 -256
- 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/ti.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/dist/annotations/annotations.d.ts +1 -1
- package/dist/annotations/sidebar.d.ts +2 -2
- package/dist/annotations/view/annotationview.d.ts +4 -4
- package/dist/annotations/view/sidebaritemview.d.ts +7 -3
- package/dist/annotations/view/sidebarview.d.ts +25 -4
- package/dist/comments/commentsediting.d.ts +8 -0
- package/dist/comments/commentsrepository.d.ts +14 -2
- package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/dist/comments/ui/view/basecommentview.d.ts +41 -3
- package/dist/comments/ui/view/commentinputview.d.ts +17 -2
- package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/dist/comments/ui/view/commentslistview.d.ts +17 -5
- package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
- package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
- package/dist/comments/ui/view/commentview.d.ts +9 -12
- package/dist/index-editor.css +33 -2
- package/dist/index.css +95 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9 -9
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/utils/common-translations.d.ts +1 -1
- package/lang/contexts.json +15 -0
- package/lang/translations/af.po +62 -0
- package/lang/translations/ar.po +68 -2
- package/lang/translations/bg.po +64 -2
- package/lang/translations/bn.po +64 -2
- package/lang/translations/bs.po +63 -0
- package/lang/translations/ca.po +64 -2
- package/lang/translations/cs.po +66 -2
- package/lang/translations/da.po +64 -2
- package/lang/translations/de-ch.po +62 -0
- package/lang/translations/de.po +64 -2
- package/lang/translations/el.po +64 -2
- package/lang/translations/en-au.po +62 -0
- package/lang/translations/en.po +64 -2
- package/lang/translations/es-co.po +63 -0
- package/lang/translations/es.po +65 -2
- package/lang/translations/et.po +64 -2
- package/lang/translations/fa.po +62 -0
- package/lang/translations/fi.po +64 -2
- package/lang/translations/fr.po +65 -2
- package/lang/translations/gl.po +64 -2
- package/lang/translations/he.po +65 -2
- package/lang/translations/hi.po +64 -2
- package/lang/translations/hr.po +63 -0
- package/lang/translations/hu.po +64 -2
- package/lang/translations/id.po +63 -2
- package/lang/translations/it.po +65 -2
- package/lang/translations/ja.po +63 -2
- package/lang/translations/jv.po +61 -0
- package/lang/translations/ko.po +63 -2
- package/lang/translations/lt.po +66 -2
- package/lang/translations/lv.po +65 -2
- package/lang/translations/ms.po +63 -2
- package/lang/translations/nl.po +64 -2
- package/lang/translations/no.po +64 -2
- package/lang/translations/pl.po +66 -2
- package/lang/translations/pt-br.po +65 -2
- package/lang/translations/pt.po +65 -2
- package/lang/translations/ro.po +65 -2
- package/lang/translations/ru.po +66 -2
- package/lang/translations/sk.po +66 -2
- package/lang/translations/sq.po +62 -0
- package/lang/translations/sr-latn.po +65 -2
- package/lang/translations/sr.po +65 -2
- package/lang/translations/sv.po +64 -2
- package/lang/translations/th.po +63 -2
- package/lang/translations/ti.po +62 -0
- package/lang/translations/tk.po +62 -0
- package/lang/translations/tr.po +64 -2
- package/lang/translations/tt.po +61 -0
- package/lang/translations/ug.po +64 -2
- package/lang/translations/uk.po +66 -2
- package/lang/translations/ur.po +62 -0
- package/lang/translations/vi.po +63 -2
- package/lang/translations/zh-cn.po +63 -2
- package/lang/translations/zh.po +63 -2
- package/package.json +14 -13
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +2 -2
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +4 -4
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +7 -3
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +25 -4
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +8 -0
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +14 -2
- package/src/comments/commentsrepository.js +3 -3
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/clipboard.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +41 -3
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +17 -2
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +17 -5
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
- package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
- package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +11 -6
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.d.ts +9 -12
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/utils/common-translations.d.ts +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +6 -0
- package/theme/commentthread.css +43 -2
package/lang/translations/ur.po
CHANGED
|
@@ -83,6 +83,68 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "تبصرہ"
|
|
85
85
|
|
|
86
|
+
msgctxt "The accessible label for the annotations sidebar."
|
|
87
|
+
msgid "Annotations sidebar"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
msgctxt "The accessible label for the list annotations in the annotations sidebar."
|
|
91
|
+
msgid "Annotations list"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
msgctxt "The accessible label for the list of thread comments in an annotation."
|
|
95
|
+
msgid "Thread comments"
|
|
96
|
+
msgstr ""
|
|
97
|
+
|
|
98
|
+
msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
|
|
99
|
+
msgid "THREAD_CONTEXT_LABEL"
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
102
|
+
msgctxt "The accessible label describing the comment thread."
|
|
103
|
+
msgid "COMMENT_THREAD_LABEL"
|
|
104
|
+
msgid_plural "Comment thread by %1. %0 replies."
|
|
105
|
+
msgstr[0] ""
|
|
106
|
+
msgstr[1] ""
|
|
107
|
+
|
|
108
|
+
msgctxt "The accessible label providing extra information about navigation in the comment thread."
|
|
109
|
+
msgid "COMMENT_THREAD_DESCRIPTION"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
msgctxt "The accessible label for a single comment."
|
|
113
|
+
msgid "COMMENT_ARIA_LABEL"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
116
|
+
msgctxt "The accessible label for the list of archived comments."
|
|
117
|
+
msgid "COMMENTS_ARCHIVE_LIST_LABEL"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
120
|
+
msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
|
|
121
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
|
|
125
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
128
|
+
msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
|
|
129
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
|
|
130
|
+
msgstr ""
|
|
131
|
+
|
|
132
|
+
msgctxt "The accessibility help dialog keystroke description for entering a thread."
|
|
133
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
|
|
137
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
|
|
138
|
+
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "The accessibility help dialog keystroke description for submitting a comment."
|
|
141
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
|
|
145
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
|
|
146
|
+
msgstr ""
|
|
147
|
+
|
|
86
148
|
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
87
149
|
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
88
150
|
msgstr ""
|
package/lang/translations/vi.po
CHANGED
|
@@ -82,13 +82,74 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "Bình luận"
|
|
84
84
|
|
|
85
|
+
msgctxt "The accessible label for the annotations sidebar."
|
|
86
|
+
msgid "Annotations sidebar"
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
msgctxt "The accessible label for the list annotations in the annotations sidebar."
|
|
90
|
+
msgid "Annotations list"
|
|
91
|
+
msgstr ""
|
|
92
|
+
|
|
93
|
+
msgctxt "The accessible label for the list of thread comments in an annotation."
|
|
94
|
+
msgid "Thread comments"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
97
|
+
msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
|
|
98
|
+
msgid "THREAD_CONTEXT_LABEL"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
msgctxt "The accessible label describing the comment thread."
|
|
102
|
+
msgid "COMMENT_THREAD_LABEL"
|
|
103
|
+
msgid_plural "Comment thread by %1. %0 replies."
|
|
104
|
+
msgstr[0] ""
|
|
105
|
+
|
|
106
|
+
msgctxt "The accessible label providing extra information about navigation in the comment thread."
|
|
107
|
+
msgid "COMMENT_THREAD_DESCRIPTION"
|
|
108
|
+
msgstr ""
|
|
109
|
+
|
|
110
|
+
msgctxt "The accessible label for a single comment."
|
|
111
|
+
msgid "COMMENT_ARIA_LABEL"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
msgctxt "The accessible label for the list of archived comments."
|
|
115
|
+
msgid "COMMENTS_ARCHIVE_LIST_LABEL"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
|
|
119
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
122
|
+
msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
|
|
123
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
126
|
+
msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
|
|
127
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
130
|
+
msgctxt "The accessibility help dialog keystroke description for entering a thread."
|
|
131
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
|
|
132
|
+
msgstr ""
|
|
133
|
+
|
|
134
|
+
msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
|
|
135
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
msgctxt "The accessibility help dialog keystroke description for submitting a comment."
|
|
139
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
|
|
143
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
85
146
|
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
147
|
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
-
msgstr "
|
|
148
|
+
msgstr ""
|
|
88
149
|
|
|
89
150
|
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
151
|
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
-
msgstr "
|
|
152
|
+
msgstr ""
|
|
92
153
|
|
|
93
154
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
94
155
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
@@ -82,13 +82,74 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "评论"
|
|
84
84
|
|
|
85
|
+
msgctxt "The accessible label for the annotations sidebar."
|
|
86
|
+
msgid "Annotations sidebar"
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
msgctxt "The accessible label for the list annotations in the annotations sidebar."
|
|
90
|
+
msgid "Annotations list"
|
|
91
|
+
msgstr ""
|
|
92
|
+
|
|
93
|
+
msgctxt "The accessible label for the list of thread comments in an annotation."
|
|
94
|
+
msgid "Thread comments"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
97
|
+
msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
|
|
98
|
+
msgid "THREAD_CONTEXT_LABEL"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
msgctxt "The accessible label describing the comment thread."
|
|
102
|
+
msgid "COMMENT_THREAD_LABEL"
|
|
103
|
+
msgid_plural "Comment thread by %1. %0 replies."
|
|
104
|
+
msgstr[0] ""
|
|
105
|
+
|
|
106
|
+
msgctxt "The accessible label providing extra information about navigation in the comment thread."
|
|
107
|
+
msgid "COMMENT_THREAD_DESCRIPTION"
|
|
108
|
+
msgstr ""
|
|
109
|
+
|
|
110
|
+
msgctxt "The accessible label for a single comment."
|
|
111
|
+
msgid "COMMENT_ARIA_LABEL"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
msgctxt "The accessible label for the list of archived comments."
|
|
115
|
+
msgid "COMMENTS_ARCHIVE_LIST_LABEL"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
|
|
119
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
122
|
+
msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
|
|
123
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
126
|
+
msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
|
|
127
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
130
|
+
msgctxt "The accessibility help dialog keystroke description for entering a thread."
|
|
131
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
|
|
132
|
+
msgstr ""
|
|
133
|
+
|
|
134
|
+
msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
|
|
135
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
msgctxt "The accessibility help dialog keystroke description for submitting a comment."
|
|
139
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
|
|
143
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
85
146
|
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
147
|
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
-
msgstr "
|
|
148
|
+
msgstr ""
|
|
88
149
|
|
|
89
150
|
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
151
|
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
-
msgstr "
|
|
152
|
+
msgstr ""
|
|
92
153
|
|
|
93
154
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
94
155
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
package/lang/translations/zh.po
CHANGED
|
@@ -82,13 +82,74 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
82
82
|
msgid "Comment"
|
|
83
83
|
msgstr "留言"
|
|
84
84
|
|
|
85
|
+
msgctxt "The accessible label for the annotations sidebar."
|
|
86
|
+
msgid "Annotations sidebar"
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
msgctxt "The accessible label for the list annotations in the annotations sidebar."
|
|
90
|
+
msgid "Annotations list"
|
|
91
|
+
msgstr ""
|
|
92
|
+
|
|
93
|
+
msgctxt "The accessible label for the list of thread comments in an annotation."
|
|
94
|
+
msgid "Thread comments"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
97
|
+
msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
|
|
98
|
+
msgid "THREAD_CONTEXT_LABEL"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
msgctxt "The accessible label describing the comment thread."
|
|
102
|
+
msgid "COMMENT_THREAD_LABEL"
|
|
103
|
+
msgid_plural "Comment thread by %1. %0 replies."
|
|
104
|
+
msgstr[0] ""
|
|
105
|
+
|
|
106
|
+
msgctxt "The accessible label providing extra information about navigation in the comment thread."
|
|
107
|
+
msgid "COMMENT_THREAD_DESCRIPTION"
|
|
108
|
+
msgstr ""
|
|
109
|
+
|
|
110
|
+
msgctxt "The accessible label for a single comment."
|
|
111
|
+
msgid "COMMENT_ARIA_LABEL"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
msgctxt "The accessible label for the list of archived comments."
|
|
115
|
+
msgid "COMMENTS_ARCHIVE_LIST_LABEL"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
|
|
119
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
122
|
+
msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
|
|
123
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
126
|
+
msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
|
|
127
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
130
|
+
msgctxt "The accessibility help dialog keystroke description for entering a thread."
|
|
131
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
|
|
132
|
+
msgstr ""
|
|
133
|
+
|
|
134
|
+
msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
|
|
135
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
msgctxt "The accessibility help dialog keystroke description for submitting a comment."
|
|
139
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
|
|
143
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
85
146
|
msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
|
|
86
147
|
msgid "ENTER_COMMENT_ANNOUNCEMENT"
|
|
87
|
-
msgstr "
|
|
148
|
+
msgstr ""
|
|
88
149
|
|
|
89
150
|
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
90
151
|
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
91
|
-
msgstr "
|
|
152
|
+
msgstr ""
|
|
92
153
|
|
|
93
154
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
94
155
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-comments",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "43.0.0-alpha.1",
|
|
4
4
|
"description": "Collaborative comments feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -45,18 +45,19 @@
|
|
|
45
45
|
"CHANGELOG.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@ckeditor/ckeditor5-clipboard": "
|
|
49
|
-
"@ckeditor/ckeditor5-core": "
|
|
50
|
-
"@ckeditor/ckeditor5-engine": "
|
|
51
|
-
"@ckeditor/ckeditor5-enter": "
|
|
52
|
-
"@ckeditor/ckeditor5-paragraph": "
|
|
53
|
-
"@ckeditor/ckeditor5-select-all": "
|
|
54
|
-
"@ckeditor/ckeditor5-
|
|
55
|
-
"@ckeditor/ckeditor5-
|
|
56
|
-
"@ckeditor/ckeditor5-
|
|
57
|
-
"@ckeditor/ckeditor5-
|
|
58
|
-
"ckeditor5": "
|
|
59
|
-
"ckeditor5
|
|
48
|
+
"@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.1",
|
|
49
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.1",
|
|
50
|
+
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.1",
|
|
51
|
+
"@ckeditor/ckeditor5-enter": "43.0.0-alpha.1",
|
|
52
|
+
"@ckeditor/ckeditor5-paragraph": "43.0.0-alpha.1",
|
|
53
|
+
"@ckeditor/ckeditor5-select-all": "43.0.0-alpha.1",
|
|
54
|
+
"@ckeditor/ckeditor5-theme-lark": "43.0.0-alpha.1",
|
|
55
|
+
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.1",
|
|
56
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.1",
|
|
57
|
+
"@ckeditor/ckeditor5-undo": "43.0.0-alpha.1",
|
|
58
|
+
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.1",
|
|
59
|
+
"ckeditor5": "43.0.0-alpha.1",
|
|
60
|
+
"ckeditor5-collaboration": "43.0.0-alpha.1",
|
|
60
61
|
"lodash-es": "4.17.21"
|
|
61
62
|
},
|
|
62
63
|
"types": "src/index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
24
|
-
|
|
23
|
+
function _0x2173(){const _0x5f4f13=['focusTracker','346781DBxLqb','offsetParent','target','1863530ueRLAt','_target','innerView','_assertCorrectTarget','remove','2335623AOKzgj','length','every','10905510VqbBLy','nodeType','mainView','function','472152IEprLT','render','6uhcEhq','element','targetRect','isVisible','object','refreshVisibility','clear','_type','isArray','_getNormalizedTarget','updateTargetRect','focusableElements','getClientRects','add','isActive','stopListening','destroy','198GiBNnk','item','type','35yNjQqv','260765zWoNFM','filter','637032bTnHeu','annotation-invalid-target','54aWYNDJ','set','_id','view'];_0x2173=function(){return _0x5f4f13;};return _0x2173();}const _0x5a9287=_0x3b5c;(function(_0xa34bf5,_0x3502d7){const _0x293f66=_0x3b5c,_0x11ee5a=_0xa34bf5();while(!![]){try{const _0x39294a=parseInt(_0x293f66(0x1f5))/0x1*(-parseInt(_0x293f66(0x1d7))/0x2)+parseInt(_0x293f66(0x1fd))/0x3+-parseInt(_0x293f66(0x1ee))/0x4+parseInt(_0x293f66(0x1ec))/0x5*(parseInt(_0x293f66(0x1e8))/0x6)+-parseInt(_0x293f66(0x1eb))/0x7*(parseInt(_0x293f66(0x1d5))/0x8)+parseInt(_0x293f66(0x1f0))/0x9*(-parseInt(_0x293f66(0x1f8))/0xa)+parseInt(_0x293f66(0x200))/0xb;if(_0x39294a===_0x3502d7)break;else _0x11ee5a['push'](_0x11ee5a['shift']());}catch(_0x5a2ea8){_0x11ee5a['push'](_0x11ee5a['shift']());}}}(_0x2173,0xd666a));import{CKEditorError as _0x5d49a8,Rect as _0x5f2c4d,Collection as _0x41d44c,ObservableMixin as _0x40d39f}from'ckeditor5/src/utils.js';function _0x3b5c(_0x4f3ec6,_0x55bca3){const _0x2173e0=_0x2173();return _0x3b5c=function(_0x3b5cc3,_0x1916f4){_0x3b5cc3=_0x3b5cc3-0x1d2;let _0x4faee6=_0x2173e0[_0x3b5cc3];return _0x4faee6;},_0x3b5c(_0x4f3ec6,_0x55bca3);}export default class d extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x40d39f(){constructor({view:_0x5d62f5,target:_0x10e933,type:_0x4a6057,isVisible:_0x1928f7=!0x0}){const _0xdced7d=_0x3b5c;super(),this[_0xdced7d(0x1f3)]=_0x5d62f5,this[_0xdced7d(0x1f3)][_0xdced7d(0x1d8)]||this[_0xdced7d(0x1f3)][_0xdced7d(0x1d6)](),this[_0xdced7d(0x1de)]=_0x4a6057,this[_0xdced7d(0x1f9)]=_0x10e933,d[_0xdced7d(0x1fb)](this[_0xdced7d(0x1e0)]()),this[_0xdced7d(0x1e2)]=new _0x41d44c([this[_0xdced7d(0x1f3)][_0xdced7d(0x1d8)]],{'idProperty':_0xdced7d(0x1f2)}),this[_0xdced7d(0x1e2)]['on'](_0xdced7d(0x1e4),(_0x6eacfb,_0x2ffee5)=>{const _0x3e0b6f=_0xdced7d;this[_0x3e0b6f(0x1f3)][_0x3e0b6f(0x1f4)][_0x3e0b6f(0x1e4)](_0x2ffee5);}),this[_0xdced7d(0x1e2)]['on'](_0xdced7d(0x1fc),(_0x5e6a5e,_0x2dfac2)=>{const _0x1129e1=_0xdced7d;this[_0x1129e1(0x1f3)][_0x1129e1(0x1f4)][_0x1129e1(0x1fc)](_0x2dfac2);}),this[_0xdced7d(0x1f1)](_0xdced7d(0x1da),_0x1928f7);}get[_0x5a9287(0x1ea)](){const _0xf2eb85=_0x5a9287;return _0xf2eb85(0x1d4)==typeof this[_0xf2eb85(0x1de)]?this[_0xf2eb85(0x1de)]():this[_0xf2eb85(0x1de)];}get[_0x5a9287(0x1fa)](){const _0xb04ac8=_0x5a9287;return this[_0xb04ac8(0x1f3)][_0xb04ac8(0x1d3)];}get[_0x5a9287(0x1f7)](){const _0x964044=_0x5a9287,_0x597e6a=this[_0x964044(0x1e0)]();return d[_0x964044(0x1fb)](_0x597e6a),_0x597e6a;}get[_0x5a9287(0x1d9)](){const _0x51d649=_0x5a9287,_0x2e72a8=this[_0x51d649(0x1f7)];if(null===_0x2e72a8)return null;if(_0x2e72a8 instanceof _0x5f2c4d)return _0x2e72a8;const _0x45cc1d=_0x2e72a8[_0x51d649(0x1ed)](_0x13efd3=>function(_0x4612c1){const _0x129511=_0x51d649,_0x183e1f=_0x4612c1[_0x129511(0x1f6)];if(_0x183e1f)return!0x0;const _0x2a1578=_0x4612c1[_0x129511(0x1e3)]()[_0x129511(0x1e9)](0x0);return!!_0x2a1578;}(_0x13efd3));return 0x0===_0x45cc1d[_0x51d649(0x1fe)]?null:new _0x5f2c4d(_0x45cc1d[0x0][_0x51d649(0x1e3)]()[_0x51d649(0x1e9)](0x0));}get[_0x5a9287(0x1e5)](){const _0x4c2205=_0x5a9287;return this[_0x4c2205(0x1f3)][_0x4c2205(0x1e5)];}set[_0x5a9287(0x1e5)](_0x3a4a1d){const _0x3e59c0=_0x5a9287;this[_0x3e59c0(0x1f3)][_0x3e59c0(0x1e5)]=_0x3a4a1d,this[_0x3e59c0(0x1f3)][_0x3e59c0(0x1d3)][_0x3e59c0(0x1e5)]=_0x3a4a1d;}[_0x5a9287(0x1e1)](){const _0x14300a=_0x5a9287;this[_0x14300a(0x1f3)][_0x14300a(0x1d9)]=this[_0x14300a(0x1d9)];}[_0x5a9287(0x1e7)](){const _0x32f88c=_0x5a9287;this[_0x32f88c(0x1e2)][_0x32f88c(0x1e6)](),this[_0x32f88c(0x1e2)][_0x32f88c(0x1dd)](),this[_0x32f88c(0x1e6)]();}[_0x5a9287(0x1dc)](){const _0x5cbbf0=_0x5a9287;this[_0x5cbbf0(0x1da)]=!!this[_0x5cbbf0(0x1d9)];}static[_0x5a9287(0x1fb)](_0x52862e){const _0x41832f=_0x5a9287;if(!(null===_0x52862e||_0x52862e instanceof _0x5f2c4d||Array[_0x41832f(0x1df)](_0x52862e)&&_0x52862e[_0x41832f(0x1ff)](_0x19b4ad=>y(_0x19b4ad))))throw new _0x5d49a8(_0x41832f(0x1ef),null,{'target':_0x52862e});}[_0x5a9287(0x1e0)](){const _0xd88f2e=_0x5a9287,_0x39f9d8=_0xd88f2e(0x1d4)==typeof this[_0xd88f2e(0x1f9)]?this[_0xd88f2e(0x1f9)]():this[_0xd88f2e(0x1f9)];return y(_0x39f9d8)?[_0x39f9d8]:_0x39f9d8;}}function y(_0x718ea0){const _0x310496=_0x5a9287;return null!==_0x718ea0&&_0x310496(0x1db)==typeof _0x718ea0&&_0x310496(0x1d2)in _0x718ea0&&0x1===_0x718ea0[_0x310496(0x1d2)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x11e122=_0x4dc2;function _0x4dc2(_0x1c0b96,_0x42b41f){const _0x458ca9=_0x458c();return _0x4dc2=function(_0x4dc2e4,_0x5988e){_0x4dc2e4=_0x4dc2e4-0x140;let _0x29f79c=_0x458ca9[_0x4dc2e4];return _0x29f79c;},_0x4dc2(_0x1c0b96,_0x42b41f);}(function(_0x3464f5,_0xcfb7de){const _0x2a2153=_0x4dc2,_0x3c8fb0=_0x3464f5();while(!![]){try{const _0x4460eb=parseInt(_0x2a2153(0x140))/0x1+parseInt(_0x2a2153(0x15e))/0x2*(parseInt(_0x2a2153(0x165))/0x3)+-parseInt(_0x2a2153(0x16e))/0x4*(parseInt(_0x2a2153(0x14f))/0x5)+-parseInt(_0x2a2153(0x142))/0x6*(-parseInt(_0x2a2153(0x16c))/0x7)+-parseInt(_0x2a2153(0x145))/0x8*(-parseInt(_0x2a2153(0x162))/0x9)+-parseInt(_0x2a2153(0x15f))/0xa+-parseInt(_0x2a2153(0x148))/0xb;if(_0x4460eb===_0xcfb7de)break;else _0x3c8fb0['push'](_0x3c8fb0['shift']());}catch(_0x5efc93){_0x3c8fb0['push'](_0x3c8fb0['shift']());}}}(_0x458c,0xbbd9a));import{CKEditorError as _0x59d2ef,Collection as _0x1f4dcd,FocusTracker as _0x1df216}from'ckeditor5/src/utils.js';function _0x458c(){const _0x3f1a9c=['remove','148UAPlSF','_viewToAnnotation','687804qpTLJM','annotationcollection-not-existing-item','246GVQRNi','focus','from','16fGeGMz','set','_innerViewToAnnotation','2154845RsKdqi','_getOrderInContent','refreshPositioning','destroy','clear','listenTo','add','104820iZXsGJ','blur','change:isFocused','sort','length','innerView','view','left','delete','annotationcollection-duplicated-item','stopListening','getByInnerView','targetRect','get','has','339538OMYSfy','930310bsjcTo','updateTargetRect','top','1210131UxWnAf','fire','isFocused','3PSBoto','focusTracker','_focusTracker','getIndex','getByView','focusableElements','_sort','120799viHJww'];_0x458c=function(){return _0x3f1a9c;};return _0x458c();}export default class x extends _0x1f4dcd{constructor(_0x8268f5=[]){const _0x1a17f1=_0x4dc2;super(),this[_0x1a17f1(0x147)]=new Map(),this[_0x1a17f1(0x16f)]=new Map(),this[_0x1a17f1(0x167)]=new _0x1df216(),this[_0x1a17f1(0x167)]['on'](_0x1a17f1(0x151),(_0x182d84,_0xcf76b6,_0x5cda27)=>{const _0x4617f0=_0x1a17f1;_0x5cda27||this[_0x4617f0(0x163)](_0x4617f0(0x150));});for(const _0x2f6a94 of _0x8268f5)this[_0x1a17f1(0x14e)](_0x2f6a94);}get[_0x11e122(0x164)](){const _0x4e59e5=_0x11e122;return this[_0x4e59e5(0x167)][_0x4e59e5(0x164)];}[_0x11e122(0x14e)](_0x4f6b02){const _0x4fe187=_0x11e122;if(this[_0x4fe187(0x15d)](_0x4f6b02))throw new _0x59d2ef(_0x4fe187(0x158),null);this[_0x4fe187(0x147)][_0x4fe187(0x146)](_0x4f6b02[_0x4fe187(0x154)],_0x4f6b02),this[_0x4fe187(0x16f)][_0x4fe187(0x146)](_0x4f6b02[_0x4fe187(0x155)],_0x4f6b02);for(const _0x562b85 of _0x4f6b02[_0x4fe187(0x16a)])this[_0x4fe187(0x167)][_0x4fe187(0x14e)](_0x562b85);this[_0x4fe187(0x14d)](_0x4f6b02[_0x4fe187(0x16a)],_0x4fe187(0x14e),(_0x3bbec7,_0x569902)=>{const _0x5a33d3=_0x4fe187;this[_0x5a33d3(0x167)][_0x5a33d3(0x14e)](_0x569902);}),this[_0x4fe187(0x14d)](_0x4f6b02[_0x4fe187(0x16a)],_0x4fe187(0x16d),(_0x29e507,_0xc699c1)=>{const _0x6bff44=_0x4fe187;this[_0x6bff44(0x167)][_0x6bff44(0x16d)](_0xc699c1);}),this[_0x4fe187(0x14d)](_0x4f6b02[_0x4fe187(0x155)][_0x4fe187(0x166)],_0x4fe187(0x151),(_0x2d6dac,_0x2b0678,_0x940504)=>{const _0x54f30e=_0x4fe187;_0x940504&&this[_0x54f30e(0x163)](_0x54f30e(0x143),_0x4f6b02);}),_0x4f6b02[_0x4fe187(0x160)]();const _0x554081=this[_0x4fe187(0x149)](_0x4f6b02[_0x4fe187(0x155)][_0x4fe187(0x15b)]);return super[_0x4fe187(0x14e)](_0x4f6b02,_0x554081);}[_0x11e122(0x16d)](_0x3e5ee4){const _0x1b05b9=_0x11e122;if(!this[_0x1b05b9(0x15d)](_0x3e5ee4))throw new _0x59d2ef(_0x1b05b9(0x141),null);this[_0x1b05b9(0x159)](_0x3e5ee4[_0x1b05b9(0x155)][_0x1b05b9(0x166)]),this[_0x1b05b9(0x159)](_0x3e5ee4[_0x1b05b9(0x16a)]);for(const _0x213bdb of _0x3e5ee4[_0x1b05b9(0x16a)])this[_0x1b05b9(0x167)][_0x1b05b9(0x16d)](_0x213bdb);return this[_0x1b05b9(0x16f)][_0x1b05b9(0x157)](_0x3e5ee4[_0x1b05b9(0x155)]),this[_0x1b05b9(0x147)][_0x1b05b9(0x157)](_0x3e5ee4[_0x1b05b9(0x154)]),super[_0x1b05b9(0x16d)](_0x3e5ee4);}[_0x11e122(0x15a)](_0x2ff3de){const _0x31f2c3=_0x11e122;return this[_0x31f2c3(0x147)][_0x31f2c3(0x15c)](_0x2ff3de);}[_0x11e122(0x169)](_0x310dc8){const _0x123008=_0x11e122;return this[_0x123008(0x16f)][_0x123008(0x15c)](_0x310dc8);}[_0x11e122(0x14b)](){const _0x22f094=_0x11e122;super[_0x22f094(0x14c)](),this[_0x22f094(0x159)](),this[_0x22f094(0x147)][_0x22f094(0x14c)](),this[_0x22f094(0x16f)][_0x22f094(0x14c)](),this[_0x22f094(0x167)][_0x22f094(0x14b)]();}[_0x11e122(0x14a)](){const _0x3f566a=_0x11e122;for(const _0x276224 of this)_0x276224[_0x3f566a(0x160)]();this[_0x3f566a(0x16b)]();}[_0x11e122(0x16b)](){const _0x154ea9=_0x11e122,_0x4bf4a1=Array[_0x154ea9(0x144)](this)[_0x154ea9(0x152)]((_0x20d5d9,_0x4177b9)=>v(_0x20d5d9[_0x154ea9(0x155)][_0x154ea9(0x15b)],_0x4177b9[_0x154ea9(0x155)][_0x154ea9(0x15b)]));for(let _0x394e5d=_0x4bf4a1[_0x154ea9(0x153)]-0x1;_0x394e5d>0x0;_0x394e5d--){const _0xa31f2a=_0x4bf4a1[_0x394e5d];_0x394e5d!==this[_0x154ea9(0x168)](_0xa31f2a)&&(this[_0x154ea9(0x16d)](_0xa31f2a),this[_0x154ea9(0x14e)](_0xa31f2a));}}[_0x11e122(0x149)](_0x15faa2){const _0x421de7=_0x11e122;let _0x295a66=0x0;if(!_0x15faa2)return this[_0x421de7(0x153)];for(const _0x260d84 of this){const _0x2b7aa7=_0x260d84[_0x421de7(0x155)][_0x421de7(0x15b)];if(_0x2b7aa7){if(v(_0x15faa2,_0x2b7aa7)<0x0)return _0x295a66;_0x295a66++;}}return _0x295a66;}}export function bindAnnotationCollections({source:_0x13ae94,target:_0xea336c,filter:_0x212fa9}){const _0xa0607b=_0x11e122;for(const _0x3c5151 of _0x13ae94)_0x212fa9(_0x3c5151)&&_0xea336c[_0xa0607b(0x14e)](_0x3c5151);_0xea336c[_0xa0607b(0x14d)](_0x13ae94,_0xa0607b(0x14e),(_0x6ddd36,_0x36f4ba)=>{const _0x116465=_0xa0607b;_0x212fa9(_0x36f4ba)&&_0xea336c[_0x116465(0x14e)](_0x36f4ba);}),_0xea336c[_0xa0607b(0x14d)](_0x13ae94,_0xa0607b(0x16d),(_0x163899,_0x22733e)=>{const _0x17863d=_0xa0607b;_0xea336c[_0x17863d(0x15d)](_0x22733e)&&_0xea336c[_0x17863d(0x16d)](_0x22733e);});}function v(_0x1b22ab,_0x270e99){const _0x31a3fe=_0x11e122;if(null===_0x1b22ab&&null===_0x270e99)return 0x0;if(null===_0x1b22ab)return-0x1;if(null===_0x270e99)return 0x1;const _0x270007=_0x1b22ab[_0x31a3fe(0x161)]-_0x270e99[_0x31a3fe(0x161)];return 0x0==_0x270007?_0x1b22ab[_0x31a3fe(0x156)]-_0x270e99[_0x31a3fe(0x156)]:_0x270007;}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* @module comments/annotations/annotations
|
|
7
7
|
* @publicApi
|
|
8
8
|
*/
|
|
9
|
-
import { ContextPlugin,
|
|
9
|
+
import { ContextPlugin, Editor, type Context } from 'ckeditor5/src/core.js';
|
|
10
10
|
import type { View } from 'ckeditor5/src/ui.js';
|
|
11
11
|
import { type Locale } from 'ckeditor5/src/utils.js';
|
|
12
12
|
import Annotation, { type AnnotationTarget } from './annotation.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0xca37(){const _0x3db5b4=['_visibleAnnotations','_deactivateAllAnnotations','destroy','87333MnVQqB','1325250zQQiEe','add','722892Ikqiit','stopListening','addKeystrokeInfoGroup','Ctrl+Shift+E','Esc','ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS','annotations','_bindAnnotationsToVisibleAnnotations','change:isVisible','ACCESSIBILITY_HELP_ANNOTATIONS_ENTER','refreshVisibility','remove','createAnnotationView','Arrowdown','Arrowup','ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO','_addActiveAnnotation','element','activate','refreshPositioning','isVisible','Tab','2007955MIDTAp','3590880jhFvgK','_activateAnnotation','focusTracker','Enter','Annotations','getByInnerView','fire','activeAnnotations','collection','ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS','Shift+Tab','91ZYLZVo','locale','listenTo','ACCESSIBILITY_HELP_ANNOTATIONS_EXIT','view','2KaquFu','delete','pluginName','Ctrl+Enter','ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT','_removeActiveAnnotation','ACCESSIBILITY_HELP_ANNOTATIONS_GROUP','set','143058gNvTDP','has','createAnnotation','3aaeCcm','accessibility','deactivateAll','6762940HKzJfx','source'];_0xca37=function(){return _0x3db5b4;};return _0xca37();}const _0x23f67a=_0x339d;(function(_0x59010e,_0x14d3d4){const _0x2c2a1f=_0x339d,_0x294855=_0x59010e();while(!![]){try{const _0x5462be=-parseInt(_0x2c2a1f(0x12a))/0x1*(parseInt(_0x2c2a1f(0x154))/0x2)+-parseInt(_0x2c2a1f(0x122))/0x3*(parseInt(_0x2c2a1f(0x12d))/0x4)+-parseInt(_0x2c2a1f(0x143))/0x5+parseInt(_0x2c2a1f(0x15c))/0x6*(-parseInt(_0x2c2a1f(0x14f))/0x7)+parseInt(_0x2c2a1f(0x144))/0x8+parseInt(_0x2c2a1f(0x12b))/0x9+parseInt(_0x2c2a1f(0x125))/0xa;if(_0x5462be===_0x14d3d4)break;else _0x294855['push'](_0x294855['shift']());}catch(_0x14c2b2){_0x294855['push'](_0x294855['shift']());}}}(_0xca37,0x477be));import{ContextPlugin as _0x278107,Editor as _0x2673a4}from'ckeditor5/src/core.js';function _0x339d(_0xdbae73,_0x542774){const _0xca37f5=_0xca37();return _0x339d=function(_0x339ddc,_0x3e29ef){_0x339ddc=_0x339ddc-0x120;let _0x316676=_0xca37f5[_0x339ddc];return _0x316676;},_0x339d(_0xdbae73,_0x542774);}import _0x4c8020 from'./annotation.js';import _0x17221c from'./annotationcollection.js';import _0x1c63f0 from'./view/annotationview.js';import{getTranslation as _0x5bb4a6}from'../utils/common-translations.js';export default class _ extends _0x278107{static get[_0x23f67a(0x156)](){const _0x4e3504=_0x23f67a;return _0x4e3504(0x148);}constructor(_0x1eb420){const _0xbe2d13=_0x23f67a;if(super(_0x1eb420),this[_0xbe2d13(0x14c)]=new _0x17221c(),this[_0xbe2d13(0x127)]=new _0x17221c(),this[_0xbe2d13(0x15b)](_0xbe2d13(0x14b),new Set()),this[_0xbe2d13(0x134)](),_0x1eb420 instanceof _0x2673a4){const _0x5d1deb=_0x1eb420[_0xbe2d13(0x150)];_0x1eb420[_0xbe2d13(0x123)][_0xbe2d13(0x12f)]({'id':_0xbe2d13(0x133),'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x15a)),'keystrokes':[{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x13c)),'keystroke':_0xbe2d13(0x130)},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x152)),'keystroke':_0xbe2d13(0x131)},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x136)),'keystroke':_0xbe2d13(0x147)},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x14d)),'keystroke':[[_0xbe2d13(0x142)],[_0xbe2d13(0x14e)]]},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x158)),'keystroke':[_0xbe2d13(0x157)]},{'label':_0x5bb4a6(_0x5d1deb,_0xbe2d13(0x132)),'keystroke':[[_0xbe2d13(0x13b)],[_0xbe2d13(0x13a)]]}]});}}[_0x23f67a(0x12c)](_0x1173c3){const _0x20fd9b=_0x23f67a;this[_0x20fd9b(0x14c)][_0x20fd9b(0x12c)](_0x1173c3);}[_0x23f67a(0x138)](_0x380c0d){const _0x359316=_0x23f67a;this[_0x359316(0x14c)][_0x359316(0x138)](_0x380c0d),_0x380c0d[_0x359316(0x129)]();}[_0x23f67a(0x137)](){const _0x445123=_0x23f67a;for(const _0x50645a of this[_0x445123(0x14c)])_0x50645a[_0x445123(0x137)]();}[_0x23f67a(0x140)](){const _0x248a06=_0x23f67a;this[_0x248a06(0x127)][_0x248a06(0x140)]();}[_0x23f67a(0x149)](_0x2f7876){const _0x165d83=_0x23f67a;return this[_0x165d83(0x14c)][_0x165d83(0x149)](_0x2f7876);}[_0x23f67a(0x124)](){const _0x187e09=_0x23f67a;this[_0x187e09(0x14a)](_0x187e09(0x128));}[_0x23f67a(0x129)](){const _0x185d6d=_0x23f67a;for(const _0x1c8b92 of this[_0x185d6d(0x14c)])_0x1c8b92[_0x185d6d(0x129)]();this[_0x185d6d(0x127)][_0x185d6d(0x129)](),this[_0x185d6d(0x14c)][_0x185d6d(0x129)](),super[_0x185d6d(0x129)]();}[_0x23f67a(0x13f)](_0x27f339){const _0x5d16e1=_0x23f67a;this[_0x5d16e1(0x14a)](_0x5d16e1(0x145),_0x27f339);}[_0x23f67a(0x121)](_0x415230){return new _0x4c8020(_0x415230);}[_0x23f67a(0x139)](_0x4c4aee,_0x29ee65){return new _0x1c63f0(_0x4c4aee,_0x29ee65);}[_0x23f67a(0x13d)](_0xb710bc){const _0xb8429f=_0x23f67a,_0x38da2d=new Set(this[_0xb8429f(0x14b)]);_0x38da2d[_0xb8429f(0x12c)](_0xb710bc),this[_0xb8429f(0x14b)]=_0x38da2d;}[_0x23f67a(0x159)](_0x141f36){const _0x4950f6=_0x23f67a,_0x2de6e5=new Set(this[_0x4950f6(0x14b)]);_0x2de6e5[_0x4950f6(0x155)](_0x141f36),this[_0x4950f6(0x14b)]=_0x2de6e5;}[_0x23f67a(0x134)](){const _0x34fbfd=_0x23f67a,_0x26e080=this[_0x34fbfd(0x14c)],_0x344cee=this[_0x34fbfd(0x127)];function _0x24dad6(_0x2a5892){const _0x432913=_0x34fbfd,_0x150386=_0x2a5892[_0x432913(0x126)];_0x150386[_0x432913(0x141)]&&!_0x344cee[_0x432913(0x120)](_0x150386)?_0x344cee[_0x432913(0x12c)](_0x150386):!_0x150386[_0x432913(0x141)]&&_0x344cee[_0x432913(0x120)](_0x150386)&&_0x344cee[_0x432913(0x138)](_0x150386),_0x150386[_0x432913(0x153)][_0x432913(0x146)][_0x432913(0x138)](_0x150386[_0x432913(0x153)][_0x432913(0x13e)]),_0x150386[_0x432913(0x153)][_0x432913(0x146)][_0x432913(0x12c)](_0x150386[_0x432913(0x153)][_0x432913(0x13e)]);}this[_0x34fbfd(0x151)](_0x26e080,_0x34fbfd(0x12c),(_0x41b478,_0x553270)=>{const _0x22f9aa=_0x34fbfd;_0x553270[_0x22f9aa(0x141)]&&_0x344cee[_0x22f9aa(0x12c)](_0x553270),this[_0x22f9aa(0x151)](_0x553270,_0x22f9aa(0x135),_0x24dad6);}),this[_0x34fbfd(0x151)](_0x26e080,_0x34fbfd(0x138),(_0x4b82d,_0x2da3c1)=>{const _0x4aa8d3=_0x34fbfd;_0x344cee[_0x4aa8d3(0x120)](_0x2da3c1)&&_0x344cee[_0x4aa8d3(0x138)](_0x2da3c1),this[_0x4aa8d3(0x12e)](_0x2da3c1,_0x4aa8d3(0x135),_0x24dad6);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x52cb(){const _0x1e1196=['_uisData','7806skYrOJ','_addActiveAnnotation','register','init','switchTo','1022795VCmcLA','refilterAnnotations','202808qQwGFe','set','_setSelectedAnnotations','has','detach','get','annotationsuis-register-invalid-interface','collection','3835Wlvafz','activeAnnotations','144DDfTto','function','836NrNLZb','pluginName','87708BqULhW','_removeActiveAnnotation','6gDAFlM','annotationsuis-annotation-mismatch','deactivateAll','13926cfBJth','annotationsuis-register-already-registered','find','push','deactivate','_uis','delete','remove','add','plugins','22tUeAqj','type','activate','activeUIs','_activateAnnotation','_deactivateAllAnnotations','_assertAnnotationDoesNotBelongToMultipleUIs','annotationsuis-missing-ui','AnnotationsUIs','setActiveAnnotation','requires','context','hasActive','filter','size','destroy','length','from','listenTo','change:activeAnnotation','49xnSgsA','isActive','stopListening','8899308qAeanq','attach','265390uPXnqg','_visibleAnnotations'];_0x52cb=function(){return _0x1e1196;};return _0x52cb();}const _0x43ecaa=_0x283e;(function(_0x4d3c54,_0x56b47b){const _0x2afd1b=_0x283e,_0x1a66ce=_0x4d3c54();while(!![]){try{const _0x56a92b=-parseInt(_0x2afd1b(0x17c))/0x1*(parseInt(_0x2afd1b(0x198))/0x2)+parseInt(_0x2afd1b(0x1b2))/0x3*(-parseInt(_0x2afd1b(0x1ab))/0x4)+parseInt(_0x2afd1b(0x19d))/0x5*(-parseInt(_0x2afd1b(0x1af))/0x6)+parseInt(_0x2afd1b(0x190))/0x7*(parseInt(_0x2afd1b(0x19f))/0x8)+parseInt(_0x2afd1b(0x1a9))/0x9*(parseInt(_0x2afd1b(0x195))/0xa)+-parseInt(_0x2afd1b(0x193))/0xb+parseInt(_0x2afd1b(0x1ad))/0xc*(parseInt(_0x2afd1b(0x1a7))/0xd);if(_0x56a92b===_0x56b47b)break;else _0x1a66ce['push'](_0x1a66ce['shift']());}catch(_0x478f60){_0x1a66ce['push'](_0x1a66ce['shift']());}}}(_0x52cb,0xa81dd));import{ContextPlugin as _0x4f9932}from'ckeditor5/src/core.js';import{CKEditorError as _0x485727}from'ckeditor5/src/utils.js';import _0x39e8a8,{bindAnnotationCollections as _0x3d2752}from'./annotationcollection.js';function _0x283e(_0x553173,_0x2392ca){const _0x52cbb0=_0x52cb();return _0x283e=function(_0x283e65,_0x55882d){_0x283e65=_0x283e65-0x179;let _0x6b7764=_0x52cbb0[_0x283e65];return _0x6b7764;},_0x283e(_0x553173,_0x2392ca);}import _0x385ae1 from'./annotations.js';export default class j extends _0x4f9932{static get[_0x43ecaa(0x186)](){return[_0x385ae1];}static get[_0x43ecaa(0x1ac)](){const _0x2ad719=_0x43ecaa;return _0x2ad719(0x184);}constructor(_0x47c0ab){const _0x426e9c=_0x43ecaa;super(_0x47c0ab),this[_0x426e9c(0x17f)]=new Set(),this[_0x426e9c(0x1b7)]=new Map(),this[_0x426e9c(0x197)]=new Map();}[_0x43ecaa(0x19b)](){const _0x51678e=_0x43ecaa,_0x35a0b9=this[_0x51678e(0x187)][_0x51678e(0x17b)][_0x51678e(0x1a4)](_0x385ae1);this[_0x51678e(0x18e)](_0x35a0b9,_0x51678e(0x180),(_0x36406d,_0x127480)=>{const _0x5bc7c1=_0x51678e;for(const _0x384854 of this[_0x5bc7c1(0x17f)]){const _0x51eb3d=this[_0x5bc7c1(0x1b7)][_0x5bc7c1(0x1a4)](_0x384854);(0x0,this[_0x5bc7c1(0x197)][_0x5bc7c1(0x1a4)](_0x384854)[_0x5bc7c1(0x189)])(_0x127480)&&_0x51eb3d[_0x5bc7c1(0x185)](_0x127480);}}),this[_0x51678e(0x18e)](_0x35a0b9,_0x51678e(0x181),()=>{const _0x54fcdb=_0x51678e;for(const _0x1377bd of this[_0x54fcdb(0x17f)]){this[_0x54fcdb(0x1b7)][_0x54fcdb(0x1a4)](_0x1377bd)[_0x54fcdb(0x185)](null);}}),this[_0x51678e(0x18e)](_0x35a0b9[_0x51678e(0x196)],_0x51678e(0x17a),(_0x35d974,_0x4431cd)=>{const _0x278d5b=_0x51678e;this[_0x278d5b(0x182)](_0x4431cd);});}[_0x43ecaa(0x188)](){const _0x26717e=_0x43ecaa;return this[_0x26717e(0x17f)][_0x26717e(0x18a)]>0x0;}[_0x43ecaa(0x191)](_0x4a0df6){const _0x3115e5=_0x43ecaa;return this[_0x3115e5(0x17f)][_0x3115e5(0x1a2)](_0x4a0df6);}[_0x43ecaa(0x17e)](_0x5ce2fc,_0x2672d1=()=>!0x0){const _0x50a02d=_0x43ecaa,_0x5d9ab4=this[_0x50a02d(0x187)][_0x50a02d(0x17b)][_0x50a02d(0x1a4)](_0x385ae1);if(!this[_0x50a02d(0x1b7)][_0x50a02d(0x1a2)](_0x5ce2fc))throw new _0x485727(_0x50a02d(0x183),this,{'uiName':_0x5ce2fc});this[_0x50a02d(0x191)](_0x5ce2fc)&&this[_0x50a02d(0x1b6)](_0x5ce2fc),this[_0x50a02d(0x17f)][_0x50a02d(0x17a)](_0x5ce2fc);const _0x4c18cd=new _0x39e8a8(),_0x14d5e3=_0x5d9ab4[_0x50a02d(0x196)];_0x3d2752({'source':_0x14d5e3,'target':_0x4c18cd,'filter':_0x2672d1}),this[_0x50a02d(0x197)][_0x50a02d(0x1a0)](_0x5ce2fc,{'collection':_0x4c18cd,'filter':_0x2672d1});const _0x4aa4f9=this[_0x50a02d(0x1b7)][_0x50a02d(0x1a4)](_0x5ce2fc);_0x4aa4f9[_0x50a02d(0x194)](_0x4c18cd),this[_0x50a02d(0x18e)](_0x4aa4f9,_0x50a02d(0x18f),(_0x18192f,_0x5f168a,_0x264d2d,_0x5634f9)=>{const _0x4dc3e0=_0x50a02d;_0x5634f9&&_0x5d9ab4[_0x4dc3e0(0x1ae)](_0x5634f9),_0x264d2d&&_0x5d9ab4[_0x4dc3e0(0x199)](_0x264d2d);});}[_0x43ecaa(0x1b6)](_0x54338c){const _0x4d8bcd=_0x43ecaa;if(this[_0x4d8bcd(0x17f)][_0x4d8bcd(0x1b8)](_0x54338c),!this[_0x4d8bcd(0x1b7)][_0x4d8bcd(0x1a2)](_0x54338c))throw new _0x485727(_0x4d8bcd(0x183),this,{'uiName':_0x54338c});const _0x47de5d=this[_0x4d8bcd(0x1b7)][_0x4d8bcd(0x1a4)](_0x54338c);_0x47de5d[_0x4d8bcd(0x1a3)](),this[_0x4d8bcd(0x192)](_0x47de5d),this[_0x4d8bcd(0x197)][_0x4d8bcd(0x1a4)](_0x54338c)[_0x4d8bcd(0x1a6)][_0x4d8bcd(0x18b)](),this[_0x4d8bcd(0x197)][_0x4d8bcd(0x1b8)](_0x54338c);}[_0x43ecaa(0x19c)](_0x335dab){const _0x58060a=_0x43ecaa;if(!this[_0x58060a(0x1b7)][_0x58060a(0x1a2)](_0x335dab))throw new _0x485727(_0x58060a(0x183),this,{'uiName':_0x335dab});const _0xd2026d=this[_0x58060a(0x187)][_0x58060a(0x17b)][_0x58060a(0x1a4)](_0x385ae1),_0x2c0025=Array[_0x58060a(0x18d)](_0xd2026d[_0x58060a(0x1a8)])[0x0]||null;this[_0x58060a(0x1b1)](),this[_0x58060a(0x17e)](_0x335dab);const _0x2553a3=this[_0x58060a(0x1b7)][_0x58060a(0x1a4)](_0x335dab);_0x2553a3[_0x58060a(0x185)](_0x2c0025),_0x2553a3[_0x58060a(0x1a1)]&&_0x2c0025&&_0x2553a3[_0x58060a(0x1a1)]([_0x2c0025]);}[_0x43ecaa(0x1b1)](){const _0xca5879=_0x43ecaa;for(const _0x505201 of this[_0xca5879(0x17f)])this[_0xca5879(0x1b6)](_0x505201);}[_0x43ecaa(0x19a)](_0x30581f,_0x4bcb83){const _0x145097=_0x43ecaa;if(this[_0x145097(0x1b7)][_0x145097(0x1a2)](_0x30581f))throw new _0x485727(_0x145097(0x1b3));if(_0x145097(0x1aa)!=typeof _0x4bcb83[_0x145097(0x194)]||_0x145097(0x1aa)!=typeof _0x4bcb83[_0x145097(0x1a3)]||_0x145097(0x1aa)!=typeof _0x4bcb83[_0x145097(0x185)])throw new _0x485727(_0x145097(0x1a5),null);this[_0x145097(0x1b7)][_0x145097(0x1a0)](_0x30581f,_0x4bcb83);}[_0x43ecaa(0x19e)](){const _0x2107e9=_0x43ecaa,_0x213f80=this[_0x2107e9(0x187)][_0x2107e9(0x17b)][_0x2107e9(0x1a4)](_0x385ae1)[_0x2107e9(0x1a6)],_0x10dd38=new Map(),_0x1ac07a=Array[_0x2107e9(0x18d)](this[_0x2107e9(0x17f)]);for(const _0x30a22a of this[_0x2107e9(0x17f)]){const _0x14dc2d=this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0x30a22a)[_0x2107e9(0x1a6)];for(const _0x320d20 of _0x14dc2d)_0x10dd38[_0x2107e9(0x1a0)](_0x320d20,_0x30a22a);}for(const _0x167cce of _0x213f80){const _0xcbea32=_0x10dd38[_0x2107e9(0x1a4)](_0x167cce);this[_0x2107e9(0x182)](_0x167cce);const _0x5d9633=_0x1ac07a[_0x2107e9(0x1b4)](_0x4bbe18=>this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0x4bbe18)[_0x2107e9(0x189)](_0x167cce));_0xcbea32!==_0x5d9633&&(_0xcbea32&&this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0xcbea32)[_0x2107e9(0x1a6)][_0x2107e9(0x179)](_0x167cce),_0x5d9633&&this[_0x2107e9(0x197)][_0x2107e9(0x1a4)](_0x5d9633)[_0x2107e9(0x1a6)][_0x2107e9(0x17a)](_0x167cce));}}[_0x43ecaa(0x18b)](){const _0x5e7bdd=_0x43ecaa;this[_0x5e7bdd(0x1b1)](),super[_0x5e7bdd(0x18b)]();}[_0x43ecaa(0x182)](_0x3a7c73){const _0x197298=_0x43ecaa,_0x22ed0e=[];for(const _0xc2340d of this[_0x197298(0x17f)]){(0x0,this[_0x197298(0x197)][_0x197298(0x1a4)](_0xc2340d)[_0x197298(0x189)])(_0x3a7c73)&&_0x22ed0e[_0x197298(0x1b5)](_0xc2340d);}if(_0x22ed0e[_0x197298(0x18c)]>0x1)throw new _0x485727(_0x197298(0x1b0),null,{'matchedUIs':_0x22ed0e,'annotationType':_0x3a7c73[_0x197298(0x17d)]});}}
|