@univerjs-pro/collaboration-client 0.5.0-nightly.202411121606 → 0.5.0-nightly.202411141606
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 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/types/config/config.d.ts +48 -0
- package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +23 -0
- package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +22 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +38 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +24 -0
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +3 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +39 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +21 -0
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +18 -0
- package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +4 -0
- 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 +54 -0
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +91 -0
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +303 -0
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +24 -0
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +18 -0
- package/lib/types/controllers/collaboration/utils/empty.d.ts +2 -0
- package/lib/types/controllers/config.schema.d.ts +29 -0
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +1 -0
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +22 -0
- package/lib/types/controllers/file-name/file-name.controller.d.ts +12 -0
- package/lib/types/controllers/telemetry.d.ts +11 -0
- package/lib/types/index.d.ts +35 -890
- package/lib/types/locale/en-US.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +39 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/models/cursor.d.ts +30 -0
- package/lib/types/plugin.d.ts +18 -0
- package/lib/types/services/auth-server/auth-server.service.d.ts +10 -0
- package/lib/types/services/auth-server/authz-io-http.service.d.ts +30 -0
- package/lib/types/services/auth-server/domain-request.service.d.ts +6 -0
- package/lib/types/services/auth-server/util.d.ts +1 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +59 -0
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +61 -0
- package/lib/types/services/color-assign/color-assign.service.d.ts +10 -0
- package/lib/types/services/comment/comment.service.d.ts +6 -0
- package/lib/types/services/image-remote/image-io.service.d.ts +34 -0
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +13 -0
- package/lib/types/services/local-cache/local-cache.service.d.ts +37 -0
- package/lib/types/services/member/member.service.d.ts +77 -0
- package/lib/types/services/permission/permission.service.d.ts +12 -0
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +13 -0
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +39 -0
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +21 -0
- package/lib/types/services/socket/collaboration-socket.service.d.ts +34 -0
- package/lib/types/services/socket/serialize.d.ts +3 -0
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +12 -0
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +13 -0
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +8 -0
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +19 -0
- package/lib/types/services/url/url.service.d.ts +12 -0
- package/lib/types/services/url/web-url.service.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.stories.d.ts +8 -0
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +27 -0
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +27 -0
- package/lib/types/views/shapes/text-bubble.shape.d.ts +19 -0
- 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 +16 -16
package/lib/cjs/locale/en-US.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const _0x209e52=_0x35b5;function _0x35b5(_0x5e65f1,_0x233dd8){const _0x54a09e=_0x54a0();return _0x35b5=function(_0x35b585,_0x106f35){_0x35b585=_0x35b585-0x112;let _0x278dad=_0x54a09e[_0x35b585];return _0x278dad;},_0x35b5(_0x5e65f1,_0x233dd8);}(function(_0x58c308,_0x2c27ff){const _0x4d762e=_0x35b5,_0x7be0f=_0x58c308();while(!![]){try{const _0x516ae8=parseInt(_0x4d762e(0x120))/0x1*(parseInt(_0x4d762e(0x11c))/0x2)+parseInt(_0x4d762e(0x112))/0x3+parseInt(_0x4d762e(0x116))/0x4+parseInt(_0x4d762e(0x11b))/0x5*(parseInt(_0x4d762e(0x115))/0x6)+parseInt(_0x4d762e(0x126))/0x7+parseInt(_0x4d762e(0x11e))/0x8+-parseInt(_0x4d762e(0x113))/0x9;if(_0x516ae8===_0x2c27ff)break;else _0x7be0f['push'](_0x7be0f['shift']());}catch(_0x41d3cd){_0x7be0f['push'](_0x7be0f['shift']());}}}(_0x54a0,0xdbe92));function _0x54a0(){const _0x30d6ed=['Local\x20file','12366935zJvxXY','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','1052019glZDbh','41163831pvPjiM','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','7882818jgzFRq','6391948eeiqmY','Syncing...','Synced','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','5FIyapH','2fsVxoq','Collaboration\x20Conflict','3175984MVWGir','Syncing\x20server\x20data...','48347PpgOnK','Click\x20to\x20Reconnect','Connection\x20failed,\x20please\x20check\x20your\x20network.','Authentication\x20Error','Edit\x20conflicts'];_0x54a0=function(){return _0x30d6ed;};return _0x54a0();}const e={'collab-client':{'tooltip':{'reconnect':_0x209e52(0x121)}},'collabStatus':{'fetchMiss':_0x209e52(0x11f),'conflict':_0x209e52(0x124),'notCollab':_0x209e52(0x125),'synced':_0x209e52(0x118),'syncing':_0x209e52(0x117),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x209e52(0x122),'will-retry':_0x209e52(0x119),'room-full':_0x209e52(0x11a),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x209e52(0x11d),'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':_0x209e52(0x123),'content':_0x209e52(0x127)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x209e52(0x114)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};module['exports']=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';function
|
1
|
+
'use strict';const _0x1d3bd9=_0x2e07;(function(_0x5ef712,_0x577ad0){const _0x25c4c4=_0x2e07,_0x345ed8=_0x5ef712();while(!![]){try{const _0x1d560a=-parseInt(_0x25c4c4(0xef))/0x1*(parseInt(_0x25c4c4(0xfc))/0x2)+-parseInt(_0x25c4c4(0x108))/0x3*(parseInt(_0x25c4c4(0xf0))/0x4)+parseInt(_0x25c4c4(0x100))/0x5+parseInt(_0x25c4c4(0x101))/0x6*(-parseInt(_0x25c4c4(0xf3))/0x7)+parseInt(_0x25c4c4(0x105))/0x8*(-parseInt(_0x25c4c4(0xfb))/0x9)+parseInt(_0x25c4c4(0x109))/0xa*(-parseInt(_0x25c4c4(0x104))/0xb)+parseInt(_0x25c4c4(0xf1))/0xc;if(_0x1d560a===_0x577ad0)break;else _0x345ed8['push'](_0x345ed8['shift']());}catch(_0x263588){_0x345ed8['push'](_0x345ed8['shift']());}}}(_0x29f5,0xc7019));function _0x2e07(_0x15227c,_0x5cd498){const _0x29f5af=_0x29f5();return _0x2e07=function(_0x2e070b,_0x566054){_0x2e070b=_0x2e070b-0xef;let _0x5ac032=_0x29f5af[_0x2e070b];return _0x5ac032;},_0x2e07(_0x15227c,_0x5cd498);}function _0x29f5(){const _0x2293f0=['در\x20حال\x20همگام\x20سازی...','تداخل\x20همکاری','556875HmOmLG','679576LlBDjv','پرونده\x20محلی','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','576DntbMS','10rGFSpJ','یک\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رفت.','529467peGftg','15592oDzUGo','53261820iXjJqI','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','28gAkIKY','شما\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','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','117TMRSfM','4UXaRaY','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','خطای\x20اعتبارسنجی','1166890XIEMCY','1341672NUYxQb'];_0x29f5=function(){return _0x2293f0;};return _0x29f5();}const o={'collab-client':{'tooltip':{'reconnect':_0x1d3bd9(0xf8)}},'collabStatus':{'fetchMiss':_0x1d3bd9(0xf5),'conflict':_0x1d3bd9(0xf6),'notCollab':_0x1d3bd9(0x106),'synced':'همگام\x20سازی','syncing':_0x1d3bd9(0x102),'offline':_0x1d3bd9(0xf7)},'session':{'connection-failed':_0x1d3bd9(0xfe),'will-retry':_0x1d3bd9(0xfd),'room-full':_0x1d3bd9(0x107),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'},'conflict':{'title':_0x1d3bd9(0x103),'content':_0x1d3bd9(0x10a)},'permission':{'title':_0x1d3bd9(0xff),'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':_0x1d3bd9(0xf4)},'closeRoom':_0x1d3bd9(0xfa)},'auth':{'needGotoLoginAlert':_0x1d3bd9(0xf2)}};module[_0x1d3bd9(0xf9)]=o;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';
|
1
|
+
'use strict';function _0x3070(_0x2cbecc,_0x5a8660){const _0x390230=_0x3902();return _0x3070=function(_0x3070f4,_0x83df2a){_0x3070f4=_0x3070f4-0x13d;let _0x585d50=_0x390230[_0x3070f4];return _0x585d50;},_0x3070(_0x2cbecc,_0x5a8660);}const _0x44494d=_0x3070;function _0x3902(){const _0x52bcd4=['8347031DZboQy','5yasLUZ','23724tRFaaj','6844328fEHIfc','Connection\x20failed,\x20please\x20check\x20your\x20network.','Syncing...','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','2ZdCnJX','Local\x20file','7321386SiUNsh','Edit\x20conflicts','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','exports','Click\x20to\x20Reconnect','636319ikqQMQ','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\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','7845240fiYqgb','Collaboration\x20Conflict','18240yYBAVI','Syncing\x20server\x20data...','4818591XffBhn','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Authentication\x20Error'];_0x3902=function(){return _0x52bcd4;};return _0x3902();}(function(_0x52c89e,_0x380029){const _0x51f068=_0x3070,_0x4700e7=_0x52c89e();while(!![]){try{const _0x1d1752=-parseInt(_0x51f068(0x152))/0x1*(parseInt(_0x51f068(0x14a))/0x2)+-parseInt(_0x51f068(0x13d))/0x3+parseInt(_0x51f068(0x144))/0x4+parseInt(_0x51f068(0x142))/0x5*(-parseInt(_0x51f068(0x14c))/0x6)+-parseInt(_0x51f068(0x141))/0x7+-parseInt(_0x51f068(0x155))/0x8+parseInt(_0x51f068(0x143))/0x9*(parseInt(_0x51f068(0x157))/0xa);if(_0x1d1752===_0x380029)break;else _0x4700e7['push'](_0x4700e7['shift']());}catch(_0x239613){_0x4700e7['push'](_0x4700e7['shift']());}}}(_0x3902,0xd7a6f));const e={'collab-client':{'tooltip':{'reconnect':_0x44494d(0x151)}},'collabStatus':{'fetchMiss':_0x44494d(0x158),'conflict':_0x44494d(0x14d),'notCollab':_0x44494d(0x14b),'synced':'Synced','syncing':_0x44494d(0x146),'offline':_0x44494d(0x13f)},'session':{'connection-failed':_0x44494d(0x145),'will-retry':_0x44494d(0x148),'room-full':_0x44494d(0x149),'collaboration-timeout':_0x44494d(0x147)},'conflict':{'title':_0x44494d(0x156),'content':_0x44494d(0x153)},'permission':{'title':_0x44494d(0x140),'content':_0x44494d(0x154)},'collaboration':{'single-unit':{'warning':_0x44494d(0x14e)},'closeRoom':_0x44494d(0x14f)},'auth':{'needGotoLoginAlert':_0x44494d(0x13e)}},o=e;module[_0x44494d(0x150)]=o;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';function _0x554b(){const _0x297b89=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Local\x20file','Click\x20to\x20Reconnect','84uLUYJB','15524157rUZCWv','91861zMjWtm','172583AatwbW','Syncing...','1886710mFluNu','Collaboration\x20Conflict','Edit\x20conflicts','4TPtdVT','613088HrQFxC','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','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.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','1744788AtnRIa','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Authentication\x20Error','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','258mcsxyM','9IzrxQG','39945wXoolD','exports','Syncing\x20server\x20data...'];_0x554b=function(){return _0x297b89;};return _0x554b();}const _0x5519f4=_0x1f3f;function _0x1f3f(_0x312167,_0x318ca8){const _0x554ba6=_0x554b();return _0x1f3f=function(_0x1f3fd5,_0x31c1d8){_0x1f3fd5=_0x1f3fd5-0x1c9;let _0x291e68=_0x554ba6[_0x1f3fd5];return _0x291e68;},_0x1f3f(_0x312167,_0x318ca8);}(function(_0xf4fba7,_0x15ce8a){const _0x5a26f1=_0x1f3f,_0x2ca330=_0xf4fba7();while(!![]){try{const _0x1d7319=-parseInt(_0x5a26f1(0x1d1))/0x1*(parseInt(_0x5a26f1(0x1d6))/0x2)+-parseInt(_0x5a26f1(0x1dc))/0x3+-parseInt(_0x5a26f1(0x1ce))/0x4*(-parseInt(_0x5a26f1(0x1e2))/0x5)+-parseInt(_0x5a26f1(0x1e0))/0x6*(parseInt(_0x5a26f1(0x1d0))/0x7)+parseInt(_0x5a26f1(0x1d7))/0x8+-parseInt(_0x5a26f1(0x1e1))/0x9*(-parseInt(_0x5a26f1(0x1d3))/0xa)+parseInt(_0x5a26f1(0x1cf))/0xb;if(_0x1d7319===_0x15ce8a)break;else _0x2ca330['push'](_0x2ca330['shift']());}catch(_0x47737d){_0x2ca330['push'](_0x2ca330['shift']());}}}(_0x554b,0x56420));const e={'collab-client':{'tooltip':{'reconnect':_0x5519f4(0x1cd)}},'collabStatus':{'fetchMiss':_0x5519f4(0x1ca),'conflict':_0x5519f4(0x1d5),'notCollab':_0x5519f4(0x1cc),'synced':'Synced','syncing':_0x5519f4(0x1d2),'offline':_0x5519f4(0x1cb)},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x5519f4(0x1da),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x5519f4(0x1dd)},'conflict':{'title':_0x5519f4(0x1d4),'content':_0x5519f4(0x1d9)},'permission':{'title':_0x5519f4(0x1de),'content':_0x5519f4(0x1df)},'collaboration':{'single-unit':{'warning':_0x5519f4(0x1db)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x5519f4(0x1d8)}},o=e;module[_0x5519f4(0x1c9)]=o;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const _0x3bb6a0=_0x428b;function _0x428b(_0x91acbb,_0x35dff5){const _0x2ebc1b=_0x2ebc();return _0x428b=function(_0x428b56,_0x2c61b0){_0x428b56=_0x428b56-0x17a;let _0x200e2b=_0x2ebc1b[_0x428b56];return _0x200e2b;},_0x428b(_0x91acbb,_0x35dff5);}function _0x2ebc(){const _0x5af2a0=['907176ZJGvYA','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,请检查你的网络','正在拉取服务端数据...','600TCTRDm','153840kndfqY','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','1868607eIYgax','25445230RpRcGU','协同冲突','权限错误','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','编辑冲突','本地文件','36hFPugQ','服务器未响应,你的编辑将在本地缓存','协同房间已满,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','保存中...','已离线,编辑将在本地缓存','2mcvNRG','19692pqzdhH','3576034hJltkL','3326700FimFms','exports'];_0x2ebc=function(){return _0x5af2a0;};return _0x2ebc();}(function(_0x3bbbf2,_0x592a03){const _0x5234c6=_0x428b,_0x22194b=_0x3bbbf2();while(!![]){try{const _0x56a743=-parseInt(_0x5234c6(0x17a))/0x1+parseInt(_0x5234c6(0x189))/0x2*(parseInt(_0x5234c6(0x17c))/0x3)+-parseInt(_0x5234c6(0x18c))/0x4+-parseInt(_0x5234c6(0x192))/0x5*(parseInt(_0x5234c6(0x18a))/0x6)+-parseInt(_0x5234c6(0x18b))/0x7+parseInt(_0x5234c6(0x18e))/0x8*(-parseInt(_0x5234c6(0x183))/0x9)+parseInt(_0x5234c6(0x17d))/0xa;if(_0x56a743===_0x592a03)break;else _0x22194b['push'](_0x22194b['shift']());}catch(_0x5d96a8){_0x22194b['push'](_0x22194b['shift']());}}}(_0x2ebc,0xc9123));const o={'collab-client':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x3bb6a0(0x191),'conflict':_0x3bb6a0(0x181),'notCollab':_0x3bb6a0(0x182),'synced':'已同步','syncing':_0x3bb6a0(0x187),'offline':_0x3bb6a0(0x188)},'session':{'connection-failed':_0x3bb6a0(0x190),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x3bb6a0(0x185),'collaboration-timeout':_0x3bb6a0(0x184)},'conflict':{'title':_0x3bb6a0(0x17e),'content':_0x3bb6a0(0x18f)},'permission':{'title':_0x3bb6a0(0x17f),'content':_0x3bb6a0(0x17b)},'collaboration':{'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x3bb6a0(0x186)},'auth':{'needGotoLoginAlert':_0x3bb6a0(0x180)}};module[_0x3bb6a0(0x18d)]=o;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const _0x9bec70=_0x48a0;(function(_0x2b2876,_0x56923b){const _0x12a18f=_0x48a0,_0x5a4662=_0x2b2876();while(!![]){try{const _0x4c4b52=-parseInt(_0x12a18f(0xb6))/0x1+-parseInt(_0x12a18f(0xc4))/0x2*(-parseInt(_0x12a18f(0xaf))/0x3)+parseInt(_0x12a18f(0xbf))/0x4*(-parseInt(_0x12a18f(0xb4))/0x5)+parseInt(_0x12a18f(0xba))/0x6+-parseInt(_0x12a18f(0xb0))/0x7*(-parseInt(_0x12a18f(0xab))/0x8)+parseInt(_0x12a18f(0xb7))/0x9*(parseInt(_0x12a18f(0xc2))/0xa)+-parseInt(_0x12a18f(0xbb))/0xb*(parseInt(_0x12a18f(0xae))/0xc);if(_0x4c4b52===_0x56923b)break;else _0x5a4662['push'](_0x5a4662['shift']());}catch(_0x407d45){_0x5a4662['push'](_0x5a4662['shift']());}}}(_0x1b57,0x47320));function _0x48a0(_0x111230,_0x306faf){const _0x1b57fa=_0x1b57();return _0x48a0=function(_0x48a023,_0x580cd3){_0x48a023=_0x48a023-0xab;let _0x2e528e=_0x1b57fa[_0x48a023];return _0x2e528e;},_0x48a0(_0x111230,_0x306faf);}function _0x1b57(){const _0x4e73af=['12saMvvs','exports','Connection\x20failed,\x20please\x20check\x20your\x20network.','10qYlvdV','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','2YQDWGu','40fXOpvn','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Edit\x20conflicts','12EgQhPt','1033887RVHlkD','530201XMbBxi','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Syncing...','Authentication\x20Error','265715eCInus','Local\x20file','517664JgOxYv','3398751xJiPNa','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Click\x20to\x20Reconnect','1891266ENjdiu','4922335cgoNVW','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Collaboration\x20Conflict'];_0x1b57=function(){return _0x4e73af;};return _0x1b57();}const e={'collab-client':{'tooltip':{'reconnect':_0x9bec70(0xb9)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x9bec70(0xad),'notCollab':_0x9bec70(0xb5),'synced':'Synced','syncing':_0x9bec70(0xb2),'offline':_0x9bec70(0xbd)},'session':{'connection-failed':_0x9bec70(0xc1),'will-retry':_0x9bec70(0xbc),'room-full':_0x9bec70(0xb1),'collaboration-timeout':_0x9bec70(0xb8)},'conflict':{'title':_0x9bec70(0xbe),'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':_0x9bec70(0xb3),'content':_0x9bec70(0xc3)},'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':_0x9bec70(0xac)}},o=e;module[_0x9bec70(0xc0)]=o;
|