@ckeditor/ckeditor5-comments 38.0.1 → 38.1.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/build/comments.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -0
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sq.po +111 -0
- package/package.json +10 -8
- package/src/annotations/annotation.d.ts +86 -86
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.d.ts +94 -94
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +150 -150
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.d.ts +228 -227
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.d.ts +63 -62
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.d.ts +86 -84
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.d.ts +81 -80
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +96 -96
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.d.ts +25 -25
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +86 -86
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +51 -51
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +28 -28
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.d.ts +73 -72
- package/src/annotations/widesidebar.js +1 -1
- package/src/augmentation.d.ts +48 -48
- package/src/comments/addcommentthreadcommand.d.ts +31 -31
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.d.ts +27 -25
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.d.ts +34 -32
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +75 -71
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +1088 -1084
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.d.ts +29 -25
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.d.ts +13 -13
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.d.ts +17 -17
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.d.ts +32 -32
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.d.ts +27 -27
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +32 -32
- 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 +108 -108
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +108 -108
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.d.ts +9 -9
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.d.ts +10 -10
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +82 -82
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +34 -34
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +96 -96
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.d.ts +46 -46
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +37 -37
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +113 -113
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.d.ts +239 -239
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.d.ts +31 -22
- package/src/comments.js +1 -1
- package/src/commentsonly.d.ts +29 -28
- package/src/commentsonly.js +1 -1
- package/src/config.d.ts +172 -172
- package/src/index.d.ts +21 -19
- package/src/index.js +1 -1
- package/src/utils/common-translations.d.ts +5 -5
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.d.ts +13 -13
- package/src/utils/createmutationobserver.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e["en-au"]=e["en-au"]||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Comment","Comment editor":"Comment editor","Comment was made on an element":"Comment was made on an element",COMMENTS_ARCHIVE:"Comments archive","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EMPTY_COMMENTS_ARCHIVE:"There are no archived comment threads.",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.","Marked as resolved":"Marked as resolved",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove",Reopen:"Reopen",Reply:"","Reply to reopen discussion...":"Reply to reopen discussion...","Reply...":"Reply...",Resolve:"Resolve",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(e){const o=e["en-au"]=e["en-au"]||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Comment","Comment editor":"Comment editor","Comment was made on an element":"Comment was made on an element",COMMENTS_ARCHIVE:"Comments archive","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EMPTY_COMMENTS_ARCHIVE:"There are no archived comment threads.",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.","Marked as resolved":"Marked as resolved",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove",Reopen:"Reopen",Reply:"Reply","Reply to reopen discussion...":"Reply to reopen discussion...","Reply...":"Reply...",Resolve:"Resolve",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/it.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.it=e.it||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Commento","Comment editor":"Editor di commenti","Comment was made on an element":"È stato fatto un commento su un elemento",COMMENTS_ARCHIVE:"Archivio commenti","Delete comment thread?":"Eliminare la conversazione del commento?","Delete comment?":"Eliminare il commento?",Edit:"Modifica",EMPTY_COMMENTS_ARCHIVE:"Non ci sono thread di commenti archiviati.",EXTERNAL_AVATAR:"Il nome dell'autore visualizzato proviene da una fonte esterna (aggiunto da %0)",EXTERNAL_COMMENT:"Questo commento proviene da una fonte esterna.",EXTERNAL_IMPORT_WORD_AVATAR:"Il nome dell'autore visualizzato proviene da un documento di Word importato da %0",EXTERNAL_IMPORT_WORD_COMMENT:"Questo suggerimento proviene da un file di Word importato.","Marked as resolved":"Contrassegnato come risolto",NUMBER_OF_COMMENTS:["%0 commento","%0 commenti","%0 commenti"],PENDING_ACTION_COMMENT_THREAD:"Modifica non salvata nella discussione dei commenti.",Remove:"Rimuovi",Reopen:"Riapri",Reply:"","Reply to reopen discussion...":"Rispondi per riaprire la discussione...","Reply...":"Rispondi...",Resolve:"Risolvi",TOO_LONG_COMMENT_ALERT:"Il contenuto del commento è troppo lungo. Il commento è lungo %0 caratteri, mentre il limite è di %1 caratteri.","Write a comment...":"Scrivere un commento..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(e){const o=e.it=e.it||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Commento","Comment editor":"Editor di commenti","Comment was made on an element":"È stato fatto un commento su un elemento",COMMENTS_ARCHIVE:"Archivio commenti","Delete comment thread?":"Eliminare la conversazione del commento?","Delete comment?":"Eliminare il commento?",Edit:"Modifica",EMPTY_COMMENTS_ARCHIVE:"Non ci sono thread di commenti archiviati.",EXTERNAL_AVATAR:"Il nome dell'autore visualizzato proviene da una fonte esterna (aggiunto da %0)",EXTERNAL_COMMENT:"Questo commento proviene da una fonte esterna.",EXTERNAL_IMPORT_WORD_AVATAR:"Il nome dell'autore visualizzato proviene da un documento di Word importato da %0",EXTERNAL_IMPORT_WORD_COMMENT:"Questo suggerimento proviene da un file di Word importato.","Marked as resolved":"Contrassegnato come risolto",NUMBER_OF_COMMENTS:["%0 commento","%0 commenti","%0 commenti"],PENDING_ACTION_COMMENT_THREAD:"Modifica non salvata nella discussione dei commenti.",Remove:"Rimuovi",Reopen:"Riapri",Reply:"Rispondi","Reply to reopen discussion...":"Rispondi per riaprire la discussione...","Reply...":"Rispondi...",Resolve:"Risolvi",TOO_LONG_COMMENT_ALERT:"Il contenuto del commento è troppo lungo. Il commento è lungo %0 caratteri, mentre il limite è di %1 caratteri.","Write a comment...":"Scrivere un commento..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/lv.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t){const e=t.lv=t.lv||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Komentārs","Comment editor":"Komentāri","Comment was made on an element":"Tika komentēts par elementu",COMMENTS_ARCHIVE:"Komentāru arhīvs","Delete comment thread?":"Dzēst komentāra saraksti?","Delete comment?":"Dzēst komentāru?",Edit:"Labot",EMPTY_COMMENTS_ARCHIVE:"Nav arhivētas komentāru sarakstes.",EXTERNAL_AVATAR:"Attēlotais autora vārds nāk no ārēja avota (pievienoja %0)",EXTERNAL_COMMENT:"Šī komentāra izcelsme ir ārējs avots.",EXTERNAL_IMPORT_WORD_AVATAR:"Attēlotais autora vārds nāk no Word dokumenta, ko importējis %0",EXTERNAL_IMPORT_WORD_COMMENT:"Šis komentārs nāk no importēta Word faila.","Marked as resolved":"Atzīmēts kā atrisināts",NUMBER_OF_COMMENTS:["%0 Komentāru","%0 Komentārs","%0 Komentāri"],PENDING_ACTION_COMMENT_THREAD:"Nesaglabātas komentāra izmaiņas.",Remove:"Noņemt",Reopen:"Atkārtoti atvērt",Reply:"","Reply to reopen discussion...":"Atbildēt, lai atsāktu diskusiju...","Reply...":"Atbilde...",Resolve:"Atrisināt",TOO_LONG_COMMENT_ALERT:"Komentāra saturs ir pārāk garš. Komentārs nedrīkst pārsniegt %1 rakstzīmes, šobrīd ir %0 rakstzīmju.","Write a comment...":"Rakstiet komentāru..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(t){const e=t.lv=t.lv||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Komentārs","Comment editor":"Komentāri","Comment was made on an element":"Tika komentēts par elementu",COMMENTS_ARCHIVE:"Komentāru arhīvs","Delete comment thread?":"Dzēst komentāra saraksti?","Delete comment?":"Dzēst komentāru?",Edit:"Labot",EMPTY_COMMENTS_ARCHIVE:"Nav arhivētas komentāru sarakstes.",EXTERNAL_AVATAR:"Attēlotais autora vārds nāk no ārēja avota (pievienoja %0)",EXTERNAL_COMMENT:"Šī komentāra izcelsme ir ārējs avots.",EXTERNAL_IMPORT_WORD_AVATAR:"Attēlotais autora vārds nāk no Word dokumenta, ko importējis %0",EXTERNAL_IMPORT_WORD_COMMENT:"Šis komentārs nāk no importēta Word faila.","Marked as resolved":"Atzīmēts kā atrisināts",NUMBER_OF_COMMENTS:["%0 Komentāru","%0 Komentārs","%0 Komentāri"],PENDING_ACTION_COMMENT_THREAD:"Nesaglabātas komentāra izmaiņas.",Remove:"Noņemt",Reopen:"Atkārtoti atvērt",Reply:"Atbildēt","Reply to reopen discussion...":"Atbildēt, lai atsāktu diskusiju...","Reply...":"Atbilde...",Resolve:"Atrisināt",TOO_LONG_COMMENT_ALERT:"Komentāra saturs ir pārāk garš. Komentārs nedrīkst pārsniegt %1 rakstzīmes, šobrīd ir %0 rakstzīmju.","Write a comment...":"Rakstiet komentāru..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(o){const e=o["pt-br"]=o["pt-br"]||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Comentário","Comment editor":"Editar comentário","Comment was made on an element":"O comentário foi feito em um elemento",COMMENTS_ARCHIVE:"Arquivo de comentários","Delete comment thread?":"Excluir segmento de comentários?","Delete comment?":"Excluir comentário?",Edit:"Editar",EMPTY_COMMENTS_ARCHIVE:"Não há tópicos de comentários arquivados.",EXTERNAL_AVATAR:"Nome do autor mostrado vem de uma fonte externa (adicionado por %0)",EXTERNAL_COMMENT:"Este comentário vem de uma fonte externa.",EXTERNAL_IMPORT_WORD_AVATAR:"Nome do autor mostrado vem de de um arquivo Word importado, importado por %0",EXTERNAL_IMPORT_WORD_COMMENT:"Este comentário vem de um arquivo Word importado.","Marked as resolved":"Marcado como solucionado",NUMBER_OF_COMMENTS:["%0 Comentários","%0 Comentários","%0 Comentários"],PENDING_ACTION_COMMENT_THREAD:"Alteração não salva no segmento de comentários.",Remove:"Remover",Reopen:"Reabrir",Reply:"","Reply to reopen discussion...":"Responder para reabrir a discussão...","Reply...":"Responder...",Resolve:"Solucionar",TOO_LONG_COMMENT_ALERT:"O conteúdo do comentário é muito longo. Seu comentário possui %0 caracteres, mas o limite é de %1 caracteres.","Write a comment...":"Escrever um comentário..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(o){const e=o["pt-br"]=o["pt-br"]||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Comentário","Comment editor":"Editar comentário","Comment was made on an element":"O comentário foi feito em um elemento",COMMENTS_ARCHIVE:"Arquivo de comentários","Delete comment thread?":"Excluir segmento de comentários?","Delete comment?":"Excluir comentário?",Edit:"Editar",EMPTY_COMMENTS_ARCHIVE:"Não há tópicos de comentários arquivados.",EXTERNAL_AVATAR:"Nome do autor mostrado vem de uma fonte externa (adicionado por %0)",EXTERNAL_COMMENT:"Este comentário vem de uma fonte externa.",EXTERNAL_IMPORT_WORD_AVATAR:"Nome do autor mostrado vem de de um arquivo Word importado, importado por %0",EXTERNAL_IMPORT_WORD_COMMENT:"Este comentário vem de um arquivo Word importado.","Marked as resolved":"Marcado como solucionado",NUMBER_OF_COMMENTS:["%0 Comentários","%0 Comentários","%0 Comentários"],PENDING_ACTION_COMMENT_THREAD:"Alteração não salva no segmento de comentários.",Remove:"Remover",Reopen:"Reabrir",Reply:"Responder","Reply to reopen discussion...":"Responder para reabrir a discussão...","Reply...":"Responder...",Resolve:"Solucionar",TOO_LONG_COMMENT_ALERT:"O conteúdo do comentário é muito longo. Seu comentário possui %0 caracteres, mas o limite é de %1 caracteres.","Write a comment...":"Escrever um comentário..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(o){const e=o.sk=o.sk||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Komentár","Comment editor":"Editor komentárov","Comment was made on an element":"K prvku bol pridaný komentár",COMMENTS_ARCHIVE:"Archív komentárov","Delete comment thread?":"Vymazať vlákno komentáru?","Delete comment?":"Vymazať komentár?",Edit:"Upraviť",EMPTY_COMMENTS_ARCHIVE:"Neexistujú žiadne archivované vlákna komentárov.",EXTERNAL_AVATAR:"Zobrazené meno autora pochádza z externého zdroja (pridal %0)",EXTERNAL_COMMENT:"Tento komentár pochádza z externého zdroja.",EXTERNAL_IMPORT_WORD_AVATAR:"Zobrazené meno autora pochádza z dokumentu programu Word, ktorý importoval %0",EXTERNAL_IMPORT_WORD_COMMENT:"Tento komentár pochádza z importovaného súboru programu Word.","Marked as resolved":"Označené ako vyriešené",NUMBER_OF_COMMENTS:["%0 Komentár","%0 Komentáre","%0 Komentárov","%0 komentárov"],PENDING_ACTION_COMMENT_THREAD:"Vo vlákne komentáru sú neuložené zmeny.",Remove:"Odstrániť",Reopen:"Znovu otvoriť",Reply:"","Reply to reopen discussion...":"Odpovedzte na opätovné otvorenie diskusie...","Reply...":"Odpovedať...",Resolve:"Vyriešiť",TOO_LONG_COMMENT_ALERT:"Obsah komentára je príliš dlhý. Komentár ma %0 znakov, limit je %1 znakov.","Write a comment...":"Vložiť komentár..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(o){const e=o.sk=o.sk||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Komentár","Comment editor":"Editor komentárov","Comment was made on an element":"K prvku bol pridaný komentár",COMMENTS_ARCHIVE:"Archív komentárov","Delete comment thread?":"Vymazať vlákno komentáru?","Delete comment?":"Vymazať komentár?",Edit:"Upraviť",EMPTY_COMMENTS_ARCHIVE:"Neexistujú žiadne archivované vlákna komentárov.",EXTERNAL_AVATAR:"Zobrazené meno autora pochádza z externého zdroja (pridal %0)",EXTERNAL_COMMENT:"Tento komentár pochádza z externého zdroja.",EXTERNAL_IMPORT_WORD_AVATAR:"Zobrazené meno autora pochádza z dokumentu programu Word, ktorý importoval %0",EXTERNAL_IMPORT_WORD_COMMENT:"Tento komentár pochádza z importovaného súboru programu Word.","Marked as resolved":"Označené ako vyriešené",NUMBER_OF_COMMENTS:["%0 Komentár","%0 Komentáre","%0 Komentárov","%0 komentárov"],PENDING_ACTION_COMMENT_THREAD:"Vo vlákne komentáru sú neuložené zmeny.",Remove:"Odstrániť",Reopen:"Znovu otvoriť",Reply:"Odpovedať","Reply to reopen discussion...":"Odpovedzte na opätovné otvorenie diskusie...","Reply...":"Odpovedať...",Resolve:"Vyriešiť",TOO_LONG_COMMENT_ALERT:"Obsah komentára je príliš dlhý. Komentár ma %0 znakov, limit je %1 znakov.","Write a comment...":"Vložiť komentár..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const R=e.sq=e.sq||{};R.dictionary=Object.assign(R.dictionary||{},{Comment:"","Comment editor":"Redaktuesi i komenteve","Comment was made on an element":"",COMMENTS_ARCHIVE:"","Delete comment thread?":"","Delete comment?":"",Edit:"",EMPTY_COMMENTS_ARCHIVE:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:["",""],PENDING_ACTION_COMMENT_THREAD:"",Remove:"Largo",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"",Resolve:"",TOO_LONG_COMMENT_ALERT:"","Write a comment...":"Shkruaj një koment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -64,7 +64,7 @@ msgstr "Remove"
|
|
|
64
64
|
|
|
65
65
|
msgctxt "The label for for the button that adds a reply to a comment thread."
|
|
66
66
|
msgid "Reply"
|
|
67
|
-
msgstr ""
|
|
67
|
+
msgstr "Reply"
|
|
68
68
|
|
|
69
69
|
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
70
70
|
msgid "Delete comment?"
|
package/lang/translations/it.po
CHANGED
|
@@ -65,7 +65,7 @@ msgstr "Rimuovi"
|
|
|
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 "Rispondi"
|
|
69
69
|
|
|
70
70
|
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
71
71
|
msgid "Delete comment?"
|
package/lang/translations/lv.po
CHANGED
|
@@ -65,7 +65,7 @@ msgstr "Noņemt"
|
|
|
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 "Atbildēt"
|
|
69
69
|
|
|
70
70
|
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
71
71
|
msgid "Delete comment?"
|
|
@@ -65,7 +65,7 @@ msgstr "Remover"
|
|
|
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 "Responder"
|
|
69
69
|
|
|
70
70
|
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
71
71
|
msgid "Delete comment?"
|
package/lang/translations/sk.po
CHANGED
|
@@ -66,7 +66,7 @@ msgstr "Odstrániť"
|
|
|
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 "Odpovedať"
|
|
70
70
|
|
|
71
71
|
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
72
72
|
msgid "Delete comment?"
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, 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: Albanian (https://app.transifex.com/ckeditor/teams/11143/sq/)\n"
|
|
16
|
+
"Language: sq\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label for the comment editor."
|
|
20
|
+
msgid "Comment editor"
|
|
21
|
+
msgstr "Redaktuesi i komenteve"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the number of comments."
|
|
24
|
+
msgid "NUMBER_OF_COMMENTS"
|
|
25
|
+
msgid_plural "%0 Comments"
|
|
26
|
+
msgstr[0] ""
|
|
27
|
+
msgstr[1] ""
|
|
28
|
+
|
|
29
|
+
msgctxt "The alert displayed for a comment that is too long."
|
|
30
|
+
msgid "TOO_LONG_COMMENT_ALERT"
|
|
31
|
+
msgstr ""
|
|
32
|
+
|
|
33
|
+
msgctxt "The placeholder for the reply field."
|
|
34
|
+
msgid "Reply..."
|
|
35
|
+
msgstr ""
|
|
36
|
+
|
|
37
|
+
msgctxt "The placeholder for the reply field when the comment thread is resolved."
|
|
38
|
+
msgid "Reply to reopen discussion..."
|
|
39
|
+
msgstr ""
|
|
40
|
+
|
|
41
|
+
msgctxt "The placeholder for the new commend field."
|
|
42
|
+
msgid "Write a comment..."
|
|
43
|
+
msgstr "Shkruaj një koment..."
|
|
44
|
+
|
|
45
|
+
msgctxt "The information that comment was made on element and has no context"
|
|
46
|
+
msgid "Comment was made on an element"
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
49
|
+
msgctxt "The label for the button that enables editing a comment."
|
|
50
|
+
msgid "Edit"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
53
|
+
msgctxt "The label for the button that resolves a comment thread."
|
|
54
|
+
msgid "Resolve"
|
|
55
|
+
msgstr ""
|
|
56
|
+
|
|
57
|
+
msgctxt "The label for the button that reopens a resolved comment thread."
|
|
58
|
+
msgid "Reopen"
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
61
|
+
msgctxt "The label for the button that deletes a comment."
|
|
62
|
+
msgid "Remove"
|
|
63
|
+
msgstr "Largo"
|
|
64
|
+
|
|
65
|
+
msgctxt "The label for for the button that adds a reply to a comment thread."
|
|
66
|
+
msgid "Reply"
|
|
67
|
+
msgstr ""
|
|
68
|
+
|
|
69
|
+
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
70
|
+
msgid "Delete comment?"
|
|
71
|
+
msgstr ""
|
|
72
|
+
|
|
73
|
+
msgctxt "The confirmation message shown after pressing the delete comment thread button."
|
|
74
|
+
msgid "Delete comment thread?"
|
|
75
|
+
msgstr ""
|
|
76
|
+
|
|
77
|
+
msgctxt "A message informing that the comment has been resolved"
|
|
78
|
+
msgid "Marked as resolved"
|
|
79
|
+
msgstr ""
|
|
80
|
+
|
|
81
|
+
msgctxt "The tooltip for the comment toolbar button and the button that submits a comment thread."
|
|
82
|
+
msgid "Comment"
|
|
83
|
+
msgstr ""
|
|
84
|
+
|
|
85
|
+
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
86
|
+
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
msgctxt "The additional information that comments comes from external source."
|
|
90
|
+
msgid "EXTERNAL_COMMENT"
|
|
91
|
+
msgstr ""
|
|
92
|
+
|
|
93
|
+
msgctxt "The additional information that comments comes from imported Word file."
|
|
94
|
+
msgid "EXTERNAL_IMPORT_WORD_COMMENT"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
97
|
+
msgctxt "The additional information that displayed author name comes from an external source."
|
|
98
|
+
msgid "EXTERNAL_AVATAR"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
msgctxt "The additional information that displayed author name comes from imported Word file."
|
|
102
|
+
msgid "EXTERNAL_IMPORT_WORD_AVATAR"
|
|
103
|
+
msgstr ""
|
|
104
|
+
|
|
105
|
+
msgctxt "The label for the comments archive dropdown UI."
|
|
106
|
+
msgid "COMMENTS_ARCHIVE"
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
msgctxt "The information that comments archive is empty."
|
|
110
|
+
msgid "EMPTY_COMMENTS_ARCHIVE"
|
|
111
|
+
msgstr ""
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-comments",
|
|
3
|
-
"version": "38.
|
|
3
|
+
"version": "38.1.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/)",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://support.ckeditor.com/hc/en-us/requests/new"
|
|
9
|
+
},
|
|
7
10
|
"homepage": "https://ckeditor.com/collaboration/comments/",
|
|
8
11
|
"keywords": [
|
|
9
12
|
"CKEditor",
|
|
@@ -39,16 +42,15 @@
|
|
|
39
42
|
"ckeditor5-metadata.json",
|
|
40
43
|
"CHANGELOG.md"
|
|
41
44
|
],
|
|
42
|
-
"scripts": {
|
|
43
|
-
"dll:build": "webpack",
|
|
44
|
-
"build": "tsc -p ./tsconfig.json",
|
|
45
|
-
"postversion": "npm run build"
|
|
46
|
-
},
|
|
47
45
|
"dependencies": {
|
|
48
|
-
"ckeditor5": "
|
|
49
|
-
"ckeditor5-collaboration": "
|
|
46
|
+
"ckeditor5": "38.1.1",
|
|
47
|
+
"ckeditor5-collaboration": "38.1.1",
|
|
50
48
|
"lodash-es": "^4.17.11"
|
|
51
49
|
},
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">=16.0.0",
|
|
52
|
+
"npm": ">=5.7.1"
|
|
53
|
+
},
|
|
52
54
|
"types": "src/index.d.ts",
|
|
53
55
|
"obfuscated": true
|
|
54
56
|
}
|
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module comments/annotations/annotation
|
|
3
|
-
* @publicApi
|
|
4
|
-
*/
|
|
5
|
-
import { Rect, Collection } from 'ckeditor5/src/utils';
|
|
6
|
-
import type { View } from 'ckeditor5/src/ui';
|
|
7
|
-
import type AnnotationView from './view/annotationview';
|
|
8
|
-
import type { AnnotationOptions } from './annotations';
|
|
9
|
-
declare const Annotation_base: {
|
|
10
|
-
new (): import("ckeditor5/src/utils").Observable;
|
|
11
|
-
prototype: import("ckeditor5/src/utils").Observable;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* Represents an annotation.
|
|
15
|
-
*
|
|
16
|
-
* Annotation is an entity that combines an {@link module:comments/annotations/view/annotationview~AnnotationView}
|
|
17
|
-
* and an annotation target (a DOM element or a {@link module:utils/dom/rect~Rect}) to which the annotation is bound.
|
|
18
|
-
*/
|
|
19
|
-
export default class Annotation extends Annotation_base {
|
|
20
|
-
/**
|
|
21
|
-
* The visibility of the annotation. Annotations that are not visible, are filtered from Annotation UI collections.
|
|
22
|
-
*
|
|
23
|
-
* @observable
|
|
24
|
-
*/
|
|
25
|
-
isVisible: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* The annotation view.
|
|
28
|
-
*/
|
|
29
|
-
view: AnnotationView;
|
|
30
|
-
/**
|
|
31
|
-
* A collection of DOM elements which, when focused, make the annotation active.
|
|
32
|
-
*
|
|
33
|
-
* By default, this collection only contains the annotation view element.
|
|
34
|
-
* It can be extended with custom targets that will be tracked by the annotation focus tracking system.
|
|
35
|
-
*/
|
|
36
|
-
focusableElements: Collection<HTMLElement>;
|
|
37
|
-
/**
|
|
38
|
-
* Creates an instance of the {@link module:comments/annotations/annotation~Annotation}.
|
|
39
|
-
*/
|
|
40
|
-
constructor({ view, target, type, isVisible }: AnnotationOptions);
|
|
41
|
-
/**
|
|
42
|
-
* The type of the annotation.
|
|
43
|
-
*/
|
|
44
|
-
get type(): string;
|
|
45
|
-
/**
|
|
46
|
-
* The annotation inner view.
|
|
47
|
-
*
|
|
48
|
-
* It is the view that is wrapped by the annotation view.*
|
|
49
|
-
*/
|
|
50
|
-
get innerView(): View;
|
|
51
|
-
/**
|
|
52
|
-
* The annotation target to which the annotation view should be pinned.
|
|
53
|
-
*
|
|
54
|
-
* It can be an array of DOM elements or {@link module:utils/dom/rect~Rect a rect instance} or `null`.
|
|
55
|
-
*/
|
|
56
|
-
get target(): Rect | Array<HTMLElement> | null;
|
|
57
|
-
/**
|
|
58
|
-
* The position and dimensions of the annotation target to which the annotation is bound.
|
|
59
|
-
*/
|
|
60
|
-
get targetRect(): Rect | null;
|
|
61
|
-
/**
|
|
62
|
-
* The state of the annotation.
|
|
63
|
-
*/
|
|
64
|
-
get isActive(): boolean;
|
|
65
|
-
set isActive(value: boolean);
|
|
66
|
-
/**
|
|
67
|
-
* Updates the target rect in the annotation view instance.
|
|
68
|
-
*/
|
|
69
|
-
updateTargetRect(): void;
|
|
70
|
-
/**
|
|
71
|
-
* Clears all event listeners and internal collections.
|
|
72
|
-
*/
|
|
73
|
-
destroy(): void;
|
|
74
|
-
/**
|
|
75
|
-
* Refreshes the visibility of the annotation based on the visibility of the annotation target.
|
|
76
|
-
*
|
|
77
|
-
* It sets the {@link #isVisible} property when the target is not attached to DOM or if the target or its descendant has
|
|
78
|
-
* set the `display` attribute to `none`.
|
|
79
|
-
*
|
|
80
|
-
* This method only updates an annotation if the annotation target is an HTML Element.
|
|
81
|
-
*/
|
|
82
|
-
refreshVisibility(): void;
|
|
83
|
-
}
|
|
84
|
-
type Target = Rect | HTMLElement | null;
|
|
85
|
-
export type AnnotationTarget = Target | (() => Target | Array<Target>);
|
|
86
|
-
export {};
|
|
1
|
+
/**
|
|
2
|
+
* @module comments/annotations/annotation
|
|
3
|
+
* @publicApi
|
|
4
|
+
*/
|
|
5
|
+
import { Rect, Collection } from 'ckeditor5/src/utils';
|
|
6
|
+
import type { View } from 'ckeditor5/src/ui';
|
|
7
|
+
import type AnnotationView from './view/annotationview';
|
|
8
|
+
import type { AnnotationOptions } from './annotations';
|
|
9
|
+
declare const Annotation_base: {
|
|
10
|
+
new (): import("ckeditor5/src/utils").Observable;
|
|
11
|
+
prototype: import("ckeditor5/src/utils").Observable;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Represents an annotation.
|
|
15
|
+
*
|
|
16
|
+
* Annotation is an entity that combines an {@link module:comments/annotations/view/annotationview~AnnotationView}
|
|
17
|
+
* and an annotation target (a DOM element or a {@link module:utils/dom/rect~Rect}) to which the annotation is bound.
|
|
18
|
+
*/
|
|
19
|
+
export default class Annotation extends Annotation_base {
|
|
20
|
+
/**
|
|
21
|
+
* The visibility of the annotation. Annotations that are not visible, are filtered from Annotation UI collections.
|
|
22
|
+
*
|
|
23
|
+
* @observable
|
|
24
|
+
*/
|
|
25
|
+
isVisible: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The annotation view.
|
|
28
|
+
*/
|
|
29
|
+
view: AnnotationView;
|
|
30
|
+
/**
|
|
31
|
+
* A collection of DOM elements which, when focused, make the annotation active.
|
|
32
|
+
*
|
|
33
|
+
* By default, this collection only contains the annotation view element.
|
|
34
|
+
* It can be extended with custom targets that will be tracked by the annotation focus tracking system.
|
|
35
|
+
*/
|
|
36
|
+
focusableElements: Collection<HTMLElement>;
|
|
37
|
+
/**
|
|
38
|
+
* Creates an instance of the {@link module:comments/annotations/annotation~Annotation}.
|
|
39
|
+
*/
|
|
40
|
+
constructor({ view, target, type, isVisible }: AnnotationOptions);
|
|
41
|
+
/**
|
|
42
|
+
* The type of the annotation.
|
|
43
|
+
*/
|
|
44
|
+
get type(): string;
|
|
45
|
+
/**
|
|
46
|
+
* The annotation inner view.
|
|
47
|
+
*
|
|
48
|
+
* It is the view that is wrapped by the annotation view.*
|
|
49
|
+
*/
|
|
50
|
+
get innerView(): View;
|
|
51
|
+
/**
|
|
52
|
+
* The annotation target to which the annotation view should be pinned.
|
|
53
|
+
*
|
|
54
|
+
* It can be an array of DOM elements or {@link module:utils/dom/rect~Rect a rect instance} or `null`.
|
|
55
|
+
*/
|
|
56
|
+
get target(): Rect | Array<HTMLElement> | null;
|
|
57
|
+
/**
|
|
58
|
+
* The position and dimensions of the annotation target to which the annotation is bound.
|
|
59
|
+
*/
|
|
60
|
+
get targetRect(): Rect | null;
|
|
61
|
+
/**
|
|
62
|
+
* The state of the annotation.
|
|
63
|
+
*/
|
|
64
|
+
get isActive(): boolean;
|
|
65
|
+
set isActive(value: boolean);
|
|
66
|
+
/**
|
|
67
|
+
* Updates the target rect in the annotation view instance.
|
|
68
|
+
*/
|
|
69
|
+
updateTargetRect(): void;
|
|
70
|
+
/**
|
|
71
|
+
* Clears all event listeners and internal collections.
|
|
72
|
+
*/
|
|
73
|
+
destroy(): void;
|
|
74
|
+
/**
|
|
75
|
+
* Refreshes the visibility of the annotation based on the visibility of the annotation target.
|
|
76
|
+
*
|
|
77
|
+
* It sets the {@link #isVisible} property when the target is not attached to DOM or if the target or its descendant has
|
|
78
|
+
* set the `display` attribute to `none`.
|
|
79
|
+
*
|
|
80
|
+
* This method only updates an annotation if the annotation target is an HTML Element.
|
|
81
|
+
*/
|
|
82
|
+
refreshVisibility(): void;
|
|
83
|
+
}
|
|
84
|
+
type Target = Rect | HTMLElement | null;
|
|
85
|
+
export type AnnotationTarget = Target | (() => Target | Array<Target>);
|
|
86
|
+
export {};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x16ce=['_type','annotation-invalid-target','set','updateTargetRect','clear','mainView','_target','remove','destroy','item','isVisible','function','element','innerView','add','_getNormalizedTarget','_id','getClientRects','isActive','view','every','type','_assertCorrectTarget','object','targetRect','focusTracker','offsetParent','focusableElements','filter','isArray','refreshVisibility','stopListening','target'];(function(_0x1b4185,_0x16ce2b){const _0xeb53f=function(_0x269a3d){while(--_0x269a3d){_0x1b4185['push'](_0x1b4185['shift']());}};_0xeb53f(++_0x16ce2b);}(_0x16ce,0xd6));const _0xeb53=function(_0x1b4185,_0x16ce2b){_0x1b4185=_0x1b4185-0x0;let _0xeb53f=_0x16ce[_0x1b4185];return _0xeb53f;};import{CKEditorError as _0x3e2b60,Rect as _0x4249d2,Collection as _0x1a5689,ObservableMixin as _0x479358}from'ckeditor5/src/utils';export default class d extends _0x479358(){constructor({view:_0x1960c3,target:_0x40ec48,type:_0x3d4c43,isVisible:_0x41525a=!0x0}){super(),this[_0xeb53('0x3')]=_0x1960c3,this['view'][_0xeb53('0x1d')]||this['view']['render'](),this[_0xeb53('0x11')]=_0x3d4c43,this[_0xeb53('0x17')]=_0x40ec48,d[_0xeb53('0x6')](this[_0xeb53('0x20')]()),this[_0xeb53('0xb')]=new _0x1a5689([this[_0xeb53('0x3')]['element']],{'idProperty':_0xeb53('0x0')}),this['focusableElements']['on'](_0xeb53('0x1f'),(_0x3eaadf,_0x292480)=>{this[_0xeb53('0x3')]['focusTracker']['add'](_0x292480);}),this[_0xeb53('0xb')]['on'](_0xeb53('0x18'),(_0x4e8d59,_0x73635c)=>{this[_0xeb53('0x3')][_0xeb53('0x9')][_0xeb53('0x18')](_0x73635c);}),this[_0xeb53('0x13')]('isVisible',_0x41525a);}get[_0xeb53('0x5')](){return _0xeb53('0x1c')==typeof this[_0xeb53('0x11')]?this[_0xeb53('0x11')]():this[_0xeb53('0x11')];}get[_0xeb53('0x1e')](){return this['view'][_0xeb53('0x16')];}get[_0xeb53('0x10')](){const _0x155b10=this[_0xeb53('0x20')]();return d[_0xeb53('0x6')](_0x155b10),_0x155b10;}get[_0xeb53('0x8')](){const _0x437047=this[_0xeb53('0x10')];if(null===_0x437047)return null;if(_0x437047 instanceof _0x4249d2)return _0x437047;const _0x27e743=_0x437047[_0xeb53('0xc')](_0x3d07c5=>function(_0x349402){const _0x465357=_0x349402[_0xeb53('0xa')];if(_0x465357)return!0x0;const _0x31770a=_0x349402[_0xeb53('0x1')]()[_0xeb53('0x1a')](0x0);return!!_0x31770a;}(_0x3d07c5));return 0x0===_0x27e743['length']?null:new _0x4249d2(_0x27e743[0x0][_0xeb53('0x1')]()['item'](0x0));}get[_0xeb53('0x2')](){return this[_0xeb53('0x3')][_0xeb53('0x2')];}set[_0xeb53('0x2')](_0x425af3){this['view'][_0xeb53('0x2')]=_0x425af3,this['view'][_0xeb53('0x16')][_0xeb53('0x2')]=_0x425af3;}[_0xeb53('0x14')](){this[_0xeb53('0x3')]['targetRect']=this[_0xeb53('0x8')];}[_0xeb53('0x19')](){this[_0xeb53('0xb')][_0xeb53('0xf')](),this[_0xeb53('0xb')][_0xeb53('0x15')](),this['stopListening']();}[_0xeb53('0xe')](){this[_0xeb53('0x1b')]=!!this[_0xeb53('0x8')];}static[_0xeb53('0x6')](_0x16c7a9){if(!(null===_0x16c7a9||_0x16c7a9 instanceof _0x4249d2||Array[_0xeb53('0xd')](_0x16c7a9)&&_0x16c7a9[_0xeb53('0x4')](_0x2463bf=>y(_0x2463bf))))throw new _0x3e2b60(_0xeb53('0x12'),null,{'target':_0x16c7a9});}[_0xeb53('0x20')](){const _0x531f04=_0xeb53('0x1c')==typeof this[_0xeb53('0x17')]?this[_0xeb53('0x17')]():this[_0xeb53('0x17')];return y(_0x531f04)?[_0x531f04]:_0x531f04;}}function y(_0x446bbf){return null!==_0x446bbf&&_0xeb53('0x7')==typeof _0x446bbf&&'nodeType'in _0x446bbf&&0x1===_0x446bbf['nodeType'];}
|