@univerjs-pro/collaboration-client 0.5.1 → 0.5.2-nightly.202412281605

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 _0x5d78b7=_0x4071;function _0x4071(_0x1f9255,_0x114375){const _0x5973b6=_0x5973();return _0x4071=function(_0x40717c,_0x509def){_0x40717c=_0x40717c-0x7d;let _0x45ffdc=_0x5973b6[_0x40717c];return _0x45ffdc;},_0x4071(_0x1f9255,_0x114375);}(function(_0x3ebf05,_0x2edb9f){const _0x26da25=_0x4071,_0x2a5f2d=_0x3ebf05();while(!![]){try{const _0x24e2c0=-parseInt(_0x26da25(0x7e))/0x1*(-parseInt(_0x26da25(0x8b))/0x2)+-parseInt(_0x26da25(0x82))/0x3*(parseInt(_0x26da25(0x88))/0x4)+-parseInt(_0x26da25(0x94))/0x5*(parseInt(_0x26da25(0x87))/0x6)+-parseInt(_0x26da25(0x8e))/0x7+-parseInt(_0x26da25(0x95))/0x8+parseInt(_0x26da25(0x90))/0x9+parseInt(_0x26da25(0x96))/0xa;if(_0x24e2c0===_0x2edb9f)break;else _0x2a5f2d['push'](_0x2a5f2d['shift']());}catch(_0x56a1da){_0x2a5f2d['push'](_0x2a5f2d['shift']());}}}(_0x5973,0x63084));function _0x5973(){const _0x1a3985=['403406hlpQBu','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4225627CiLKxo','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','5369022xDPzju','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.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','17665sSJXMk','1596080EAvlqv','9949710kBvgiR','Connection\x20failed.\x20Please\x20check\x20your\x20network.','1Pijnhk','Collaboration\x20Conflict','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...','9801HYJiJd','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','exports','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Click\x20to\x20Reconnect','876hEiVsE','84FlUqrC','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Synced'];_0x5973=function(){return _0x1a3985;};return _0x5973();}const e={'collab-client':{'tooltip':{'reconnect':_0x5d78b7(0x86)}},'collabStatus':{'fetchMiss':_0x5d78b7(0x81),'conflict':'Edit\x20conflicts','notCollab':'Local\x20file','synced':_0x5d78b7(0x8a),'syncing':'Syncing...','offline':_0x5d78b7(0x83)},'session':{'connection-failed':_0x5d78b7(0x7d),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x5d78b7(0x89),'join-failed':_0x5d78b7(0x8f),'room-not-exists':_0x5d78b7(0x8d),'room-permission-denied':_0x5d78b7(0x80),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x5d78b7(0x92)},'conflict':{'title':_0x5d78b7(0x7f),'content':_0x5d78b7(0x91)},'permission':{'title':'Authentication\x20Error','content':_0x5d78b7(0x85)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x5d78b7(0x8c)},'auth':{'needGotoLoginAlert':_0x5d78b7(0x93)}};module[_0x5d78b7(0x84)]=e;
@@ -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 _0x405070=_0x4f1a;(function(_0x4e11fa,_0x1802f6){const _0x51c449=_0x4f1a,_0xcefeee=_0x4e11fa();while(!![]){try{const _0x21e7fb=parseInt(_0x51c449(0xdd))/0x1+parseInt(_0x51c449(0xd4))/0x2+parseInt(_0x51c449(0xe2))/0x3+-parseInt(_0x51c449(0xd7))/0x4*(parseInt(_0x51c449(0xdc))/0x5)+-parseInt(_0x51c449(0xe3))/0x6*(parseInt(_0x51c449(0xe4))/0x7)+parseInt(_0x51c449(0xd3))/0x8+-parseInt(_0x51c449(0xd9))/0x9;if(_0x21e7fb===_0x1802f6)break;else _0xcefeee['push'](_0xcefeee['shift']());}catch(_0x43ebeb){_0xcefeee['push'](_0xcefeee['shift']());}}}(_0x2b3a,0x43a4c));function _0x2b3a(){const _0x17aed4=['ظرفیت\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رفت.','10340yXtkNd','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','7639533AzGDcv','پرونده\x20محلی','تداخل\x20همکاری','190zszXef','480991RdvYSR','شما\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شوند','1192200vAxpwF','2706QNiPOX','1855FqHbtE','تعداد\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شد.','147368RlPwOp','893676qccuuR'];_0x2b3a=function(){return _0x17aed4;};return _0x2b3a();}function _0x4f1a(_0x516e5a,_0x3f2be8){const _0x2b3a56=_0x2b3a();return _0x4f1a=function(_0x4f1a0f,_0x28c124){_0x4f1a0f=_0x4f1a0f-0xcf;let _0x44ddd8=_0x2b3a56[_0x4f1a0f];return _0x44ddd8;},_0x4f1a(_0x516e5a,_0x3f2be8);}const o={'collab-client':{'tooltip':{'reconnect':_0x405070(0xdf)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':'تداخل\x20ویرایش','notCollab':_0x405070(0xda),'synced':_0x405070(0xe0),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x405070(0xe1)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':_0x405070(0xd5),'join-failed':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-not-exists':_0x405070(0xd8),'room-permission-denied':_0x405070(0xd1),'room-cnt-exceeds':_0x405070(0xcf),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.'},'conflict':{'title':_0x405070(0xdb),'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بین\x20خواهند\x20رفت.'},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x405070(0xd6)},'collaboration':{'single-unit':{'warning':_0x405070(0xde)},'closeRoom':_0x405070(0xd2)},'auth':{'needGotoLoginAlert':'ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}};module[_0x405070(0xd0)]=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';function _0x28a0(_0x44f4ae,_0x3c948e){const _0x25f7af=_0x25f7();return _0x28a0=function(_0x28a065,_0x1b50f1){_0x28a065=_0x28a065-0x112;let _0x1aff90=_0x25f7af[_0x28a065];return _0x1aff90;},_0x28a0(_0x44f4ae,_0x3c948e);}const _0x51af02=_0x28a0;(function(_0x3a0369,_0x23c329){const _0x25fdea=_0x28a0,_0x31b8bd=_0x3a0369();while(!![]){try{const _0x41ef1c=parseInt(_0x25fdea(0x112))/0x1*(-parseInt(_0x25fdea(0x11f))/0x2)+-parseInt(_0x25fdea(0x12f))/0x3+parseInt(_0x25fdea(0x123))/0x4*(-parseInt(_0x25fdea(0x126))/0x5)+-parseInt(_0x25fdea(0x11d))/0x6*(-parseInt(_0x25fdea(0x128))/0x7)+parseInt(_0x25fdea(0x119))/0x8*(parseInt(_0x25fdea(0x115))/0x9)+-parseInt(_0x25fdea(0x121))/0xa+parseInt(_0x25fdea(0x120))/0xb;if(_0x41ef1c===_0x23c329)break;else _0x31b8bd['push'](_0x31b8bd['shift']());}catch(_0x781f88){_0x31b8bd['push'](_0x31b8bd['shift']());}}}(_0x25f7,0xd3150));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x51af02(0x125),'conflict':'Edit\x20conflicts','notCollab':_0x51af02(0x11e),'synced':_0x51af02(0x12b),'syncing':_0x51af02(0x130),'offline':_0x51af02(0x117)},'session':{'connection-failed':_0x51af02(0x12d),'will-retry':_0x51af02(0x12a),'room-full':_0x51af02(0x12e),'join-failed':_0x51af02(0x12c),'room-not-exists':_0x51af02(0x11b),'room-permission-denied':_0x51af02(0x11a),'room-cnt-exceeds':_0x51af02(0x116),'collaboration-timeout':_0x51af02(0x127)},'conflict':{'title':_0x51af02(0x113),'content':_0x51af02(0x122)},'permission':{'title':_0x51af02(0x114),'content':_0x51af02(0x129)},'collaboration':{'single-unit':{'warning':_0x51af02(0x118)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x51af02(0x11c)}},o=e;module[_0x51af02(0x124)]=o;function _0x25f7(){const _0x1b2e94=['35bfYUaX','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.','Synced','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1982520TuHvAF','Syncing...','441158SSKudJ','Collaboration\x20Conflict','Authentication\x20Error','9awUMNy','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','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.','956456GUAmIX','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','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.','1378506FBHxTK','Local\x20file','6dAsLYC','39968214AwZsQM','5221890IpCdFK','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.','6122764JiTXuj','exports','Syncing\x20server\x20data...','5lQZkKO','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'];_0x25f7=function(){return _0x1b2e94;};return _0x25f7();}
@@ -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';function _0x100a(){const _0x564005=['Synced','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.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','21987GspXMy','Syncing...','794496ULBDuU','Click\x20to\x20Reconnect','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.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Authentication\x20Error','396135ZwGpLY','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','40Ybeljj','Syncing\x20server\x20data...','40627gXLugZ','Collaboration\x20Conflict','637362IfBsbk','82260kaLXqG','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','447399ogkVov','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Local\x20file','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','10IqGuCa','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.'];_0x100a=function(){return _0x564005;};return _0x100a();}const _0x22ff82=_0x5394;function _0x5394(_0x47d8da,_0x17f475){const _0x100aa1=_0x100a();return _0x5394=function(_0x5394c7,_0x583221){_0x5394c7=_0x5394c7-0x18a;let _0x58d4a2=_0x100aa1[_0x5394c7];return _0x58d4a2;},_0x5394(_0x47d8da,_0x17f475);}(function(_0x1f9cfe,_0x343c33){const _0x415ae0=_0x5394,_0x51abd9=_0x1f9cfe();while(!![]){try{const _0x35ad7e=-parseInt(_0x415ae0(0x19d))/0x1*(-parseInt(_0x415ae0(0x18b))/0x2)+-parseInt(_0x415ae0(0x199))/0x3+parseInt(_0x415ae0(0x193))/0x4+-parseInt(_0x415ae0(0x1a0))/0x5+parseInt(_0x415ae0(0x19f))/0x6+-parseInt(_0x415ae0(0x191))/0x7+parseInt(_0x415ae0(0x19b))/0x8*(-parseInt(_0x415ae0(0x1a2))/0x9);if(_0x35ad7e===_0x343c33)break;else _0x51abd9['push'](_0x51abd9['shift']());}catch(_0x3064f0){_0x51abd9['push'](_0x51abd9['shift']());}}}(_0x100a,0x1a511));const e={'collab-client':{'tooltip':{'reconnect':_0x22ff82(0x194)}},'collabStatus':{'fetchMiss':_0x22ff82(0x19c),'conflict':_0x22ff82(0x190),'notCollab':_0x22ff82(0x1a4),'synced':_0x22ff82(0x18d),'syncing':_0x22ff82(0x192),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x22ff82(0x18c),'room-full':_0x22ff82(0x197),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x22ff82(0x18f),'room-permission-denied':_0x22ff82(0x1a3),'room-cnt-exceeds':_0x22ff82(0x195),'collaboration-timeout':_0x22ff82(0x1a1)},'conflict':{'title':_0x22ff82(0x19e),'content':_0x22ff82(0x18e)},'permission':{'title':_0x22ff82(0x198),'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':_0x22ff82(0x18a)},'closeRoom':_0x22ff82(0x19a)},'auth':{'needGotoLoginAlert':_0x22ff82(0x196)}},o=e;module['exports']=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 _0x1c55d4=_0xed7e;function _0xed7e(_0x5ea540,_0x5206fd){const _0x422c80=_0x422c();return _0xed7e=function(_0xed7ee8,_0x55c62c){_0xed7ee8=_0xed7ee8-0x7d;let _0x245d6b=_0x422c80[_0xed7ee8];return _0x245d6b;},_0xed7e(_0x5ea540,_0x5206fd);}(function(_0x56575e,_0x2973a3){const _0x279bd8=_0xed7e,_0x2ce90c=_0x56575e();while(!![]){try{const _0x45acf4=parseInt(_0x279bd8(0x84))/0x1*(parseInt(_0x279bd8(0x92))/0x2)+parseInt(_0x279bd8(0x88))/0x3+-parseInt(_0x279bd8(0x96))/0x4+-parseInt(_0x279bd8(0x82))/0x5+parseInt(_0x279bd8(0x8e))/0x6+parseInt(_0x279bd8(0x85))/0x7+-parseInt(_0x279bd8(0x87))/0x8;if(_0x45acf4===_0x2973a3)break;else _0x2ce90c['push'](_0x2ce90c['shift']());}catch(_0x2dea68){_0x2ce90c['push'](_0x2ce90c['shift']());}}}(_0x422c,0x94f4b));const e={'collab-client':{'tooltip':{'reconnect':_0x1c55d4(0x8f)}},'collabStatus':{'fetchMiss':_0x1c55d4(0x97),'conflict':_0x1c55d4(0x86),'notCollab':_0x1c55d4(0x8c),'synced':'Synced','syncing':_0x1c55d4(0x7d),'offline':_0x1c55d4(0x95)},'session':{'connection-failed':_0x1c55d4(0x8b),'will-retry':_0x1c55d4(0x83),'room-full':_0x1c55d4(0x81),'join-failed':_0x1c55d4(0x94),'room-not-exists':_0x1c55d4(0x7e),'room-permission-denied':_0x1c55d4(0x93),'room-cnt-exceeds':_0x1c55d4(0x91),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x1c55d4(0x8d),'content':_0x1c55d4(0x7f)},'permission':{'title':_0x1c55d4(0x80),'content':_0x1c55d4(0x89)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x1c55d4(0x8a)}},o=e;function _0x422c(){const _0x5ba18f=['Click\x20to\x20Reconnect','exports','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','634346rUTPBa','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','4578544ZbtFEX','Syncing\x20server\x20data...','Syncing...','Failed\x20to\x20join\x20collaboration.\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.','Authentication\x20Error','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','3080925OqwoLg','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','1zpozGw','6870108kPDfCj','Edit\x20conflicts','7485816xMolQJ','2449284ochVYO','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.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Local\x20file','Collaboration\x20Conflict','7149756JPDGCj'];_0x422c=function(){return _0x5ba18f;};return _0x422c();}module[_0x1c55d4(0x90)]=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 _0x1e50a7=_0xf15f;(function(_0x1a0368,_0x1d9834){const _0x3592f3=_0xf15f,_0x5ba832=_0x1a0368();while(!![]){try{const _0x110af2=-parseInt(_0x3592f3(0x1d9))/0x1*(parseInt(_0x3592f3(0x1d4))/0x2)+-parseInt(_0x3592f3(0x1de))/0x3*(parseInt(_0x3592f3(0x1e7))/0x4)+-parseInt(_0x3592f3(0x1dc))/0x5+-parseInt(_0x3592f3(0x1da))/0x6+-parseInt(_0x3592f3(0x1e0))/0x7*(parseInt(_0x3592f3(0x1d5))/0x8)+-parseInt(_0x3592f3(0x1d6))/0x9*(-parseInt(_0x3592f3(0x1e9))/0xa)+parseInt(_0x3592f3(0x1d7))/0xb;if(_0x110af2===_0x1d9834)break;else _0x5ba832['push'](_0x5ba832['shift']());}catch(_0x36e03f){_0x5ba832['push'](_0x5ba832['shift']());}}}(_0x96a0,0x1e1a3));function _0x96a0(){const _0x5580a6=['已同步','加入协同失败,你的编辑将在本地缓存','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','本地文件','exports','连接失败,将在一会儿之后重试连接','10VZmSNh','904INcrRn','396747TMyJbF','6683754ULwwJw','保存中...','42017kcmYcY','552024BAuElw','此文档协同人数已满,你的编辑将在本地缓存','764385nYjqeQ','连接失败,请检查你的网络','31029lIKvQB','点击重新连接','8897marFjD','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','服务器未响应,你的编辑将在本地缓存','协同文档数量超过限制,你的编辑将在本地缓存','权限错误','正在拉取服务端数据...','没有协同权限,你的编辑将在本地缓存','24hfPkuV','加入协同失败,请稍后重试,你的编辑将在本地缓存','40BCUgQa','协同冲突'];_0x96a0=function(){return _0x5580a6;};return _0x96a0();}function _0xf15f(_0x1aef1c,_0x1ea6e5){const _0x96a021=_0x96a0();return _0xf15f=function(_0xf15f69,_0x39f197){_0xf15f69=_0xf15f69-0x1d4;let _0x52a396=_0x96a021[_0xf15f69];return _0x52a396;},_0xf15f(_0x1aef1c,_0x1ea6e5);}const o={'collab-client':{'tooltip':{'reconnect':_0x1e50a7(0x1df)}},'collabStatus':{'fetchMiss':_0x1e50a7(0x1e5),'conflict':'编辑冲突','notCollab':_0x1e50a7(0x1ee),'synced':_0x1e50a7(0x1eb),'syncing':_0x1e50a7(0x1d8),'offline':'已离线,编辑将在本地缓存'},'session':{'connection-failed':_0x1e50a7(0x1dd),'will-retry':_0x1e50a7(0x1f0),'room-full':_0x1e50a7(0x1db),'join-failed':_0x1e50a7(0x1e8),'room-not-exists':_0x1e50a7(0x1ec),'room-permission-denied':_0x1e50a7(0x1e6),'room-cnt-exceeds':_0x1e50a7(0x1e3),'collaboration-timeout':_0x1e50a7(0x1e2)},'conflict':{'title':_0x1e50a7(0x1ea),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x1e50a7(0x1e4),'content':_0x1e50a7(0x1e1)},'collaboration':{'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':'由于协同房间被关闭,编辑权限被收回。'},'auth':{'needGotoLoginAlert':_0x1e50a7(0x1ed)}};module[_0x1e50a7(0x1ef)]=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 _0x51a02e=_0x26c9;function _0x3513(){const _0x16ab6d=['Click\x20to\x20Reconnect','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','exports','9649640nrojWv','398531Afsltd','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Authentication\x20Error','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Local\x20file','1270224UdsTbP','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Collaboration\x20Conflict','468GWXTKP','Synced','1984FAwacj','75155orRTHi','40rYhicX','2892GZeXNQ','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.','4134867XAHVYv','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.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','48AyzJeU','164848ILQHfG'];_0x3513=function(){return _0x16ab6d;};return _0x3513();}(function(_0x21aed0,_0x48dd85){const _0x31e423=_0x26c9,_0x57cddb=_0x21aed0();while(!![]){try{const _0x11e524=-parseInt(_0x31e423(0x1b2))/0x1+parseInt(_0x31e423(0x1ba))/0x2+-parseInt(_0x31e423(0x1c3))/0x3*(parseInt(_0x31e423(0x1c0))/0x4)+parseInt(_0x31e423(0x1c1))/0x5*(-parseInt(_0x31e423(0x1ac))/0x6)+-parseInt(_0x31e423(0x1b1))/0x7+-parseInt(_0x31e423(0x1ad))/0x8*(-parseInt(_0x31e423(0x1be))/0x9)+-parseInt(_0x31e423(0x1c2))/0xa*(-parseInt(_0x31e423(0x1c6))/0xb);if(_0x11e524===_0x48dd85)break;else _0x57cddb['push'](_0x57cddb['shift']());}catch(_0x49f90d){_0x57cddb['push'](_0x57cddb['shift']());}}}(_0x3513,0xcbcd1));function _0x26c9(_0x261dc1,_0x16bebd){const _0x35131b=_0x3513();return _0x26c9=function(_0x26c97d,_0x501a48){_0x26c97d=_0x26c97d-0x1ac;let _0x6f06fb=_0x35131b[_0x26c97d];return _0x6f06fb;},_0x26c9(_0x261dc1,_0x16bebd);}const e={'collab-client':{'tooltip':{'reconnect':_0x51a02e(0x1ae)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x51a02e(0x1b9),'synced':_0x51a02e(0x1bf),'syncing':'Syncing...','offline':_0x51a02e(0x1bb)},'session':{'connection-failed':_0x51a02e(0x1c8),'will-retry':_0x51a02e(0x1b5),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x51a02e(0x1b6),'room-not-exists':_0x51a02e(0x1b8),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x51a02e(0x1c5),'collaboration-timeout':_0x51a02e(0x1af)},'conflict':{'title':_0x51a02e(0x1bd),'content':_0x51a02e(0x1c7)},'permission':{'title':_0x51a02e(0x1b7),'content':_0x51a02e(0x1c4)},'collaboration':{'single-unit':{'warning':_0x51a02e(0x1b4)},'closeRoom':_0x51a02e(0x1bc)},'auth':{'needGotoLoginAlert':_0x51a02e(0x1b3)}},o=e;module[_0x51a02e(0x1b0)]=o;
@@ -0,0 +1 @@
1
+ var _0x226e4b=_0x22a6;(function(_0x3654a9,_0x1560b6){var _0x2bf189=_0x22a6,_0x1b6361=_0x3654a9();while(!![]){try{var _0x2d33fa=parseInt(_0x2bf189(0x103))/0x1*(parseInt(_0x2bf189(0xf8))/0x2)+parseInt(_0x2bf189(0xf4))/0x3+parseInt(_0x2bf189(0x104))/0x4+-parseInt(_0x2bf189(0xfe))/0x5*(parseInt(_0x2bf189(0x102))/0x6)+-parseInt(_0x2bf189(0xe9))/0x7*(-parseInt(_0x2bf189(0x100))/0x8)+parseInt(_0x2bf189(0xeb))/0x9+-parseInt(_0x2bf189(0xea))/0xa;if(_0x2d33fa===_0x1560b6)break;else _0x1b6361['push'](_0x1b6361['shift']());}catch(_0x45cc57){_0x1b6361['push'](_0x1b6361['shift']());}}}(_0x5dd5,0xd555e));function _0x22a6(_0x4edc46,_0x4987c7){var _0x5dd5f4=_0x5dd5();return _0x22a6=function(_0x22a69b,_0x11f319){_0x22a69b=_0x22a69b-0xe8;var _0xc26000=_0x5dd5f4[_0x22a69b];return _0xc26000;},_0x22a6(_0x4edc46,_0x4987c7);}import{Inject as _0x5c0648,Injector as _0x11cdfe,FBase as _0x15168c,UniverInstanceType as _0x48dd27,toDisposable as _0x1f7a9c,IUniverInstanceService as _0x57a859,FUniver as _0x4ff812}from'@univerjs/core';import{SnapshotService as _0x28b3f2}from'@univerjs-pro/collaboration';import{CollaborationController as _0xf059e3,MemberService as _0x18a956}from'@univerjs-pro/collaboration-client';import{switchMap as _0x2a69c3}from'rxjs';var w=Object[_0x226e4b(0xfd)],U=Object[_0x226e4b(0xfa)],d=(_0x32de17,_0x460749,_0x560320,_0x4f23ba)=>{for(var _0x3bb45f=_0x4f23ba>0x1?void 0x0:_0x4f23ba?U(_0x460749,_0x560320):_0x460749,_0x7fe77d=_0x32de17['length']-0x1,_0x1efe67;_0x7fe77d>=0x0;_0x7fe77d--)(_0x1efe67=_0x32de17[_0x7fe77d])&&(_0x3bb45f=(_0x4f23ba?_0x1efe67(_0x460749,_0x560320,_0x3bb45f):_0x1efe67(_0x3bb45f))||_0x3bb45f);return _0x4f23ba&&_0x3bb45f&&w(_0x460749,_0x560320,_0x3bb45f),_0x3bb45f;},n=(_0x315a83,_0x35f6be)=>(_0x406a54,_0x109c2e)=>_0x35f6be(_0x406a54,_0x109c2e,_0x315a83);let c=class extends _0x15168c{constructor(_0xc4a066,_0x901c7f,_0x4fe1fc,_0xc59ac8,_0x3144f4){var _0x4a3944=_0x226e4b;super(),this[_0x4a3944(0xee)]=_0xc4a066,this[_0x4a3944(0xff)]=_0x901c7f,this[_0x4a3944(0xf6)]=_0x4fe1fc,this[_0x4a3944(0xed)]=_0xc59ac8,this[_0x4a3944(0xf0)]=_0x3144f4;}async['loadActiveSheet'](){var _0x2ba394=_0x226e4b;throw new Error(_0x2ba394(0xf9));}async['loadSheet'](_0x31956a){var _0x3cfbea=_0x226e4b;return this['_univerInstanceService'][_0x3cfbea(0xf2)](_0x31956a,_0x48dd27[_0x3cfbea(0xf3)])||await this[_0x3cfbea(0xed)][_0x3cfbea(0xf5)](_0x31956a,0x0)?(await this['_collaborationController'][_0x3cfbea(0xfb)](_0x31956a),this[_0x3cfbea(0xee)][_0x3cfbea(0x101)](_0x31956a)):null;}['subscribeCollaborators'](_0x49663f,_0x4d4fad){var _0x483e6e=_0x226e4b;const _0x3faac9=this[_0x483e6e(0xff)][_0x483e6e(0xf1)](_0x18a956)[_0x483e6e(0xef)](_0x49663f)[_0x483e6e(0xec)](_0x2a69c3(_0x50ddde=>_0x50ddde['members$']))[_0x483e6e(0xe8)](_0x2133d1=>_0x4d4fad(Array['from'](_0x2133d1['values']())));return _0x1f7a9c(_0x3faac9);}};c=d([n(0x1,_0x5c0648(_0x11cdfe)),n(0x2,_0x57a859),n(0x3,_0x5c0648(_0x28b3f2)),n(0x4,_0x5c0648(_0xf059e3))],c);class j extends _0x4ff812{['getCollaboration'](){var _0x26ebd7=_0x226e4b;return this['_injector'][_0x26ebd7(0xfc)](c,{'getUniverSheet':_0xf77736=>this[_0x26ebd7(0x101)](_0xf77736)});}}_0x4ff812[_0x226e4b(0xf7)](j);function _0x5dd5(){var _0x4909fd=['readyForCollab','createInstance','defineProperty','1815QDkDMm','_injector','1820296ZYlTlr','getUniverSheet','17898chqgSn','2nRTkvT','3855776QOTAdf','subscribe','21xwJWFv','23943020eEZXBT','8848791xOfKxM','pipe','_snapshotService','_handler','waitForRoom$','_collaborationController','get','getUnit','UNIVER_SHEET','4836471LetWjO','loadSheet','_univerInstanceService','extend','109042ZdxkLU','[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.','getOwnPropertyDescriptor'];_0x5dd5=function(){return _0x4909fd;};return _0x5dd5();}export{c as FCollaboration};