@ckeditor/ckeditor5-real-time-collaboration 31.1.0 → 32.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/LICENSE.md +2 -2
  2. package/README.md +2 -2
  3. package/lang/translations/cs.po +1 -1
  4. package/lang/translations/de-ch.po +1 -1
  5. package/lang/translations/de.po +1 -1
  6. package/lang/translations/en-au.po +1 -1
  7. package/lang/translations/en.po +1 -1
  8. package/lang/translations/es.po +1 -1
  9. package/lang/translations/et.po +1 -1
  10. package/lang/translations/fr.po +1 -1
  11. package/lang/translations/gl.po +1 -1
  12. package/lang/translations/hi.po +1 -1
  13. package/lang/translations/hr.po +1 -1
  14. package/lang/translations/hu.po +1 -1
  15. package/lang/translations/id.po +1 -1
  16. package/lang/translations/it.po +6 -6
  17. package/lang/translations/ko.po +1 -1
  18. package/lang/translations/nl.po +1 -1
  19. package/lang/translations/no.po +1 -1
  20. package/lang/translations/pl.po +1 -1
  21. package/lang/translations/pt-br.po +7 -7
  22. package/lang/translations/ro.po +1 -1
  23. package/lang/translations/ru.po +1 -1
  24. package/lang/translations/sk.po +1 -1
  25. package/lang/translations/sr-latn.po +1 -1
  26. package/lang/translations/sr.po +1 -1
  27. package/lang/translations/tk.po +1 -1
  28. package/lang/translations/tr.po +1 -1
  29. package/lang/translations/uk.po +1 -1
  30. package/lang/translations/zh-cn.po +1 -1
  31. package/lang/translations/zh.po +1 -1
  32. package/package.json +10 -9
  33. package/src/presencelist/presencelistui.js +2 -2
  34. package/src/presencelist/view/presencecounterview.js +2 -2
  35. package/src/presencelist/view/presencedropdownlistitemview.js +2 -2
  36. package/src/presencelist/view/presencedropdownlistview.js +2 -2
  37. package/src/presencelist/view/presenceinlinelistitemview.js +2 -2
  38. package/src/presencelist/view/presenceinlinelistview.js +2 -2
  39. package/src/presencelist/view/presencelistview.js +2 -2
  40. package/src/presencelist/view/tooltipview.js +2 -2
  41. package/src/presencelist.js +2 -2
  42. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +2 -2
  43. package/src/realtimecollaborativecomments.js +2 -2
  44. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +2 -2
  45. package/src/realtimecollaborativeediting/sessions.js +2 -2
  46. package/src/realtimecollaborativeediting/usermarkers.js +2 -2
  47. package/src/realtimecollaborativeediting/websocketgateway.js +2 -2
  48. package/src/realtimecollaborativeediting.js +2 -2
  49. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +23 -0
  50. package/src/realtimecollaborativerevisionhistory.js +23 -0
  51. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +2 -2
  52. package/src/realtimecollaborativetrackchanges.js +2 -2
  53. package/theme/presencelist.css +1 -1
  54. package/theme/usermarkers.css +1 -1
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor 5 real-time collaboration** (https://ckeditor.com/collaboration/real-time/)<br>
5
- Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
5
+ Copyright (c) 2003-2021, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
6
6
 
7
7
  CKEditor 5 real-time collaboration features are licensed under a commercial license and are protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
@@ -26,4 +26,4 @@ The following libraries are included in CKEditor 5 operations compressor under t
26
26
  Trademarks
27
27
  ----------
28
28
 
29
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
29
+ **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
package/README.md CHANGED
@@ -23,11 +23,11 @@ As a licensed CKEditor 5 real-time collaboration user you can report bugs and re
23
23
  ## License
24
24
 
25
25
  **CKEditor 5 real-time collaboration features** (https://ckeditor.com/collaboration/real-time/)<br>
26
- Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
26
+ Copyright (c) 2003-2021, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
27
27
 
28
28
  CKEditor 5 real-time collaboration is licensed under a commercial license and is protected by copyright law.
29
29
  For more details about available licensing options please contact us at sales@cksource.com.
30
30
 
31
31
  ### Trademarks
32
32
 
33
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
33
+ **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -28,20 +28,20 @@ msgstr "Invio dei dati al server in corso."
28
28
 
29
29
  msgctxt "The label for the synchronization issue message"
30
30
  msgid "Synchronization issue"
31
- msgstr ""
31
+ msgstr "Problema di sincronizzazione"
32
32
 
33
33
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
34
34
  msgid "The document cannot be connected back to the server. To not lose your content save it locally and refresh the editor."
35
- msgstr ""
35
+ msgstr "Il documento non può essere ricollegato al server. Per non perdere il contenuto, salvarlo in locale e aggiornare l'editor."
36
36
 
37
37
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
38
38
  msgid "The document details could not be taken during the reconnection. To not lose your content save it locally and refresh the editor."
39
- msgstr ""
39
+ msgstr "Non è stato possibile ottenere i dettagli del documento durante la riconnessione. Per non perdere il contenuto, salvarlo in locale e aggiornare l'editor."
40
40
 
41
41
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
42
42
  msgid "The last saved version of the document does not match the local version. To not lose your content save it locally and refresh the editor."
43
- msgstr ""
43
+ msgstr "L'ultima versione del documento salvata non corrisponde alla versione locale. Per non perdere il contenuto, salvarlo in locale e aggiornare l'editor."
44
44
 
45
45
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
46
46
  msgid "The local document and server document differ and merging them can cause unexpected behavior. To not lose your content save it locally and refresh the editor."
47
- msgstr ""
47
+ msgstr "Il documento locale e il documento del server sono diversi e la loro unione può causare comportamenti imprevisti. Per non perdere il contenuto, salvarlo in locale e aggiornare l'editor."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -19,7 +19,7 @@ msgstr ""
19
19
  msgctxt "The label for 1 or more connected users"
20
20
  msgid "CONNECTED_USERS"
21
21
  msgid_plural "%0 connected users"
22
- msgstr[0] "1 usuário conectado"
22
+ msgstr[0] "1 usuário conectado (eu)"
23
23
  msgstr[1] "%0 usuários conectados"
24
24
 
25
25
  msgctxt "The label for an alert shown when closing th editor with data not send to the server "
@@ -28,20 +28,20 @@ msgstr "Enviando dados para o servidor"
28
28
 
29
29
  msgctxt "The label for the synchronization issue message"
30
30
  msgid "Synchronization issue"
31
- msgstr ""
31
+ msgstr "Problema de sicronização"
32
32
 
33
33
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
34
34
  msgid "The document cannot be connected back to the server. To not lose your content save it locally and refresh the editor."
35
- msgstr ""
35
+ msgstr "O documento não pode ser conectado de volta ao servidor. Para não perder seu conteúdo salve-o localmente e atualize o editor."
36
36
 
37
37
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
38
38
  msgid "The document details could not be taken during the reconnection. To not lose your content save it locally and refresh the editor."
39
- msgstr ""
39
+ msgstr "Os detalhes do documento não puderam ser obtidos durante a reconexão. Para não perder seu conteúdo salve-o localmente e atualize o editor."
40
40
 
41
41
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
42
42
  msgid "The last saved version of the document does not match the local version. To not lose your content save it locally and refresh the editor."
43
- msgstr ""
43
+ msgstr "A última versão salva deste documento não confere com a versão local. Para não perder seu conteúdo salve-o localmente e atualize o editor."
44
44
 
45
45
  msgctxt "The message shown when the client cannot rejoin the collaboration session"
46
46
  msgid "The local document and server document differ and merging them can cause unexpected behavior. To not lose your content save it locally and refresh the editor."
47
- msgstr ""
47
+ msgstr "O documento local e o documento do servidor diferem e mesclá-los pode causar um comportamento inesperado. Para não perder seu conteúdo salve-o localmente e atualize o editor."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-real-time-collaboration",
3
- "version": "31.1.0",
3
+ "version": "32.0.0",
4
4
  "description": "A set of CKEditor 5 features enabling real-time collaboration within the editor using CKEditor Cloud Services.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,14 +26,15 @@
26
26
  "framework"
27
27
  ],
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor-cloud-services-collaboration": "^27.0.0",
30
- "@ckeditor/ckeditor5-collaboration-core": "^31.1.0",
31
- "@ckeditor/ckeditor5-cloud-services": "^31.1.0",
32
- "@ckeditor/ckeditor5-comments": "^31.1.0",
33
- "@ckeditor/ckeditor5-engine": "^31.1.0",
34
- "@ckeditor/ckeditor5-operations-compressor": "^31.1.0",
35
- "@ckeditor/ckeditor5-track-changes": "^31.1.0",
36
- "ckeditor5": "^31.1.0",
29
+ "@ckeditor/ckeditor-cloud-services-collaboration": "^28.0.0",
30
+ "@ckeditor/ckeditor5-collaboration-core": "^32.0.0",
31
+ "@ckeditor/ckeditor5-cloud-services": "^32.0.0",
32
+ "@ckeditor/ckeditor5-comments": "^32.0.0",
33
+ "@ckeditor/ckeditor5-engine": "^32.0.0",
34
+ "@ckeditor/ckeditor5-operations-compressor": "^32.0.0",
35
+ "@ckeditor/ckeditor5-track-changes": "^32.0.0",
36
+ "@ckeditor/ckeditor5-revision-history": "^32.0.0",
37
+ "ckeditor5": "^32.0.0",
37
38
  "lodash-es": "^4.17.11"
38
39
  }
39
40
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5186=['destroy','remove','execute','presenceList','presenceDropdownView','presenceList.collapseAt','_allConnectedUsers','length','pin','onClick','number','isCollapsed','presenceList.container','from','inlineListView','add','presencelist-missing-container','bind','set','bindTo','counterView','context','get','config','attachToDom','plugins','lastConnectedUsers','_handleUserAdd','hideDropdown','render','unpin','usersCount','detachFromDom','listenTo','element','content','using','isHidden','_createView','define','class','presencelist-collapseat-invalid-format','isVisible','bodyCollection','balloonPanelView','showDropdown','view','locale','ck\x20ck-presence-list__balloon','_handleUserRemove','items'];(function(_0x5512c1,_0x51866b){const _0x4e445a=function(_0x8ffbe5){while(--_0x8ffbe5){_0x5512c1['push'](_0x5512c1['shift']());}};_0x4e445a(++_0x51866b);}(_0x5186,0x1c9));const _0x4e44=function(_0x5512c1,_0x51866b){_0x5512c1=_0x5512c1-0x0;let _0x4e445a=_0x5186[_0x5512c1];return _0x4e445a;};import{ContextPlugin as _0x4e1b5f}from'ckeditor5/src/core';import{CKEditorError as _0x1a3343,Collection as _0xa9d222}from'ckeditor5/src/utils';import{clickOutsideHandler as _0x3fbee9,BodyCollection as _0x27f4c3,BalloonPanelView as _0x27410c}from'ckeditor5/src/ui';import{isElement as _0x158664}from'lodash-es';import _0x406672 from'../realtimecollaborativeediting/sessions';import _0xa06bed from'./view/presencelistview';import _0x1d15ef from'./view/presencedropdownlistview';import _0x144781 from'./view/presencedropdownlistitemview';import _0x451384 from'./view/presenceinlinelistitemview';export default class i extends _0x4e1b5f{constructor(_0x385d2b){super(_0x385d2b),_0x385d2b[_0x4e44('0x19')][_0x4e44('0x29')]('presenceList',{'collapseAt':0x6});const _0x11846d=_0x385d2b[_0x4e44('0x19')][_0x4e44('0x18')](_0x4e44('0x7'));if(_0x4e44('0xc')!=typeof _0x11846d)throw new _0x1a3343('presencelist-collapseat-invalid-format',this);if(_0x11846d<0x1)throw new _0x1a3343(_0x4e44('0x2b'),this);}static get['requires'](){return[_0x406672];}['init'](){const _0x1f4df2=this[_0x4e44('0x17')];this[_0x4e44('0x8')]=_0x1f4df2[_0x4e44('0x1b')][_0x4e44('0x18')](_0x406672)['allConnectedUsers'],this[_0x4e44('0x14')]('usersCount',0x0),this[_0x4e44('0x1c')]=new _0xa9d222(),this[_0x4e44('0x2e')]=new _0x27410c(),this['balloonPanelView'][_0x4e44('0x2a')]=_0x4e44('0x32'),this[_0x4e44('0x30')]=this['_createView'](),this[_0x4e44('0x6')]=void 0x0;for(const _0x144428 of this[_0x4e44('0x8')])this[_0x4e44('0x1d')](_0x144428);this['listenTo'](this[_0x4e44('0x8')],_0x4e44('0x11'),(_0x3e4bee,_0x1502aa)=>{this[_0x4e44('0x1d')](_0x1502aa);}),this[_0x4e44('0x23')](this[_0x4e44('0x8')],_0x4e44('0x3'),(_0x318ee2,_0xd14c5c)=>{this[_0x4e44('0x0')](_0xd14c5c);});}[_0x4e44('0x28')](){const _0x287e7f=this[_0x4e44('0x17')],_0x21c437=new _0xa06bed(this[_0x4e44('0x17')][_0x4e44('0x31')]),_0x3555b7=this[_0x4e44('0x2e')];if(!_0x158664(_0x287e7f['config'][_0x4e44('0x18')](_0x4e44('0xe'))))throw new _0x1a3343(_0x4e44('0x12'),this);return _0x21c437[_0x4e44('0x16')]['bind'](_0x4e44('0x21'))['to'](this),_0x21c437[_0x4e44('0x13')](_0x4e44('0xd'))['to'](this,_0x4e44('0x21'),_0x227ec2=>{const _0x468ed5=_0x227ec2>=_0x287e7f['config']['get'](_0x4e44('0x7'));return _0x21c437[_0x4e44('0x16')][_0x4e44('0x27')]=!(0x1==_0x227ec2||_0x468ed5),_0x468ed5||this[_0x4e44('0x1e')](),_0x468ed5;}),_0x21c437['inlineListView'][_0x4e44('0x1')][_0x4e44('0x15')](this[_0x4e44('0x1c')])[_0x4e44('0x26')](_0x3cb111=>{const _0x3effb2=_0x287e7f[_0x4e44('0x19')][_0x4e44('0x18')](_0x4e44('0x5')),_0x57d675=new _0x451384(_0x287e7f[_0x4e44('0x31')],_0x3cb111,_0x3effb2['onClick']);return _0x3effb2['onClick']&&this[_0x4e44('0x23')](_0x57d675,_0x4e44('0x4'),()=>{this[_0x4e44('0x30')][_0x4e44('0xd')]||_0x3effb2[_0x4e44('0xb')](_0x3cb111,_0x57d675[_0x4e44('0x24')]);}),_0x57d675;}),this[_0x4e44('0x23')](_0x21c437[_0x4e44('0x10')],_0x4e44('0x4'),()=>{this[_0x4e44('0x6')]?this['hideDropdown']():this['view']['isCollapsed']&&this[_0x4e44('0x2f')]();}),_0x21c437[_0x4e44('0x1f')](),_0x3555b7[_0x4e44('0x1f')](),_0x3fbee9({'emitter':_0x21c437,'activator':()=>_0x3555b7[_0x4e44('0x2c')],'contextElements':[_0x3555b7[_0x4e44('0x24')],_0x21c437[_0x4e44('0x10')]['element']],'callback':()=>this[_0x4e44('0x1e')]()}),_0x287e7f['config'][_0x4e44('0x18')](_0x4e44('0xe'))['appendChild'](_0x21c437['element']),this['bodyCollection']=new _0x27f4c3(this[_0x4e44('0x17')][_0x4e44('0x31')]),this['bodyCollection'][_0x4e44('0x1a')](),this['bodyCollection'][_0x4e44('0x11')](_0x3555b7),_0x21c437;}[_0x4e44('0x1d')](_0x4aac17){this[_0x4e44('0x21')]++,0x5==this['lastConnectedUsers'][_0x4e44('0x9')]&&this['lastConnectedUsers'][_0x4e44('0x3')](0x0),this['lastConnectedUsers'][_0x4e44('0x11')](_0x4aac17);}[_0x4e44('0x0')](_0x52b44c){if(this[_0x4e44('0x21')]--,this['lastConnectedUsers'][_0x4e44('0x18')](_0x52b44c['id'])&&(this[_0x4e44('0x1c')][_0x4e44('0x3')](_0x52b44c['id']),this[_0x4e44('0x1c')][_0x4e44('0x9')]<this[_0x4e44('0x21')]))for(const _0x38798e of Array[_0x4e44('0xf')](this[_0x4e44('0x8')])['reverse']())if(!this['lastConnectedUsers'][_0x4e44('0x18')](_0x38798e['id']))return void this['lastConnectedUsers'][_0x4e44('0x11')](_0x38798e,0x0);}[_0x4e44('0x2f')](){if(this['presenceDropdownView'])return;this['presenceDropdownView']=new _0x1d15ef();const _0x11ac8e=this['context'][_0x4e44('0x19')]['get'](_0x4e44('0x5'));this['presenceDropdownView']['items'][_0x4e44('0x15')](this[_0x4e44('0x8')])['using'](_0x82b230=>{const _0x65f858=new _0x144781(this[_0x4e44('0x17')][_0x4e44('0x31')],_0x82b230,!!_0x11ac8e['onClick']);return _0x11ac8e[_0x4e44('0xb')]&&this[_0x4e44('0x23')](_0x65f858,_0x4e44('0x4'),()=>{_0x11ac8e['onClick'](_0x82b230,_0x65f858[_0x4e44('0x24')]);}),_0x65f858;}),this[_0x4e44('0x2e')]['content']['add'](this['presenceDropdownView']),this[_0x4e44('0x2e')][_0x4e44('0xa')]({'target':this[_0x4e44('0x30')]['inlineListView'][_0x4e44('0x24')]});}[_0x4e44('0x1e')](){this[_0x4e44('0x6')]&&(this[_0x4e44('0x2e')][_0x4e44('0x20')](),this['balloonPanelView'][_0x4e44('0x25')][_0x4e44('0x3')](this[_0x4e44('0x6')]),this[_0x4e44('0x6')][_0x4e44('0x2')](),this[_0x4e44('0x6')]=void 0x0);}[_0x4e44('0x2')](){super['destroy'](),this['view']&&this[_0x4e44('0x30')]['isRendered']&&this['view']['destroy'](),this['bodyCollection']&&this[_0x4e44('0x2d')][_0x4e44('0x22')]();}}
23
+ const _0x11fd=['render','isVisible','_handleUserAdd','bindTo','context','lastConnectedUsers','define','bind','presencelist-missing-container','presenceDropdownView','set','locale','destroy','get','presenceList.container','remove','class','content','_allConnectedUsers','counterView','init','items','detachFromDom','requires','presenceList','isRendered','bodyCollection','element','showDropdown','balloonPanelView','view','hideDropdown','inlineListView','allConnectedUsers','execute','_handleUserRemove','presencelist-collapseat-invalid-format','length','config','onClick','from','using','listenTo','presenceList.collapseAt','add','usersCount'];(function(_0x145f04,_0x11fdab){const _0x2963f6=function(_0x4ebc02){while(--_0x4ebc02){_0x145f04['push'](_0x145f04['shift']());}};_0x2963f6(++_0x11fdab);}(_0x11fd,0xb9));const _0x2963=function(_0x145f04,_0x11fdab){_0x145f04=_0x145f04-0x0;let _0x2963f6=_0x11fd[_0x145f04];return _0x2963f6;};import{ContextPlugin as _0x5ab993}from'ckeditor5/src/core';import{CKEditorError as _0x1e10bb,Collection as _0x1acac4}from'ckeditor5/src/utils';import{clickOutsideHandler as _0x32a4dc,BodyCollection as _0x1ba666,BalloonPanelView as _0x427f79}from'ckeditor5/src/ui';import{isElement as _0xdc51a5}from'lodash-es';import _0x23034b from'../realtimecollaborativeediting/sessions';import _0xac8ef3 from'./view/presencelistview';import _0x23b5e5 from'./view/presencedropdownlistview';import _0x37b870 from'./view/presencedropdownlistitemview';import _0x45004f from'./view/presenceinlinelistitemview';export default class i extends _0x5ab993{constructor(_0x3ce565){super(_0x3ce565),_0x3ce565[_0x2963('0x25')][_0x2963('0x5')](_0x2963('0x17'),{'collapseAt':0x6});const _0x5aa34e=_0x3ce565[_0x2963('0x25')][_0x2963('0xc')](_0x2963('0x2a'));if('number'!=typeof _0x5aa34e)throw new _0x1e10bb(_0x2963('0x23'),this);if(_0x5aa34e<0x1)throw new _0x1e10bb(_0x2963('0x23'),this);}static get[_0x2963('0x16')](){return[_0x23034b];}[_0x2963('0x13')](){const _0x1928c2=this[_0x2963('0x3')];this[_0x2963('0x11')]=_0x1928c2['plugins']['get'](_0x23034b)[_0x2963('0x20')],this[_0x2963('0x9')]('usersCount',0x0),this[_0x2963('0x4')]=new _0x1acac4(),this['balloonPanelView']=new _0x427f79(),this[_0x2963('0x1c')][_0x2963('0xf')]='ck\x20ck-presence-list__balloon',this[_0x2963('0x1d')]=this['_createView'](),this['presenceDropdownView']=void 0x0;for(const _0x19b460 of this[_0x2963('0x11')])this[_0x2963('0x1')](_0x19b460);this['listenTo'](this[_0x2963('0x11')],_0x2963('0x2b'),(_0x4f9437,_0x39a18d)=>{this['_handleUserAdd'](_0x39a18d);}),this[_0x2963('0x29')](this['_allConnectedUsers'],_0x2963('0xe'),(_0x4e367f,_0x520179)=>{this[_0x2963('0x22')](_0x520179);});}['_createView'](){const _0x5ee4f4=this[_0x2963('0x3')],_0x79a386=new _0xac8ef3(this['context'][_0x2963('0xa')]),_0xfb4c75=this[_0x2963('0x1c')];if(!_0xdc51a5(_0x5ee4f4[_0x2963('0x25')]['get'](_0x2963('0xd'))))throw new _0x1e10bb(_0x2963('0x7'),this);return _0x79a386['counterView']['bind']('usersCount')['to'](this),_0x79a386[_0x2963('0x6')]('isCollapsed')['to'](this,_0x2963('0x2c'),_0x1369d6=>{const _0x171caf=_0x1369d6>=_0x5ee4f4['config'][_0x2963('0xc')](_0x2963('0x2a'));return _0x79a386[_0x2963('0x12')]['isHidden']=!(0x1==_0x1369d6||_0x171caf),_0x171caf||this[_0x2963('0x1e')](),_0x171caf;}),_0x79a386['inlineListView'][_0x2963('0x14')][_0x2963('0x2')](this[_0x2963('0x4')])[_0x2963('0x28')](_0x420773=>{const _0x1cd6a4=_0x5ee4f4[_0x2963('0x25')][_0x2963('0xc')](_0x2963('0x17')),_0x3a638f=new _0x45004f(_0x5ee4f4[_0x2963('0xa')],_0x420773,_0x1cd6a4[_0x2963('0x26')]);return _0x1cd6a4[_0x2963('0x26')]&&this['listenTo'](_0x3a638f,_0x2963('0x21'),()=>{this[_0x2963('0x1d')]['isCollapsed']||_0x1cd6a4['onClick'](_0x420773,_0x3a638f[_0x2963('0x1a')]);}),_0x3a638f;}),this[_0x2963('0x29')](_0x79a386[_0x2963('0x1f')],_0x2963('0x21'),()=>{this[_0x2963('0x8')]?this[_0x2963('0x1e')]():this['view']['isCollapsed']&&this['showDropdown']();}),_0x79a386[_0x2963('0x2d')](),_0xfb4c75[_0x2963('0x2d')](),_0x32a4dc({'emitter':_0x79a386,'activator':()=>_0xfb4c75[_0x2963('0x0')],'contextElements':[_0xfb4c75['element'],_0x79a386['inlineListView']['element']],'callback':()=>this[_0x2963('0x1e')]()}),_0x5ee4f4[_0x2963('0x25')][_0x2963('0xc')](_0x2963('0xd'))['appendChild'](_0x79a386['element']),this[_0x2963('0x19')]=new _0x1ba666(this[_0x2963('0x3')][_0x2963('0xa')]),this['bodyCollection']['attachToDom'](),this[_0x2963('0x19')]['add'](_0xfb4c75),_0x79a386;}[_0x2963('0x1')](_0x4de184){this['usersCount']++,0x5==this[_0x2963('0x4')][_0x2963('0x24')]&&this['lastConnectedUsers'][_0x2963('0xe')](0x0),this[_0x2963('0x4')][_0x2963('0x2b')](_0x4de184);}[_0x2963('0x22')](_0x420b07){if(this[_0x2963('0x2c')]--,this['lastConnectedUsers'][_0x2963('0xc')](_0x420b07['id'])&&(this['lastConnectedUsers'][_0x2963('0xe')](_0x420b07['id']),this['lastConnectedUsers'][_0x2963('0x24')]<this[_0x2963('0x2c')]))for(const _0x4fd51b of Array[_0x2963('0x27')](this[_0x2963('0x11')])['reverse']())if(!this['lastConnectedUsers']['get'](_0x4fd51b['id']))return void this['lastConnectedUsers'][_0x2963('0x2b')](_0x4fd51b,0x0);}[_0x2963('0x1b')](){if(this['presenceDropdownView'])return;this[_0x2963('0x8')]=new _0x23b5e5();const _0x5bcd7b=this[_0x2963('0x3')]['config'][_0x2963('0xc')](_0x2963('0x17'));this[_0x2963('0x8')][_0x2963('0x14')][_0x2963('0x2')](this[_0x2963('0x11')])[_0x2963('0x28')](_0xee205b=>{const _0x9b1d18=new _0x37b870(this['context'][_0x2963('0xa')],_0xee205b,!!_0x5bcd7b[_0x2963('0x26')]);return _0x5bcd7b['onClick']&&this[_0x2963('0x29')](_0x9b1d18,_0x2963('0x21'),()=>{_0x5bcd7b[_0x2963('0x26')](_0xee205b,_0x9b1d18[_0x2963('0x1a')]);}),_0x9b1d18;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this[_0x2963('0x1c')]['pin']({'target':this[_0x2963('0x1d')][_0x2963('0x1f')][_0x2963('0x1a')]});}[_0x2963('0x1e')](){this[_0x2963('0x8')]&&(this['balloonPanelView']['unpin'](),this[_0x2963('0x1c')][_0x2963('0x10')]['remove'](this[_0x2963('0x8')]),this[_0x2963('0x8')][_0x2963('0xb')](),this[_0x2963('0x8')]=void 0x0);}[_0x2963('0xb')](){super[_0x2963('0xb')](),this['view']&&this['view'][_0x2963('0x18')]&&this[_0x2963('0x1d')]['destroy'](),this[_0x2963('0x19')]&&this[_0x2963('0x19')][_0x2963('0x15')]();}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{View as _0x23c3b3}from'ckeditor5/src/ui';export default class se extends _0x23c3b3{constructor(_0x28f6e2){super(_0x28f6e2);const {t:t}=_0x28f6e2,_0x538e9d=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x538e9d['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x538e9d['to']('usersCount',_0x5ae307=>t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0x5ae307))}]});}}
23
+ import{View as _0x2682c1}from'ckeditor5/src/ui';export default class ce extends _0x2682c1{constructor(_0x2e8bee){super(_0x2e8bee);const {t:t}=_0x2e8bee,_0x4eed4f=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x4eed4f['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x4eed4f['to']('usersCount',_0x5850bc=>t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0x5850bc))}]});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ef6=['span','setTemplate','ck-presence-list__marker','ck-presence-list__dropdown-list-item','tag','ck-user__full-name','getBackgroundColorClass','color','execute','true','fire','userView'];(function(_0x7c4ea7,_0x2ef6b6){const _0x19a537=function(_0x324ea1){while(--_0x324ea1){_0x7c4ea7['push'](_0x7c4ea7['shift']());}};_0x19a537(++_0x2ef6b6);}(_0x2ef6,0x84));const _0x19a5=function(_0x7c4ea7,_0x2ef6b6){_0x7c4ea7=_0x7c4ea7-0x0;let _0x19a537=_0x2ef6[_0x7c4ea7];return _0x19a537;};import{View as _0x3b8041}from'ckeditor5/src/ui';import _0x5c25f0 from'@ckeditor/ckeditor5-collaboration-core/src/users/view/userview';export default class C extends _0x3b8041{constructor(_0x183e73,_0x1aebe1,_0x2fe2b1){super(_0x183e73);const _0x4a66c2=this['bindTemplate'];this[_0x19a5('0xb')]=new _0x5c25f0(_0x183e73,_0x1aebe1);const _0x24ec59={'tag':'div','attributes':{'class':['ck',_0x19a5('0x3')]},'children':[this[_0x19a5('0xb')],{'tag':_0x19a5('0x0'),'attributes':{'class':['ck',_0x19a5('0x5')]},'children':[{'text':_0x1aebe1['name']}]},{'tag':_0x19a5('0x0'),'attributes':{'class':['ck',_0x19a5('0x2'),_0x1aebe1[_0x19a5('0x7')][_0x19a5('0x6')]()],'aria-hidden':_0x19a5('0x9')}}]};_0x2fe2b1&&(_0x24ec59[_0x19a5('0x4')]='button',_0x24ec59['on']={'click':_0x4a66c2['to'](()=>this[_0x19a5('0xa')](_0x19a5('0x8')))}),this[_0x19a5('0x1')](_0x24ec59);}}
23
+ const _0xf20e=['span','fire','ck-user__full-name','setTemplate','tag','userView','name','color','true','getBackgroundColorClass','ck-presence-list__dropdown-list-item','bindTemplate'];(function(_0x1c081b,_0xf20ebe){const _0x1838b5=function(_0x26b3af){while(--_0x26b3af){_0x1c081b['push'](_0x1c081b['shift']());}};_0x1838b5(++_0xf20ebe);}(_0xf20e,0xd9));const _0x1838=function(_0x1c081b,_0xf20ebe){_0x1c081b=_0x1c081b-0x0;let _0x1838b5=_0xf20e[_0x1c081b];return _0x1838b5;};import{View as _0x19451f}from'ckeditor5/src/ui';import _0x153329 from'@ckeditor/ckeditor5-collaboration-core/src/users/view/userview';export default class U extends _0x19451f{constructor(_0x246efe,_0x2a7435,_0x32ecfe){super(_0x246efe);const _0x4a0867=this[_0x1838('0xa')];this[_0x1838('0x4')]=new _0x153329(_0x246efe,_0x2a7435);const _0x2504fc={'tag':'div','attributes':{'class':['ck',_0x1838('0x9')]},'children':[this[_0x1838('0x4')],{'tag':_0x1838('0xb'),'attributes':{'class':['ck',_0x1838('0x1')]},'children':[{'text':_0x2a7435[_0x1838('0x5')]}]},{'tag':_0x1838('0xb'),'attributes':{'class':['ck','ck-presence-list__marker',_0x2a7435[_0x1838('0x6')][_0x1838('0x8')]()],'aria-hidden':_0x1838('0x7')}}]};_0x32ecfe&&(_0x2504fc[_0x1838('0x3')]='button',_0x2504fc['on']={'click':_0x4a0867['to'](()=>this[_0x1838('0x0')]('execute'))}),this[_0x1838('0x2')](_0x2504fc);}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x45ea=['ck-presence-list__dropdown-list','setTemplate','div','ck-presence-list__dropdown-list-wrapper','items','createCollection'];(function(_0x1fd8ab,_0x45ea6a){var _0x1761a1=function(_0x557104){while(--_0x557104){_0x1fd8ab['push'](_0x1fd8ab['shift']());}};_0x1761a1(++_0x45ea6a);}(_0x45ea,0xe9));var _0x1761=function(_0x1fd8ab,_0x45ea6a){_0x1fd8ab=_0x1fd8ab-0x0;var _0x1761a1=_0x45ea[_0x1fd8ab];return _0x1761a1;};import{View as _0xa53c45}from'ckeditor5/src/ui';export default class b extends _0xa53c45{constructor(_0x1b4e18){super(_0x1b4e18),this[_0x1761('0x5')]=this[_0x1761('0x0')](),this[_0x1761('0x2')]({'tag':_0x1761('0x3'),'attributes':{'class':['ck',_0x1761('0x1')]},'children':[{'tag':_0x1761('0x3'),'attributes':{'class':['ck',_0x1761('0x4')]},'children':this[_0x1761('0x5')]}]});}}
23
+ var _0x491c=['ck-presence-list__dropdown-list-wrapper','items','div'];(function(_0xd50b67,_0x491c0b){var _0x580c7c=function(_0x137ae3){while(--_0x137ae3){_0xd50b67['push'](_0xd50b67['shift']());}};_0x580c7c(++_0x491c0b);}(_0x491c,0x9b));var _0x580c=function(_0xd50b67,_0x491c0b){_0xd50b67=_0xd50b67-0x0;var _0x580c7c=_0x491c[_0xd50b67];return _0x580c7c;};import{View as _0x126990}from'ckeditor5/src/ui';export default class D extends _0x126990{constructor(_0x3bd5d9){super(_0x3bd5d9),this[_0x580c('0x2')]=this['createCollection'](),this['setTemplate']({'tag':_0x580c('0x0'),'attributes':{'class':['ck','ck-presence-list__dropdown-list']},'children':[{'tag':_0x580c('0x0'),'attributes':{'class':['ck',_0x580c('0x1')]},'children':this[_0x580c('0x2')]}]});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a2e=['ck-presence-list__list-item','div','setTemplate','tag','userView','markerView','bindTemplate','tooltipView','true','name','ck-presence-list__marker','fire'];(function(_0x540702,_0x2a2e13){const _0x5a4830=function(_0x7f4f0c){while(--_0x7f4f0c){_0x540702['push'](_0x540702['shift']());}};_0x5a4830(++_0x2a2e13);}(_0x2a2e,0x1c5));const _0x5a48=function(_0x540702,_0x2a2e13){_0x540702=_0x540702-0x0;let _0x5a4830=_0x2a2e[_0x540702];return _0x5a4830;};import{View as _0x384894}from'ckeditor5/src/ui';import _0x2d1d43 from'./tooltipview';import _0x53163b from'@ckeditor/ckeditor5-collaboration-core/src/users/view/userview';export default class y extends _0x384894{constructor(_0x41f60a,_0xa94de0,_0x49e9ef){super(_0x41f60a);const _0x34e5dc=this[_0x5a48('0x9')];this[_0x5a48('0x7')]=new _0x53163b(_0x41f60a,_0xa94de0),this[_0x5a48('0x8')]=new rt(_0x41f60a,_0xa94de0),this[_0x5a48('0xa')]=new _0x2d1d43(_0x41f60a),this[_0x5a48('0xa')]['text']=this[_0x5a48('0x7')][_0x5a48('0x0')];const _0x20e5a5={'tag':_0x5a48('0x4'),'attributes':{'class':['ck',_0x5a48('0x3')]},'children':[this[_0x5a48('0x7')],this[_0x5a48('0x8')],this[_0x5a48('0xa')]]};_0x49e9ef&&(_0x20e5a5[_0x5a48('0x6')]='button',_0x20e5a5['on']={'click':_0x34e5dc['to'](()=>this[_0x5a48('0x2')]('execute'))}),this[_0x5a48('0x5')](_0x20e5a5);}}class rt extends _0x384894{constructor(_0x44dca4,_0x21a993){super(_0x44dca4),this[_0x5a48('0x5')]({'tag':'span','attributes':{'class':['ck',_0x5a48('0x1'),_0x21a993['color']['getBackgroundColorClass']()],'aria-hidden':_0x5a48('0xb')}});}}
23
+ const _0x23cc=['setTemplate','name','userView','fire','ck-presence-list__marker','tooltipView','span','bindTemplate','execute','getBackgroundColorClass','markerView','true','button','color'];(function(_0x5b1181,_0x23cca1){const _0x57c784=function(_0xe63268){while(--_0xe63268){_0x5b1181['push'](_0x5b1181['shift']());}};_0x57c784(++_0x23cca1);}(_0x23cc,0x1e2));const _0x57c7=function(_0x5b1181,_0x23cca1){_0x5b1181=_0x5b1181-0x0;let _0x57c784=_0x23cc[_0x5b1181];return _0x57c784;};import{View as _0x2c7208}from'ckeditor5/src/ui';import _0xb46055 from'./tooltipview';import _0x3b19d8 from'@ckeditor/ckeditor5-collaboration-core/src/users/view/userview';export default class q extends _0x2c7208{constructor(_0x146d7d,_0x5a87e9,_0x4e96e8){super(_0x146d7d);const _0x563373=this[_0x57c7('0x1')];this[_0x57c7('0xa')]=new _0x3b19d8(_0x146d7d,_0x5a87e9),this[_0x57c7('0x4')]=new ot(_0x146d7d,_0x5a87e9),this[_0x57c7('0xd')]=new _0xb46055(_0x146d7d),this[_0x57c7('0xd')]['text']=this[_0x57c7('0xa')][_0x57c7('0x9')];const _0x429b37={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item']},'children':[this[_0x57c7('0xa')],this[_0x57c7('0x4')],this[_0x57c7('0xd')]]};_0x4e96e8&&(_0x429b37['tag']=_0x57c7('0x6'),_0x429b37['on']={'click':_0x563373['to'](()=>this[_0x57c7('0xb')](_0x57c7('0x2')))}),this[_0x57c7('0x8')](_0x429b37);}}class ot extends _0x2c7208{constructor(_0x3838bb,_0x2d0f71){super(_0x3838bb),this['setTemplate']({'tag':_0x57c7('0x0'),'attributes':{'class':['ck',_0x57c7('0xc'),_0x2d0f71[_0x57c7('0x7')][_0x57c7('0x3')]()],'aria-hidden':_0x57c7('0x5')}});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1d64=['setTemplate','fire','bindTemplate','ck-presence-list__list','createCollection','div','items'];(function(_0x4c8e48,_0x1d64ad){const _0x5b2b67=function(_0x4da452){while(--_0x4da452){_0x4c8e48['push'](_0x4c8e48['shift']());}};_0x5b2b67(++_0x1d64ad);}(_0x1d64,0x1a5));const _0x5b2b=function(_0x4c8e48,_0x1d64ad){_0x4c8e48=_0x4c8e48-0x0;let _0x5b2b67=_0x1d64[_0x4c8e48];return _0x5b2b67;};import{View as _0x2bdebb}from'ckeditor5/src/ui';export default class ct extends _0x2bdebb{constructor(_0xb8915d){super(_0xb8915d),this[_0x5b2b('0x5')]=this[_0x5b2b('0x3')]();const _0x20088a=this[_0x5b2b('0x1')];this[_0x5b2b('0x6')]({'tag':_0x5b2b('0x4'),'attributes':{'class':['ck',_0x5b2b('0x2')]},'children':this[_0x5b2b('0x5')],'on':{'click':_0x20088a['to'](()=>this[_0x5b2b('0x0')]('execute'))}});}}
23
+ const _0x17a7=['items','setTemplate','div','ck-presence-list__list'];(function(_0x3bef76,_0x17a765){const _0x5be0e7=function(_0x12d59f){while(--_0x12d59f){_0x3bef76['push'](_0x3bef76['shift']());}};_0x5be0e7(++_0x17a765);}(_0x17a7,0x160));const _0x5be0=function(_0x3bef76,_0x17a765){_0x3bef76=_0x3bef76-0x0;let _0x5be0e7=_0x17a7[_0x3bef76];return _0x5be0e7;};import{View as _0x15713d}from'ckeditor5/src/ui';export default class ht extends _0x15713d{constructor(_0xeeb5f6){super(_0xeeb5f6),this[_0x5be0('0x0')]=this['createCollection']();const _0x2ec5b8=this['bindTemplate'];this[_0x5be0('0x1')]({'tag':_0x5be0('0x2'),'attributes':{'class':['ck',_0x5be0('0x3')]},'children':this['items'],'on':{'click':_0x2ec5b8['to'](()=>this['fire']('execute'))}});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x538a=['isCollapsed','ck-reset','set','div','ck-presence-list','ck-presence-list--collapsed','counterView','bindTemplate','inlineListView','setTemplate'];(function(_0x415f8d,_0x538ab0){const _0x1a7c0b=function(_0x57a7aa){while(--_0x57a7aa){_0x415f8d['push'](_0x415f8d['shift']());}};_0x1a7c0b(++_0x538ab0);}(_0x538a,0x176));const _0x1a7c=function(_0x415f8d,_0x538ab0){_0x415f8d=_0x415f8d-0x0;let _0x1a7c0b=_0x538a[_0x415f8d];return _0x1a7c0b;};import{View as _0x2050f7}from'ckeditor5/src/ui';import _0x1a2177 from'./presencecounterview';import _0x858930 from'./presenceinlinelistview';import'../../../theme/presencelist.css';export default class _ extends _0x2050f7{constructor(_0x590e42){super(_0x590e42);const _0x40ea1a=this[_0x1a7c('0x3')];this[_0x1a7c('0x8')](_0x1a7c('0x6'),!0x0),this[_0x1a7c('0x2')]=new _0x1a2177(this['locale']),this[_0x1a7c('0x4')]=new _0x858930(_0x590e42),this[_0x1a7c('0x5')]({'tag':_0x1a7c('0x9'),'attributes':{'class':['ck',_0x1a7c('0x0'),_0x1a7c('0x7'),'ck-rounded-corners',_0x40ea1a['if'](_0x1a7c('0x6'),_0x1a7c('0x1'))]},'children':[this[_0x1a7c('0x2')],this[_0x1a7c('0x4')]]});}}
23
+ const _0x150a=['setTemplate','ck-presence-list--collapsed','inlineListView','isCollapsed','ck-reset','counterView','bindTemplate','ck-presence-list','set','ck-rounded-corners','div','locale'];(function(_0x316856,_0x150a15){const _0x2a71fa=function(_0x2470f0){while(--_0x2470f0){_0x316856['push'](_0x316856['shift']());}};_0x2a71fa(++_0x150a15);}(_0x150a,0x133));const _0x2a71=function(_0x316856,_0x150a15){_0x316856=_0x316856-0x0;let _0x2a71fa=_0x150a[_0x316856];return _0x2a71fa;};import{View as _0x10f4a2}from'ckeditor5/src/ui';import _0x516f90 from'./presencecounterview';import _0x5c7ffe from'./presenceinlinelistview';import'../../../theme/presencelist.css';export default class y extends _0x10f4a2{constructor(_0x336c1d){super(_0x336c1d);const _0x572fde=this[_0x2a71('0xb')];this[_0x2a71('0x1')](_0x2a71('0x8'),!0x0),this[_0x2a71('0xa')]=new _0x516f90(this[_0x2a71('0x4')]),this[_0x2a71('0x7')]=new _0x5c7ffe(_0x336c1d),this[_0x2a71('0x5')]({'tag':_0x2a71('0x3'),'attributes':{'class':['ck',_0x2a71('0x0'),_0x2a71('0x9'),_0x2a71('0x2'),_0x572fde['if']('isCollapsed',_0x2a71('0x6'))]},'children':[this['counterView'],this['inlineListView']]});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2b97=['text','ck-tooltip','span','ck-tooltip__text__inner','position','ck-tooltip__text','setTemplate','bindTemplate'];(function(_0x286487,_0x2b973f){const _0x36397d=function(_0x585f11){while(--_0x585f11){_0x286487['push'](_0x286487['shift']());}};_0x36397d(++_0x2b973f);}(_0x2b97,0x10d));const _0x3639=function(_0x286487,_0x2b973f){_0x286487=_0x286487-0x0;let _0x36397d=_0x2b97[_0x286487];return _0x36397d;};import{TooltipView as _0x474b21}from'ckeditor5/src/ui';export default class it extends _0x474b21{constructor(_0x443f14){super(_0x443f14);const _0x40c43b=this[_0x3639('0x2')];this[_0x3639('0x1')]({'tag':_0x3639('0x5'),'attributes':{'class':['ck',_0x3639('0x4'),_0x40c43b['to'](_0x3639('0x7'),_0x5d52b0=>'ck-tooltip_'+_0x5d52b0)]},'children':[{'tag':_0x3639('0x5'),'attributes':{'class':[_0x3639('0x0')]},'children':[{'tag':_0x3639('0x5'),'class':[_0x3639('0x6')],'children':[{'text':_0x40c43b['to'](_0x3639('0x3'))}]}]}]});}}
23
+ const _0x355e=['bindTemplate','ck-tooltip','ck-tooltip_','span','ck-tooltip__text__inner','text'];(function(_0x56ea99,_0x355e0a){const _0xe9306=function(_0x20c8ab){while(--_0x20c8ab){_0x56ea99['push'](_0x56ea99['shift']());}};_0xe9306(++_0x355e0a);}(_0x355e,0x1d1));const _0xe930=function(_0x56ea99,_0x355e0a){_0x56ea99=_0x56ea99-0x0;let _0xe9306=_0x355e[_0x56ea99];return _0xe9306;};import{TooltipView as _0x3c80a2}from'ckeditor5/src/ui';export default class ct extends _0x3c80a2{constructor(_0x3a226d){super(_0x3a226d);const _0x309783=this[_0xe930('0x3')];this['setTemplate']({'tag':'span','attributes':{'class':['ck',_0xe930('0x4'),_0x309783['to']('position',_0x225d17=>_0xe930('0x5')+_0x225d17)]},'children':[{'tag':_0xe930('0x0'),'attributes':{'class':['ck-tooltip__text']},'children':[{'tag':_0xe930('0x0'),'class':[_0xe930('0x1')],'children':[{'text':_0x309783['to'](_0xe930('0x2'))}]}]}]});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x4e76=['requires','PresenceList'];(function(_0x5c4008,_0x4e7683){var _0xde6664=function(_0x4785b7){while(--_0x4785b7){_0x5c4008['push'](_0x5c4008['shift']());}};_0xde6664(++_0x4e7683);}(_0x4e76,0x1e7));var _0xde66=function(_0x5c4008,_0x4e7683){_0x5c4008=_0x5c4008-0x0;var _0xde6664=_0x4e76[_0x5c4008];return _0xde6664;};import{ContextPlugin as _0x4f581d}from'ckeditor5/src/core';import _0x2b9369 from'./realtimecollaborativeediting/sessions';import _0x4bb313 from'./presencelist/presencelistui';export default class s extends _0x4f581d{static get[_0xde66('0x1')](){return[_0x2b9369,_0x4bb313];}static get['pluginName'](){return _0xde66('0x0');}}
23
+ var _0x4316=['requires','PresenceList','pluginName'];(function(_0x4970c1,_0x43167d){var _0x39ae6a=function(_0x25caa7){while(--_0x25caa7){_0x4970c1['push'](_0x4970c1['shift']());}};_0x39ae6a(++_0x43167d);}(_0x4316,0x198));var _0x39ae=function(_0x4970c1,_0x43167d){_0x4970c1=_0x4970c1-0x0;var _0x39ae6a=_0x4316[_0x4970c1];return _0x39ae6a;};import{ContextPlugin as _0x2b5f15}from'ckeditor5/src/core';import _0x519678 from'./realtimecollaborativeediting/sessions';import _0x26617c from'./presencelist/presencelistui';export default class s extends _0x2b5f15{static get[_0x39ae('0x0')](){return[_0x519678,_0x26617c];}static get[_0x39ae('0x2')](){return _0x39ae('0x1');}}