@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/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x593f83=_0x5a9c;function _0x5a9c(_0x3db648,_0x107866){_0x3db648=_0x3db648-0x17d;const _0x40e444=_0x40e4();let _0x5a9ce4=_0x40e444[_0x3db648];return _0x5a9ce4;}(function(_0x19dabd,_0x53fe81){const _0x1d11a5=_0x5a9c,_0x3f3b48=_0x19dabd();while(!![]){try{const _0x250437=-parseInt(_0x1d11a5(0x190))/0x1+-parseInt(_0x1d11a5(0x18a))/0x2+parseInt(_0x1d11a5(0x17e))/0x3+-parseInt(_0x1d11a5(0x191))/0x4*(parseInt(_0x1d11a5(0x183))/0x5)+parseInt(_0x1d11a5(0x17d))/0x6+parseInt(_0x1d11a5(0x184))/0x7+-parseInt(_0x1d11a5(0x18c))/0x8*(-parseInt(_0x1d11a5(0x189))/0x9);if(_0x250437===_0x53fe81)break;else _0x3f3b48['push'](_0x3f3b48['shift']());}catch(_0x49e65b){_0x3f3b48['push'](_0x3f3b48['shift']());}}}(_0x40e4,0xb3040));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x593f83(0x185),'synced':_0x593f83(0x17f),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x593f83(0x18f),'will-retry':_0x593f83(0x180),'room-full':_0x593f83(0x182),'join-failed':_0x593f83(0x187),'room-not-exists':_0x593f83(0x181),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x593f83(0x18d),'collaboration-timeout':_0x593f83(0x186)},'conflict':{'title':_0x593f83(0x18e),'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':_0x593f83(0x188),'content':_0x593f83(0x18b)},'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.'}};function _0x40e4(){const _0x5844d8=['Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Authentication\x20Error','12645aVjjBR','1249754yHggWt','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','9152nIcyUb','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','335723eHIreL','243800iszkuM','3110724ppEbXJ','98895uTkeBy','Synced','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','40RRQpKT','158963EHKWpd','Local\x20file','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'];_0x40e4=function(){return _0x5844d8;};return _0x40e4();}export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x306cfc=_0x3ed2;(function(_0x5884e0,_0x2219e9){const _0x1b2452=_0x3ed2,_0x1f43f1=_0x5884e0();while(!![]){try{const _0x1de9b2=parseInt(_0x1b2452(0x106))/0x1+parseInt(_0x1b2452(0x10d))/0x2*(-parseInt(_0x1b2452(0xf7))/0x3)+parseInt(_0x1b2452(0xfc))/0x4+-parseInt(_0x1b2452(0x110))/0x5*(parseInt(_0x1b2452(0x108))/0x6)+-parseInt(_0x1b2452(0x105))/0x7*(parseInt(_0x1b2452(0x107))/0x8)+-parseInt(_0x1b2452(0xfb))/0x9+-parseInt(_0x1b2452(0x10b))/0xa*(-parseInt(_0x1b2452(0x10c))/0xb);if(_0x1de9b2===_0x2219e9)break;else _0x1f43f1['push'](_0x1f43f1['shift']());}catch(_0x1715a9){_0x1f43f1['push'](_0x1f43f1['shift']());}}}(_0x1e16,0x297d2));function _0x1e16(){const _0x5b9221=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1813YiYKeF','289385FmJmJH','2264YKOpzi','592938ENinzJ','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\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.','3711770LLjnif','11gUQgaz','241114oFhFdt','Authentication\x20Error','Collaboration\x20Conflict','15wzdcIw','3sAvhMl','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Click\x20to\x20Reconnect','835965fZgYIz','370336xHTMUx','Local\x20file','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...'];_0x1e16=function(){return _0x5b9221;};return _0x1e16();}function _0x3ed2(_0x1469df,_0xd190b9){_0x1469df=_0x1469df-0xf7;const _0x1e16fa=_0x1e16();let _0x3ed260=_0x1e16fa[_0x1469df];return _0x3ed260;}const e={'collab-client':{'tooltip':{'reconnect':_0x306cfc(0xfa)}},'collabStatus':{'fetchMiss':_0x306cfc(0x103),'conflict':'Edit\x20conflicts','notCollab':_0x306cfc(0xfd),'synced':'Synced','syncing':'Syncing...','offline':_0x306cfc(0x104)},'session':{'connection-failed':_0x306cfc(0xf8),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x306cfc(0x102),'join-failed':_0x306cfc(0x109),'room-not-exists':_0x306cfc(0xfe),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x306cfc(0xf9),'collaboration-timeout':_0x306cfc(0xff)},'conflict':{'title':_0x306cfc(0x10f),'content':_0x306cfc(0x10a)},'permission':{'title':_0x306cfc(0x10e),'content':_0x306cfc(0x101)},'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':_0x306cfc(0x100)}};export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xf136af=_0xa272;function _0x4ba9(){const _0x1e89c5=['7265pbZzMe','Edit\x20conflicts','Local\x20file','10qnFVHD','Synced','Syncing...','4246236EawLWW','1184117fbPgof','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','550012MADKuD','534DKMBIz','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Authentication\x20Error','9xygXvT','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.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','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.','39670zPxQIP','78AwAotu','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','34512TVCYOr','10YyLGlm','Syncing\x20server\x20data...','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','112VUapoL','168468UlaXnl'];_0x4ba9=function(){return _0x1e89c5;};return _0x4ba9();}(function(_0x27bee7,_0x2ddeb6){const _0x2f0f71=_0xa272,_0x2e78eb=_0x27bee7();while(!![]){try{const _0x2de5cd=-parseInt(_0x2f0f71(0x10d))/0x1*(parseInt(_0x2f0f71(0x11d))/0x2)+parseInt(_0x2f0f71(0x117))/0x3*(parseInt(_0x2f0f71(0x113))/0x4)+parseInt(_0x2f0f71(0x126))/0x5*(-parseInt(_0x2f0f71(0x114))/0x6)+-parseInt(_0x2f0f71(0x124))/0x7*(parseInt(_0x2f0f71(0x120))/0x8)+parseInt(_0x2f0f71(0x110))/0x9+-parseInt(_0x2f0f71(0x121))/0xa*(parseInt(_0x2f0f71(0x111))/0xb)+parseInt(_0x2f0f71(0x125))/0xc*(-parseInt(_0x2f0f71(0x11e))/0xd);if(_0x2de5cd===_0x2ddeb6)break;else _0x2e78eb['push'](_0x2e78eb['shift']());}catch(_0x20f310){_0x2e78eb['push'](_0x2e78eb['shift']());}}}(_0x4ba9,0x4833d));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0xf136af(0x122),'conflict':_0xf136af(0x10b),'notCollab':_0xf136af(0x10c),'synced':_0xf136af(0x10e),'syncing':_0xf136af(0x10f),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0xf136af(0x11b),'will-retry':_0xf136af(0x123),'room-full':_0xf136af(0x112),'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':_0xf136af(0x11f),'room-cnt-exceeds':_0xf136af(0x11a),'collaboration-timeout':_0xf136af(0x118)},'conflict':{'title':'Collaboration\x20Conflict','content':_0xf136af(0x11c)},'permission':{'title':_0xf136af(0x116),'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':_0xf136af(0x115)},'closeRoom':_0xf136af(0x119)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};function _0xa272(_0xc3b46e,_0x497163){_0xc3b46e=_0xc3b46e-0x10b;const _0x4ba961=_0x4ba9();let _0xa272b6=_0x4ba961[_0xc3b46e];return _0xa272b6;}export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2c51(){const _0xdc7da8=['یک\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رفت.','884444xtZzVT','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','243417gKFVsQ','2264DyccdQ','822906JLEaKz','137890WNCYEL','تداخل\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رفت.','36KSuLBB','29208nGKSnn','همگام\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شد.','10435lNSKAd','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','تداخل\x20همکاری','2853LELHfG','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...'];_0x2c51=function(){return _0xdc7da8;};return _0x2c51();}function _0x4f2b(_0x44cb0e,_0x234bb1){_0x44cb0e=_0x44cb0e-0x1a9;const _0x2c5160=_0x2c51();let _0x4f2bd7=_0x2c5160[_0x44cb0e];return _0x4f2bd7;}const _0x3167a7=_0x4f2b;(function(_0x1c2bc8,_0x576225){const _0x459e3f=_0x4f2b,_0x144fb0=_0x1c2bc8();while(!![]){try{const _0x129bb6=-parseInt(_0x459e3f(0x1b4))/0x1+parseInt(_0x459e3f(0x1af))/0x2+parseInt(_0x459e3f(0x1ac))/0x3+parseInt(_0x459e3f(0x1aa))/0x4+parseInt(_0x459e3f(0x1bb))/0x5*(-parseInt(_0x459e3f(0x1b3))/0x6)+-parseInt(_0x459e3f(0x1ae))/0x7+parseInt(_0x459e3f(0x1ad))/0x8*(-parseInt(_0x459e3f(0x1be))/0x9);if(_0x129bb6===_0x576225)break;else _0x144fb0['push'](_0x144fb0['shift']());}catch(_0x32aa89){_0x144fb0['push'](_0x144fb0['shift']());}}}(_0x2c51,0x1dd54));const e={'collab-client':{'tooltip':{'reconnect':_0x3167a7(0x1b6)}},'collabStatus':{'fetchMiss':_0x3167a7(0x1c0),'conflict':_0x3167a7(0x1b0),'notCollab':_0x3167a7(0x1b7),'synced':_0x3167a7(0x1b5),'syncing':_0x3167a7(0x1b8),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':'ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','join-failed':_0x3167a7(0x1bf),'room-not-exists':_0x3167a7(0x1ba),'room-permission-denied':_0x3167a7(0x1b1),'room-cnt-exceeds':_0x3167a7(0x1b9),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمیدهد.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.'},'conflict':{'title':_0x3167a7(0x1bd),'content':_0x3167a7(0x1a9)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x3167a7(0x1b2)},'collaboration':{'single-unit':{'warning':_0x3167a7(0x1ab)},'closeRoom':_0x3167a7(0x1bc)},'auth':{'needGotoLoginAlert':'ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}};export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2b3f57=_0x547c;function _0x547c(_0x3303d6,_0x6ad9e0){_0x3303d6=_0x3303d6-0x11c;const _0x231a91=_0x231a();let _0x547c72=_0x231a91[_0x3303d6];return _0x547c72;}(function(_0x3dab4a,_0xd13715){const _0x1d0096=_0x547c,_0x272b86=_0x3dab4a();while(!![]){try{const _0x3c38a5=parseInt(_0x1d0096(0x125))/0x1*(parseInt(_0x1d0096(0x11f))/0x2)+parseInt(_0x1d0096(0x120))/0x3*(parseInt(_0x1d0096(0x124))/0x4)+-parseInt(_0x1d0096(0x12e))/0x5+-parseInt(_0x1d0096(0x121))/0x6+-parseInt(_0x1d0096(0x131))/0x7+-parseInt(_0x1d0096(0x129))/0x8+parseInt(_0x1d0096(0x11e))/0x9;if(_0x3c38a5===_0xd13715)break;else _0x272b86['push'](_0x272b86['shift']());}catch(_0xe4c3db){_0x272b86['push'](_0x272b86['shift']());}}}(_0x231a,0x1da2d));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x2b3f57(0x12d),'notCollab':'Local\x20file','synced':_0x2b3f57(0x132),'syncing':'Syncing...','offline':_0x2b3f57(0x130)},'session':{'connection-failed':_0x2b3f57(0x11c),'will-retry':_0x2b3f57(0x12b),'room-full':_0x2b3f57(0x133),'join-failed':_0x2b3f57(0x12c),'room-not-exists':_0x2b3f57(0x12a),'room-permission-denied':_0x2b3f57(0x11d),'room-cnt-exceeds':_0x2b3f57(0x128),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x2b3f57(0x123),'content':_0x2b3f57(0x122)},'permission':{'title':_0x2b3f57(0x12f),'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':_0x2b3f57(0x126)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x2b3f57(0x127)}};function _0x231a(){const _0x3f7304=['Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','827870mIEVCg','Authentication\x20Error','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','433328sohPVt','Synced','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4304097cDwnxI','4LsdvSm','36wrfTYc','905514BiVacG','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.','Collaboration\x20Conflict','3004xipopJ','59291fKEQBc','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','848328GIbPst','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x231a=function(){return _0x3f7304;};return _0x231a();}export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3566(_0x1ffe50,_0x22fd50){_0x1ffe50=_0x1ffe50-0x97;const _0x3d4f8e=_0x3d4f();let _0x356691=_0x3d4f8e[_0x1ffe50];return _0x356691;}const _0x138ad5=_0x3566;(function(_0x36c593,_0x3524b1){const _0x2c890e=_0x3566,_0xb9f8d2=_0x36c593();while(!![]){try{const _0x183c49=parseInt(_0x2c890e(0x9d))/0x1+parseInt(_0x2c890e(0x98))/0x2*(parseInt(_0x2c890e(0xae))/0x3)+parseInt(_0x2c890e(0x9b))/0x4*(-parseInt(_0x2c890e(0xa8))/0x5)+parseInt(_0x2c890e(0x9c))/0x6+parseInt(_0x2c890e(0xac))/0x7*(parseInt(_0x2c890e(0x9a))/0x8)+-parseInt(_0x2c890e(0x97))/0x9+parseInt(_0x2c890e(0xa7))/0xa;if(_0x183c49===_0x3524b1)break;else _0xb9f8d2['push'](_0xb9f8d2['shift']());}catch(_0x7633db){_0xb9f8d2['push'](_0xb9f8d2['shift']());}}}(_0x3d4f,0x369fe));function _0x3d4f(){const _0x33c663=['2786810ZrLbJB','5gsTcjr','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','認証エラー','接続に失敗しました。しばらくしてから再試行します。','97202FRGkqg','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','51wxQIJc','3131775XeOVXb','16578RjzUnq','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','40wAYzJG','536884bCXJeT','459030rfFtdA','140409gdEYie','編集の競合','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','同期中...','クリックして再接続','共同編集ルームが閉じられたため、編集権限が取り消されました。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','サーバーデータを同期中...','共同編集の競合','同期済み'];_0x3d4f=function(){return _0x33c663;};return _0x3d4f();}const e={'collab-client':{'tooltip':{'reconnect':_0x138ad5(0xa1)}},'collabStatus':{'fetchMiss':_0x138ad5(0xa4),'conflict':_0x138ad5(0x9e),'notCollab':'ローカルファイル','synced':_0x138ad5(0xa6),'syncing':_0x138ad5(0xa0),'offline':'オフライン、編集内容はローカルに保存されます'},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x138ad5(0xab),'room-full':_0x138ad5(0x9f),'join-failed':'共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','room-not-exists':_0x138ad5(0xa9),'room-permission-denied':'共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','room-cnt-exceeds':'共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','collaboration-timeout':_0x138ad5(0xad)},'conflict':{'title':_0x138ad5(0xa5),'content':_0x138ad5(0x99)},'permission':{'title':_0x138ad5(0xaa),'content':'お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。'},'collaboration':{'single-unit':{'warning':_0x138ad5(0xa3)},'closeRoom':_0x138ad5(0xa2)},'auth':{'needGotoLoginAlert':'ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。'}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x433fa0=_0xc68a;(function(_0x5cc8a0,_0x5ad8d1){const _0x435183=_0xc68a,_0x5b6e7b=_0x5cc8a0();while(!![]){try{const _0x512739=-parseInt(_0x435183(0x1d3))/0x1+parseInt(_0x435183(0x1d7))/0x2+parseInt(_0x435183(0x1c1))/0x3+-parseInt(_0x435183(0x1cc))/0x4+-parseInt(_0x435183(0x1d1))/0x5*(-parseInt(_0x435183(0x1bd))/0x6)+-parseInt(_0x435183(0x1d6))/0x7*(parseInt(_0x435183(0x1cf))/0x8)+-parseInt(_0x435183(0x1c5))/0x9;if(_0x512739===_0x5ad8d1)break;else _0x5b6e7b['push'](_0x5b6e7b['shift']());}catch(_0x3fb404){_0x5b6e7b['push'](_0x5b6e7b['shift']());}}}(_0xc30a,0x9aaf5));function _0xc30a(){const _0x5f2aa2=['공동\x20편집\x20충돌','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','3205038lJspDN','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','인증\x20오류','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','6526404mmIsaE','공동\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저장하세요.','동기화됨','207512QemFmr','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','서버\x20데이터\x20동기화\x20중...','88YAsjNz','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','3001585oaCxAB','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','263794nINgNg','로컬\x20파일','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','292719xBJkIz','931482uzJwwI','6bPckPW','클릭하여\x20다시\x20연결'];_0xc30a=function(){return _0x5f2aa2;};return _0xc30a();}function _0xc68a(_0x40b644,_0x4cffaf){_0x40b644=_0x40b644-0x1bd;const _0xc30a85=_0xc30a();let _0xc68a0=_0xc30a85[_0x40b644];return _0xc68a0;}const e={'collab-client':{'tooltip':{'reconnect':_0x433fa0(0x1be)}},'collabStatus':{'fetchMiss':_0x433fa0(0x1ce),'conflict':_0x433fa0(0x1c8),'notCollab':_0x433fa0(0x1d4),'synced':_0x433fa0(0x1cb),'syncing':'동기화\x20중...','offline':_0x433fa0(0x1c4)},'session':{'connection-failed':_0x433fa0(0x1c7),'will-retry':_0x433fa0(0x1d0),'room-full':_0x433fa0(0x1cd),'join-failed':_0x433fa0(0x1c6),'room-not-exists':_0x433fa0(0x1c9),'room-permission-denied':_0x433fa0(0x1c0),'room-cnt-exceeds':'공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x433fa0(0x1bf),'content':_0x433fa0(0x1ca)},'permission':{'title':_0x433fa0(0x1c3),'content':_0x433fa0(0x1d5)},'collaboration':{'single-unit':{'warning':_0x433fa0(0x1c2)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x433fa0(0x1d2)}};export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1d5b1b=_0x33c8;(function(_0x118037,_0x4ef694){const _0x56bcd3=_0x33c8,_0x5cafa1=_0x118037();while(!![]){try{const _0x3a2652=-parseInt(_0x56bcd3(0x12e))/0x1*(parseInt(_0x56bcd3(0x12b))/0x2)+parseInt(_0x56bcd3(0x123))/0x3*(parseInt(_0x56bcd3(0x133))/0x4)+parseInt(_0x56bcd3(0x137))/0x5*(parseInt(_0x56bcd3(0x124))/0x6)+parseInt(_0x56bcd3(0x138))/0x7+parseInt(_0x56bcd3(0x126))/0x8+parseInt(_0x56bcd3(0x135))/0x9+-parseInt(_0x56bcd3(0x12d))/0xa;if(_0x3a2652===_0x4ef694)break;else _0x5cafa1['push'](_0x5cafa1['shift']());}catch(_0x4c38d4){_0x5cafa1['push'](_0x5cafa1['shift']());}}}(_0x1152,0xcef82));function _0x33c8(_0x3dde9e,_0x2484b9){_0x3dde9e=_0x3dde9e-0x120;const _0x115261=_0x1152();let _0x33c83a=_0x115261[_0x3dde9e];return _0x33c83a;}const e={'collab-client':{'tooltip':{'reconnect':_0x1d5b1b(0x12c)}},'collabStatus':{'fetchMiss':_0x1d5b1b(0x139),'conflict':_0x1d5b1b(0x121),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x1d5b1b(0x130),'offline':_0x1d5b1b(0x132)},'session':{'connection-failed':_0x1d5b1b(0x127),'will-retry':_0x1d5b1b(0x136),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x1d5b1b(0x120),'room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x1d5b1b(0x131),'room-cnt-exceeds':_0x1d5b1b(0x12a),'collaboration-timeout':_0x1d5b1b(0x13a)},'conflict':{'title':_0x1d5b1b(0x128),'content':_0x1d5b1b(0x125)},'permission':{'title':_0x1d5b1b(0x134),'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':_0x1d5b1b(0x122)},'closeRoom':_0x1d5b1b(0x129)},'auth':{'needGotoLoginAlert':_0x1d5b1b(0x12f)}};function _0x1152(){const _0x849f18=['Connection\x20failed.\x20Please\x20check\x20your\x20network.','Collaboration\x20Conflict','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','19374ZbGFYY','Click\x20to\x20Reconnect','20316360bJOrsV','74LLZGjA','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing...','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1900AkObbA','Authentication\x20Error','12273777oeLhHg','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','345NHqSTK','3307633gqlKgB','Syncing\x20server\x20data...','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\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.','9279jTpaIV','3732YvZaAV','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.','1982840eYyLRx'];_0x1152=function(){return _0x849f18;};return _0x1152();}export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5009(_0xca53c6,_0xf73838){_0xca53c6=_0xca53c6-0x113;const _0x2c0d98=_0x2c0d();let _0x500918=_0x2c0d98[_0xca53c6];return _0x500918;}const _0x25e338=_0x5009;(function(_0x5a8782,_0x452a9e){const _0x2f14da=_0x5009,_0x4b42b5=_0x5a8782();while(!![]){try{const _0x59c475=-parseInt(_0x2f14da(0x119))/0x1*(parseInt(_0x2f14da(0x11f))/0x2)+parseInt(_0x2f14da(0x11a))/0x3+-parseInt(_0x2f14da(0x117))/0x4+parseInt(_0x2f14da(0x11e))/0x5*(-parseInt(_0x2f14da(0x114))/0x6)+parseInt(_0x2f14da(0x11b))/0x7+parseInt(_0x2f14da(0x126))/0x8+parseInt(_0x2f14da(0x11d))/0x9*(parseInt(_0x2f14da(0x127))/0xa);if(_0x59c475===_0x452a9e)break;else _0x4b42b5['push'](_0x4b42b5['shift']());}catch(_0x45b5b7){_0x4b42b5['push'](_0x4b42b5['shift']());}}}(_0x2c0d,0x889e6));function _0x2c0d(){const _0x445d98=['433979KVDTlq','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','63BnFPPp','2876185IePFQH','2SCQkuO','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','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é.','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','4318384VhDTIm','402430mYDhUs','Synchronizuje\x20sa...','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Kliknite\x20na\x20opätovné\x20pripojenie','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','6LtDYWk','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','727668OKKsMQ','Konflikty\x20úprav','323353NhxZLa','2269803NmFdTF'];_0x2c0d=function(){return _0x445d98;};return _0x2c0d();}const e={'collab-client':{'tooltip':{'reconnect':_0x25e338(0x12a)}},'collabStatus':{'fetchMiss':_0x25e338(0x113),'conflict':_0x25e338(0x118),'notCollab':'Lokálny\x20súbor','synced':'Synchronizované','syncing':_0x25e338(0x128),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x25e338(0x116),'will-retry':_0x25e338(0x125),'room-full':_0x25e338(0x129),'join-failed':_0x25e338(0x11c),'room-not-exists':_0x25e338(0x122),'room-permission-denied':'Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-cnt-exceeds':_0x25e338(0x124),'collaboration-timeout':_0x25e338(0x121)},'conflict':{'title':'Konflikt\x20spolupráce','content':'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.'},'permission':{'title':'Chyba\x20overenia','content':_0x25e338(0x123)},'collaboration':{'single-unit':{'warning':_0x25e338(0x120)},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x25e338(0x115)}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x138b(_0x224a3a,_0x577dc1){_0x224a3a=_0x224a3a-0x148;const _0x4bbabd=_0x4bba();let _0x138b1a=_0x4bbabd[_0x224a3a];return _0x138b1a;}const _0x319b7d=_0x138b;(function(_0x24be63,_0x30b97a){const _0x2dcf93=_0x138b,_0x4b042c=_0x24be63();while(!![]){try{const _0x4ba4cc=-parseInt(_0x2dcf93(0x15d))/0x1+-parseInt(_0x2dcf93(0x14c))/0x2+parseInt(_0x2dcf93(0x160))/0x3*(-parseInt(_0x2dcf93(0x15e))/0x4)+-parseInt(_0x2dcf93(0x148))/0x5*(parseInt(_0x2dcf93(0x161))/0x6)+-parseInt(_0x2dcf93(0x15f))/0x7+-parseInt(_0x2dcf93(0x155))/0x8*(-parseInt(_0x2dcf93(0x156))/0x9)+parseInt(_0x2dcf93(0x149))/0xa;if(_0x4ba4cc===_0x30b97a)break;else _0x4b042c['push'](_0x4b042c['shift']());}catch(_0x33f086){_0x4b042c['push'](_0x4b042c['shift']());}}}(_0x4bba,0x3d275));function _0x4bba(){const _0x3ad837=['5QRtJAI','12518010FTVYEd','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','417370VtRJPf','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.','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','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.','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ộ.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Đang\x20đồng\x20bộ...','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\x20cộng\x20tác','184YUiPnm','6516qOHPDY','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ộ.','Tệp\x20cục\x20bộ','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ộ.','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ộ.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','Nhấp\x20để\x20kết\x20nối\x20lại','228143HkducK','4wEMOuJ','1232357mXjiNn','555465BHQaKa','1319604SAaLjW','Đã\x20đồng\x20bộ','Lỗi\x20xác\x20thực'];_0x4bba=function(){return _0x3ad837;};return _0x4bba();}const e={'collab-client':{'tooltip':{'reconnect':_0x319b7d(0x15c)}},'collabStatus':{'fetchMiss':_0x319b7d(0x14b),'conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':_0x319b7d(0x158),'synced':_0x319b7d(0x162),'syncing':_0x319b7d(0x152),'offline':_0x319b7d(0x15b)},'session':{'connection-failed':_0x319b7d(0x14e),'will-retry':_0x319b7d(0x14a),'room-full':_0x319b7d(0x159),'join-failed':'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ộ.','room-not-exists':_0x319b7d(0x150),'room-permission-denied':_0x319b7d(0x15a),'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':_0x319b7d(0x157)},'conflict':{'title':_0x319b7d(0x154),'content':_0x319b7d(0x14f)},'permission':{'title':_0x319b7d(0x163),'content':_0x319b7d(0x14d)},'collaboration':{'single-unit':{'warning':_0x319b7d(0x153)},'closeRoom':_0x319b7d(0x151)},'auth':{'needGotoLoginAlert':'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.'}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x32df64=_0x507e;function _0x216b(){const _0x478af9=['由于协同房间被关闭,编辑权限被收回。','连接失败,请检查你的网络','1762972piJVTk','10FoKwPq','180089MsUMFo','753400WrsQrW','编辑冲突','已同步','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,将在一会儿之后重试连接','正在拉取服务端数据...','此文档协同人数已满,你的编辑将在本地缓存','4qfpAfw','本地文件','已离线,编辑将在本地缓存','3958192xsJafh','加入协同失败,请稍后重试,你的编辑将在本地缓存','581535MqWIWI','保存中...','点击重新连接','495057HbIWHM','18skYCCf','162466OGbGnY','协同文档数量超过限制,你的编辑将在本地缓存','没有协同权限,你的编辑将在本地缓存'];_0x216b=function(){return _0x478af9;};return _0x216b();}(function(_0x2b3114,_0x2d958e){const _0x84bea7=_0x507e,_0x4c939c=_0x2b3114();while(!![]){try{const _0x177225=-parseInt(_0x84bea7(0x14a))/0x1*(-parseInt(_0x84bea7(0x140))/0x2)+parseInt(_0x84bea7(0x148))/0x3+-parseInt(_0x84bea7(0x14f))/0x4+-parseInt(_0x84bea7(0x152))/0x5+-parseInt(_0x84bea7(0x149))/0x6*(parseInt(_0x84bea7(0x151))/0x7)+parseInt(_0x84bea7(0x143))/0x8+-parseInt(_0x84bea7(0x145))/0x9*(-parseInt(_0x84bea7(0x150))/0xa);if(_0x177225===_0x2d958e)break;else _0x4c939c['push'](_0x4c939c['shift']());}catch(_0x3388a3){_0x4c939c['push'](_0x4c939c['shift']());}}}(_0x216b,0x5cf40));const e={'collab-client':{'tooltip':{'reconnect':_0x32df64(0x147)}},'collabStatus':{'fetchMiss':_0x32df64(0x13e),'conflict':_0x32df64(0x13a),'notCollab':_0x32df64(0x141),'synced':_0x32df64(0x13b),'syncing':_0x32df64(0x146),'offline':_0x32df64(0x142)},'session':{'connection-failed':_0x32df64(0x14e),'will-retry':_0x32df64(0x13d),'room-full':_0x32df64(0x13f),'join-failed':_0x32df64(0x144),'room-not-exists':'加入协同失败,你的编辑将在本地缓存','room-permission-denied':_0x32df64(0x14c),'room-cnt-exceeds':_0x32df64(0x14b),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':'协同冲突','content':_0x32df64(0x13c)},'permission':{'title':'权限错误','content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x32df64(0x14d)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};function _0x507e(_0xa6ff,_0x5e2749){_0xa6ff=_0xa6ff-0x13a;const _0x216b4b=_0x216b();let _0x507ea4=_0x216b4b[_0xa6ff];return _0x507ea4;}export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x25cc9a=_0x5d4c;(function(_0x4f3137,_0x1b0542){const _0x221332=_0x5d4c,_0xba1679=_0x4f3137();while(!![]){try{const _0x357ed8=-parseInt(_0x221332(0xad))/0x1+parseInt(_0x221332(0xa1))/0x2+-parseInt(_0x221332(0xa4))/0x3+-parseInt(_0x221332(0x9f))/0x4*(-parseInt(_0x221332(0xb5))/0x5)+-parseInt(_0x221332(0xb6))/0x6+-parseInt(_0x221332(0xb0))/0x7+parseInt(_0x221332(0xab))/0x8*(parseInt(_0x221332(0xb4))/0x9);if(_0x357ed8===_0x1b0542)break;else _0xba1679['push'](_0xba1679['shift']());}catch(_0x5d6464){_0xba1679['push'](_0xba1679['shift']());}}}(_0x554a,0x618cb));function _0x554a(){const _0x421baa=['5HCxvJi','1938522PEFkMK','Click\x20to\x20Reconnect','Synced','648412amWpWM','Authentication\x20Error','1508336rbkarA','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','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.','852738bwAUcC','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Edit\x20conflicts','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','3688752Jrohvh','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','746272jPVLGV','Local\x20file','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','3824695vhAwqB','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing\x20server\x20data...','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','27DMjjDq'];_0x554a=function(){return _0x421baa;};return _0x554a();}const e={'collab-client':{'tooltip':{'reconnect':_0x25cc9a(0x9d)}},'collabStatus':{'fetchMiss':_0x25cc9a(0xb2),'conflict':_0x25cc9a(0xa6),'notCollab':_0x25cc9a(0xae),'synced':_0x25cc9a(0x9e),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x25cc9a(0xa8),'will-retry':_0x25cc9a(0xa5),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x25cc9a(0xb3),'room-not-exists':_0x25cc9a(0xac),'room-permission-denied':_0x25cc9a(0xa9),'room-cnt-exceeds':_0x25cc9a(0xaf),'collaboration-timeout':_0x25cc9a(0xaa)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x25cc9a(0xa3)},'permission':{'title':_0x25cc9a(0xa0),'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':_0x25cc9a(0xa7)},'closeRoom':_0x25cc9a(0xa2)},'auth':{'needGotoLoginAlert':_0x25cc9a(0xb1)}};function _0x5d4c(_0x5e987d,_0x55d69d){_0x5e987d=_0x5e987d-0x9d;const _0x554a27=_0x554a();let _0x5d4c80=_0x554a27[_0x5e987d];return _0x5d4c80;}export{e as default};
|
package/lib/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};
|