@univerjs-pro/collaboration-client 0.5.1 → 0.5.2

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 (78) hide show
  1. package/lib/cjs/facade.js +1 -0
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/fa-IR.js +1 -1
  5. package/lib/cjs/locale/fr-FR.js +1 -1
  6. package/lib/cjs/locale/ru-RU.js +1 -1
  7. package/lib/cjs/locale/vi-VN.js +1 -1
  8. package/lib/cjs/locale/zh-CN.js +1 -1
  9. package/lib/cjs/locale/zh-TW.js +1 -1
  10. package/lib/es/facade.js +1 -0
  11. package/lib/es/index.js +1 -1
  12. package/lib/es/locale/en-US.js +1 -1
  13. package/lib/es/locale/fa-IR.js +1 -1
  14. package/lib/es/locale/fr-FR.js +1 -1
  15. package/lib/es/locale/ru-RU.js +1 -1
  16. package/lib/es/locale/vi-VN.js +1 -1
  17. package/lib/es/locale/zh-CN.js +1 -1
  18. package/lib/es/locale/zh-TW.js +1 -1
  19. package/lib/types/config/config.d.ts +7 -2
  20. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +20 -18
  21. package/lib/types/controllers/collaboration/collaboration-state.d.ts +18 -15
  22. package/lib/types/controllers/collaboration/collaboration.controller.d.ts +2 -0
  23. package/lib/types/facade/f-collaboration.d.ts +33 -0
  24. package/lib/types/facade/f-univer.d.ts +12 -0
  25. package/lib/types/facade/index.d.ts +2 -0
  26. package/lib/types/index.d.ts +12 -12
  27. package/lib/types/plugin.d.ts +1 -6
  28. package/lib/types/services/collaboration-session/collaboration-session.d.ts +4 -5
  29. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +7 -8
  30. package/lib/types/services/collaboration-ui-event/collaboration-ui-event.d.ts +19 -0
  31. package/lib/types/services/data-loader/data-loader.service.d.ts +23 -0
  32. package/lib/types/services/image-remote/image-io.service.d.ts +1 -1
  33. package/lib/types/services/local-cache/local-cache.service.d.ts +7 -23
  34. package/lib/types/services/member/member.service.d.ts +6 -0
  35. package/lib/types/services/network-condition/network-condition.service.d.ts +6 -0
  36. package/lib/types/services/permission/permission.service.d.ts +8 -3
  37. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +0 -24
  38. package/lib/types/services/socket/collaboration-socket.service.d.ts +4 -4
  39. package/lib/umd/facade.js +1 -0
  40. package/lib/umd/index.js +1 -1
  41. package/lib/umd/locale/en-US.js +1 -1
  42. package/lib/umd/locale/fa-IR.js +1 -1
  43. package/lib/umd/locale/fr-FR.js +1 -1
  44. package/lib/umd/locale/ru-RU.js +1 -1
  45. package/lib/umd/locale/vi-VN.js +1 -1
  46. package/lib/umd/locale/zh-CN.js +1 -1
  47. package/lib/umd/locale/zh-TW.js +1 -1
  48. package/package.json +23 -21
  49. package/lib/index.css +0 -1
  50. package/lib/types/controllers/clipboard/docs/image/image-paste.controller.d.ts +0 -9
  51. package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +0 -23
  52. package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +0 -1
  53. package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +0 -1
  54. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +0 -22
  55. package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +0 -38
  56. package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +0 -24
  57. package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +0 -3
  58. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +0 -39
  59. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +0 -21
  60. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +0 -18
  61. package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +0 -4
  62. package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
  63. package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +0 -58
  64. package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
  65. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +0 -22
  66. package/lib/types/models/cursor.d.ts +0 -30
  67. package/lib/types/services/color-assign/color-assign.service.d.ts +0 -10
  68. package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +0 -13
  69. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +0 -12
  70. package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +0 -13
  71. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +0 -8
  72. package/lib/types/services/url/url.service.d.ts +0 -12
  73. package/lib/types/services/url/web-url.service.d.ts +0 -10
  74. package/lib/types/views/components/CollabStatus.d.ts +0 -10
  75. package/lib/types/views/components/CollabStatus.stories.d.ts +0 -8
  76. package/lib/types/views/shapes/doc-collab-cursor.d.ts +0 -27
  77. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +0 -27
  78. package/lib/types/views/shapes/text-bubble.shape.d.ts +0 -19
@@ -1 +1 @@
1
- 'use strict';function _0xfaf5(){const _0x8dcba=['Authentication\x20Error','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','3535QvniCK','Edit\x20conflicts','18195uWJJxu','6nfWbhN','Synced','2324113CgqGzp','Click\x20to\x20Reconnect','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','3280568CAvwkT','5854842HucLgN','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','136kzOUKh','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','3536965DLguOK','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\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.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','186ozHxnq','80jgBzMj','1127756lThzlb','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Local\x20file','Collaboration\x20Conflict','exports'];_0xfaf5=function(){return _0x8dcba;};return _0xfaf5();}const _0x1a131a=_0x11f1;function _0x11f1(_0x80c561,_0x56abc4){const _0xfaf573=_0xfaf5();return _0x11f1=function(_0x11f123,_0x689a4a){_0x11f123=_0x11f123-0x126;let _0x313615=_0xfaf573[_0x11f123];return _0x313615;},_0x11f1(_0x80c561,_0x56abc4);}(function(_0x3bafac,_0x313313){const _0x57a300=_0x11f1,_0x33df0b=_0x3bafac();while(!![]){try{const _0x418534=-parseInt(_0x57a300(0x138))/0x1*(parseInt(_0x57a300(0x12e))/0x2)+parseInt(_0x57a300(0x13a))/0x3*(-parseInt(_0x57a300(0x128))/0x4)+-parseInt(_0x57a300(0x12a))/0x5*(parseInt(_0x57a300(0x13b))/0x6)+parseInt(_0x57a300(0x130))/0x7+parseInt(_0x57a300(0x141))/0x8+-parseInt(_0x57a300(0x126))/0x9+-parseInt(_0x57a300(0x12f))/0xa*(-parseInt(_0x57a300(0x13d))/0xb);if(_0x418534===_0x313313)break;else _0x33df0b['push'](_0x33df0b['shift']());}catch(_0x596853){_0x33df0b['push'](_0x33df0b['shift']());}}}(_0xfaf5,0x59fa3));const e={'collab-client':{'tooltip':{'reconnect':_0x1a131a(0x13e)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x1a131a(0x139),'notCollab':_0x1a131a(0x133),'synced':_0x1a131a(0x13c),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x1a131a(0x132),'room-full':_0x1a131a(0x137),'join-failed':_0x1a131a(0x12b),'room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x1a131a(0x12d),'room-cnt-exceeds':_0x1a131a(0x13f),'collaboration-timeout':_0x1a131a(0x140)},'conflict':{'title':_0x1a131a(0x134),'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':_0x1a131a(0x136),'content':_0x1a131a(0x129)},'collaboration':{'single-unit':{'warning':_0x1a131a(0x12c)},'closeRoom':_0x1a131a(0x131)},'auth':{'needGotoLoginAlert':_0x1a131a(0x127)}};module[_0x1a131a(0x135)]=e;
1
+ 'use strict';const _0x10e57e=_0x38f6;(function(_0x252194,_0x5439fc){const _0x145ffd=_0x38f6,_0x493c23=_0x252194();while(!![]){try{const _0x3443f9=-parseInt(_0x145ffd(0x122))/0x1*(parseInt(_0x145ffd(0x119))/0x2)+-parseInt(_0x145ffd(0x12e))/0x3*(parseInt(_0x145ffd(0x120))/0x4)+parseInt(_0x145ffd(0x128))/0x5*(-parseInt(_0x145ffd(0x11e))/0x6)+parseInt(_0x145ffd(0x132))/0x7*(-parseInt(_0x145ffd(0x11c))/0x8)+parseInt(_0x145ffd(0x126))/0x9+parseInt(_0x145ffd(0x127))/0xa*(-parseInt(_0x145ffd(0x11f))/0xb)+-parseInt(_0x145ffd(0x134))/0xc*(-parseInt(_0x145ffd(0x133))/0xd);if(_0x3443f9===_0x5439fc)break;else _0x493c23['push'](_0x493c23['shift']());}catch(_0x5d9f98){_0x493c23['push'](_0x493c23['shift']());}}}(_0x2867,0xd2d40));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x10e57e(0x12c),'notCollab':_0x10e57e(0x123),'synced':_0x10e57e(0x136),'syncing':_0x10e57e(0x131),'offline':_0x10e57e(0x12f)},'session':{'connection-failed':_0x10e57e(0x12a),'will-retry':_0x10e57e(0x130),'room-full':_0x10e57e(0x121),'join-failed':_0x10e57e(0x11b),'room-not-exists':_0x10e57e(0x12d),'room-permission-denied':_0x10e57e(0x129),'room-cnt-exceeds':_0x10e57e(0x137),'collaboration-timeout':_0x10e57e(0x11a)},'conflict':{'title':_0x10e57e(0x11d),'content':_0x10e57e(0x118)},'permission':{'title':'Authentication\x20Error','content':_0x10e57e(0x124)},'collaboration':{'single-unit':{'warning':_0x10e57e(0x138)},'closeRoom':_0x10e57e(0x125)},'auth':{'needGotoLoginAlert':_0x10e57e(0x12b)}};module[_0x10e57e(0x135)]=e;function _0x38f6(_0x31a69a,_0x58826c){const _0x286723=_0x2867();return _0x38f6=function(_0x38f671,_0x2fc373){_0x38f671=_0x38f671-0x118;let _0xedeb4b=_0x286723[_0x38f671];return _0xedeb4b;},_0x38f6(_0x31a69a,_0x58826c);}function _0x2867(){const _0x3f5a9e=['Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','15379515MadUTJ','2801990iSlGvK','10FejbIb','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Edit\x20conflicts','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','3575706hOLPcW','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Syncing...','5129803UOJMjg','4773782HTDALb','120BFTFhI','exports','Synced','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\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.','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.','1599552XfWugC','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','8vHIMpH','Collaboration\x20Conflict','3697554JMHcGq','22KpChat','4atULYe','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1zquKYq','Local\x20file'];_0x2867=function(){return _0x3f5a9e;};return _0x2867();}
@@ -1 +1 @@
1
- 'use strict';function _0x1894(){const _0x249b33=['تداخل\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شد.','180pPhzwY','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','40cKCCbF','18459oYyILp','20540135IVAglc','تداخل\x20ویرایش','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\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شد.','1052058ovtzmJ','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','904694AzcMPl','خطای\x20اعتبارسنجی','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','438fOZrcC','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','1870617jXfGMS','در\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شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','5YAyHJw','199296FvKQbU','1439472ELrGAR'];_0x1894=function(){return _0x249b33;};return _0x1894();}function _0x40c1(_0x243272,_0x4050f8){const _0x18948b=_0x1894();return _0x40c1=function(_0x40c1bd,_0x576146){_0x40c1bd=_0x40c1bd-0xb9;let _0x57d19c=_0x18948b[_0x40c1bd];return _0x57d19c;},_0x40c1(_0x243272,_0x4050f8);}const _0x21d813=_0x40c1;(function(_0x1be559,_0x1b65fa){const _0x50e3b4=_0x40c1,_0x470ad3=_0x1be559();while(!![]){try{const _0x322ca3=-parseInt(_0x50e3b4(0xc9))/0x1+parseInt(_0x50e3b4(0xcd))/0x2*(parseInt(_0x50e3b4(0xc0))/0x3)+parseInt(_0x50e3b4(0xb9))/0x4+-parseInt(_0x50e3b4(0xd4))/0x5*(-parseInt(_0x50e3b4(0xc7))/0x6)+parseInt(_0x50e3b4(0xcf))/0x7*(parseInt(_0x50e3b4(0xbf))/0x8)+-parseInt(_0x50e3b4(0xd5))/0x9*(-parseInt(_0x50e3b4(0xbd))/0xa)+-parseInt(_0x50e3b4(0xc1))/0xb;if(_0x322ca3===_0x1b65fa)break;else _0x470ad3['push'](_0x470ad3['shift']());}catch(_0x4e70f1){_0x470ad3['push'](_0x470ad3['shift']());}}}(_0x1894,0xce6ae));const o={'collab-client':{'tooltip':{'reconnect':_0x21d813(0xcc)}},'collabStatus':{'fetchMiss':_0x21d813(0xd0),'conflict':_0x21d813(0xc2),'notCollab':'پرونده\x20محلی','synced':'همگام\x20سازی','syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x21d813(0xd2)},'session':{'connection-failed':_0x21d813(0xcb),'will-retry':_0x21d813(0xc8),'room-full':_0x21d813(0xbc),'join-failed':_0x21d813(0xc3),'room-not-exists':_0x21d813(0xc6),'room-permission-denied':_0x21d813(0xd3),'room-cnt-exceeds':_0x21d813(0xce),'collaboration-timeout':_0x21d813(0xbb)},'conflict':{'title':_0x21d813(0xba),'content':_0x21d813(0xd1)},'permission':{'title':_0x21d813(0xca),'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':_0x21d813(0xc5)},'closeRoom':'امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'},'auth':{'needGotoLoginAlert':_0x21d813(0xbe)}};module[_0x21d813(0xc4)]=o;
1
+ 'use strict';const _0x2cad24=_0x3bb9;(function(_0x3962ae,_0x1a00e6){const _0x158a8b=_0x3bb9,_0x2eaffb=_0x3962ae();while(!![]){try{const _0x3900d4=parseInt(_0x158a8b(0x18b))/0x1+parseInt(_0x158a8b(0x18f))/0x2*(parseInt(_0x158a8b(0x19b))/0x3)+-parseInt(_0x158a8b(0x19d))/0x4+parseInt(_0x158a8b(0x193))/0x5*(parseInt(_0x158a8b(0x184))/0x6)+parseInt(_0x158a8b(0x190))/0x7+-parseInt(_0x158a8b(0x195))/0x8*(parseInt(_0x158a8b(0x183))/0x9)+-parseInt(_0x158a8b(0x199))/0xa*(parseInt(_0x158a8b(0x187))/0xb);if(_0x3900d4===_0x1a00e6)break;else _0x2eaffb['push'](_0x2eaffb['shift']());}catch(_0x327f23){_0x2eaffb['push'](_0x2eaffb['shift']());}}}(_0x53ee,0x92fb7));function _0x53ee(){const _0x5482e3=['6mMTiWs','تداخل\x20همکاری','2035168ePBudS','اعمال\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سرور...','7959933NvzWKj','72aKkuJX','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','88gPNcWO','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','236681rjnfhM','ورود\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است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','933586GsWrFk','757211anPRrX','همگام\x20سازی','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','379205qNXTgo','خطای\x20اعتبارسنجی','8QJrfpK','در\x20حال\x20همگام\x20سازی...','exports','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','241580dYMqSB','یک\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رفت.'];_0x53ee=function(){return _0x5482e3;};return _0x53ee();}const o={'collab-client':{'tooltip':{'reconnect':_0x2cad24(0x18a)}},'collabStatus':{'fetchMiss':_0x2cad24(0x182),'conflict':'تداخل\x20ویرایش','notCollab':'پرونده\x20محلی','synced':_0x2cad24(0x191),'syncing':_0x2cad24(0x196),'offline':_0x2cad24(0x189)},'session':{'connection-failed':_0x2cad24(0x185),'will-retry':_0x2cad24(0x188),'room-full':_0x2cad24(0x198),'join-failed':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-not-exists':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-permission-denied':_0x2cad24(0x192),'room-cnt-exceeds':_0x2cad24(0x18e),'collaboration-timeout':_0x2cad24(0x186)},'conflict':{'title':_0x2cad24(0x19c),'content':_0x2cad24(0x19a)},'permission':{'title':_0x2cad24(0x194),'content':_0x2cad24(0x181)},'collaboration':{'single-unit':{'warning':_0x2cad24(0x18d)},'closeRoom':'امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'},'auth':{'needGotoLoginAlert':_0x2cad24(0x18c)}};function _0x3bb9(_0x1866a9,_0x16456e){const _0x53ee20=_0x53ee();return _0x3bb9=function(_0x3bb975,_0x57de52){_0x3bb975=_0x3bb975-0x181;let _0x43b3df=_0x53ee20[_0x3bb975];return _0x43b3df;},_0x3bb9(_0x1866a9,_0x16456e);}module[_0x2cad24(0x197)]=o;
@@ -1 +1 @@
1
- 'use strict';function _0x3b2d(_0x261ec0,_0x17a4ad){const _0x401986=_0x4019();return _0x3b2d=function(_0x3b2d76,_0x14e730){_0x3b2d76=_0x3b2d76-0x1e1;let _0x1f6251=_0x401986[_0x3b2d76];return _0x1f6251;},_0x3b2d(_0x261ec0,_0x17a4ad);}const _0xa3daaf=_0x3b2d;(function(_0x1f5b0f,_0x2757d5){const _0x4d5fec=_0x3b2d,_0xb046c4=_0x1f5b0f();while(!![]){try{const _0x324cdb=-parseInt(_0x4d5fec(0x1ec))/0x1+parseInt(_0x4d5fec(0x1ef))/0x2+parseInt(_0x4d5fec(0x1e7))/0x3+-parseInt(_0x4d5fec(0x1f6))/0x4+-parseInt(_0x4d5fec(0x1f5))/0x5+-parseInt(_0x4d5fec(0x1f2))/0x6+parseInt(_0x4d5fec(0x1f3))/0x7*(parseInt(_0x4d5fec(0x1e8))/0x8);if(_0x324cdb===_0x2757d5)break;else _0xb046c4['push'](_0xb046c4['shift']());}catch(_0x352d98){_0xb046c4['push'](_0xb046c4['shift']());}}}(_0x4019,0xde644));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0xa3daaf(0x1ed),'conflict':_0xa3daaf(0x1e5),'notCollab':_0xa3daaf(0x1e1),'synced':'Synced','syncing':_0xa3daaf(0x1f4),'offline':_0xa3daaf(0x1e3)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0xa3daaf(0x1e6),'room-full':_0xa3daaf(0x1e9),'join-failed':_0xa3daaf(0x1e4),'room-not-exists':_0xa3daaf(0x1f0),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0xa3daaf(0x1f7)},'conflict':{'title':_0xa3daaf(0x1e2),'content':_0xa3daaf(0x1ee)},'permission':{'title':_0xa3daaf(0x1eb),'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':_0xa3daaf(0x1f8)},'closeRoom':_0xa3daaf(0x1ea)},'auth':{'needGotoLoginAlert':_0xa3daaf(0x1f1)}},o=e;function _0x4019(){const _0x5adddf=['Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','2751534PjaOdd','24nyjYZq','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Authentication\x20Error','1725516DWUNRa','Syncing\x20server\x20data...','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.','3279154uFYhZp','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','7181286ALJXwU','9090354XAtgyi','Syncing...','4461775mfsNRB','6907812aucdpk','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Local\x20file','Collaboration\x20Conflict','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts'];_0x4019=function(){return _0x5adddf;};return _0x4019();}module['exports']=o;
1
+ 'use strict';const _0x251fb9=_0x5d2d;function _0x6db0(){const _0x5bae36=['No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','412648QoWlUt','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','8hPMTDa','460QJDcPU','732OgrZAN','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','Synced','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','726019JAtrOR','8777160zFyjXg','424798YAceiN','3792990caKZJy','43122dxBGdK','2qICrAW','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Syncing...','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','6CUhKYp','358807gAbrvA'];_0x6db0=function(){return _0x5bae36;};return _0x6db0();}(function(_0x202211,_0xba923e){const _0x41bcc1=_0x5d2d,_0x1053c2=_0x202211();while(!![]){try{const _0x4a9f68=-parseInt(_0x41bcc1(0x83))/0x1*(parseInt(_0x41bcc1(0x7a))/0x2)+parseInt(_0x41bcc1(0x82))/0x3*(-parseInt(_0x41bcc1(0x85))/0x4)+-parseInt(_0x41bcc1(0x89))/0x5*(parseInt(_0x41bcc1(0x79))/0x6)+parseInt(_0x41bcc1(0x90))/0x7*(parseInt(_0x41bcc1(0x88))/0x8)+-parseInt(_0x41bcc1(0x91))/0x9+parseInt(_0x41bcc1(0x78))/0xa+-parseInt(_0x41bcc1(0x77))/0xb*(-parseInt(_0x41bcc1(0x8a))/0xc);if(_0x4a9f68===_0xba923e)break;else _0x1053c2['push'](_0x1053c2['shift']());}catch(_0x5638f1){_0x1053c2['push'](_0x1053c2['shift']());}}}(_0x6db0,0x9b8d3));function _0x5d2d(_0x20ead4,_0x35ce4d){const _0x6db006=_0x6db0();return _0x5d2d=function(_0x5d2d52,_0x16afab){_0x5d2d52=_0x5d2d52-0x77;let _0x43af56=_0x6db006[_0x5d2d52];return _0x43af56;},_0x5d2d(_0x20ead4,_0x35ce4d);}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x251fb9(0x8c),'notCollab':'Local\x20file','synced':_0x251fb9(0x8d),'syncing':_0x251fb9(0x7c),'offline':_0x251fb9(0x80)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x251fb9(0x7e),'room-full':_0x251fb9(0x7d),'join-failed':_0x251fb9(0x8e),'room-not-exists':_0x251fb9(0x81),'room-permission-denied':_0x251fb9(0x84),'room-cnt-exceeds':_0x251fb9(0x8b),'collaboration-timeout':_0x251fb9(0x7f)},'conflict':{'title':_0x251fb9(0x8f),'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':'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':_0x251fb9(0x86)},'closeRoom':_0x251fb9(0x7b)},'auth':{'needGotoLoginAlert':_0x251fb9(0x87)}},o=e;module['exports']=o;
@@ -1 +1 @@
1
- 'use strict';function _0x38e7(){const _0x13b9cf=['Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\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.','290OEKvwd','116232qfXPmB','611910OcGyht','1516641YhOznn','Syncing...','Click\x20to\x20Reconnect','Synced','575VQoHSn','18270076OggVzw','Local\x20file','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','3785520bVcotG','63VTCmRH','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','18GAQqEO','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','24gjLQnu','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.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','Connection\x20failed.\x20Please\x20check\x20your\x20network.','exports','2966145jaSKOW','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x38e7=function(){return _0x13b9cf;};return _0x38e7();}const _0x308a92=_0x52eb;(function(_0x2d331e,_0x254698){const _0x52aae2=_0x52eb,_0x273ca2=_0x2d331e();while(!![]){try{const _0x4de927=-parseInt(_0x52aae2(0xbb))/0x1*(parseInt(_0x52aae2(0xb4))/0x2)+-parseInt(_0x52aae2(0xc0))/0x3*(parseInt(_0x52aae2(0xb5))/0x4)+parseInt(_0x52aae2(0xcb))/0x5+parseInt(_0x52aae2(0xc3))/0x6*(-parseInt(_0x52aae2(0xb7))/0x7)+-parseInt(_0x52aae2(0xc5))/0x8*(parseInt(_0x52aae2(0xb6))/0x9)+-parseInt(_0x52aae2(0xbf))/0xa+parseInt(_0x52aae2(0xbc))/0xb;if(_0x4de927===_0x254698)break;else _0x273ca2['push'](_0x273ca2['shift']());}catch(_0x2c6515){_0x273ca2['push'](_0x273ca2['shift']());}}}(_0x38e7,0x50169));function _0x52eb(_0x37cb8f,_0x528cf7){const _0x38e798=_0x38e7();return _0x52eb=function(_0x52eb5f,_0x446d0a){_0x52eb5f=_0x52eb5f-0xb4;let _0x140264=_0x38e798[_0x52eb5f];return _0x140264;},_0x52eb(_0x37cb8f,_0x528cf7);}const e={'collab-client':{'tooltip':{'reconnect':_0x308a92(0xb9)}},'collabStatus':{'fetchMiss':_0x308a92(0xcf),'conflict':_0x308a92(0xc8),'notCollab':_0x308a92(0xbd),'synced':_0x308a92(0xba),'syncing':_0x308a92(0xb8),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x308a92(0xc9),'will-retry':_0x308a92(0xbe),'room-full':_0x308a92(0xc4),'join-failed':_0x308a92(0xd0),'room-not-exists':_0x308a92(0xce),'room-permission-denied':_0x308a92(0xc7),'room-cnt-exceeds':_0x308a92(0xcd),'collaboration-timeout':_0x308a92(0xc2)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x308a92(0xc6)},'permission':{'title':'Authentication\x20Error','content':_0x308a92(0xcc)},'collaboration':{'single-unit':{'warning':_0x308a92(0xd1)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x308a92(0xc1)}},o=e;module[_0x308a92(0xca)]=o;
1
+ 'use strict';const _0x4814c0=_0x11a2;function _0x11a2(_0x3ff1b8,_0x3c61cd){const _0x19f8ae=_0x19f8();return _0x11a2=function(_0x11a295,_0x194ecc){_0x11a295=_0x11a295-0xd7;let _0x50c7d7=_0x19f8ae[_0x11a295];return _0x50c7d7;},_0x11a2(_0x3ff1b8,_0x3c61cd);}(function(_0x1da3af,_0x2f540b){const _0x15ec6c=_0x11a2,_0x37ae29=_0x1da3af();while(!![]){try{const _0x5db6e3=parseInt(_0x15ec6c(0xec))/0x1*(-parseInt(_0x15ec6c(0xe6))/0x2)+parseInt(_0x15ec6c(0xe1))/0x3+-parseInt(_0x15ec6c(0xf3))/0x4*(parseInt(_0x15ec6c(0xf1))/0x5)+parseInt(_0x15ec6c(0xe0))/0x6+-parseInt(_0x15ec6c(0xed))/0x7*(parseInt(_0x15ec6c(0xf2))/0x8)+-parseInt(_0x15ec6c(0xdf))/0x9*(parseInt(_0x15ec6c(0xdb))/0xa)+parseInt(_0x15ec6c(0xda))/0xb;if(_0x5db6e3===_0x2f540b)break;else _0x37ae29['push'](_0x37ae29['shift']());}catch(_0x41642d){_0x37ae29['push'](_0x37ae29['shift']());}}}(_0x19f8,0xdade9));function _0x19f8(){const _0x120b14=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','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.','975106KQtVmN','Edit\x20conflicts','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','2ZnaqYk','3326449kWTosG','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','5aPNgve','8TLmWNp','5101508CVSvIk','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Local\x20file','Click\x20to\x20Reconnect','exports','50245789QGRQlN','2270TmfIhe','Synced','Syncing...','Syncing\x20server\x20data...','68805rglHYs','266574CXHFvY','2236098oKMJoT'];_0x19f8=function(){return _0x120b14;};return _0x19f8();}const e={'collab-client':{'tooltip':{'reconnect':_0x4814c0(0xd8)}},'collabStatus':{'fetchMiss':_0x4814c0(0xde),'conflict':_0x4814c0(0xe7),'notCollab':_0x4814c0(0xd7),'synced':_0x4814c0(0xdc),'syncing':_0x4814c0(0xdd),'offline':_0x4814c0(0xe2)},'session':{'connection-failed':_0x4814c0(0xe4),'will-retry':_0x4814c0(0xf4),'room-full':_0x4814c0(0xe9),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x4814c0(0xea),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x4814c0(0xf0),'collaboration-timeout':_0x4814c0(0xe8)},'conflict':{'title':_0x4814c0(0xeb),'content':_0x4814c0(0xe5)},'permission':{'title':_0x4814c0(0xee),'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':_0x4814c0(0xe3)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x4814c0(0xef)}},o=e;module[_0x4814c0(0xd9)]=o;
@@ -1 +1 @@
1
- 'use strict';function _0xeebd(){const _0x1f744c=['Syncing...','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','16VjWggY','Synced','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Edit\x20conflicts','Click\x20to\x20Reconnect','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','786PzAMkt','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','19722iFBzar','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.','Local\x20file','1983690lKqwWh','Authentication\x20Error','Connection\x20failed.\x20Please\x20check\x20your\x20network.','12KXjmZZ','4109CQiWLq','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1482882bGtakT','4MikZcq','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4227960ajodic','36117xMNSzZ','2001400sUFqYS','Collaboration\x20Conflict'];_0xeebd=function(){return _0x1f744c;};return _0xeebd();}const _0x2f3a5a=_0x393f;(function(_0x49ad5b,_0x360f45){const _0x4de97c=_0x393f,_0x25c8d7=_0x49ad5b();while(!![]){try{const _0x4c4b72=-parseInt(_0x4de97c(0x7e))/0x1*(parseInt(_0x4de97c(0x93))/0x2)+-parseInt(_0x4de97c(0x81))/0x3*(-parseInt(_0x4de97c(0x82))/0x4)+parseInt(_0x4de97c(0x86))/0x5+-parseInt(_0x4de97c(0x91))/0x6*(-parseInt(_0x4de97c(0x7f))/0x7)+parseInt(_0x4de97c(0x8b))/0x8*(parseInt(_0x4de97c(0x85))/0x9)+-parseInt(_0x4de97c(0x7b))/0xa+-parseInt(_0x4de97c(0x84))/0xb;if(_0x4c4b72===_0x360f45)break;else _0x25c8d7['push'](_0x25c8d7['shift']());}catch(_0x1865bf){_0x25c8d7['push'](_0x25c8d7['shift']());}}}(_0xeebd,0x43fa4));const e={'collab-client':{'tooltip':{'reconnect':_0x2f3a5a(0x8f)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x2f3a5a(0x8e),'notCollab':_0x2f3a5a(0x7a),'synced':_0x2f3a5a(0x8c),'syncing':_0x2f3a5a(0x88),'offline':_0x2f3a5a(0x8a)},'session':{'connection-failed':_0x2f3a5a(0x7d),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x2f3a5a(0x83),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x2f3a5a(0x80),'room-permission-denied':_0x2f3a5a(0x92),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x2f3a5a(0x89)},'conflict':{'title':_0x2f3a5a(0x87),'content':_0x2f3a5a(0x94)},'permission':{'title':_0x2f3a5a(0x7c),'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':_0x2f3a5a(0x90)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x2f3a5a(0x8d)}},o=e;function _0x393f(_0x8c3bbd,_0x58ec12){const _0xeebdb1=_0xeebd();return _0x393f=function(_0x393f44,_0x780ffd){_0x393f44=_0x393f44-0x7a;let _0x5af052=_0xeebdb1[_0x393f44];return _0x5af052;},_0x393f(_0x8c3bbd,_0x58ec12);}module['exports']=o;
1
+ 'use strict';const _0x49b549=_0x1783;(function(_0x381267,_0x157a4c){const _0x589ba8=_0x1783,_0xb76f4c=_0x381267();while(!![]){try{const _0x3a3466=-parseInt(_0x589ba8(0x1c0))/0x1*(-parseInt(_0x589ba8(0x1b8))/0x2)+-parseInt(_0x589ba8(0x1bd))/0x3+-parseInt(_0x589ba8(0x1c3))/0x4*(-parseInt(_0x589ba8(0x1b2))/0x5)+-parseInt(_0x589ba8(0x1ad))/0x6*(-parseInt(_0x589ba8(0x1b9))/0x7)+parseInt(_0x589ba8(0x1be))/0x8+parseInt(_0x589ba8(0x1bc))/0x9+parseInt(_0x589ba8(0x1b1))/0xa*(-parseInt(_0x589ba8(0x1c1))/0xb);if(_0x3a3466===_0x157a4c)break;else _0xb76f4c['push'](_0xb76f4c['shift']());}catch(_0x5e7d87){_0xb76f4c['push'](_0xb76f4c['shift']());}}}(_0x23b4,0x6f233));function _0x23b4(){const _0x5d099a=['5201100KIDQNZ','2072124XHQZjh','6573712vdrEKJ','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','131833UNsVnf','1144dYHbva','Connection\x20failed.\x20Please\x20check\x20your\x20network.','412JQdNfE','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Syncing\x20server\x20data...','18qAftBW','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','204670RvZlnC','30565ebfZEf','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Edit\x20conflicts','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.','Authentication\x20Error','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','10zvbxeu','1367513KvrMgc','exports','Local\x20file'];_0x23b4=function(){return _0x5d099a;};return _0x23b4();}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x49b549(0x1ac),'conflict':_0x49b549(0x1b4),'notCollab':_0x49b549(0x1bb),'synced':'Synced','syncing':'Syncing...','offline':_0x49b549(0x1bf)},'session':{'connection-failed':_0x49b549(0x1c2),'will-retry':_0x49b549(0x1c5),'room-full':_0x49b549(0x1ae),'join-failed':_0x49b549(0x1c4),'room-not-exists':_0x49b549(0x1af),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x49b549(0x1b3)},'conflict':{'title':_0x49b549(0x1b0),'content':_0x49b549(0x1b5)},'permission':{'title':_0x49b549(0x1b6),'content':_0x49b549(0x1b7)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x49b549(0x1ab)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;function _0x1783(_0x3c5ddf,_0x93b1c2){const _0x23b4a6=_0x23b4();return _0x1783=function(_0x1783e0,_0x3b4331){_0x1783e0=_0x1783e0-0x1ab;let _0x94e089=_0x23b4a6[_0x1783e0];return _0x94e089;},_0x1783(_0x3c5ddf,_0x93b1c2);}module[_0x49b549(0x1ba)]=o;
@@ -1 +1 @@
1
- 'use strict';const _0x3c6094=_0x1817;function _0x41f7(){const _0x2ae9c8=['协同文档数量超过限制,你的编辑将在本地缓存','24DaetUV','权限错误','已同步','2651628XrUTRP','29aBphPy','exports','1233190ygfmeR','11iYyPWQ','没有协同权限,你的编辑将在本地缓存','编辑冲突','服务器未响应,你的编辑将在本地缓存','3435699wutwuQ','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,将在一会儿之后重试连接','此文档协同人数已满,你的编辑将在本地缓存','协同冲突','7287831vjSXjL','8byaSWw','已离线,编辑将在本地缓存','本地文件','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,请检查你的网络','加入协同失败,你的编辑将在本地缓存','84110goTtZf','18169464dacpIh','加入协同失败,请稍后重试,你的编辑将在本地缓存','6cuSDhP','1006655HXlMrz'];_0x41f7=function(){return _0x2ae9c8;};return _0x41f7();}function _0x1817(_0x9db3d9,_0x3ac0fa){const _0x41f76d=_0x41f7();return _0x1817=function(_0x1817b1,_0x293179){_0x1817b1=_0x1817b1-0xf5;let _0x1bd780=_0x41f76d[_0x1817b1];return _0x1bd780;},_0x1817(_0x9db3d9,_0x3ac0fa);}(function(_0x42aef8,_0x3fdcd8){const _0xe84f5c=_0x1817,_0x27158c=_0x42aef8();while(!![]){try{const _0x2d461b=parseInt(_0xe84f5c(0xf9))/0x1*(-parseInt(_0xe84f5c(0x10c))/0x2)+parseInt(_0xe84f5c(0x100))/0x3+-parseInt(_0xe84f5c(0xf5))/0x4*(-parseInt(_0xe84f5c(0x110))/0x5)+-parseInt(_0xe84f5c(0x10f))/0x6*(-parseInt(_0xe84f5c(0xf8))/0x7)+parseInt(_0xe84f5c(0x106))/0x8*(parseInt(_0xe84f5c(0x105))/0x9)+-parseInt(_0xe84f5c(0xfb))/0xa*(-parseInt(_0xe84f5c(0xfc))/0xb)+-parseInt(_0xe84f5c(0x10d))/0xc;if(_0x2d461b===_0x3fdcd8)break;else _0x27158c['push'](_0x27158c['shift']());}catch(_0x525f69){_0x27158c['push'](_0x27158c['shift']());}}}(_0x41f7,0xe3638));const o={'collab-client':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':'正在拉取服务端数据...','conflict':_0x3c6094(0xfe),'notCollab':_0x3c6094(0x108),'synced':_0x3c6094(0xf7),'syncing':'保存中...','offline':_0x3c6094(0x107)},'session':{'connection-failed':_0x3c6094(0x10a),'will-retry':_0x3c6094(0x102),'room-full':_0x3c6094(0x103),'join-failed':_0x3c6094(0x10e),'room-not-exists':_0x3c6094(0x10b),'room-permission-denied':_0x3c6094(0xfd),'room-cnt-exceeds':_0x3c6094(0x111),'collaboration-timeout':_0x3c6094(0xff)},'conflict':{'title':_0x3c6094(0x104),'content':_0x3c6094(0x101)},'permission':{'title':_0x3c6094(0xf6),'content':_0x3c6094(0x109)},'collaboration':{'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':'由于协同房间被关闭,编辑权限被收回。'},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};module[_0x3c6094(0xfa)]=o;
1
+ 'use strict';const _0x15308b=_0x4c7d;(function(_0x38092a,_0x394604){const _0x4e7d9c=_0x4c7d,_0xb5257e=_0x38092a();while(!![]){try{const _0x226b90=parseInt(_0x4e7d9c(0xb7))/0x1+parseInt(_0x4e7d9c(0xad))/0x2*(parseInt(_0x4e7d9c(0xb8))/0x3)+-parseInt(_0x4e7d9c(0xbe))/0x4*(parseInt(_0x4e7d9c(0xaf))/0x5)+parseInt(_0x4e7d9c(0xbb))/0x6*(parseInt(_0x4e7d9c(0xa7))/0x7)+parseInt(_0x4e7d9c(0xb5))/0x8+parseInt(_0x4e7d9c(0xb6))/0x9+parseInt(_0x4e7d9c(0xb1))/0xa*(-parseInt(_0x4e7d9c(0xa8))/0xb);if(_0x226b90===_0x394604)break;else _0xb5257e['push'](_0xb5257e['shift']());}catch(_0x2521ea){_0xb5257e['push'](_0xb5257e['shift']());}}}(_0x463e,0x1b4fb));function _0x4c7d(_0x22a0f7,_0x2902da){const _0x463ee5=_0x463e();return _0x4c7d=function(_0x4c7df3,_0x38b793){_0x4c7df3=_0x4c7df3-0xa4;let _0x3a092a=_0x463ee5[_0x4c7df3];return _0x3a092a;},_0x4c7d(_0x22a0f7,_0x2902da);}function _0x463e(){const _0x4e6409=['20UdACbI','exports','加入协同失败,请稍后重试,你的编辑将在本地缓存','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','140984elKrpE','978030ESpgOz','2679WgTTLn','30021ztMSZV','编辑冲突','服务器未响应,你的编辑将在本地缓存','6OpaIBR','协同文档数量超过限制,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','8yXBWvs','协同冲突','权限错误','保存中...','752955DYsXWF','327910MnKXZd','点击重新连接','已离线,编辑将在本地缓存','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','连接失败,将在一会儿之后重试连接','28gQaIoo','没有协同权限,你的编辑将在本地缓存','512870qfXZoh','加入协同失败,你的编辑将在本地缓存'];_0x463e=function(){return _0x4e6409;};return _0x463e();}const o={'collab-client':{'tooltip':{'reconnect':_0x15308b(0xa9)}},'collabStatus':{'fetchMiss':'正在拉取服务端数据...','conflict':_0x15308b(0xb9),'notCollab':'本地文件','synced':'已同步','syncing':_0x15308b(0xa6),'offline':_0x15308b(0xaa)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0x15308b(0xac),'room-full':'此文档协同人数已满,你的编辑将在本地缓存','join-failed':_0x15308b(0xb3),'room-not-exists':_0x15308b(0xb0),'room-permission-denied':_0x15308b(0xae),'room-cnt-exceeds':_0x15308b(0xbc),'collaboration-timeout':_0x15308b(0xba)},'conflict':{'title':_0x15308b(0xa4),'content':_0x15308b(0xb4)},'permission':{'title':_0x15308b(0xa5),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':_0x15308b(0xab)},'closeRoom':_0x15308b(0xbd)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};module[_0x15308b(0xb2)]=o;
@@ -1 +1 @@
1
- 'use strict';const _0x3703e2=_0x525a;(function(_0x503958,_0x561d46){const _0x4d47c9=_0x525a,_0x2706a1=_0x503958();while(!![]){try{const _0xefab08=parseInt(_0x4d47c9(0x1c7))/0x1*(parseInt(_0x4d47c9(0x1cc))/0x2)+-parseInt(_0x4d47c9(0x1c9))/0x3*(-parseInt(_0x4d47c9(0x1d5))/0x4)+parseInt(_0x4d47c9(0x1c6))/0x5*(parseInt(_0x4d47c9(0x1d4))/0x6)+-parseInt(_0x4d47c9(0x1c1))/0x7+-parseInt(_0x4d47c9(0x1c3))/0x8*(-parseInt(_0x4d47c9(0x1bd))/0x9)+-parseInt(_0x4d47c9(0x1d1))/0xa*(-parseInt(_0x4d47c9(0x1ca))/0xb)+-parseInt(_0x4d47c9(0x1bc))/0xc;if(_0xefab08===_0x561d46)break;else _0x2706a1['push'](_0x2706a1['shift']());}catch(_0x2294de){_0x2706a1['push'](_0x2706a1['shift']());}}}(_0x3806,0x79d90));function _0x525a(_0x56d641,_0x5d1452){const _0x38061f=_0x3806();return _0x525a=function(_0x525a76,_0x34d077){_0x525a76=_0x525a76-0x1ba;let _0x4bf7ad=_0x38061f[_0x525a76];return _0x4bf7ad;},_0x525a(_0x56d641,_0x5d1452);}const e={'collab-client':{'tooltip':{'reconnect':_0x3703e2(0x1c0)}},'collabStatus':{'fetchMiss':_0x3703e2(0x1ce),'conflict':'Edit\x20conflicts','notCollab':_0x3703e2(0x1be),'synced':_0x3703e2(0x1d3),'syncing':_0x3703e2(0x1d2),'offline':_0x3703e2(0x1c2)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x3703e2(0x1cb),'room-full':_0x3703e2(0x1c4),'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':_0x3703e2(0x1bb),'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':_0x3703e2(0x1cd),'content':_0x3703e2(0x1ba)},'permission':{'title':_0x3703e2(0x1c8),'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':_0x3703e2(0x1d0)},'closeRoom':_0x3703e2(0x1c5)},'auth':{'needGotoLoginAlert':_0x3703e2(0x1bf)}},o=e;module[_0x3703e2(0x1cf)]=o;function _0x3806(){const _0x3b4fc3=['Local\x20file','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Click\x20to\x20Reconnect','3756277zgCPnM','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','33256aIzuOJ','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','16325JMkgWP','656967fkeVJj','Authentication\x20Error','73797LQbbvp','11grBqKd','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','2nceaoo','Collaboration\x20Conflict','Syncing\x20server\x20data...','exports','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','7081090jTjuRa','Syncing...','Synced','774KYphLt','52grOFwS','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.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','20227020QkifeU','1332hoJAPP'];_0x3806=function(){return _0x3b4fc3;};return _0x3806();}
1
+ 'use strict';const _0x47e4ae=_0x2f06;function _0x2f06(_0x1fe398,_0x3c7fb4){const _0x48bc60=_0x48bc();return _0x2f06=function(_0x2f06ba,_0x2cfd75){_0x2f06ba=_0x2f06ba-0x1ac;let _0x1f0324=_0x48bc60[_0x2f06ba];return _0x1f0324;},_0x2f06(_0x1fe398,_0x3c7fb4);}function _0x48bc(){const _0x4472b6=['Authentication\x20Error','5BvaIvA','Click\x20to\x20Reconnect','8pPLcEC','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','4511260ZqpxJj','Local\x20file','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','14641UHdCCc','Synced','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','88tsyOyV','18oIGChP','62069yKIDHF','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.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','1376764ydPOqy','exports','3413799TLPsLD','6725151vtMHuv','9014676YYNLFx'];_0x48bc=function(){return _0x4472b6;};return _0x48bc();}(function(_0x5b3828,_0x2f0cea){const _0x485e38=_0x2f06,_0x50b624=_0x5b3828();while(!![]){try{const _0x830581=parseInt(_0x485e38(0x1ac))/0x1*(-parseInt(_0x485e38(0x1b0))/0x2)+-parseInt(_0x485e38(0x1bb))/0x3+-parseInt(_0x485e38(0x1b9))/0x4*(-parseInt(_0x485e38(0x1bf))/0x5)+parseInt(_0x485e38(0x1b1))/0x6*(parseInt(_0x485e38(0x1b2))/0x7)+-parseInt(_0x485e38(0x1c1))/0x8*(-parseInt(_0x485e38(0x1bc))/0x9)+parseInt(_0x485e38(0x1c5))/0xa+parseInt(_0x485e38(0x1bd))/0xb;if(_0x830581===_0x2f0cea)break;else _0x50b624['push'](_0x50b624['shift']());}catch(_0x3d4454){_0x50b624['push'](_0x50b624['shift']());}}}(_0x48bc,0x94148));const e={'collab-client':{'tooltip':{'reconnect':_0x47e4ae(0x1c0)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x47e4ae(0x1c4),'notCollab':_0x47e4ae(0x1c6),'synced':_0x47e4ae(0x1ad),'syncing':'Syncing...','offline':_0x47e4ae(0x1c7)},'session':{'connection-failed':_0x47e4ae(0x1b6),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x47e4ae(0x1c2),'join-failed':_0x47e4ae(0x1b4),'room-not-exists':_0x47e4ae(0x1b7),'room-permission-denied':_0x47e4ae(0x1c3),'room-cnt-exceeds':_0x47e4ae(0x1b5),'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':_0x47e4ae(0x1be),'content':_0x47e4ae(0x1b8)},'collaboration':{'single-unit':{'warning':_0x47e4ae(0x1b3)},'closeRoom':_0x47e4ae(0x1ae)},'auth':{'needGotoLoginAlert':_0x47e4ae(0x1af)}},o=e;module[_0x47e4ae(0x1ba)]=o;
@@ -0,0 +1 @@
1
+ function _0xe3e2(_0x191355,_0x116520){var _0x401f04=_0x401f();return _0xe3e2=function(_0xe3e229,_0x39aabf){_0xe3e229=_0xe3e229-0x92;var _0x5ca4d2=_0x401f04[_0xe3e229];return _0x5ca4d2;},_0xe3e2(_0x191355,_0x116520);}var _0x37f4fd=_0xe3e2;(function(_0x18739a,_0x304516){var _0x3d734c=_0xe3e2,_0x1200d6=_0x18739a();while(!![]){try{var _0x4f03b4=-parseInt(_0x3d734c(0xb0))/0x1+-parseInt(_0x3d734c(0xae))/0x2+parseInt(_0x3d734c(0x9e))/0x3+parseInt(_0x3d734c(0xa7))/0x4*(-parseInt(_0x3d734c(0x99))/0x5)+-parseInt(_0x3d734c(0xa5))/0x6*(parseInt(_0x3d734c(0xa1))/0x7)+parseInt(_0x3d734c(0x98))/0x8*(parseInt(_0x3d734c(0x92))/0x9)+parseInt(_0x3d734c(0xb1))/0xa;if(_0x4f03b4===_0x304516)break;else _0x1200d6['push'](_0x1200d6['shift']());}catch(_0x13d10e){_0x1200d6['push'](_0x1200d6['shift']());}}}(_0x401f,0x7d223));import{Inject as _0xd2941a,Injector as _0x16c2e7,FBase as _0x530988,UniverInstanceType as _0x6de8d5,toDisposable as _0x40a02b,IUniverInstanceService as _0x11c691,FUniver as _0x45b978}from'@univerjs/core';import{SnapshotService as _0x2b1bb2}from'@univerjs-pro/collaboration';import{CollaborationController as _0x1505cc,MemberService as _0x3a361e}from'@univerjs-pro/collaboration-client';import{switchMap as _0x2d8d27}from'rxjs';var w=Object[_0x37f4fd(0x9f)],U=Object[_0x37f4fd(0xa3)],d=(_0x2e6328,_0x1f76ba,_0x24ee5d,_0xa9dae2)=>{var _0x57301f=_0x37f4fd;for(var _0x1b34df=_0xa9dae2>0x1?void 0x0:_0xa9dae2?U(_0x1f76ba,_0x24ee5d):_0x1f76ba,_0x3becf4=_0x2e6328[_0x57301f(0xab)]-0x1,_0x4c505d;_0x3becf4>=0x0;_0x3becf4--)(_0x4c505d=_0x2e6328[_0x3becf4])&&(_0x1b34df=(_0xa9dae2?_0x4c505d(_0x1f76ba,_0x24ee5d,_0x1b34df):_0x4c505d(_0x1b34df))||_0x1b34df);return _0xa9dae2&&_0x1b34df&&w(_0x1f76ba,_0x24ee5d,_0x1b34df),_0x1b34df;},n=(_0x5fdc18,_0x121f4b)=>(_0x9c2e03,_0x412dd8)=>_0x121f4b(_0x9c2e03,_0x412dd8,_0x5fdc18);function _0x401f(){var _0x34c17a=['length','UNIVER_SHEET','members$','1620882ujsxCh','_injector','897241KpkCTk','30041260eCDngZ','9tzIAqr','pipe','_collaborationController','readyForCollab','subscribe','loadActiveSheet','2453992jpgmnV','15gBgzxk','getUniverSheet','loadSheet','get','_univerInstanceService','57831EoLCQh','defineProperty','extend','7mQCHdz','_snapshotService','getOwnPropertyDescriptor','createInstance','3959052dbEvNe','_handler','600108YYAjHS','getCollaboration','from','[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.'];_0x401f=function(){return _0x34c17a;};return _0x401f();}let c=class extends _0x530988{constructor(_0x557fdd,_0x438e54,_0x1c735d,_0x198e34,_0xb60d1){var _0x28ff0e=_0x37f4fd;super(),this['_handler']=_0x557fdd,this[_0x28ff0e(0xaf)]=_0x438e54,this[_0x28ff0e(0x9d)]=_0x1c735d,this['_snapshotService']=_0x198e34,this[_0x28ff0e(0x94)]=_0xb60d1;}async[_0x37f4fd(0x97)](){var _0x223794=_0x37f4fd;throw new Error(_0x223794(0xaa));}async['loadSheet'](_0x561d81){var _0x385b4d=_0x37f4fd;return this[_0x385b4d(0x9d)]['getUnit'](_0x561d81,_0x6de8d5[_0x385b4d(0xac)])||await this[_0x385b4d(0xa2)][_0x385b4d(0x9b)](_0x561d81,0x0)?(await this[_0x385b4d(0x94)][_0x385b4d(0x95)](_0x561d81),this[_0x385b4d(0xa6)][_0x385b4d(0x9a)](_0x561d81)):null;}['subscribeCollaborators'](_0xda6be5,_0x835569){var _0x196690=_0x37f4fd;const _0xd7f71e=this[_0x196690(0xaf)][_0x196690(0x9c)](_0x3a361e)['waitForRoom$'](_0xda6be5)[_0x196690(0x93)](_0x2d8d27(_0x294335=>_0x294335[_0x196690(0xad)]))[_0x196690(0x96)](_0x248cf5=>_0x835569(Array[_0x196690(0xa9)](_0x248cf5['values']())));return _0x40a02b(_0xd7f71e);}};c=d([n(0x1,_0xd2941a(_0x16c2e7)),n(0x2,_0x11c691),n(0x3,_0xd2941a(_0x2b1bb2)),n(0x4,_0xd2941a(_0x1505cc))],c);class j extends _0x45b978{[_0x37f4fd(0xa8)](){var _0x4d2815=_0x37f4fd;return this[_0x4d2815(0xaf)][_0x4d2815(0xa4)](c,{'getUniverSheet':_0x2c0565=>this[_0x4d2815(0x9a)](_0x2c0565)});}}_0x45b978[_0x37f4fd(0xa0)](j);export{c as FCollaboration};