@univerjs-pro/collaboration-client 0.17.0 → 0.18.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 (95) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.js +1 -1
  31. package/lib/locale/ca-ES.js +1 -1
  32. package/lib/locale/en-US.js +1 -1
  33. package/lib/locale/es-ES.js +1 -1
  34. package/lib/locale/fa-IR.js +1 -1
  35. package/lib/locale/fr-FR.js +1 -1
  36. package/lib/locale/ja-JP.js +1 -1
  37. package/lib/locale/ko-KR.js +1 -1
  38. package/lib/locale/ru-RU.js +1 -1
  39. package/lib/locale/sk-SK.js +1 -1
  40. package/lib/locale/vi-VN.js +1 -1
  41. package/lib/locale/zh-CN.js +1 -1
  42. package/lib/locale/zh-TW.js +1 -1
  43. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +8 -5
  44. package/lib/types/controllers/collaboration/collaboration-state.d.ts +6 -4
  45. package/lib/types/controllers/collaboration/collaboration.controller.d.ts +4 -3
  46. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +4 -4
  47. package/lib/types/controllers/config.schema.d.ts +2 -2
  48. package/lib/types/controllers/telemetry.d.ts +1 -1
  49. package/lib/types/facade/f-collaboration.d.ts +6 -4
  50. package/lib/types/facade/f-event.d.ts +2 -2
  51. package/lib/types/facade/f-univer.d.ts +1 -1
  52. package/lib/types/locale/ca-ES.d.ts +1 -1
  53. package/lib/types/locale/es-ES.d.ts +1 -1
  54. package/lib/types/locale/fa-IR.d.ts +1 -1
  55. package/lib/types/locale/fr-FR.d.ts +1 -1
  56. package/lib/types/locale/ja-JP.d.ts +1 -1
  57. package/lib/types/locale/ko-KR.d.ts +1 -1
  58. package/lib/types/locale/ru-RU.d.ts +1 -1
  59. package/lib/types/locale/sk-SK.d.ts +1 -1
  60. package/lib/types/locale/vi-VN.d.ts +1 -1
  61. package/lib/types/locale/zh-CN.d.ts +1 -1
  62. package/lib/types/locale/zh-TW.d.ts +1 -1
  63. package/lib/types/plugin.d.ts +1 -1
  64. package/lib/types/services/auth-server/authz-io-http.service.d.ts +3 -2
  65. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  66. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +6 -4
  67. package/lib/types/services/collaboration-ui-event/collaboration-ui-event.d.ts +1 -1
  68. package/lib/types/services/comment/comment.service.d.ts +2 -2
  69. package/lib/types/services/data-loader/data-loader.service.d.ts +3 -2
  70. package/lib/types/services/image-remote/image-io.service.d.ts +6 -4
  71. package/lib/types/services/local-cache/local-cache.service.d.ts +4 -4
  72. package/lib/types/services/member/member.service.d.ts +4 -3
  73. package/lib/types/services/mention-server/mention-io-http.service.d.ts +2 -1
  74. package/lib/types/services/network-condition/network-condition.service.d.ts +2 -2
  75. package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +2 -1
  76. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +2 -2
  77. package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +2 -2
  78. package/lib/types/services/socket/collaboration-socket.service.d.ts +9 -6
  79. package/lib/types/services/socket/serialize.d.ts +1 -1
  80. package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +4 -2
  81. package/lib/umd/facade.js +1 -1
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-TW.js +1 -1
  95. package/package.json +14 -13
@@ -1 +1 @@
1
- 'use strict';function _0x37e5(_0x4fa548,_0x3d0b22){_0x4fa548=_0x4fa548-0x19f;const _0x326e80=_0x326e();let _0x37e569=_0x326e80[_0x4fa548];return _0x37e569;}const _0x3004c7=_0x37e5;(function(_0x4e2e2b,_0x162ea0){const _0x593620=_0x37e5,_0x15142d=_0x4e2e2b();while(!![]){try{const _0x3585ec=parseInt(_0x593620(0x1a4))/0x1*(parseInt(_0x593620(0x1b2))/0x2)+parseInt(_0x593620(0x1a7))/0x3*(parseInt(_0x593620(0x1ba))/0x4)+parseInt(_0x593620(0x1b4))/0x5+-parseInt(_0x593620(0x1b6))/0x6*(parseInt(_0x593620(0x1a6))/0x7)+-parseInt(_0x593620(0x1b5))/0x8+-parseInt(_0x593620(0x1b0))/0x9*(-parseInt(_0x593620(0x1bd))/0xa)+-parseInt(_0x593620(0x19f))/0xb*(-parseInt(_0x593620(0x1aa))/0xc);if(_0x3585ec===_0x162ea0)break;else _0x15142d['push'](_0x15142d['shift']());}catch(_0x176dfc){_0x15142d['push'](_0x15142d['shift']());}}}(_0x326e,0xc3d9c));function _0x326e(){const _0x32aa04=['Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','1406760HVfbFp','1660571mhNQOg','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','Connection\x20failed.\x20Please\x20check\x20your\x20network.','exports','1ZzgQMF','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','7TdQjBV','3cfKnud','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','24juzxQU','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Syncing\x20server\x20data...','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Syncing...','18GHKeSK','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','2062048joRrml','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','439475ZIwzrB','12598088pPNbMn','1574670QhMAZn','Local\x20file','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Click\x20to\x20Reconnect','3748868ORbEtR','Collaboration\x20Conflict'];_0x326e=function(){return _0x32aa04;};return _0x326e();}const e={'collab-client':{'tooltip':{'reconnect':_0x3004c7(0x1b9)}},'collabStatus':{'fetchMiss':_0x3004c7(0x1ad),'conflict':_0x3004c7(0x1a1),'notCollab':_0x3004c7(0x1b7),'synced':'Synced','syncing':_0x3004c7(0x1af),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x3004c7(0x1a2),'will-retry':_0x3004c7(0x1ae),'room-full':_0x3004c7(0x1b1),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x3004c7(0x1a0),'room-permission-denied':_0x3004c7(0x1a8),'room-cnt-exceeds':_0x3004c7(0x1b3),'collaboration-timeout':_0x3004c7(0x1a5)},'conflict':{'title':_0x3004c7(0x1bb),'content':_0x3004c7(0x1a9)},'permission':{'title':'Authentication\x20Error','content':_0x3004c7(0x1ac)},'collaboration':{'single-unit':{'warning':_0x3004c7(0x1ab)},'closeRoom':_0x3004c7(0x1b8)},'auth':{'needGotoLoginAlert':_0x3004c7(0x1bc)}},o=e;module[_0x3004c7(0x1a3)]=o;
1
+ const _0x12076e=_0x4cc1;(function(_0x6388f1,_0x3f2165){const _0x1cc3ae=_0x4cc1,_0x48e409=_0x6388f1();while(!![]){try{const _0x2ff4fe=parseInt(_0x1cc3ae(0x1e6))/0x1*(parseInt(_0x1cc3ae(0x1ed))/0x2)+-parseInt(_0x1cc3ae(0x1eb))/0x3+parseInt(_0x1cc3ae(0x1f3))/0x4*(parseInt(_0x1cc3ae(0x1ee))/0x5)+parseInt(_0x1cc3ae(0x1e8))/0x6+-parseInt(_0x1cc3ae(0x1e1))/0x7+parseInt(_0x1cc3ae(0x1de))/0x8+parseInt(_0x1cc3ae(0x1ea))/0x9*(-parseInt(_0x1cc3ae(0x1f5))/0xa);if(_0x2ff4fe===_0x3f2165)break;else _0x48e409['push'](_0x48e409['shift']());}catch(_0x5cbda2){_0x48e409['push'](_0x48e409['shift']());}}}(_0x2eb1,0xd893d));function _0x2eb1(){const _0x3e96dc=['No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','2575433TfdgKm','exports','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Collaboration\x20Conflict','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','187PVsOlI','Connection\x20failed.\x20Please\x20check\x20your\x20network.','1315242CxhSvL','Click\x20to\x20Reconnect','12573513exciCv','2878803BjQAit','Authentication\x20Error','14526IRCFBY','4990MFZBIk','Local\x20file','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1572FzBOMu','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','10NitPdD','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing...','13136608mXyNKV'];_0x2eb1=function(){return _0x3e96dc;};return _0x2eb1();}function _0x4cc1(_0x407b2c,_0x4a5032){_0x407b2c=_0x407b2c-0x1dd;const _0x2eb114=_0x2eb1();let _0x4cc1eb=_0x2eb114[_0x407b2c];return _0x4cc1eb;}const e={'collab-client':{'tooltip':{'reconnect':_0x12076e(0x1e9)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x12076e(0x1ef),'synced':'Synced','syncing':_0x12076e(0x1dd),'offline':_0x12076e(0x1f1)},'session':{'connection-failed':_0x12076e(0x1e7),'will-retry':_0x12076e(0x1f4),'room-full':_0x12076e(0x1e0),'join-failed':_0x12076e(0x1f6),'room-not-exists':_0x12076e(0x1e5),'room-permission-denied':_0x12076e(0x1df),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x12076e(0x1e4),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x12076e(0x1ec),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0x12076e(0x1f0)},'closeRoom':_0x12076e(0x1f2)},'auth':{'needGotoLoginAlert':_0x12076e(0x1e3)}};module[_0x12076e(0x1e2)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0x914aa8=_0x570e;function _0x263a(){const _0x5baab9=['Collaboration\x20Conflict','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Local\x20file','287808aOYvRV','Synced','24710YPapxf','Edit\x20conflicts','3765ygokYP','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','76LcLYup','205800TlBDxM','Authentication\x20Error','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','76Nzpxxr','6466520LLwIBS','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Syncing...','1759293bqswgE','exports','126991bpMgXZ','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','12AfAirj','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x263a=function(){return _0x5baab9;};return _0x263a();}(function(_0x2526dd,_0x207dc0){const _0x3e1dcb=_0x570e,_0x440d2b=_0x2526dd();while(!![]){try{const _0x2aa578=-parseInt(_0x3e1dcb(0x1b5))/0x1+parseInt(_0x3e1dcb(0x1ab))/0x2*(-parseInt(_0x3e1dcb(0x1a7))/0x3)+parseInt(_0x3e1dcb(0x1af))/0x4*(-parseInt(_0x3e1dcb(0x1a5))/0x5)+parseInt(_0x3e1dcb(0x19e))/0x6*(parseInt(_0x3e1dcb(0x1ac))/0x7)+parseInt(_0x3e1dcb(0x1a3))/0x8+-parseInt(_0x3e1dcb(0x1b3))/0x9+parseInt(_0x3e1dcb(0x1b0))/0xa;if(_0x2aa578===_0x207dc0)break;else _0x440d2b['push'](_0x440d2b['shift']());}catch(_0x2d5b99){_0x440d2b['push'](_0x440d2b['shift']());}}}(_0x263a,0x43b7c));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x914aa8(0x1a6),'notCollab':_0x914aa8(0x1a2),'synced':_0x914aa8(0x1a4),'syncing':_0x914aa8(0x1b2),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x914aa8(0x1b1),'will-retry':_0x914aa8(0x1ae),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x914aa8(0x19f),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x914aa8(0x1b7),'collaboration-timeout':_0x914aa8(0x1a9)},'conflict':{'title':_0x914aa8(0x1a0),'content':_0x914aa8(0x1b6)},'permission':{'title':_0x914aa8(0x1ad),'content':_0x914aa8(0x1a1)},'collaboration':{'single-unit':{'warning':_0x914aa8(0x1a8)},'closeRoom':_0x914aa8(0x1aa)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};function _0x570e(_0x42710c,_0x4149c0){_0x42710c=_0x42710c-0x19e;const _0x263a0d=_0x263a();let _0x570e12=_0x263a0d[_0x42710c];return _0x570e12;}module[_0x914aa8(0x1b4)]=e;
1
+ function _0x7010(_0x5d47cc,_0x558ad9){_0x5d47cc=_0x5d47cc-0x191;const _0x5c805a=_0x5c80();let _0x7010e1=_0x5c805a[_0x5d47cc];return _0x7010e1;}function _0x5c80(){const _0x50e90c=['exports','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1265148NkpLzc','897988hdskKX','1359PaKMhO','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','4FqzSkg','Local\x20file','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','384268hdIOFU','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Syncing...','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Synced','Edit\x20conflicts','Click\x20to\x20Reconnect','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','386617ADzJRR','5ApLrKt','50EgQhLT','120489nYnrfg','2404buvyah','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing\x20server\x20data...','256exOEwj'];_0x5c80=function(){return _0x50e90c;};return _0x5c80();}const _0x5952d0=_0x7010;(function(_0x9ec004,_0x25f838){const _0x1ad6ef=_0x7010,_0x3795b1=_0x9ec004();while(!![]){try{const _0x2065a5=parseInt(_0x1ad6ef(0x19d))/0x1*(parseInt(_0x1ad6ef(0x1aa))/0x2)+parseInt(_0x1ad6ef(0x19c))/0x3+parseInt(_0x1ad6ef(0x1b0))/0x4*(-parseInt(_0x1ad6ef(0x19a))/0x5)+parseInt(_0x1ad6ef(0x1a5))/0x6+parseInt(_0x1ad6ef(0x1a6))/0x7+parseInt(_0x1ad6ef(0x1a1))/0x8*(-parseInt(_0x1ad6ef(0x1a7))/0x9)+-parseInt(_0x1ad6ef(0x19b))/0xa*(parseInt(_0x1ad6ef(0x199))/0xb);if(_0x2065a5===_0x25f838)break;else _0x3795b1['push'](_0x3795b1['shift']());}catch(_0x4434b3){_0x3795b1['push'](_0x3795b1['shift']());}}}(_0x5c80,0x1a3d7));const e={'collab-client':{'tooltip':{'reconnect':_0x5952d0(0x197)}},'collabStatus':{'fetchMiss':_0x5952d0(0x1a0),'conflict':_0x5952d0(0x196),'notCollab':_0x5952d0(0x1ab),'synced':_0x5952d0(0x195),'syncing':_0x5952d0(0x193),'offline':_0x5952d0(0x194)},'session':{'connection-failed':_0x5952d0(0x1af),'will-retry':_0x5952d0(0x192),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x5952d0(0x1a3),'room-not-exists':_0x5952d0(0x1a4),'room-permission-denied':_0x5952d0(0x1a8),'room-cnt-exceeds':_0x5952d0(0x19e),'collaboration-timeout':_0x5952d0(0x198)},'conflict':{'title':_0x5952d0(0x1ae),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x5952d0(0x1ac),'content':_0x5952d0(0x191)},'collaboration':{'single-unit':{'warning':_0x5952d0(0x1a9)},'closeRoom':_0x5952d0(0x1ad)},'auth':{'needGotoLoginAlert':_0x5952d0(0x19f)}};module[_0x5952d0(0x1a2)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0x241feb=_0x1361;function _0x1731(){const _0x144a67=['There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','10199SfBxVL','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...','45081BmiSvB','Local\x20file','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','33629EGWvZO','228595AvPXCe','6wKFkMe','6746487PBDxxM','Connection\x20failed.\x20Please\x20check\x20your\x20network.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','5363544ueFZmF','Collaboration\x20Conflict','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Authentication\x20Error','1084806kuWGeK','Syncing...','8iGborR','4aGRDDl','3368WlNdpz','Edit\x20conflicts','Synced','510jGUeXY','exports'];_0x1731=function(){return _0x144a67;};return _0x1731();}function _0x1361(_0x2f0d6a,_0x3748bb){_0x2f0d6a=_0x2f0d6a-0xb2;const _0x173142=_0x1731();let _0x136106=_0x173142[_0x2f0d6a];return _0x136106;}(function(_0x39a976,_0x1fbef3){const _0x186849=_0x1361,_0x1ba946=_0x39a976();while(!![]){try{const _0x508f6e=parseInt(_0x186849(0xba))/0x1*(parseInt(_0x186849(0xc9))/0x2)+parseInt(_0x186849(0xc7))/0x3*(-parseInt(_0x186849(0xca))/0x4)+-parseInt(_0x186849(0xbb))/0x5*(-parseInt(_0x186849(0xbc))/0x6)+parseInt(_0x186849(0xb2))/0x7*(parseInt(_0x186849(0xcb))/0x8)+parseInt(_0x186849(0xb7))/0x9*(-parseInt(_0x186849(0xce))/0xa)+parseInt(_0x186849(0xbd))/0xb+-parseInt(_0x186849(0xc2))/0xc;if(_0x508f6e===_0x1fbef3)break;else _0x1ba946['push'](_0x1ba946['shift']());}catch(_0x4aa1e7){_0x1ba946['push'](_0x1ba946['shift']());}}}(_0x1731,0x53b8e));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x241feb(0xb6),'conflict':_0x241feb(0xcc),'notCollab':_0x241feb(0xb8),'synced':_0x241feb(0xcd),'syncing':_0x241feb(0xc8),'offline':_0x241feb(0xc5)},'session':{'connection-failed':_0x241feb(0xbe),'will-retry':_0x241feb(0xb3),'room-full':_0x241feb(0xb5),'join-failed':_0x241feb(0xb4),'room-not-exists':_0x241feb(0xc1),'room-permission-denied':_0x241feb(0xbf),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x241feb(0xc3),'content':_0x241feb(0xd0)},'permission':{'title':_0x241feb(0xc6),'content':_0x241feb(0xc4)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x241feb(0xc0)},'auth':{'needGotoLoginAlert':_0x241feb(0xb9)}},o=e;module[_0x241feb(0xcf)]=o;
1
+ function _0x2295(_0x5d9e40,_0xa75397){_0x5d9e40=_0x5d9e40-0x10a;const _0x5bd305=_0x5bd3();let _0x22954f=_0x5bd305[_0x5d9e40];return _0x22954f;}const _0x4dd28e=_0x2295;(function(_0x422898,_0x2e8445){const _0x1ecb1a=_0x2295,_0x1b5165=_0x422898();while(!![]){try{const _0x5a5f01=-parseInt(_0x1ecb1a(0x125))/0x1*(parseInt(_0x1ecb1a(0x11c))/0x2)+parseInt(_0x1ecb1a(0x11a))/0x3*(parseInt(_0x1ecb1a(0x119))/0x4)+-parseInt(_0x1ecb1a(0x118))/0x5+parseInt(_0x1ecb1a(0x10e))/0x6+-parseInt(_0x1ecb1a(0x121))/0x7*(-parseInt(_0x1ecb1a(0x123))/0x8)+parseInt(_0x1ecb1a(0x127))/0x9*(parseInt(_0x1ecb1a(0x111))/0xa)+-parseInt(_0x1ecb1a(0x11f))/0xb*(parseInt(_0x1ecb1a(0x114))/0xc);if(_0x5a5f01===_0x2e8445)break;else _0x1b5165['push'](_0x1b5165['shift']());}catch(_0x3ae558){_0x1b5165['push'](_0x1b5165['shift']());}}}(_0x5bd3,0xc1641));const e={'collab-client':{'tooltip':{'reconnect':_0x4dd28e(0x10a)}},'collabStatus':{'fetchMiss':_0x4dd28e(0x122),'conflict':'Edit\x20conflicts','notCollab':_0x4dd28e(0x10d),'synced':_0x4dd28e(0x11b),'syncing':_0x4dd28e(0x120),'offline':_0x4dd28e(0x11d)},'session':{'connection-failed':_0x4dd28e(0x116),'will-retry':_0x4dd28e(0x110),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x4dd28e(0x124),'room-not-exists':_0x4dd28e(0x10c),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x4dd28e(0x126),'collaboration-timeout':_0x4dd28e(0x10b)},'conflict':{'title':_0x4dd28e(0x115),'content':_0x4dd28e(0x113)},'permission':{'title':_0x4dd28e(0x112),'content':_0x4dd28e(0x10f)},'collaboration':{'single-unit':{'warning':_0x4dd28e(0x117)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x4dd28e(0x11e)}};module['exports']=e;function _0x5bd3(){const _0x1651e8=['799356MDmlIz','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','6257845oOpViJ','680nkmTsF','11730tzcgAC','Synced','86CreNej','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','154giClPI','Syncing...','9258193TGHUof','Syncing\x20server\x20data...','8yHUuwd','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','10909mJwVNN','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1968030gaSvIf','Click\x20to\x20Reconnect','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Local\x20file','2188308mOVnjy','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','50QUDNdx','Authentication\x20Error','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'];_0x5bd3=function(){return _0x1651e8;};return _0x5bd3();}
@@ -1 +1 @@
1
- 'use strict';function _0x2886(){const _0x8df771=['همگام\x20سازی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','65148kaTMbu','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','927JVRzOo','263945dULdPZ','2001876vDcXzD','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','6290oFiqnL','تداخل\x20همکاری','72nvFgZS','595Kjsmhn','1083588UcRFnV','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','1457328nODxAd','تداخل\x20ویرایش','پرونده\x20محلی','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','خطای\x20اعتبارسنجی','در\x20حال\x20همگام\x20سازی...','93592lDwdpa'];_0x2886=function(){return _0x8df771;};return _0x2886();}function _0x4202(_0x3aed08,_0x5b9be2){_0x3aed08=_0x3aed08-0xcf;const _0x288607=_0x2886();let _0x42020c=_0x288607[_0x3aed08];return _0x42020c;}const _0x1784c1=_0x4202;(function(_0x4e0f11,_0x3ede8c){const _0x5155f4=_0x4202,_0x31a00d=_0x4e0f11();while(!![]){try{const _0x499e44=-parseInt(_0x5155f4(0xcf))/0x1+parseInt(_0x5155f4(0xd4))/0x2+parseInt(_0x5155f4(0xda))/0x3+-parseInt(_0x5155f4(0xdd))/0x4+parseInt(_0x5155f4(0xd3))/0x5*(parseInt(_0x5155f4(0xd8))/0x6)+parseInt(_0x5155f4(0xd9))/0x7*(-parseInt(_0x5155f4(0xe3))/0x8)+parseInt(_0x5155f4(0xd2))/0x9*(-parseInt(_0x5155f4(0xd6))/0xa);if(_0x499e44===_0x3ede8c)break;else _0x31a00d['push'](_0x31a00d['shift']());}catch(_0x4171bd){_0x31a00d['push'](_0x31a00d['shift']());}}}(_0x2886,0x7bc28));const o={'collab-client':{'tooltip':{'reconnect':_0x1784c1(0xd0)}},'collabStatus':{'fetchMiss':_0x1784c1(0xe0),'conflict':_0x1784c1(0xde),'notCollab':_0x1784c1(0xdf),'synced':_0x1784c1(0xe4),'syncing':_0x1784c1(0xe2),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x1784c1(0xdb),'will-retry':_0x1784c1(0xd5),'room-full':'ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','join-failed':_0x1784c1(0xd1),'room-not-exists':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-permission-denied':'دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-cnt-exceeds':_0x1784c1(0xdc),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.'},'conflict':{'title':_0x1784c1(0xd7),'content':_0x1784c1(0xe5)},'permission':{'title':_0x1784c1(0xe1),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'single-unit':{'warning':'شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.'},'closeRoom':'امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'},'auth':{'needGotoLoginAlert':'ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}};module['exports']=o;
1
+ const _0x3d6f0f=_0x288f;function _0x288f(_0x2e58c2,_0xadfca8){_0x2e58c2=_0x2e58c2-0x13c;const _0x2ce622=_0x2ce6();let _0x288fc6=_0x2ce622[_0x2e58c2];return _0x288fc6;}(function(_0x644514,_0x5c2afa){const _0x50c27d=_0x288f,_0x26d3e8=_0x644514();while(!![]){try{const _0x2d93da=parseInt(_0x50c27d(0x146))/0x1*(parseInt(_0x50c27d(0x13c))/0x2)+-parseInt(_0x50c27d(0x13e))/0x3+-parseInt(_0x50c27d(0x156))/0x4+-parseInt(_0x50c27d(0x153))/0x5*(parseInt(_0x50c27d(0x14c))/0x6)+parseInt(_0x50c27d(0x149))/0x7+-parseInt(_0x50c27d(0x151))/0x8+-parseInt(_0x50c27d(0x143))/0x9*(-parseInt(_0x50c27d(0x13d))/0xa);if(_0x2d93da===_0x5c2afa)break;else _0x26d3e8['push'](_0x26d3e8['shift']());}catch(_0x30beb8){_0x26d3e8['push'](_0x26d3e8['shift']());}}}(_0x2ce6,0xdf3f5));const e={'collab-client':{'tooltip':{'reconnect':_0x3d6f0f(0x14e)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x3d6f0f(0x147),'notCollab':_0x3d6f0f(0x150),'synced':_0x3d6f0f(0x148),'syncing':_0x3d6f0f(0x14b),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x3d6f0f(0x14a),'will-retry':_0x3d6f0f(0x14d),'room-full':_0x3d6f0f(0x141),'join-failed':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-not-exists':_0x3d6f0f(0x13f),'room-permission-denied':_0x3d6f0f(0x142),'room-cnt-exceeds':'تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','collaboration-timeout':_0x3d6f0f(0x145)},'conflict':{'title':_0x3d6f0f(0x154),'content':_0x3d6f0f(0x157)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x3d6f0f(0x144)},'collaboration':{'single-unit':{'warning':_0x3d6f0f(0x155)},'closeRoom':_0x3d6f0f(0x140)},'auth':{'needGotoLoginAlert':_0x3d6f0f(0x152)}};module[_0x3d6f0f(0x14f)]=e;function _0x2ce6(){const _0x19844b=['25356290tRjyuT','3344532CybyUy','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','9xvqiNF','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','161WJZdaa','تداخل\x20ویرایش','همگام\x20سازی','2609817MHccXy','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','در\x20حال\x20همگام\x20سازی...','2442774Iesnpc','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','exports','پرونده\x20محلی','8859784TloCAo','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','5xBKFgY','تداخل\x20همکاری','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','1947696HLGPzH','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','13942bsMkQp'];_0x2ce6=function(){return _0x19844b;};return _0x2ce6();}
@@ -1 +1 @@
1
- 'use strict';const _0x53b957=_0x5adc;(function(_0x21aa8e,_0x1afb15){const _0x57adaf=_0x5adc,_0x455395=_0x21aa8e();while(!![]){try{const _0x3e3138=-parseInt(_0x57adaf(0x199))/0x1*(parseInt(_0x57adaf(0x17e))/0x2)+-parseInt(_0x57adaf(0x189))/0x3*(-parseInt(_0x57adaf(0x193))/0x4)+parseInt(_0x57adaf(0x17f))/0x5*(parseInt(_0x57adaf(0x192))/0x6)+-parseInt(_0x57adaf(0x180))/0x7+parseInt(_0x57adaf(0x197))/0x8+-parseInt(_0x57adaf(0x198))/0x9*(parseInt(_0x57adaf(0x185))/0xa)+-parseInt(_0x57adaf(0x187))/0xb;if(_0x3e3138===_0x1afb15)break;else _0x455395['push'](_0x455395['shift']());}catch(_0x1d2493){_0x455395['push'](_0x455395['shift']());}}}(_0x5f13,0x6fc9e));const e={'collab-client':{'tooltip':{'reconnect':_0x53b957(0x190)}},'collabStatus':{'fetchMiss':_0x53b957(0x186),'conflict':'Edit\x20conflicts','notCollab':_0x53b957(0x184),'synced':_0x53b957(0x18c),'syncing':_0x53b957(0x18a),'offline':_0x53b957(0x18d)},'session':{'connection-failed':_0x53b957(0x19a),'will-retry':_0x53b957(0x188),'room-full':_0x53b957(0x17d),'join-failed':_0x53b957(0x191),'room-not-exists':_0x53b957(0x196),'room-permission-denied':_0x53b957(0x195),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x53b957(0x183)},'conflict':{'title':_0x53b957(0x18f),'content':_0x53b957(0x182)},'permission':{'title':_0x53b957(0x194),'content':_0x53b957(0x18e)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x53b957(0x181)},'auth':{'needGotoLoginAlert':_0x53b957(0x18b)}},o=e;function _0x5f13(){const _0x187353=['Syncing...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Synced','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Collaboration\x20Conflict','Click\x20to\x20Reconnect','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','6GitjIf','3716NfOTMX','Authentication\x20Error','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','7027240ZYKkTa','15003Nmtzfa','1jDUqoy','Connection\x20failed.\x20Please\x20check\x20your\x20network.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','235390pTGTgN','1544365TlBfnT','3905062XicOPO','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Local\x20file','2470FsFMMu','Syncing\x20server\x20data...','3921313pXWnlc','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','2307HUoLtU'];_0x5f13=function(){return _0x187353;};return _0x5f13();}function _0x5adc(_0xcf9a25,_0x2af406){_0xcf9a25=_0xcf9a25-0x17d;const _0x5f13f2=_0x5f13();let _0x5adcad=_0x5f13f2[_0xcf9a25];return _0x5adcad;}module['exports']=o;
1
+ const _0x22b070=_0x514d;(function(_0x401e99,_0x2bbf4b){const _0x5ca1d3=_0x514d,_0x51a905=_0x401e99();while(!![]){try{const _0x17c9f9=-parseInt(_0x5ca1d3(0x1ea))/0x1*(parseInt(_0x5ca1d3(0x1ec))/0x2)+-parseInt(_0x5ca1d3(0x1eb))/0x3+-parseInt(_0x5ca1d3(0x1e5))/0x4*(parseInt(_0x5ca1d3(0x1e7))/0x5)+parseInt(_0x5ca1d3(0x1e0))/0x6+-parseInt(_0x5ca1d3(0x1f6))/0x7+-parseInt(_0x5ca1d3(0x1e1))/0x8*(parseInt(_0x5ca1d3(0x1e6))/0x9)+parseInt(_0x5ca1d3(0x1e8))/0xa;if(_0x17c9f9===_0x2bbf4b)break;else _0x51a905['push'](_0x51a905['shift']());}catch(_0x454d73){_0x51a905['push'](_0x51a905['shift']());}}}(_0x1416,0xec91b));function _0x514d(_0x15227a,_0x49308a){_0x15227a=_0x15227a-0x1dc;const _0x1416a0=_0x1416();let _0x514ddf=_0x1416a0[_0x15227a];return _0x514ddf;}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x22b070(0x1f2),'notCollab':_0x22b070(0x1e3),'synced':_0x22b070(0x1df),'syncing':_0x22b070(0x1f0),'offline':_0x22b070(0x1ee)},'session':{'connection-failed':_0x22b070(0x1f4),'will-retry':_0x22b070(0x1e9),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x22b070(0x1ef),'room-not-exists':_0x22b070(0x1e4),'room-permission-denied':_0x22b070(0x1dc),'room-cnt-exceeds':_0x22b070(0x1f3),'collaboration-timeout':_0x22b070(0x1de)},'conflict':{'title':_0x22b070(0x1dd),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':'Authentication\x20Error','content':_0x22b070(0x1ed)},'collaboration':{'single-unit':{'warning':_0x22b070(0x1f5)},'closeRoom':_0x22b070(0x1f1)},'auth':{'needGotoLoginAlert':_0x22b070(0x1e2)}};module[_0x22b070(0x1f7)]=e;function _0x1416(){const _0xee0015=['32165eQhvwW','47871610HRLokt','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','18479xtYzYh','5411754hjkyaa','52RwNvSA','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing...','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Edit\x20conflicts','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','12031362GTaTJg','exports','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Synced','9005568TBYoAt','8pMolvY','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Local\x20file','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','196fCgzgt','9006723wWDGnv'];_0x1416=function(){return _0xee0015;};return _0x1416();}
@@ -1 +1 @@
1
- 'use strict';const _0x190d5e=_0x41b1;(function(_0x3e9f69,_0x51ffe2){const _0x1995c9=_0x41b1,_0x5c1f02=_0x3e9f69();while(!![]){try{const _0x3cd4df=parseInt(_0x1995c9(0x140))/0x1*(-parseInt(_0x1995c9(0x153))/0x2)+-parseInt(_0x1995c9(0x13f))/0x3*(-parseInt(_0x1995c9(0x13e))/0x4)+parseInt(_0x1995c9(0x146))/0x5+parseInt(_0x1995c9(0x14f))/0x6+-parseInt(_0x1995c9(0x13b))/0x7+-parseInt(_0x1995c9(0x138))/0x8*(parseInt(_0x1995c9(0x145))/0x9)+parseInt(_0x1995c9(0x149))/0xa*(parseInt(_0x1995c9(0x13d))/0xb);if(_0x3cd4df===_0x51ffe2)break;else _0x5c1f02['push'](_0x5c1f02['shift']());}catch(_0x3cb953){_0x5c1f02['push'](_0x5c1f02['shift']());}}}(_0x3e01,0x8e712));function _0x41b1(_0x1283e7,_0x16ab4d){_0x1283e7=_0x1283e7-0x137;const _0x3e0154=_0x3e01();let _0x41b1e3=_0x3e0154[_0x1283e7];return _0x41b1e3;}function _0x3e01(){const _0x4c8256=['オフライン、編集内容はローカルに保存されます','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','認証エラー','3735378SPODNb','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','クリックして再接続','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','14nelpNO','同期中...','248uOFukN','接続に失敗しました。ネットワーク接続を確認してください。','編集の競合','4311300bqmtkA','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','1247983RnoWPp','435024uaPQXZ','27vXPCDb','151379zFByEv','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','共同編集ルームが閉じられたため、編集権限が取り消されました。','共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','33390nMShFC','459600dsJWih','サーバーデータを同期中...','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','60CGYmWz','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','接続に失敗しました。しばらくしてから再試行します。'];_0x3e01=function(){return _0x4c8256;};return _0x3e01();}const o={'collab-client':{'tooltip':{'reconnect':_0x190d5e(0x151)}},'collabStatus':{'fetchMiss':_0x190d5e(0x147),'conflict':_0x190d5e(0x13a),'notCollab':'ローカルファイル','synced':'同期済み','syncing':_0x190d5e(0x137),'offline':_0x190d5e(0x14c)},'session':{'connection-failed':_0x190d5e(0x139),'will-retry':_0x190d5e(0x14b),'room-full':_0x190d5e(0x14d),'join-failed':_0x190d5e(0x150),'room-not-exists':'共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','room-permission-denied':_0x190d5e(0x152),'room-cnt-exceeds':_0x190d5e(0x143),'collaboration-timeout':_0x190d5e(0x141)},'conflict':{'title':'共同編集の競合','content':_0x190d5e(0x144)},'permission':{'title':_0x190d5e(0x14e),'content':_0x190d5e(0x148)},'collaboration':{'single-unit':{'warning':_0x190d5e(0x13c)},'closeRoom':_0x190d5e(0x142)},'auth':{'needGotoLoginAlert':_0x190d5e(0x14a)}};module['exports']=o;
1
+ const _0x5da746=_0x1460;function _0x853c(){const _0x415733=['サーバーデータを同期中...','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','ローカルファイル','接続に失敗しました。ネットワーク接続を確認してください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','75693UTKDuc','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','6592790LocmBE','326347EWsCIQ','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','2139978PblBBZ','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','接続に失敗しました。しばらくしてから再試行します。','2269134LBfbrF','2268552ZojmSm','オフライン、編集内容はローカルに保存されます','8403500GrhZKg','共同編集ルームが閉じられたため、編集権限が取り消されました。','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','同期済み','認証エラー','60qTLoSn','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','同期中...'];_0x853c=function(){return _0x415733;};return _0x853c();}function _0x1460(_0x575be8,_0x2ba6ea){_0x575be8=_0x575be8-0x1d8;const _0x853cde=_0x853c();let _0x146027=_0x853cde[_0x575be8];return _0x146027;}(function(_0x23c85a,_0x37a98b){const _0x303b3a=_0x1460,_0x4de0da=_0x23c85a();while(!![]){try{const _0x28c052=-parseInt(_0x303b3a(0x1d8))/0x1+-parseInt(_0x303b3a(0x1de))/0x2+parseInt(_0x303b3a(0x1ee))/0x3*(parseInt(_0x303b3a(0x1e6))/0x4)+parseInt(_0x303b3a(0x1f0))/0x5+-parseInt(_0x303b3a(0x1da))/0x6+parseInt(_0x303b3a(0x1e1))/0x7+-parseInt(_0x303b3a(0x1df))/0x8;if(_0x28c052===_0x37a98b)break;else _0x4de0da['push'](_0x4de0da['shift']());}catch(_0x56667e){_0x4de0da['push'](_0x4de0da['shift']());}}}(_0x853c,0xc26d9));const e={'collab-client':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x5da746(0x1e9),'conflict':'編集の競合','notCollab':_0x5da746(0x1eb),'synced':_0x5da746(0x1e4),'syncing':_0x5da746(0x1e8),'offline':_0x5da746(0x1e0)},'session':{'connection-failed':_0x5da746(0x1ec),'will-retry':_0x5da746(0x1dd),'room-full':'ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','join-failed':_0x5da746(0x1e3),'room-not-exists':_0x5da746(0x1ef),'room-permission-denied':_0x5da746(0x1dc),'room-cnt-exceeds':'共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','collaboration-timeout':_0x5da746(0x1e7)},'conflict':{'title':'共同編集の競合','content':_0x5da746(0x1db)},'permission':{'title':_0x5da746(0x1e5),'content':_0x5da746(0x1d9)},'collaboration':{'single-unit':{'warning':_0x5da746(0x1ed)},'closeRoom':_0x5da746(0x1e2)},'auth':{'needGotoLoginAlert':_0x5da746(0x1ea)}};module['exports']=e;
@@ -1 +1 @@
1
- 'use strict';const _0x4eda95=_0x5a5e;function _0x5a5e(_0x3e4aa9,_0x4569b1){_0x3e4aa9=_0x3e4aa9-0xdb;const _0x343acd=_0x343a();let _0x5a5ee5=_0x343acd[_0x3e4aa9];return _0x5a5ee5;}(function(_0x2725c6,_0x1d0acf){const _0x5b33c7=_0x5a5e,_0x4cefa5=_0x2725c6();while(!![]){try{const _0x5e4997=-parseInt(_0x5b33c7(0xe7))/0x1*(parseInt(_0x5b33c7(0xdc))/0x2)+parseInt(_0x5b33c7(0xdd))/0x3*(parseInt(_0x5b33c7(0xec))/0x4)+parseInt(_0x5b33c7(0xf4))/0x5*(parseInt(_0x5b33c7(0xe9))/0x6)+parseInt(_0x5b33c7(0xed))/0x7*(parseInt(_0x5b33c7(0xe1))/0x8)+-parseInt(_0x5b33c7(0xf1))/0x9+parseInt(_0x5b33c7(0xe5))/0xa+-parseInt(_0x5b33c7(0xf2))/0xb;if(_0x5e4997===_0x1d0acf)break;else _0x4cefa5['push'](_0x4cefa5['shift']());}catch(_0x529015){_0x4cefa5['push'](_0x4cefa5['shift']());}}}(_0x343a,0x8edbb));const o={'collab-client':{'tooltip':{'reconnect':_0x4eda95(0xf3)}},'collabStatus':{'fetchMiss':_0x4eda95(0xf7),'conflict':_0x4eda95(0xdf),'notCollab':_0x4eda95(0xf0),'synced':_0x4eda95(0xe4),'syncing':_0x4eda95(0xef),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':_0x4eda95(0xf6),'room-full':_0x4eda95(0xde),'join-failed':'공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-not-exists':_0x4eda95(0xe8),'room-permission-denied':_0x4eda95(0xe6),'room-cnt-exceeds':'공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','collaboration-timeout':_0x4eda95(0xdb)},'conflict':{'title':_0x4eda95(0xe0),'content':_0x4eda95(0xea)},'permission':{'title':_0x4eda95(0xe3),'content':_0x4eda95(0xeb)},'collaboration':{'single-unit':{'warning':_0x4eda95(0xee)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x4eda95(0xf5)}};module[_0x4eda95(0xe2)]=o;function _0x343a(){const _0x4900f7=['서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','67220OqGxlI','3308517wgzGcu','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','편집\x20충돌','공동\x20편집\x20충돌','2256808PUsdVo','exports','인증\x20오류','동기화됨','11092080CsgmBg','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','19kJXKHL','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','6GEUXFr','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','4HejwfC','7jcgApC','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','동기화\x20중...','로컬\x20파일','5434812grbTgl','9753821RCCauC','클릭하여\x20다시\x20연결','1100840bXfmjA','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','서버\x20데이터\x20동기화\x20중...'];_0x343a=function(){return _0x4900f7;};return _0x343a();}
1
+ const _0x41791f=_0x5b6c;(function(_0x27256f,_0x2430df){const _0x36abd8=_0x5b6c,_0x44b25e=_0x27256f();while(!![]){try{const _0x4f9c86=parseInt(_0x36abd8(0x10c))/0x1*(-parseInt(_0x36abd8(0x11e))/0x2)+parseInt(_0x36abd8(0x11c))/0x3+parseInt(_0x36abd8(0x10d))/0x4+-parseInt(_0x36abd8(0x107))/0x5*(-parseInt(_0x36abd8(0x116))/0x6)+parseInt(_0x36abd8(0x121))/0x7+parseInt(_0x36abd8(0x117))/0x8+-parseInt(_0x36abd8(0x120))/0x9;if(_0x4f9c86===_0x2430df)break;else _0x44b25e['push'](_0x44b25e['shift']());}catch(_0x4370a4){_0x44b25e['push'](_0x44b25e['shift']());}}}(_0x3abe,0xb64c0));const e={'collab-client':{'tooltip':{'reconnect':_0x41791f(0x119)}},'collabStatus':{'fetchMiss':_0x41791f(0x110),'conflict':_0x41791f(0x122),'notCollab':_0x41791f(0x118),'synced':_0x41791f(0x11b),'syncing':_0x41791f(0x10b),'offline':_0x41791f(0x109)},'session':{'connection-failed':_0x41791f(0x10a),'will-retry':_0x41791f(0x11d),'room-full':_0x41791f(0x10e),'join-failed':'공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-not-exists':_0x41791f(0x115),'room-permission-denied':'공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-cnt-exceeds':_0x41791f(0x113),'collaboration-timeout':_0x41791f(0x10f)},'conflict':{'title':_0x41791f(0x11f),'content':_0x41791f(0x108)},'permission':{'title':_0x41791f(0x11a),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'single-unit':{'warning':_0x41791f(0x112)},'closeRoom':_0x41791f(0x114)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'}};function _0x5b6c(_0x29ef22,_0x201437){_0x29ef22=_0x29ef22-0x107;const _0x3abe61=_0x3abe();let _0x5b6c02=_0x3abe61[_0x29ef22];return _0x5b6c02;}module[_0x41791f(0x111)]=e;function _0x3abe(){const _0x4514b3=['서버\x20데이터\x20동기화\x20중...','exports','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','270QAoJux','11049536OdoigB','로컬\x20파일','클릭하여\x20다시\x20연결','인증\x20오류','동기화됨','2540364GPDIgU','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','653580QtVLrk','공동\x20편집\x20충돌','27647280ByfUQd','6491254TBnYXz','편집\x20충돌','82305WvEKto','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','동기화\x20중...','1KvbKJV','997404hthdpD','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x3abe=function(){return _0x4514b3;};return _0x3abe();}
@@ -1 +1 @@
1
- 'use strict';function _0x2631(){const _0xc89adc=['Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','720820zKzZGD','Click\x20to\x20Reconnect','Collaboration\x20Conflict','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','2135oQVSxW','exports','7303494RZQuDd','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4437QOIPhy','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','858688qiZvfb','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','835644hlIwNJ','Authentication\x20Error','12914meiDQm','Syncing...','26EzgrFx','5196vlaMqZ','4njRulS','3720bFdKvo','Synced','Local\x20file','Edit\x20conflicts','Syncing\x20server\x20data...','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x2631=function(){return _0xc89adc;};return _0x2631();}const _0xf7d77d=_0x53b9;function _0x53b9(_0xa4a182,_0x2753d8){_0xa4a182=_0xa4a182-0xf3;const _0x26312b=_0x2631();let _0x53b9a0=_0x26312b[_0xa4a182];return _0x53b9a0;}(function(_0x639561,_0x44163b){const _0x5ccf71=_0x53b9,_0x644c3a=_0x639561();while(!![]){try{const _0x35a0e2=parseInt(_0x5ccf71(0xfb))/0x1*(-parseInt(_0x5ccf71(0xfd))/0x2)+parseInt(_0x5ccf71(0xf9))/0x3+parseInt(_0x5ccf71(0xff))/0x4*(parseInt(_0x5ccf71(0x10a))/0x5)+-parseInt(_0x5ccf71(0xfe))/0x6*(-parseInt(_0x5ccf71(0x10e))/0x7)+parseInt(_0x5ccf71(0xf7))/0x8+-parseInt(_0x5ccf71(0xf4))/0x9*(-parseInt(_0x5ccf71(0x100))/0xa)+-parseInt(_0x5ccf71(0x110))/0xb;if(_0x35a0e2===_0x44163b)break;else _0x644c3a['push'](_0x644c3a['shift']());}catch(_0x408377){_0x644c3a['push'](_0x644c3a['shift']());}}}(_0x2631,0x2394a));const e={'collab-client':{'tooltip':{'reconnect':_0xf7d77d(0x10b)}},'collabStatus':{'fetchMiss':_0xf7d77d(0x104),'conflict':_0xf7d77d(0x103),'notCollab':_0xf7d77d(0x102),'synced':_0xf7d77d(0x101),'syncing':_0xf7d77d(0xfc),'offline':_0xf7d77d(0x105)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0xf7d77d(0x107),'room-not-exists':_0xf7d77d(0x106),'room-permission-denied':_0xf7d77d(0xf8),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0xf7d77d(0xf6)},'conflict':{'title':_0xf7d77d(0x10c),'content':_0xf7d77d(0x10d)},'permission':{'title':_0xf7d77d(0xfa),'content':_0xf7d77d(0x108)},'collaboration':{'single-unit':{'warning':_0xf7d77d(0xf5)},'closeRoom':_0xf7d77d(0xf3)},'auth':{'needGotoLoginAlert':_0xf7d77d(0x109)}},o=e;module[_0xf7d77d(0x10f)]=o;
1
+ function _0x562c(_0x2ab0ad,_0x5f1758){_0x2ab0ad=_0x2ab0ad-0x193;const _0x5abf8d=_0x5abf();let _0x562cdc=_0x5abf8d[_0x2ab0ad];return _0x562cdc;}function _0x5abf(){const _0x51000f=['Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','exports','7730pkdWnq','Syncing...','Click\x20to\x20Reconnect','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','3JUrsaR','4626xuirTl','2459840Xvbprc','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','997Bendob','7513baMvii','1736298GPlYqV','7eueLdO','1209256LnsXBA','Syncing\x20server\x20data...','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','1548LaFFGU','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1292270kFjUdx','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','41376ysoEgN','Local\x20file'];_0x5abf=function(){return _0x51000f;};return _0x5abf();}const _0x21b8b5=_0x562c;(function(_0x33076d,_0xea9020){const _0x1226fe=_0x562c,_0x2a12e8=_0x33076d();while(!![]){try{const _0x1ec821=-parseInt(_0x1226fe(0x197))/0x1*(parseInt(_0x1226fe(0x19f))/0x2)+parseInt(_0x1226fe(0x1b0))/0x3*(parseInt(_0x1226fe(0x19b))/0x4)+-parseInt(_0x1226fe(0x1a6))/0x5+-parseInt(_0x1226fe(0x199))/0x6*(parseInt(_0x1226fe(0x19a))/0x7)+-parseInt(_0x1226fe(0x194))/0x8+parseInt(_0x1226fe(0x193))/0x9*(-parseInt(_0x1226fe(0x1ac))/0xa)+-parseInt(_0x1226fe(0x198))/0xb*(-parseInt(_0x1226fe(0x1a8))/0xc);if(_0x1ec821===_0xea9020)break;else _0x2a12e8['push'](_0x2a12e8['shift']());}catch(_0x5a1f00){_0x2a12e8['push'](_0x2a12e8['shift']());}}}(_0x5abf,0x9a895));const e={'collab-client':{'tooltip':{'reconnect':_0x21b8b5(0x1ae)}},'collabStatus':{'fetchMiss':_0x21b8b5(0x19c),'conflict':_0x21b8b5(0x1a3),'notCollab':_0x21b8b5(0x1a9),'synced':'Synced','syncing':_0x21b8b5(0x1ad),'offline':_0x21b8b5(0x1a5)},'session':{'connection-failed':_0x21b8b5(0x1a0),'will-retry':_0x21b8b5(0x195),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x21b8b5(0x1aa),'room-not-exists':_0x21b8b5(0x1a1),'room-permission-denied':_0x21b8b5(0x196),'room-cnt-exceeds':_0x21b8b5(0x1a2),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x21b8b5(0x19d),'content':_0x21b8b5(0x1af)},'collaboration':{'single-unit':{'warning':_0x21b8b5(0x1a4)},'closeRoom':_0x21b8b5(0x1a7)},'auth':{'needGotoLoginAlert':_0x21b8b5(0x19e)}};module[_0x21b8b5(0x1ab)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0x5e0cf8=_0x3100;(function(_0x16d8ed,_0x54e6b0){const _0x11eb96=_0x3100,_0x122976=_0x16d8ed();while(!![]){try{const _0x46bcde=parseInt(_0x11eb96(0xc1))/0x1+parseInt(_0x11eb96(0xbd))/0x2+parseInt(_0x11eb96(0xb4))/0x3*(parseInt(_0x11eb96(0xc8))/0x4)+parseInt(_0x11eb96(0xb8))/0x5*(parseInt(_0x11eb96(0xbf))/0x6)+-parseInt(_0x11eb96(0xc3))/0x7+parseInt(_0x11eb96(0xcb))/0x8+-parseInt(_0x11eb96(0xb9))/0x9;if(_0x46bcde===_0x54e6b0)break;else _0x122976['push'](_0x122976['shift']());}catch(_0x162c85){_0x122976['push'](_0x122976['shift']());}}}(_0x427c,0x37b83));function _0x427c(){const _0x433996=['Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','5HceBTx','5755851bMQqNb','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Synchronizované','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','192448CyRjez','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','877686bdVpum','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','308855PLVkHI','exports','1426530kHFvnY','Lokálny\x20súbor','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Kliknite\x20na\x20opätovné\x20pripojenie','Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','661492NhClYF','Konflikty\x20úprav','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','1515600ffebwI','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','6NPYMES','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.'];_0x427c=function(){return _0x433996;};return _0x427c();}const o={'collab-client':{'tooltip':{'reconnect':_0x5e0cf8(0xc6)}},'collabStatus':{'fetchMiss':_0x5e0cf8(0xb3),'conflict':_0x5e0cf8(0xc9),'notCollab':_0x5e0cf8(0xc4),'synced':_0x5e0cf8(0xbb),'syncing':'Synchronizuje\x20sa...','offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x5e0cf8(0xb7),'will-retry':'Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','room-full':_0x5e0cf8(0xb6),'join-failed':_0x5e0cf8(0xc5),'room-not-exists':_0x5e0cf8(0xb5),'room-permission-denied':_0x5e0cf8(0xc7),'room-cnt-exceeds':_0x5e0cf8(0xbc),'collaboration-timeout':_0x5e0cf8(0xcc)},'conflict':{'title':'Konflikt\x20spolupráce','content':_0x5e0cf8(0xbe)},'permission':{'title':'Chyba\x20overenia','content':_0x5e0cf8(0xc0)},'collaboration':{'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':_0x5e0cf8(0xba)},'auth':{'needGotoLoginAlert':_0x5e0cf8(0xca)}};function _0x3100(_0x514328,_0x3fdf10){_0x514328=_0x514328-0xb3;const _0x427c47=_0x427c();let _0x310088=_0x427c47[_0x514328];return _0x310088;}module[_0x5e0cf8(0xc2)]=o;
1
+ const _0x302ba7=_0x182b;function _0x182b(_0x481ca2,_0x46a1a5){_0x481ca2=_0x481ca2-0x1a4;const _0x36327f=_0x3632();let _0x182bb6=_0x36327f[_0x481ca2];return _0x182bb6;}(function(_0x2889cd,_0x4fdbfa){const _0x5d62e5=_0x182b,_0x3cc181=_0x2889cd();while(!![]){try{const _0x2d4c9f=parseInt(_0x5d62e5(0x1ad))/0x1+parseInt(_0x5d62e5(0x1b5))/0x2+parseInt(_0x5d62e5(0x1bf))/0x3+-parseInt(_0x5d62e5(0x1b1))/0x4*(-parseInt(_0x5d62e5(0x1b2))/0x5)+parseInt(_0x5d62e5(0x1ab))/0x6*(parseInt(_0x5d62e5(0x1b9))/0x7)+-parseInt(_0x5d62e5(0x1ac))/0x8*(-parseInt(_0x5d62e5(0x1aa))/0x9)+-parseInt(_0x5d62e5(0x1b7))/0xa;if(_0x2d4c9f===_0x4fdbfa)break;else _0x3cc181['push'](_0x3cc181['shift']());}catch(_0x32dc16){_0x3cc181['push'](_0x3cc181['shift']());}}}(_0x3632,0xdf55b));function _0x3632(){const _0xe9aaff=['993665aBmhJa','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Kliknite\x20na\x20opätovné\x20pripojenie','3508224zVFarS','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','45660540TqRAjL','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','98isjQXw','Chyba\x20overenia','Konflikty\x20úprav','Synchronizované','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Lokálny\x20súbor','394872NMKZgL','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Konflikt\x20spolupráce','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','36AwWmpF','198432vKoLeS','2699344Hswsmb','1186218dZghbF','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','12GqRhbP'];_0x3632=function(){return _0xe9aaff;};return _0x3632();}const e={'collab-client':{'tooltip':{'reconnect':_0x302ba7(0x1b4)}},'collabStatus':{'fetchMiss':_0x302ba7(0x1bd),'conflict':_0x302ba7(0x1bb),'notCollab':_0x302ba7(0x1be),'synced':_0x302ba7(0x1bc),'syncing':'Synchronizuje\x20sa...','offline':_0x302ba7(0x1af)},'session':{'connection-failed':_0x302ba7(0x1a4),'will-retry':_0x302ba7(0x1a8),'room-full':_0x302ba7(0x1b0),'join-failed':_0x302ba7(0x1a5),'room-not-exists':_0x302ba7(0x1b8),'room-permission-denied':'Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-cnt-exceeds':_0x302ba7(0x1b3),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x302ba7(0x1a6),'content':_0x302ba7(0x1ae)},'permission':{'title':_0x302ba7(0x1ba),'content':_0x302ba7(0x1a7)},'collaboration':{'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':_0x302ba7(0x1b6)},'auth':{'needGotoLoginAlert':_0x302ba7(0x1a9)}};module['exports']=e;
@@ -1 +1 @@
1
- 'use strict';const _0x4634c7=_0x2bb6;(function(_0x36c962,_0x55b52b){const _0x435537=_0x2bb6,_0x581259=_0x36c962();while(!![]){try{const _0x2555fe=-parseInt(_0x435537(0x8a))/0x1+parseInt(_0x435537(0x90))/0x2*(-parseInt(_0x435537(0x9e))/0x3)+-parseInt(_0x435537(0x8f))/0x4*(parseInt(_0x435537(0x85))/0x5)+-parseInt(_0x435537(0x87))/0x6+parseInt(_0x435537(0x98))/0x7*(-parseInt(_0x435537(0x8c))/0x8)+-parseInt(_0x435537(0x9f))/0x9+parseInt(_0x435537(0x91))/0xa;if(_0x2555fe===_0x55b52b)break;else _0x581259['push'](_0x581259['shift']());}catch(_0x418518){_0x581259['push'](_0x581259['shift']());}}}(_0x498a,0xc2e3f));function _0x2bb6(_0x42db06,_0x552f2b){_0x42db06=_0x42db06-0x85;const _0x498ac3=_0x498a();let _0x2bb61e=_0x498ac3[_0x42db06];return _0x2bb61e;}const c={'collab-client':{'tooltip':{'reconnect':_0x4634c7(0x99)}},'collabStatus':{'fetchMiss':_0x4634c7(0x89),'conflict':_0x4634c7(0x8b),'notCollab':_0x4634c7(0x8e),'synced':'Đã\x20đồng\x20bộ','syncing':_0x4634c7(0x86),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'session':{'connection-failed':_0x4634c7(0x95),'will-retry':'Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':_0x4634c7(0x92),'join-failed':_0x4634c7(0x96),'room-not-exists':_0x4634c7(0x9d),'room-permission-denied':_0x4634c7(0x9a),'room-cnt-exceeds':_0x4634c7(0x8d),'collaboration-timeout':'Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.'},'conflict':{'title':_0x4634c7(0x94),'content':_0x4634c7(0x97)},'permission':{'title':_0x4634c7(0x93),'content':'Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.'},'collaboration':{'single-unit':{'warning':_0x4634c7(0x88)},'closeRoom':_0x4634c7(0x9b)},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'}};function _0x498a(){const _0x2e7959=['Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','4387206QPWFTF','1584972fqoNyF','35hoecSq','Đang\x20đồng\x20bộ...','5178696XhsomD','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','1048932TtAsFL','Xung\x20đột\x20chỉnh\x20sửa','132720bPIItp','Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Tệp\x20cục\x20bộ','321108CUvYFd','2hHaGei','61550180JxNnnC','Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Lỗi\x20xác\x20thực','Xung\x20đột\x20cộng\x20tác','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','525yoAhQY','Nhấp\x20để\x20kết\x20nối\x20lại','Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','exports'];_0x498a=function(){return _0x2e7959;};return _0x498a();}module[_0x4634c7(0x9c)]=c;
1
+ function _0x58f6(){const _0x9d3c29=['Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Xung\x20đột\x20chỉnh\x20sửa','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Đang\x20đồng\x20bộ...','Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','1055898CpYTfU','2742240ilgSYh','Nhấp\x20để\x20kết\x20nối\x20lại','21LKcqSR','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','Lỗi\x20xác\x20thực','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Xung\x20đột\x20cộng\x20tác','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','2400FpoTuj','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','4536158dFQaHC','20714roNMaL','52684kQTIts','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','40uwHTSU','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20b','10fHrHGH','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','exports','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','66980teXgEA','1295KtoPUm','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'];_0x58f6=function(){return _0x9d3c29;};return _0x58f6();}const _0x4cb881=_0x4d1b;function _0x4d1b(_0x20a796,_0x156082){_0x20a796=_0x20a796-0xdc;const _0x58f637=_0x58f6();let _0x4d1bf6=_0x58f637[_0x20a796];return _0x4d1bf6;}(function(_0x3766e7,_0xc60996){const _0x590303=_0x4d1b,_0x4e5402=_0x3766e7();while(!![]){try{const _0xed446f=-parseInt(_0x590303(0xe1))/0x1+parseInt(_0x590303(0xf5))/0x2*(parseInt(_0x590303(0xec))/0x3)+parseInt(_0x590303(0xf6))/0x4*(parseInt(_0x590303(0xf8))/0x5)+parseInt(_0x590303(0xf2))/0x6*(-parseInt(_0x590303(0xe2))/0x7)+-parseInt(_0x590303(0xea))/0x8+parseInt(_0x590303(0xe9))/0x9*(parseInt(_0x590303(0xdd))/0xa)+parseInt(_0x590303(0xf4))/0xb;if(_0xed446f===_0xc60996)break;else _0x4e5402['push'](_0x4e5402['shift']());}catch(_0x422c3b){_0x4e5402['push'](_0x4e5402['shift']());}}}(_0x58f6,0x36a3f));const e={'collab-client':{'tooltip':{'reconnect':_0x4cb881(0xeb)}},'collabStatus':{'fetchMiss':_0x4cb881(0xf7),'conflict':_0x4cb881(0xe5),'notCollab':'Tệp\x20cục\x20bộ','synced':'Đã\x20đồng\x20bộ','syncing':_0x4cb881(0xe7),'offline':_0x4cb881(0xdc)},'session':{'connection-failed':_0x4cb881(0xf1),'will-retry':'Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':'Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','join-failed':_0x4cb881(0xe0),'room-not-exists':_0x4cb881(0xef),'room-permission-denied':_0x4cb881(0xe8),'room-cnt-exceeds':'Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':_0x4cb881(0xf3)},'conflict':{'title':_0x4cb881(0xf0),'content':_0x4cb881(0xde)},'permission':{'title':_0x4cb881(0xee),'content':_0x4cb881(0xe6)},'collaboration':{'single-unit':{'warning':_0x4cb881(0xe4)},'closeRoom':_0x4cb881(0xe3)},'auth':{'needGotoLoginAlert':_0x4cb881(0xed)}};module[_0x4cb881(0xdf)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0x419c9=_0x5b50;function _0x5b50(_0x36c125,_0x4a2771){_0x36c125=_0x36c125-0x73;const _0x3a1984=_0x3a19();let _0x5b5039=_0x3a1984[_0x36c125];return _0x5b5039;}(function(_0x29e816,_0x25f3af){const _0x30797d=_0x5b50,_0xf5f826=_0x29e816();while(!![]){try{const _0x1dd858=parseInt(_0x30797d(0x8b))/0x1+parseInt(_0x30797d(0x89))/0x2*(-parseInt(_0x30797d(0x81))/0x3)+-parseInt(_0x30797d(0x77))/0x4*(parseInt(_0x30797d(0x74))/0x5)+-parseInt(_0x30797d(0x84))/0x6+parseInt(_0x30797d(0x7b))/0x7*(-parseInt(_0x30797d(0x76))/0x8)+parseInt(_0x30797d(0x78))/0x9*(-parseInt(_0x30797d(0x75))/0xa)+parseInt(_0x30797d(0x8a))/0xb;if(_0x1dd858===_0x25f3af)break;else _0xf5f826['push'](_0xf5f826['shift']());}catch(_0x561aec){_0xf5f826['push'](_0xf5f826['shift']());}}}(_0x3a19,0x64aec));function _0x3a19(){const _0x501543=['74924LGDHDe','315NmwgwD','连接失败,请检查你的网络','权限错误','49mVycvx','此文档协同人数已满,你的编辑将在本地缓存','点击重新连接','连接失败,将在一会儿之后重试连接','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','由于协同房间被关闭,编辑权限被收回。','156ZLiuej','编辑冲突','exports','2568918dkSJpf','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','正在拉取服务端数据...','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','已同步','6992rNspyp','33037752fznXuZ','18132sguShZ','没有协同权限,你的编辑将在本地缓存','200HeCZsK','126640gsrhba','921992VefNgW'];_0x3a19=function(){return _0x501543;};return _0x3a19();}const o={'collab-client':{'tooltip':{'reconnect':_0x419c9(0x7d)}},'collabStatus':{'fetchMiss':_0x419c9(0x86),'conflict':_0x419c9(0x82),'notCollab':'本地文件','synced':_0x419c9(0x88),'syncing':'保存中...','offline':'已离线,编辑将在本地缓存'},'session':{'connection-failed':_0x419c9(0x79),'will-retry':_0x419c9(0x7e),'room-full':_0x419c9(0x7c),'join-failed':'加入协同失败,请稍后重试,你的编辑将在本地缓存','room-not-exists':'加入协同失败,你的编辑将在本地缓存','room-permission-denied':_0x419c9(0x73),'room-cnt-exceeds':'协同文档数量超过限制,你的编辑将在本地缓存','collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':'协同冲突','content':_0x419c9(0x85)},'permission':{'title':_0x419c9(0x7a),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':_0x419c9(0x7f)},'closeRoom':_0x419c9(0x80)},'auth':{'needGotoLoginAlert':_0x419c9(0x87)}};module[_0x419c9(0x83)]=o;
1
+ function _0x123b(_0x917f8e,_0x26d75f){_0x917f8e=_0x917f8e-0x1a6;const _0x48e10c=_0x48e1();let _0x123b29=_0x48e10c[_0x917f8e];return _0x123b29;}const _0x3d1948=_0x123b;(function(_0x3a4c2a,_0x2c5c57){const _0x4d91cd=_0x123b,_0x2f8165=_0x3a4c2a();while(!![]){try{const _0x5c6898=-parseInt(_0x4d91cd(0x1ad))/0x1*(parseInt(_0x4d91cd(0x1a9))/0x2)+-parseInt(_0x4d91cd(0x1b7))/0x3+-parseInt(_0x4d91cd(0x1b5))/0x4*(-parseInt(_0x4d91cd(0x1b1))/0x5)+-parseInt(_0x4d91cd(0x1ac))/0x6+-parseInt(_0x4d91cd(0x1a7))/0x7+-parseInt(_0x4d91cd(0x1b6))/0x8+parseInt(_0x4d91cd(0x1bb))/0x9*(parseInt(_0x4d91cd(0x1b8))/0xa);if(_0x5c6898===_0x2c5c57)break;else _0x2f8165['push'](_0x2f8165['shift']());}catch(_0x20f74f){_0x2f8165['push'](_0x2f8165['shift']());}}}(_0x48e1,0xdea66));const e={'collab-client':{'tooltip':{'reconnect':_0x3d1948(0x1bd)}},'collabStatus':{'fetchMiss':_0x3d1948(0x1ae),'conflict':_0x3d1948(0x1ba),'notCollab':'本地文件','synced':'已同步','syncing':'保存中...','offline':_0x3d1948(0x1b4)},'session':{'connection-failed':_0x3d1948(0x1a8),'will-retry':_0x3d1948(0x1b9),'room-full':_0x3d1948(0x1b2),'join-failed':_0x3d1948(0x1bc),'room-not-exists':'加入协同失败,你的编辑将在本地缓存','room-permission-denied':_0x3d1948(0x1ab),'room-cnt-exceeds':_0x3d1948(0x1a6),'collaboration-timeout':_0x3d1948(0x1af)},'conflict':{'title':_0x3d1948(0x1b3),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x3d1948(0x1be),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':_0x3d1948(0x1aa)},'closeRoom':_0x3d1948(0x1b0)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};function _0x48e1(){const _0x25b960=['服务器未响应,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','34925zWUfEK','此文档协同人数已满,你的编辑将在本地缓存','协同冲突','已离线,编辑将在本地缓存','380CEyESm','4835296vuQkmn','5118390fITfdw','10uIPvGF','连接失败,将在一会儿之后重试连接','编辑冲突','56294604SCdwyq','加入协同失败,请稍后重试,你的编辑将在本地缓存','点击重新连接','权限错误','协同文档数量超过限制,你的编辑将在本地缓存','11468807qWCBhQ','连接失败,请检查你的网络','192yzcSye','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','没有协同权限,你的编辑将在本地缓存','6191700TOuZFE','10684axdNmd','正在拉取服务端数据...'];_0x48e1=function(){return _0x25b960;};return _0x48e1();}module['exports']=e;
@@ -1 +1 @@
1
- 'use strict';const _0x3fbaf5=_0x4dc8;(function(_0x535c31,_0x643a59){const _0x1db77f=_0x4dc8,_0x532e2c=_0x535c31();while(!![]){try{const _0x1fbfdb=-parseInt(_0x1db77f(0x13c))/0x1*(parseInt(_0x1db77f(0x138))/0x2)+-parseInt(_0x1db77f(0x140))/0x3*(parseInt(_0x1db77f(0x130))/0x4)+-parseInt(_0x1db77f(0x13a))/0x5+-parseInt(_0x1db77f(0x141))/0x6+parseInt(_0x1db77f(0x143))/0x7*(parseInt(_0x1db77f(0x131))/0x8)+-parseInt(_0x1db77f(0x139))/0x9*(parseInt(_0x1db77f(0x12c))/0xa)+parseInt(_0x1db77f(0x136))/0xb*(parseInt(_0x1db77f(0x133))/0xc);if(_0x1fbfdb===_0x643a59)break;else _0x532e2c['push'](_0x532e2c['shift']());}catch(_0x2c66e8){_0x532e2c['push'](_0x532e2c['shift']());}}}(_0x3bd9,0xf2fa3));function _0x3bd9(){const _0x3cb4a2=['Click\x20to\x20Reconnect','6193SCFypB','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','4570xUPDzq','27uahUuu','4712235sFBAsw','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','267GXjFxX','Local\x20file','Collaboration\x20Conflict','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','3YDKRzZ','8369778DodQyS','Authentication\x20Error','525urBSar','Edit\x20conflicts','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','2989850vDrbaP','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','3566908NQoBEr','12680NrjHlc','Syncing...','119628ELjOIX','exports'];_0x3bd9=function(){return _0x3cb4a2;};return _0x3bd9();}const e={'collab-client':{'tooltip':{'reconnect':_0x3fbaf5(0x135)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x3fbaf5(0x144),'notCollab':_0x3fbaf5(0x13d),'synced':_0x3fbaf5(0x12e),'syncing':_0x3fbaf5(0x132),'offline':_0x3fbaf5(0x13f)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x3fbaf5(0x12f),'room-full':_0x3fbaf5(0x148),'join-failed':_0x3fbaf5(0x146),'room-not-exists':_0x3fbaf5(0x147),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x3fbaf5(0x13b),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x3fbaf5(0x13e),'content':_0x3fbaf5(0x149)},'permission':{'title':_0x3fbaf5(0x142),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0x3fbaf5(0x145)},'closeRoom':_0x3fbaf5(0x12d)},'auth':{'needGotoLoginAlert':_0x3fbaf5(0x137)}},o=e;function _0x4dc8(_0x49b221,_0x84733e){_0x49b221=_0x49b221-0x12c;const _0x3bd9a8=_0x3bd9();let _0x4dc8d1=_0x3bd9a8[_0x49b221];return _0x4dc8d1;}module[_0x3fbaf5(0x134)]=o;
1
+ const _0x3fc7dd=_0x50cd;(function(_0xce1674,_0x31ef8c){const _0x9842c4=_0x50cd,_0x3d3497=_0xce1674();while(!![]){try{const _0x18a40e=-parseInt(_0x9842c4(0x1cf))/0x1+parseInt(_0x9842c4(0x1d3))/0x2+parseInt(_0x9842c4(0x1ce))/0x3+-parseInt(_0x9842c4(0x1d5))/0x4+-parseInt(_0x9842c4(0x1e2))/0x5*(parseInt(_0x9842c4(0x1cd))/0x6)+parseInt(_0x9842c4(0x1db))/0x7+parseInt(_0x9842c4(0x1d4))/0x8*(-parseInt(_0x9842c4(0x1dc))/0x9);if(_0x18a40e===_0x31ef8c)break;else _0x3d3497['push'](_0x3d3497['shift']());}catch(_0x1a7b43){_0x3d3497['push'](_0x3d3497['shift']());}}}(_0x3751,0xdbf56));function _0x50cd(_0x4d371e,_0x317bb4){_0x4d371e=_0x4d371e-0x1cc;const _0x375179=_0x3751();let _0x50cdeb=_0x375179[_0x4d371e];return _0x50cdeb;}function _0x3751(){const _0x5f5b4d=['Synced','998404Hivboi','11424ekSFqB','468220wdJnJX','Connection\x20failed.\x20Please\x20check\x20your\x20network.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','10817849erxRwC','846goHpBl','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Collaboration\x20Conflict','Syncing...','Click\x20to\x20Reconnect','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','5jiElTl','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','10012362HbjuWt','3314634ZRVcUy','328523lvInDP','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Edit\x20conflicts'];_0x3751=function(){return _0x5f5b4d;};return _0x3751();}const e={'collab-client':{'tooltip':{'reconnect':_0x3fc7dd(0x1e0)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x3fc7dd(0x1d1),'notCollab':'Local\x20file','synced':_0x3fc7dd(0x1d2),'syncing':_0x3fc7dd(0x1df),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x3fc7dd(0x1d6),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x3fc7dd(0x1d7),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x3fc7dd(0x1cc),'room-cnt-exceeds':_0x3fc7dd(0x1d9),'collaboration-timeout':_0x3fc7dd(0x1d8)},'conflict':{'title':_0x3fc7dd(0x1de),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':'Authentication\x20Error','content':_0x3fc7dd(0x1dd)},'collaboration':{'single-unit':{'warning':_0x3fc7dd(0x1d0)},'closeRoom':_0x3fc7dd(0x1e1)},'auth':{'needGotoLoginAlert':_0x3fc7dd(0x1da)}};module['exports']=e;
package/lib/es/facade.js CHANGED
@@ -1 +1 @@
1
- const _0x44f390=_0x4c3d;function _0x4c3d(_0xf7f0a3,_0x37b837){_0xf7f0a3=_0xf7f0a3-0x167;const _0x4b8acf=_0x4b8a();let _0x4c3db1=_0x4b8acf[_0xf7f0a3];return _0x4c3db1;}(function(_0x5375fe,_0x2a880a){const _0x33d993=_0x4c3d,_0x317989=_0x5375fe();while(!![]){try{const _0x3e7046=parseInt(_0x33d993(0x16e))/0x1+-parseInt(_0x33d993(0x16d))/0x2+parseInt(_0x33d993(0x16c))/0x3*(parseInt(_0x33d993(0x167))/0x4)+parseInt(_0x33d993(0x168))/0x5+-parseInt(_0x33d993(0x169))/0x6*(-parseInt(_0x33d993(0x185))/0x7)+parseInt(_0x33d993(0x178))/0x8*(-parseInt(_0x33d993(0x18c))/0x9)+-parseInt(_0x33d993(0x177))/0xa;if(_0x3e7046===_0x2a880a)break;else _0x317989['push'](_0x317989['shift']());}catch(_0x1b9df3){_0x317989['push'](_0x317989['shift']());}}}(_0x4b8a,0x1e417));import{CollaborationStatus as _0x3df66d,CollaborationController as _0x219476,MemberService as _0x5c5d57,DataLoaderService as _0x3a8776}from'@univerjs-pro/collaboration-client';import{FEnum as _0x475a11,FEventName as _0x4ea551,FBase as _0x1b7cb0,FUniver as _0x2ee121}from'@univerjs/core/facade';import{Inject as _0x561f58,Injector as _0x27581e,toDisposable as _0x12716c,IUniverInstanceService as _0x366e73,DisposableCollection as _0x405356}from'@univerjs/core';import{SnapshotService as _0x245f65}from'@univerjs-pro/collaboration';import{switchMap as _0x3b7b07}from'rxjs';class F extends _0x475a11{get[_0x44f390(0x16a)](){return _0x3df66d;}}_0x475a11[_0x44f390(0x176)](F);class A{get[_0x44f390(0x18f)](){const _0x56bc22=_0x44f390;return _0x56bc22(0x18f);}}_0x4ea551[_0x44f390(0x176)](A);function _0x4b8a(){const _0x70579f=['extend','895060uzcAmI','764816AunrQN','readyForCollab','NOT_COLLAB','loadActiveSheet','length','loadSheetAsync','Event','getOwnPropertyDescriptor','get','loadUnitOfRevision','getCollabEntity','values','from','7cAGMax','getUnitId','_injector','status','registerEventHandler','getFocusedUnit','_handler','18lvjGTi','unitID','pipe','CollaborationStatusChanged','fireEvent','[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.','_univerInstanceService','_collaborationController','disposeWithMe','12TfJQrx','930680rKLdYu','1392918ClUrGw','CollaborationStatus','state','50607ypWDiC','444682bCAcvP','158082utLVaJ','subscribe','getCollaborationStatus','getUniverSheet','entityInit$','members$','loadSheet','loadServerUnit'];_0x4b8a=function(){return _0x70579f;};return _0x4b8a();}var E=Object[_0x44f390(0x17f)],I=(_0xd277c5,_0x241531,_0x21f60a,_0x32de78)=>{const _0x5c418e=_0x44f390;for(var _0x1fc506=_0x32de78>0x1?void 0x0:_0x32de78?E(_0x241531,_0x21f60a):_0x241531,_0x9d581a=_0xd277c5[_0x5c418e(0x17c)]-0x1,_0x5f3b8d;_0x9d581a>=0x0;_0x9d581a--)(_0x5f3b8d=_0xd277c5[_0x9d581a])&&(_0x1fc506=_0x5f3b8d(_0x1fc506)||_0x1fc506);return _0x1fc506;},s=(_0x570862,_0x169854)=>(_0x4124ed,_0x3ba622)=>_0x169854(_0x4124ed,_0x3ba622,_0x570862);let b=class extends _0x1b7cb0{constructor(_0x26030c,_0x4fe381,_0x562f1c,_0x2ac806,_0x59104b){const _0x2696fe=_0x44f390;super(),this['_handler']=_0x26030c,this[_0x2696fe(0x187)]=_0x4fe381,this[_0x2696fe(0x192)]=_0x562f1c,this['_snapshotService']=_0x2ac806,this[_0x2696fe(0x193)]=_0x59104b;}async[_0x44f390(0x17b)](){return this['loadActiveSheetAsync']();}async['loadActiveSheetAsync'](){const _0x551106=_0x44f390;throw new Error(_0x551106(0x191));}async[_0x44f390(0x174)](_0x401877){const _0x1caccc=_0x44f390;return this[_0x1caccc(0x17d)](_0x401877);}async[_0x44f390(0x17d)](_0x51034f,_0x4c6aa3){const _0x190896=_0x44f390;return await this['_snapshotService'][_0x190896(0x174)](_0x51034f,0x0,_0x4c6aa3)?(await this[_0x190896(0x193)][_0x190896(0x179)](_0x51034f),this[_0x190896(0x18b)]['getUniverSheet'](_0x51034f)):null;}['subscribeCollaborators'](_0x36638c,_0x4f76a8){const _0x530bd3=_0x44f390,_0x27adfb=this[_0x530bd3(0x187)][_0x530bd3(0x180)](_0x5c5d57)['waitForRoom$'](_0x36638c)[_0x530bd3(0x18e)](_0x3b7b07(_0x1b1f31=>_0x1b1f31[_0x530bd3(0x173)]))[_0x530bd3(0x16f)](_0x3d59e2=>_0x4f76a8(Array[_0x530bd3(0x184)](_0x3d59e2[_0x530bd3(0x183)]())));return _0x12716c(_0x27adfb);}[_0x44f390(0x170)](_0x24b419){const _0x146180=_0x44f390;var _0x55341e;let _0x186e19;if(_0x24b419)_0x186e19=_0x24b419;else{const _0x1db0e4=this[_0x146180(0x192)][_0x146180(0x18a)]();_0x186e19=_0x1db0e4==null?void 0x0:_0x1db0e4[_0x146180(0x186)]();}if(!_0x186e19)return _0x3df66d['NOT_COLLAB'];const _0x3a4bf3=this[_0x146180(0x193)][_0x146180(0x182)](_0x186e19);return(_0x55341e=_0x3a4bf3==null?void 0x0:_0x3a4bf3[_0x146180(0x16b)][_0x146180(0x188)])!=null?_0x55341e:_0x3df66d[_0x146180(0x17a)];}};b=I([s(0x1,_0x561f58(_0x27581e)),s(0x2,_0x366e73),s(0x3,_0x561f58(_0x245f65)),s(0x4,_0x561f58(_0x219476))],b);class L extends _0x2ee121{['_initialize'](_0x43fe09){const _0x59764a=_0x44f390,_0x217467=_0x43fe09[_0x59764a(0x180)](_0x219476);this[_0x59764a(0x194)](this[_0x59764a(0x189)](this[_0x59764a(0x17e)]['CollaborationStatusChanged'],()=>{const _0x49d0d1=_0x59764a,_0xf7c696=new _0x405356(),_0x4d35d0=_0x217467[_0x49d0d1(0x172)][_0x49d0d1(0x16f)](_0x5addf1=>{const _0x3c4e39=_0x49d0d1,_0x1dd6d7=_0x5addf1['status$'][_0x3c4e39(0x16f)](_0x79328=>{const _0x569520=_0x3c4e39;this[_0x569520(0x190)](this[_0x569520(0x17e)][_0x569520(0x18f)],{'unitId':_0x5addf1[_0x569520(0x18d)],'status':_0x79328});});_0xf7c696['add'](_0x12716c(_0x1dd6d7));});return _0xf7c696['add'](_0x12716c(_0x4d35d0)),_0xf7c696;}));}['getCollaboration'](){const _0x32c7eb=_0x44f390;return this[_0x32c7eb(0x187)]['createInstance'](b,{'getUniverSheet':_0x5e2a33=>this[_0x32c7eb(0x171)](_0x5e2a33)});}[_0x44f390(0x175)](_0x1aa03f,_0x396db1,_0x47c70a){const _0x1820d3=_0x44f390;return this[_0x1820d3(0x187)][_0x1820d3(0x180)](_0x3a8776)['loadUnit'](_0x1aa03f,_0x396db1,_0x47c70a);}['loadServerUnitOfRevision'](_0x34b0d0,_0x348548,_0x19bc54){const _0x298fb7=_0x44f390;return this[_0x298fb7(0x187)][_0x298fb7(0x180)](_0x3a8776)[_0x298fb7(0x181)](_0x34b0d0,_0x348548,_0x19bc54);}}_0x2ee121[_0x44f390(0x176)](L);export{b as FCollaboration};
1
+ const _0x4df686=_0x4e69;(function(_0x4bcf56,_0x1aebc6){const _0x523bcc=_0x4e69,_0x4e2b7b=_0x4bcf56();while(!![]){try{const _0x585809=-parseInt(_0x523bcc(0xab))/0x1*(-parseInt(_0x523bcc(0xa3))/0x2)+parseInt(_0x523bcc(0x9a))/0x3+parseInt(_0x523bcc(0xb0))/0x4*(parseInt(_0x523bcc(0xaf))/0x5)+parseInt(_0x523bcc(0x8c))/0x6+-parseInt(_0x523bcc(0xb2))/0x7*(-parseInt(_0x523bcc(0xb4))/0x8)+-parseInt(_0x523bcc(0x82))/0x9+-parseInt(_0x523bcc(0x97))/0xa*(parseInt(_0x523bcc(0xac))/0xb);if(_0x585809===_0x1aebc6)break;else _0x4e2b7b['push'](_0x4e2b7b['shift']());}catch(_0x5d1ee5){_0x4e2b7b['push'](_0x4e2b7b['shift']());}}}(_0xcd9d,0x8d194));import{CollaborationController as _0x37c36b,CollaborationStatus as _0x14c39e,DataLoaderService as _0x1279d7,MemberService as _0xc27e0a}from'@univerjs-pro/collaboration-client';import{FBase as _0x30e278,FEnum as _0x318bba,FEventName as _0x496228,FUniver as _0x1cea12}from'@univerjs/core/facade';import{DisposableCollection as _0x2aee53,IUniverInstanceService as _0x1e9575,Inject as _0x526e04,Injector as _0x2f4fdb,toDisposable as _0x4f8d1f}from'@univerjs/core';import{SnapshotService as _0x3db561}from'@univerjs-pro/collaboration';import{switchMap as _0x5b8047}from'rxjs';var h=class extends _0x318bba{get[_0x4df686(0x8b)](){return _0x14c39e;}};_0x318bba[_0x4df686(0xad)](h);function _0xcd9d(){const _0x2a48f0=['readyForCollab','_handler','80gOsUSo','function','add','2740995LASpJO','get','entityInit$','loadUnit','loadActiveSheetAsync','_univerInstanceService','status','subscribe','_initialize','10194wnisJr','getCollaboration','object','getCollabEntity','decorate','pipe','CollaborationStatusChanged','Event','129KvntQn','783662ZMLSGS','extend','NOT_COLLAB','1502985vmDRlU','4vXNwwh','loadServerUnit','9569VIsoHu','_collaborationController','1184IiQwib','getCollaborationStatus','getUniverSheet','length','defineProperty','loadUnitOfRevision','9991251YQPDTr','values','_injector','waitForRoom$','subscribeCollaborators','from','getFocusedUnit','getOwnPropertyDescriptor','[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.','CollaborationStatus','1103544kanJRY','disposeWithMe','loadSheet','loadSheetAsync','registerEventHandler','createInstance','_snapshotService','status$','getUnitId'];_0xcd9d=function(){return _0x2a48f0;};return _0xcd9d();}var g=class{get[_0x4df686(0xa9)](){const _0x22c458=_0x4df686;return _0x22c458(0xa9);}};function _0x4e69(_0x28f40a,_0x30db5b){_0x28f40a=_0x28f40a-0x80;const _0xcd9d05=_0xcd9d();let _0x4e6910=_0xcd9d05[_0x28f40a];return _0x4e6910;}_0x496228['extend'](g);function _(_0x368f49,_0x45e1fc){return function(_0x3d0c4d,_0x42fc5a){_0x45e1fc(_0x3d0c4d,_0x42fc5a,_0x368f49);};}function v(_0x400d18,_0x87d3e0,_0x7e5484,_0x34a91b){const _0xee0ccb=_0x4df686;var _0x33bb45=arguments[_0xee0ccb(0xb7)],_0x172580=_0x33bb45<0x3?_0x87d3e0:_0x34a91b===null?_0x34a91b=Object[_0xee0ccb(0x89)](_0x87d3e0,_0x7e5484):_0x34a91b,_0x465180;if(typeof Reflect==_0xee0ccb(0xa5)&&typeof Reflect['decorate']==_0xee0ccb(0x98))_0x172580=Reflect[_0xee0ccb(0xa7)](_0x400d18,_0x87d3e0,_0x7e5484,_0x34a91b);else{for(var _0xe056a2=_0x400d18[_0xee0ccb(0xb7)]-0x1;_0xe056a2>=0x0;_0xe056a2--)(_0x465180=_0x400d18[_0xe056a2])&&(_0x172580=(_0x33bb45<0x3?_0x465180(_0x172580):_0x33bb45>0x3?_0x465180(_0x87d3e0,_0x7e5484,_0x172580):_0x465180(_0x87d3e0,_0x7e5484))||_0x172580);}return _0x33bb45>0x3&&_0x172580&&Object[_0xee0ccb(0x80)](_0x87d3e0,_0x7e5484,_0x172580),_0x172580;}let y=class extends _0x30e278{constructor(_0x46b05b,_0x189ae8,_0x346008,_0x1cf9f6,_0x8c35ee){const _0x59bc89=_0x4df686;super(),this[_0x59bc89(0x96)]=_0x46b05b,this['_injector']=_0x189ae8,this[_0x59bc89(0x9f)]=_0x346008,this[_0x59bc89(0x92)]=_0x1cf9f6,this[_0x59bc89(0xb3)]=_0x8c35ee;}async['loadActiveSheet'](){const _0x28bad9=_0x4df686;return this[_0x28bad9(0x9e)]();}async[_0x4df686(0x9e)](){const _0x128032=_0x4df686;throw Error(_0x128032(0x8a));}async[_0x4df686(0x8e)](_0x2a6f8f){const _0x25c05d=_0x4df686;return this[_0x25c05d(0x8f)](_0x2a6f8f);}async[_0x4df686(0x8f)](_0x2f8201,_0x31e331){const _0x1b3c6c=_0x4df686;return await this['_snapshotService']['loadSheet'](_0x2f8201,0x0,_0x31e331)?(await this[_0x1b3c6c(0xb3)][_0x1b3c6c(0x95)](_0x2f8201),this[_0x1b3c6c(0x96)][_0x1b3c6c(0xb6)](_0x2f8201)):null;}[_0x4df686(0x86)](_0x43e27b,_0x5dde62){const _0x142591=_0x4df686;return _0x4f8d1f(this[_0x142591(0x84)]['get'](_0xc27e0a)[_0x142591(0x85)](_0x43e27b)[_0x142591(0xa8)](_0x5b8047(_0x49fb4b=>_0x49fb4b['members$']))[_0x142591(0xa1)](_0x4cb531=>_0x5dde62(Array[_0x142591(0x87)](_0x4cb531[_0x142591(0x83)]()))));}[_0x4df686(0xb5)](_0x414c9d){const _0x36d010=_0x4df686;var _0xe3c54d;let _0x5db900;if(_0x414c9d)_0x5db900=_0x414c9d;else{let _0x145d6f=this[_0x36d010(0x9f)][_0x36d010(0x88)]();_0x5db900=_0x145d6f==null?void 0x0:_0x145d6f[_0x36d010(0x94)]();}if(!_0x5db900)return _0x14c39e[_0x36d010(0xae)];let _0xc0543f=this[_0x36d010(0xb3)][_0x36d010(0xa6)](_0x5db900);return(_0xe3c54d=_0xc0543f==null?void 0x0:_0xc0543f['state'][_0x36d010(0xa0)])==null?_0x14c39e[_0x36d010(0xae)]:_0xe3c54d;}};y=v([_(0x1,_0x526e04(_0x2f4fdb)),_(0x2,_0x1e9575),_(0x3,_0x526e04(_0x3db561)),_(0x4,_0x526e04(_0x37c36b))],y);var b=class extends _0x1cea12{[_0x4df686(0xa2)](_0x5a3497){const _0x4098df=_0x4df686;let _0x48c683=_0x5a3497[_0x4098df(0x9b)](_0x37c36b);this[_0x4098df(0x8d)](this[_0x4098df(0x90)](this[_0x4098df(0xaa)][_0x4098df(0xa9)],()=>{const _0x1e58b0=_0x4098df;let _0x18ba95=new _0x2aee53(),_0x3ec601=_0x48c683[_0x1e58b0(0x9c)][_0x1e58b0(0xa1)](_0x1cb8d3=>{const _0x3c16c9=_0x1e58b0;let _0x3d4ea4=_0x1cb8d3[_0x3c16c9(0x93)][_0x3c16c9(0xa1)](_0x431ec6=>{const _0x2168f5=_0x3c16c9;this['fireEvent'](this[_0x2168f5(0xaa)]['CollaborationStatusChanged'],{'unitId':_0x1cb8d3['unitID'],'status':_0x431ec6});});_0x18ba95['add'](_0x4f8d1f(_0x3d4ea4));});return _0x18ba95[_0x1e58b0(0x99)](_0x4f8d1f(_0x3ec601)),_0x18ba95;}));}[_0x4df686(0xa4)](){const _0x4d979d=_0x4df686;return this[_0x4d979d(0x84)][_0x4d979d(0x91)](y,{'getUniverSheet':_0x4cc189=>this['getUniverSheet'](_0x4cc189)});}[_0x4df686(0xb1)](_0x482a7b,_0x227dc4,_0x1cc88f){const _0x1b1f31=_0x4df686;return this['_injector'][_0x1b1f31(0x9b)](_0x1279d7)[_0x1b1f31(0x9d)](_0x482a7b,_0x227dc4,_0x1cc88f);}['loadServerUnitOfRevision'](_0x14f2e0,_0x561683,_0x4751ef){const _0x1e65e5=_0x4df686;return this['_injector'][_0x1e65e5(0x9b)](_0x1279d7)[_0x1e65e5(0x81)](_0x14f2e0,_0x561683,_0x4751ef);}};_0x1cea12['extend'](b);export{y as FCollaboration};