@univerjs-pro/collaboration-client-ui 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.css +41 -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/collab-cursor/collab-cursor.controller.d.ts +2 -2
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +7 -5
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +3 -2
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +1 -1
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +6 -5
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +3 -2
- package/lib/types/controllers/config.schema.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/models/cursor.d.ts +2 -2
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/collaboration-socket/collaboration-socket.service.d.ts +4 -2
- package/lib/types/services/formula-calculation-guard/util.d.ts +1 -1
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +2 -1
- package/lib/types/services/local-cache/web-local-cache.service.d.ts +6 -4
- package/lib/types/services/network-condition/network-condition.d.ts +2 -2
- package/lib/types/services/remote-uniscript/remote-uniscript.service.d.ts +1 -1
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +3 -2
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +2 -1
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +5 -4
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +2 -1
- package/lib/types/services/url/url.service.d.ts +2 -2
- package/lib/types/services/url/web-url.service.d.ts +2 -2
- package/lib/types/views/components/CollabStatus.d.ts +1 -1
- package/lib/types/views/components/CollabStatus.stories.d.ts +1 -1
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +2 -2
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +3 -2
- package/lib/types/views/shapes/text-bubble.shape.d.ts +2 -1
- 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 +20 -19
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2ede(_0x2aa5d8,_0x4091a5){_0x2aa5d8=_0x2aa5d8-0x19a;const _0x2e7b9a=_0x2e7b();let _0x2edec5=_0x2e7b9a[_0x2aa5d8];return _0x2edec5;}const _0x3d5e24=_0x2ede;(function(_0x3cbfc3,_0x5a75f5){const _0x1e5ada=_0x2ede,_0x30d7f6=_0x3cbfc3();while(!![]){try{const _0x13e5d0=-parseInt(_0x1e5ada(0x19f))/0x1*(-parseInt(_0x1e5ada(0x19e))/0x2)+parseInt(_0x1e5ada(0x1a7))/0x3*(parseInt(_0x1e5ada(0x1a6))/0x4)+-parseInt(_0x1e5ada(0x1a9))/0x5+parseInt(_0x1e5ada(0x1ad))/0x6+parseInt(_0x1e5ada(0x19c))/0x7*(-parseInt(_0x1e5ada(0x19b))/0x8)+parseInt(_0x1e5ada(0x19d))/0x9*(-parseInt(_0x1e5ada(0x1b1))/0xa)+-parseInt(_0x1e5ada(0x1af))/0xb;if(_0x13e5d0===_0x5a75f5)break;else _0x30d7f6['push'](_0x30d7f6['shift']());}catch(_0xd10a3b){_0x30d7f6['push'](_0x30d7f6['shift']());}}}(_0x2e7b,0x1bd73));const e={'collab-client':{'tooltip':{'reconnect':_0x3d5e24(0x1aa)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x3d5e24(0x1a2),'notCollab':'Local\x20file','synced':_0x3d5e24(0x1ac),'syncing':_0x3d5e24(0x1a4),'offline':_0x3d5e24(0x1a1)},'session':{'connection-failed':_0x3d5e24(0x1b0),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x3d5e24(0x1ae)},'conflict':{'title':_0x3d5e24(0x1a3),'content':_0x3d5e24(0x19a)},'permission':{'title':_0x3d5e24(0x1b2),'content':_0x3d5e24(0x1a0)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x3d5e24(0x1b4)},'closeRoom':_0x3d5e24(0x1b3)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x3d5e24(0x1a8),'waiting':_0x3d5e24(0x1a5),'unable':_0x3d5e24(0x1ab)}}};function _0x2e7b(){const _0x42180f=['Syncing...','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','191528JHaOaG','6NZZfaS','Formula\x20calculation\x20started.','72465CqdRVC','Click\x20to\x20Reconnect','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Synced','815640uXgZsR','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','650287zUvAtt','Connection\x20failed,\x20please\x20check\x20your\x20network.','30jkiqKh','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','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.','156496zFQZJN','7Jnfknm','394767zZGtmp','4dYbmZi','53546juQxWo','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','Edit\x20conflicts','Collaboration\x20Conflict'];_0x2e7b=function(){return _0x42180f;};return _0x2e7b();}export{e as default};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x82295a=_0xb159;(function(_0x1f6f0c,_0x29629a){const _0x141c4c=_0xb159,_0x5a20af=_0x1f6f0c();while(!![]){try{const _0x2b8d5d=parseInt(_0x141c4c(0x8b))/0x1*(-parseInt(_0x141c4c(0x84))/0x2)+parseInt(_0x141c4c(0x86))/0x3*(-parseInt(_0x141c4c(0x74))/0x4)+-parseInt(_0x141c4c(0x81))/0x5*(parseInt(_0x141c4c(0x79))/0x6)+parseInt(_0x141c4c(0x78))/0x7+parseInt(_0x141c4c(0x89))/0x8*(parseInt(_0x141c4c(0x7f))/0x9)+parseInt(_0x141c4c(0x88))/0xa*(-parseInt(_0x141c4c(0x8d))/0xb)+parseInt(_0x141c4c(0x7d))/0xc;if(_0x2b8d5d===_0x29629a)break;else _0x5a20af['push'](_0x5a20af['shift']());}catch(_0x4cf7e2){_0x5a20af['push'](_0x5a20af['shift']());}}}(_0x6fff,0xb7e14));function _0x6fff(){const _0x3e71f9=['Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','1211177BYmqvC','4zYpKca','Synced','Edit\x20conflicts','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','3514308bqVWLh','604152fqinYh','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','35771376wRxTLr','Collaboration\x20Conflict','90aWrMDa','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.','45utTkdf','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing\x20server\x20data...','1879210DGfsss','Local\x20file','3911610CDKeoZ','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','10kRqgJa','423992pRdmbW','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1qrRWub'];_0x6fff=function(){return _0x3e71f9;};return _0x6fff();}function _0xb159(_0x3aa708,_0x48b2f7){_0x3aa708=_0x3aa708-0x74;const _0x6fffe9=_0x6fff();let _0xb15905=_0x6fffe9[_0x3aa708];return _0xb15905;}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x82295a(0x83),'conflict':_0x82295a(0x76),'notCollab':_0x82295a(0x85),'synced':_0x82295a(0x75),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x82295a(0x8c),'room-full':_0x82295a(0x7a),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x82295a(0x7e),'content':_0x82295a(0x80)},'permission':{'title':'Authentication\x20Error','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':{'offline-data-not-saved':_0x82295a(0x7c),'single-unit':{'warning':_0x82295a(0x87)},'closeRoom':_0x82295a(0x8a)},'auth':{'needGotoLoginAlert':_0x82295a(0x82)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x82295a(0x7b),'unable':_0x82295a(0x77)}}};export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5265(){const _0xb9f871=['امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','95uAGpvc','پرونده\x20محلی','17258430mzeZlG','73608qRhCQi','8CSuBxI','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','خطای\x20اعتبارسنجی','تداخل\x20همکاری','در\x20حال\x20همگام\x20سازی...','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','2979FIdynX','تداخل\x20ویرایش','832332VYiylU','2655366oVEUcg','همگام\x20سازی','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','محاسبه\x20فرمول\x20شروع\x20شد.','121655mmDnMz','832DMbxdW','در\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شوند.','626502TABeHV'];_0x5265=function(){return _0xb9f871;};return _0x5265();}function _0x1448(_0x58d7b2,_0x1e06ac){_0x58d7b2=_0x58d7b2-0xdb;const _0x526528=_0x5265();let _0x14485d=_0x526528[_0x58d7b2];return _0x14485d;}const _0xe57ad=_0x1448;(function(_0x555d9a,_0xd5ddb){const _0x2cdf46=_0x1448,_0x97341b=_0x555d9a();while(!![]){try{const _0x9a9cb2=parseInt(_0x2cdf46(0xf0))/0x1*(-parseInt(_0x2cdf46(0xe0))/0x2)+-parseInt(_0x2cdf46(0xf4))/0x3+-parseInt(_0x2cdf46(0xeb))/0x4+parseInt(_0x2cdf46(0xdc))/0x5*(-parseInt(_0x2cdf46(0xdf))/0x6)+-parseInt(_0x2cdf46(0xec))/0x7+-parseInt(_0x2cdf46(0xf1))/0x8*(-parseInt(_0x2cdf46(0xe9))/0x9)+parseInt(_0x2cdf46(0xde))/0xa;if(_0x9a9cb2===_0xd5ddb)break;else _0x97341b['push'](_0x97341b['shift']());}catch(_0x1ec1b5){_0x97341b['push'](_0x97341b['shift']());}}}(_0x5265,0x3ba4c));const e={'collab-client':{'tooltip':{'reconnect':_0xe57ad(0xee)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0xe57ad(0xea),'notCollab':_0xe57ad(0xdd),'synced':_0xe57ad(0xed),'syncing':_0xe57ad(0xe7),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0xe57ad(0xe4),'will-retry':_0xe57ad(0xe2),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':_0xe57ad(0xf3)},'conflict':{'title':_0xe57ad(0xe6),'content':'یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'permission':{'title':_0xe57ad(0xe5),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':'شما\x20ویرایشهای\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشدهاند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','single-unit':{'warning':_0xe57ad(0xe8)},'closeRoom':_0xe57ad(0xdb)},'auth':{'needGotoLoginAlert':_0xe57ad(0xe3)},'formula':{'calculation':{'started':_0xe57ad(0xef),'waiting':_0xe57ad(0xe1),'unable':_0xe57ad(0xf2)}}};export{e as default};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3bfa9a=_0x37e9;(function(_0x2b6eed,_0x2e8918){const _0x20db68=_0x37e9,_0x101b88=_0x2b6eed();while(!![]){try{const _0x1832c9=-parseInt(_0x20db68(0x171))/0x1*(-parseInt(_0x20db68(0x160))/0x2)+-parseInt(_0x20db68(0x15d))/0x3+-parseInt(_0x20db68(0x16a))/0x4*(-parseInt(_0x20db68(0x16e))/0x5)+-parseInt(_0x20db68(0x16f))/0x6*(-parseInt(_0x20db68(0x166))/0x7)+parseInt(_0x20db68(0x170))/0x8*(-parseInt(_0x20db68(0x16d))/0x9)+-parseInt(_0x20db68(0x15e))/0xa+parseInt(_0x20db68(0x164))/0xb;if(_0x1832c9===_0x2e8918)break;else _0x101b88['push'](_0x101b88['shift']());}catch(_0x3820b6){_0x101b88['push'](_0x101b88['shift']());}}}(_0x470d,0xa341b));function _0x470d(){const _0x2a663d=['Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','3373389arbUdz','3638430aUHgqH','Connection\x20failed,\x20please\x20check\x20your\x20network.','302506HcTiLB','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Syncing...','16428313mtgSvb','Formula\x20calculation\x20started.','5446zVRQqX','Authentication\x20Error','Click\x20to\x20Reconnect','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','8vMMNWO','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1569735YYnQMt','2192170HtFDJL','1938eUayLM','56EMlfjC','5NVNsXy'];_0x470d=function(){return _0x2a663d;};return _0x470d();}function _0x37e9(_0x43fb8f,_0x23286a){_0x43fb8f=_0x43fb8f-0x15d;const _0x470d87=_0x470d();let _0x37e995=_0x470d87[_0x43fb8f];return _0x37e995;}const e={'collab-client':{'tooltip':{'reconnect':_0x3bfa9a(0x168)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':'Local\x20file','synced':'Synced','syncing':_0x3bfa9a(0x163),'offline':_0x3bfa9a(0x161)},'session':{'connection-failed':_0x3bfa9a(0x15f),'will-retry':_0x3bfa9a(0x16b),'room-full':_0x3bfa9a(0x162),'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':_0x3bfa9a(0x167),'content':_0x3bfa9a(0x172)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x3bfa9a(0x169)},'closeRoom':_0x3bfa9a(0x16c)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x3bfa9a(0x165),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}};export{e as default};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4a3591=_0x3e8a;(function(_0x4e7cf8,_0x450c77){const _0x39d9ab=_0x3e8a,_0x1fc6ef=_0x4e7cf8();while(!![]){try{const _0x1f736d=parseInt(_0x39d9ab(0x1d5))/0x1+-parseInt(_0x39d9ab(0x1cb))/0x2+-parseInt(_0x39d9ab(0x1bc))/0x3*(parseInt(_0x39d9ab(0x1ca))/0x4)+parseInt(_0x39d9ab(0x1ce))/0x5+-parseInt(_0x39d9ab(0x1bd))/0x6+-parseInt(_0x39d9ab(0x1c9))/0x7*(-parseInt(_0x39d9ab(0x1d1))/0x8)+-parseInt(_0x39d9ab(0x1c4))/0x9*(-parseInt(_0x39d9ab(0x1c2))/0xa);if(_0x1f736d===_0x450c77)break;else _0x1fc6ef['push'](_0x1fc6ef['shift']());}catch(_0x22e7e1){_0x1fc6ef['push'](_0x1fc6ef['shift']());}}}(_0x32e2,0xedefa));function _0x3e8a(_0x303087,_0x240017){_0x303087=_0x303087-0x1ba;const _0x32e2ef=_0x32e2();let _0x3e8a1b=_0x32e2ef[_0x303087];return _0x3e8a1b;}const e={'collab-client':{'tooltip':{'reconnect':_0x4a3591(0x1c1)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x4a3591(0x1c0),'notCollab':_0x4a3591(0x1bf),'synced':_0x4a3591(0x1c3),'syncing':_0x4a3591(0x1be),'offline':_0x4a3591(0x1cd)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x4a3591(0x1cf),'room-full':_0x4a3591(0x1d4),'collaboration-timeout':_0x4a3591(0x1d0)},'conflict':{'title':_0x4a3591(0x1c7),'content':_0x4a3591(0x1cc)},'permission':{'title':_0x4a3591(0x1d2),'content':'お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。'},'collaboration':{'offline-data-not-saved':_0x4a3591(0x1d3),'single-unit':{'warning':_0x4a3591(0x1c6)},'closeRoom':_0x4a3591(0x1c8)},'auth':{'needGotoLoginAlert':_0x4a3591(0x1bb)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':_0x4a3591(0x1ba),'unable':_0x4a3591(0x1c5)}}};function _0x32e2(){const _0x269c6a=['6268146DBzVrD','同期中...','ローカルファイル','編集の競合','クリックして再接続','51950KFhaER','同期済み','5823evgdBY','現在、数式の計算を実行できません。後でもう一度お試しください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','共同編集の競合','共同編集ルームが閉じられたため、編集権限が取り消されました。','511FEJMWL','7262188VOhuVB','3703902ogRGih','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','オフライン、編集内容はローカルに保存されます','3618020rEaxvY','接続に失敗しました。しばらくしてから再試行します。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','94672ifSjNY','認証エラー','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','共同編集ルームが満員です。編集内容はローカルに保存されます。','738124oBlkcc','数式の計算キューが満杯です。空きが出るまでお待ちください...','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','3ZApmfU'];_0x32e2=function(){return _0x269c6a;};return _0x32e2();}export{e as default};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4855(_0x142ff6,_0x2837d4){_0x142ff6=_0x142ff6-0x128;const _0x499504=_0x4995();let _0x48556a=_0x499504[_0x142ff6];return _0x48556a;}const _0x608b86=_0x4855;(function(_0x78da2,_0x26abd9){const _0x14df5b=_0x4855,_0x1b7d8c=_0x78da2();while(!![]){try{const _0x1d0f62=parseInt(_0x14df5b(0x139))/0x1*(parseInt(_0x14df5b(0x132))/0x2)+-parseInt(_0x14df5b(0x134))/0x3*(-parseInt(_0x14df5b(0x130))/0x4)+-parseInt(_0x14df5b(0x137))/0x5*(-parseInt(_0x14df5b(0x12b))/0x6)+parseInt(_0x14df5b(0x12f))/0x7*(parseInt(_0x14df5b(0x135))/0x8)+parseInt(_0x14df5b(0x142))/0x9*(parseInt(_0x14df5b(0x13c))/0xa)+parseInt(_0x14df5b(0x12a))/0xb+-parseInt(_0x14df5b(0x133))/0xc;if(_0x1d0f62===_0x26abd9)break;else _0x1b7d8c['push'](_0x1b7d8c['shift']());}catch(_0x3b9944){_0x1b7d8c['push'](_0x1b7d8c['shift']());}}}(_0x4995,0xf2ae9));const e={'collab-client':{'tooltip':{'reconnect':_0x608b86(0x13b)}},'collabStatus':{'fetchMiss':_0x608b86(0x129),'conflict':_0x608b86(0x13a),'notCollab':'로컬\x20파일','synced':'동기화됨','syncing':_0x608b86(0x128),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':_0x608b86(0x13d),'room-full':_0x608b86(0x13e),'collaboration-timeout':_0x608b86(0x131)},'conflict':{'title':_0x608b86(0x138),'content':_0x608b86(0x141)},'permission':{'title':'인증\x20오류','content':_0x608b86(0x13f)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x608b86(0x12c)},'closeRoom':_0x608b86(0x136)},'auth':{'needGotoLoginAlert':_0x608b86(0x140)},'formula':{'calculation':{'started':_0x608b86(0x12d),'waiting':_0x608b86(0x12e),'unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}};function _0x4995(){const _0x53a37e=['연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','2387043HCUhvp','동기화\x20중...','서버\x20데이터\x20동기화\x20중...','4779830PTvhEu','34092PzgxQs','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','수식\x20계산을\x20시작했습니다.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','114331TnGzDe','4YdsyDc','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','824EmyHoW','26039628MIGvPk','1288575DfnqSO','208XmDoEt','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','745ZtindP','공동\x20편집\x20충돌','1853gjnzyq','편집\x20충돌','클릭하여\x20다시\x20연결','10olOXVw'];_0x4995=function(){return _0x53a37e;};return _0x4995();}export{e as default};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x498352=_0x42a6;function _0x3d1e(){const _0x5a244a=['You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','2590IJDTDr','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.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','36000YcKSsT','Syncing\x20server\x20data...','10542Ydkown','493756vWqFCm','24zpSjOA','Formula\x20calculation\x20started.','16TzmgPt','Connection\x20failed,\x20please\x20check\x20your\x20network.','1005922bCuzdx','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','35YZYGAe','Syncing...','Edit\x20conflicts','10259020HxjDSd','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','2328uddwsM','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Collaboration\x20Conflict','4650426eMXwBk','309165hWCsbN'];_0x3d1e=function(){return _0x5a244a;};return _0x3d1e();}(function(_0x20cd84,_0x497050){const _0x590e72=_0x42a6,_0x2c374f=_0x20cd84();while(!![]){try{const _0x2d01e6=-parseInt(_0x590e72(0x1a2))/0x1+-parseInt(_0x590e72(0x1a0))/0x2*(parseInt(_0x590e72(0x1ad))/0x3)+-parseInt(_0x590e72(0x19d))/0x4*(-parseInt(_0x590e72(0x1a4))/0x5)+-parseInt(_0x590e72(0x19c))/0x6*(-parseInt(_0x590e72(0x1b0))/0x7)+parseInt(_0x590e72(0x1a9))/0x8*(parseInt(_0x590e72(0x19a))/0x9)+-parseInt(_0x590e72(0x1a7))/0xa+parseInt(_0x590e72(0x1ac))/0xb*(parseInt(_0x590e72(0x19e))/0xc);if(_0x2d01e6===_0x497050)break;else _0x2c374f['push'](_0x2c374f['shift']());}catch(_0x18541d){_0x2c374f['push'](_0x2c374f['shift']());}}}(_0x3d1e,0xa2f27));function _0x42a6(_0x268c8f,_0x236eb5){_0x268c8f=_0x268c8f-0x195;const _0x3d1ee8=_0x3d1e();let _0x42a6ce=_0x3d1ee8[_0x268c8f];return _0x42a6ce;}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x498352(0x19b),'conflict':_0x498352(0x1a6),'notCollab':'Local\x20file','synced':_0x498352(0x198),'syncing':_0x498352(0x1a5),'offline':_0x498352(0x195)},'session':{'connection-failed':_0x498352(0x1a1),'will-retry':_0x498352(0x1a3),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x498352(0x1aa)},'conflict':{'title':_0x498352(0x1ab),'content':_0x498352(0x1b1)},'permission':{'title':_0x498352(0x196),'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':{'offline-data-not-saved':_0x498352(0x1ae),'single-unit':{'warning':_0x498352(0x1af)},'closeRoom':_0x498352(0x197)},'auth':{'needGotoLoginAlert':_0x498352(0x1a8)},'formula':{'calculation':{'started':_0x498352(0x19f),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x498352(0x199)}}};export{e as default};
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x31cf33=_0x15aa;function _0x2c42(){const _0x120421=['Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','1036707InsenD','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\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é.','20eTwLGN','57016260EOejEK','Konflikt\x20spolupráce','20kRlkep','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Kliknite\x20na\x20opätovné\x20pripojenie','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.','16HJgSyR','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','2381762NZplHl','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','4458776xOgzaP','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Synchronizované','1852658gRXdtI','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','254478Lnkfon','3757023kIzKvg','Výpočet\x20vzorcov\x20sa\x20spustil.','Chyba\x20overenia','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Konflikty\x20úprav'];_0x2c42=function(){return _0x120421;};return _0x2c42();}(function(_0x122eae,_0x20e019){const _0x44a626=_0x15aa,_0x4d0487=_0x122eae();while(!![]){try{const _0x5b1598=-parseInt(_0x44a626(0x182))/0x1+-parseInt(_0x44a626(0x17d))/0x2+-parseInt(_0x44a626(0x18d))/0x3*(parseInt(_0x44a626(0x191))/0x4)+-parseInt(_0x44a626(0x194))/0x5*(parseInt(_0x44a626(0x185))/0x6)+-parseInt(_0x44a626(0x17f))/0x7+-parseInt(_0x44a626(0x17a))/0x8*(-parseInt(_0x44a626(0x186))/0x9)+parseInt(_0x44a626(0x192))/0xa;if(_0x5b1598===_0x20e019)break;else _0x4d0487['push'](_0x4d0487['shift']());}catch(_0x3205ed){_0x4d0487['push'](_0x4d0487['shift']());}}}(_0x2c42,0xea034));function _0x15aa(_0x57d996,_0x43e39){_0x57d996=_0x57d996-0x179;const _0x2c4227=_0x2c42();let _0x15aa00=_0x2c4227[_0x57d996];return _0x15aa00;}const e={'collab-client':{'tooltip':{'reconnect':_0x31cf33(0x196)}},'collabStatus':{'fetchMiss':_0x31cf33(0x17b),'conflict':_0x31cf33(0x18a),'notCollab':'Lokálny\x20súbor','synced':_0x31cf33(0x181),'syncing':'Synchronizuje\x20sa...','offline':_0x31cf33(0x17e)},'session':{'connection-failed':_0x31cf33(0x18e),'will-retry':_0x31cf33(0x18c),'room-full':_0x31cf33(0x18b),'collaboration-timeout':_0x31cf33(0x18f)},'conflict':{'title':_0x31cf33(0x193),'content':_0x31cf33(0x179)},'permission':{'title':_0x31cf33(0x188),'content':_0x31cf33(0x190)},'collaboration':{'offline-data-not-saved':_0x31cf33(0x17c),'single-unit':{'warning':_0x31cf33(0x195)},'closeRoom':_0x31cf33(0x180)},'auth':{'needGotoLoginAlert':_0x31cf33(0x184)},'formula':{'calculation':{'started':_0x31cf33(0x187),'waiting':_0x31cf33(0x183),'unable':_0x31cf33(0x189)}}};export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x39bed3=_0x4f3c;function _0x1b24(){const _0x53f5d9=['74870mhXJGJ','11CbUiCD','2971098MYVevD','Lỗi\x20xác\x20thực','16876900QWBwbj','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.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','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.','Đang\x20đồng\x20bộ...','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Đã\x20đồng\x20bộ','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ộ.','3412lofgqe','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.','2417235ydfcpd','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.','7kTdGGC','2679BWRVIC','Xung\x20đột\x20chỉnh\x20sửa','8dJoyJK','Nhấp\x20để\x20kết\x20nối\x20lại','5348776EEdlDj','Xung\x20đột\x20cộng\x20tác','7260084mUBtKN','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.'];_0x1b24=function(){return _0x53f5d9;};return _0x1b24();}(function(_0x118351,_0x658b15){const _0x830d60=_0x4f3c,_0x3ea6cd=_0x118351();while(!![]){try{const _0x4d29b5=parseInt(_0x830d60(0x1b5))/0x1*(parseInt(_0x830d60(0x1bb))/0x2)+parseInt(_0x830d60(0x1b3))/0x3*(parseInt(_0x830d60(0x1ae))/0x4)+parseInt(_0x830d60(0x1b0))/0x5+parseInt(_0x830d60(0x1a0))/0x6+parseInt(_0x830d60(0x1b2))/0x7*(-parseInt(_0x830d60(0x1b7))/0x8)+parseInt(_0x830d60(0x1b9))/0x9+parseInt(_0x830d60(0x1a2))/0xa*(-parseInt(_0x830d60(0x1bc))/0xb);if(_0x4d29b5===_0x658b15)break;else _0x3ea6cd['push'](_0x3ea6cd['shift']());}catch(_0x21aab4){_0x3ea6cd['push'](_0x3ea6cd['shift']());}}}(_0x1b24,0x77af4));const e={'collab-client':{'tooltip':{'reconnect':_0x39bed3(0x1b6)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x39bed3(0x1b4),'notCollab':'Tệp\x20cục\x20bộ','synced':_0x39bed3(0x1ac),'syncing':_0x39bed3(0x1a9),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0x39bed3(0x1a7),'room-full':_0x39bed3(0x1a5),'collaboration-timeout':_0x39bed3(0x1ad)},'conflict':{'title':_0x39bed3(0x1b8),'content':_0x39bed3(0x1af)},'permission':{'title':_0x39bed3(0x1a1),'content':_0x39bed3(0x1b1)},'collaboration':{'offline-data-not-saved':_0x39bed3(0x1aa),'single-unit':{'warning':_0x39bed3(0x1a8)},'closeRoom':_0x39bed3(0x1ab)},'auth':{'needGotoLoginAlert':_0x39bed3(0x1a3)},'formula':{'calculation':{'started':_0x39bed3(0x1ba),'waiting':_0x39bed3(0x1a4),'unable':_0x39bed3(0x1a6)}}};function _0x4f3c(_0x328341,_0x4b0453){_0x328341=_0x328341-0x1a0;const _0x1b2481=_0x1b24();let _0x4f3c87=_0x1b2481[_0x328341];return _0x4f3c87;}export{e as default};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x4dcf(){const _0x4308bb=['7WEVUOU','611264JVxsSl','服务器未响应,你的编辑将在本地缓存','正在拉取服务端数据...','协同房间已满,你的编辑将在本地缓存','保存中...','451464RVuDtc','383151RkHXgM','目前无法执行公式计算。请稍后重试。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','你有离线编辑未保存到服务器,请检查网络后重试。','由于协同房间被关闭,编辑权限被收回。','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','连接失败,请检查你的网络','点击重新连接','1062sGJTMt','910318opRccT','3870rBlyji','24350yhogAX','公式计算队列已满,正在等待空闲位置...','已同步','7380318hGKCJt','编辑冲突','3882WGgKFZ','4PnEVkB','已离线,编辑将在本地缓存','权限错误'];_0x4dcf=function(){return _0x4308bb;};return _0x4dcf();}const _0x3dffa1=_0x52f3;(function(_0x369b1e,_0x59d8d2){const _0x70b42f=_0x52f3,_0x2ffa3d=_0x369b1e();while(!![]){try{const _0x563db4=parseInt(_0x70b42f(0x84))/0x1+-parseInt(_0x70b42f(0x93))/0x2+parseInt(_0x70b42f(0x8a))/0x3*(parseInt(_0x70b42f(0x80))/0x4)+parseInt(_0x70b42f(0x94))/0x5*(parseInt(_0x70b42f(0x7f))/0x6)+-parseInt(_0x70b42f(0x83))/0x7*(parseInt(_0x70b42f(0x89))/0x8)+parseInt(_0x70b42f(0x92))/0x9*(parseInt(_0x70b42f(0x7a))/0xa)+-parseInt(_0x70b42f(0x7d))/0xb;if(_0x563db4===_0x59d8d2)break;else _0x2ffa3d['push'](_0x2ffa3d['shift']());}catch(_0x241fcc){_0x2ffa3d['push'](_0x2ffa3d['shift']());}}}(_0x4dcf,0x541ef));function _0x52f3(_0x1f6765,_0x5a932e){_0x1f6765=_0x1f6765-0x7a;const _0x4dcf48=_0x4dcf();let _0x52f3d4=_0x4dcf48[_0x1f6765];return _0x52f3d4;}const e={'collab-client':{'tooltip':{'reconnect':_0x3dffa1(0x91)}},'collabStatus':{'fetchMiss':_0x3dffa1(0x86),'conflict':_0x3dffa1(0x7e),'notCollab':'本地文件','synced':_0x3dffa1(0x7c),'syncing':_0x3dffa1(0x88),'offline':_0x3dffa1(0x81)},'session':{'connection-failed':_0x3dffa1(0x90),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x3dffa1(0x87),'collaboration-timeout':_0x3dffa1(0x85)},'conflict':{'title':'协同冲突','content':_0x3dffa1(0x8c)},'permission':{'title':_0x3dffa1(0x82),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':_0x3dffa1(0x8d),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x3dffa1(0x8e)},'auth':{'needGotoLoginAlert':_0x3dffa1(0x8f)},'formula':{'calculation':{'started':'公式计算已开始。','waiting':_0x3dffa1(0x7b),'unable':_0x3dffa1(0x8b)}}};export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1c52c7=_0x3d60;function _0x3d60(_0x1fc708,_0x49a83f){_0x1fc708=_0x1fc708-0x172;const _0x593542=_0x5935();let _0x3d60b6=_0x593542[_0x1fc708];return _0x3d60b6;}(function(_0x342a8c,_0x421480){const _0x13429d=_0x3d60,_0x559ee8=_0x342a8c();while(!![]){try{const _0x262a36=-parseInt(_0x13429d(0x181))/0x1*(parseInt(_0x13429d(0x185))/0x2)+parseInt(_0x13429d(0x174))/0x3*(parseInt(_0x13429d(0x190))/0x4)+-parseInt(_0x13429d(0x184))/0x5*(parseInt(_0x13429d(0x186))/0x6)+-parseInt(_0x13429d(0x18e))/0x7*(parseInt(_0x13429d(0x187))/0x8)+-parseInt(_0x13429d(0x172))/0x9*(parseInt(_0x13429d(0x189))/0xa)+parseInt(_0x13429d(0x182))/0xb+parseInt(_0x13429d(0x18b))/0xc*(parseInt(_0x13429d(0x18a))/0xd);if(_0x262a36===_0x421480)break;else _0x559ee8['push'](_0x559ee8['shift']());}catch(_0x1b2b4b){_0x559ee8['push'](_0x559ee8['shift']());}}}(_0x5935,0x1a692));function _0x5935(){const _0x2c4bbd=['Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Syncing...','1ncoALo','1620861SHwQpE','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','5rwwcEw','300154ZxJfkV','1146234RZDkpq','1201768ASvkWn','Collaboration\x20Conflict','10twhcAP','247FpVanT','262452DxKOKS','Click\x20to\x20Reconnect','Connection\x20failed,\x20please\x20check\x20your\x20network.','7UcKXNb','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','42436kuXhAq','Formula\x20calculation\x20started.','1293642PgliAj','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','51TqKXYC','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Syncing\x20server\x20data...','Synced','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Authentication\x20Error','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.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'];_0x5935=function(){return _0x2c4bbd;};return _0x5935();}const e={'collab-client':{'tooltip':{'reconnect':_0x1c52c7(0x18c)}},'collabStatus':{'fetchMiss':_0x1c52c7(0x176),'conflict':_0x1c52c7(0x17d),'notCollab':'Local\x20file','synced':_0x1c52c7(0x177),'syncing':_0x1c52c7(0x180),'offline':_0x1c52c7(0x175)},'session':{'connection-failed':_0x1c52c7(0x18d),'will-retry':_0x1c52c7(0x178),'room-full':_0x1c52c7(0x183),'collaboration-timeout':_0x1c52c7(0x17e)},'conflict':{'title':_0x1c52c7(0x188),'content':_0x1c52c7(0x17b)},'permission':{'title':_0x1c52c7(0x179),'content':_0x1c52c7(0x17c)},'collaboration':{'offline-data-not-saved':_0x1c52c7(0x18f),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x1c52c7(0x17a)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x1c52c7(0x191),'waiting':_0x1c52c7(0x173),'unable':_0x1c52c7(0x17f)}}};export{e as default};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { IDocCollabCursor, ISheetCollabCursor } from '../../models/cursor';
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import type { IDocCollabCursor, ISheetCollabCursor } from '../../models/cursor';
|
|
3
3
|
import { CollaborationSessionService } from '@univerjs-pro/collaboration-client';
|
|
4
4
|
import { Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
|
|
5
5
|
/**
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { ICollaborationUser
|
|
2
|
-
import { CollaborationSession
|
|
3
|
-
import { IDocCollabCursor } from '../../models/cursor';
|
|
1
|
+
import type { ICollaborationUser } from '@univerjs-pro/collaboration';
|
|
2
|
+
import type { CollaborationSession } from '@univerjs-pro/collaboration-client';
|
|
3
|
+
import type { IDocCollabCursor } from '../../models/cursor';
|
|
4
|
+
import { ITransformService } from '@univerjs-pro/collaboration';
|
|
5
|
+
import { MemberService } from '@univerjs-pro/collaboration-client';
|
|
4
6
|
import { ICommandService, Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
|
|
5
7
|
import { ColorAssignService } from '../../services/color-assign/color-assign.service';
|
|
6
8
|
import { DocSyncEditingCollabCursorService } from '../../services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service';
|
|
@@ -21,10 +23,10 @@ export declare class DocCollabCursorEntity extends RxDisposable {
|
|
|
21
23
|
private _init;
|
|
22
24
|
/** Cursor info of the collaboration room members. The key would be the memberID. */
|
|
23
25
|
private _cursorInfo$;
|
|
24
|
-
cursorInfo$: import(
|
|
26
|
+
cursorInfo$: import("rxjs").Observable<Map<string, IDocCollabCursor>>;
|
|
25
27
|
get cursorInfo(): Readonly<Map<string, IDocCollabCursor>>;
|
|
26
28
|
private _roomMembers$;
|
|
27
|
-
roomMembers$: import(
|
|
29
|
+
roomMembers$: import("rxjs").Observable<ICollaborationUser[]>;
|
|
28
30
|
get roomMembers(): Readonly<ICollaborationUser[]>;
|
|
29
31
|
constructor(unitID: string, _session: CollaborationSession, _injector: Injector, _colorAssignService: ColorAssignService, _memberService: MemberService, _syncEditingCollabCursorService: DocSyncEditingCollabCursorService, _transformService: ITransformService, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService);
|
|
30
32
|
dispose(): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { DocumentDataModel
|
|
2
|
-
import { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
1
|
+
import type { DocumentDataModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { ICommandService, RxDisposable, ThemeService } from '@univerjs/core';
|
|
3
4
|
import { DocSkeletonManagerService } from '@univerjs/docs';
|
|
4
5
|
import { CollabCursorController } from './collab-cursor.controller';
|
|
5
6
|
/**
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ITextRangeWithStyle } from '@univerjs/engine-render';
|
|
1
|
+
import type { ITextRangeWithStyle } from '@univerjs/engine-render';
|
|
2
2
|
export declare function serializeDocTextRanges(ranges: ITextRangeWithStyle[]): string;
|
|
3
3
|
export declare function deserializeDocTextRanges(serializedTextRanges: string): ITextRangeWithStyle[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ICollaborationUser } from '@univerjs-pro/collaboration';
|
|
2
|
-
import { CollaborationSession
|
|
3
|
-
import { ISheetCollabCursor } from '../../models/cursor';
|
|
1
|
+
import type { ICollaborationUser } from '@univerjs-pro/collaboration';
|
|
2
|
+
import type { CollaborationSession } from '@univerjs-pro/collaboration-client';
|
|
3
|
+
import type { ISheetCollabCursor } from '../../models/cursor';
|
|
4
|
+
import { MemberService } from '@univerjs-pro/collaboration-client';
|
|
4
5
|
import { ICommandService, Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
|
|
5
6
|
import { RefRangeService } from '@univerjs/sheets';
|
|
6
7
|
import { ColorAssignService } from '../../services/color-assign/color-assign.service';
|
|
@@ -20,10 +21,10 @@ export declare class SheetCollabCursorEntity extends RxDisposable {
|
|
|
20
21
|
private _init;
|
|
21
22
|
/** Cursor info of the collaboration room members. The key would be the memberID. */
|
|
22
23
|
private _cursorInfo$;
|
|
23
|
-
cursorInfo$: import(
|
|
24
|
+
cursorInfo$: import("rxjs").Observable<Map<string, ISheetCollabCursor>>;
|
|
24
25
|
get cursorInfo(): Readonly<Map<string, ISheetCollabCursor>>;
|
|
25
26
|
private _roomMembers$;
|
|
26
|
-
roomMembers$: import(
|
|
27
|
+
roomMembers$: import("rxjs").Observable<ICollaborationUser[]>;
|
|
27
28
|
get roomMembers(): Readonly<ICollaborationUser[]>;
|
|
28
29
|
constructor(unitID: string, _session: CollaborationSession, _injector: Injector, _colorAssignService: ColorAssignService, _memberService: MemberService, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService, _refRangeService: RefRangeService);
|
|
29
30
|
dispose(): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Workbook
|
|
2
|
-
import { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
1
|
+
import type { Workbook } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { RxDisposable, ThemeService } from '@univerjs/core';
|
|
3
4
|
import { SheetSkeletonManagerService } from '@univerjs/sheets-ui';
|
|
4
5
|
import { CollabCursorController } from './collab-cursor.controller';
|
|
5
6
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DependencyOverride } from '@univerjs/core';
|
|
1
|
+
import type { DependencyOverride } from '@univerjs/core';
|
|
2
2
|
export declare const PLUGIN_CONFIG_KEY = "collaboration-client-ui.config";
|
|
3
3
|
export declare const configSymbol: unique symbol;
|
|
4
4
|
export interface IUniverCollaborationClientUIConfig {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IRange } from '@univerjs/core';
|
|
2
|
-
import { ITextRangeWithStyle } from '@univerjs/engine-render';
|
|
1
|
+
import type { IRange } from '@univerjs/core';
|
|
2
|
+
import type { ITextRangeWithStyle } from '@univerjs/engine-render';
|
|
3
3
|
/**
|
|
4
4
|
* The data structure to store collab cursor info of sheet.
|
|
5
5
|
*/
|
package/lib/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IUniverCollaborationClientUIConfig } from './controllers/config.schema';
|
|
1
|
+
import type { IUniverCollaborationClientUIConfig } from './controllers/config.schema';
|
|
2
2
|
import { IConfigService, Injector, Plugin } from '@univerjs/core';
|
|
3
3
|
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
4
4
|
export declare class UniverCollaborationClientUIPlugin extends Plugin {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { ICollaborationSocket, ICollaborationSocketService
|
|
2
|
-
import { Nullable
|
|
1
|
+
import type { ICollaborationSocket, ICollaborationSocketService } from '@univerjs-pro/collaboration-client';
|
|
2
|
+
import type { Nullable } from '@univerjs/core';
|
|
3
3
|
import { ISnapshotServerService } from '@univerjs-pro/collaboration';
|
|
4
|
+
import { CollaborationSocketService } from '@univerjs-pro/collaboration-client';
|
|
5
|
+
import { IConfigService, ILogService, Injector } from '@univerjs/core';
|
|
4
6
|
import { HTTPService } from '@univerjs/network';
|
|
5
7
|
export declare class BrowserCollaborationSocketService extends CollaborationSocketService implements ICollaborationSocketService {
|
|
6
8
|
constructor(_injector: Injector, _httpService: HTTPService, _configService: IConfigService, _logService: ILogService, _snapshotServerService: ISnapshotServerService);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { IChangeset
|
|
1
|
+
import type { IChangeset } from '@univerjs-pro/collaboration';
|
|
2
|
+
import { ITransformService } from '@univerjs-pro/collaboration';
|
|
2
3
|
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
3
4
|
export declare class DocTransformIMECacheService {
|
|
4
5
|
private readonly _transformService;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { IChangeset
|
|
2
|
-
import { ILocalCacheService, IUnitCacheData } from '@univerjs-pro/collaboration-client';
|
|
3
|
-
import { IMutationInfo, Nullable
|
|
4
|
-
import { UniverType } from '@univerjs/protocol';
|
|
1
|
+
import type { IChangeset } from '@univerjs-pro/collaboration';
|
|
2
|
+
import type { ILocalCacheService, IUnitCacheData } from '@univerjs-pro/collaboration-client';
|
|
3
|
+
import type { IMutationInfo, Nullable } from '@univerjs/core';
|
|
4
|
+
import type { UniverType } from '@univerjs/protocol';
|
|
5
|
+
import { RevisionService } from '@univerjs-pro/collaboration';
|
|
6
|
+
import { Disposable, IConfigService, ILocalStorageService } from '@univerjs/core';
|
|
5
7
|
/**
|
|
6
8
|
* This service provide caching to the collaboration controller.
|
|
7
9
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { INetworkConditionService } from '@univerjs-pro/collaboration-client';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
1
|
+
import type { INetworkConditionService } from '@univerjs-pro/collaboration-client';
|
|
2
|
+
import type { Observable } from 'rxjs';
|
|
3
3
|
import { Disposable } from '@univerjs/core';
|
|
4
4
|
export declare class BrowserNetworkConditionService extends Disposable implements INetworkConditionService {
|
|
5
5
|
private readonly _online$;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IError } from '@univerjs/protocol';
|
|
1
|
+
import type { IError } from '@univerjs/protocol';
|
|
2
2
|
import { Disposable, IConfigService, IUniverInstanceService } from '@univerjs/core';
|
|
3
3
|
import { HTTPService } from '@univerjs/network';
|
|
4
4
|
export interface IRunUniscriptRequest {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { ISingleActiveUnitService
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
1
|
+
import type { ISingleActiveUnitService } from '@univerjs-pro/collaboration-client';
|
|
2
|
+
import type { Observable } from 'rxjs';
|
|
3
|
+
import { UnitStatus } from '@univerjs-pro/collaboration-client';
|
|
3
4
|
import { Disposable } from '@univerjs/core';
|
|
4
5
|
export declare class WebBrowserSingleActiveUnitService extends Disposable implements ISingleActiveUnitService {
|
|
5
6
|
private _id;
|