@univerjs-pro/collaboration-client 0.4.2-nightly.202411071606 → 0.4.2-nightly.202411091134
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 _0x5312c2=_0x28f9;function _0x9192(){const _0x37fca2=['9rxtbjE','362656ouSnmP','Synced','Connection\x20failed,\x20please\x20check\x20your\x20network.','479452sqEOFr','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','662802rJCXmv','Collaboration\x20room\x20is\x20full.\x20You\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.','68610TcSYqh','4125110WpPKeT','5QnkbxU','Collaboration\x20Conflict','177830CgTNYy','Authentication\x20Error','6qvtHva','1875148eLtees','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','1PzVtyN','Syncing...','Local\x20file','Edit\x20conflicts'];_0x9192=function(){return _0x37fca2;};return _0x9192();}(function(_0x16f50b,_0x49d1a2){const _0x430e17=_0x28f9,_0xc98074=_0x16f50b();while(!![]){try{const _0x4e543a=parseInt(_0x430e17(0x1de))/0x1*(parseInt(_0x430e17(0x1d8))/0x2)+-parseInt(_0x430e17(0x1da))/0x3*(parseInt(_0x430e17(0x1e6))/0x4)+parseInt(_0x430e17(0x1d6))/0x5*(-parseInt(_0x430e17(0x1d4))/0x6)+parseInt(_0x430e17(0x1d1))/0x7+parseInt(_0x430e17(0x1e3))/0x8+parseInt(_0x430e17(0x1e2))/0x9*(parseInt(_0x430e17(0x1d5))/0xa)+-parseInt(_0x430e17(0x1db))/0xb;if(_0x4e543a===_0x49d1a2)break;else _0xc98074['push'](_0xc98074['shift']());}catch(_0x168af1){_0xc98074['push'](_0xc98074['shift']());}}}(_0x9192,0x35aa7));function _0x28f9(_0x4ce622,_0x584280){const _0x91929c=_0x9192();return _0x28f9=function(_0x28f93a,_0xafa748){_0x28f93a=_0x28f93a-0x1d0;let _0x8f4473=_0x91929c[_0x28f93a];return _0x8f4473;},_0x28f9(_0x4ce622,_0x584280);}const e={'collab-client':{'tooltip':{'reconnect':_0x5312c2(0x1d0)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x5312c2(0x1e1),'notCollab':_0x5312c2(0x1e0),'synced':_0x5312c2(0x1e4),'syncing':_0x5312c2(0x1df),'offline':_0x5312c2(0x1dc)},'session':{'connection-failed':_0x5312c2(0x1e5),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x5312c2(0x1d2),'collaboration-timeout':_0x5312c2(0x1dd)},'conflict':{'title':_0x5312c2(0x1d7),'content':_0x5312c2(0x1d3)},'permission':{'title':_0x5312c2(0x1d9),'content':_0x5312c2(0x1e7)},'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':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};module['exports']=e;
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';function _0x350e(_0x4f12b2,_0x1ca6f2){const _0xc87c9c=_0xc87c();return _0x350e=function(_0x350e38,_0x3e6298){_0x350e38=_0x350e38-0xfb;let _0x4a7447=_0xc87c9c[_0x350e38];return _0x4a7447;},_0x350e(_0x4f12b2,_0x1ca6f2);}const _0x28370a=_0x350e;(function(_0x2c8721,_0x18d916){const _0xcc456f=_0x350e,_0x181866=_0x2c8721();while(!![]){try{const _0x39114d=-parseInt(_0xcc456f(0x100))/0x1+parseInt(_0xcc456f(0x112))/0x2+-parseInt(_0xcc456f(0x109))/0x3*(-parseInt(_0xcc456f(0x10c))/0x4)+-parseInt(_0xcc456f(0x10e))/0x5+parseInt(_0xcc456f(0xfe))/0x6+parseInt(_0xcc456f(0xfd))/0x7*(parseInt(_0xcc456f(0x104))/0x8)+parseInt(_0xcc456f(0x10d))/0x9*(parseInt(_0xcc456f(0x105))/0xa);if(_0x39114d===_0x18d916)break;else _0x181866['push'](_0x181866['shift']());}catch(_0x1b38b6){_0x181866['push'](_0x181866['shift']());}}}(_0xc87c,0xb849c));function _0xc87c(){const _0x48857d=['سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','exports','444866ghHdzH','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','همگام\x20سازی','3541727hWZSqp','6461466xSdPob','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','845513Rrpqfg','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','در\x20حال\x20همگام\x20سازی...','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','8XXRtcz','1689150UvfkWF','تداخل\x20همکاری','خطای\x20اعتبارسنجی','پرونده\x20محلی','69uZneaY','تداخل\x20ویرایش','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','124076vAqqra','18xhWEBX','6281075sxdfzC'];_0xc87c=function(){return _0x48857d;};return _0xc87c();}const o={'collab-client':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x28370a(0x10a),'notCollab':_0x28370a(0x108),'synced':_0x28370a(0xfc),'syncing':_0x28370a(0x102),'offline':_0x28370a(0x114)},'session':{'connection-failed':_0x28370a(0x113),'will-retry':_0x28370a(0xfb),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':_0x28370a(0x10f)},'conflict':{'title':_0x28370a(0x106),'content':_0x28370a(0xff)},'permission':{'title':_0x28370a(0x107),'content':_0x28370a(0x110)},'collaboration':{'single-unit':{'warning':_0x28370a(0x103)},'closeRoom':_0x28370a(0x10b)},'auth':{'needGotoLoginAlert':_0x28370a(0x101)}};module[_0x28370a(0x111)]=o;
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x2f19db=_0x3c80;(function(_0x5dc43b,_0xf2642a){const _0x404bc9=_0x3c80,_0x3bb6a4=_0x5dc43b();while(!![]){try{const _0x31ae15=-parseInt(_0x404bc9(0x141))/0x1+-parseInt(_0x404bc9(0x140))/0x2+parseInt(_0x404bc9(0x139))/0x3*(-parseInt(_0x404bc9(0x13e))/0x4)+-parseInt(_0x404bc9(0x137))/0x5*(-parseInt(_0x404bc9(0x134))/0x6)+-parseInt(_0x404bc9(0x146))/0x7+-parseInt(_0x404bc9(0x13d))/0x8+-parseInt(_0x404bc9(0x148))/0x9*(-parseInt(_0x404bc9(0x144))/0xa);if(_0x31ae15===_0xf2642a)break;else _0x3bb6a4['push'](_0x3bb6a4['shift']());}catch(_0x357c9c){_0x3bb6a4['push'](_0x3bb6a4['shift']());}}}(_0x169e,0x3a6cd));function _0x169e(){const _0x1f9fa9=['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.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','522008UroExu','4QqJlqV','Synced','126906QyGyCC','232279UkuHKR','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','861610VdSFPE','exports','732109hdqQjg','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','72IgzrMp','Connection\x20failed,\x20please\x20check\x20your\x20network.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','6456DFNreE','Syncing\x20server\x20data...','Local\x20file','1125VBdXTG','Edit\x20conflicts','679527ntoRvi'];_0x169e=function(){return _0x1f9fa9;};return _0x169e();}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x2f19db(0x135),'conflict':_0x2f19db(0x138),'notCollab':_0x2f19db(0x136),'synced':_0x2f19db(0x13f),'syncing':'Syncing...','offline':_0x2f19db(0x13c)},'session':{'connection-failed':_0x2f19db(0x149),'will-retry':_0x2f19db(0x147),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','content':_0x2f19db(0x14a)},'permission':{'title':_0x2f19db(0x142),'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':_0x2f19db(0x13b)},'closeRoom':_0x2f19db(0x143)},'auth':{'needGotoLoginAlert':_0x2f19db(0x13a)}},o=e;function _0x3c80(_0xfb509b,_0x3071b0){const _0x169e02=_0x169e();return _0x3c80=function(_0x3c80d4,_0x101ab7){_0x3c80d4=_0x3c80d4-0x134;let _0x5db4df=_0x169e02[_0x3c80d4];return _0x5db4df;},_0x3c80(_0xfb509b,_0x3071b0);}module[_0x2f19db(0x145)]=o;
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x4065f2=_0x224a;(function(_0x32d5d6,_0x2e410c){const _0x17e826=_0x224a,_0x186885=_0x32d5d6();while(!![]){try{const _0x18bd03=-parseInt(_0x17e826(0x13c))/0x1*(-parseInt(_0x17e826(0x13a))/0x2)+-parseInt(_0x17e826(0x141))/0x3+parseInt(_0x17e826(0x133))/0x4*(parseInt(_0x17e826(0x13e))/0x5)+parseInt(_0x17e826(0x138))/0x6+-parseInt(_0x17e826(0x136))/0x7+-parseInt(_0x17e826(0x134))/0x8+-parseInt(_0x17e826(0x143))/0x9*(parseInt(_0x17e826(0x13d))/0xa);if(_0x18bd03===_0x2e410c)break;else _0x186885['push'](_0x186885['shift']());}catch(_0x309168){_0x186885['push'](_0x186885['shift']());}}}(_0x150c,0xc030d));function _0x224a(_0x51e21b,_0x503ec3){const _0x150c52=_0x150c();return _0x224a=function(_0x224a8c,_0x30ccbb){_0x224a8c=_0x224a8c-0x132;let _0x36f790=_0x150c52[_0x224a8c];return _0x36f790;},_0x224a(_0x51e21b,_0x503ec3);}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x4065f2(0x137),'conflict':_0x4065f2(0x147),'notCollab':_0x4065f2(0x145),'synced':_0x4065f2(0x142),'syncing':_0x4065f2(0x144),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x4065f2(0x135),'room-full':_0x4065f2(0x140),'collaboration-timeout':_0x4065f2(0x148)},'conflict':{'title':_0x4065f2(0x13f),'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':_0x4065f2(0x139),'content':_0x4065f2(0x13b)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x4065f2(0x132)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;module[_0x4065f2(0x146)]=o;function _0x150c(){const _0x3ec2f8=['2DryULW','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','1439687yKMhtm','30XDlolH','15nWGiyS','Collaboration\x20Conflict','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','3115110HGbFRg','Synced','221031UAtamp','Syncing...','Local\x20file','exports','Edit\x20conflicts','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1320828knnyVY','4225840pLKzRd','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','9825515LFiQEs','Syncing\x20server\x20data...','8404962npnXUo','Authentication\x20Error'];_0x150c=function(){return _0x3ec2f8;};return _0x150c();}
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';const _0x1a0e01=_0x275d;(function(_0x4c7cc1,_0xb92ff2){const _0x1013a4=_0x275d,_0x5ae9e7=_0x4c7cc1();while(!![]){try{const _0x45450c=parseInt(_0x1013a4(0x1e4))/0x1*(-parseInt(_0x1013a4(0x1d9))/0x2)+-parseInt(_0x1013a4(0x1e9))/0x3+parseInt(_0x1013a4(0x1f1))/0x4+parseInt(_0x1013a4(0x1e2))/0x5+-parseInt(_0x1013a4(0x1df))/0x6*(parseInt(_0x1013a4(0x1e6))/0x7)+parseInt(_0x1013a4(0x1de))/0x8+parseInt(_0x1013a4(0x1e8))/0x9*(parseInt(_0x1013a4(0x1f2))/0xa);if(_0x45450c===_0xb92ff2)break;else _0x5ae9e7['push'](_0x5ae9e7['shift']());}catch(_0x3395ee){_0x5ae9e7['push'](_0x5ae9e7['shift']());}}}(_0x5e7f,0x52b50));function _0x275d(_0x35f75a,_0x546dd1){const _0x5e7f83=_0x5e7f();return _0x275d=function(_0x275d0d,_0x5eaf5d){_0x275d0d=_0x275d0d-0x1d9;let _0x35bd24=_0x5e7f83[_0x275d0d];return _0x35bd24;},_0x275d(_0x35f75a,_0x546dd1);}const o={'collab-client':{'tooltip':{'reconnect':_0x1a0e01(0x1ea)}},'collabStatus':{'fetchMiss':_0x1a0e01(0x1f0),'conflict':_0x1a0e01(0x1ed),'notCollab':_0x1a0e01(0x1ec),'synced':_0x1a0e01(0x1e7),'syncing':'保存中...','offline':_0x1a0e01(0x1dc)},'session':{'connection-failed':_0x1a0e01(0x1e3),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x1a0e01(0x1db),'collaboration-timeout':_0x1a0e01(0x1da)},'conflict':{'title':_0x1a0e01(0x1ee),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x1a0e01(0x1e1),'content':_0x1a0e01(0x1eb)},'collaboration':{'single-unit':{'warning':_0x1a0e01(0x1e0)},'closeRoom':_0x1a0e01(0x1dd)},'auth':{'needGotoLoginAlert':_0x1a0e01(0x1e5)}};function _0x5e7f(){const _0x4fe408=['已离线,编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','378840BbJuqB','2568TcbakA','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','权限错误','1864580BaHsvU','连接失败,请检查你的网络','228577wZrYhr','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','4088xIlYOG','已同步','954AHYPjg','368052WxfpWJ','点击重新连接','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','本地文件','编辑冲突','协同冲突','exports','正在拉取服务端数据...','1089648TvUerz','23330LLSyXg','2appram','服务器未响应,你的编辑将在本地缓存','协同房间已满,你的编辑将在本地缓存'];_0x5e7f=function(){return _0x4fe408;};return _0x5e7f();}module[_0x1a0e01(0x1ef)]=o;
|
@@ -0,0 +1 @@
|
|
1
|
+
'use strict';function _0x1fbd(){const _0x34d6cc=['Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Syncing\x20server\x20data...','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Collaboration\x20Conflict','Click\x20to\x20Reconnect','4980141bPmuXr','9UFyiFh','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','exports','3353IaBiDB','Collaboration\x20room\x20is\x20full.\x20You\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.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Edit\x20conflicts','3300388PTjqKT','313534NkNibq','3233520LjXKZF','4847544giKeUf','224PnaHvM','Syncing...','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','70344WfPgez'];_0x1fbd=function(){return _0x34d6cc;};return _0x1fbd();}const _0x5eeaeb=_0x166b;function _0x166b(_0x247028,_0xf1f10){const _0x1fbd03=_0x1fbd();return _0x166b=function(_0x166b86,_0x2ac16f){_0x166b86=_0x166b86-0x12a;let _0x2d5eac=_0x1fbd03[_0x166b86];return _0x2d5eac;},_0x166b(_0x247028,_0xf1f10);}(function(_0x162145,_0x2dfa82){const _0x56a8ba=_0x166b,_0x3f6255=_0x162145();while(!![]){try{const _0xdce5ba=-parseInt(_0x56a8ba(0x140))/0x1+parseInt(_0x56a8ba(0x12f))/0x2*(parseInt(_0x56a8ba(0x13d))/0x3)+-parseInt(_0x56a8ba(0x12e))/0x4+-parseInt(_0x56a8ba(0x130))/0x5+parseInt(_0x56a8ba(0x136))/0x6*(parseInt(_0x56a8ba(0x132))/0x7)+parseInt(_0x56a8ba(0x131))/0x8+parseInt(_0x56a8ba(0x13c))/0x9;if(_0xdce5ba===_0x2dfa82)break;else _0x3f6255['push'](_0x3f6255['shift']());}catch(_0x482b72){_0x3f6255['push'](_0x3f6255['shift']());}}}(_0x1fbd,0x814c7));const e={'collab-client':{'tooltip':{'reconnect':_0x5eeaeb(0x13b)}},'collabStatus':{'fetchMiss':_0x5eeaeb(0x138),'conflict':_0x5eeaeb(0x12d),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x5eeaeb(0x133),'offline':_0x5eeaeb(0x135)},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x5eeaeb(0x12a),'collaboration-timeout':_0x5eeaeb(0x134)},'conflict':{'title':_0x5eeaeb(0x13a),'content':_0x5eeaeb(0x12b)},'permission':{'title':'Authentication\x20Error','content':_0x5eeaeb(0x137)},'collaboration':{'single-unit':{'warning':_0x5eeaeb(0x13e)},'closeRoom':_0x5eeaeb(0x139)},'auth':{'needGotoLoginAlert':_0x5eeaeb(0x12c)}},o=e;module[_0x5eeaeb(0x13f)]=o;
|