@univerjs-pro/collaboration-client 0.4.2-nightly.202411071606 → 0.4.2-nightly.202411081606
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.
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/types/index.d.ts +890 -35
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +31 -25
- package/lib/locale/en-US.js +0 -1
- package/lib/locale/fa-IR.js +0 -1
- package/lib/locale/ru-RU.js +0 -1
- package/lib/locale/vi-VN.js +0 -1
- package/lib/locale/zh-CN.js +0 -1
- package/lib/locale/zh-TW.js +0 -1
- package/lib/types/config/config.d.ts +0 -48
- package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +0 -23
- package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +0 -1
- package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +0 -1
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +0 -22
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +0 -38
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +0 -24
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +0 -3
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +0 -39
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +0 -21
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +0 -18
- package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +0 -4
- package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
- package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +0 -54
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +0 -91
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +0 -303
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +0 -24
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -18
- package/lib/types/controllers/collaboration/utils/empty.d.ts +0 -2
- package/lib/types/controllers/config.schema.d.ts +0 -29
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +0 -22
- package/lib/types/controllers/file-name/file-name.controller.d.ts +0 -12
- package/lib/types/controllers/telemetry.d.ts +0 -11
- package/lib/types/locale/en-US.d.ts +0 -3
- package/lib/types/locale/fa-IR.d.ts +0 -3
- package/lib/types/locale/ru-RU.d.ts +0 -3
- package/lib/types/locale/vi-VN.d.ts +0 -3
- package/lib/types/locale/zh-CN.d.ts +0 -39
- package/lib/types/locale/zh-TW.d.ts +0 -3
- package/lib/types/models/cursor.d.ts +0 -30
- package/lib/types/plugin.d.ts +0 -18
- package/lib/types/services/auth-server/auth-server.service.d.ts +0 -10
- package/lib/types/services/auth-server/authz-io-http.service.d.ts +0 -30
- package/lib/types/services/auth-server/domain-request.service.d.ts +0 -6
- package/lib/types/services/auth-server/util.d.ts +0 -1
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +0 -59
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +0 -61
- package/lib/types/services/color-assign/color-assign.service.d.ts +0 -10
- package/lib/types/services/comment/comment.service.d.ts +0 -6
- package/lib/types/services/image-remote/image-io.service.d.ts +0 -34
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +0 -13
- package/lib/types/services/local-cache/local-cache.service.d.ts +0 -37
- package/lib/types/services/member/member.service.d.ts +0 -77
- package/lib/types/services/permission/permission.service.d.ts +0 -12
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +0 -13
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +0 -39
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +0 -21
- package/lib/types/services/socket/collaboration-socket.service.d.ts +0 -34
- package/lib/types/services/socket/serialize.d.ts +0 -3
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +0 -12
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +0 -13
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +0 -8
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +0 -19
- package/lib/types/services/url/url.service.d.ts +0 -12
- package/lib/types/services/url/web-url.service.d.ts +0 -10
- package/lib/types/views/components/CollabStatus.d.ts +0 -10
- package/lib/types/views/components/CollabStatus.stories.d.ts +0 -8
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +0 -27
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +0 -27
- package/lib/types/views/shapes/text-bubble.shape.d.ts +0 -19
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x4824ea=_0x4617;(function(_0xd445d5,_0x41aab3){const _0x6caa93=_0x4617,_0x204779=_0xd445d5();while(!![]){try{const _0x184914=-parseInt(_0x6caa93(0x8b))/0x1+-parseInt(_0x6caa93(0x88))/0x2+parseInt(_0x6caa93(0x89))/0x3+parseInt(_0x6caa93(0x7f))/0x4+parseInt(_0x6caa93(0x74))/0x5*(-parseInt(_0x6caa93(0x82))/0x6)+-parseInt(_0x6caa93(0x79))/0x7+-parseInt(_0x6caa93(0x76))/0x8*(-parseInt(_0x6caa93(0x7d))/0x9);if(_0x184914===_0x41aab3)break;else _0x204779['push'](_0x204779['shift']());}catch(_0x4724db){_0x204779['push'](_0x204779['shift']());}}}(_0x5342,0xaf140));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x4824ea(0x73),'conflict':_0x4824ea(0x7c),'notCollab':_0x4824ea(0x72),'synced':'Synced','syncing':_0x4824ea(0x77),'offline':_0x4824ea(0x7a)},'session':{'connection-failed':_0x4824ea(0x87),'will-retry':_0x4824ea(0x75),'room-full':_0x4824ea(0x8a),'collaboration-timeout':_0x4824ea(0x7e)},'conflict':{'title':_0x4824ea(0x85),'content':_0x4824ea(0x86)},'permission':{'title':_0x4824ea(0x80),'content':_0x4824ea(0x7b)},'collaboration':{'single-unit':{'warning':_0x4824ea(0x84)},'closeRoom':_0x4824ea(0x83)},'auth':{'needGotoLoginAlert':_0x4824ea(0x81)}};function _0x4617(_0x334b3e,_0x581169){const _0x534237=_0x5342();return _0x4617=function(_0x461785,_0x2258d7){_0x461785=_0x461785-0x72;let _0x145fed=_0x534237[_0x461785];return _0x145fed;},_0x4617(_0x334b3e,_0x581169);}module[_0x4824ea(0x78)]=e;function _0x5342(){const _0x5a3ea0=['Connection\x20failed,\x20please\x20check\x20your\x20network.','480060iGYvzR','821475YzMwJq','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','1326432jLGiHX','Local\x20file','Syncing\x20server\x20data...','5VNayed','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','48fbnRHy','Syncing...','exports','3626910EdyNfn','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts','4349007pyesvi','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','278960HcalcA','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','2647146rhAWsF','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Collaboration\x20Conflict','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'];_0x5342=function(){return _0x5a3ea0;};return _0x5342();}
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';function _0x8c76(){const _0x41700c=['آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','1695784YcxIFV','5168430ZmtsQU','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','تداخل\x20ویرایش','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','همگام\x20سازی','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','4936533wfEsZI','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','9yovPrM','خطای\x20اعتبارسنجی','2764540ouHsBH','17152234QMVNUp','6XChuvo','534182IsEEHS','14169SGOlXJ','تداخل\x20همکاری','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','844DpshFj','2GsfDbA'];_0x8c76=function(){return _0x41700c;};return _0x8c76();}function _0x2042(_0x1ced00,_0x249584){const _0x8c7628=_0x8c76();return _0x2042=function(_0x2042cb,_0x37a1aa){_0x2042cb=_0x2042cb-0x197;let _0x1572fe=_0x8c7628[_0x2042cb];return _0x1572fe;},_0x2042(_0x1ced00,_0x249584);}const _0x50ff59=_0x2042;(function(_0x326f21,_0x269224){const _0x382cd5=_0x2042,_0x5d1b3d=_0x326f21();while(!![]){try{const _0x4a177b=-parseInt(_0x382cd5(0x1a3))/0x1*(parseInt(_0x382cd5(0x1a8))/0x2)+parseInt(_0x382cd5(0x1a4))/0x3*(-parseInt(_0x382cd5(0x1a7))/0x4)+parseInt(_0x382cd5(0x1a0))/0x5+parseInt(_0x382cd5(0x1a2))/0x6*(-parseInt(_0x382cd5(0x19c))/0x7)+-parseInt(_0x382cd5(0x1aa))/0x8*(-parseInt(_0x382cd5(0x19e))/0x9)+parseInt(_0x382cd5(0x1ab))/0xa+parseInt(_0x382cd5(0x1a1))/0xb;if(_0x4a177b===_0x269224)break;else _0x5d1b3d['push'](_0x5d1b3d['shift']());}catch(_0x273452){_0x5d1b3d['push'](_0x5d1b3d['shift']());}}}(_0x8c76,0x93b88));const o={'collab-client':{'tooltip':{'reconnect':_0x50ff59(0x19d)}},'collabStatus':{'fetchMiss':_0x50ff59(0x1a6),'conflict':_0x50ff59(0x1ad),'notCollab':'پرونده\x20محلی','synced':_0x50ff59(0x19a),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x50ff59(0x1a9)},'session':{'connection-failed':_0x50ff59(0x1ac),'will-retry':_0x50ff59(0x19b),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':_0x50ff59(0x1ae)},'conflict':{'title':_0x50ff59(0x1a5),'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':_0x50ff59(0x19f),'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':_0x50ff59(0x199)},'closeRoom':_0x50ff59(0x198)},'auth':{'needGotoLoginAlert':_0x50ff59(0x197)}};module['exports']=o;
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x2ac697=_0x1837;function _0x552a(){const _0x4d659c=['Syncing\x20server\x20data...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','7206YbxOey','6WoGRsD','120JhrmXv','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Edit\x20conflicts','8Tyrjhq','609605cVYlno','347413kkGywM','19310OQYyBp','9JafiLv','51knGboo','Connection\x20failed,\x20please\x20check\x20your\x20network.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','exports','1651030ledbjo','486990DISlAy','Local\x20file','91016ykZrSb','Click\x20to\x20Reconnect','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.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Authentication\x20Error','Synced'];_0x552a=function(){return _0x4d659c;};return _0x552a();}(function(_0x2f3006,_0x13dbc7){const _0x488692=_0x1837,_0x199a97=_0x2f3006();while(!![]){try{const _0x57b8f8=-parseInt(_0x488692(0x1f0))/0x1+-parseInt(_0x488692(0x1e8))/0x2*(-parseInt(_0x488692(0x1f2))/0x3)+-parseInt(_0x488692(0x1f9))/0x4+parseInt(_0x488692(0x1ee))/0x5*(-parseInt(_0x488692(0x1e9))/0x6)+-parseInt(_0x488692(0x1f7))/0x7*(-parseInt(_0x488692(0x1ed))/0x8)+-parseInt(_0x488692(0x1f1))/0x9*(parseInt(_0x488692(0x1f6))/0xa)+-parseInt(_0x488692(0x1ef))/0xb*(-parseInt(_0x488692(0x1ea))/0xc);if(_0x57b8f8===_0x13dbc7)break;else _0x199a97['push'](_0x199a97['shift']());}catch(_0x23b3bf){_0x199a97['push'](_0x199a97['shift']());}}}(_0x552a,0x1cb3b));function _0x1837(_0x568f7e,_0x2061e6){const _0x552ad6=_0x552a();return _0x1837=function(_0x18373d,_0x35da7b){_0x18373d=_0x18373d-0x1e6;let _0x4eaea3=_0x552ad6[_0x18373d];return _0x4eaea3;},_0x1837(_0x568f7e,_0x2061e6);}const e={'collab-client':{'tooltip':{'reconnect':_0x2ac697(0x1fa)}},'collabStatus':{'fetchMiss':_0x2ac697(0x1ff),'conflict':_0x2ac697(0x1ec),'notCollab':_0x2ac697(0x1f8),'synced':_0x2ac697(0x1fe),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x2ac697(0x1f3),'will-retry':_0x2ac697(0x1f4),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x2ac697(0x1eb)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x2ac697(0x1fb)},'permission':{'title':_0x2ac697(0x1fd),'content':_0x2ac697(0x1e7)},'collaboration':{'single-unit':{'warning':_0x2ac697(0x1fc)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x2ac697(0x1e6)}},o=e;module[_0x2ac697(0x1f5)]=o;
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x31e373=_0x2430;(function(_0x16536a,_0x5dbf1e){const _0xd8cd52=_0x2430,_0x1a6881=_0x16536a();while(!![]){try{const _0x135ecd=-parseInt(_0xd8cd52(0x84))/0x1+-parseInt(_0xd8cd52(0x95))/0x2+-parseInt(_0xd8cd52(0x8d))/0x3+parseInt(_0xd8cd52(0x96))/0x4*(parseInt(_0xd8cd52(0x91))/0x5)+-parseInt(_0xd8cd52(0x82))/0x6+parseInt(_0xd8cd52(0x8e))/0x7+parseInt(_0xd8cd52(0x8b))/0x8*(parseInt(_0xd8cd52(0x94))/0x9);if(_0x135ecd===_0x5dbf1e)break;else _0x1a6881['push'](_0x1a6881['shift']());}catch(_0x26e7a0){_0x1a6881['push'](_0x1a6881['shift']());}}}(_0x223e,0xdabd1));function _0x2430(_0x5d0d72,_0x3ef603){const _0x223e5b=_0x223e();return _0x2430=function(_0x2430d0,_0x1b3caa){_0x2430d0=_0x2430d0-0x81;let _0x308da6=_0x223e5b[_0x2430d0];return _0x308da6;},_0x2430(_0x5d0d72,_0x3ef603);}const e={'collab-client':{'tooltip':{'reconnect':_0x31e373(0x87)}},'collabStatus':{'fetchMiss':_0x31e373(0x83),'conflict':'Edit\x20conflicts','notCollab':_0x31e373(0x8f),'synced':_0x31e373(0x93),'syncing':'Syncing...','offline':_0x31e373(0x8c)},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x31e373(0x89),'room-full':_0x31e373(0x90),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x31e373(0x86),'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':_0x31e373(0x92),'content':_0x31e373(0x85)},'collaboration':{'single-unit':{'warning':_0x31e373(0x88)},'closeRoom':_0x31e373(0x81)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;function _0x223e(){const _0x357c4d=['2312SeyFSv','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','4351521YQyiTu','235963ynnlFy','Local\x20file','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','360260MQVPTA','Authentication\x20Error','Synced','126828HGcOsZ','1615460gDNFsZ','80eiyaer','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4345134HUtbki','Syncing\x20server\x20data...','1668958ShaYyr','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Collaboration\x20Conflict','Click\x20to\x20Reconnect','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.','exports'];_0x223e=function(){return _0x357c4d;};return _0x223e();}module[_0x31e373(0x8a)]=o;
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x244572=_0xe389;(function(_0x3ea26c,_0x4bb66d){const _0x5961d3=_0xe389,_0xe24375=_0x3ea26c();while(!![]){try{const _0x1afc7f=parseInt(_0x5961d3(0x1e5))/0x1+-parseInt(_0x5961d3(0x1db))/0x2*(parseInt(_0x5961d3(0x1e0))/0x3)+-parseInt(_0x5961d3(0x1eb))/0x4*(parseInt(_0x5961d3(0x1ea))/0x5)+parseInt(_0x5961d3(0x1d8))/0x6*(parseInt(_0x5961d3(0x1d5))/0x7)+-parseInt(_0x5961d3(0x1ec))/0x8+parseInt(_0x5961d3(0x1e4))/0x9*(parseInt(_0x5961d3(0x1e9))/0xa)+-parseInt(_0x5961d3(0x1dc))/0xb*(-parseInt(_0x5961d3(0x1e1))/0xc);if(_0x1afc7f===_0x4bb66d)break;else _0xe24375['push'](_0xe24375['shift']());}catch(_0x6f1d54){_0xe24375['push'](_0xe24375['shift']());}}}(_0x2b27,0xc1381));function _0xe389(_0x11adb7,_0x43357d){const _0x2b2795=_0x2b27();return _0xe389=function(_0xe38906,_0x562d49){_0xe38906=_0xe38906-0x1d4;let _0x59b243=_0x2b2795[_0xe38906];return _0x59b243;},_0xe389(_0x11adb7,_0x43357d);}const o={'collab-client':{'tooltip':{'reconnect':_0x244572(0x1e8)}},'collabStatus':{'fetchMiss':_0x244572(0x1e7),'conflict':_0x244572(0x1d9),'notCollab':'本地文件','synced':_0x244572(0x1dd),'syncing':'保存中...','offline':_0x244572(0x1da)},'session':{'connection-failed':_0x244572(0x1e3),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x244572(0x1df),'collaboration-timeout':_0x244572(0x1e6)},'conflict':{'title':_0x244572(0x1de),'content':_0x244572(0x1e2)},'permission':{'title':'权限错误','content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x244572(0x1d7)},'auth':{'needGotoLoginAlert':_0x244572(0x1d4)}};module[_0x244572(0x1d6)]=o;function _0x2b27(){const _0x2e5a83=['exports','由于协同房间被关闭,编辑权限被收回。','282BDQsIm','编辑冲突','已离线,编辑将在本地缓存','2737698tXbXdS','3707QMcwcj','已同步','协同冲突','协同房间已满,你的编辑将在本地缓存','3sJOuqc','117108UPnEvx','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,请检查你的网络','9iaTpYr','70946gyboxz','服务器未响应,你的编辑将在本地缓存','正在拉取服务端数据...','点击重新连接','274640UMYcni','5410315baKLgs','4TLKjiT','7060920IUNjjg','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','109879mkbQiS'];_0x2b27=function(){return _0x2e5a83;};return _0x2b27();}
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x596c41=_0x197e;function _0x197e(_0x20ce16,_0x1bf267){const _0x4cf834=_0x4cf8();return _0x197e=function(_0x197eae,_0x59c04f){_0x197eae=_0x197eae-0x175;let _0x59c795=_0x4cf834[_0x197eae];return _0x59c795;},_0x197e(_0x20ce16,_0x1bf267);}(function(_0x1c6563,_0x484454){const _0x4040ab=_0x197e,_0x296dd7=_0x1c6563();while(!![]){try{const _0x72027d=-parseInt(_0x4040ab(0x183))/0x1*(parseInt(_0x4040ab(0x18c))/0x2)+parseInt(_0x4040ab(0x188))/0x3+-parseInt(_0x4040ab(0x18e))/0x4+-parseInt(_0x4040ab(0x179))/0x5+parseInt(_0x4040ab(0x181))/0x6+parseInt(_0x4040ab(0x184))/0x7*(parseInt(_0x4040ab(0x17b))/0x8)+-parseInt(_0x4040ab(0x187))/0x9*(-parseInt(_0x4040ab(0x177))/0xa);if(_0x72027d===_0x484454)break;else _0x296dd7['push'](_0x296dd7['shift']());}catch(_0x23a934){_0x296dd7['push'](_0x296dd7['shift']());}}}(_0x4cf8,0x4e298));const e={'collab-client':{'tooltip':{'reconnect':_0x596c41(0x18f)}},'collabStatus':{'fetchMiss':_0x596c41(0x175),'conflict':'Edit\x20conflicts','notCollab':_0x596c41(0x185),'synced':_0x596c41(0x178),'syncing':_0x596c41(0x17a),'offline':_0x596c41(0x18b)},'session':{'connection-failed':_0x596c41(0x18d),'will-retry':_0x596c41(0x17d),'room-full':_0x596c41(0x18a),'collaboration-timeout':_0x596c41(0x17e)},'conflict':{'title':_0x596c41(0x180),'content':_0x596c41(0x17c)},'permission':{'title':_0x596c41(0x190),'content':_0x596c41(0x182)},'collaboration':{'single-unit':{'warning':_0x596c41(0x17f)},'closeRoom':_0x596c41(0x189)},'auth':{'needGotoLoginAlert':_0x596c41(0x186)}},o=e;function _0x4cf8(){const _0x4025a1=['You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Collaboration\x20Conflict','3720960RZmDMO','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','6131hQFHJg','7BPDFkF','Local\x20file','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','2628rIstom','511263aouHpS','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','94GKrzHI','Connection\x20failed,\x20please\x20check\x20your\x20network.','715056XKopev','Click\x20to\x20Reconnect','Authentication\x20Error','Syncing\x20server\x20data...','exports','800azZAZM','Synced','1353685cKwppv','Syncing...','1950952NrNNow','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,\x20we\x20retry\x20in\x20a\x20while.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'];_0x4cf8=function(){return _0x4025a1;};return _0x4cf8();}module[_0x596c41(0x176)]=o;
|