@univerjs-pro/collaboration-client 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.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/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.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/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +8 -5
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +6 -4
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +4 -3
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +4 -4
- package/lib/types/controllers/config.schema.d.ts +2 -2
- package/lib/types/controllers/telemetry.d.ts +1 -1
- package/lib/types/facade/f-collaboration.d.ts +6 -4
- package/lib/types/facade/f-event.d.ts +2 -2
- package/lib/types/facade/f-univer.d.ts +1 -1
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/auth-server/authz-io-http.service.d.ts +3 -2
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +6 -4
- package/lib/types/services/collaboration-ui-event/collaboration-ui-event.d.ts +1 -1
- package/lib/types/services/comment/comment.service.d.ts +2 -2
- package/lib/types/services/data-loader/data-loader.service.d.ts +3 -2
- package/lib/types/services/image-remote/image-io.service.d.ts +6 -4
- package/lib/types/services/local-cache/local-cache.service.d.ts +4 -4
- package/lib/types/services/member/member.service.d.ts +4 -3
- package/lib/types/services/mention-server/mention-io-http.service.d.ts +2 -1
- package/lib/types/services/network-condition/network-condition.service.d.ts +2 -2
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +2 -1
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +2 -2
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +2 -2
- package/lib/types/services/socket/collaboration-socket.service.d.ts +9 -6
- package/lib/types/services/socket/serialize.d.ts +1 -1
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +4 -2
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.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 +14 -13
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x12076e=_0x4cc1;(function(_0x6388f1,_0x3f2165){const _0x1cc3ae=_0x4cc1,_0x48e409=_0x6388f1();while(!![]){try{const _0x2ff4fe=parseInt(_0x1cc3ae(0x1e6))/0x1*(parseInt(_0x1cc3ae(0x1ed))/0x2)+-parseInt(_0x1cc3ae(0x1eb))/0x3+parseInt(_0x1cc3ae(0x1f3))/0x4*(parseInt(_0x1cc3ae(0x1ee))/0x5)+parseInt(_0x1cc3ae(0x1e8))/0x6+-parseInt(_0x1cc3ae(0x1e1))/0x7+parseInt(_0x1cc3ae(0x1de))/0x8+parseInt(_0x1cc3ae(0x1ea))/0x9*(-parseInt(_0x1cc3ae(0x1f5))/0xa);if(_0x2ff4fe===_0x3f2165)break;else _0x48e409['push'](_0x48e409['shift']());}catch(_0x5cbda2){_0x48e409['push'](_0x48e409['shift']());}}}(_0x2eb1,0xd893d));function _0x2eb1(){const _0x3e96dc=['No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','2575433TfdgKm','exports','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Collaboration\x20Conflict','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','187PVsOlI','Connection\x20failed.\x20Please\x20check\x20your\x20network.','1315242CxhSvL','Click\x20to\x20Reconnect','12573513exciCv','2878803BjQAit','Authentication\x20Error','14526IRCFBY','4990MFZBIk','Local\x20file','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','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1572FzBOMu','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','10NitPdD','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing...','13136608mXyNKV'];_0x2eb1=function(){return _0x3e96dc;};return _0x2eb1();}function _0x4cc1(_0x407b2c,_0x4a5032){_0x407b2c=_0x407b2c-0x1dd;const _0x2eb114=_0x2eb1();let _0x4cc1eb=_0x2eb114[_0x407b2c];return _0x4cc1eb;}const e={'collab-client':{'tooltip':{'reconnect':_0x12076e(0x1e9)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x12076e(0x1ef),'synced':'Synced','syncing':_0x12076e(0x1dd),'offline':_0x12076e(0x1f1)},'session':{'connection-failed':_0x12076e(0x1e7),'will-retry':_0x12076e(0x1f4),'room-full':_0x12076e(0x1e0),'join-failed':_0x12076e(0x1f6),'room-not-exists':_0x12076e(0x1e5),'room-permission-denied':_0x12076e(0x1df),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x12076e(0x1e4),'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':_0x12076e(0x1ec),'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':_0x12076e(0x1f0)},'closeRoom':_0x12076e(0x1f2)},'auth':{'needGotoLoginAlert':_0x12076e(0x1e3)}};module[_0x12076e(0x1e2)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x7010(_0x5d47cc,_0x558ad9){_0x5d47cc=_0x5d47cc-0x191;const _0x5c805a=_0x5c80();let _0x7010e1=_0x5c805a[_0x5d47cc];return _0x7010e1;}function _0x5c80(){const _0x50e90c=['exports','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1265148NkpLzc','897988hdskKX','1359PaKMhO','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','4FqzSkg','Local\x20file','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','384268hdIOFU','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Syncing...','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Synced','Edit\x20conflicts','Click\x20to\x20Reconnect','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','386617ADzJRR','5ApLrKt','50EgQhLT','120489nYnrfg','2404buvyah','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing\x20server\x20data...','256exOEwj'];_0x5c80=function(){return _0x50e90c;};return _0x5c80();}const _0x5952d0=_0x7010;(function(_0x9ec004,_0x25f838){const _0x1ad6ef=_0x7010,_0x3795b1=_0x9ec004();while(!![]){try{const _0x2065a5=parseInt(_0x1ad6ef(0x19d))/0x1*(parseInt(_0x1ad6ef(0x1aa))/0x2)+parseInt(_0x1ad6ef(0x19c))/0x3+parseInt(_0x1ad6ef(0x1b0))/0x4*(-parseInt(_0x1ad6ef(0x19a))/0x5)+parseInt(_0x1ad6ef(0x1a5))/0x6+parseInt(_0x1ad6ef(0x1a6))/0x7+parseInt(_0x1ad6ef(0x1a1))/0x8*(-parseInt(_0x1ad6ef(0x1a7))/0x9)+-parseInt(_0x1ad6ef(0x19b))/0xa*(parseInt(_0x1ad6ef(0x199))/0xb);if(_0x2065a5===_0x25f838)break;else _0x3795b1['push'](_0x3795b1['shift']());}catch(_0x4434b3){_0x3795b1['push'](_0x3795b1['shift']());}}}(_0x5c80,0x1a3d7));const e={'collab-client':{'tooltip':{'reconnect':_0x5952d0(0x197)}},'collabStatus':{'fetchMiss':_0x5952d0(0x1a0),'conflict':_0x5952d0(0x196),'notCollab':_0x5952d0(0x1ab),'synced':_0x5952d0(0x195),'syncing':_0x5952d0(0x193),'offline':_0x5952d0(0x194)},'session':{'connection-failed':_0x5952d0(0x1af),'will-retry':_0x5952d0(0x192),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x5952d0(0x1a3),'room-not-exists':_0x5952d0(0x1a4),'room-permission-denied':_0x5952d0(0x1a8),'room-cnt-exceeds':_0x5952d0(0x19e),'collaboration-timeout':_0x5952d0(0x198)},'conflict':{'title':_0x5952d0(0x1ae),'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':_0x5952d0(0x1ac),'content':_0x5952d0(0x191)},'collaboration':{'single-unit':{'warning':_0x5952d0(0x1a9)},'closeRoom':_0x5952d0(0x1ad)},'auth':{'needGotoLoginAlert':_0x5952d0(0x19f)}};module[_0x5952d0(0x1a2)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2295(_0x5d9e40,_0xa75397){_0x5d9e40=_0x5d9e40-0x10a;const _0x5bd305=_0x5bd3();let _0x22954f=_0x5bd305[_0x5d9e40];return _0x22954f;}const _0x4dd28e=_0x2295;(function(_0x422898,_0x2e8445){const _0x1ecb1a=_0x2295,_0x1b5165=_0x422898();while(!![]){try{const _0x5a5f01=-parseInt(_0x1ecb1a(0x125))/0x1*(parseInt(_0x1ecb1a(0x11c))/0x2)+parseInt(_0x1ecb1a(0x11a))/0x3*(parseInt(_0x1ecb1a(0x119))/0x4)+-parseInt(_0x1ecb1a(0x118))/0x5+parseInt(_0x1ecb1a(0x10e))/0x6+-parseInt(_0x1ecb1a(0x121))/0x7*(-parseInt(_0x1ecb1a(0x123))/0x8)+parseInt(_0x1ecb1a(0x127))/0x9*(parseInt(_0x1ecb1a(0x111))/0xa)+-parseInt(_0x1ecb1a(0x11f))/0xb*(parseInt(_0x1ecb1a(0x114))/0xc);if(_0x5a5f01===_0x2e8445)break;else _0x1b5165['push'](_0x1b5165['shift']());}catch(_0x3ae558){_0x1b5165['push'](_0x1b5165['shift']());}}}(_0x5bd3,0xc1641));const e={'collab-client':{'tooltip':{'reconnect':_0x4dd28e(0x10a)}},'collabStatus':{'fetchMiss':_0x4dd28e(0x122),'conflict':'Edit\x20conflicts','notCollab':_0x4dd28e(0x10d),'synced':_0x4dd28e(0x11b),'syncing':_0x4dd28e(0x120),'offline':_0x4dd28e(0x11d)},'session':{'connection-failed':_0x4dd28e(0x116),'will-retry':_0x4dd28e(0x110),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x4dd28e(0x124),'room-not-exists':_0x4dd28e(0x10c),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x4dd28e(0x126),'collaboration-timeout':_0x4dd28e(0x10b)},'conflict':{'title':_0x4dd28e(0x115),'content':_0x4dd28e(0x113)},'permission':{'title':_0x4dd28e(0x112),'content':_0x4dd28e(0x10f)},'collaboration':{'single-unit':{'warning':_0x4dd28e(0x117)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x4dd28e(0x11e)}};module['exports']=e;function _0x5bd3(){const _0x1651e8=['799356MDmlIz','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','6257845oOpViJ','680nkmTsF','11730tzcgAC','Synced','86CreNej','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','154giClPI','Syncing...','9258193TGHUof','Syncing\x20server\x20data...','8yHUuwd','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','10909mJwVNN','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1968030gaSvIf','Click\x20to\x20Reconnect','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Local\x20file','2188308mOVnjy','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','50QUDNdx','Authentication\x20Error','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.'];_0x5bd3=function(){return _0x1651e8;};return _0x5bd3();}
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3d6f0f=_0x288f;function _0x288f(_0x2e58c2,_0xadfca8){_0x2e58c2=_0x2e58c2-0x13c;const _0x2ce622=_0x2ce6();let _0x288fc6=_0x2ce622[_0x2e58c2];return _0x288fc6;}(function(_0x644514,_0x5c2afa){const _0x50c27d=_0x288f,_0x26d3e8=_0x644514();while(!![]){try{const _0x2d93da=parseInt(_0x50c27d(0x146))/0x1*(parseInt(_0x50c27d(0x13c))/0x2)+-parseInt(_0x50c27d(0x13e))/0x3+-parseInt(_0x50c27d(0x156))/0x4+-parseInt(_0x50c27d(0x153))/0x5*(parseInt(_0x50c27d(0x14c))/0x6)+parseInt(_0x50c27d(0x149))/0x7+-parseInt(_0x50c27d(0x151))/0x8+-parseInt(_0x50c27d(0x143))/0x9*(-parseInt(_0x50c27d(0x13d))/0xa);if(_0x2d93da===_0x5c2afa)break;else _0x26d3e8['push'](_0x26d3e8['shift']());}catch(_0x30beb8){_0x26d3e8['push'](_0x26d3e8['shift']());}}}(_0x2ce6,0xdf3f5));const e={'collab-client':{'tooltip':{'reconnect':_0x3d6f0f(0x14e)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x3d6f0f(0x147),'notCollab':_0x3d6f0f(0x150),'synced':_0x3d6f0f(0x148),'syncing':_0x3d6f0f(0x14b),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x3d6f0f(0x14a),'will-retry':_0x3d6f0f(0x14d),'room-full':_0x3d6f0f(0x141),'join-failed':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-not-exists':_0x3d6f0f(0x13f),'room-permission-denied':_0x3d6f0f(0x142),'room-cnt-exceeds':'تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','collaboration-timeout':_0x3d6f0f(0x145)},'conflict':{'title':_0x3d6f0f(0x154),'content':_0x3d6f0f(0x157)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x3d6f0f(0x144)},'collaboration':{'single-unit':{'warning':_0x3d6f0f(0x155)},'closeRoom':_0x3d6f0f(0x140)},'auth':{'needGotoLoginAlert':_0x3d6f0f(0x152)}};module[_0x3d6f0f(0x14f)]=e;function _0x2ce6(){const _0x19844b=['25356290tRjyuT','3344532CybyUy','پیوستن\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شد.','9xvqiNF','اعمال\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شد.','161WJZdaa','تداخل\x20ویرایش','همگام\x20سازی','2609817MHccXy','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','در\x20حال\x20همگام\x20سازی...','2442774Iesnpc','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','exports','پرونده\x20محلی','8859784TloCAo','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','5xBKFgY','تداخل\x20همکاری','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','1947696HLGPzH','یک\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رفت.','13942bsMkQp'];_0x2ce6=function(){return _0x19844b;};return _0x2ce6();}
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x22b070=_0x514d;(function(_0x401e99,_0x2bbf4b){const _0x5ca1d3=_0x514d,_0x51a905=_0x401e99();while(!![]){try{const _0x17c9f9=-parseInt(_0x5ca1d3(0x1ea))/0x1*(parseInt(_0x5ca1d3(0x1ec))/0x2)+-parseInt(_0x5ca1d3(0x1eb))/0x3+-parseInt(_0x5ca1d3(0x1e5))/0x4*(parseInt(_0x5ca1d3(0x1e7))/0x5)+parseInt(_0x5ca1d3(0x1e0))/0x6+-parseInt(_0x5ca1d3(0x1f6))/0x7+-parseInt(_0x5ca1d3(0x1e1))/0x8*(parseInt(_0x5ca1d3(0x1e6))/0x9)+parseInt(_0x5ca1d3(0x1e8))/0xa;if(_0x17c9f9===_0x2bbf4b)break;else _0x51a905['push'](_0x51a905['shift']());}catch(_0x454d73){_0x51a905['push'](_0x51a905['shift']());}}}(_0x1416,0xec91b));function _0x514d(_0x15227a,_0x49308a){_0x15227a=_0x15227a-0x1dc;const _0x1416a0=_0x1416();let _0x514ddf=_0x1416a0[_0x15227a];return _0x514ddf;}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x22b070(0x1f2),'notCollab':_0x22b070(0x1e3),'synced':_0x22b070(0x1df),'syncing':_0x22b070(0x1f0),'offline':_0x22b070(0x1ee)},'session':{'connection-failed':_0x22b070(0x1f4),'will-retry':_0x22b070(0x1e9),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x22b070(0x1ef),'room-not-exists':_0x22b070(0x1e4),'room-permission-denied':_0x22b070(0x1dc),'room-cnt-exceeds':_0x22b070(0x1f3),'collaboration-timeout':_0x22b070(0x1de)},'conflict':{'title':_0x22b070(0x1dd),'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':_0x22b070(0x1ed)},'collaboration':{'single-unit':{'warning':_0x22b070(0x1f5)},'closeRoom':_0x22b070(0x1f1)},'auth':{'needGotoLoginAlert':_0x22b070(0x1e2)}};module[_0x22b070(0x1f7)]=e;function _0x1416(){const _0xee0015=['32165eQhvwW','47871610HRLokt','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','18479xtYzYh','5411754hjkyaa','52RwNvSA','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing...','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Edit\x20conflicts','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','12031362GTaTJg','exports','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Synced','9005568TBYoAt','8pMolvY','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Local\x20file','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','196fCgzgt','9006723wWDGnv'];_0x1416=function(){return _0xee0015;};return _0x1416();}
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x5da746=_0x1460;function _0x853c(){const _0x415733=['サーバーデータを同期中...','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','ローカルファイル','接続に失敗しました。ネットワーク接続を確認してください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','75693UTKDuc','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','6592790LocmBE','326347EWsCIQ','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','2139978PblBBZ','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','接続に失敗しました。しばらくしてから再試行します。','2269134LBfbrF','2268552ZojmSm','オフライン、編集内容はローカルに保存されます','8403500GrhZKg','共同編集ルームが閉じられたため、編集権限が取り消されました。','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','同期済み','認証エラー','60qTLoSn','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','同期中...'];_0x853c=function(){return _0x415733;};return _0x853c();}function _0x1460(_0x575be8,_0x2ba6ea){_0x575be8=_0x575be8-0x1d8;const _0x853cde=_0x853c();let _0x146027=_0x853cde[_0x575be8];return _0x146027;}(function(_0x23c85a,_0x37a98b){const _0x303b3a=_0x1460,_0x4de0da=_0x23c85a();while(!![]){try{const _0x28c052=-parseInt(_0x303b3a(0x1d8))/0x1+-parseInt(_0x303b3a(0x1de))/0x2+parseInt(_0x303b3a(0x1ee))/0x3*(parseInt(_0x303b3a(0x1e6))/0x4)+parseInt(_0x303b3a(0x1f0))/0x5+-parseInt(_0x303b3a(0x1da))/0x6+parseInt(_0x303b3a(0x1e1))/0x7+-parseInt(_0x303b3a(0x1df))/0x8;if(_0x28c052===_0x37a98b)break;else _0x4de0da['push'](_0x4de0da['shift']());}catch(_0x56667e){_0x4de0da['push'](_0x4de0da['shift']());}}}(_0x853c,0xc26d9));const e={'collab-client':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x5da746(0x1e9),'conflict':'編集の競合','notCollab':_0x5da746(0x1eb),'synced':_0x5da746(0x1e4),'syncing':_0x5da746(0x1e8),'offline':_0x5da746(0x1e0)},'session':{'connection-failed':_0x5da746(0x1ec),'will-retry':_0x5da746(0x1dd),'room-full':'ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','join-failed':_0x5da746(0x1e3),'room-not-exists':_0x5da746(0x1ef),'room-permission-denied':_0x5da746(0x1dc),'room-cnt-exceeds':'共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','collaboration-timeout':_0x5da746(0x1e7)},'conflict':{'title':'共同編集の競合','content':_0x5da746(0x1db)},'permission':{'title':_0x5da746(0x1e5),'content':_0x5da746(0x1d9)},'collaboration':{'single-unit':{'warning':_0x5da746(0x1ed)},'closeRoom':_0x5da746(0x1e2)},'auth':{'needGotoLoginAlert':_0x5da746(0x1ea)}};module['exports']=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x41791f=_0x5b6c;(function(_0x27256f,_0x2430df){const _0x36abd8=_0x5b6c,_0x44b25e=_0x27256f();while(!![]){try{const _0x4f9c86=parseInt(_0x36abd8(0x10c))/0x1*(-parseInt(_0x36abd8(0x11e))/0x2)+parseInt(_0x36abd8(0x11c))/0x3+parseInt(_0x36abd8(0x10d))/0x4+-parseInt(_0x36abd8(0x107))/0x5*(-parseInt(_0x36abd8(0x116))/0x6)+parseInt(_0x36abd8(0x121))/0x7+parseInt(_0x36abd8(0x117))/0x8+-parseInt(_0x36abd8(0x120))/0x9;if(_0x4f9c86===_0x2430df)break;else _0x44b25e['push'](_0x44b25e['shift']());}catch(_0x4370a4){_0x44b25e['push'](_0x44b25e['shift']());}}}(_0x3abe,0xb64c0));const e={'collab-client':{'tooltip':{'reconnect':_0x41791f(0x119)}},'collabStatus':{'fetchMiss':_0x41791f(0x110),'conflict':_0x41791f(0x122),'notCollab':_0x41791f(0x118),'synced':_0x41791f(0x11b),'syncing':_0x41791f(0x10b),'offline':_0x41791f(0x109)},'session':{'connection-failed':_0x41791f(0x10a),'will-retry':_0x41791f(0x11d),'room-full':_0x41791f(0x10e),'join-failed':'공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-not-exists':_0x41791f(0x115),'room-permission-denied':'공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','room-cnt-exceeds':_0x41791f(0x113),'collaboration-timeout':_0x41791f(0x10f)},'conflict':{'title':_0x41791f(0x11f),'content':_0x41791f(0x108)},'permission':{'title':_0x41791f(0x11a),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'single-unit':{'warning':_0x41791f(0x112)},'closeRoom':_0x41791f(0x114)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'}};function _0x5b6c(_0x29ef22,_0x201437){_0x29ef22=_0x29ef22-0x107;const _0x3abe61=_0x3abe();let _0x5b6c02=_0x3abe61[_0x29ef22];return _0x5b6c02;}module[_0x41791f(0x111)]=e;function _0x3abe(){const _0x4514b3=['서버\x20데이터\x20동기화\x20중...','exports','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','270QAoJux','11049536OdoigB','로컬\x20파일','클릭하여\x20다시\x20연결','인증\x20오류','동기화됨','2540364GPDIgU','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','653580QtVLrk','공동\x20편집\x20충돌','27647280ByfUQd','6491254TBnYXz','편집\x20충돌','82305WvEKto','로컬\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중...','1KvbKJV','997404hthdpD','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'];_0x3abe=function(){return _0x4514b3;};return _0x3abe();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x562c(_0x2ab0ad,_0x5f1758){_0x2ab0ad=_0x2ab0ad-0x193;const _0x5abf8d=_0x5abf();let _0x562cdc=_0x5abf8d[_0x2ab0ad];return _0x562cdc;}function _0x5abf(){const _0x51000f=['Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','exports','7730pkdWnq','Syncing...','Click\x20to\x20Reconnect','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','3JUrsaR','4626xuirTl','2459840Xvbprc','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','997Bendob','7513baMvii','1736298GPlYqV','7eueLdO','1209256LnsXBA','Syncing\x20server\x20data...','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','1548LaFFGU','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','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','1292270kFjUdx','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','41376ysoEgN','Local\x20file'];_0x5abf=function(){return _0x51000f;};return _0x5abf();}const _0x21b8b5=_0x562c;(function(_0x33076d,_0xea9020){const _0x1226fe=_0x562c,_0x2a12e8=_0x33076d();while(!![]){try{const _0x1ec821=-parseInt(_0x1226fe(0x197))/0x1*(parseInt(_0x1226fe(0x19f))/0x2)+parseInt(_0x1226fe(0x1b0))/0x3*(parseInt(_0x1226fe(0x19b))/0x4)+-parseInt(_0x1226fe(0x1a6))/0x5+-parseInt(_0x1226fe(0x199))/0x6*(parseInt(_0x1226fe(0x19a))/0x7)+-parseInt(_0x1226fe(0x194))/0x8+parseInt(_0x1226fe(0x193))/0x9*(-parseInt(_0x1226fe(0x1ac))/0xa)+-parseInt(_0x1226fe(0x198))/0xb*(-parseInt(_0x1226fe(0x1a8))/0xc);if(_0x1ec821===_0xea9020)break;else _0x2a12e8['push'](_0x2a12e8['shift']());}catch(_0x5a1f00){_0x2a12e8['push'](_0x2a12e8['shift']());}}}(_0x5abf,0x9a895));const e={'collab-client':{'tooltip':{'reconnect':_0x21b8b5(0x1ae)}},'collabStatus':{'fetchMiss':_0x21b8b5(0x19c),'conflict':_0x21b8b5(0x1a3),'notCollab':_0x21b8b5(0x1a9),'synced':'Synced','syncing':_0x21b8b5(0x1ad),'offline':_0x21b8b5(0x1a5)},'session':{'connection-failed':_0x21b8b5(0x1a0),'will-retry':_0x21b8b5(0x195),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x21b8b5(0x1aa),'room-not-exists':_0x21b8b5(0x1a1),'room-permission-denied':_0x21b8b5(0x196),'room-cnt-exceeds':_0x21b8b5(0x1a2),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x21b8b5(0x19d),'content':_0x21b8b5(0x1af)},'collaboration':{'single-unit':{'warning':_0x21b8b5(0x1a4)},'closeRoom':_0x21b8b5(0x1a7)},'auth':{'needGotoLoginAlert':_0x21b8b5(0x19e)}};module[_0x21b8b5(0x1ab)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x302ba7=_0x182b;function _0x182b(_0x481ca2,_0x46a1a5){_0x481ca2=_0x481ca2-0x1a4;const _0x36327f=_0x3632();let _0x182bb6=_0x36327f[_0x481ca2];return _0x182bb6;}(function(_0x2889cd,_0x4fdbfa){const _0x5d62e5=_0x182b,_0x3cc181=_0x2889cd();while(!![]){try{const _0x2d4c9f=parseInt(_0x5d62e5(0x1ad))/0x1+parseInt(_0x5d62e5(0x1b5))/0x2+parseInt(_0x5d62e5(0x1bf))/0x3+-parseInt(_0x5d62e5(0x1b1))/0x4*(-parseInt(_0x5d62e5(0x1b2))/0x5)+parseInt(_0x5d62e5(0x1ab))/0x6*(parseInt(_0x5d62e5(0x1b9))/0x7)+-parseInt(_0x5d62e5(0x1ac))/0x8*(-parseInt(_0x5d62e5(0x1aa))/0x9)+-parseInt(_0x5d62e5(0x1b7))/0xa;if(_0x2d4c9f===_0x4fdbfa)break;else _0x3cc181['push'](_0x3cc181['shift']());}catch(_0x32dc16){_0x3cc181['push'](_0x3cc181['shift']());}}}(_0x3632,0xdf55b));function _0x3632(){const _0xe9aaff=['993665aBmhJa','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Kliknite\x20na\x20opätovné\x20pripojenie','3508224zVFarS','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','45660540TqRAjL','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','98isjQXw','Chyba\x20overenia','Konflikty\x20úprav','Synchronizované','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Lokálny\x20súbor','394872NMKZgL','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Konflikt\x20spolupráce','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','36AwWmpF','198432vKoLeS','2699344Hswsmb','1186218dZghbF','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','12GqRhbP'];_0x3632=function(){return _0xe9aaff;};return _0x3632();}const e={'collab-client':{'tooltip':{'reconnect':_0x302ba7(0x1b4)}},'collabStatus':{'fetchMiss':_0x302ba7(0x1bd),'conflict':_0x302ba7(0x1bb),'notCollab':_0x302ba7(0x1be),'synced':_0x302ba7(0x1bc),'syncing':'Synchronizuje\x20sa...','offline':_0x302ba7(0x1af)},'session':{'connection-failed':_0x302ba7(0x1a4),'will-retry':_0x302ba7(0x1a8),'room-full':_0x302ba7(0x1b0),'join-failed':_0x302ba7(0x1a5),'room-not-exists':_0x302ba7(0x1b8),'room-permission-denied':'Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-cnt-exceeds':_0x302ba7(0x1b3),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x302ba7(0x1a6),'content':_0x302ba7(0x1ae)},'permission':{'title':_0x302ba7(0x1ba),'content':_0x302ba7(0x1a7)},'collaboration':{'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':_0x302ba7(0x1b6)},'auth':{'needGotoLoginAlert':_0x302ba7(0x1a9)}};module['exports']=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x58f6(){const _0x9d3c29=['Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Xung\x20đột\x20chỉnh\x20sửa','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Đang\x20đồng\x20bộ...','Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','1055898CpYTfU','2742240ilgSYh','Nhấp\x20để\x20kết\x20nối\x20lại','21LKcqSR','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','Lỗi\x20xác\x20thực','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Xung\x20đột\x20cộng\x20tác','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','2400FpoTuj','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','4536158dFQaHC','20714roNMaL','52684kQTIts','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','40uwHTSU','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','10fHrHGH','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','exports','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','66980teXgEA','1295KtoPUm','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'];_0x58f6=function(){return _0x9d3c29;};return _0x58f6();}const _0x4cb881=_0x4d1b;function _0x4d1b(_0x20a796,_0x156082){_0x20a796=_0x20a796-0xdc;const _0x58f637=_0x58f6();let _0x4d1bf6=_0x58f637[_0x20a796];return _0x4d1bf6;}(function(_0x3766e7,_0xc60996){const _0x590303=_0x4d1b,_0x4e5402=_0x3766e7();while(!![]){try{const _0xed446f=-parseInt(_0x590303(0xe1))/0x1+parseInt(_0x590303(0xf5))/0x2*(parseInt(_0x590303(0xec))/0x3)+parseInt(_0x590303(0xf6))/0x4*(parseInt(_0x590303(0xf8))/0x5)+parseInt(_0x590303(0xf2))/0x6*(-parseInt(_0x590303(0xe2))/0x7)+-parseInt(_0x590303(0xea))/0x8+parseInt(_0x590303(0xe9))/0x9*(parseInt(_0x590303(0xdd))/0xa)+parseInt(_0x590303(0xf4))/0xb;if(_0xed446f===_0xc60996)break;else _0x4e5402['push'](_0x4e5402['shift']());}catch(_0x422c3b){_0x4e5402['push'](_0x4e5402['shift']());}}}(_0x58f6,0x36a3f));const e={'collab-client':{'tooltip':{'reconnect':_0x4cb881(0xeb)}},'collabStatus':{'fetchMiss':_0x4cb881(0xf7),'conflict':_0x4cb881(0xe5),'notCollab':'Tệp\x20cục\x20bộ','synced':'Đã\x20đồng\x20bộ','syncing':_0x4cb881(0xe7),'offline':_0x4cb881(0xdc)},'session':{'connection-failed':_0x4cb881(0xf1),'will-retry':'Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':'Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','join-failed':_0x4cb881(0xe0),'room-not-exists':_0x4cb881(0xef),'room-permission-denied':_0x4cb881(0xe8),'room-cnt-exceeds':'Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':_0x4cb881(0xf3)},'conflict':{'title':_0x4cb881(0xf0),'content':_0x4cb881(0xde)},'permission':{'title':_0x4cb881(0xee),'content':_0x4cb881(0xe6)},'collaboration':{'single-unit':{'warning':_0x4cb881(0xe4)},'closeRoom':_0x4cb881(0xe3)},'auth':{'needGotoLoginAlert':_0x4cb881(0xed)}};module[_0x4cb881(0xdf)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x123b(_0x917f8e,_0x26d75f){_0x917f8e=_0x917f8e-0x1a6;const _0x48e10c=_0x48e1();let _0x123b29=_0x48e10c[_0x917f8e];return _0x123b29;}const _0x3d1948=_0x123b;(function(_0x3a4c2a,_0x2c5c57){const _0x4d91cd=_0x123b,_0x2f8165=_0x3a4c2a();while(!![]){try{const _0x5c6898=-parseInt(_0x4d91cd(0x1ad))/0x1*(parseInt(_0x4d91cd(0x1a9))/0x2)+-parseInt(_0x4d91cd(0x1b7))/0x3+-parseInt(_0x4d91cd(0x1b5))/0x4*(-parseInt(_0x4d91cd(0x1b1))/0x5)+-parseInt(_0x4d91cd(0x1ac))/0x6+-parseInt(_0x4d91cd(0x1a7))/0x7+-parseInt(_0x4d91cd(0x1b6))/0x8+parseInt(_0x4d91cd(0x1bb))/0x9*(parseInt(_0x4d91cd(0x1b8))/0xa);if(_0x5c6898===_0x2c5c57)break;else _0x2f8165['push'](_0x2f8165['shift']());}catch(_0x20f74f){_0x2f8165['push'](_0x2f8165['shift']());}}}(_0x48e1,0xdea66));const e={'collab-client':{'tooltip':{'reconnect':_0x3d1948(0x1bd)}},'collabStatus':{'fetchMiss':_0x3d1948(0x1ae),'conflict':_0x3d1948(0x1ba),'notCollab':'本地文件','synced':'已同步','syncing':'保存中...','offline':_0x3d1948(0x1b4)},'session':{'connection-failed':_0x3d1948(0x1a8),'will-retry':_0x3d1948(0x1b9),'room-full':_0x3d1948(0x1b2),'join-failed':_0x3d1948(0x1bc),'room-not-exists':'加入协同失败,你的编辑将在本地缓存','room-permission-denied':_0x3d1948(0x1ab),'room-cnt-exceeds':_0x3d1948(0x1a6),'collaboration-timeout':_0x3d1948(0x1af)},'conflict':{'title':_0x3d1948(0x1b3),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x3d1948(0x1be),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':_0x3d1948(0x1aa)},'closeRoom':_0x3d1948(0x1b0)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};function _0x48e1(){const _0x25b960=['服务器未响应,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','34925zWUfEK','此文档协同人数已满,你的编辑将在本地缓存','协同冲突','已离线,编辑将在本地缓存','380CEyESm','4835296vuQkmn','5118390fITfdw','10uIPvGF','连接失败,将在一会儿之后重试连接','编辑冲突','56294604SCdwyq','加入协同失败,请稍后重试,你的编辑将在本地缓存','点击重新连接','权限错误','协同文档数量超过限制,你的编辑将在本地缓存','11468807qWCBhQ','连接失败,请检查你的网络','192yzcSye','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','没有协同权限,你的编辑将在本地缓存','6191700TOuZFE','10684axdNmd','正在拉取服务端数据...'];_0x48e1=function(){return _0x25b960;};return _0x48e1();}module['exports']=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3fc7dd=_0x50cd;(function(_0xce1674,_0x31ef8c){const _0x9842c4=_0x50cd,_0x3d3497=_0xce1674();while(!![]){try{const _0x18a40e=-parseInt(_0x9842c4(0x1cf))/0x1+parseInt(_0x9842c4(0x1d3))/0x2+parseInt(_0x9842c4(0x1ce))/0x3+-parseInt(_0x9842c4(0x1d5))/0x4+-parseInt(_0x9842c4(0x1e2))/0x5*(parseInt(_0x9842c4(0x1cd))/0x6)+parseInt(_0x9842c4(0x1db))/0x7+parseInt(_0x9842c4(0x1d4))/0x8*(-parseInt(_0x9842c4(0x1dc))/0x9);if(_0x18a40e===_0x31ef8c)break;else _0x3d3497['push'](_0x3d3497['shift']());}catch(_0x1a7b43){_0x3d3497['push'](_0x3d3497['shift']());}}}(_0x3751,0xdbf56));function _0x50cd(_0x4d371e,_0x317bb4){_0x4d371e=_0x4d371e-0x1cc;const _0x375179=_0x3751();let _0x50cdeb=_0x375179[_0x4d371e];return _0x50cdeb;}function _0x3751(){const _0x5f5b4d=['Synced','998404Hivboi','11424ekSFqB','468220wdJnJX','Connection\x20failed.\x20Please\x20check\x20your\x20network.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','10817849erxRwC','846goHpBl','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','Syncing...','Click\x20to\x20Reconnect','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','5jiElTl','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','10012362HbjuWt','3314634ZRVcUy','328523lvInDP','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Edit\x20conflicts'];_0x3751=function(){return _0x5f5b4d;};return _0x3751();}const e={'collab-client':{'tooltip':{'reconnect':_0x3fc7dd(0x1e0)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x3fc7dd(0x1d1),'notCollab':'Local\x20file','synced':_0x3fc7dd(0x1d2),'syncing':_0x3fc7dd(0x1df),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x3fc7dd(0x1d6),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x3fc7dd(0x1d7),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x3fc7dd(0x1cc),'room-cnt-exceeds':_0x3fc7dd(0x1d9),'collaboration-timeout':_0x3fc7dd(0x1d8)},'conflict':{'title':_0x3fc7dd(0x1de),'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':_0x3fc7dd(0x1dd)},'collaboration':{'single-unit':{'warning':_0x3fc7dd(0x1d0)},'closeRoom':_0x3fc7dd(0x1e1)},'auth':{'needGotoLoginAlert':_0x3fc7dd(0x1da)}};module['exports']=e;
|
package/lib/es/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4df686=_0x4e69;(function(_0x4bcf56,_0x1aebc6){const _0x523bcc=_0x4e69,_0x4e2b7b=_0x4bcf56();while(!![]){try{const _0x585809=-parseInt(_0x523bcc(0xab))/0x1*(-parseInt(_0x523bcc(0xa3))/0x2)+parseInt(_0x523bcc(0x9a))/0x3+parseInt(_0x523bcc(0xb0))/0x4*(parseInt(_0x523bcc(0xaf))/0x5)+parseInt(_0x523bcc(0x8c))/0x6+-parseInt(_0x523bcc(0xb2))/0x7*(-parseInt(_0x523bcc(0xb4))/0x8)+-parseInt(_0x523bcc(0x82))/0x9+-parseInt(_0x523bcc(0x97))/0xa*(parseInt(_0x523bcc(0xac))/0xb);if(_0x585809===_0x1aebc6)break;else _0x4e2b7b['push'](_0x4e2b7b['shift']());}catch(_0x5d1ee5){_0x4e2b7b['push'](_0x4e2b7b['shift']());}}}(_0xcd9d,0x8d194));import{CollaborationController as _0x37c36b,CollaborationStatus as _0x14c39e,DataLoaderService as _0x1279d7,MemberService as _0xc27e0a}from'@univerjs-pro/collaboration-client';import{FBase as _0x30e278,FEnum as _0x318bba,FEventName as _0x496228,FUniver as _0x1cea12}from'@univerjs/core/facade';import{DisposableCollection as _0x2aee53,IUniverInstanceService as _0x1e9575,Inject as _0x526e04,Injector as _0x2f4fdb,toDisposable as _0x4f8d1f}from'@univerjs/core';import{SnapshotService as _0x3db561}from'@univerjs-pro/collaboration';import{switchMap as _0x5b8047}from'rxjs';var h=class extends _0x318bba{get[_0x4df686(0x8b)](){return _0x14c39e;}};_0x318bba[_0x4df686(0xad)](h);function _0xcd9d(){const _0x2a48f0=['readyForCollab','_handler','80gOsUSo','function','add','2740995LASpJO','get','entityInit$','loadUnit','loadActiveSheetAsync','_univerInstanceService','status','subscribe','_initialize','10194wnisJr','getCollaboration','object','getCollabEntity','decorate','pipe','CollaborationStatusChanged','Event','129KvntQn','783662ZMLSGS','extend','NOT_COLLAB','1502985vmDRlU','4vXNwwh','loadServerUnit','9569VIsoHu','_collaborationController','1184IiQwib','getCollaborationStatus','getUniverSheet','length','defineProperty','loadUnitOfRevision','9991251YQPDTr','values','_injector','waitForRoom$','subscribeCollaborators','from','getFocusedUnit','getOwnPropertyDescriptor','[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.','CollaborationStatus','1103544kanJRY','disposeWithMe','loadSheet','loadSheetAsync','registerEventHandler','createInstance','_snapshotService','status$','getUnitId'];_0xcd9d=function(){return _0x2a48f0;};return _0xcd9d();}var g=class{get[_0x4df686(0xa9)](){const _0x22c458=_0x4df686;return _0x22c458(0xa9);}};function _0x4e69(_0x28f40a,_0x30db5b){_0x28f40a=_0x28f40a-0x80;const _0xcd9d05=_0xcd9d();let _0x4e6910=_0xcd9d05[_0x28f40a];return _0x4e6910;}_0x496228['extend'](g);function _(_0x368f49,_0x45e1fc){return function(_0x3d0c4d,_0x42fc5a){_0x45e1fc(_0x3d0c4d,_0x42fc5a,_0x368f49);};}function v(_0x400d18,_0x87d3e0,_0x7e5484,_0x34a91b){const _0xee0ccb=_0x4df686;var _0x33bb45=arguments[_0xee0ccb(0xb7)],_0x172580=_0x33bb45<0x3?_0x87d3e0:_0x34a91b===null?_0x34a91b=Object[_0xee0ccb(0x89)](_0x87d3e0,_0x7e5484):_0x34a91b,_0x465180;if(typeof Reflect==_0xee0ccb(0xa5)&&typeof Reflect['decorate']==_0xee0ccb(0x98))_0x172580=Reflect[_0xee0ccb(0xa7)](_0x400d18,_0x87d3e0,_0x7e5484,_0x34a91b);else{for(var _0xe056a2=_0x400d18[_0xee0ccb(0xb7)]-0x1;_0xe056a2>=0x0;_0xe056a2--)(_0x465180=_0x400d18[_0xe056a2])&&(_0x172580=(_0x33bb45<0x3?_0x465180(_0x172580):_0x33bb45>0x3?_0x465180(_0x87d3e0,_0x7e5484,_0x172580):_0x465180(_0x87d3e0,_0x7e5484))||_0x172580);}return _0x33bb45>0x3&&_0x172580&&Object[_0xee0ccb(0x80)](_0x87d3e0,_0x7e5484,_0x172580),_0x172580;}let y=class extends _0x30e278{constructor(_0x46b05b,_0x189ae8,_0x346008,_0x1cf9f6,_0x8c35ee){const _0x59bc89=_0x4df686;super(),this[_0x59bc89(0x96)]=_0x46b05b,this['_injector']=_0x189ae8,this[_0x59bc89(0x9f)]=_0x346008,this[_0x59bc89(0x92)]=_0x1cf9f6,this[_0x59bc89(0xb3)]=_0x8c35ee;}async['loadActiveSheet'](){const _0x28bad9=_0x4df686;return this[_0x28bad9(0x9e)]();}async[_0x4df686(0x9e)](){const _0x128032=_0x4df686;throw Error(_0x128032(0x8a));}async[_0x4df686(0x8e)](_0x2a6f8f){const _0x25c05d=_0x4df686;return this[_0x25c05d(0x8f)](_0x2a6f8f);}async[_0x4df686(0x8f)](_0x2f8201,_0x31e331){const _0x1b3c6c=_0x4df686;return await this['_snapshotService']['loadSheet'](_0x2f8201,0x0,_0x31e331)?(await this[_0x1b3c6c(0xb3)][_0x1b3c6c(0x95)](_0x2f8201),this[_0x1b3c6c(0x96)][_0x1b3c6c(0xb6)](_0x2f8201)):null;}[_0x4df686(0x86)](_0x43e27b,_0x5dde62){const _0x142591=_0x4df686;return _0x4f8d1f(this[_0x142591(0x84)]['get'](_0xc27e0a)[_0x142591(0x85)](_0x43e27b)[_0x142591(0xa8)](_0x5b8047(_0x49fb4b=>_0x49fb4b['members$']))[_0x142591(0xa1)](_0x4cb531=>_0x5dde62(Array[_0x142591(0x87)](_0x4cb531[_0x142591(0x83)]()))));}[_0x4df686(0xb5)](_0x414c9d){const _0x36d010=_0x4df686;var _0xe3c54d;let _0x5db900;if(_0x414c9d)_0x5db900=_0x414c9d;else{let _0x145d6f=this[_0x36d010(0x9f)][_0x36d010(0x88)]();_0x5db900=_0x145d6f==null?void 0x0:_0x145d6f[_0x36d010(0x94)]();}if(!_0x5db900)return _0x14c39e[_0x36d010(0xae)];let _0xc0543f=this[_0x36d010(0xb3)][_0x36d010(0xa6)](_0x5db900);return(_0xe3c54d=_0xc0543f==null?void 0x0:_0xc0543f['state'][_0x36d010(0xa0)])==null?_0x14c39e[_0x36d010(0xae)]:_0xe3c54d;}};y=v([_(0x1,_0x526e04(_0x2f4fdb)),_(0x2,_0x1e9575),_(0x3,_0x526e04(_0x3db561)),_(0x4,_0x526e04(_0x37c36b))],y);var b=class extends _0x1cea12{[_0x4df686(0xa2)](_0x5a3497){const _0x4098df=_0x4df686;let _0x48c683=_0x5a3497[_0x4098df(0x9b)](_0x37c36b);this[_0x4098df(0x8d)](this[_0x4098df(0x90)](this[_0x4098df(0xaa)][_0x4098df(0xa9)],()=>{const _0x1e58b0=_0x4098df;let _0x18ba95=new _0x2aee53(),_0x3ec601=_0x48c683[_0x1e58b0(0x9c)][_0x1e58b0(0xa1)](_0x1cb8d3=>{const _0x3c16c9=_0x1e58b0;let _0x3d4ea4=_0x1cb8d3[_0x3c16c9(0x93)][_0x3c16c9(0xa1)](_0x431ec6=>{const _0x2168f5=_0x3c16c9;this['fireEvent'](this[_0x2168f5(0xaa)]['CollaborationStatusChanged'],{'unitId':_0x1cb8d3['unitID'],'status':_0x431ec6});});_0x18ba95['add'](_0x4f8d1f(_0x3d4ea4));});return _0x18ba95[_0x1e58b0(0x99)](_0x4f8d1f(_0x3ec601)),_0x18ba95;}));}[_0x4df686(0xa4)](){const _0x4d979d=_0x4df686;return this[_0x4d979d(0x84)][_0x4d979d(0x91)](y,{'getUniverSheet':_0x4cc189=>this['getUniverSheet'](_0x4cc189)});}[_0x4df686(0xb1)](_0x482a7b,_0x227dc4,_0x1cc88f){const _0x1b1f31=_0x4df686;return this['_injector'][_0x1b1f31(0x9b)](_0x1279d7)[_0x1b1f31(0x9d)](_0x482a7b,_0x227dc4,_0x1cc88f);}['loadServerUnitOfRevision'](_0x14f2e0,_0x561683,_0x4751ef){const _0x1e65e5=_0x4df686;return this['_injector'][_0x1e65e5(0x9b)](_0x1279d7)[_0x1e65e5(0x81)](_0x14f2e0,_0x561683,_0x4751ef);}};_0x1cea12['extend'](b);export{y as FCollaboration};
|