@ckeditor/ckeditor5-real-time-collaboration 43.2.0-alpha.6 → 43.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/build/real-time-collaboration.js +1 -1
  2. package/dist/index.js +6 -6
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de-ch.js +1 -1
  16. package/dist/translations/de-ch.umd.js +1 -1
  17. package/dist/translations/de.js +1 -1
  18. package/dist/translations/de.umd.js +1 -1
  19. package/dist/translations/el.js +1 -1
  20. package/dist/translations/el.umd.js +1 -1
  21. package/dist/translations/en-au.js +1 -1
  22. package/dist/translations/en-au.umd.js +1 -1
  23. package/dist/translations/en.umd.js +1 -1
  24. package/dist/translations/es.js +1 -1
  25. package/dist/translations/es.umd.js +1 -1
  26. package/dist/translations/et.js +1 -1
  27. package/dist/translations/et.umd.js +1 -1
  28. package/dist/translations/fa.js +1 -1
  29. package/dist/translations/fa.umd.js +1 -1
  30. package/dist/translations/fi.js +1 -1
  31. package/dist/translations/fi.umd.js +1 -1
  32. package/dist/translations/fr.js +1 -1
  33. package/dist/translations/fr.umd.js +1 -1
  34. package/dist/translations/gl.js +1 -1
  35. package/dist/translations/gl.umd.js +1 -1
  36. package/dist/translations/he.js +1 -1
  37. package/dist/translations/he.umd.js +1 -1
  38. package/dist/translations/hi.js +1 -1
  39. package/dist/translations/hi.umd.js +1 -1
  40. package/dist/translations/hr.js +1 -1
  41. package/dist/translations/hr.umd.js +1 -1
  42. package/dist/translations/hu.js +1 -1
  43. package/dist/translations/hu.umd.js +1 -1
  44. package/dist/translations/id.js +1 -1
  45. package/dist/translations/id.umd.js +1 -1
  46. package/dist/translations/it.js +1 -1
  47. package/dist/translations/it.umd.js +1 -1
  48. package/dist/translations/ja.js +1 -1
  49. package/dist/translations/ja.umd.js +1 -1
  50. package/dist/translations/ko.js +1 -1
  51. package/dist/translations/ko.umd.js +1 -1
  52. package/dist/translations/lt.js +1 -1
  53. package/dist/translations/lt.umd.js +1 -1
  54. package/dist/translations/lv.js +1 -1
  55. package/dist/translations/lv.umd.js +1 -1
  56. package/dist/translations/ms.js +1 -1
  57. package/dist/translations/ms.umd.js +1 -1
  58. package/dist/translations/nl.js +1 -1
  59. package/dist/translations/nl.umd.js +1 -1
  60. package/dist/translations/no.js +1 -1
  61. package/dist/translations/no.umd.js +1 -1
  62. package/dist/translations/pl.js +1 -1
  63. package/dist/translations/pl.umd.js +1 -1
  64. package/dist/translations/pt-br.js +1 -1
  65. package/dist/translations/pt-br.umd.js +1 -1
  66. package/dist/translations/pt.js +1 -1
  67. package/dist/translations/pt.umd.js +1 -1
  68. package/dist/translations/ro.js +1 -1
  69. package/dist/translations/ro.umd.js +1 -1
  70. package/dist/translations/ru.js +1 -1
  71. package/dist/translations/ru.umd.js +1 -1
  72. package/dist/translations/sk.js +1 -1
  73. package/dist/translations/sk.umd.js +1 -1
  74. package/dist/translations/sr-latn.js +1 -1
  75. package/dist/translations/sr-latn.umd.js +1 -1
  76. package/dist/translations/sr.js +1 -1
  77. package/dist/translations/sr.umd.js +1 -1
  78. package/dist/translations/sv.js +1 -1
  79. package/dist/translations/sv.umd.js +1 -1
  80. package/dist/translations/th.js +1 -1
  81. package/dist/translations/th.umd.js +1 -1
  82. package/dist/translations/tk.js +1 -1
  83. package/dist/translations/tk.umd.js +1 -1
  84. package/dist/translations/tr.js +1 -1
  85. package/dist/translations/tr.umd.js +1 -1
  86. package/dist/translations/uk.js +1 -1
  87. package/dist/translations/uk.umd.js +1 -1
  88. package/dist/translations/vi.js +1 -1
  89. package/dist/translations/vi.umd.js +1 -1
  90. package/dist/translations/zh-cn.js +1 -1
  91. package/dist/translations/zh-cn.umd.js +1 -1
  92. package/dist/translations/zh.js +1 -1
  93. package/dist/translations/zh.umd.js +1 -1
  94. package/package.json +9 -9
  95. package/src/common-translations.js +1 -1
  96. package/src/index.js +1 -1
  97. package/src/presencelist/presencelistui.js +1 -1
  98. package/src/presencelist/view/presencecounterview.js +1 -1
  99. package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
  100. package/src/presencelist/view/presencedropdownlistview.js +1 -1
  101. package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
  102. package/src/presencelist/view/presenceinlinelistview.js +1 -1
  103. package/src/presencelist/view/presencelistview.js +1 -1
  104. package/src/presencelist.js +1 -1
  105. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
  106. package/src/realtimecollaborativecomments.js +1 -1
  107. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
  108. package/src/realtimecollaborativeediting/sessions.js +1 -1
  109. package/src/realtimecollaborativeediting/usermarkers.js +1 -1
  110. package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
  111. package/src/realtimecollaborativeediting.js +1 -1
  112. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
  113. package/src/realtimecollaborativerevisionhistory.js +1 -1
  114. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
  115. package/src/realtimecollaborativetrackchanges.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x25d4c4=>{const {'zh-cn':{dictionary:_0x32672d,getPluralForm:_0x25f3ab}}={'zh-cn':{'dictionary':{'CONNECTED_USERS':'已连接用户:%0','PENDING_ACTION_SENDING_DATA':'正在往服务器发送数据。','Synchronization\x20issue':'同步Issue','Connected\x20users\x20list\x20dropdown\x20menu':'连接用户列表下拉菜单','Connected\x20users\x20list':'连接用户列表','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'折叠的连接用户列表(按\x20ENTER\x20键打开)','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'当前文档不能连回服务器。为避免丢失数据,请先将内容保存在本地并刷新编辑器。','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'重新连接后不能获取文档详情。为避免丢失数据,请先将内容保存在本地并刷新编辑器。','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'最新保存的文档版本和本地版本不匹配。为避免丢失数据,请先将内容保存在本地并刷新编辑器。','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'本地文档和服务器文档存在区别,合并它们将导致意料之外的行为。为避免丢失数据,请先将内容保存在本地并刷新编辑器。'},'getPluralForm':_0x16444f=>0x0}};_0x25d4c4['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x25d4c4['zh-cn']['dictionary']=Object['assign'](_0x25d4c4['zh-cn']['dictionary'],_0x32672d),_0x25d4c4['zh-cn']['getPluralForm']=_0x25f3ab;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x451714=>{const {'zh-cn':{dictionary:_0x1fd914,getPluralForm:_0x872f37}}={'zh-cn':{'dictionary':{'CONNECTED_USERS':'已连接用户:%0','PENDING_ACTION_SENDING_DATA':'正在往服务器发送数据。','Synchronization\x20issue':'同步Issue','Connected\x20users\x20list\x20dropdown\x20menu':'连接用户列表下拉菜单','Connected\x20users\x20list':'连接用户列表','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'折叠的连接用户列表(按\x20ENTER\x20键打开)','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'当前文档不能连回服务器。为避免丢失数据,请先将内容保存在本地并刷新编辑器。','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'重新连接后不能获取文档详情。为避免丢失数据,请先将内容保存在本地并刷新编辑器。','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'最新保存的文档版本和本地版本不匹配。为避免丢失数据,请先将内容保存在本地并刷新编辑器。','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'本地文档和服务器文档存在区别,合并它们将导致意料之外的行为。为避免丢失数据,请先将内容保存在本地并刷新编辑器。'},'getPluralForm':_0x52f619=>0x0}};_0x451714['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x451714['zh-cn']['dictionary']=Object['assign'](_0x451714['zh-cn']['dictionary'],_0x1fd914),_0x451714['zh-cn']['getPluralForm']=_0x872f37;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh':{'dictionary':{'CONNECTED_USERS':'%0\x20位已連線使用者。','PENDING_ACTION_SENDING_DATA':'傳送資料到伺服器。','Synchronization\x20issue':'同步處理問題','Connected\x20users\x20list\x20dropdown\x20menu':'已連結使用者清單下拉式功能表','Connected\x20users\x20list':'已連結使用者清單','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'摺疊的已連結使用者清單(按\x20Enter\x20即可將其開啟)','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'無法將文件連結回伺服器。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'重新連結期間,無法獲取文件詳細資料。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'文件的最後儲存版本與本機版本不符。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'本機文件與伺服器文件不同,合併它們可能會導致意外情況。為了不丟失內容,請將其儲存於本機並重新整理編輯器。'},'getPluralForm':_0x1e1eda=>0x0}};
23
+ export default{'zh':{'dictionary':{'CONNECTED_USERS':'%0\x20位已連線使用者。','PENDING_ACTION_SENDING_DATA':'傳送資料到伺服器。','Synchronization\x20issue':'同步處理問題','Connected\x20users\x20list\x20dropdown\x20menu':'已連結使用者清單下拉式功能表','Connected\x20users\x20list':'已連結使用者清單','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'摺疊的已連結使用者清單(按\x20Enter\x20即可將其開啟)','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'無法將文件連結回伺服器。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'重新連結期間,無法獲取文件詳細資料。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'文件的最後儲存版本與本機版本不符。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'本機文件與伺服器文件不同,合併它們可能會導致意外情況。為了不丟失內容,請將其儲存於本機並重新整理編輯器。'},'getPluralForm':_0x29da17=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ebe86=>{const {zh:{dictionary:_0x3ab67a,getPluralForm:_0x5ce384}}={'zh':{'dictionary':{'CONNECTED_USERS':'%0\x20位已連線使用者。','PENDING_ACTION_SENDING_DATA':'傳送資料到伺服器。','Synchronization\x20issue':'同步處理問題','Connected\x20users\x20list\x20dropdown\x20menu':'已連結使用者清單下拉式功能表','Connected\x20users\x20list':'已連結使用者清單','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'摺疊的已連結使用者清單(按\x20Enter\x20即可將其開啟)','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'無法將文件連結回伺服器。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'重新連結期間,無法獲取文件詳細資料。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'文件的最後儲存版本與本機版本不符。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'本機文件與伺服器文件不同,合併它們可能會導致意外情況。為了不丟失內容,請將其儲存於本機並重新整理編輯器。'},'getPluralForm':_0x415fd5=>0x0}};_0x2ebe86['zh']||={'dictionary':{},'getPluralForm':null},_0x2ebe86['zh']['dictionary']=Object['assign'](_0x2ebe86['zh']['dictionary'],_0x3ab67a),_0x2ebe86['zh']['getPluralForm']=_0x5ce384;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x319015=>{const {zh:{dictionary:_0x30096c,getPluralForm:_0x17d15e}}={'zh':{'dictionary':{'CONNECTED_USERS':'%0\x20位已連線使用者。','PENDING_ACTION_SENDING_DATA':'傳送資料到伺服器。','Synchronization\x20issue':'同步處理問題','Connected\x20users\x20list\x20dropdown\x20menu':'已連結使用者清單下拉式功能表','Connected\x20users\x20list':'已連結使用者清單','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'摺疊的已連結使用者清單(按\x20Enter\x20即可將其開啟)','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'無法將文件連結回伺服器。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'重新連結期間,無法獲取文件詳細資料。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'文件的最後儲存版本與本機版本不符。為了不丟失內容,請將其儲存於本機並重新整理編輯器。','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'本機文件與伺服器文件不同,合併它們可能會導致意外情況。為了不丟失內容,請將其儲存於本機並重新整理編輯器。'},'getPluralForm':_0x41011f=>0x0}};_0x319015['zh']||={'dictionary':{},'getPluralForm':null},_0x319015['zh']['dictionary']=Object['assign'](_0x319015['zh']['dictionary'],_0x30096c),_0x319015['zh']['getPluralForm']=_0x17d15e;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-real-time-collaboration",
3
- "version": "43.2.0-alpha.6",
3
+ "version": "43.2.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/)",
@@ -42,14 +42,14 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@ckeditor/ckeditor-cloud-services-collaboration": "52.6.10",
45
- "@ckeditor/ckeditor5-core": "43.2.0-alpha.6",
46
- "@ckeditor/ckeditor5-engine": "43.2.0-alpha.6",
47
- "@ckeditor/ckeditor5-operations-compressor": "43.2.0-alpha.6",
48
- "@ckeditor/ckeditor5-theme-lark": "43.2.0-alpha.6",
49
- "@ckeditor/ckeditor5-ui": "43.2.0-alpha.6",
50
- "@ckeditor/ckeditor5-utils": "43.2.0-alpha.6",
51
- "ckeditor5": "43.2.0-alpha.6",
52
- "ckeditor5-collaboration": "43.2.0-alpha.6",
45
+ "@ckeditor/ckeditor5-core": "43.2.0",
46
+ "@ckeditor/ckeditor5-engine": "43.2.0",
47
+ "@ckeditor/ckeditor5-operations-compressor": "43.2.0",
48
+ "@ckeditor/ckeditor5-theme-lark": "43.2.0",
49
+ "@ckeditor/ckeditor5-ui": "43.2.0",
50
+ "@ckeditor/ckeditor5-utils": "43.2.0",
51
+ "ckeditor5": "43.2.0",
52
+ "ckeditor5-collaboration": "43.2.0",
53
53
  "lodash-es": "4.17.21"
54
54
  },
55
55
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x474cdd,_0x2c486b,_0xbb0389){const t=_0x474cdd['t'];switch(_0x2c486b){case'PENDING_ACTION_SENDING_DATA':return t({'string':'Sending\x20data\x20to\x20the\x20server.','id':'PENDING_ACTION_SENDING_DATA'});case'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'Synchronization\x20issue':return t('Synchronization\x20issue');case'Connected\x20users\x20list\x20dropdown\x20menu':return t('Connected\x20users\x20list\x20dropdown\x20menu');case'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':return t('Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)');case'Connected\x20users\x20list':return t('Connected\x20users\x20list');case'PENDING_ACTION_REVISION_HISTORY':return t({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});case'CONNECTED_USERS':return t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0xbb0389);default:return'';}}
23
+ export function getTranslation(_0x1fdc53,_0x4d0a64,_0x37aec8){const t=_0x1fdc53['t'];switch(_0x4d0a64){case'PENDING_ACTION_SENDING_DATA':return t({'string':'Sending\x20data\x20to\x20the\x20server.','id':'PENDING_ACTION_SENDING_DATA'});case'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'Synchronization\x20issue':return t('Synchronization\x20issue');case'Connected\x20users\x20list\x20dropdown\x20menu':return t('Connected\x20users\x20list\x20dropdown\x20menu');case'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':return t('Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)');case'Connected\x20users\x20list':return t('Connected\x20users\x20list');case'PENDING_ACTION_REVISION_HISTORY':return t({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});case'CONNECTED_USERS':return t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0x37aec8);default:return'';}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x5aab3d,_0x4f029d){var _0x4ffeb0=_0x2b51,_0x1fbc07=_0x5aab3d();while(!![]){try{var _0x3a40bb=-parseInt(_0x4ffeb0(0x18c))/0x1*(-parseInt(_0x4ffeb0(0x18a))/0x2)+parseInt(_0x4ffeb0(0x18d))/0x3+parseInt(_0x4ffeb0(0x191))/0x4*(parseInt(_0x4ffeb0(0x18e))/0x5)+-parseInt(_0x4ffeb0(0x18b))/0x6*(-parseInt(_0x4ffeb0(0x190))/0x7)+-parseInt(_0x4ffeb0(0x18f))/0x8+parseInt(_0x4ffeb0(0x192))/0x9+-parseInt(_0x4ffeb0(0x193))/0xa;if(_0x3a40bb===_0x4f029d)break;else _0x1fbc07['push'](_0x1fbc07['shift']());}catch(_0x7ad16){_0x1fbc07['push'](_0x1fbc07['shift']());}}}(_0x57fe,0x859c6));export{default as RealTimeCollaborativeEditing}from'./realtimecollaborativeediting.js';export{default as RealTimeCollaborativeTrackChanges}from'./realtimecollaborativetrackchanges.js';function _0x2b51(_0x5d4eb6,_0x2af293){var _0x57fecf=_0x57fe();return _0x2b51=function(_0x2b5144,_0x5d95dd){_0x2b5144=_0x2b5144-0x18a;var _0x51528c=_0x57fecf[_0x2b5144];return _0x51528c;},_0x2b51(_0x5d4eb6,_0x2af293);}export{default as RealTimeCollaborativeComments}from'./realtimecollaborativecomments.js';export{default as RealTimeCollaborativeRevisionHistory}from'./realtimecollaborativerevisionhistory.js';export{default as CloudServicesCommentsAdapter}from'./realtimecollaborativecomments/cloudservicescommentsadapter.js';export{default as CloudServicesTrackChangesAdapter}from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';export{default as CloudServicesRevisionHistoryAdapter}from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';export{default as RealTimeCollaborationClient}from'./realtimecollaborativeediting/realtimecollaborationclient.js';export{default as PresenceList}from'./presencelist.js';import'./augmentation.js';function _0x57fe(){var _0x1ce62e=['5VverzW','5862624hkouMT','10787zbvRpu','814360Fvcala','5427882KNmNKt','20105950EQpFEO','1377100VIXnXw','2802QlEuOr','1JSoHnH','3227424OclWoP'];_0x57fe=function(){return _0x1ce62e;};return _0x57fe();}
23
+ (function(_0x5c129e,_0x2d1565){var _0x19287b=_0x61a3,_0x53be37=_0x5c129e();while(!![]){try{var _0x182acb=-parseInt(_0x19287b(0x6d))/0x1+parseInt(_0x19287b(0x6e))/0x2*(-parseInt(_0x19287b(0x72))/0x3)+parseInt(_0x19287b(0x73))/0x4+-parseInt(_0x19287b(0x6f))/0x5+-parseInt(_0x19287b(0x6b))/0x6+-parseInt(_0x19287b(0x71))/0x7*(-parseInt(_0x19287b(0x70))/0x8)+-parseInt(_0x19287b(0x74))/0x9*(-parseInt(_0x19287b(0x6c))/0xa);if(_0x182acb===_0x2d1565)break;else _0x53be37['push'](_0x53be37['shift']());}catch(_0x46b216){_0x53be37['push'](_0x53be37['shift']());}}}(_0x2732,0x36487));function _0x2732(){var _0x21b100=['246725cDxoiI','8542NeDqRw','563535LDbbQM','518040umHyWW','42LAGhmT','201aWOGGS','387316peBJHR','5247387IciFby','1202820BZVqeB','10IUHasB'];_0x2732=function(){return _0x21b100;};return _0x2732();}export{default as RealTimeCollaborativeEditing}from'./realtimecollaborativeediting.js';function _0x61a3(_0x34cd90,_0xe086cc){var _0x273213=_0x2732();return _0x61a3=function(_0x61a389,_0x3a2143){_0x61a389=_0x61a389-0x6b;var _0x3e618e=_0x273213[_0x61a389];return _0x3e618e;},_0x61a3(_0x34cd90,_0xe086cc);}export{default as RealTimeCollaborativeTrackChanges}from'./realtimecollaborativetrackchanges.js';export{default as RealTimeCollaborativeComments}from'./realtimecollaborativecomments.js';export{default as RealTimeCollaborativeRevisionHistory}from'./realtimecollaborativerevisionhistory.js';export{default as CloudServicesCommentsAdapter}from'./realtimecollaborativecomments/cloudservicescommentsadapter.js';export{default as CloudServicesTrackChangesAdapter}from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';export{default as CloudServicesRevisionHistoryAdapter}from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';export{default as RealTimeCollaborationClient}from'./realtimecollaborativeediting/realtimecollaborationclient.js';export{default as PresenceList}from'./presencelist.js';import'./augmentation.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x753a0d=_0x25c7;function _0x34d2(){const _0xa73318=['allConnectedUsers','keystrokes','element','reverse','add','7502296ImEJpQ','presencelist-collapseat-invalid-format','define','_handleUserAdd','pin','view','focus','attachToDom','isRendered','58050927XWPbQS','remove','map','3133527jmRGVS','Shift+Tab','isMe','button','isHidden','hideDropdown','284179pcQLyD','plugins','presenceList','onClick','presencelist-missing-container','destroy','init','checkIfScrollable','currentDisplayedUsers','body','_allConnectedUsers','select','from','listenTo','isCollapsed','presenceList.collapseAt','_bodyCollection','bind','Esc','isFocusable','join','activeElement','balloonPanelView','counterView','_handleUserRemove','class','presenceList.container','input','tabIndex','Tab','offsetWidth','locale','content','indexOf','min','1840995IDIzRR','presenceDropdownView','config','requires','execute','unpin','presenceList.displayMe','isExpanded','bindTo','set','detachFromDom',':not([disabled]):not([tabindex=\x22-1\x22])','[tabindex]','appendChild','[contenteditable]','showDropdown','length','sort','querySelectorAll','2XZnKYc','_createView','Enter','1320802HOwYTz','items','inlineListView','context','displayMe','filter','using','isVisible','change:isFocused','get','number','56PJmeao','hasTooltip','offsetHeight','usersCount','7083552hSBPdB','render','focusTracker','ck\x20ck-presence-list__balloon','textarea'];_0x34d2=function(){return _0xa73318;};return _0x34d2();}(function(_0x1883cc,_0x250989){const _0x2f2f75=_0x25c7,_0x4a3319=_0x1883cc();while(!![]){try{const _0x9876cf=-parseInt(_0x2f2f75(0x172))/0x1+-parseInt(_0x2f2f75(0x16f))/0x2*(parseInt(_0x2f2f75(0x197))/0x3)+-parseInt(_0x2f2f75(0x18b))/0x4+-parseInt(_0x2f2f75(0x15c))/0x5+-parseInt(_0x2f2f75(0x181))/0x6+-parseInt(_0x2f2f75(0x19d))/0x7*(-parseInt(_0x2f2f75(0x17d))/0x8)+parseInt(_0x2f2f75(0x194))/0x9;if(_0x9876cf===_0x250989)break;else _0x4a3319['push'](_0x4a3319['shift']());}catch(_0x1303db){_0x4a3319['push'](_0x4a3319['shift']());}}}(_0x34d2,0xe69de));import{ContextPlugin as _0x1123a3}from'ckeditor5/src/core.js';import{CKEditorError as _0x3b1742,Collection as _0x1d5e70}from'ckeditor5/src/utils.js';import{clickOutsideHandler as _0xe5fb30,BalloonPanelView as _0x253e06,BodyCollection as _0xacd971}from'ckeditor5/src/ui.js';import{isElement as _0x2da9e7}from'lodash-es';import _0x400915 from'../realtimecollaborativeediting/sessions.js';import _0x4774c9 from'./view/presencelistview.js';import _0x49cf03 from'./view/presencedropdownlistview.js';import _0x360c72 from'./view/presencedropdownlistitemview.js';function _0x25c7(_0x56e821,_0x3c5aec){const _0x34d245=_0x34d2();return _0x25c7=function(_0x25c756,_0x4bba5a){_0x25c756=_0x25c756-0x154;let _0x3bfa6b=_0x34d245[_0x25c756];return _0x3bfa6b;},_0x25c7(_0x56e821,_0x3c5aec);}import _0x56b9e2 from'./view/presenceinlinelistitemview.js';const A={'collapseAt':0x6,'displayMe':!0x0};export default class s extends _0x1123a3{constructor(_0xf3a2c1){const _0x4334fc=_0x25c7;super(_0xf3a2c1),this[_0x4334fc(0x1ad)]=null,this[_0x4334fc(0x175)][_0x4334fc(0x15e)][_0x4334fc(0x18d)](_0x4334fc(0x19f),A);const _0x2f1c35=_0xf3a2c1[_0x4334fc(0x15e)][_0x4334fc(0x17b)](_0x4334fc(0x1ac));if(_0x4334fc(0x17c)!=typeof _0x2f1c35)throw new _0x3b1742(_0x4334fc(0x18c),this);if(_0x2f1c35<0x1)throw new _0x3b1742(_0x4334fc(0x18c),this);this[_0x4334fc(0x1a7)]=this[_0x4334fc(0x175)][_0x4334fc(0x19e)][_0x4334fc(0x17b)](_0x400915)[_0x4334fc(0x186)],this[_0x4334fc(0x165)](_0x4334fc(0x180),0x0),this[_0x4334fc(0x1a5)]=new _0x1d5e70(),this[_0x4334fc(0x1b3)]=new _0x253e06(),this[_0x4334fc(0x1b3)][_0x4334fc(0x1b6)]=_0x4334fc(0x184),this[_0x4334fc(0x190)]=this[_0x4334fc(0x170)](),this[_0x4334fc(0x15d)]=void 0x0;}static get[_0x753a0d(0x15f)](){return[_0x400915];}[_0x753a0d(0x1a3)](){const _0x1fe718=_0x753a0d;for(const _0x531234 of this[_0x1fe718(0x1a7)])this[_0x1fe718(0x18e)](_0x531234);this[_0x1fe718(0x1aa)](this[_0x1fe718(0x1a7)],_0x1fe718(0x18a),(_0x470410,_0x38ff6c)=>{const _0x1a7765=_0x1fe718;this[_0x1a7765(0x18e)](_0x38ff6c);}),this[_0x1fe718(0x1aa)](this[_0x1fe718(0x1a7)],_0x1fe718(0x195),(_0x119ef8,_0x473513)=>{const _0x554fa4=_0x1fe718;this[_0x554fa4(0x1b5)](_0x473513);});}[_0x753a0d(0x170)](){const _0xddf8ce=_0x753a0d,_0x2b1216=this[_0xddf8ce(0x175)],_0x5243a8=new _0x4774c9(this[_0xddf8ce(0x175)][_0xddf8ce(0x158)]),_0x14b007=this[_0xddf8ce(0x1b3)];if(!_0x2da9e7(_0x2b1216[_0xddf8ce(0x15e)][_0xddf8ce(0x17b)](_0xddf8ce(0x1b7))))throw new _0x3b1742(_0xddf8ce(0x1a1),this);return _0x5243a8[_0xddf8ce(0x1b4)][_0xddf8ce(0x1ae)](_0xddf8ce(0x180))['to'](this),_0x5243a8[_0xddf8ce(0x1ae)](_0xddf8ce(0x1ab))['to'](this,_0xddf8ce(0x180),_0x1ad089=>{const _0x24c272=_0xddf8ce,{collapseAt:_0x47376a,displayMe:_0xa6731a}=_0x2b1216[_0x24c272(0x15e)][_0x24c272(0x17b)](_0x24c272(0x19f)),_0x2096cb=_0x1ad089>=_0x47376a;return _0x5243a8[_0x24c272(0x1b4)][_0x24c272(0x19b)]=!(0x1==_0x1ad089&&_0xa6731a||_0x2096cb),_0x2096cb||this[_0x24c272(0x19c)](),_0x2096cb;}),_0x5243a8[_0xddf8ce(0x174)][_0xddf8ce(0x173)][_0xddf8ce(0x164)](this[_0xddf8ce(0x1a5)])[_0xddf8ce(0x178)](_0x4e2a31=>{const _0x1c8880=_0xddf8ce,_0x5a93ec=_0x2b1216[_0x1c8880(0x15e)][_0x1c8880(0x17b)](_0x1c8880(0x19f)),_0x4c0f27=new _0x56b9e2(_0x2b1216[_0x1c8880(0x158)],_0x4e2a31,!!_0x5a93ec[_0x1c8880(0x1a0)]);return _0x4c0f27[_0x1c8880(0x1ae)](_0x1c8880(0x17e))['to'](_0x5243a8,_0x1c8880(0x1ab),_0x28ecbd=>!_0x28ecbd),_0x4c0f27[_0x1c8880(0x1ae)](_0x1c8880(0x1b0))['to'](_0x5243a8,_0x1c8880(0x1ab),_0x4b1c2a=>!_0x4b1c2a),_0x5a93ec[_0x1c8880(0x1a0)]&&this[_0x1c8880(0x1aa)](_0x4c0f27,_0x1c8880(0x160),()=>{const _0x5571d9=_0x1c8880;this[_0x5571d9(0x190)][_0x5571d9(0x1ab)]||_0x5a93ec[_0x5571d9(0x1a0)](_0x4e2a31,_0x4c0f27[_0x5571d9(0x188)]);}),_0x4c0f27;}),this[_0xddf8ce(0x1aa)](_0x5243a8[_0xddf8ce(0x174)],_0xddf8ce(0x160),()=>{const _0x195c36=_0xddf8ce;this[_0x195c36(0x15d)]?this[_0x195c36(0x19c)]():this[_0x195c36(0x190)][_0x195c36(0x1ab)]&&this[_0x195c36(0x16b)]();}),_0x5243a8[_0xddf8ce(0x174)][_0xddf8ce(0x187)][_0xddf8ce(0x165)](_0xddf8ce(0x171),(_0x17ca31,_0x300f12)=>{const _0x69079=_0xddf8ce;this[_0x69079(0x190)][_0x69079(0x1ab)]&&(this[_0x69079(0x16b)](),_0x300f12());}),_0x5243a8[_0xddf8ce(0x182)](),_0x14b007[_0xddf8ce(0x182)](),_0xe5fb30({'emitter':_0x5243a8,'activator':()=>_0x14b007[_0xddf8ce(0x179)],'contextElements':[_0x14b007[_0xddf8ce(0x188)],_0x5243a8[_0xddf8ce(0x174)][_0xddf8ce(0x188)]],'callback':()=>this[_0xddf8ce(0x19c)]()}),_0x2b1216[_0xddf8ce(0x15e)][_0xddf8ce(0x17b)](_0xddf8ce(0x1b7))[_0xddf8ce(0x169)](_0x5243a8[_0xddf8ce(0x188)]),this[_0xddf8ce(0x1ad)]=new _0xacd971(this[_0xddf8ce(0x175)][_0xddf8ce(0x158)]),this[_0xddf8ce(0x1ad)][_0xddf8ce(0x192)](),this[_0xddf8ce(0x1ad)][_0xddf8ce(0x18a)](this[_0xddf8ce(0x1b3)]),_0x5243a8;}[_0x753a0d(0x18e)](_0x370da5){const _0x391873=_0x753a0d;if(!this[_0x391873(0x175)][_0x391873(0x15e)][_0x391873(0x17b)](_0x391873(0x162))&&_0x370da5[_0x391873(0x199)])return;const _0x348168=this[_0x391873(0x175)][_0x391873(0x15e)][_0x391873(0x17b)](_0x391873(0x1ac))-0x1;this[_0x391873(0x180)]++,this[_0x391873(0x1a5)][_0x391873(0x16c)]==_0x348168&&this[_0x391873(0x1a5)][_0x391873(0x16c)]>0x1&&this[_0x391873(0x1a5)][_0x391873(0x195)](0x1);const _0x192d67=_0x370da5[_0x391873(0x199)]?0x0:this[_0x391873(0x1a5)][_0x391873(0x16c)];this[_0x391873(0x1a5)][_0x391873(0x18a)](_0x370da5,_0x192d67);}[_0x753a0d(0x1b5)](_0x1ce1fc){const _0x2d0846=_0x753a0d;if(this[_0x2d0846(0x180)]--,this[_0x2d0846(0x1a5)][_0x2d0846(0x17b)](_0x1ce1fc['id'])&&(this[_0x2d0846(0x1a5)][_0x2d0846(0x195)](_0x1ce1fc['id']),this[_0x2d0846(0x1a5)][_0x2d0846(0x16c)]<this[_0x2d0846(0x180)])){for(const _0xe9aa66 of Array[_0x2d0846(0x1a9)](this[_0x2d0846(0x1a7)])[_0x2d0846(0x189)]())if(!this[_0x2d0846(0x1a5)][_0x2d0846(0x17b)](_0xe9aa66['id']))return void this[_0x2d0846(0x1a5)][_0x2d0846(0x18a)](_0xe9aa66,Math[_0x2d0846(0x15b)](this[_0x2d0846(0x1a5)][_0x2d0846(0x16c)],0x1));}}[_0x753a0d(0x16b)](){const _0x5d629e=_0x753a0d;if(this[_0x5d629e(0x15d)])return;const _0x1d29f3=this[_0x5d629e(0x175)][_0x5d629e(0x15e)][_0x5d629e(0x17b)](_0x5d629e(0x19f));this[_0x5d629e(0x15d)]=new _0x49cf03(this[_0x5d629e(0x175)][_0x5d629e(0x158)],!!_0x1d29f3[_0x5d629e(0x1a0)]),this[_0x5d629e(0x190)][_0x5d629e(0x174)][_0x5d629e(0x163)]=!0x0;const {listWrapperView:_0x292481}=this[_0x5d629e(0x15d)];_0x292481[_0x5d629e(0x173)][_0x5d629e(0x164)](this[_0x5d629e(0x1a7)])[_0x5d629e(0x178)](_0x3c95ae=>{const _0x30ffa0=_0x5d629e;if(!_0x1d29f3[_0x30ffa0(0x176)]&&_0x3c95ae[_0x30ffa0(0x199)])return null;const _0x34bded=new _0x360c72(this[_0x30ffa0(0x175)][_0x30ffa0(0x158)],_0x3c95ae,!!_0x1d29f3[_0x30ffa0(0x1a0)]);return _0x1d29f3[_0x30ffa0(0x1a0)]&&this[_0x30ffa0(0x1aa)](_0x34bded,_0x30ffa0(0x160),()=>{const _0x90dfbe=_0x30ffa0;_0x1d29f3[_0x90dfbe(0x1a0)](_0x3c95ae,_0x34bded[_0x90dfbe(0x188)]);}),_0x34bded;}),this[_0x5d629e(0x1b3)][_0x5d629e(0x159)][_0x5d629e(0x18a)](this[_0x5d629e(0x15d)]),this[_0x5d629e(0x1b3)][_0x5d629e(0x18f)]({'target':this[_0x5d629e(0x190)][_0x5d629e(0x174)][_0x5d629e(0x188)]}),_0x292481[_0x5d629e(0x191)](),_0x292481[_0x5d629e(0x1a4)]();const _0x30d45e=(_0x4e53cb,_0x47a698)=>{const _0x388bf3=_0x5d629e;this[_0x388bf3(0x19c)](),this[_0x388bf3(0x190)][_0x388bf3(0x174)][_0x388bf3(0x191)](),_0x47a698();};_0x292481[_0x5d629e(0x187)][_0x5d629e(0x165)](_0x5d629e(0x1af),_0x30d45e),_0x292481[_0x5d629e(0x187)][_0x5d629e(0x165)](_0x5d629e(0x198),_0x30d45e),_0x292481[_0x5d629e(0x187)][_0x5d629e(0x165)](_0x5d629e(0x156),(_0x3679f9,_0x1f15ca)=>{const _0xad1bff=_0x5d629e;!function(_0x50dc12){const _0x31f69e=_0x25c7,_0x44b2e8=['a',_0x31f69e(0x19a),_0x31f69e(0x154),_0x31f69e(0x1a8),_0x31f69e(0x185),_0x31f69e(0x168),_0x31f69e(0x16a)][_0x31f69e(0x196)](_0x1a91e9=>_0x1a91e9+_0x31f69e(0x167))[_0x31f69e(0x1b1)](','),_0x180646=[...document[_0x31f69e(0x1a6)][_0x31f69e(0x16e)](_0x44b2e8)][_0x31f69e(0x177)](_0x5de705=>_0x5de705===document[_0x31f69e(0x1b2)]||_0x5de705[_0x31f69e(0x157)]+_0x5de705[_0x31f69e(0x17f)]>0x0)[_0x31f69e(0x16d)]((_0x20912a,_0x914c12)=>(_0x20912a[_0x31f69e(0x155)]||0x0)-(_0x914c12[_0x31f69e(0x155)]||0x0)),_0x14a6e9=_0x180646[_0x31f69e(0x15a)](_0x50dc12),_0x38d77d=_0x180646[(_0x14a6e9+0x1)%_0x180646[_0x31f69e(0x16c)]];_0x38d77d&&_0x38d77d[_0x31f69e(0x191)]();}(this[_0xad1bff(0x190)][_0xad1bff(0x188)]),this[_0xad1bff(0x19c)](),_0x1f15ca();}),_0x292481[_0x5d629e(0x183)][_0x5d629e(0x18a)](this[_0x5d629e(0x190)][_0x5d629e(0x188)]),_0x292481[_0x5d629e(0x183)]['on'](_0x5d629e(0x17a),(_0x11a0e8,_0x35bc47,_0x5e7817)=>{const _0xbcdb8f=_0x5d629e;_0x5e7817||this[_0xbcdb8f(0x19c)]();});}[_0x753a0d(0x19c)](){const _0x2741a4=_0x753a0d;this[_0x2741a4(0x15d)]&&(this[_0x2741a4(0x190)][_0x2741a4(0x174)][_0x2741a4(0x163)]=!0x1,this[_0x2741a4(0x1b3)][_0x2741a4(0x161)](),this[_0x2741a4(0x1b3)][_0x2741a4(0x159)][_0x2741a4(0x195)](this[_0x2741a4(0x15d)]),this[_0x2741a4(0x15d)][_0x2741a4(0x1a2)](),this[_0x2741a4(0x15d)]=void 0x0);}[_0x753a0d(0x1a2)](){const _0x510137=_0x753a0d;super[_0x510137(0x1a2)](),this[_0x510137(0x190)]&&this[_0x510137(0x190)][_0x510137(0x193)]&&this[_0x510137(0x190)][_0x510137(0x1a2)](),this[_0x510137(0x1ad)]&&(this[_0x510137(0x1ad)][_0x510137(0x166)](),this[_0x510137(0x1ad)][_0x510137(0x1a2)](),this[_0x510137(0x1ad)]=null);}}
23
+ function _0x1e4f(){const _0x216708=['presenceList.displayMe','11597630UTLwNP','length','_createView','min','isMe','ck\x20ck-presence-list__balloon','keystrokes','showDropdown','balloonPanelView','set','24TIscED','element','currentDisplayedUsers','attachToDom','view','3840630vedrRD','class','isExpanded','5152mpjvIq','presenceList.collapseAt','allConnectedUsers','change:isFocused','render','join','requires','filter','context','isVisible','hideDropdown','locale','items','bind','presenceList','define','input','execute','focus','Esc','add','remove','isCollapsed','appendChild','1078845AXVUOr','Enter','presencelist-missing-container','unpin','30nmvPcw','activeElement','14864bEkQiP','counterView','_bodyCollection','presencelist-collapseat-invalid-format','onClick','textarea','Shift+Tab','querySelectorAll','_handleUserRemove','isHidden','sort','destroy','inlineListView','number','from','687395SUHjBN','get','_handleUserAdd','focusTracker','hasTooltip','using','isRendered','reverse','52706cFcfld','map','_allConnectedUsers','bindTo','button','20Abxmqa','offsetHeight','plugins',':not([disabled]):not([tabindex=\x22-1\x22])','offsetWidth','select','config','usersCount','content','pin','listenTo','[contenteditable]','detachFromDom','isFocusable','presenceDropdownView','Tab','checkIfScrollable','presenceList.container','init','[tabindex]','indexOf','3082383qkUcYE','displayMe','tabIndex','body'];_0x1e4f=function(){return _0x216708;};return _0x1e4f();}const _0x73b9d9=_0x2bb7;(function(_0x1f175d,_0x165e8d){const _0x42e0c3=_0x2bb7,_0x3ebc6a=_0x1f175d();while(!![]){try{const _0x428b2e=-parseInt(_0x42e0c3(0x167))/0x1*(parseInt(_0x42e0c3(0x180))/0x2)+-parseInt(_0x42e0c3(0x163))/0x3+parseInt(_0x42e0c3(0x1a9))/0x4*(parseInt(_0x42e0c3(0x178))/0x5)+parseInt(_0x42e0c3(0x148))/0x6+-parseInt(_0x42e0c3(0x14b))/0x7*(parseInt(_0x42e0c3(0x169))/0x8)+parseInt(_0x42e0c3(0x19a))/0x9*(parseInt(_0x42e0c3(0x185))/0xa)+parseInt(_0x42e0c3(0x19f))/0xb;if(_0x428b2e===_0x165e8d)break;else _0x3ebc6a['push'](_0x3ebc6a['shift']());}catch(_0x4c2105){_0x3ebc6a['push'](_0x3ebc6a['shift']());}}}(_0x1e4f,0xa79fe));import{ContextPlugin as _0x3d7d85}from'ckeditor5/src/core.js';function _0x2bb7(_0x1abb1a,_0x4d2ef7){const _0x1e4f94=_0x1e4f();return _0x2bb7=function(_0x2bb7fb,_0x37b211){_0x2bb7fb=_0x2bb7fb-0x145;let _0x512f12=_0x1e4f94[_0x2bb7fb];return _0x512f12;},_0x2bb7(_0x1abb1a,_0x4d2ef7);}import{CKEditorError as _0x2f78c1,Collection as _0x572556}from'ckeditor5/src/utils.js';import{clickOutsideHandler as _0x283362,BalloonPanelView as _0x4a6afc,BodyCollection as _0x4fdf4e}from'ckeditor5/src/ui.js';import{isElement as _0x3141fc}from'lodash-es';import _0x165b1b from'../realtimecollaborativeediting/sessions.js';import _0x7c4ca from'./view/presencelistview.js';import _0x52d3ae from'./view/presencedropdownlistview.js';import _0x94cf01 from'./view/presencedropdownlistitemview.js';import _0x560214 from'./view/presenceinlinelistitemview.js';const D={'collapseAt':0x6,'displayMe':!0x0};export default class s extends _0x3d7d85{constructor(_0x3a33eb){const _0x5ef869=_0x2bb7;super(_0x3a33eb),this[_0x5ef869(0x16b)]=null,this[_0x5ef869(0x153)][_0x5ef869(0x18b)][_0x5ef869(0x15a)](_0x5ef869(0x159),D);const _0x1ce820=_0x3a33eb[_0x5ef869(0x18b)][_0x5ef869(0x179)](_0x5ef869(0x14c));if(_0x5ef869(0x176)!=typeof _0x1ce820)throw new _0x2f78c1(_0x5ef869(0x16c),this);if(_0x1ce820<0x1)throw new _0x2f78c1(_0x5ef869(0x16c),this);this[_0x5ef869(0x182)]=this[_0x5ef869(0x153)][_0x5ef869(0x187)][_0x5ef869(0x179)](_0x165b1b)[_0x5ef869(0x14d)],this[_0x5ef869(0x1a8)](_0x5ef869(0x18c),0x0),this[_0x5ef869(0x145)]=new _0x572556(),this[_0x5ef869(0x1a7)]=new _0x4a6afc(),this[_0x5ef869(0x1a7)][_0x5ef869(0x149)]=_0x5ef869(0x1a4),this[_0x5ef869(0x147)]=this[_0x5ef869(0x1a1)](),this[_0x5ef869(0x193)]=void 0x0;}static get[_0x73b9d9(0x151)](){return[_0x165b1b];}[_0x73b9d9(0x197)](){const _0x371408=_0x73b9d9;for(const _0xddeceb of this[_0x371408(0x182)])this[_0x371408(0x17a)](_0xddeceb);this[_0x371408(0x18f)](this[_0x371408(0x182)],_0x371408(0x15f),(_0x508c93,_0x425a03)=>{const _0x1c2982=_0x371408;this[_0x1c2982(0x17a)](_0x425a03);}),this[_0x371408(0x18f)](this[_0x371408(0x182)],_0x371408(0x160),(_0xd5dc64,_0x313d51)=>{const _0xd66dff=_0x371408;this[_0xd66dff(0x171)](_0x313d51);});}[_0x73b9d9(0x1a1)](){const _0x79a5f1=_0x73b9d9,_0x2107a2=this[_0x79a5f1(0x153)],_0x2a39a0=new _0x7c4ca(this[_0x79a5f1(0x153)][_0x79a5f1(0x156)]),_0x468e38=this[_0x79a5f1(0x1a7)];if(!_0x3141fc(_0x2107a2[_0x79a5f1(0x18b)][_0x79a5f1(0x179)](_0x79a5f1(0x196))))throw new _0x2f78c1(_0x79a5f1(0x165),this);return _0x2a39a0[_0x79a5f1(0x16a)][_0x79a5f1(0x158)](_0x79a5f1(0x18c))['to'](this),_0x2a39a0[_0x79a5f1(0x158)](_0x79a5f1(0x161))['to'](this,_0x79a5f1(0x18c),_0x3bc792=>{const _0x151bbc=_0x79a5f1,{collapseAt:_0xc93499,displayMe:_0x3846b2}=_0x2107a2[_0x151bbc(0x18b)][_0x151bbc(0x179)](_0x151bbc(0x159)),_0x302c41=_0x3bc792>=_0xc93499;return _0x2a39a0[_0x151bbc(0x16a)][_0x151bbc(0x172)]=!(0x1==_0x3bc792&&_0x3846b2||_0x302c41),_0x302c41||this[_0x151bbc(0x155)](),_0x302c41;}),_0x2a39a0[_0x79a5f1(0x175)][_0x79a5f1(0x157)][_0x79a5f1(0x183)](this[_0x79a5f1(0x145)])[_0x79a5f1(0x17d)](_0x27f4f5=>{const _0x5deee9=_0x79a5f1,_0x31b068=_0x2107a2[_0x5deee9(0x18b)][_0x5deee9(0x179)](_0x5deee9(0x159)),_0x5238a1=new _0x560214(_0x2107a2[_0x5deee9(0x156)],_0x27f4f5,!!_0x31b068[_0x5deee9(0x16d)]);return _0x5238a1[_0x5deee9(0x158)](_0x5deee9(0x17c))['to'](_0x2a39a0,_0x5deee9(0x161),_0x482b9d=>!_0x482b9d),_0x5238a1[_0x5deee9(0x158)](_0x5deee9(0x192))['to'](_0x2a39a0,_0x5deee9(0x161),_0x351c67=>!_0x351c67),_0x31b068[_0x5deee9(0x16d)]&&this[_0x5deee9(0x18f)](_0x5238a1,_0x5deee9(0x15c),()=>{const _0x55a225=_0x5deee9;this[_0x55a225(0x147)][_0x55a225(0x161)]||_0x31b068[_0x55a225(0x16d)](_0x27f4f5,_0x5238a1[_0x55a225(0x1aa)]);}),_0x5238a1;}),this[_0x79a5f1(0x18f)](_0x2a39a0[_0x79a5f1(0x175)],_0x79a5f1(0x15c),()=>{const _0x42b3e2=_0x79a5f1;this[_0x42b3e2(0x193)]?this[_0x42b3e2(0x155)]():this[_0x42b3e2(0x147)][_0x42b3e2(0x161)]&&this[_0x42b3e2(0x1a6)]();}),_0x2a39a0[_0x79a5f1(0x175)][_0x79a5f1(0x1a5)][_0x79a5f1(0x1a8)](_0x79a5f1(0x164),(_0x13d873,_0x3399ea)=>{const _0x1be3d2=_0x79a5f1;this[_0x1be3d2(0x147)][_0x1be3d2(0x161)]&&(this[_0x1be3d2(0x1a6)](),_0x3399ea());}),_0x2a39a0[_0x79a5f1(0x14f)](),_0x468e38[_0x79a5f1(0x14f)](),_0x283362({'emitter':_0x2a39a0,'activator':()=>_0x468e38[_0x79a5f1(0x154)],'contextElements':[_0x468e38[_0x79a5f1(0x1aa)],_0x2a39a0[_0x79a5f1(0x175)][_0x79a5f1(0x1aa)]],'callback':()=>this[_0x79a5f1(0x155)]()}),_0x2107a2[_0x79a5f1(0x18b)][_0x79a5f1(0x179)](_0x79a5f1(0x196))[_0x79a5f1(0x162)](_0x2a39a0[_0x79a5f1(0x1aa)]),this[_0x79a5f1(0x16b)]=new _0x4fdf4e(this[_0x79a5f1(0x153)][_0x79a5f1(0x156)]),this[_0x79a5f1(0x16b)][_0x79a5f1(0x146)](),this[_0x79a5f1(0x16b)][_0x79a5f1(0x15f)](this[_0x79a5f1(0x1a7)]),_0x2a39a0;}[_0x73b9d9(0x17a)](_0x4ddaee){const _0x3ad8d6=_0x73b9d9;if(!this[_0x3ad8d6(0x153)][_0x3ad8d6(0x18b)][_0x3ad8d6(0x179)](_0x3ad8d6(0x19e))&&_0x4ddaee[_0x3ad8d6(0x1a3)])return;const _0x3a962d=this[_0x3ad8d6(0x153)][_0x3ad8d6(0x18b)][_0x3ad8d6(0x179)](_0x3ad8d6(0x14c))-0x1;this[_0x3ad8d6(0x18c)]++,this[_0x3ad8d6(0x145)][_0x3ad8d6(0x1a0)]==_0x3a962d&&this[_0x3ad8d6(0x145)][_0x3ad8d6(0x1a0)]>0x1&&this[_0x3ad8d6(0x145)][_0x3ad8d6(0x160)](0x1);const _0x96406d=_0x4ddaee[_0x3ad8d6(0x1a3)]?0x0:this[_0x3ad8d6(0x145)][_0x3ad8d6(0x1a0)];this[_0x3ad8d6(0x145)][_0x3ad8d6(0x15f)](_0x4ddaee,_0x96406d);}[_0x73b9d9(0x171)](_0x80813a){const _0x33aab5=_0x73b9d9;if(this[_0x33aab5(0x18c)]--,this[_0x33aab5(0x145)][_0x33aab5(0x179)](_0x80813a['id'])&&(this[_0x33aab5(0x145)][_0x33aab5(0x160)](_0x80813a['id']),this[_0x33aab5(0x145)][_0x33aab5(0x1a0)]<this[_0x33aab5(0x18c)])){for(const _0x569733 of Array[_0x33aab5(0x177)](this[_0x33aab5(0x182)])[_0x33aab5(0x17f)]())if(!this[_0x33aab5(0x145)][_0x33aab5(0x179)](_0x569733['id']))return void this[_0x33aab5(0x145)][_0x33aab5(0x15f)](_0x569733,Math[_0x33aab5(0x1a2)](this[_0x33aab5(0x145)][_0x33aab5(0x1a0)],0x1));}}[_0x73b9d9(0x1a6)](){const _0x32f741=_0x73b9d9;if(this[_0x32f741(0x193)])return;const _0x3d6c43=this[_0x32f741(0x153)][_0x32f741(0x18b)][_0x32f741(0x179)](_0x32f741(0x159));this[_0x32f741(0x193)]=new _0x52d3ae(this[_0x32f741(0x153)][_0x32f741(0x156)],!!_0x3d6c43[_0x32f741(0x16d)]),this[_0x32f741(0x147)][_0x32f741(0x175)][_0x32f741(0x14a)]=!0x0;const {listWrapperView:_0x16e2c6}=this[_0x32f741(0x193)];_0x16e2c6[_0x32f741(0x157)][_0x32f741(0x183)](this[_0x32f741(0x182)])[_0x32f741(0x17d)](_0x3e5ad4=>{const _0x512d6c=_0x32f741;if(!_0x3d6c43[_0x512d6c(0x19b)]&&_0x3e5ad4[_0x512d6c(0x1a3)])return null;const _0x3014f4=new _0x94cf01(this[_0x512d6c(0x153)][_0x512d6c(0x156)],_0x3e5ad4,!!_0x3d6c43[_0x512d6c(0x16d)]);return _0x3d6c43[_0x512d6c(0x16d)]&&this[_0x512d6c(0x18f)](_0x3014f4,_0x512d6c(0x15c),()=>{const _0xcd765b=_0x512d6c;_0x3d6c43[_0xcd765b(0x16d)](_0x3e5ad4,_0x3014f4[_0xcd765b(0x1aa)]);}),_0x3014f4;}),this[_0x32f741(0x1a7)][_0x32f741(0x18d)][_0x32f741(0x15f)](this[_0x32f741(0x193)]),this[_0x32f741(0x1a7)][_0x32f741(0x18e)]({'target':this[_0x32f741(0x147)][_0x32f741(0x175)][_0x32f741(0x1aa)]}),_0x16e2c6[_0x32f741(0x15d)](),_0x16e2c6[_0x32f741(0x195)]();const _0x2afb8d=(_0x1abd16,_0x38cf41)=>{const _0x1fc677=_0x32f741;this[_0x1fc677(0x155)](),this[_0x1fc677(0x147)][_0x1fc677(0x175)][_0x1fc677(0x15d)](),_0x38cf41();};_0x16e2c6[_0x32f741(0x1a5)][_0x32f741(0x1a8)](_0x32f741(0x15e),_0x2afb8d),_0x16e2c6[_0x32f741(0x1a5)][_0x32f741(0x1a8)](_0x32f741(0x16f),_0x2afb8d),_0x16e2c6[_0x32f741(0x1a5)][_0x32f741(0x1a8)](_0x32f741(0x194),(_0x5c4c22,_0x1fb707)=>{const _0x35fe98=_0x32f741;!function(_0x331f91){const _0x286d64=_0x2bb7,_0x480cef=['a',_0x286d64(0x184),_0x286d64(0x15b),_0x286d64(0x18a),_0x286d64(0x16e),_0x286d64(0x198),_0x286d64(0x190)][_0x286d64(0x181)](_0x9330ef=>_0x9330ef+_0x286d64(0x188))[_0x286d64(0x150)](','),_0x5253b9=[...document[_0x286d64(0x19d)][_0x286d64(0x170)](_0x480cef)][_0x286d64(0x152)](_0x2cb664=>_0x2cb664===document[_0x286d64(0x168)]||_0x2cb664[_0x286d64(0x189)]+_0x2cb664[_0x286d64(0x186)]>0x0)[_0x286d64(0x173)]((_0x383768,_0x59949a)=>(_0x383768[_0x286d64(0x19c)]||0x0)-(_0x59949a[_0x286d64(0x19c)]||0x0)),_0x20190d=_0x5253b9[_0x286d64(0x199)](_0x331f91),_0x4f1532=_0x5253b9[(_0x20190d+0x1)%_0x5253b9[_0x286d64(0x1a0)]];_0x4f1532&&_0x4f1532[_0x286d64(0x15d)]();}(this[_0x35fe98(0x147)][_0x35fe98(0x1aa)]),this[_0x35fe98(0x155)](),_0x1fb707();}),_0x16e2c6[_0x32f741(0x17b)][_0x32f741(0x15f)](this[_0x32f741(0x147)][_0x32f741(0x1aa)]),_0x16e2c6[_0x32f741(0x17b)]['on'](_0x32f741(0x14e),(_0x34ff31,_0x169c87,_0x2e134d)=>{const _0x386fd6=_0x32f741;_0x2e134d||this[_0x386fd6(0x155)]();});}[_0x73b9d9(0x155)](){const _0x120fc8=_0x73b9d9;this[_0x120fc8(0x193)]&&(this[_0x120fc8(0x147)][_0x120fc8(0x175)][_0x120fc8(0x14a)]=!0x1,this[_0x120fc8(0x1a7)][_0x120fc8(0x166)](),this[_0x120fc8(0x1a7)][_0x120fc8(0x18d)][_0x120fc8(0x160)](this[_0x120fc8(0x193)]),this[_0x120fc8(0x193)][_0x120fc8(0x174)](),this[_0x120fc8(0x193)]=void 0x0);}[_0x73b9d9(0x174)](){const _0x49b8e0=_0x73b9d9;super[_0x49b8e0(0x174)](),this[_0x49b8e0(0x147)]&&this[_0x49b8e0(0x147)][_0x49b8e0(0x17e)]&&this[_0x49b8e0(0x147)][_0x49b8e0(0x174)](),this[_0x49b8e0(0x16b)]&&(this[_0x49b8e0(0x16b)][_0x49b8e0(0x191)](),this[_0x49b8e0(0x16b)][_0x49b8e0(0x174)](),this[_0x49b8e0(0x16b)]=null);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x8446(_0x106160,_0x89233f){const _0x40a75e=_0x40a7();return _0x8446=function(_0x84468a,_0x3d22bc){_0x84468a=_0x84468a-0xfc;let _0x26930e=_0x40a75e[_0x84468a];return _0x26930e;},_0x8446(_0x106160,_0x89233f);}(function(_0x104317,_0x438295){const _0x32d537=_0x8446,_0x1963cf=_0x104317();while(!![]){try{const _0x1e578d=parseInt(_0x32d537(0xfe))/0x1*(parseInt(_0x32d537(0xfd))/0x2)+parseInt(_0x32d537(0xfc))/0x3*(parseInt(_0x32d537(0x10e))/0x4)+parseInt(_0x32d537(0x10f))/0x5*(parseInt(_0x32d537(0x100))/0x6)+parseInt(_0x32d537(0x109))/0x7+parseInt(_0x32d537(0x106))/0x8+parseInt(_0x32d537(0x103))/0x9*(parseInt(_0x32d537(0x108))/0xa)+-parseInt(_0x32d537(0x107))/0xb;if(_0x1e578d===_0x438295)break;else _0x1963cf['push'](_0x1963cf['shift']());}catch(_0x18a438){_0x1963cf['push'](_0x1963cf['shift']());}}}(_0x40a7,0x9c239));import{View as _0x2cf926}from'ckeditor5/src/ui.js';import{getTranslation as _0x311d94}from'../../common-translations.js';function _0x40a7(){const _0x4f3541=['485kPZKSu','111HrlooU','20qeODlw','87808JctkCc','div','61242Fsorzc','ck-presence-list__counter--hidden','ck-presence-list__counter','243MxSWGI','set','setTemplate','7004536OyuVTl','42915818KHCIGu','437110tujuzS','384174prPvme','usersCount','CONNECTED_USERS','bindTemplate','isHidden','60776zqepih'];_0x40a7=function(){return _0x4f3541;};return _0x40a7();}export default class ts extends _0x2cf926{constructor(_0x1fd3e3){const _0x41f969=_0x8446;super(_0x1fd3e3);const _0x5cd128=this[_0x41f969(0x10c)];this[_0x41f969(0x104)](_0x41f969(0x10a),0x0),this[_0x41f969(0x104)](_0x41f969(0x10d),!0x0),this[_0x41f969(0x105)]({'tag':_0x41f969(0xff),'attributes':{'class':['ck',_0x41f969(0x102),_0x5cd128['if'](_0x41f969(0x10d),_0x41f969(0x101))]},'children':[{'text':_0x5cd128['to'](_0x41f969(0x10a),_0x187aba=>_0x311d94(_0x1fd3e3,_0x41f969(0x10b),_0x187aba))}]});}}
23
+ (function(_0x1a2ee5,_0x1cbb2e){const _0x4bdd54=_0x5140,_0x1b0e9d=_0x1a2ee5();while(!![]){try{const _0x456594=parseInt(_0x4bdd54(0x125))/0x1+parseInt(_0x4bdd54(0x12f))/0x2*(-parseInt(_0x4bdd54(0x12b))/0x3)+parseInt(_0x4bdd54(0x127))/0x4*(-parseInt(_0x4bdd54(0x126))/0x5)+-parseInt(_0x4bdd54(0x12e))/0x6+parseInt(_0x4bdd54(0x12d))/0x7*(parseInt(_0x4bdd54(0x123))/0x8)+parseInt(_0x4bdd54(0x129))/0x9+-parseInt(_0x4bdd54(0x12c))/0xa;if(_0x456594===_0x1cbb2e)break;else _0x1b0e9d['push'](_0x1b0e9d['shift']());}catch(_0x15ced6){_0x1b0e9d['push'](_0x1b0e9d['shift']());}}}(_0x2fc6,0xe0d3a));import{View as _0x14f7e7}from'ckeditor5/src/ui.js';function _0x5140(_0x1a7190,_0x123cef){const _0x2fc65a=_0x2fc6();return _0x5140=function(_0x514099,_0x4a37a9){_0x514099=_0x514099-0x11e;let _0x5573f0=_0x2fc65a[_0x514099];return _0x5573f0;},_0x5140(_0x1a7190,_0x123cef);}import{getTranslation as _0x29ef75}from'../../common-translations.js';export default class ts extends _0x14f7e7{constructor(_0x254c4e){const _0x572c17=_0x5140;super(_0x254c4e);const _0x36fa8d=this[_0x572c17(0x11f)];this[_0x572c17(0x11e)](_0x572c17(0x120),0x0),this[_0x572c17(0x11e)](_0x572c17(0x12a),!0x0),this[_0x572c17(0x124)]({'tag':_0x572c17(0x130),'attributes':{'class':['ck',_0x572c17(0x121),_0x36fa8d['if'](_0x572c17(0x12a),_0x572c17(0x128))]},'children':[{'text':_0x36fa8d['to'](_0x572c17(0x120),_0x1d03e8=>_0x29ef75(_0x254c4e,_0x572c17(0x122),_0x1d03e8))}]});}}function _0x2fc6(){const _0x9437c0=['usersCount','ck-presence-list__counter','CONNECTED_USERS','8stWGjg','setTemplate','1392980YJTGel','7995595hfRuSX','4xZFEaC','ck-presence-list__counter--hidden','10253997mJHnck','isHidden','24Gwfslw','1156380JZXfLI','6395683ercphQ','972810XJYSxy','162050ZSlxFW','div','set','bindTemplate'];_0x2fc6=function(){return _0x9437c0;};return _0x2fc6();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4fad10=_0x51fb;(function(_0x23813d,_0x591f92){const _0x16185d=_0x51fb,_0x2555b7=_0x23813d();while(!![]){try{const _0x3b738c=-parseInt(_0x16185d(0x1d9))/0x1+-parseInt(_0x16185d(0x1d7))/0x2*(-parseInt(_0x16185d(0x1c7))/0x3)+-parseInt(_0x16185d(0x1db))/0x4*(parseInt(_0x16185d(0x1c6))/0x5)+-parseInt(_0x16185d(0x1dc))/0x6*(-parseInt(_0x16185d(0x1d6))/0x7)+-parseInt(_0x16185d(0x1cd))/0x8+parseInt(_0x16185d(0x1d3))/0x9*(parseInt(_0x16185d(0x1c8))/0xa)+parseInt(_0x16185d(0x1cb))/0xb;if(_0x3b738c===_0x591f92)break;else _0x2555b7['push'](_0x2555b7['shift']());}catch(_0x3ca3a5){_0x2555b7['push'](_0x2555b7['shift']());}}}(_0x198f,0x7c3ce));import{ListItemView as _0x1c2af5}from'ckeditor5/src/ui.js';function _0x198f(){const _0x209437=['element','getBackgroundColorClass','fire','ck-user__full-name','689135RvICxA','165KrrGFf','145850bYMmJD','tag','name','5119048RrCzts','color','582624MEwfJN','presentation','span','bindTemplate','setTemplate','button','261ktoHah','ck-presence-list__dropdown-list-item','execute','119HKXOjf','34810xzIkEy','true','604891JPhgiU','focus','20zOjqGw','10632ehTmnv','userView','ck-presence-list__marker'];_0x198f=function(){return _0x209437;};return _0x198f();}import{UserView as _0x5a1817}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x51fb(_0x4c45bc,_0x59ea88){const _0x198f37=_0x198f();return _0x51fb=function(_0x51fbc2,_0x2758e5){_0x51fbc2=_0x51fbc2-0x1c4;let _0x3ce935=_0x198f37[_0x51fbc2];return _0x3ce935;},_0x51fb(_0x4c45bc,_0x59ea88);}export default class k extends _0x1c2af5{constructor(_0x137b24,_0x97d313,_0x366196){const _0x16a464=_0x51fb;super(_0x137b24);const _0x327c7f=this[_0x16a464(0x1d0)];this[_0x16a464(0x1dd)]=new _0x5a1817(_0x137b24,_0x97d313);const _0x43942d={'tag':'li','attributes':{'class':['ck',_0x16a464(0x1d4)],'tabindex':-0x1,'role':_0x16a464(0x1ce),'aria-label':_0x97d313[_0x16a464(0x1ca)]},'children':[this[_0x16a464(0x1dd)],{'tag':_0x16a464(0x1cf),'attributes':{'class':['ck',_0x16a464(0x1c5)]},'children':[{'text':_0x97d313[_0x16a464(0x1ca)]}]},{'tag':_0x16a464(0x1cf),'attributes':{'class':['ck',_0x16a464(0x1de),_0x97d313[_0x16a464(0x1cc)][_0x16a464(0x1e0)]()],'aria-hidden':_0x16a464(0x1d8)}}]};_0x366196&&(_0x43942d[_0x16a464(0x1c9)]=_0x16a464(0x1d2),_0x43942d['on']={'click':_0x327c7f['to'](()=>this[_0x16a464(0x1c4)](_0x16a464(0x1d5)))}),this[_0x16a464(0x1d1)](_0x43942d);}[_0x4fad10(0x1da)](){const _0xba73d=_0x4fad10;this[_0xba73d(0x1df)][_0xba73d(0x1da)]();}}
23
+ function _0x310b(){const _0x2e4706=['ck-presence-list__marker','name','ck-presence-list__dropdown-list-item','210zruWPc','execute','ck-user__full-name','440525hnpjRB','span','fire','focus','56628UFEeon','4640752PCwRqm','color','getBackgroundColorClass','33104646GYlojJ','true','userView','presentation','button','tag','3740835kYyGEI','163597otrQrW','148oJTYwu','setTemplate','1666936SnWYQj','element','bindTemplate'];_0x310b=function(){return _0x2e4706;};return _0x310b();}const _0x41baf0=_0x2f24;function _0x2f24(_0x233b51,_0x2e7124){const _0x310b9c=_0x310b();return _0x2f24=function(_0x2f2410,_0x53677f){_0x2f2410=_0x2f2410-0x9a;let _0x55e65e=_0x310b9c[_0x2f2410];return _0x55e65e;},_0x2f24(_0x233b51,_0x2e7124);}(function(_0x47ed07,_0x362247){const _0x891841=_0x2f24,_0x3ba1c5=_0x47ed07();while(!![]){try{const _0x4c4a60=parseInt(_0x891841(0xa7))/0x1+parseInt(_0x891841(0x9c))/0x2*(parseInt(_0x891841(0xab))/0x3)+parseInt(_0x891841(0x9e))/0x4+parseInt(_0x891841(0x9a))/0x5+parseInt(_0x891841(0xa4))/0x6*(parseInt(_0x891841(0x9b))/0x7)+parseInt(_0x891841(0xac))/0x8+-parseInt(_0x891841(0xaf))/0x9;if(_0x4c4a60===_0x362247)break;else _0x3ba1c5['push'](_0x3ba1c5['shift']());}catch(_0x3c0385){_0x3ba1c5['push'](_0x3ba1c5['shift']());}}}(_0x310b,0xb0473));import{ListItemView as _0x2cb6fe}from'ckeditor5/src/ui.js';import{UserView as _0x6df877}from'ckeditor5-collaboration/src/collaboration-core.js';export default class E extends _0x2cb6fe{constructor(_0xe2fea5,_0x5c6874,_0x29c95d){const _0x35f295=_0x2f24;super(_0xe2fea5);const _0x4394db=this[_0x35f295(0xa0)];this[_0x35f295(0xb1)]=new _0x6df877(_0xe2fea5,_0x5c6874);const _0x164950={'tag':'li','attributes':{'class':['ck',_0x35f295(0xa3)],'tabindex':-0x1,'role':_0x35f295(0xb2),'aria-label':_0x5c6874[_0x35f295(0xa2)]},'children':[this[_0x35f295(0xb1)],{'tag':_0x35f295(0xa8),'attributes':{'class':['ck',_0x35f295(0xa6)]},'children':[{'text':_0x5c6874[_0x35f295(0xa2)]}]},{'tag':_0x35f295(0xa8),'attributes':{'class':['ck',_0x35f295(0xa1),_0x5c6874[_0x35f295(0xad)][_0x35f295(0xae)]()],'aria-hidden':_0x35f295(0xb0)}}]};_0x29c95d&&(_0x164950[_0x35f295(0xb4)]=_0x35f295(0xb3),_0x164950['on']={'click':_0x4394db['to'](()=>this[_0x35f295(0xa9)](_0x35f295(0xa5)))}),this[_0x35f295(0x9d)](_0x164950);}[_0x41baf0(0xaa)](){const _0x53b9f7=_0x41baf0;this[_0x53b9f7(0x9f)][_0x53b9f7(0xaa)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x36da59=_0x401f;(function(_0x1c1891,_0x7f79be){const _0x193da9=_0x401f,_0x550bc2=_0x1c1891();while(!![]){try{const _0x2f6688=-parseInt(_0x193da9(0x8b))/0x1+-parseInt(_0x193da9(0xa2))/0x2*(-parseInt(_0x193da9(0x82))/0x3)+-parseInt(_0x193da9(0x85))/0x4+-parseInt(_0x193da9(0x9a))/0x5+-parseInt(_0x193da9(0x9d))/0x6+parseInt(_0x193da9(0x94))/0x7+parseInt(_0x193da9(0x83))/0x8;if(_0x2f6688===_0x7f79be)break;else _0x550bc2['push'](_0x550bc2['shift']());}catch(_0x47753b){_0x550bc2['push'](_0x550bc2['shift']());}}}(_0x988a,0x7e9f6));import{ListView as _0x140e29,View as _0x52df52}from'ckeditor5/src/ui.js';function _0x988a(){const _0x8289b3=['ck-reset','958330fsTHxM','application','ck-presence-list__dropdown-list-wrapper_scrollable','window','ck-list','clientHeight','Connected\x20users\x20list\x20dropdown\x20menu','div','scrollHeight','1969534nDyzQQ','checkIfScrollable','items','render','ck-presence-list__dropdown-list','element','2194035ESVaME','change','resize','1845762HXewKS','listenTo','ariaLabel','innerHeight','ck-presence-list__dropdown-list-wrapper','502bRVXix','_isScrollable','ariaLabelledBy','listWrapperView','5190VuveWx','18902392neQdsl','role','3419924oVjwLS','max','set','bindTemplate','setTemplate'];_0x988a=function(){return _0x8289b3;};return _0x988a();}import{global as _0x30925a}from'ckeditor5/src/utils.js';import{getTranslation as _0x2641ce}from'../../common-translations.js';export default class j extends _0x52df52{constructor(_0x309712,_0x4d42e9){const _0x2ed60d=_0x401f;super(_0x309712),this[_0x2ed60d(0x81)]=new PresenceDropdownListWrapperView(_0x309712,_0x4d42e9),this[_0x2ed60d(0x89)]({'tag':_0x2ed60d(0x92),'attributes':{'tabindex':-0x1,'role':_0x2ed60d(0x8c),'class':['ck',_0x2ed60d(0x98)],'aria-label':_0x2641ce(_0x309712,_0x2ed60d(0x91))},'children':[this[_0x2ed60d(0x81)]]});}}function _0x401f(_0x200142,_0xca84c8){const _0x988a44=_0x988a();return _0x401f=function(_0x401f40,_0xb3191e){_0x401f40=_0x401f40-0x81;let _0x28b25c=_0x988a44[_0x401f40];return _0x28b25c;},_0x401f(_0x200142,_0xca84c8);}export class PresenceDropdownListWrapperView extends _0x140e29{constructor(_0x137ae0,_0x5a9cea){const _0x42588c=_0x401f;super(_0x137ae0);const _0x3cd3f5=this[_0x42588c(0x88)];this[_0x42588c(0x87)](_0x42588c(0xa3),!0x1),this[_0x42588c(0x89)]({'tag':_0x5a9cea?_0x42588c(0x92):'ul','attributes':{'class':['ck',_0x42588c(0x8a),_0x42588c(0x8f),_0x42588c(0xa1),_0x3cd3f5['if'](_0x42588c(0xa3),_0x42588c(0x8d))],'role':_0x3cd3f5['to'](_0x42588c(0x84)),'aria-label':_0x3cd3f5['to'](_0x42588c(0x9f)),'aria-labelledby':_0x3cd3f5['to'](_0x42588c(0xa4))},'children':this[_0x42588c(0x96)]}),this[_0x42588c(0x9e)](_0x30925a[_0x42588c(0x8e)],_0x42588c(0x9c),()=>this[_0x42588c(0x95)]()),this[_0x42588c(0x96)]['on'](_0x42588c(0x9b),()=>this[_0x42588c(0x95)]());}[_0x36da59(0x97)](){const _0x37091e=_0x36da59;super[_0x37091e(0x97)](),this[_0x37091e(0x95)]();}[_0x36da59(0x95)](){const _0x1edafb=_0x36da59,_0x40f781=this[_0x1edafb(0x99)];_0x40f781&&(this[_0x1edafb(0xa3)]=Math[_0x1edafb(0x86)](_0x40f781[_0x1edafb(0x93)],_0x40f781[_0x1edafb(0x90)])>0.8*window[_0x1edafb(0xa0)]);}}
23
+ const _0x5943f4=_0x2dc5;(function(_0x1a5d55,_0x5e6e17){const _0x549d4c=_0x2dc5,_0x4cdb47=_0x1a5d55();while(!![]){try{const _0x3b5579=-parseInt(_0x549d4c(0x1a4))/0x1*(parseInt(_0x549d4c(0x188))/0x2)+parseInt(_0x549d4c(0x18b))/0x3+-parseInt(_0x549d4c(0x18c))/0x4*(parseInt(_0x549d4c(0x199))/0x5)+-parseInt(_0x549d4c(0x19d))/0x6+parseInt(_0x549d4c(0x1a1))/0x7*(parseInt(_0x549d4c(0x196))/0x8)+-parseInt(_0x549d4c(0x186))/0x9*(-parseInt(_0x549d4c(0x18a))/0xa)+parseInt(_0x549d4c(0x1a6))/0xb;if(_0x3b5579===_0x5e6e17)break;else _0x4cdb47['push'](_0x4cdb47['shift']());}catch(_0x29f504){_0x4cdb47['push'](_0x4cdb47['shift']());}}}(_0xcd1f,0xa44e4));import{ListView as _0x51b425,View as _0x323004}from'ckeditor5/src/ui.js';import{global as _0x5c6336}from'ckeditor5/src/utils.js';import{getTranslation as _0x317051}from'../../common-translations.js';export default class M extends _0x323004{constructor(_0x38ab2b,_0x544ea5){const _0x149bca=_0x2dc5;super(_0x38ab2b),this[_0x149bca(0x1a3)]=new PresenceDropdownListWrapperView(_0x38ab2b,_0x544ea5),this[_0x149bca(0x189)]({'tag':_0x149bca(0x194),'attributes':{'tabindex':-0x1,'role':_0x149bca(0x1a0),'class':['ck',_0x149bca(0x185)],'aria-label':_0x317051(_0x38ab2b,_0x149bca(0x1a7))},'children':[this[_0x149bca(0x1a3)]]});}}function _0xcd1f(){const _0x3e43af=['1934190gdUMyr','136408hNkDYJ','resize','innerHeight','element','max','ck-presence-list__dropdown-list-wrapper_scrollable','bindTemplate','_isScrollable','div','ariaLabelledBy','32maAHUf','set','ck-presence-list__dropdown-list-wrapper','115rLvyar','render','clientHeight','ck-list','2550348ccQQVk','ariaLabel','checkIfScrollable','application','1699229lzcqaT','role','listWrapperView','995525bMPOUV','scrollHeight','10845868McLYbf','Connected\x20users\x20list\x20dropdown\x20menu','window','ck-reset','change','listenTo','ck-presence-list__dropdown-list','27aTJEsc','items','2xRkJYo','setTemplate','920730wntHQS'];_0xcd1f=function(){return _0x3e43af;};return _0xcd1f();}function _0x2dc5(_0x18f9a1,_0x453b2c){const _0xcd1f4b=_0xcd1f();return _0x2dc5=function(_0x2dc517,_0x2d155f){_0x2dc517=_0x2dc517-0x184;let _0x29bb64=_0xcd1f4b[_0x2dc517];return _0x29bb64;},_0x2dc5(_0x18f9a1,_0x453b2c);}export class PresenceDropdownListWrapperView extends _0x51b425{constructor(_0x53c21d,_0x88b1ed){const _0x2e5046=_0x2dc5;super(_0x53c21d);const _0x34174b=this[_0x2e5046(0x192)];this[_0x2e5046(0x197)](_0x2e5046(0x193),!0x1),this[_0x2e5046(0x189)]({'tag':_0x88b1ed?_0x2e5046(0x194):'ul','attributes':{'class':['ck',_0x2e5046(0x1a9),_0x2e5046(0x19c),_0x2e5046(0x198),_0x34174b['if'](_0x2e5046(0x193),_0x2e5046(0x191))],'role':_0x34174b['to'](_0x2e5046(0x1a2)),'aria-label':_0x34174b['to'](_0x2e5046(0x19e)),'aria-labelledby':_0x34174b['to'](_0x2e5046(0x195))},'children':this[_0x2e5046(0x187)]}),this[_0x2e5046(0x184)](_0x5c6336[_0x2e5046(0x1a8)],_0x2e5046(0x18d),()=>this[_0x2e5046(0x19f)]()),this[_0x2e5046(0x187)]['on'](_0x2e5046(0x1aa),()=>this[_0x2e5046(0x19f)]());}[_0x5943f4(0x19a)](){const _0x1dd256=_0x5943f4;super[_0x1dd256(0x19a)](),this[_0x1dd256(0x19f)]();}[_0x5943f4(0x19f)](){const _0x4f5359=_0x5943f4,_0x37ff1d=this[_0x4f5359(0x18f)];_0x37ff1d&&(this[_0x4f5359(0x193)]=Math[_0x4f5359(0x190)](_0x37ff1d[_0x4f5359(0x1a5)],_0x37ff1d[_0x4f5359(0x19b)])>0.8*window[_0x4f5359(0x18e)]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x319d(){const _0xbeba78=['ck-presence-list__marker','set','span','isFocusable','bindTemplate','4130766nRPRnv','div','markerView','1bVKgmL','true','1292997KLzPBP','execute','7WJYDZI','1130242DXbWYK','hasTooltip','266170AyYmao','5062896ABIuEK','tag','setTemplate','9037230MvVyVj','tooltipPosition','color','ck-presence-list__list-item','4IdmAHh','name','getBackgroundColorClass','2717028fezyru','text','ck-presence-list__list-item__tooltip','fire','userView','listitem','template','button'];_0x319d=function(){return _0xbeba78;};return _0x319d();}function _0x5406(_0x103744,_0x16d37e){const _0x319d5d=_0x319d();return _0x5406=function(_0x54069e,_0x2c0045){_0x54069e=_0x54069e-0x1b6;let _0x1a9c45=_0x319d5d[_0x54069e];return _0x1a9c45;},_0x5406(_0x103744,_0x16d37e);}(function(_0x3d73b9,_0x461bb4){const _0x19e2fa=_0x5406,_0x36bd06=_0x3d73b9();while(!![]){try{const _0x4053f7=parseInt(_0x19e2fa(0x1cf))/0x1*(parseInt(_0x19e2fa(0x1d4))/0x2)+parseInt(_0x19e2fa(0x1d1))/0x3+-parseInt(_0x19e2fa(0x1bc))/0x4*(-parseInt(_0x19e2fa(0x1d6))/0x5)+-parseInt(_0x19e2fa(0x1cc))/0x6*(parseInt(_0x19e2fa(0x1d3))/0x7)+parseInt(_0x19e2fa(0x1d7))/0x8+parseInt(_0x19e2fa(0x1bf))/0x9+-parseInt(_0x19e2fa(0x1b8))/0xa;if(_0x4053f7===_0x461bb4)break;else _0x36bd06['push'](_0x36bd06['shift']());}catch(_0x36444f){_0x36bd06['push'](_0x36bd06['shift']());}}}(_0x319d,0x5faf4));import{LabelView as _0x43182e,View as _0x51791f}from'ckeditor5/src/ui.js';import{UserView as _0x3002e4}from'ckeditor5-collaboration/src/collaboration-core.js';export default class y extends _0x51791f{constructor(_0x1c97bd,_0x3e5498,_0x4c3f7e){const _0x4dcae4=_0x5406;super(_0x1c97bd);const _0x287f08=this[_0x4dcae4(0x1cb)];this[_0x4dcae4(0x1c8)](_0x4dcae4(0x1ca),!0x1),this[_0x4dcae4(0x1c8)](_0x4dcae4(0x1d5),!0x0),this[_0x4dcae4(0x1c8)](_0x4dcae4(0x1b9),''),this[_0x4dcae4(0x1c3)]=new _0x3002e4(_0x1c97bd,_0x3e5498),this[_0x4dcae4(0x1ce)]=new at(_0x1c97bd,_0x3e5498);const _0x567994=new _0x43182e(_0x1c97bd);_0x567994[_0x4dcae4(0x1c5)][_0x4dcae4(0x1b6)]=_0x4dcae4(0x1c9),_0x567994[_0x4dcae4(0x1c0)]=_0x3e5498[_0x4dcae4(0x1bd)];const _0xcaabde={'tag':_0x4dcae4(0x1cd),'attributes':{'class':['ck',_0x4dcae4(0x1bb)],'role':_0x4dcae4(0x1c4),'tabindex':_0x287f08['to'](_0x4dcae4(0x1ca),_0x2c63c8=>!!_0x2c63c8&&0x0),'aria-labelledby':_0x567994['id'],'data-cke-tooltip-text':this[_0x4dcae4(0x1c3)][_0x4dcae4(0x1bd)],'data-cke-tooltip-position':_0x287f08['to'](_0x4dcae4(0x1b9)),'data-cke-tooltip-disabled':_0x287f08['to'](_0x4dcae4(0x1d5),_0x1bdd83=>!_0x1bdd83),'data-cke-tooltip-class':_0x4dcae4(0x1c1)},'children':[this[_0x4dcae4(0x1c3)],this[_0x4dcae4(0x1ce)],_0x567994]};_0x4c3f7e&&(_0xcaabde[_0x4dcae4(0x1b6)]=_0x4dcae4(0x1c6),_0xcaabde['on']={'click':_0x287f08['to'](()=>this[_0x4dcae4(0x1c2)](_0x4dcae4(0x1d2)))}),this[_0x4dcae4(0x1b7)](_0xcaabde);}}class at extends _0x51791f{constructor(_0x31306c,_0x415c0f){const _0x42f882=_0x5406;super(_0x31306c),this[_0x42f882(0x1b7)]({'tag':_0x42f882(0x1c9),'attributes':{'class':['ck',_0x42f882(0x1c7),_0x415c0f[_0x42f882(0x1ba)][_0x42f882(0x1be)]()],'aria-hidden':_0x42f882(0x1d0)}});}}
23
+ (function(_0x2cdcab,_0x1c0a59){const _0x52d0f0=_0x3261,_0x5a78bc=_0x2cdcab();while(!![]){try{const _0x51b813=parseInt(_0x52d0f0(0x1ae))/0x1+-parseInt(_0x52d0f0(0x1cb))/0x2*(-parseInt(_0x52d0f0(0x1c1))/0x3)+parseInt(_0x52d0f0(0x1b8))/0x4+parseInt(_0x52d0f0(0x1aa))/0x5*(parseInt(_0x52d0f0(0x1ba))/0x6)+parseInt(_0x52d0f0(0x1af))/0x7*(parseInt(_0x52d0f0(0x1ca))/0x8)+-parseInt(_0x52d0f0(0x1be))/0x9*(parseInt(_0x52d0f0(0x1c5))/0xa)+-parseInt(_0x52d0f0(0x1ac))/0xb;if(_0x51b813===_0x1c0a59)break;else _0x5a78bc['push'](_0x5a78bc['shift']());}catch(_0x58c1b7){_0x5a78bc['push'](_0x5a78bc['shift']());}}}(_0x3b52,0x41f7e));import{LabelView as _0x58751d,View as _0x5e0999}from'ckeditor5/src/ui.js';function _0x3261(_0x117e34,_0xb21174){const _0x3b52b0=_0x3b52();return _0x3261=function(_0x32619c,_0x55725c){_0x32619c=_0x32619c-0x1a9;let _0x5bec92=_0x3b52b0[_0x32619c];return _0x5bec92;},_0x3261(_0x117e34,_0xb21174);}import{UserView as _0x205eb1}from'ckeditor5-collaboration/src/collaboration-core.js';export default class T extends _0x5e0999{constructor(_0x183128,_0x535bd4,_0x2593bd){const _0x733e5f=_0x3261;super(_0x183128);const _0x40b3a7=this[_0x733e5f(0x1b7)];this[_0x733e5f(0x1c7)](_0x733e5f(0x1bc),!0x1),this[_0x733e5f(0x1c7)](_0x733e5f(0x1ab),!0x0),this[_0x733e5f(0x1c7)](_0x733e5f(0x1b9),''),this[_0x733e5f(0x1b0)]=new _0x205eb1(_0x183128,_0x535bd4),this[_0x733e5f(0x1bb)]=new at(_0x183128,_0x535bd4);const _0x19e229=new _0x58751d(_0x183128);_0x19e229[_0x733e5f(0x1c2)][_0x733e5f(0x1bf)]=_0x733e5f(0x1b1),_0x19e229[_0x733e5f(0x1c8)]=_0x535bd4[_0x733e5f(0x1ad)];const _0xff6dbe={'tag':_0x733e5f(0x1c4),'attributes':{'class':['ck',_0x733e5f(0x1a9)],'role':_0x733e5f(0x1c0),'tabindex':_0x40b3a7['to'](_0x733e5f(0x1bc),_0x402eb0=>!!_0x402eb0&&0x0),'aria-labelledby':_0x19e229['id'],'data-cke-tooltip-text':this[_0x733e5f(0x1b0)][_0x733e5f(0x1ad)],'data-cke-tooltip-position':_0x40b3a7['to'](_0x733e5f(0x1b9)),'data-cke-tooltip-disabled':_0x40b3a7['to'](_0x733e5f(0x1ab),_0xe8d1eb=>!_0xe8d1eb),'data-cke-tooltip-class':_0x733e5f(0x1bd)},'children':[this[_0x733e5f(0x1b0)],this[_0x733e5f(0x1bb)],_0x19e229]};_0x2593bd&&(_0xff6dbe[_0x733e5f(0x1bf)]=_0x733e5f(0x1b2),_0xff6dbe['on']={'click':_0x40b3a7['to'](()=>this[_0x733e5f(0x1b5)](_0x733e5f(0x1b6)))}),this[_0x733e5f(0x1c6)](_0xff6dbe);}}class at extends _0x5e0999{constructor(_0x1c503a,_0x44e70d){const _0x2ba3b7=_0x3261;super(_0x1c503a),this[_0x2ba3b7(0x1c6)]({'tag':_0x2ba3b7(0x1b1),'attributes':{'class':['ck',_0x2ba3b7(0x1b3),_0x44e70d[_0x2ba3b7(0x1c9)][_0x2ba3b7(0x1b4)]()],'aria-hidden':_0x2ba3b7(0x1c3)}});}}function _0x3b52(){const _0x4d0c87=['ck-presence-list__list-item','24775HAdyfu','hasTooltip','5829857fLVMsP','name','189337kThMuD','7AtYQqN','userView','span','button','ck-presence-list__marker','getBackgroundColorClass','fire','execute','bindTemplate','1029804RmzYDP','tooltipPosition','336BnvSFl','markerView','isFocusable','ck-presence-list__list-item__tooltip','9imCTQw','tag','listitem','112089yZJDDo','template','true','div','2114110ZURmHV','setTemplate','set','text','color','1999784LbaMIG','2UQQWff'];_0x3b52=function(){return _0x4d0c87;};return _0x3b52();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x49977b=_0xaea9;(function(_0x48b391,_0x37f7ef){const _0x5c50db=_0xaea9,_0x5c1ab1=_0x48b391();while(!![]){try{const _0x2662dc=parseInt(_0x5c50db(0x1f9))/0x1+-parseInt(_0x5c50db(0x201))/0x2*(-parseInt(_0x5c50db(0x1f5))/0x3)+-parseInt(_0x5c50db(0x1f1))/0x4*(parseInt(_0x5c50db(0x1fe))/0x5)+-parseInt(_0x5c50db(0x1fc))/0x6*(parseInt(_0x5c50db(0x206))/0x7)+-parseInt(_0x5c50db(0x1ee))/0x8*(-parseInt(_0x5c50db(0x1fa))/0x9)+parseInt(_0x5c50db(0x1fb))/0xa+parseInt(_0x5c50db(0x20d))/0xb;if(_0x2662dc===_0x37f7ef)break;else _0x5c1ab1['push'](_0x5c1ab1['shift']());}catch(_0x29f7f1){_0x5c1ab1['push'](_0x5c1ab1['shift']());}}}(_0x2145,0x90387));function _0x2145(){const _0x329821=['5zcHTgp','render','setAttribute','18284zKZUry','set','aria-expanded','bindTemplate','ck-presence-list__list','3599974eYFqPE','focus','div','fire','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)','setTemplate','keystrokes','797687KwJKtJ','change:hasPopup','listenTo','488loQXjR','items','Connected\x20users\x20list','1366280rNkfTb','isExpanded','element','execute','186uHeQhj','hasPopup','removeAttribute','createCollection','733228uIHzVn','6957tFpDnv','5411590HJzyVi','12hZFUlj','list'];_0x2145=function(){return _0x329821;};return _0x2145();}function _0xaea9(_0x47a6b3,_0x2952b3){const _0x214586=_0x2145();return _0xaea9=function(_0xaea98e,_0x201c19){_0xaea98e=_0xaea98e-0x1ee;let _0x4dad03=_0x214586[_0xaea98e];return _0x4dad03;},_0xaea9(_0x47a6b3,_0x2952b3);}import{View as _0x5dbaa2}from'ckeditor5/src/ui.js';import{KeystrokeHandler as _0x5ed453}from'ckeditor5/src/utils.js';import{getTranslation as _0x348a74}from'../../common-translations.js';export default class es extends _0x5dbaa2{constructor(_0x46dedf){const _0x59e881=_0xaea9;super(_0x46dedf);const _0x401cd4=this[_0x59e881(0x204)];this[_0x59e881(0x1ef)]=this[_0x59e881(0x1f8)](),this[_0x59e881(0x20c)]=new _0x5ed453(),this[_0x59e881(0x202)]({'hasPopup':!0x1,'isExpanded':!0x1}),this[_0x59e881(0x20b)]({'tag':_0x59e881(0x208),'attributes':{'aria-haspopup':_0x401cd4['if'](_0x59e881(0x1f6)),'aria-expanded':_0x401cd4['to'](_0x59e881(0x1f2),_0x19ca51=>this[_0x59e881(0x1f6)]&&String(_0x19ca51)),'aria-label':_0x401cd4['to'](_0x59e881(0x1f6),_0x2ffbdb=>_0x348a74(_0x46dedf,_0x2ffbdb?_0x59e881(0x20a):_0x59e881(0x1f0))),'role':_0x59e881(0x1fd),'tabindex':_0x401cd4['to'](_0x59e881(0x1f6),_0x54d28d=>!!_0x54d28d&&0x0),'class':['ck',_0x59e881(0x205)]},'children':this[_0x59e881(0x1ef)],'on':{'click':_0x401cd4['to'](()=>this[_0x59e881(0x209)](_0x59e881(0x1f4)))}}),this['on'](_0x59e881(0x20e),(_0x3e55f1,_0x5cff82,_0x3379c6)=>{const _0x18fd44=_0x59e881;this[_0x18fd44(0x1f3)]&&(_0x3379c6?this[_0x18fd44(0x1f3)][_0x18fd44(0x200)](_0x18fd44(0x203),String(this[_0x18fd44(0x1f2)])):this[_0x18fd44(0x1f3)][_0x18fd44(0x1f7)](_0x18fd44(0x203)));});}[_0x49977b(0x207)](){const _0x5b1f81=_0x49977b;this[_0x5b1f81(0x1f3)][_0x5b1f81(0x207)]();}[_0x49977b(0x1ff)](){const _0x7f6b5=_0x49977b;super[_0x7f6b5(0x1ff)](),this[_0x7f6b5(0x20c)][_0x7f6b5(0x20f)](this[_0x7f6b5(0x1f3)]);}}
23
+ const _0x5c6a66=_0x38c0;(function(_0x31d07f,_0x374366){const _0x55f16=_0x38c0,_0x397619=_0x31d07f();while(!![]){try{const _0x3637af=parseInt(_0x55f16(0x105))/0x1+-parseInt(_0x55f16(0x104))/0x2*(parseInt(_0x55f16(0x107))/0x3)+-parseInt(_0x55f16(0x109))/0x4+parseInt(_0x55f16(0x10d))/0x5+parseInt(_0x55f16(0x11e))/0x6+-parseInt(_0x55f16(0x11d))/0x7*(parseInt(_0x55f16(0x11c))/0x8)+parseInt(_0x55f16(0x11f))/0x9;if(_0x3637af===_0x374366)break;else _0x397619['push'](_0x397619['shift']());}catch(_0x221d3b){_0x397619['push'](_0x397619['shift']());}}}(_0x46f9,0xd98be));import{View as _0x2442d0}from'ckeditor5/src/ui.js';function _0x38c0(_0x405ed1,_0x1b5b56){const _0x46f934=_0x46f9();return _0x38c0=function(_0x38c0fa,_0x4d9f37){_0x38c0fa=_0x38c0fa-0x102;let _0x3b7929=_0x46f934[_0x38c0fa];return _0x3b7929;},_0x38c0(_0x405ed1,_0x1b5b56);}function _0x46f9(){const _0x36c239=['removeAttribute','fire','change:hasPopup','bindTemplate','hasPopup','setTemplate','element','execute','listenTo','Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)','aria-expanded','isExpanded','keystrokes','56StnLbL','850031ejcSwB','2239884wIYKdC','17697420YgaUlv','ck-presence-list__list','render','Connected\x20users\x20list','createCollection','3019314KGqooW','153305TwnfwR','list','3UuPwYK','div','2792620PsUvCo','focus','set','items','7279570CNHAxc','setAttribute'];_0x46f9=function(){return _0x36c239;};return _0x46f9();}import{KeystrokeHandler as _0x30d16e}from'ckeditor5/src/utils.js';import{getTranslation as _0x17c637}from'../../common-translations.js';export default class es extends _0x2442d0{constructor(_0x214944){const _0x4ad023=_0x38c0;super(_0x214944);const _0x1b4ead=this[_0x4ad023(0x112)];this[_0x4ad023(0x10c)]=this[_0x4ad023(0x103)](),this[_0x4ad023(0x11b)]=new _0x30d16e(),this[_0x4ad023(0x10b)]({'hasPopup':!0x1,'isExpanded':!0x1}),this[_0x4ad023(0x114)]({'tag':_0x4ad023(0x108),'attributes':{'aria-haspopup':_0x1b4ead['if'](_0x4ad023(0x113)),'aria-expanded':_0x1b4ead['to'](_0x4ad023(0x11a),_0x2f5894=>this[_0x4ad023(0x113)]&&String(_0x2f5894)),'aria-label':_0x1b4ead['to'](_0x4ad023(0x113),_0x17befe=>_0x17c637(_0x214944,_0x17befe?_0x4ad023(0x118):_0x4ad023(0x102))),'role':_0x4ad023(0x106),'tabindex':_0x1b4ead['to'](_0x4ad023(0x113),_0x32a6e6=>!!_0x32a6e6&&0x0),'class':['ck',_0x4ad023(0x120)]},'children':this[_0x4ad023(0x10c)],'on':{'click':_0x1b4ead['to'](()=>this[_0x4ad023(0x110)](_0x4ad023(0x116)))}}),this['on'](_0x4ad023(0x111),(_0x3e638b,_0x2a0a48,_0x48b5bf)=>{const _0x592f41=_0x4ad023;this[_0x592f41(0x115)]&&(_0x48b5bf?this[_0x592f41(0x115)][_0x592f41(0x10e)](_0x592f41(0x119),String(this[_0x592f41(0x11a)])):this[_0x592f41(0x115)][_0x592f41(0x10f)](_0x592f41(0x119)));});}[_0x5c6a66(0x10a)](){const _0xa8e4bc=_0x5c6a66;this[_0xa8e4bc(0x115)][_0xa8e4bc(0x10a)]();}[_0x5c6a66(0x121)](){const _0x891132=_0x5c6a66;super[_0x891132(0x121)](),this[_0x891132(0x11b)][_0x891132(0x117)](this[_0x891132(0x115)]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x183025,_0xd60aa5){const _0x3b5dea=_0x7a3a,_0xe1a35b=_0x183025();while(!![]){try{const _0x159701=-parseInt(_0x3b5dea(0x167))/0x1*(-parseInt(_0x3b5dea(0x176))/0x2)+parseInt(_0x3b5dea(0x162))/0x3*(parseInt(_0x3b5dea(0x15c))/0x4)+-parseInt(_0x3b5dea(0x165))/0x5*(parseInt(_0x3b5dea(0x169))/0x6)+-parseInt(_0x3b5dea(0x16f))/0x7*(parseInt(_0x3b5dea(0x16d))/0x8)+parseInt(_0x3b5dea(0x16c))/0x9+parseInt(_0x3b5dea(0x174))/0xa*(-parseInt(_0x3b5dea(0x15d))/0xb)+-parseInt(_0x3b5dea(0x175))/0xc;if(_0x159701===_0xd60aa5)break;else _0xe1a35b['push'](_0xe1a35b['shift']());}catch(_0x218618){_0xe1a35b['push'](_0xe1a35b['shift']());}}}(_0x6796,0xe51a9));import{View as _0x67bcc2}from'ckeditor5/src/ui.js';function _0x7a3a(_0xaa5440,_0x538381){const _0x679659=_0x6796();return _0x7a3a=function(_0x7a3a9e,_0x2d3b1c){_0x7a3a9e=_0x7a3a9e-0x158;let _0x44df60=_0x679659[_0x7a3a9e];return _0x44df60;},_0x7a3a(_0xaa5440,_0x538381);}import _0x37fce4 from'./presencecounterview.js';import _0x3b8619 from'./presenceinlinelistview.js';function _0x6796(){const _0x126c61=['477114lKlpEf','bind','tooltipPosition','div','items','3599553UCFwOZ','listenTo','ck-reset','20ScCOkn','counterView','2rchuhS','isCollapsed','936228AneZBJ','setTemplate','hasPopup','14908950gdsoMl','688912wsGsIV','ck-rounded-corners','140rRyNbP','inlineListView','bindTemplate','first','change','230RFlNzu','238080ahDEXv','1445882NoQZTr','ck-presence-list--collapsed','set','ck-presence-list','locale','4QZxOKN'];_0x6796=function(){return _0x126c61;};return _0x6796();}import'../../../theme/presencelist.css';export default class L extends _0x67bcc2{constructor(_0x4a2cc1){const _0x5d4731=_0x7a3a;super(_0x4a2cc1);const _0x8bfcbb=this[_0x5d4731(0x171)];this[_0x5d4731(0x159)](_0x5d4731(0x168),!0x0),this[_0x5d4731(0x166)]=new _0x37fce4(this[_0x5d4731(0x15b)]),this[_0x5d4731(0x170)]=new _0x3b8619(_0x4a2cc1),this[_0x5d4731(0x170)][_0x5d4731(0x15e)](_0x5d4731(0x16b))['to'](this,_0x5d4731(0x168)),this[_0x5d4731(0x163)](this[_0x5d4731(0x170)][_0x5d4731(0x161)],_0x5d4731(0x173),()=>{const _0x5af406=_0x5d4731;for(const _0x23bf9c of this[_0x5af406(0x170)][_0x5af406(0x161)])_0x23bf9c[_0x5af406(0x15f)]='s';this[_0x5af406(0x170)][_0x5af406(0x161)][_0x5af406(0x172)]&&(this[_0x5af406(0x170)][_0x5af406(0x161)][_0x5af406(0x172)][_0x5af406(0x15f)]='se');}),this[_0x5d4731(0x16a)]({'tag':_0x5d4731(0x160),'attributes':{'class':['ck',_0x5d4731(0x15a),_0x5d4731(0x164),_0x5d4731(0x16e),_0x8bfcbb['if'](_0x5d4731(0x168),_0x5d4731(0x158))]},'children':[this[_0x5d4731(0x166)],this[_0x5d4731(0x170)]]});}}
23
+ function _0xae4f(){const _0x18b680=['set','setTemplate','isCollapsed','5230ofVxyZ','440478tJaCHr','change','77148YnJmQm','counterView','4206527nQoxZY','items','listenTo','ck-presence-list--collapsed','12TiyYfJ','15smaeBg','tooltipPosition','first','591045TIIgTk','bindTemplate','756ARHRzq','28738yxceKi','ck-rounded-corners','locale','ck-presence-list','33XuhMwo','inlineListView','13576rRMSNF','hasPopup','176NUceOa','2tbNGSy','bind','ck-reset','div'];_0xae4f=function(){return _0x18b680;};return _0xae4f();}(function(_0x390225,_0x242736){const _0x44f681=_0x1b73,_0x318b3b=_0x390225();while(!![]){try{const _0x2846db=-parseInt(_0x44f681(0x92))/0x1*(-parseInt(_0x44f681(0x7b))/0x2)+-parseInt(_0x44f681(0x76))/0x3*(parseInt(_0x44f681(0x85))/0x4)+-parseInt(_0x44f681(0x8c))/0x5*(-parseInt(_0x44f681(0x83))/0x6)+-parseInt(_0x44f681(0x8f))/0x7+parseInt(_0x44f681(0x78))/0x8*(-parseInt(_0x44f681(0x91))/0x9)+-parseInt(_0x44f681(0x82))/0xa*(parseInt(_0x44f681(0x7a))/0xb)+-parseInt(_0x44f681(0x8b))/0xc*(-parseInt(_0x44f681(0x87))/0xd);if(_0x2846db===_0x242736)break;else _0x318b3b['push'](_0x318b3b['shift']());}catch(_0x40cdb1){_0x318b3b['push'](_0x318b3b['shift']());}}}(_0xae4f,0x1e878));function _0x1b73(_0x20b36a,_0xe1ee2c){const _0xae4f1d=_0xae4f();return _0x1b73=function(_0x1b735a,_0x36e6b3){_0x1b735a=_0x1b735a-0x76;let _0x118d1a=_0xae4f1d[_0x1b735a];return _0x118d1a;},_0x1b73(_0x20b36a,_0xe1ee2c);}import{View as _0x35bb42}from'ckeditor5/src/ui.js';import _0x1a3df9 from'./presencecounterview.js';import _0x1c4188 from'./presenceinlinelistview.js';import'../../../theme/presencelist.css';export default class _ extends _0x35bb42{constructor(_0x4cfad5){const _0xb27b4f=_0x1b73;super(_0x4cfad5);const _0x53467e=this[_0xb27b4f(0x90)];this[_0xb27b4f(0x7f)](_0xb27b4f(0x81),!0x0),this[_0xb27b4f(0x86)]=new _0x1a3df9(this[_0xb27b4f(0x94)]),this[_0xb27b4f(0x77)]=new _0x1c4188(_0x4cfad5),this[_0xb27b4f(0x77)][_0xb27b4f(0x7c)](_0xb27b4f(0x79))['to'](this,_0xb27b4f(0x81)),this[_0xb27b4f(0x89)](this[_0xb27b4f(0x77)][_0xb27b4f(0x88)],_0xb27b4f(0x84),()=>{const _0x30f4ec=_0xb27b4f;for(const _0x36427e of this[_0x30f4ec(0x77)][_0x30f4ec(0x88)])_0x36427e[_0x30f4ec(0x8d)]='s';this[_0x30f4ec(0x77)][_0x30f4ec(0x88)][_0x30f4ec(0x8e)]&&(this[_0x30f4ec(0x77)][_0x30f4ec(0x88)][_0x30f4ec(0x8e)][_0x30f4ec(0x8d)]='se');}),this[_0xb27b4f(0x80)]({'tag':_0xb27b4f(0x7e),'attributes':{'class':['ck',_0xb27b4f(0x95),_0xb27b4f(0x7d),_0xb27b4f(0x93),_0x53467e['if'](_0xb27b4f(0x81),_0xb27b4f(0x8a))]},'children':[this[_0xb27b4f(0x86)],this[_0xb27b4f(0x77)]]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x4e3574=_0x568d;(function(_0x115cba,_0x32909f){var _0x360b34=_0x568d,_0x4baaf5=_0x115cba();while(!![]){try{var _0x3d9003=parseInt(_0x360b34(0x132))/0x1+-parseInt(_0x360b34(0x12f))/0x2+parseInt(_0x360b34(0x135))/0x3+-parseInt(_0x360b34(0x130))/0x4+parseInt(_0x360b34(0x12c))/0x5+-parseInt(_0x360b34(0x12d))/0x6+-parseInt(_0x360b34(0x12e))/0x7*(parseInt(_0x360b34(0x133))/0x8);if(_0x3d9003===_0x32909f)break;else _0x4baaf5['push'](_0x4baaf5['shift']());}catch(_0x41445b){_0x4baaf5['push'](_0x4baaf5['shift']());}}}(_0xf4df,0x3e796));import{ContextPlugin as _0x1bf0cd}from'ckeditor5/src/core.js';function _0x568d(_0x18c01c,_0x37a6b1){var _0xf4dfc8=_0xf4df();return _0x568d=function(_0x568d3f,_0x309a21){_0x568d3f=_0x568d3f-0x12c;var _0x25d401=_0xf4dfc8[_0x568d3f];return _0x25d401;},_0x568d(_0x18c01c,_0x37a6b1);}import _0x9d5ff2 from'./realtimecollaborativeediting/sessions.js';import _0x102797 from'./presencelist/presencelistui.js';export default class i extends _0x1bf0cd{static get[_0x4e3574(0x136)](){return[_0x9d5ff2,_0x102797];}static get[_0x4e3574(0x134)](){var _0x2884c8=_0x4e3574;return _0x2884c8(0x131);}}function _0xf4df(){var _0x5f5cbe=['requires','438210lOmxKg','1310724cmHfap','40873BYXfPg','80898VGzHXd','738268BrvfuV','PresenceList','274770tzHnao','72IuRtNa','pluginName','1168509aBbcjv'];_0xf4df=function(){return _0x5f5cbe;};return _0xf4df();}
23
+ var _0xf23601=_0x40a1;function _0x4b97(){var _0x225974=['3760872curLSI','PresenceList','25xngkjb','4892gaTQUj','21699dghAww','6666143hEsycs','897928ERxRtV','4007528SRerSN','324NfcYUK','2710czCywi','893148ArsxJL','pluginName','requires','21ydRATp'];_0x4b97=function(){return _0x225974;};return _0x4b97();}(function(_0x87d874,_0x378458){var _0x181b7c=_0x40a1,_0x2e9733=_0x87d874();while(!![]){try{var _0x2f8f46=-parseInt(_0x181b7c(0xba))/0x1*(-parseInt(_0x181b7c(0xb1))/0x2)+-parseInt(_0x181b7c(0xb7))/0x3+-parseInt(_0x181b7c(0xaf))/0x4*(-parseInt(_0x181b7c(0xb9))/0x5)+-parseInt(_0x181b7c(0xb3))/0x6+-parseInt(_0x181b7c(0xb6))/0x7*(-parseInt(_0x181b7c(0xb0))/0x8)+parseInt(_0x181b7c(0xbb))/0x9*(-parseInt(_0x181b7c(0xb2))/0xa)+-parseInt(_0x181b7c(0xbc))/0xb;if(_0x2f8f46===_0x378458)break;else _0x2e9733['push'](_0x2e9733['shift']());}catch(_0x396ef7){_0x2e9733['push'](_0x2e9733['shift']());}}}(_0x4b97,0xb8895));import{ContextPlugin as _0x15049e}from'ckeditor5/src/core.js';import _0x527628 from'./realtimecollaborativeediting/sessions.js';import _0x14379a from'./presencelist/presencelistui.js';function _0x40a1(_0xe0e068,_0x111f7d){var _0x4b9739=_0x4b97();return _0x40a1=function(_0x40a1d3,_0x43e8c1){_0x40a1d3=_0x40a1d3-0xaf;var _0xd5800a=_0x4b9739[_0x40a1d3];return _0xd5800a;},_0x40a1(_0xe0e068,_0x111f7d);}export default class i extends _0x15049e{static get[_0xf23601(0xb5)](){return[_0x527628,_0x14379a];}static get[_0xf23601(0xb4)](){var _0x1e6666=_0xf23601;return _0x1e6666(0xb8);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xa452cb=_0x4d05;(function(_0x3bfe53,_0x226279){const _0x24a082=_0x4d05,_0x56c3b7=_0x3bfe53();while(!![]){try{const _0x37f8aa=parseInt(_0x24a082(0x128))/0x1*(parseInt(_0x24a082(0xfb))/0x2)+-parseInt(_0x24a082(0x115))/0x3+parseInt(_0x24a082(0xd8))/0x4*(parseInt(_0x24a082(0xff))/0x5)+parseInt(_0x24a082(0x103))/0x6+-parseInt(_0x24a082(0xe1))/0x7*(parseInt(_0x24a082(0xea))/0x8)+parseInt(_0x24a082(0xfe))/0x9*(parseInt(_0x24a082(0x108))/0xa)+parseInt(_0x24a082(0x13c))/0xb;if(_0x37f8aa===_0x226279)break;else _0x56c3b7['push'](_0x56c3b7['shift']());}catch(_0x1e43da){_0x56c3b7['push'](_0x56c3b7['shift']());}}}(_0x79e3,0x6d6ea));import{Context as _0x229a82,ContextPlugin as _0x5c80f2}from'ckeditor5/src/core.js';import{CKEditorError as _0xc2bcc}from'ckeditor5/src/utils.js';import{Users as _0x15b153}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x79e3(){const _0x3f7686=['permissions','cloud-services-internal-error:\x20Not\x20connected.','resolveCommentThread','unregister','catch','setPermissions','config','addToReconnectionStack','resolve','has','init','getCommentThreads','size','commentThreadUpdated','cloudservicescommentsadapter-service-not-exist','cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.','addCommentThread','9879606pUkCZL','4vyzdUS','startsWith','cloudservicescommentsadapter-connect-already-connected','update','attributes','get','updateCommentThread','getConnectedSessions','off','25382rdAmJC','cloud-services-internal-error:\x20Request\x20timeout.','cloudservicescommentsadapter-disconnect-not-exist','addUser','_fetchMissingUsersForThreads','_getService','_services','CommentsService','removeCommentThread','1928vGXHyJ','deletedAt','requires','commentThreadRemoved','comments','updateComment','authorId','_connectService','mySessionId','userId','connect','CommentsRepository','getCommentThread','getMany','content','code','set','106QlZMSr','plugins','adapter','675tarQPU','2808245JOHYyq','Permissions','reopen','remove','2473326DEynfH','listenTo','reconnect','resolvedBy','_setUpService','16400wxJpPb','destroy','commentThreadId','from','pluginName','reopenCommentThread','getUser','disconnect','commentThreadAdded','commentId','CloudServicesCommentsAdapter','collaboration.channelId','keys','2627241UGSKdy','getComment','commentRemoved','map','commentThreadResolved','context','removeComment','createdAt','commentUpdated','delete','commentAdded','assign','message','register','_terminateService','addComment','commentThreadReopened','sessionAdd:','resolvedAt','3827UfLOer','404','add'];_0x79e3=function(){return _0x3f7686;};return _0x79e3();}function _0x4d05(_0x218f4c,_0x1c39d6){const _0x79e333=_0x79e3();return _0x4d05=function(_0x4d0587,_0x48fed4){_0x4d0587=_0x4d0587-0xd8;let _0x5464bb=_0x79e333[_0x4d0587];return _0x5464bb;},_0x4d05(_0x218f4c,_0x1c39d6);}import{CommentsService as _0x354dd7,User as _0x1350ea}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x28a005 from'../realtimecollaborativeediting/websocketgateway.js';import _0x17584f from'../realtimecollaborativeediting/sessions.js';class a extends _0x5c80f2{static get[_0xa452cb(0xec)](){const _0x54c12b=_0xa452cb;return[_0x28a005,_0x54c12b(0xf5),_0x17584f,_0x15b153];}static get[_0xa452cb(0x10c)](){const _0x3b531c=_0xa452cb;return _0x3b531c(0x112);}constructor(_0x1230d1){const _0x250fa1=_0xa452cb;super(_0x1230d1),this[_0x250fa1(0xe7)]=new Map();}async[_0xa452cb(0x135)](){const _0x2933f3=_0xa452cb,_0xf6d174=this[_0x2933f3(0x11a)],_0x5ca6d5=_0xf6d174[_0x2933f3(0xfc)][_0x2933f3(0xdd)](_0x2933f3(0xf5));if(_0xf6d174[_0x2933f3(0xfc)][_0x2933f3(0xdd)](_0x28a005)[_0x2933f3(0x132)](this),_0x5ca6d5[_0x2933f3(0xfd)]={'addCommentThread':async({channelId:_0x5ccf51,threadId:_0x5c1778,comments:_0x30dc19,resolvedAt:_0x1f8a69,resolvedBy:_0x3b4eac,context:_0x575c55,attributes:_0x2d593e})=>{const _0x400cb6=_0x2933f3,_0x2ce64c=await this[_0x400cb6(0xe6)](_0x5ccf51)[_0x400cb6(0x13b)]({'commentThreadId':_0x5c1778,'comments':_0x30dc19[_0x400cb6(0x118)](_0x3fbaf1=>function(_0x3dcc38,_0x506132,_0x2d5d91){const _0x525359=_0x400cb6;return{'commentThreadId':_0x2d5d91,'commentId':_0x3dcc38[_0x525359(0x111)],'userId':_0x3dcc38[_0x525359(0xf0)],'content':_0x3dcc38[_0x525359(0xf8)],'documentId':_0x506132,'createdAt':_0x3dcc38[_0x525359(0x11c)],'attributes':_0x3dcc38[_0x525359(0xdc)]||{}};}(_0x3fbaf1,_0x5ccf51,_0x5c1778)),'resolvedAt':_0x1f8a69,'resolvedBy':_0x3b4eac,'context':_0x575c55,'attributes':_0x2d593e})[_0x400cb6(0x12f)](R);return{'threadId':_0x2ce64c[_0x400cb6(0x10a)],'comments':_0x2ce64c[_0x400cb6(0xee)]};},'getCommentThread':async({channelId:_0x2adcec,threadId:_0x43ed2f})=>{const _0x17a675=_0x2933f3,_0x133eb2=await this[_0x17a675(0xe6)](_0x2adcec)[_0x17a675(0xf6)](_0x43ed2f)[_0x17a675(0x12f)](R);return _0x133eb2[_0x17a675(0xeb)]?null:(await this[_0x17a675(0xe5)]([_0x133eb2]),{'threadId':_0x133eb2[_0x17a675(0x10a)],'comments':_0x133eb2[_0x17a675(0xee)][_0x17a675(0x118)](S),'context':_0x133eb2[_0x17a675(0x11a)],'resolvedAt':_0x133eb2[_0x17a675(0x127)],'resolvedBy':_0x133eb2[_0x17a675(0x106)],'attributes':_0x133eb2[_0x17a675(0xdc)]||{}});},'updateCommentThread':async({channelId:_0x5c087a,threadId:_0x524ed1,context:_0x2b1f3a,unlinkedAt:_0x21560c,attributes:_0x3823a5})=>this[_0x2933f3(0xe6)](_0x5c087a)[_0x2933f3(0xde)]({'commentThreadId':_0x524ed1,'context':_0x2b1f3a,'attributes':_0x3823a5,'unlinkedAt':_0x21560c})[_0x2933f3(0x12f)](B)[_0x2933f3(0x12f)](R),'resolveCommentThread':async({channelId:_0x5e119b,threadId:_0x260cf7})=>{const _0xf96082=_0x2933f3,_0x3b57b7=await this[_0xf96082(0xe6)](_0x5e119b)[_0xf96082(0x12d)](_0x260cf7)[_0xf96082(0x12f)](B)[_0xf96082(0x12f)](R);return{'threadId':_0x3b57b7[_0xf96082(0x10a)],'resolvedAt':_0x3b57b7[_0xf96082(0x127)],'resolvedBy':_0x3b57b7[_0xf96082(0x106)]};},'reopenCommentThread':async({channelId:_0xc63ac,threadId:_0x14dc2c})=>this[_0x2933f3(0xe6)](_0xc63ac)[_0x2933f3(0x10d)](_0x14dc2c)[_0x2933f3(0x12f)](B)[_0x2933f3(0x12f)](R),'removeCommentThread':({channelId:_0x49c62e,threadId:_0x2b8673})=>this[_0x2933f3(0xe6)](_0x49c62e)[_0x2933f3(0xe9)](_0x2b8673)[_0x2933f3(0x12f)](B)[_0x2933f3(0x12f)](R),'addComment':({channelId:_0x1d13d1,threadId:_0x44b6d6,commentId:_0x55c490,content:_0x47f963,attributes:_0x19b879})=>this[_0x2933f3(0xe6)](_0x1d13d1)[_0x2933f3(0x124)](_0x44b6d6,_0x55c490,_0x47f963,_0x19b879)[_0x2933f3(0x12f)](R),'updateComment':({channelId:_0x54d673,threadId:_0x1d2352,commentId:_0x11415b,content:_0xa526c8,attributes:_0x5d9b03})=>this[_0x2933f3(0xe6)](_0x54d673)[_0x2933f3(0xef)](_0x1d2352,_0x11415b,_0xa526c8,_0x5d9b03)[_0x2933f3(0x12f)](B)[_0x2933f3(0x12f)](R),'removeComment':({channelId:_0x48829e,threadId:_0x591a70,commentId:_0x47606a})=>this[_0x2933f3(0xe6)](_0x48829e)[_0x2933f3(0x11b)](_0x591a70,_0x47606a)[_0x2933f3(0x12f)](B)[_0x2933f3(0x12f)](R)},_0xf6d174 instanceof _0x229a82){const _0x1f8055=_0xf6d174[_0x2933f3(0x131)][_0x2933f3(0xdd)](_0x2933f3(0x113)),_0xc430af=_0xf6d174[_0x2933f3(0xfc)][_0x2933f3(0xdd)](_0x17584f);await this[_0x2933f3(0x107)](_0x1f8055);const _0x71f042=await this[_0x2933f3(0xe7)][_0x2933f3(0xdd)](_0x1f8055)[_0x2933f3(0xdf)]();this[_0x2933f3(0x104)](_0xc430af,_0x2933f3(0x126)+_0x1f8055,(_0x53b53a,{session:_0x5b40d2})=>{const _0x2e297c=_0x2933f3;_0x5b40d2['id']===_0xc430af[_0x2e297c(0xf2)]&&(_0x53b53a[_0x2e297c(0xe0)](),this[_0x2e297c(0x11a)][_0x2e297c(0xfc)][_0x2e297c(0xdd)](_0x2e297c(0x100))[_0x2e297c(0x130)](_0x5b40d2[_0x2e297c(0x12b)],_0x1f8055));}),_0xc430af[_0x2933f3(0x122)](_0x1f8055,_0x71f042);}}async[_0xa452cb(0x107)](_0x30e9f8){const _0x552992=_0xa452cb;if(this[_0x552992(0xe7)][_0x552992(0x134)](_0x30e9f8))throw new _0xc2bcc(_0x552992(0xda),null,{'channelId':_0x30e9f8});const _0x1466d7=this[_0x552992(0x11a)][_0x552992(0xfc)][_0x552992(0xdd)](_0x552992(0xf5)),_0x3c7dfa=new a[(_0x552992(0xe8))](_0x30e9f8);this[_0x552992(0xe7)][_0x552992(0xfa)](_0x30e9f8,_0x3c7dfa),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0x110),(_0x3d8dc7,_0x356f90)=>{const _0x2210a4=_0x552992,{commentThreadId:_0x31425b,documentId:_0x249d12,context:_0x53085d,attributes:_0x4dbcc1,resolvedAt:_0x4607cb,resolvedBy:_0x435ea3,comments:_0x10e4d7}=_0x356f90;_0x1466d7[_0x2210a4(0xf6)](_0x31425b)||_0x1466d7[_0x2210a4(0x13b)]({'threadId':_0x31425b,'channelId':_0x249d12,'comments':_0x10e4d7?_0x10e4d7[_0x2210a4(0x118)](S):[],'context':_0x53085d,'attributes':_0x4dbcc1,'resolvedAt':_0x4607cb,'resolvedBy':_0x435ea3,'isFromAdapter':!0x0});}),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0x138),(_0xe50753,{commentThreadId:_0xc3f810,documentId:_0x1de3b2,context:_0x2771b7,unlinkedAt:_0x292fd7,attributes:_0x5e1983})=>{const _0x5618c1=_0x552992;_0x1466d7[_0x5618c1(0xf6)](_0xc3f810)&&_0x1466d7[_0x5618c1(0xde)]({'threadId':_0xc3f810,'channelId':_0x1de3b2,'context':_0x2771b7,'unlinkedAt':_0x292fd7,'attributes':_0x5e1983,'isFromAdapter':!0x0});}),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0x119),(_0x5ad346,{commentThreadId:_0x5022a1,resolvedBy:_0x42b574,resolvedAt:_0x39b5c2})=>{const _0x2cfb4f=_0x552992,_0x114d7d=_0x1466d7[_0x2cfb4f(0xf6)](_0x5022a1);_0x114d7d&&_0x114d7d[_0x2cfb4f(0x133)]({'resolvedBy':_0x42b574,'resolvedAt':_0x39b5c2,'isFromAdapter':!0x0});}),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0x125),(_0x3e7fdb,{commentThreadId:_0x1de028})=>{const _0x133c8f=_0x552992,_0x52778b=_0x1466d7[_0x133c8f(0xf6)](_0x1de028);_0x52778b&&_0x52778b[_0x133c8f(0x101)]({'isFromAdapter':!0x0});}),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0xed),(_0x5977a6,{commentThreadId:_0x77ff09})=>{const _0x40c907=_0x552992,_0x1aff3c=_0x1466d7[_0x40c907(0xf6)](_0x77ff09);_0x1aff3c&&_0x1aff3c[_0x40c907(0x102)]({'isFromAdapter':!0x0});}),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0x11f),(_0x44a0d3,_0x2c1629)=>{const _0x25855b=_0x552992,_0x138c20=_0x2c1629[_0x25855b(0x10a)],_0x3ba779=_0x1466d7[_0x25855b(0xf6)](_0x138c20);_0x3ba779&&_0x3ba779[_0x25855b(0x124)]({...S(_0x2c1629),'isFromAdapter':!0x0});}),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0x11d),(_0x2538d8,{commentThreadId:_0x39f5c9,commentId:_0x1a8d7c,content:_0x33d5b0,attributes:_0xd5759e})=>{const _0x5a3c09=_0x552992,_0x1adb5b=_0x1466d7[_0x5a3c09(0xf6)](_0x39f5c9);if(_0x1adb5b){const _0x4fed49=_0x1adb5b[_0x5a3c09(0x116)](_0x1a8d7c);_0x4fed49&&_0x4fed49[_0x5a3c09(0xdb)]({'content':_0x33d5b0,'attributes':_0xd5759e,'isFromAdapter':!0x0});}}),this[_0x552992(0x104)](_0x3c7dfa,_0x552992(0x117),(_0x259887,{commentThreadId:_0x159961,commentId:_0xf55bdf})=>{const _0x2b88db=_0x552992,_0x5d5306=_0x1466d7[_0x2b88db(0xf6)](_0x159961);if(_0x5d5306){const _0x442cc1=_0x5d5306[_0x2b88db(0x116)](_0xf55bdf);_0x442cc1&&_0x442cc1[_0x2b88db(0x102)]({'isFromAdapter':!0x0});}}),await this[_0x552992(0xf1)](_0x30e9f8);}[_0xa452cb(0x109)](){const _0x23c542=_0xa452cb;if(this[_0x23c542(0x11a)]instanceof _0x229a82){const _0x57e678=this[_0x23c542(0x11a)][_0x23c542(0x131)][_0x23c542(0xdd)](_0x23c542(0x113));this[_0x23c542(0x123)](_0x57e678);}}[_0xa452cb(0x123)](_0x162c82){const _0x5084c0=_0xa452cb;if(!this[_0x5084c0(0xe7)][_0x5084c0(0x134)](_0x162c82))throw new _0xc2bcc(_0x5084c0(0xe3),null,{'channelId':_0x162c82});this[_0x5084c0(0xe6)](_0x162c82)[_0x5084c0(0x10f)](),this[_0x5084c0(0xe7)][_0x5084c0(0x11e)](_0x162c82);}async[_0xa452cb(0x105)](){const _0x6206fb=_0xa452cb;for(const _0x3467d9 of this[_0x6206fb(0xe7)][_0x6206fb(0x114)]())await this[_0x6206fb(0xf1)](_0x3467d9);if(this[_0x6206fb(0x11a)]instanceof _0x229a82){const _0x395a70=this[_0x6206fb(0x11a)][_0x6206fb(0x131)][_0x6206fb(0xdd)](_0x6206fb(0x113)),_0x3d6409=this[_0x6206fb(0x11a)][_0x6206fb(0xfc)][_0x6206fb(0xdd)](_0x17584f);_0x3d6409[_0x6206fb(0x12e)](_0x395a70);const _0x584f86=await this[_0x6206fb(0xe7)][_0x6206fb(0xdd)](_0x395a70)[_0x6206fb(0xdf)]();_0x3d6409[_0x6206fb(0x122)](_0x395a70,_0x584f86);}}async[_0xa452cb(0xf1)](_0x1300d7){const _0x1c4b03=_0xa452cb,{connection:_0x1e490c}=this[_0x1c4b03(0x11a)][_0x1c4b03(0xfc)][_0x1c4b03(0xdd)](_0x28a005),_0x44255c=this[_0x1c4b03(0x11a)][_0x1c4b03(0xfc)][_0x1c4b03(0xdd)](_0x1c4b03(0xf5)),_0x2f625d=this[_0x1c4b03(0xe7)][_0x1c4b03(0xdd)](_0x1300d7),_0x19bd2b=await _0x2f625d[_0x1c4b03(0xf4)](_0x1e490c);await this[_0x1c4b03(0xe5)](_0x19bd2b);const _0xc76bf2=new Set(Array[_0x1c4b03(0x10b)](_0x44255c[_0x1c4b03(0x136)]({'channelId':_0x1300d7}),_0x4fae67=>_0x4fae67['id']));for(const _0x599690 of _0x19bd2b)_0x599690[_0x1c4b03(0xeb)]||_0xc76bf2[_0x1c4b03(0x11e)](_0x599690[_0x1c4b03(0x10a)]);for(const _0x300289 of _0xc76bf2)_0x44255c[_0x1c4b03(0xf6)](_0x300289)[_0x1c4b03(0x102)]({'isFromAdapter':!0x0});for(const _0x15474e of _0x19bd2b){let _0x466a44=_0x44255c[_0x1c4b03(0xf6)](_0x15474e[_0x1c4b03(0x10a)]);const {commentThreadId:_0x45ea08,context:_0x9ac7b6,attributes:_0x1321cf,resolvedBy:_0x1b79d7,resolvedAt:_0x8bf6b,unlinkedAt:_0x2afdf7,deletedAt:_0x5b4e7a}=_0x15474e;if(_0x5b4e7a)continue;_0x466a44||(_0x466a44=_0x44255c[_0x1c4b03(0x13b)]({'channelId':_0x1300d7,'threadId':_0x45ea08,'context':_0x9ac7b6,'attributes':_0x1321cf||{},'resolvedBy':_0x1b79d7,'resolvedAt':_0x8bf6b,'unlinkedAt':_0x2afdf7,'isFromAdapter':!0x0}));const _0x2820bd=new Set(Array[_0x1c4b03(0x10b)](_0x466a44[_0x1c4b03(0xee)],_0x53c0d3=>_0x53c0d3['id']));for(const _0x1cda40 of _0x15474e[_0x1c4b03(0xee)])_0x2820bd[_0x1c4b03(0x11e)](_0x1cda40[_0x1c4b03(0x111)]);for(const _0x3bfc7e of _0x2820bd)_0x466a44[_0x1c4b03(0x116)](_0x3bfc7e)[_0x1c4b03(0x102)]({'isFromAdapter':!0x0});for(const _0x4f8b04 of _0x15474e[_0x1c4b03(0xee)]){const _0x4ea86=_0x466a44[_0x1c4b03(0x116)](_0x4f8b04[_0x1c4b03(0x111)]);_0x4ea86?_0x4ea86[_0x1c4b03(0xf8)]!==_0x4f8b04[_0x1c4b03(0xf8)]&&_0x4ea86[_0x1c4b03(0xdb)]({'content':_0x4f8b04[_0x1c4b03(0xf8)],'isFromAdapter':!0x0}):_0x466a44[_0x1c4b03(0x124)](Object[_0x1c4b03(0x120)](S(_0x4f8b04),{'isFromAdapter':!0x0}));}}}[_0xa452cb(0xe6)](_0x5ae05d){const _0x1c0ec7=_0xa452cb;if(!this[_0x1c0ec7(0xe7)][_0x1c0ec7(0x134)](_0x5ae05d))throw new _0xc2bcc(_0x1c0ec7(0x139),null,{'channelId':_0x5ae05d});return this[_0x1c0ec7(0xe7)][_0x1c0ec7(0xdd)](_0x5ae05d);}async[_0xa452cb(0xe5)](_0x1a772f){const _0x536bea=_0xa452cb,_0x11c99e=this[_0x536bea(0x11a)][_0x536bea(0xfc)][_0x536bea(0xdd)](_0x15b153),{connection:_0x2fa6f0}=this[_0x536bea(0x11a)][_0x536bea(0xfc)][_0x536bea(0xdd)](_0x28a005),_0x5a5605=new Set();for(const {resolvedBy:_0xa921b2,comments:_0x3b7b9d}of _0x1a772f){_0xa921b2&&!_0x11c99e[_0x536bea(0x10e)](_0xa921b2)&&_0x5a5605[_0x536bea(0x12a)](_0xa921b2);for(const {userId:_0x4f365c}of _0x3b7b9d)_0x11c99e[_0x536bea(0x10e)](_0x4f365c)||_0x5a5605[_0x536bea(0x12a)](_0x4f365c);}if(0x0===_0x5a5605[_0x536bea(0x137)])return;const _0x3c1907=await _0x1350ea[_0x536bea(0xf7)](_0x2fa6f0,Array[_0x536bea(0x10b)](_0x5a5605));for(const _0x416323 of _0x3c1907)_0x11c99e[_0x536bea(0x10e)](_0x416323['id'])||_0x11c99e[_0x536bea(0xe4)](_0x416323);}}a[_0xa452cb(0xe8)]=_0x354dd7;export default a;async function B(_0x45fb14){const _0x561b28=_0xa452cb;if(_0x561b28(0x129)!==_0x45fb14[_0x561b28(0xf9)])throw _0x45fb14;}function R(_0x5cf205){const _0x17c43c=_0xa452cb;if((_0x31aeaa=_0x5cf205)[_0x17c43c(0x121)][_0x17c43c(0xd9)](_0x17c43c(0x13a))||_0x31aeaa[_0x17c43c(0x121)][_0x17c43c(0xd9)](_0x17c43c(0x12c))||_0x31aeaa[_0x17c43c(0x121)][_0x17c43c(0xd9)](_0x17c43c(0xe2)))return new Promise(()=>{});var _0x31aeaa;throw _0x5cf205;}function S(_0x5d4658){const _0x545221=_0xa452cb;return{'threadId':_0x5d4658[_0x545221(0x10a)],'commentId':_0x5d4658[_0x545221(0x111)],'content':_0x5d4658[_0x545221(0xf8)],'createdAt':_0x5d4658[_0x545221(0x11c)],'authorId':_0x5d4658[_0x545221(0xf3)],'attributes':_0x5d4658[_0x545221(0xdc)]||{}};}
23
+ const _0x3a9fd5=_0x22f2;(function(_0x3fb333,_0x23058d){const _0x11d097=_0x22f2,_0x39f2c8=_0x3fb333();while(!![]){try{const _0x4cee9d=-parseInt(_0x11d097(0x230))/0x1+parseInt(_0x11d097(0x204))/0x2*(-parseInt(_0x11d097(0x1df))/0x3)+-parseInt(_0x11d097(0x22f))/0x4+parseInt(_0x11d097(0x1ef))/0x5+-parseInt(_0x11d097(0x217))/0x6*(parseInt(_0x11d097(0x1ff))/0x7)+parseInt(_0x11d097(0x1f1))/0x8*(-parseInt(_0x11d097(0x218))/0x9)+parseInt(_0x11d097(0x226))/0xa*(parseInt(_0x11d097(0x1e5))/0xb);if(_0x4cee9d===_0x23058d)break;else _0x39f2c8['push'](_0x39f2c8['shift']());}catch(_0x4c6d37){_0x39f2c8['push'](_0x39f2c8['shift']());}}}(_0x36b6,0x30cd7));function _0x36b6(){const _0x328bba=['resolveCommentThread','has','_connectService','mySessionId','resolvedBy','126biSoMq','_fetchMissingUsersForThreads','disconnect','cloud-services-internal-error:\x20Request\x20timeout.','removeComment','config','11WvhWPZ','removeCommentThread','getCommentThread','commentThreadAdded','message','addCommentThread','code','keys','CommentsRepository','404','1374585vxdGAA','reconnect','184288qFVyRy','cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.','collaboration.channelId','context','addUser','adapter','authorId','startsWith','_getService','updateComment','add','commentId','userId','deletedAt','14SKpaOO','assign','commentThreadUpdated','reopen','_services','5516Liucpa','init','resolvedAt','updateCommentThread','CommentsService','attributes','requires','register','get','setPermissions','map','plugins','connect','remove','set','reopenCommentThread','update','cloudservicescommentsadapter-connect-already-connected','commentUpdated','950412kZAWXm','36BRMehR','cloud-services-internal-error:\x20Not\x20connected.','cloudservicescommentsadapter-service-not-exist','destroy','getConnectedSessions','CloudServicesCommentsAdapter','commentRemoved','content','getComment','listenTo','commentThreadId','addComment','getUser','unregister','8663080AiiSKL','addToReconnectionStack','commentThreadRemoved','commentThreadResolved','commentAdded','off','getCommentThreads','getMany','createdAt','727132IoditA','234763usJldr','resolve','permissions','Permissions','delete','cloudservicescommentsadapter-disconnect-not-exist','catch','size','comments','sessionAdd:','commentThreadReopened','pluginName','_terminateService','_setUpService','from'];_0x36b6=function(){return _0x328bba;};return _0x36b6();}import{Context as _0x593b2d,ContextPlugin as _0x7d9f7}from'ckeditor5/src/core.js';import{CKEditorError as _0x5d0f58}from'ckeditor5/src/utils.js';import{Users as _0x2267e8}from'ckeditor5-collaboration/src/collaboration-core.js';import{CommentsService as _0x382426,User as _0x32e60c}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x24bd61 from'../realtimecollaborativeediting/websocketgateway.js';import _0x2c812f from'../realtimecollaborativeediting/sessions.js';class a extends _0x7d9f7{static get[_0x3a9fd5(0x20a)](){const _0x4abe67=_0x3a9fd5;return[_0x24bd61,_0x4abe67(0x1ed),_0x2c812f,_0x2267e8];}static get[_0x3a9fd5(0x1d6)](){const _0x24e4f0=_0x3a9fd5;return _0x24e4f0(0x21d);}constructor(_0x27bb67){const _0x432c78=_0x3a9fd5;super(_0x27bb67),this[_0x432c78(0x203)]=new Map();}async[_0x3a9fd5(0x205)](){const _0x560bf2=_0x3a9fd5,_0x20896b=this[_0x560bf2(0x1f4)],_0x5371ba=_0x20896b[_0x560bf2(0x20f)][_0x560bf2(0x20c)](_0x560bf2(0x1ed));if(_0x20896b[_0x560bf2(0x20f)][_0x560bf2(0x20c)](_0x24bd61)[_0x560bf2(0x227)](this),_0x5371ba[_0x560bf2(0x1f6)]={'addCommentThread':async({channelId:_0x14fde4,threadId:_0x5283fd,comments:_0x39041f,resolvedAt:_0x1162a1,resolvedBy:_0x16c3a2,context:_0x3697fe,attributes:_0x4a9678})=>{const _0x3d50a8=_0x560bf2,_0x257e29=await this[_0x3d50a8(0x1f9)](_0x14fde4)[_0x3d50a8(0x1ea)]({'commentThreadId':_0x5283fd,'comments':_0x39041f[_0x3d50a8(0x20e)](_0x175e93=>function(_0x106829,_0x4e2882,_0x7671cb){const _0x3cbc1e=_0x3d50a8;return{'commentThreadId':_0x7671cb,'commentId':_0x106829[_0x3cbc1e(0x1fc)],'userId':_0x106829[_0x3cbc1e(0x1f7)],'content':_0x106829[_0x3cbc1e(0x21f)],'documentId':_0x4e2882,'createdAt':_0x106829[_0x3cbc1e(0x22e)],'attributes':_0x106829[_0x3cbc1e(0x209)]||{}};}(_0x175e93,_0x14fde4,_0x5283fd)),'resolvedAt':_0x1162a1,'resolvedBy':_0x16c3a2,'context':_0x3697fe,'attributes':_0x4a9678})[_0x3d50a8(0x1d1)](w);return{'threadId':_0x257e29[_0x3d50a8(0x222)],'comments':_0x257e29[_0x3d50a8(0x1d3)]};},'getCommentThread':async({channelId:_0x13c8d6,threadId:_0x107830})=>{const _0x59e8=_0x560bf2,_0x1802fe=await this[_0x59e8(0x1f9)](_0x13c8d6)[_0x59e8(0x1e7)](_0x107830)[_0x59e8(0x1d1)](w);return _0x1802fe[_0x59e8(0x1fe)]?null:(await this[_0x59e8(0x1e0)]([_0x1802fe]),{'threadId':_0x1802fe[_0x59e8(0x222)],'comments':_0x1802fe[_0x59e8(0x1d3)][_0x59e8(0x20e)](b),'context':_0x1802fe[_0x59e8(0x1f4)],'resolvedAt':_0x1802fe[_0x59e8(0x206)],'resolvedBy':_0x1802fe[_0x59e8(0x1de)],'attributes':_0x1802fe[_0x59e8(0x209)]||{}});},'updateCommentThread':async({channelId:_0x1d4df1,threadId:_0x57f0bf,context:_0x523b93,unlinkedAt:_0x579a7b,attributes:_0x335dfd})=>this[_0x560bf2(0x1f9)](_0x1d4df1)[_0x560bf2(0x207)]({'commentThreadId':_0x57f0bf,'context':_0x523b93,'attributes':_0x335dfd,'unlinkedAt':_0x579a7b})[_0x560bf2(0x1d1)](y)[_0x560bf2(0x1d1)](w),'resolveCommentThread':async({channelId:_0x5dc78c,threadId:_0x498478})=>{const _0x44b0ca=_0x560bf2,_0x41919f=await this[_0x44b0ca(0x1f9)](_0x5dc78c)[_0x44b0ca(0x1da)](_0x498478)[_0x44b0ca(0x1d1)](y)[_0x44b0ca(0x1d1)](w);return{'threadId':_0x41919f[_0x44b0ca(0x222)],'resolvedAt':_0x41919f[_0x44b0ca(0x206)],'resolvedBy':_0x41919f[_0x44b0ca(0x1de)]};},'reopenCommentThread':async({channelId:_0x46c1d4,threadId:_0x4455c6})=>this[_0x560bf2(0x1f9)](_0x46c1d4)[_0x560bf2(0x213)](_0x4455c6)[_0x560bf2(0x1d1)](y)[_0x560bf2(0x1d1)](w),'removeCommentThread':({channelId:_0xebb7c7,threadId:_0x1a3ad4})=>this[_0x560bf2(0x1f9)](_0xebb7c7)[_0x560bf2(0x1e6)](_0x1a3ad4)[_0x560bf2(0x1d1)](y)[_0x560bf2(0x1d1)](w),'addComment':({channelId:_0x525c20,threadId:_0x1a5a06,commentId:_0x3bd811,content:_0x4dc82d,attributes:_0x547ff9})=>this[_0x560bf2(0x1f9)](_0x525c20)[_0x560bf2(0x223)](_0x1a5a06,_0x3bd811,_0x4dc82d,_0x547ff9)[_0x560bf2(0x1d1)](w),'updateComment':({channelId:_0x9d68a3,threadId:_0x31f882,commentId:_0x2b3bf7,content:_0x8a7889,attributes:_0x12da2b})=>this[_0x560bf2(0x1f9)](_0x9d68a3)[_0x560bf2(0x1fa)](_0x31f882,_0x2b3bf7,_0x8a7889,_0x12da2b)[_0x560bf2(0x1d1)](y)[_0x560bf2(0x1d1)](w),'removeComment':({channelId:_0x27bb13,threadId:_0x5a78c2,commentId:_0x30b052})=>this[_0x560bf2(0x1f9)](_0x27bb13)[_0x560bf2(0x1e3)](_0x5a78c2,_0x30b052)[_0x560bf2(0x1d1)](y)[_0x560bf2(0x1d1)](w)},_0x20896b instanceof _0x593b2d){const _0x292518=_0x20896b[_0x560bf2(0x1e4)][_0x560bf2(0x20c)](_0x560bf2(0x1f3)),_0x31d293=_0x20896b[_0x560bf2(0x20f)][_0x560bf2(0x20c)](_0x2c812f);await this[_0x560bf2(0x1d8)](_0x292518);const _0x8c12e4=await this[_0x560bf2(0x203)][_0x560bf2(0x20c)](_0x292518)[_0x560bf2(0x21c)]();this[_0x560bf2(0x221)](_0x31d293,_0x560bf2(0x1d4)+_0x292518,(_0x1da231,{session:_0x523544})=>{const _0x16c232=_0x560bf2;_0x523544['id']===_0x31d293[_0x16c232(0x1dd)]&&(_0x1da231[_0x16c232(0x22b)](),this[_0x16c232(0x1f4)][_0x16c232(0x20f)][_0x16c232(0x20c)](_0x16c232(0x1ce))[_0x16c232(0x20d)](_0x523544[_0x16c232(0x232)],_0x292518));}),_0x31d293[_0x560bf2(0x20b)](_0x292518,_0x8c12e4);}}async[_0x3a9fd5(0x1d8)](_0x36da51){const _0x12f577=_0x3a9fd5;if(this[_0x12f577(0x203)][_0x12f577(0x1db)](_0x36da51))throw new _0x5d0f58(_0x12f577(0x215),null,{'channelId':_0x36da51});const _0x1801b9=this[_0x12f577(0x1f4)][_0x12f577(0x20f)][_0x12f577(0x20c)](_0x12f577(0x1ed)),_0x11aa27=new a[(_0x12f577(0x208))](_0x36da51);this[_0x12f577(0x203)][_0x12f577(0x212)](_0x36da51,_0x11aa27),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x1e8),(_0x101840,_0x2506a6)=>{const _0x25abe6=_0x12f577,{commentThreadId:_0x32d754,documentId:_0x176ea7,context:_0x191e81,attributes:_0x224e8b,resolvedAt:_0x518502,resolvedBy:_0x3cc73c,comments:_0x4e0760}=_0x2506a6;_0x1801b9[_0x25abe6(0x1e7)](_0x32d754)||_0x1801b9[_0x25abe6(0x1ea)]({'threadId':_0x32d754,'channelId':_0x176ea7,'comments':_0x4e0760?_0x4e0760[_0x25abe6(0x20e)](b):[],'context':_0x191e81,'attributes':_0x224e8b,'resolvedAt':_0x518502,'resolvedBy':_0x3cc73c,'isFromAdapter':!0x0});}),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x201),(_0xf13558,{commentThreadId:_0x2bf522,documentId:_0x23beb4,context:_0x29bc05,unlinkedAt:_0x5673b2,attributes:_0x3ac271})=>{const _0x22a6bb=_0x12f577;_0x1801b9[_0x22a6bb(0x1e7)](_0x2bf522)&&_0x1801b9[_0x22a6bb(0x207)]({'threadId':_0x2bf522,'channelId':_0x23beb4,'context':_0x29bc05,'unlinkedAt':_0x5673b2,'attributes':_0x3ac271,'isFromAdapter':!0x0});}),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x229),(_0x406f5f,{commentThreadId:_0x53328c,resolvedBy:_0x208ac6,resolvedAt:_0x1c9427})=>{const _0x57af3e=_0x12f577,_0x4e7426=_0x1801b9[_0x57af3e(0x1e7)](_0x53328c);_0x4e7426&&_0x4e7426[_0x57af3e(0x231)]({'resolvedBy':_0x208ac6,'resolvedAt':_0x1c9427,'isFromAdapter':!0x0});}),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x1d5),(_0x38f0af,{commentThreadId:_0x4aa76d})=>{const _0x5cecd5=_0x12f577,_0x2435c2=_0x1801b9[_0x5cecd5(0x1e7)](_0x4aa76d);_0x2435c2&&_0x2435c2[_0x5cecd5(0x202)]({'isFromAdapter':!0x0});}),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x228),(_0x70a958,{commentThreadId:_0xb9aa26})=>{const _0x2d5a25=_0x12f577,_0x26a9f9=_0x1801b9[_0x2d5a25(0x1e7)](_0xb9aa26);_0x26a9f9&&_0x26a9f9[_0x2d5a25(0x211)]({'isFromAdapter':!0x0});}),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x22a),(_0x48e56e,_0x574933)=>{const _0x5205b6=_0x12f577,_0x49c12d=_0x574933[_0x5205b6(0x222)],_0x4b2086=_0x1801b9[_0x5205b6(0x1e7)](_0x49c12d);_0x4b2086&&_0x4b2086[_0x5205b6(0x223)]({...b(_0x574933),'isFromAdapter':!0x0});}),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x216),(_0x55cb55,{commentThreadId:_0x4d3391,commentId:_0x1b94ed,content:_0x241361,attributes:_0x56f385})=>{const _0x3d828f=_0x12f577,_0x2d5c56=_0x1801b9[_0x3d828f(0x1e7)](_0x4d3391);if(_0x2d5c56){const _0x3dc1bc=_0x2d5c56[_0x3d828f(0x220)](_0x1b94ed);_0x3dc1bc&&_0x3dc1bc[_0x3d828f(0x214)]({'content':_0x241361,'attributes':_0x56f385,'isFromAdapter':!0x0});}}),this[_0x12f577(0x221)](_0x11aa27,_0x12f577(0x21e),(_0x375fa,{commentThreadId:_0x1dc019,commentId:_0x171fae})=>{const _0x3c407a=_0x12f577,_0x5fda04=_0x1801b9[_0x3c407a(0x1e7)](_0x1dc019);if(_0x5fda04){const _0x3fd306=_0x5fda04[_0x3c407a(0x220)](_0x171fae);_0x3fd306&&_0x3fd306[_0x3c407a(0x211)]({'isFromAdapter':!0x0});}}),await this[_0x12f577(0x1dc)](_0x36da51);}[_0x3a9fd5(0x21b)](){const _0x4bebb6=_0x3a9fd5;if(this[_0x4bebb6(0x1f4)]instanceof _0x593b2d){const _0x3cb9ec=this[_0x4bebb6(0x1f4)][_0x4bebb6(0x1e4)][_0x4bebb6(0x20c)](_0x4bebb6(0x1f3));this[_0x4bebb6(0x1d7)](_0x3cb9ec);}}[_0x3a9fd5(0x1d7)](_0x1c77db){const _0x5499e8=_0x3a9fd5;if(!this[_0x5499e8(0x203)][_0x5499e8(0x1db)](_0x1c77db))throw new _0x5d0f58(_0x5499e8(0x1d0),null,{'channelId':_0x1c77db});this[_0x5499e8(0x1f9)](_0x1c77db)[_0x5499e8(0x1e1)](),this[_0x5499e8(0x203)][_0x5499e8(0x1cf)](_0x1c77db);}async[_0x3a9fd5(0x1f0)](){const _0xff0c3=_0x3a9fd5;for(const _0x30284e of this[_0xff0c3(0x203)][_0xff0c3(0x1ec)]())await this[_0xff0c3(0x1dc)](_0x30284e);if(this[_0xff0c3(0x1f4)]instanceof _0x593b2d){const _0x53fbad=this[_0xff0c3(0x1f4)][_0xff0c3(0x1e4)][_0xff0c3(0x20c)](_0xff0c3(0x1f3)),_0x498425=this[_0xff0c3(0x1f4)][_0xff0c3(0x20f)][_0xff0c3(0x20c)](_0x2c812f);_0x498425[_0xff0c3(0x225)](_0x53fbad);const _0x2af7de=await this[_0xff0c3(0x203)][_0xff0c3(0x20c)](_0x53fbad)[_0xff0c3(0x21c)]();_0x498425[_0xff0c3(0x20b)](_0x53fbad,_0x2af7de);}}async[_0x3a9fd5(0x1dc)](_0x47e13e){const _0x2a0eb2=_0x3a9fd5,{connection:_0x5af085}=this[_0x2a0eb2(0x1f4)][_0x2a0eb2(0x20f)][_0x2a0eb2(0x20c)](_0x24bd61),_0x344d87=this[_0x2a0eb2(0x1f4)][_0x2a0eb2(0x20f)][_0x2a0eb2(0x20c)](_0x2a0eb2(0x1ed)),_0x1744e3=this[_0x2a0eb2(0x203)][_0x2a0eb2(0x20c)](_0x47e13e),_0x170af2=await _0x1744e3[_0x2a0eb2(0x210)](_0x5af085);await this[_0x2a0eb2(0x1e0)](_0x170af2);const _0x2809fc=new Set(Array[_0x2a0eb2(0x1d9)](_0x344d87[_0x2a0eb2(0x22c)]({'channelId':_0x47e13e}),_0x4d81b5=>_0x4d81b5['id']));for(const _0x3ed9a1 of _0x170af2)_0x3ed9a1[_0x2a0eb2(0x1fe)]||_0x2809fc[_0x2a0eb2(0x1cf)](_0x3ed9a1[_0x2a0eb2(0x222)]);for(const _0x55ccdb of _0x2809fc)_0x344d87[_0x2a0eb2(0x1e7)](_0x55ccdb)[_0x2a0eb2(0x211)]({'isFromAdapter':!0x0});for(const _0x18f3a8 of _0x170af2){let _0x21ba5b=_0x344d87[_0x2a0eb2(0x1e7)](_0x18f3a8[_0x2a0eb2(0x222)]);const {commentThreadId:_0x510509,context:_0x1c831c,attributes:_0x5cad02,resolvedBy:_0x22c0ce,resolvedAt:_0xb31a44,unlinkedAt:_0x1290f7,deletedAt:_0x4feba0}=_0x18f3a8;if(_0x4feba0)continue;_0x21ba5b||(_0x21ba5b=_0x344d87[_0x2a0eb2(0x1ea)]({'channelId':_0x47e13e,'threadId':_0x510509,'context':_0x1c831c,'attributes':_0x5cad02||{},'resolvedBy':_0x22c0ce,'resolvedAt':_0xb31a44,'unlinkedAt':_0x1290f7,'isFromAdapter':!0x0}));const _0x488abd=new Set(Array[_0x2a0eb2(0x1d9)](_0x21ba5b[_0x2a0eb2(0x1d3)],_0xd67976=>_0xd67976['id']));for(const _0x2928f9 of _0x18f3a8[_0x2a0eb2(0x1d3)])_0x488abd[_0x2a0eb2(0x1cf)](_0x2928f9[_0x2a0eb2(0x1fc)]);for(const _0x14bb4a of _0x488abd)_0x21ba5b[_0x2a0eb2(0x220)](_0x14bb4a)[_0x2a0eb2(0x211)]({'isFromAdapter':!0x0});for(const _0x387051 of _0x18f3a8[_0x2a0eb2(0x1d3)]){const _0x53c9b4=_0x21ba5b[_0x2a0eb2(0x220)](_0x387051[_0x2a0eb2(0x1fc)]);_0x53c9b4?_0x53c9b4[_0x2a0eb2(0x21f)]!==_0x387051[_0x2a0eb2(0x21f)]&&_0x53c9b4[_0x2a0eb2(0x214)]({'content':_0x387051[_0x2a0eb2(0x21f)],'isFromAdapter':!0x0}):_0x21ba5b[_0x2a0eb2(0x223)](Object[_0x2a0eb2(0x200)](b(_0x387051),{'isFromAdapter':!0x0}));}}}[_0x3a9fd5(0x1f9)](_0x418758){const _0x1613ef=_0x3a9fd5;if(!this[_0x1613ef(0x203)][_0x1613ef(0x1db)](_0x418758))throw new _0x5d0f58(_0x1613ef(0x21a),null,{'channelId':_0x418758});return this[_0x1613ef(0x203)][_0x1613ef(0x20c)](_0x418758);}async[_0x3a9fd5(0x1e0)](_0x40f713){const _0xbb854d=_0x3a9fd5,_0x1add4a=this[_0xbb854d(0x1f4)][_0xbb854d(0x20f)][_0xbb854d(0x20c)](_0x2267e8),{connection:_0x405369}=this[_0xbb854d(0x1f4)][_0xbb854d(0x20f)][_0xbb854d(0x20c)](_0x24bd61),_0x18163e=new Set();for(const {resolvedBy:_0x17ca50,comments:_0x5b03f2}of _0x40f713){_0x17ca50&&!_0x1add4a[_0xbb854d(0x224)](_0x17ca50)&&_0x18163e[_0xbb854d(0x1fb)](_0x17ca50);for(const {userId:_0x161d23}of _0x5b03f2)_0x1add4a[_0xbb854d(0x224)](_0x161d23)||_0x18163e[_0xbb854d(0x1fb)](_0x161d23);}if(0x0===_0x18163e[_0xbb854d(0x1d2)])return;const _0x99687d=await _0x32e60c[_0xbb854d(0x22d)](_0x405369,Array[_0xbb854d(0x1d9)](_0x18163e));for(const _0x54d282 of _0x99687d)_0x1add4a[_0xbb854d(0x224)](_0x54d282['id'])||_0x1add4a[_0xbb854d(0x1f5)](_0x54d282);}}function _0x22f2(_0x5d1326,_0x2a3a5d){const _0x36b6bf=_0x36b6();return _0x22f2=function(_0x22f263,_0x5cf53d){_0x22f263=_0x22f263-0x1ce;let _0x55b27a=_0x36b6bf[_0x22f263];return _0x55b27a;},_0x22f2(_0x5d1326,_0x2a3a5d);}a[_0x3a9fd5(0x208)]=_0x382426;export default a;async function y(_0x202063){const _0x2121a4=_0x3a9fd5;if(_0x2121a4(0x1ee)!==_0x202063[_0x2121a4(0x1eb)])throw _0x202063;}function w(_0x485452){const _0x41b015=_0x3a9fd5;if((_0x3e0ca1=_0x485452)[_0x41b015(0x1e9)][_0x41b015(0x1f8)](_0x41b015(0x1f2))||_0x3e0ca1[_0x41b015(0x1e9)][_0x41b015(0x1f8)](_0x41b015(0x219))||_0x3e0ca1[_0x41b015(0x1e9)][_0x41b015(0x1f8)](_0x41b015(0x1e2)))return new Promise(()=>{});var _0x3e0ca1;throw _0x485452;}function b(_0xbf611){const _0x47c159=_0x3a9fd5;return{'threadId':_0xbf611[_0x47c159(0x222)],'commentId':_0xbf611[_0x47c159(0x1fc)],'content':_0xbf611[_0x47c159(0x21f)],'createdAt':_0xbf611[_0x47c159(0x22e)],'authorId':_0xbf611[_0x47c159(0x1fd)],'attributes':_0xbf611[_0x47c159(0x209)]||{}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x16d5(_0x40882b,_0x55889a){const _0x223160=_0x2231();return _0x16d5=function(_0x16d51,_0x2d5748){_0x16d51=_0x16d51-0x17e;let _0x5af6ca=_0x223160[_0x16d51];return _0x5af6ca;},_0x16d5(_0x40882b,_0x55889a);}const _0x1c80ee=_0x16d5;function _0x2231(){const _0xb4155f=['init','connected','9pBiXgt','2096271rvZqrk','destroy','CommentsEditing','isThreadsLoadingPaused','160788pIpzRn','collaboration.channelId','CommentsRepository','_setUpService','_terminateService','58ZuUiEO','get','5345208heQuGi','Comments','data','change:state','2984065BozlBd','editor','2155390EYxnFP','ready','config','plugins','once','8350mQiKFm','pluginName','requires','5155256NhamkT','listenTo','switchReadOnly','RealTimeCollaborativeComments'];_0x2231=function(){return _0xb4155f;};return _0x2231();}(function(_0x4da1ef,_0x5ea8b4){const _0x535b66=_0x16d5,_0x466f56=_0x4da1ef();while(!![]){try{const _0x784ec4=-parseInt(_0x535b66(0x191))/0x1*(-parseInt(_0x535b66(0x17e))/0x2)+parseInt(_0x535b66(0x187))/0x3*(-parseInt(_0x535b66(0x18c))/0x4)+parseInt(_0x535b66(0x199))/0x5+-parseInt(_0x535b66(0x193))/0x6+parseInt(_0x535b66(0x197))/0x7+parseInt(_0x535b66(0x181))/0x8+-parseInt(_0x535b66(0x188))/0x9;if(_0x784ec4===_0x5ea8b4)break;else _0x466f56['push'](_0x466f56['shift']());}catch(_0x464f4a){_0x466f56['push'](_0x466f56['shift']());}}}(_0x2231,0x79f60));import{Plugin as _0x3d09ff}from'ckeditor5/src/core.js';import _0x4386d3 from'./realtimecollaborativecomments/cloudservicescommentsadapter.js';import _0x159311 from'./realtimecollaborativeediting.js';import _0xec2001 from'./realtimecollaborativeediting/websocketgateway.js';export default class m extends _0x3d09ff{static get[_0x1c80ee(0x180)](){const _0x8edee1=_0x1c80ee;return[_0x8edee1(0x194),_0x4386d3,_0x159311,_0xec2001];}static get[_0x1c80ee(0x17f)](){const _0x186366=_0x1c80ee;return _0x186366(0x184);}[_0x1c80ee(0x185)](){const _0x5e6d1d=_0x1c80ee,_0x36a2e6=this[_0x5e6d1d(0x198)][_0x5e6d1d(0x19c)][_0x5e6d1d(0x192)](_0xec2001),_0x369190=this[_0x5e6d1d(0x198)][_0x5e6d1d(0x19c)][_0x5e6d1d(0x192)](_0x5e6d1d(0x18a)),_0x1fdb44=this[_0x5e6d1d(0x198)][_0x5e6d1d(0x19c)][_0x5e6d1d(0x192)](_0x4386d3);return this[_0x5e6d1d(0x198)][_0x5e6d1d(0x195)][_0x5e6d1d(0x19d)](_0x5e6d1d(0x19a),()=>{const _0x1e2182=_0x5e6d1d;this[_0x1e2182(0x182)](_0x36a2e6,_0x1e2182(0x196),(_0x511374,_0x3ebe39,_0x27aee0)=>{const _0x37c539=_0x1e2182;_0x369190[_0x37c539(0x18b)]=_0x37c539(0x186)!==_0x27aee0;});}),this[_0x5e6d1d(0x182)](_0x36a2e6,_0x5e6d1d(0x196),(_0x4a30ef,_0x269e63,_0x127674)=>{const _0x590b5f=_0x5e6d1d;this[_0x590b5f(0x198)][_0x590b5f(0x19c)][_0x590b5f(0x192)](_0x590b5f(0x18e))[_0x590b5f(0x183)](_0x590b5f(0x186)!==_0x127674);}),_0x1fdb44[_0x5e6d1d(0x18f)](this[_0x5e6d1d(0x198)][_0x5e6d1d(0x19b)][_0x5e6d1d(0x192)](_0x5e6d1d(0x18d)));}[_0x1c80ee(0x189)](){const _0x549a37=_0x1c80ee;this[_0x549a37(0x198)][_0x549a37(0x19c)][_0x549a37(0x192)](_0x4386d3)[_0x549a37(0x190)](this[_0x549a37(0x198)][_0x549a37(0x19b)][_0x549a37(0x192)](_0x549a37(0x18d))),super[_0x549a37(0x189)]();}}
23
+ const _0x51ff23=_0xf81d;(function(_0x60d6f6,_0x18d288){const _0x167333=_0xf81d,_0x142240=_0x60d6f6();while(!![]){try{const _0x27e7ce=-parseInt(_0x167333(0x155))/0x1*(-parseInt(_0x167333(0x16e))/0x2)+parseInt(_0x167333(0x165))/0x3*(parseInt(_0x167333(0x163))/0x4)+parseInt(_0x167333(0x160))/0x5*(parseInt(_0x167333(0x16a))/0x6)+-parseInt(_0x167333(0x159))/0x7*(-parseInt(_0x167333(0x158))/0x8)+parseInt(_0x167333(0x176))/0x9*(parseInt(_0x167333(0x156))/0xa)+-parseInt(_0x167333(0x15e))/0xb+-parseInt(_0x167333(0x157))/0xc*(parseInt(_0x167333(0x175))/0xd);if(_0x27e7ce===_0x18d288)break;else _0x142240['push'](_0x142240['shift']());}catch(_0x3051b1){_0x142240['push'](_0x142240['shift']());}}}(_0x189b,0x2b4a4));import{Plugin as _0x3cd22c}from'ckeditor5/src/core.js';import _0x2c8464 from'./realtimecollaborativecomments/cloudservicescommentsadapter.js';function _0xf81d(_0x5eb6c0,_0x3dd50c){const _0x189b6d=_0x189b();return _0xf81d=function(_0xf81de7,_0x2aaf72){_0xf81de7=_0xf81de7-0x154;let _0xefde9a=_0x189b6d[_0xf81de7];return _0xefde9a;},_0xf81d(_0x5eb6c0,_0x3dd50c);}function _0x189b(){const _0xf6e4a8=['163665XPNKqz','_setUpService','editor','129SdpyOD','10NtxJlu','84cGzqfT','68344HjKIpw','280rDaLSj','collaboration.channelId','get','once','plugins','117799ITKmDP','init','12755cHrcXX','connected','destroy','23620ZxRPBQ','isThreadsLoadingPaused','69LJigmp','requires','CommentsEditing','data','change:state','606deFzwm','pluginName','Comments','ready','958cpXJWE','listenTo','_terminateService','config','RealTimeCollaborativeComments','switchReadOnly','CommentsRepository','1164683GOxRjh'];_0x189b=function(){return _0xf6e4a8;};return _0x189b();}import _0x32efbe from'./realtimecollaborativeediting.js';import _0x2c3bd3 from'./realtimecollaborativeediting/websocketgateway.js';export default class m extends _0x3cd22c{static get[_0x51ff23(0x166)](){const _0x3ad6fe=_0x51ff23;return[_0x3ad6fe(0x16c),_0x2c8464,_0x32efbe,_0x2c3bd3];}static get[_0x51ff23(0x16b)](){const _0x4ea155=_0x51ff23;return _0x4ea155(0x172);}[_0x51ff23(0x15f)](){const _0x337c5d=_0x51ff23,_0x416adb=this[_0x337c5d(0x154)][_0x337c5d(0x15d)][_0x337c5d(0x15b)](_0x2c3bd3),_0x2ab982=this[_0x337c5d(0x154)][_0x337c5d(0x15d)][_0x337c5d(0x15b)](_0x337c5d(0x167)),_0x389ff0=this[_0x337c5d(0x154)][_0x337c5d(0x15d)][_0x337c5d(0x15b)](_0x2c8464);return this[_0x337c5d(0x154)][_0x337c5d(0x168)][_0x337c5d(0x15c)](_0x337c5d(0x16d),()=>{const _0x38ccd4=_0x337c5d;this[_0x38ccd4(0x16f)](_0x416adb,_0x38ccd4(0x169),(_0x2b6c84,_0x37a31b,_0xa613bf)=>{const _0x3321d6=_0x38ccd4;_0x2ab982[_0x3321d6(0x164)]=_0x3321d6(0x161)!==_0xa613bf;});}),this[_0x337c5d(0x16f)](_0x416adb,_0x337c5d(0x169),(_0x4aef74,_0x2031ef,_0x3cce99)=>{const _0x1321e3=_0x337c5d;this[_0x1321e3(0x154)][_0x1321e3(0x15d)][_0x1321e3(0x15b)](_0x1321e3(0x174))[_0x1321e3(0x173)](_0x1321e3(0x161)!==_0x3cce99);}),_0x389ff0[_0x337c5d(0x177)](this[_0x337c5d(0x154)][_0x337c5d(0x171)][_0x337c5d(0x15b)](_0x337c5d(0x15a)));}[_0x51ff23(0x162)](){const _0x31afbc=_0x51ff23;this[_0x31afbc(0x154)][_0x31afbc(0x15d)][_0x31afbc(0x15b)](_0x2c8464)[_0x31afbc(0x170)](this[_0x31afbc(0x154)][_0x31afbc(0x171)][_0x31afbc(0x15b)](_0x31afbc(0x15a))),super[_0x31afbc(0x162)]();}}