@univerjs-pro/collaboration-client 0.4.2 → 0.5.0-nightly.202411091605

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
+ const _0x3f79e0=_0x45d9;(function(_0x15e04d,_0x374af7){const _0x4aea11=_0x45d9,_0x37cc40=_0x15e04d();while(!![]){try{const _0x21a17e=parseInt(_0x4aea11(0x19c))/0x1*(parseInt(_0x4aea11(0x1b2))/0x2)+-parseInt(_0x4aea11(0x19b))/0x3*(parseInt(_0x4aea11(0x1a9))/0x4)+-parseInt(_0x4aea11(0x1ae))/0x5+parseInt(_0x4aea11(0x1aa))/0x6+-parseInt(_0x4aea11(0x1b0))/0x7*(-parseInt(_0x4aea11(0x1a1))/0x8)+-parseInt(_0x4aea11(0x1a3))/0x9+parseInt(_0x4aea11(0x1a7))/0xa;if(_0x21a17e===_0x374af7)break;else _0x37cc40['push'](_0x37cc40['shift']());}catch(_0x5dfe40){_0x37cc40['push'](_0x37cc40['shift']());}}}(_0x3e04,0xa61e8));const e={'collab-client':{'tooltip':{'reconnect':_0x3f79e0(0x1ab)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x3f79e0(0x1a5),'synced':_0x3f79e0(0x1a2),'syncing':_0x3f79e0(0x19e),'offline':_0x3f79e0(0x1a4)},'session':{'connection-failed':_0x3f79e0(0x19f),'will-retry':_0x3f79e0(0x1ad),'room-full':_0x3f79e0(0x1ac),'collaboration-timeout':_0x3f79e0(0x1a0)},'conflict':{'title':_0x3f79e0(0x1a6),'content':_0x3f79e0(0x1b1)},'permission':{'title':_0x3f79e0(0x1af),'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':_0x3f79e0(0x19d)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x3f79e0(0x1a8)}};function _0x3e04(){const _0x1a5364=['Collaboration\x20Conflict','11221010vPBFVe','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','87684RCAffH','3125352ebuAgO','Click\x20to\x20Reconnect','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','4370480VYfwOB','Authentication\x20Error','9159493QpmxEP','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.','335606tJvGNZ','66zmDzai','1mAjYOv','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Syncing...','Connection\x20failed,\x20please\x20check\x20your\x20network.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','8fmIiFN','Synced','9742617nvjpuO','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Local\x20file'];_0x3e04=function(){return _0x1a5364;};return _0x3e04();}function _0x45d9(_0x4fc09b,_0x2c09d1){const _0x3e04b8=_0x3e04();return _0x45d9=function(_0x45d906,_0x64ae04){_0x45d906=_0x45d906-0x19b;let _0x4874a5=_0x3e04b8[_0x45d906];return _0x4874a5;},_0x45d9(_0x4fc09b,_0x2c09d1);}export{e as default};
@@ -0,0 +1 @@
1
+ const _0xa1b4bb=_0x19d6;(function(_0x3463b5,_0x7a3629){const _0xaa85d2=_0x19d6,_0x48ae73=_0x3463b5();while(!![]){try{const _0x575001=-parseInt(_0xaa85d2(0x165))/0x1+-parseInt(_0xaa85d2(0x158))/0x2*(-parseInt(_0xaa85d2(0x15d))/0x3)+-parseInt(_0xaa85d2(0x15c))/0x4*(-parseInt(_0xaa85d2(0x15a))/0x5)+parseInt(_0xaa85d2(0x160))/0x6*(-parseInt(_0xaa85d2(0x168))/0x7)+parseInt(_0xaa85d2(0x163))/0x8*(parseInt(_0xaa85d2(0x162))/0x9)+parseInt(_0xaa85d2(0x166))/0xa+-parseInt(_0xaa85d2(0x164))/0xb*(parseInt(_0xaa85d2(0x169))/0xc);if(_0x575001===_0x7a3629)break;else _0x48ae73['push'](_0x48ae73['shift']());}catch(_0x316c9b){_0x48ae73['push'](_0x48ae73['shift']());}}}(_0xbbc9,0xaad4a));const o={'collab-client':{'tooltip':{'reconnect':_0xa1b4bb(0x167)}},'collabStatus':{'fetchMiss':_0xa1b4bb(0x159),'conflict':_0xa1b4bb(0x16a),'notCollab':_0xa1b4bb(0x161),'synced':_0xa1b4bb(0x16c),'syncing':_0xa1b4bb(0x157),'offline':_0xa1b4bb(0x15f)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0xa1b4bb(0x15b),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'},'conflict':{'title':'تداخل\x20همکاری','content':_0xa1b4bb(0x156)},'permission':{'title':_0xa1b4bb(0x16b),'content':_0xa1b4bb(0x155)},'collaboration':{'single-unit':{'warning':'شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.'},'closeRoom':'امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.'},'auth':{'needGotoLoginAlert':_0xa1b4bb(0x15e)}};function _0x19d6(_0x53ebdb,_0x4cc753){const _0xbbc946=_0xbbc9();return _0x19d6=function(_0x19d61d,_0xfda55){_0x19d61d=_0x19d61d-0x155;let _0x58b728=_0xbbc946[_0x19d61d];return _0x58b728;},_0x19d6(_0x53ebdb,_0x4cc753);}export{o as default};function _0xbbc9(){const _0x52c63c=['خطای\x20اعتبارسنجی','همگام\x20سازی','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','در\x20حال\x20همگام\x20سازی...','2fpaQqb','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','3434735uXSyhQ','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','8ZGZoUX','1913052opNdwV','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','2994tTaevY','پرونده\x20محلی','3052926gxLmdR','16NPMOPM','33dIFTim','888767nTmNbF','2159880dQFImE','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','3598yVSvLZ','4244076GQNIYw','تداخل\x20ویرایش'];_0xbbc9=function(){return _0x52c63c;};return _0xbbc9();}
@@ -0,0 +1 @@
1
+ const _0x49bd22=_0x4366;(function(_0x204c50,_0x47e8f3){const _0x506a8a=_0x4366,_0x248f61=_0x204c50();while(!![]){try{const _0x95ebb1=parseInt(_0x506a8a(0xf1))/0x1*(-parseInt(_0x506a8a(0xf4))/0x2)+-parseInt(_0x506a8a(0xff))/0x3+-parseInt(_0x506a8a(0xfa))/0x4+-parseInt(_0x506a8a(0xf2))/0x5+-parseInt(_0x506a8a(0xf6))/0x6+-parseInt(_0x506a8a(0xef))/0x7+parseInt(_0x506a8a(0x102))/0x8*(parseInt(_0x506a8a(0xfe))/0x9);if(_0x95ebb1===_0x47e8f3)break;else _0x248f61['push'](_0x248f61['shift']());}catch(_0x11f38a){_0x248f61['push'](_0x248f61['shift']());}}}(_0x1691,0x1cb63));function _0x4366(_0x3a98a6,_0x1aa2ce){const _0x169192=_0x1691();return _0x4366=function(_0x436658,_0x3ff16b){_0x436658=_0x436658-0xef;let _0x8f5e9=_0x169192[_0x436658];return _0x8f5e9;},_0x4366(_0x3a98a6,_0x1aa2ce);}const e={'collab-client':{'tooltip':{'reconnect':_0x49bd22(0xfb)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x49bd22(0x103),'synced':_0x49bd22(0xf8),'syncing':_0x49bd22(0xf0),'offline':_0x49bd22(0x101)},'session':{'connection-failed':_0x49bd22(0x100),'will-retry':_0x49bd22(0xfd),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x49bd22(0xf5)},'conflict':{'title':_0x49bd22(0xf7),'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':_0x49bd22(0xf9)},'collaboration':{'single-unit':{'warning':_0x49bd22(0xfc)},'closeRoom':_0x49bd22(0xf3)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;export{o as default};function _0x1691(){const _0x27ff18=['Syncing...','8510qtYhky','32485MsIyFm','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4ouuVEI','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','251928wUFsHy','Collaboration\x20Conflict','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.','629192uFEBPv','Click\x20to\x20Reconnect','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','9LgQSdd','207957DRBhjo','Connection\x20failed,\x20please\x20check\x20your\x20network.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','4662112qdwhtK','Local\x20file','1211273exvtEe'];_0x1691=function(){return _0x27ff18;};return _0x1691();}
@@ -0,0 +1 @@
1
+ function _0x199a(_0x2ba811,_0x2d02af){const _0x10dd0b=_0x10dd();return _0x199a=function(_0x199aa1,_0x1c6023){_0x199aa1=_0x199aa1-0x1bc;let _0x24cfdb=_0x10dd0b[_0x199aa1];return _0x24cfdb;},_0x199a(_0x2ba811,_0x2d02af);}const _0x8d49a4=_0x199a;(function(_0x5cea12,_0x1cd6c3){const _0x1bdbb3=_0x199a,_0x23a2ff=_0x5cea12();while(!![]){try{const _0x2cc78a=parseInt(_0x1bdbb3(0x1c5))/0x1*(-parseInt(_0x1bdbb3(0x1bd))/0x2)+-parseInt(_0x1bdbb3(0x1c6))/0x3+-parseInt(_0x1bdbb3(0x1bf))/0x4+parseInt(_0x1bdbb3(0x1d0))/0x5+parseInt(_0x1bdbb3(0x1c9))/0x6+-parseInt(_0x1bdbb3(0x1cb))/0x7+parseInt(_0x1bdbb3(0x1c3))/0x8*(parseInt(_0x1bdbb3(0x1ca))/0x9);if(_0x2cc78a===_0x1cd6c3)break;else _0x23a2ff['push'](_0x23a2ff['shift']());}catch(_0x43c7c5){_0x23a2ff['push'](_0x23a2ff['shift']());}}}(_0x10dd,0x253e4));function _0x10dd(){const _0x4edaf4=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Click\x20to\x20Reconnect','72236NLCMzj','Syncing\x20server\x20data...','52136HOZdUS','Connection\x20failed,\x20please\x20check\x20your\x20network.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Authentication\x20Error','41432YPLmci','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','8aketRU','501834hEaZzJ','Edit\x20conflicts','Collaboration\x20Conflict','909018mcmlJF','873rIxOYl','1179283YdlJqn','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.','Syncing...','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','682035SoNDHp'];_0x10dd=function(){return _0x4edaf4;};return _0x10dd();}const e={'collab-client':{'tooltip':{'reconnect':_0x8d49a4(0x1bc)}},'collabStatus':{'fetchMiss':_0x8d49a4(0x1be),'conflict':_0x8d49a4(0x1c7),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x8d49a4(0x1cd),'offline':_0x8d49a4(0x1d1)},'session':{'connection-failed':_0x8d49a4(0x1c0),'will-retry':_0x8d49a4(0x1cf),'room-full':_0x8d49a4(0x1c4),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x8d49a4(0x1c8),'content':_0x8d49a4(0x1cc)},'permission':{'title':_0x8d49a4(0x1c2),'content':_0x8d49a4(0x1c1)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x8d49a4(0x1ce)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;export{o as default};
@@ -0,0 +1 @@
1
+ const _0x3c0110=_0x23bf;(function(_0x4110d7,_0x5e8c5c){const _0xe74c93=_0x23bf,_0x40b4ea=_0x4110d7();while(!![]){try{const _0x1ab5ad=-parseInt(_0xe74c93(0x123))/0x1*(-parseInt(_0xe74c93(0x128))/0x2)+-parseInt(_0xe74c93(0x12e))/0x3*(parseInt(_0xe74c93(0x12b))/0x4)+parseInt(_0xe74c93(0x120))/0x5+-parseInt(_0xe74c93(0x122))/0x6+-parseInt(_0xe74c93(0x12d))/0x7*(parseInt(_0xe74c93(0x119))/0x8)+-parseInt(_0xe74c93(0x12c))/0x9*(parseInt(_0xe74c93(0x129))/0xa)+parseInt(_0xe74c93(0x11e))/0xb;if(_0x1ab5ad===_0x5e8c5c)break;else _0x40b4ea['push'](_0x40b4ea['shift']());}catch(_0x25e86c){_0x40b4ea['push'](_0x40b4ea['shift']());}}}(_0x1043,0xe2bf8));const o={'collab-client':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x3c0110(0x11d),'conflict':_0x3c0110(0x127),'notCollab':'本地文件','synced':_0x3c0110(0x130),'syncing':_0x3c0110(0x11b),'offline':_0x3c0110(0x11a)},'session':{'connection-failed':_0x3c0110(0x121),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x3c0110(0x126),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':_0x3c0110(0x12a),'content':_0x3c0110(0x11c)},'permission':{'title':_0x3c0110(0x12f),'content':_0x3c0110(0x125)},'collaboration':{'single-unit':{'warning':_0x3c0110(0x124)},'closeRoom':_0x3c0110(0x11f)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};function _0x1043(){const _0x2df8e2=['连接失败,请检查你的网络','10416036VtahlH','12918ZrHXhW','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','协同房间已满,你的编辑将在本地缓存','编辑冲突','190GnGdxf','26550YLdNSc','协同冲突','8jPXRUL','5859OFJZni','77uaRWDd','447819PhyMhR','权限错误','已同步','440968KGpflC','已离线,编辑将在本地缓存','保存中...','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','正在拉取服务端数据...','26314794sTWtIy','由于协同房间被关闭,编辑权限被收回。','8392920MKGgkS'];_0x1043=function(){return _0x2df8e2;};return _0x1043();}function _0x23bf(_0xfef4e0,_0x58e605){const _0x104316=_0x1043();return _0x23bf=function(_0x23bfad,_0x5e28f7){_0x23bfad=_0x23bfad-0x119;let _0xeef80f=_0x104316[_0x23bfad];return _0xeef80f;},_0x23bf(_0xfef4e0,_0x58e605);}export{o as default};
@@ -0,0 +1 @@
1
+ const _0x3dab57=_0x2282;function _0x249f(){const _0x412f50=['Connection\x20failed,\x20please\x20check\x20your\x20network.','Edit\x20conflicts','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','3178448hbjkne','3521455npFUpi','6PZLvnS','Collaboration\x20Conflict','Synced','Click\x20to\x20Reconnect','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1641215htjByl','1659759yDdaeD','156375EGHlke','Syncing...','1787664sHcmbK','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Authentication\x20Error','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\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.','258354CXvfIR','2VEoxWk','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','400aICNbj','Local\x20file','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.'];_0x249f=function(){return _0x412f50;};return _0x249f();}(function(_0x1db99a,_0x2bdc99){const _0x3442de=_0x2282,_0x1aacf9=_0x1db99a();while(!![]){try{const _0x2ddad1=parseInt(_0x3442de(0xa2))/0x1+parseInt(_0x3442de(0x91))/0x2*(parseInt(_0x3442de(0xa1))/0x3)+parseInt(_0x3442de(0xa4))/0x4+parseInt(_0x3442de(0xa0))/0x5+-parseInt(_0x3442de(0x9b))/0x6*(-parseInt(_0x3442de(0x9a))/0x7)+-parseInt(_0x3442de(0x99))/0x8+parseInt(_0x3442de(0x90))/0x9*(-parseInt(_0x3442de(0x93))/0xa);if(_0x2ddad1===_0x2bdc99)break;else _0x1aacf9['push'](_0x1aacf9['shift']());}catch(_0x19e483){_0x1aacf9['push'](_0x1aacf9['shift']());}}}(_0x249f,0x6bfc2));const e={'collab-client':{'tooltip':{'reconnect':_0x3dab57(0x9e)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x3dab57(0x97),'notCollab':_0x3dab57(0x94),'synced':_0x3dab57(0x9d),'syncing':_0x3dab57(0xa3),'offline':_0x3dab57(0x8c)},'session':{'connection-failed':_0x3dab57(0x96),'will-retry':_0x3dab57(0x95),'room-full':_0x3dab57(0x98),'collaboration-timeout':_0x3dab57(0x8e)},'conflict':{'title':_0x3dab57(0x9c),'content':_0x3dab57(0x8f)},'permission':{'title':_0x3dab57(0x8d),'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':_0x3dab57(0x92)},'closeRoom':_0x3dab57(0x9f)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;function _0x2282(_0x2a7a09,_0x1089e0){const _0x249f78=_0x249f();return _0x2282=function(_0x22825a,_0x6bf44c){_0x22825a=_0x22825a-0x8c;let _0x5b5f50=_0x249f78[_0x22825a];return _0x5b5f50;},_0x2282(_0x2a7a09,_0x1089e0);}export{o as default};