@univerjs-pro/collaboration-client 0.4.2 → 0.5.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/en-US.js +1 -0
  3. package/lib/cjs/locale/fa-IR.js +1 -0
  4. package/lib/cjs/locale/ru-RU.js +1 -0
  5. package/lib/cjs/locale/vi-VN.js +1 -0
  6. package/lib/cjs/locale/zh-CN.js +1 -0
  7. package/lib/cjs/locale/zh-TW.js +1 -0
  8. package/lib/es/index.js +1 -1
  9. package/lib/es/locale/en-US.js +1 -0
  10. package/lib/es/locale/fa-IR.js +1 -0
  11. package/lib/es/locale/ru-RU.js +1 -0
  12. package/lib/es/locale/vi-VN.js +1 -0
  13. package/lib/es/locale/zh-CN.js +1 -0
  14. package/lib/es/locale/zh-TW.js +1 -0
  15. package/lib/types/index.d.ts +890 -34
  16. package/lib/umd/index.js +1 -1
  17. package/lib/umd/locale/en-US.js +1 -0
  18. package/lib/umd/locale/fa-IR.js +1 -0
  19. package/lib/umd/locale/ru-RU.js +1 -0
  20. package/lib/umd/locale/vi-VN.js +1 -0
  21. package/lib/umd/locale/zh-CN.js +1 -0
  22. package/lib/umd/locale/zh-TW.js +1 -0
  23. package/package.json +39 -31
  24. package/lib/locale/en-US.json +0 -38
  25. package/lib/locale/fa-IR.json +0 -38
  26. package/lib/locale/ru-RU.json +0 -38
  27. package/lib/locale/vi-VN.json +0 -38
  28. package/lib/locale/zh-CN.json +0 -38
  29. package/lib/locale/zh-TW.json +0 -38
  30. package/lib/types/config/config.d.ts +0 -48
  31. package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +0 -23
  32. package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +0 -1
  33. package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +0 -1
  34. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +0 -22
  35. package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +0 -38
  36. package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +0 -24
  37. package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +0 -3
  38. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +0 -39
  39. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +0 -21
  40. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +0 -18
  41. package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +0 -4
  42. package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
  43. package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +0 -54
  44. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +0 -91
  45. package/lib/types/controllers/collaboration/collaboration-state.d.ts +0 -303
  46. package/lib/types/controllers/collaboration/collaboration.controller.d.ts +0 -24
  47. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -18
  48. package/lib/types/controllers/collaboration/utils/empty.d.ts +0 -2
  49. package/lib/types/controllers/config.schema.d.ts +0 -29
  50. package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
  51. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +0 -22
  52. package/lib/types/controllers/file-name/file-name.controller.d.ts +0 -12
  53. package/lib/types/controllers/telemetry.d.ts +0 -11
  54. package/lib/types/locale/en-US.d.ts +0 -3
  55. package/lib/types/locale/fa-IR.d.ts +0 -3
  56. package/lib/types/locale/ru-RU.d.ts +0 -3
  57. package/lib/types/locale/vi-VN.d.ts +0 -3
  58. package/lib/types/locale/zh-CN.d.ts +0 -39
  59. package/lib/types/locale/zh-TW.d.ts +0 -3
  60. package/lib/types/models/cursor.d.ts +0 -30
  61. package/lib/types/plugin.d.ts +0 -18
  62. package/lib/types/services/auth-server/auth-server.service.d.ts +0 -10
  63. package/lib/types/services/auth-server/authz-io-http.service.d.ts +0 -30
  64. package/lib/types/services/auth-server/domain-request.service.d.ts +0 -6
  65. package/lib/types/services/auth-server/util.d.ts +0 -1
  66. package/lib/types/services/collaboration-session/collaboration-session.d.ts +0 -59
  67. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +0 -61
  68. package/lib/types/services/color-assign/color-assign.service.d.ts +0 -10
  69. package/lib/types/services/comment/comment.service.d.ts +0 -6
  70. package/lib/types/services/image-remote/image-io.service.d.ts +0 -34
  71. package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +0 -13
  72. package/lib/types/services/local-cache/local-cache.service.d.ts +0 -37
  73. package/lib/types/services/member/member.service.d.ts +0 -77
  74. package/lib/types/services/permission/permission.service.d.ts +0 -12
  75. package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +0 -13
  76. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +0 -39
  77. package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +0 -21
  78. package/lib/types/services/socket/collaboration-socket.service.d.ts +0 -34
  79. package/lib/types/services/socket/serialize.d.ts +0 -3
  80. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +0 -12
  81. package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +0 -13
  82. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +0 -8
  83. package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +0 -19
  84. package/lib/types/services/url/url.service.d.ts +0 -12
  85. package/lib/types/services/url/web-url.service.d.ts +0 -10
  86. package/lib/types/views/components/CollabStatus.d.ts +0 -10
  87. package/lib/types/views/components/CollabStatus.stories.d.ts +0 -8
  88. package/lib/types/views/shapes/doc-collab-cursor.d.ts +0 -27
  89. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +0 -27
  90. package/lib/types/views/shapes/text-bubble.shape.d.ts +0 -19
@@ -0,0 +1 @@
1
+ 'use strict';const _0x27e038=_0x1508;(function(_0x48eb27,_0x38c58f){const _0x1b4839=_0x1508,_0x5b5e21=_0x48eb27();while(!![]){try{const _0x4278d9=-parseInt(_0x1b4839(0x114))/0x1*(parseInt(_0x1b4839(0x109))/0x2)+-parseInt(_0x1b4839(0x10c))/0x3*(parseInt(_0x1b4839(0x10e))/0x4)+-parseInt(_0x1b4839(0x10d))/0x5*(parseInt(_0x1b4839(0x111))/0x6)+parseInt(_0x1b4839(0xfe))/0x7*(-parseInt(_0x1b4839(0x10b))/0x8)+-parseInt(_0x1b4839(0xfd))/0x9+parseInt(_0x1b4839(0x117))/0xa*(-parseInt(_0x1b4839(0x113))/0xb)+parseInt(_0x1b4839(0x10f))/0xc;if(_0x4278d9===_0x38c58f)break;else _0x5b5e21['push'](_0x5b5e21['shift']());}catch(_0x9f6eef){_0x5b5e21['push'](_0x5b5e21['shift']());}}}(_0x5668,0xa0b5c));function _0x1508(_0x406789,_0x3b7c9f){const _0x5668c0=_0x5668();return _0x1508=function(_0x15080e,_0x16cd9c){_0x15080e=_0x15080e-0xfd;let _0x1fafab=_0x5668c0[_0x15080e];return _0x1fafab;},_0x1508(_0x406789,_0x3b7c9f);}function _0x5668(){const _0x505fa0=['6SGOeQN','Synced','7553128PxDgwN','141ulIuTQ','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','exports','10vlkVTJ','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','5937048OOqzQW','2162902jEIKOQ','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.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Collaboration\x20Conflict','Authentication\x20Error','Syncing...','Click\x20to\x20Reconnect','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','3658XidWkA','Syncing\x20server\x20data...','32fKMUnm','3CsbDBk','5612045iCtiAw','2235500IiqDdd','62156460Fxwbbz','Local\x20file'];_0x5668=function(){return _0x505fa0;};return _0x5668();}const e={'collab-client':{'tooltip':{'reconnect':_0x27e038(0x106)}},'collabStatus':{'fetchMiss':_0x27e038(0x10a),'conflict':'Edit\x20conflicts','notCollab':_0x27e038(0x110),'synced':_0x27e038(0x112),'syncing':_0x27e038(0x105),'offline':_0x27e038(0x101)},'session':{'connection-failed':_0x27e038(0x100),'will-retry':_0x27e038(0x108),'room-full':_0x27e038(0x107),'collaboration-timeout':_0x27e038(0x102)},'conflict':{'title':_0x27e038(0x103),'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':_0x27e038(0x104),'content':_0x27e038(0x118)},'collaboration':{'single-unit':{'warning':_0x27e038(0xff)},'closeRoom':_0x27e038(0x115)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};module[_0x27e038(0x116)]=e;
@@ -0,0 +1 @@
1
+ 'use strict';const _0x3081d4=_0xd827;(function(_0x2567cc,_0x43c6a5){const _0x52cdec=_0xd827,_0x48e534=_0x2567cc();while(!![]){try{const _0x2976e3=parseInt(_0x52cdec(0x176))/0x1*(-parseInt(_0x52cdec(0x182))/0x2)+parseInt(_0x52cdec(0x186))/0x3+parseInt(_0x52cdec(0x187))/0x4+-parseInt(_0x52cdec(0x181))/0x5+parseInt(_0x52cdec(0x17b))/0x6*(parseInt(_0x52cdec(0x175))/0x7)+-parseInt(_0x52cdec(0x17a))/0x8*(-parseInt(_0x52cdec(0x174))/0x9)+parseInt(_0x52cdec(0x185))/0xa;if(_0x2976e3===_0x43c6a5)break;else _0x48e534['push'](_0x48e534['shift']());}catch(_0x1ca36f){_0x48e534['push'](_0x48e534['shift']());}}}(_0x2be1,0xa2bae));function _0x2be1(){const _0x28a191=['7Yrdofz','26PrDlUr','تداخل\x20ویرایش','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','558568HGMzfh','1842906LBfRAh','امتیازات\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شوند.','2456505atNjWF','99682LHQsYd','اتصال\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رفت.','4268850MvaKbB','3436581yanVVM','1179448bhiztP','همگام\x20سازی','36Jdsxda'];_0x2be1=function(){return _0x28a191;};return _0x2be1();}const o={'collab-client':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x3081d4(0x178),'conflict':_0x3081d4(0x177),'notCollab':_0x3081d4(0x17d),'synced':_0x3081d4(0x188),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x3081d4(0x17f)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x3081d4(0x183),'room-full':_0x3081d4(0x179),'collaboration-timeout':_0x3081d4(0x180)},'conflict':{'title':'تداخل\x20همکاری','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':_0x3081d4(0x184)},'collaboration':{'single-unit':{'warning':'شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.'},'closeRoom':_0x3081d4(0x17c)},'auth':{'needGotoLoginAlert':'ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}};function _0xd827(_0x28a4b0,_0x3e3129){const _0x2be14d=_0x2be1();return _0xd827=function(_0xd82770,_0x17ceb3){_0xd82770=_0xd82770-0x174;let _0xdc1f1e=_0x2be14d[_0xd82770];return _0xdc1f1e;},_0xd827(_0x28a4b0,_0x3e3129);}module[_0x3081d4(0x17e)]=o;
@@ -0,0 +1 @@
1
+ 'use strict';const _0x62feca=_0x3cb1;function _0x3cb1(_0x39421e,_0x25108f){const _0x34d93f=_0x34d9();return _0x3cb1=function(_0x3cb110,_0x2a1ad8){_0x3cb110=_0x3cb110-0xe7;let _0x26a089=_0x34d93f[_0x3cb110];return _0x26a089;},_0x3cb1(_0x39421e,_0x25108f);}(function(_0x46455b,_0x5a169b){const _0x4bf644=_0x3cb1,_0x248e34=_0x46455b();while(!![]){try{const _0x516bde=-parseInt(_0x4bf644(0xe7))/0x1*(-parseInt(_0x4bf644(0xef))/0x2)+-parseInt(_0x4bf644(0xed))/0x3*(parseInt(_0x4bf644(0xf8))/0x4)+parseInt(_0x4bf644(0xe9))/0x5+-parseInt(_0x4bf644(0xf4))/0x6+-parseInt(_0x4bf644(0xf0))/0x7+-parseInt(_0x4bf644(0xfa))/0x8*(-parseInt(_0x4bf644(0xf3))/0x9)+parseInt(_0x4bf644(0xe8))/0xa*(parseInt(_0x4bf644(0xf7))/0xb);if(_0x516bde===_0x5a169b)break;else _0x248e34['push'](_0x248e34['shift']());}catch(_0x3f292f){_0x248e34['push'](_0x248e34['shift']());}}}(_0x34d9,0x6ebf4));const e={'collab-client':{'tooltip':{'reconnect':_0x62feca(0xf1)}},'collabStatus':{'fetchMiss':_0x62feca(0xf9),'conflict':'Edit\x20conflicts','notCollab':_0x62feca(0xea),'synced':_0x62feca(0xeb),'syncing':'Syncing...','offline':_0x62feca(0xee)},'session':{'connection-failed':_0x62feca(0xf5),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x62feca(0xf2),'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':'Authentication\x20Error','content':_0x62feca(0xec)},'collaboration':{'single-unit':{'warning':_0x62feca(0xfb)},'closeRoom':_0x62feca(0xf6)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;module['exports']=o;function _0x34d9(){const _0x3146e9=['Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','3459573YvXcZd','5300676GehbAV','Connection\x20failed,\x20please\x20check\x20your\x20network.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','11fATSxf','20adIdNX','Syncing\x20server\x20data...','8cxvOVk','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','66ZwWcCb','6395990iyyjtB','1495115iUMKfn','Local\x20file','Synced','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','39954ZitcFw','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','23148PlnYAI','4782729oICyjb','Click\x20to\x20Reconnect'];_0x34d9=function(){return _0x3146e9;};return _0x34d9();}
@@ -0,0 +1 @@
1
+ 'use strict';const _0x261f2b=_0x1e34;(function(_0x4a16ac,_0xaf850f){const _0x452972=_0x1e34,_0x50788c=_0x4a16ac();while(!![]){try{const _0x416d23=parseInt(_0x452972(0x1c0))/0x1+parseInt(_0x452972(0x1cd))/0x2*(parseInt(_0x452972(0x1b8))/0x3)+-parseInt(_0x452972(0x1bf))/0x4*(parseInt(_0x452972(0x1cb))/0x5)+parseInt(_0x452972(0x1bd))/0x6+parseInt(_0x452972(0x1c7))/0x7+-parseInt(_0x452972(0x1ce))/0x8*(-parseInt(_0x452972(0x1c1))/0x9)+parseInt(_0x452972(0x1bb))/0xa*(-parseInt(_0x452972(0x1bc))/0xb);if(_0x416d23===_0xaf850f)break;else _0x50788c['push'](_0x50788c['shift']());}catch(_0x4d22e5){_0x50788c['push'](_0x50788c['shift']());}}}(_0x2f96,0xe23f5));function _0x1e34(_0x197344,_0x4e3855){const _0x2f960e=_0x2f96();return _0x1e34=function(_0x1e34a9,_0x335ac7){_0x1e34a9=_0x1e34a9-0x1b8;let _0x5ca1e4=_0x2f960e[_0x1e34a9];return _0x5ca1e4;},_0x1e34(_0x197344,_0x4e3855);}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':'Local\x20file','synced':_0x261f2b(0x1c4),'syncing':_0x261f2b(0x1cc),'offline':_0x261f2b(0x1c2)},'session':{'connection-failed':_0x261f2b(0x1c6),'will-retry':_0x261f2b(0x1b9),'room-full':_0x261f2b(0x1ba),'collaboration-timeout':_0x261f2b(0x1be)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x261f2b(0x1c3)},'permission':{'title':_0x261f2b(0x1c5),'content':_0x261f2b(0x1c8)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x261f2b(0x1c9)},'auth':{'needGotoLoginAlert':_0x261f2b(0x1ca)}},o=e;module['exports']=o;function _0x2f96(){const _0xbe169a=['Connection\x20failed,\x20please\x20check\x20your\x20network.','10568551lkRLdr','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.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','5qmAhTN','Syncing...','2FthtwS','488WdxoRn','4084890jTuXTM','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','1670470QtkrjS','253TjeLch','8678538GEJEGk','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','7178716MEIuxK','1000552xmsFpL','183699TrYmyL','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','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.','Synced','Authentication\x20Error'];_0x2f96=function(){return _0xbe169a;};return _0x2f96();}
@@ -0,0 +1 @@
1
+ 'use strict';const _0x59b58a=_0x342c;(function(_0x5651f0,_0x4b8cf6){const _0x29854c=_0x342c,_0x5ad978=_0x5651f0();while(!![]){try{const _0x431b79=-parseInt(_0x29854c(0x1c2))/0x1+-parseInt(_0x29854c(0x1ca))/0x2*(parseInt(_0x29854c(0x1cb))/0x3)+-parseInt(_0x29854c(0x1ba))/0x4*(parseInt(_0x29854c(0x1c6))/0x5)+parseInt(_0x29854c(0x1b6))/0x6+parseInt(_0x29854c(0x1bd))/0x7*(parseInt(_0x29854c(0x1b3))/0x8)+parseInt(_0x29854c(0x1bc))/0x9+parseInt(_0x29854c(0x1c1))/0xa;if(_0x431b79===_0x4b8cf6)break;else _0x5ad978['push'](_0x5ad978['shift']());}catch(_0x65df68){_0x5ad978['push'](_0x5ad978['shift']());}}}(_0x5b73,0xc22c4));function _0x5b73(){const _0x142a9a=['已离线,编辑将在本地缓存','权限错误','保存中...','6113230LnAmpE','点击重新连接','服务器未响应,你的编辑将在本地缓存','exports','100CJyDax','74721Rzfydc','协同房间已满,你的编辑将在本地缓存','76456BenJvg','本地文件','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','1120512VpwqUT','编辑冲突','协同冲突','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','4ApUkUb','由于协同房间被关闭,编辑权限被收回。','10372392WlxAVm','581gLvbca','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','正在拉取服务端数据...','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','18592690eHMkTH','728412wezEbO'];_0x5b73=function(){return _0x142a9a;};return _0x5b73();}const o={'collab-client':{'tooltip':{'reconnect':_0x59b58a(0x1c7)}},'collabStatus':{'fetchMiss':_0x59b58a(0x1bf),'conflict':_0x59b58a(0x1b7),'notCollab':_0x59b58a(0x1b4),'synced':'已同步','syncing':_0x59b58a(0x1c5),'offline':_0x59b58a(0x1c3)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x59b58a(0x1cc),'collaboration-timeout':_0x59b58a(0x1c8)},'conflict':{'title':_0x59b58a(0x1b8),'content':_0x59b58a(0x1b5)},'permission':{'title':_0x59b58a(0x1c4),'content':_0x59b58a(0x1be)},'collaboration':{'single-unit':{'warning':_0x59b58a(0x1b9)},'closeRoom':_0x59b58a(0x1bb)},'auth':{'needGotoLoginAlert':_0x59b58a(0x1c0)}};function _0x342c(_0x565df5,_0x46a5a2){const _0x5b7326=_0x5b73();return _0x342c=function(_0x342cf1,_0x4c4f6d){_0x342cf1=_0x342cf1-0x1b3;let _0x432a5d=_0x5b7326[_0x342cf1];return _0x432a5d;},_0x342c(_0x565df5,_0x46a5a2);}module[_0x59b58a(0x1c9)]=o;
@@ -0,0 +1 @@
1
+ 'use strict';const _0x4941f4=_0x1818;(function(_0x5739a5,_0x146103){const _0x2b5795=_0x1818,_0x232907=_0x5739a5();while(!![]){try{const _0x12b6e1=-parseInt(_0x2b5795(0x87))/0x1+-parseInt(_0x2b5795(0x84))/0x2+-parseInt(_0x2b5795(0x94))/0x3*(parseInt(_0x2b5795(0x90))/0x4)+parseInt(_0x2b5795(0x88))/0x5+-parseInt(_0x2b5795(0x86))/0x6*(-parseInt(_0x2b5795(0x7f))/0x7)+parseInt(_0x2b5795(0x8a))/0x8+parseInt(_0x2b5795(0x8e))/0x9*(parseInt(_0x2b5795(0x8f))/0xa);if(_0x12b6e1===_0x146103)break;else _0x232907['push'](_0x232907['shift']());}catch(_0x414535){_0x232907['push'](_0x232907['shift']());}}}(_0x3e51,0xeff44));function _0x3e51(){const _0x55fcc1=['Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','126kBNEqj','1791650BoWpdM','604JyPnPH','Collaboration\x20Conflict','Synced','exports','31149wfjqNv','Syncing...','Authentication\x20Error','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','259qLBuEX','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Local\x20file','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.','3899566isnSNU','Connection\x20failed,\x20please\x20check\x20your\x20network.','302856ifEmSy','857303vejfkJ','2100710aLnoVm','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','4493656pDFHqN','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts'];_0x3e51=function(){return _0x55fcc1;};return _0x3e51();}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x4941f4(0x8c),'notCollab':_0x4941f4(0x82),'synced':_0x4941f4(0x92),'syncing':_0x4941f4(0x7c),'offline':_0x4941f4(0x7e)},'session':{'connection-failed':_0x4941f4(0x85),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x4941f4(0x8d),'collaboration-timeout':_0x4941f4(0x81)},'conflict':{'title':_0x4941f4(0x91),'content':_0x4941f4(0x83)},'permission':{'title':_0x4941f4(0x7d),'content':_0x4941f4(0x8b)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x4941f4(0x80)},'auth':{'needGotoLoginAlert':_0x4941f4(0x89)}},o=e;function _0x1818(_0xec3468,_0x358a05){const _0x3e51cf=_0x3e51();return _0x1818=function(_0x181848,_0x3ee99f){_0x181848=_0x181848-0x7c;let _0x1532aa=_0x3e51cf[_0x181848];return _0x1532aa;},_0x1818(_0xec3468,_0x358a05);}module[_0x4941f4(0x93)]=o;