@univerjs-pro/collaboration-client 0.5.1 → 0.5.2-nightly.202412281605
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 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/types/config/config.d.ts +7 -2
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +20 -18
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +18 -15
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +2 -0
- package/lib/types/facade/f-collaboration.d.ts +33 -0
- package/lib/types/facade/f-univer.d.ts +12 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/index.d.ts +12 -12
- package/lib/types/plugin.d.ts +1 -6
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +4 -5
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +7 -8
- package/lib/types/services/collaboration-ui-event/collaboration-ui-event.d.ts +19 -0
- package/lib/types/services/data-loader/data-loader.service.d.ts +23 -0
- package/lib/types/services/image-remote/image-io.service.d.ts +1 -1
- package/lib/types/services/local-cache/local-cache.service.d.ts +7 -23
- package/lib/types/services/member/member.service.d.ts +6 -0
- package/lib/types/services/network-condition/network-condition.service.d.ts +6 -0
- package/lib/types/services/permission/permission.service.d.ts +8 -3
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +0 -24
- package/lib/types/services/socket/collaboration-socket.service.d.ts +4 -4
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +23 -21
- package/lib/index.css +0 -1
- package/lib/types/controllers/clipboard/docs/image/image-paste.controller.d.ts +0 -9
- package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +0 -23
- package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +0 -1
- package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +0 -1
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +0 -22
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +0 -38
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +0 -24
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +0 -3
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +0 -39
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +0 -21
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +0 -18
- package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +0 -4
- package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
- package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +0 -58
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +0 -22
- package/lib/types/models/cursor.d.ts +0 -30
- package/lib/types/services/color-assign/color-assign.service.d.ts +0 -10
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +0 -13
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +0 -12
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +0 -13
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +0 -8
- package/lib/types/services/url/url.service.d.ts +0 -12
- package/lib/types/services/url/web-url.service.d.ts +0 -10
- package/lib/types/views/components/CollabStatus.d.ts +0 -10
- package/lib/types/views/components/CollabStatus.stories.d.ts +0 -8
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +0 -27
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +0 -27
- package/lib/types/views/shapes/text-bubble.shape.d.ts +0 -19
package/lib/es/locale/en-US.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
function _0x191d(){const _0x2f960b=['460540ZVTsvm','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Local\x20file','9752386htgGlm','3982950aXvuag','Edit\x20conflicts','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','59952AlUxPw','Collaboration\x20Conflict','8PaGmAR','Authentication\x20Error','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.','Syncing\x20server\x20data...','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4831482HMwDbE','20jSFilr','1bklITw','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','868348EtWHmh','45bYSnOa','14201yyUczM','1480383yCSxuW','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing...','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Click\x20to\x20Reconnect','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.'];_0x191d=function(){return _0x2f960b;};return _0x191d();}function _0x16f6(_0x4d4653,_0x151215){const _0x191ddb=_0x191d();return _0x16f6=function(_0x16f6ff,_0x1b3a1e){_0x16f6ff=_0x16f6ff-0xca;let _0x4e4231=_0x191ddb[_0x16f6ff];return _0x4e4231;},_0x16f6(_0x4d4653,_0x151215);}const _0x4681e=_0x16f6;(function(_0x7edfc4,_0x294a9a){const _0x42f852=_0x16f6,_0x2ba79a=_0x7edfc4();while(!![]){try{const _0x111073=parseInt(_0x42f852(0xcc))/0x1*(-parseInt(_0x42f852(0xcf))/0x2)+-parseInt(_0x42f852(0xca))/0x3+-parseInt(_0x42f852(0xd8))/0x4*(parseInt(_0x42f852(0xd0))/0x5)+-parseInt(_0x42f852(0xdc))/0x6+parseInt(_0x42f852(0xdb))/0x7*(-parseInt(_0x42f852(0xe1))/0x8)+-parseInt(_0x42f852(0xd2))/0x9*(parseInt(_0x42f852(0xcb))/0xa)+parseInt(_0x42f852(0xd1))/0xb*(parseInt(_0x42f852(0xdf))/0xc);if(_0x111073===_0x294a9a)break;else _0x2ba79a['push'](_0x2ba79a['shift']());}catch(_0x1599a5){_0x2ba79a['push'](_0x2ba79a['shift']());}}}(_0x191d,0xeffac));const e={'collab-client':{'tooltip':{'reconnect':_0x4681e(0xd6)}},'collabStatus':{'fetchMiss':_0x4681e(0xe5),'conflict':_0x4681e(0xdd),'notCollab':_0x4681e(0xda),'synced':'Synced','syncing':_0x4681e(0xd4),'offline':_0x4681e(0xd9)},'session':{'connection-failed':_0x4681e(0xd5),'will-retry':_0x4681e(0xd7),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x4681e(0xd3),'room-permission-denied':_0x4681e(0xe6),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x4681e(0xce)},'conflict':{'title':_0x4681e(0xe0),'content':_0x4681e(0xe4)},'permission':{'title':_0x4681e(0xe2),'content':_0x4681e(0xde)},'collaboration':{'single-unit':{'warning':_0x4681e(0xe3)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x4681e(0xcd)}};export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
function _0x108a(_0x31dd9b,_0x321ac3){const _0x182c19=_0x182c();return _0x108a=function(_0x108a2e,_0x529e26){_0x108a2e=_0x108a2e-0x126;let _0x1c0388=_0x182c19[_0x108a2e];return _0x1c0388;},_0x108a(_0x31dd9b,_0x321ac3);}const _0x220f4e=_0x108a;function _0x182c(){const _0x3e42fe=['پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','4148590DLejVr','87849mxFqUg','2394336ijszPx','همگام\x20سازی','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','پرونده\x20محلی','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمیدهد.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','2InwAkX','تداخل\x20همکاری','2200482igHacU','215255jZFLdK','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','1290219zyOzPa','در\x20حال\x20همگام\x20سازی...','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','1973046OFbHzr','200qGKCrj','تداخل\x20ویرایش'];_0x182c=function(){return _0x3e42fe;};return _0x182c();}(function(_0x45c5e8,_0x398818){const _0x3cfa42=_0x108a,_0x22de47=_0x45c5e8();while(!![]){try{const _0x2925bc=parseInt(_0x3cfa42(0x126))/0x1*(-parseInt(_0x3cfa42(0x13c))/0x2)+parseInt(_0x3cfa42(0x12d))/0x3+parseInt(_0x3cfa42(0x134))/0x4+-parseInt(_0x3cfa42(0x132))/0x5+parseInt(_0x3cfa42(0x13e))/0x6+parseInt(_0x3cfa42(0x128))/0x7+parseInt(_0x3cfa42(0x12e))/0x8*(-parseInt(_0x3cfa42(0x133))/0x9);if(_0x2925bc===_0x398818)break;else _0x22de47['push'](_0x22de47['shift']());}catch(_0x541b50){_0x22de47['push'](_0x22de47['shift']());}}}(_0x182c,0x7e8bc));const o={'collab-client':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x220f4e(0x136),'conflict':_0x220f4e(0x12f),'notCollab':_0x220f4e(0x13a),'synced':_0x220f4e(0x135),'syncing':_0x220f4e(0x129),'offline':_0x220f4e(0x12b)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x220f4e(0x127),'room-full':_0x220f4e(0x137),'join-failed':_0x220f4e(0x130),'room-not-exists':_0x220f4e(0x131),'room-permission-denied':'دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایشهای\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-cnt-exceeds':_0x220f4e(0x138),'collaboration-timeout':_0x220f4e(0x13b)},'conflict':{'title':_0x220f4e(0x13d),'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':'خطای\x20اعتبارسنجی','content':_0x220f4e(0x12c)},'collaboration':{'single-unit':{'warning':_0x220f4e(0x139)},'closeRoom':_0x220f4e(0x12a)},'auth':{'needGotoLoginAlert':'ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}};export{o as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const _0x22fc57=_0x2f9e;function _0x2f9e(_0x3d4d8e,_0x3e034c){const _0x2804be=_0x2804();return _0x2f9e=function(_0x2f9e42,_0x2bd8ae){_0x2f9e42=_0x2f9e42-0x12d;let _0x22af70=_0x2804be[_0x2f9e42];return _0x22af70;},_0x2f9e(_0x3d4d8e,_0x3e034c);}(function(_0x45b491,_0x38120b){const _0x361bcb=_0x2f9e,_0x53e095=_0x45b491();while(!![]){try{const _0x3b895f=-parseInt(_0x361bcb(0x132))/0x1+-parseInt(_0x361bcb(0x13c))/0x2*(parseInt(_0x361bcb(0x143))/0x3)+-parseInt(_0x361bcb(0x12f))/0x4*(parseInt(_0x361bcb(0x136))/0x5)+-parseInt(_0x361bcb(0x142))/0x6*(-parseInt(_0x361bcb(0x130))/0x7)+parseInt(_0x361bcb(0x13a))/0x8+parseInt(_0x361bcb(0x140))/0x9*(parseInt(_0x361bcb(0x13d))/0xa)+parseInt(_0x361bcb(0x141))/0xb;if(_0x3b895f===_0x38120b)break;else _0x53e095['push'](_0x53e095['shift']());}catch(_0x4c23eb){_0x53e095['push'](_0x53e095['shift']());}}}(_0x2804,0xb6e33));const e={'collab-client':{'tooltip':{'reconnect':_0x22fc57(0x12e)}},'collabStatus':{'fetchMiss':_0x22fc57(0x139),'conflict':_0x22fc57(0x135),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x22fc57(0x13b),'offline':_0x22fc57(0x12d)},'session':{'connection-failed':'Connection\x20failed.\x20Please\x20check\x20your\x20network.','will-retry':_0x22fc57(0x138),'room-full':_0x22fc57(0x133),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x22fc57(0x145),'room-permission-denied':_0x22fc57(0x131),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x22fc57(0x13f)},'conflict':{'title':_0x22fc57(0x144),'content':_0x22fc57(0x13e)},'permission':{'title':_0x22fc57(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':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x22fc57(0x137)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;export{o as default};function _0x2804(){const _0x2a667c=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Click\x20to\x20Reconnect','593836mypUew','35HxskTh','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','762672dAjrQq','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Authentication\x20Error','Edit\x20conflicts','45xuJAIw','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Syncing\x20server\x20data...','5324624wELLtE','Syncing...','2LzXqgm','5989090YjWLKH','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.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','9OKSizS','29228144RpmNNc','507480hJDMKl','4489743vmYJDU','Collaboration\x20Conflict','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x2804=function(){return _0x2a667c;};return _0x2804();}
|
package/lib/es/locale/ru-RU.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function _0x3ff2(_0x213f41,_0x58df1b){const _0x1d099d=_0x1d09();return _0x3ff2=function(_0x3ff2d5,_0x12db3a){_0x3ff2d5=_0x3ff2d5-0x193;let _0x5da71f=_0x1d099d[_0x3ff2d5];return _0x5da71f;},_0x3ff2(_0x213f41,_0x58df1b);}const _0x417154=_0x3ff2;(function(_0x1e726b,_0xe27fa){const _0x319e04=_0x3ff2,_0x2888a4=_0x1e726b();while(!![]){try{const _0x26a071=parseInt(_0x319e04(0x193))/0x1+parseInt(_0x319e04(0x1aa))/0x2+-parseInt(_0x319e04(0x196))/0x3+parseInt(_0x319e04(0x1a5))/0x4+parseInt(_0x319e04(0x19f))/0x5*(parseInt(_0x319e04(0x19b))/0x6)+-parseInt(_0x319e04(0x194))/0x7+-parseInt(_0x319e04(0x198))/0x8*(parseInt(_0x319e04(0x19d))/0x9);if(_0x26a071===_0xe27fa)break;else _0x2888a4['push'](_0x2888a4['shift']());}catch(_0x14f70f){_0x2888a4['push'](_0x2888a4['shift']());}}}(_0x1d09,0x1e484));const e={'collab-client':{'tooltip':{'reconnect':_0x417154(0x1a6)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x417154(0x197),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x417154(0x199),'offline':_0x417154(0x1a2)},'session':{'connection-failed':_0x417154(0x1a3),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x417154(0x1a4),'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':_0x417154(0x1a1),'room-cnt-exceeds':_0x417154(0x1a0),'collaboration-timeout':_0x417154(0x1a8)},'conflict':{'title':_0x417154(0x19e),'content':_0x417154(0x1a9)},'permission':{'title':_0x417154(0x19c),'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':_0x417154(0x195)},'closeRoom':_0x417154(0x19a)},'auth':{'needGotoLoginAlert':_0x417154(0x1a7)}},o=e;export{o as default};function _0x1d09(){const _0x436d39=['The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','220992EQDLjc','120485YoHMMp','986076VLSwHv','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','68427dTuFJk','Edit\x20conflicts','1473176GLeLWx','Syncing...','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','10278vPJNkY','Authentication\x20Error','9bfDCbc','Collaboration\x20Conflict','95jrDSpD','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Connection\x20failed.\x20Please\x20check\x20your\x20network.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','833328vCzlvT','Click\x20to\x20Reconnect','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'];_0x1d09=function(){return _0x436d39;};return _0x1d09();}
|
package/lib/es/locale/vi-VN.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const _0x10c9f6=_0x49ec;(function(_0x3ad33d,_0x2ba076){const _0x4750e2=_0x49ec,_0x261a18=_0x3ad33d();while(!![]){try{const _0x3ad79b=-parseInt(_0x4750e2(0x12f))/0x1*(parseInt(_0x4750e2(0x12e))/0x2)+parseInt(_0x4750e2(0x137))/0x3+parseInt(_0x4750e2(0x126))/0x4*(-parseInt(_0x4750e2(0x13b))/0x5)+parseInt(_0x4750e2(0x128))/0x6+parseInt(_0x4750e2(0x12b))/0x7+parseInt(_0x4750e2(0x12a))/0x8+parseInt(_0x4750e2(0x129))/0x9*(-parseInt(_0x4750e2(0x13a))/0xa);if(_0x3ad79b===_0x2ba076)break;else _0x261a18['push'](_0x261a18['shift']());}catch(_0x27ac23){_0x261a18['push'](_0x261a18['shift']());}}}(_0x433e,0x765eb));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x10c9f6(0x132),'conflict':_0x10c9f6(0x139),'notCollab':_0x10c9f6(0x133),'synced':_0x10c9f6(0x134),'syncing':_0x10c9f6(0x12c),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x10c9f6(0x130),'will-retry':_0x10c9f6(0x125),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','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':_0x10c9f6(0x138),'room-cnt-exceeds':_0x10c9f6(0x124),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x10c9f6(0x127),'content':_0x10c9f6(0x131)},'permission':{'title':_0x10c9f6(0x12d),'content':_0x10c9f6(0x13c)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x10c9f6(0x136)},'auth':{'needGotoLoginAlert':_0x10c9f6(0x135)}},o=e;function _0x49ec(_0x2ed706,_0x190c35){const _0x433e6b=_0x433e();return _0x49ec=function(_0x49ec63,_0x252454){_0x49ec63=_0x49ec63-0x124;let _0x5a31c0=_0x433e6b[_0x49ec63];return _0x5a31c0;},_0x49ec(_0x2ed706,_0x190c35);}export{o as default};function _0x433e(){const _0x43fe7e=['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.','Syncing\x20server\x20data...','Local\x20file','Synced','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','2006901lwhwfh','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','20aYzAtw','15yozwdp','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','856260QtqvQw','Collaboration\x20Conflict','3814446fynZPC','2723724LjJmNV','335888FuIUKM','4191327qxkoye','Syncing...','Authentication\x20Error','2sweWPL','213145oeSwCb'];_0x433e=function(){return _0x43fe7e;};return _0x433e();}
|
package/lib/es/locale/zh-CN.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const _0xc12271=_0xfc43;(function(_0x403f70,_0x17c803){const _0x24d788=_0xfc43,_0x2b1a05=_0x403f70();while(!![]){try{const _0x11e1d8=parseInt(_0x24d788(0x8a))/0x1+parseInt(_0x24d788(0x77))/0x2+-parseInt(_0x24d788(0x87))/0x3*(-parseInt(_0x24d788(0x7d))/0x4)+-parseInt(_0x24d788(0x88))/0x5*(parseInt(_0x24d788(0x7a))/0x6)+-parseInt(_0x24d788(0x76))/0x7+parseInt(_0x24d788(0x84))/0x8*(parseInt(_0x24d788(0x85))/0x9)+parseInt(_0x24d788(0x83))/0xa*(-parseInt(_0x24d788(0x70))/0xb);if(_0x11e1d8===_0x17c803)break;else _0x2b1a05['push'](_0x2b1a05['shift']());}catch(_0x492784){_0x2b1a05['push'](_0x2b1a05['shift']());}}}(_0x1e89,0x405ef));const o={'collab-client':{'tooltip':{'reconnect':_0xc12271(0x89)}},'collabStatus':{'fetchMiss':_0xc12271(0x75),'conflict':'编辑冲突','notCollab':_0xc12271(0x86),'synced':'已同步','syncing':_0xc12271(0x74),'offline':_0xc12271(0x6f)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0xc12271(0x82),'room-full':_0xc12271(0x81),'join-failed':'加入协同失败,请稍后重试,你的编辑将在本地缓存','room-not-exists':_0xc12271(0x79),'room-permission-denied':_0xc12271(0x71),'room-cnt-exceeds':_0xc12271(0x7f),'collaboration-timeout':_0xc12271(0x7c)},'conflict':{'title':_0xc12271(0x7e),'content':_0xc12271(0x80)},'permission':{'title':_0xc12271(0x7b),'content':_0xc12271(0x78)},'collaboration':{'single-unit':{'warning':_0xc12271(0x73)},'closeRoom':_0xc12271(0x72)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};function _0x1e89(){const _0x5c68a4=['52xKqHaT','协同冲突','协同文档数量超过限制,你的编辑将在本地缓存','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','此文档协同人数已满,你的编辑将在本地缓存','连接失败,将在一会儿之后重试连接','1146580ziQAJf','5240bNQDIH','6462TsMWmn','本地文件','24411NlEVdN','20plmOfO','点击重新连接','485188CDshIV','已离线,编辑将在本地缓存','33wSkwrB','没有协同权限,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','保存中...','正在拉取服务端数据...','1662584EdHxrg','365868UxLfbR','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','加入协同失败,你的编辑将在本地缓存','598566nWIXSB','权限错误','服务器未响应,你的编辑将在本地缓存'];_0x1e89=function(){return _0x5c68a4;};return _0x1e89();}function _0xfc43(_0x1e23fa,_0xabc564){const _0x1e893a=_0x1e89();return _0xfc43=function(_0xfc436f,_0xd7b618){_0xfc436f=_0xfc436f-0x6f;let _0x3d0ee1=_0x1e893a[_0xfc436f];return _0x3d0ee1;},_0xfc43(_0x1e23fa,_0xabc564);}export{o as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
const _0x5d992a=_0x4363;(function(_0x5bf08f,_0x26ba49){const _0x25b112=_0x4363,_0x18b10e=_0x5bf08f();while(!![]){try{const _0x41129f=-parseInt(_0x25b112(0x204))/0x1*(parseInt(_0x25b112(0x20a))/0x2)+-parseInt(_0x25b112(0x1fe))/0x3*(-parseInt(_0x25b112(0x203))/0x4)+parseInt(_0x25b112(0x200))/0x5*(parseInt(_0x25b112(0x1f3))/0x6)+parseInt(_0x25b112(0x208))/0x7+-parseInt(_0x25b112(0x1f8))/0x8+parseInt(_0x25b112(0x20b))/0x9*(parseInt(_0x25b112(0x1f9))/0xa)+-parseInt(_0x25b112(0x1fa))/0xb;if(_0x41129f===_0x26ba49)break;else _0x18b10e['push'](_0x18b10e['shift']());}catch(_0x54119d){_0x18b10e['push'](_0x18b10e['shift']());}}}(_0x4247,0xec7a5));function _0x4363(_0x1dad31,_0x393811){const _0x4247f7=_0x4247();return _0x4363=function(_0x43631e,_0x18a817){_0x43631e=_0x43631e-0x1f2;let _0xecd4a9=_0x4247f7[_0x43631e];return _0xecd4a9;},_0x4363(_0x1dad31,_0x393811);}function _0x4247(){const _0x4d4a08=['You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','722010OqtZXf','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','627456DzDpxO','1160IDVUQG','12164207OebOKk','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.','Edit\x20conflicts','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','1818uszCZt','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','35nIVXIs','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Collaboration\x20Conflict','2488QRjbrR','326593QVSQPp','Click\x20to\x20Reconnect','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','981526WGTjXS','Syncing...','2YCWSRj','86895yRIihL'];_0x4247=function(){return _0x4d4a08;};return _0x4247();}const e={'collab-client':{'tooltip':{'reconnect':_0x5d992a(0x205)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x5d992a(0x1fc),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x5d992a(0x209),'offline':_0x5d992a(0x207)},'session':{'connection-failed':_0x5d992a(0x206),'will-retry':_0x5d992a(0x1fd),'room-full':_0x5d992a(0x1f5),'join-failed':_0x5d992a(0x1f4),'room-not-exists':_0x5d992a(0x1f7),'room-permission-denied':_0x5d992a(0x1ff),'room-cnt-exceeds':'Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','collaboration-timeout':_0x5d992a(0x1f6)},'conflict':{'title':_0x5d992a(0x202),'content':_0x5d992a(0x1fb)},'permission':{'title':'Authentication\x20Error','content':_0x5d992a(0x201)},'collaboration':{'single-unit':{'warning':_0x5d992a(0x1f2)},'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.'}},o=e;export{o as default};
|
@@ -42,8 +42,13 @@ export declare const COLLAB_SUBMIT_CHANGESET_URL_KEY = "COLLAB_SUBMIT_CHANGESET_
|
|
42
42
|
/** The url prefix is determined by protocol in submodules/protocol/universer/v1/comb.proto */
|
43
43
|
export declare const DEFAULT_COLLAB_SUBMIT_CHANGESET_URL = "/universer-api/comb";
|
44
44
|
/**
|
45
|
-
* The config key to
|
45
|
+
* The config key to determine the URL provided by the auth server
|
46
|
+
* @deprecated Will be removed in the 0.2.19 release
|
46
47
|
*/
|
47
|
-
/** @deprecated Will be removed in the 0.2.19 release */
|
48
48
|
export declare const LOGIN_URL_KEY = "LOGIN_URL_KEY";
|
49
49
|
export declare const DEFAULT_LOGIN_URL = "/universer-api/oidc/authpage";
|
50
|
+
/**
|
51
|
+
* The config key to determine the URL of the Uniscript execution endpoint.
|
52
|
+
*/
|
53
|
+
export declare const REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY = "REMOTE_UNISCRIPT_EXECUTION_ENDPOINT";
|
54
|
+
export declare const DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT = "/universer-api/uniscript";
|
@@ -2,17 +2,12 @@ import { IDisposable, IMutationInfo, Nullable, ICommandService, ILogService, Inj
|
|
2
2
|
import { UniverType } from '@univerjs/protocol';
|
3
3
|
import { Observable, BehaviorSubject } from 'rxjs';
|
4
4
|
import { CollaborationSession } from '../../services/collaboration-session/collaboration-session';
|
5
|
-
import { CollaborationState, ICollaborationStateHandler, CollaborationStatus } from './collaboration-state';
|
6
|
-
import { DocStateChangeManagerService } from '@univerjs/docs-ui';
|
7
|
-
import { IMessageService } from '@univerjs/ui';
|
5
|
+
import { CollaborationState, ICollaborationStateHandler, SyncEditingCollabCursorHandler, TransformIMEHandler, TransformRemoteChangesetByIMECache, TransformRemoteChangesetByStateCache, TransformSelectionsHandler, TransformStateHandler, CollaborationStatus } from './collaboration-state';
|
8
6
|
import { CompressMutationService, RevisionService } from '@univerjs-pro/collaboration';
|
9
|
-
import {
|
10
|
-
import {
|
7
|
+
import { CollaborationUIEventService } from '../../services/collaboration-ui-event/collaboration-ui-event';
|
8
|
+
import { ILocalCacheService } from '../../services/local-cache/local-cache.service';
|
11
9
|
import { SheetTransformSelectionsService } from '../../services/range-selection/sheet-transform-selections.service';
|
12
10
|
import { ISingleActiveUnitService } from '../../services/single-active-unit/single-active-unit.service';
|
13
|
-
import { DocTransformStateCacheService } from '../../services/state-cache-transform/doc-transform-state-cache.service';
|
14
|
-
import { DocSyncEditingCollabCursorService } from '../../services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service';
|
15
|
-
import { DocTransformSelectionsService } from '../../services/text-selection/doc-transform-selections.service';
|
16
11
|
/**
|
17
12
|
* Each univer document instance would map to an `CollaborationEntity` to handle collaborated editing events.
|
18
13
|
*/
|
@@ -21,15 +16,15 @@ export declare abstract class CollaborationEntity extends RxDisposable {
|
|
21
16
|
readonly session: CollaborationSession;
|
22
17
|
protected readonly _type: UniverType;
|
23
18
|
protected readonly _injector: Injector;
|
24
|
-
protected readonly _localCacheService: LocalCacheService;
|
25
19
|
protected readonly _compressMutationService: CompressMutationService;
|
26
20
|
protected readonly _localeService: LocaleService;
|
27
21
|
protected readonly _revisionService: RevisionService;
|
22
|
+
protected readonly _eventService: CollaborationUIEventService;
|
28
23
|
protected readonly _logService: ILogService;
|
29
24
|
protected readonly _commandService: ICommandService;
|
30
|
-
protected readonly _messageService: IMessageService;
|
31
25
|
private _permissionService;
|
32
26
|
protected readonly _singleActiveUnitService?: ISingleActiveUnitService | undefined;
|
27
|
+
protected readonly _localCacheService?: ILocalCacheService | undefined;
|
33
28
|
protected _state$: BehaviorSubject<Nullable<CollaborationState>>;
|
34
29
|
readonly state$: Observable<Nullable<CollaborationState>>;
|
35
30
|
protected _state: CollaborationState;
|
@@ -38,13 +33,14 @@ export declare abstract class CollaborationEntity extends RxDisposable {
|
|
38
33
|
protected _changesetSessionId: string;
|
39
34
|
protected _changesetReqId: number;
|
40
35
|
readonly status$: Observable<CollaborationStatus>;
|
41
|
-
constructor(unitID: string, session: CollaborationSession, _type: UniverType, _injector: Injector,
|
36
|
+
constructor(unitID: string, session: CollaborationSession, _type: UniverType, _injector: Injector, _compressMutationService: CompressMutationService, _localeService: LocaleService, _revisionService: RevisionService, _eventService: CollaborationUIEventService, _logService: ILogService, _commandService: ICommandService, _permissionService: IPermissionService, _singleActiveUnitService?: ISingleActiveUnitService | undefined, _localCacheService?: ILocalCacheService | undefined);
|
42
37
|
init(): Promise<void>;
|
43
38
|
/**
|
44
39
|
* Pause collaboration on the document. Remote changesets would be inserted to a queue and wait for resuming.
|
45
40
|
* @returns a disposable which will resume collaboration when called.
|
46
41
|
*/
|
47
42
|
pauseCollaboration(): IDisposable;
|
43
|
+
onLocalMutation(command: IMutationInfo): void;
|
48
44
|
private _updateState;
|
49
45
|
protected _init(): Promise<CollaborationState>;
|
50
46
|
/**
|
@@ -69,15 +65,21 @@ export declare abstract class CollaborationEntity extends RxDisposable {
|
|
69
65
|
private _createInitialStateImpl;
|
70
66
|
private _replayCachedMutations;
|
71
67
|
}
|
68
|
+
export interface IDocCollaborationEntityCallback {
|
69
|
+
onTransformSelections: TransformSelectionsHandler;
|
70
|
+
onTransformIME: TransformIMEHandler;
|
71
|
+
onTransformState: TransformStateHandler;
|
72
|
+
onSyncEditingCollabCursor: SyncEditingCollabCursorHandler;
|
73
|
+
onTransformRemoteChangesetByIMECache: TransformRemoteChangesetByIMECache;
|
74
|
+
onTransformRemoteChangesetByStateCache: TransformRemoteChangesetByStateCache;
|
75
|
+
}
|
72
76
|
export declare class DocCollaborationEntity extends CollaborationEntity {
|
73
77
|
readonly unitID: string;
|
74
78
|
readonly type: UniverType;
|
75
|
-
private
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
private readonly _docSyncEditingCollabCursorService;
|
80
|
-
constructor(unitID: string, type: UniverType, session: CollaborationSession, injector: Injector, localCacheService: LocalCacheService, compressMutationService: CompressMutationService, localeService: LocaleService, revisionService: RevisionService, _docStateChangeManagerService: DocStateChangeManagerService, _docTransformIMECacheService: DocTransformIMECacheService, _docTransformStateCacheService: DocTransformStateCacheService, _docTransformSelectionsService: DocTransformSelectionsService, _docSyncEditingCollabCursorService: DocSyncEditingCollabCursorService, logService: ILogService, commandService: ICommandService, messageService: IMessageService, permissionService: IPermissionService, singleActiveUnitService?: ISingleActiveUnitService);
|
79
|
+
private _handlerCallback;
|
80
|
+
constructor(unitID: string, type: UniverType, session: CollaborationSession, injector: Injector, compressMutationService: CompressMutationService, localeService: LocaleService, revisionService: RevisionService, eventService: CollaborationUIEventService, logService: ILogService, commandService: ICommandService, permissionService: IPermissionService, singleActiveUnitService?: ISingleActiveUnitService, localCacheService?: ILocalCacheService);
|
81
|
+
addHandlerCallback(cb: IDocCollaborationEntityCallback): void;
|
82
|
+
dispose(): void;
|
81
83
|
protected _createHandler(): ICollaborationStateHandler;
|
82
84
|
protected _init(): Promise<CollaborationState>;
|
83
85
|
}
|
@@ -85,7 +87,7 @@ export declare class SheetCollaborationEntity extends CollaborationEntity {
|
|
85
87
|
readonly unitID: string;
|
86
88
|
readonly type: UniverType;
|
87
89
|
private readonly _sheetTransformSelectionsService;
|
88
|
-
constructor(unitID: string, type: UniverType, session: CollaborationSession, injector: Injector,
|
90
|
+
constructor(unitID: string, type: UniverType, session: CollaborationSession, injector: Injector, compressMutationService: CompressMutationService, localeService: LocaleService, revisionService: RevisionService, _sheetTransformSelectionsService: SheetTransformSelectionsService, eventService: CollaborationUIEventService, logService: ILogService, commandService: ICommandService, permissionService: IPermissionService, singleActiveUnitService?: ISingleActiveUnitService, localCacheService?: ILocalCacheService);
|
89
91
|
protected _createHandler(): ICollaborationStateHandler;
|
90
92
|
protected _init(): Promise<CollaborationState>;
|
91
93
|
}
|
@@ -1,11 +1,10 @@
|
|
1
1
|
import { IAcknowledgedChangeset, IChangeset, ITransformService, RevisionService } from '@univerjs-pro/collaboration';
|
2
2
|
import { IMutationInfo, Nullable, ICommandService, IConfigService, ILogService, Injector, IPermissionService, IUniverInstanceService, LocaleService } from '@univerjs/core';
|
3
3
|
import { Observable } from 'rxjs';
|
4
|
-
import { ICollabEditingCursor } from '../../services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service';
|
5
4
|
import { ICollaborativeUndoRedoService } from '../../services/undoredo/collaborative-undoredo.service';
|
6
5
|
import { UniverType } from '@univerjs/protocol';
|
7
|
-
import {
|
8
|
-
import {
|
6
|
+
import { CollaborationUIEventService } from '../../services/collaboration-ui-event/collaboration-ui-event';
|
7
|
+
import { ILocalCacheService } from '../../services/local-cache/local-cache.service';
|
9
8
|
import { MemberService } from '../../services/member/member.service';
|
10
9
|
/** Provide both states when and after changing, so the parent could examine if state transition is correct. */
|
11
10
|
export type StateChangeHandler = (before: CollaborationState, after: CollaborationState) => void;
|
@@ -18,7 +17,7 @@ export type MissingChangesetsHandler = (params: {
|
|
18
17
|
export type TransformSelectionsHandler = (changeset: IChangeset) => void;
|
19
18
|
export type TransformIMEHandler = (changeset: IChangeset) => void;
|
20
19
|
export type TransformStateHandler = (changeset: IChangeset) => void;
|
21
|
-
export type SyncEditingCollabCursorHandler = (params:
|
20
|
+
export type SyncEditingCollabCursorHandler = (params: any) => void;
|
22
21
|
export type TransformRemoteChangesetByIMECache = (changeset: IChangeset) => IChangeset;
|
23
22
|
export type TransformRemoteChangesetByStateCache = (changeset: IChangeset) => IChangeset;
|
24
23
|
export interface ICollaborationStateHandler {
|
@@ -54,7 +53,7 @@ export declare abstract class CollaborationState {
|
|
54
53
|
protected readonly _commandService: ICommandService;
|
55
54
|
protected readonly _undoRedoService: ICollaborativeUndoRedoService;
|
56
55
|
protected readonly _revisionService: RevisionService;
|
57
|
-
protected readonly _localCacheService
|
56
|
+
protected readonly _localCacheService?: ILocalCacheService | undefined;
|
58
57
|
abstract readonly status: CollaborationStatus;
|
59
58
|
/** Mutations that has been sent to the server but not yet acknowledged by the server. */
|
60
59
|
protected _awaitingChangeset: Nullable<IChangeset>;
|
@@ -62,7 +61,7 @@ export declare abstract class CollaborationState {
|
|
62
61
|
protected _pendingMutations: IMutationInfo[];
|
63
62
|
constructor(unitID: string, type: UniverType, awaitingChangeset: Nullable<IChangeset>, pendingMutations: IMutationInfo[],
|
64
63
|
/** State may change internally. Parent module should provide a callback to handle this event. */
|
65
|
-
_handler: ICollaborationStateHandler, _commandService: ICommandService, _undoRedoService: ICollaborativeUndoRedoService, _revisionService: RevisionService, _localCacheService
|
64
|
+
_handler: ICollaborationStateHandler, _commandService: ICommandService, _undoRedoService: ICollaborativeUndoRedoService, _revisionService: RevisionService, _localCacheService?: ILocalCacheService | undefined);
|
66
65
|
abstract resend(): void;
|
67
66
|
/**
|
68
67
|
* Append a location mutation to collaboration queue.
|
@@ -121,8 +120,9 @@ export declare class SyncedState extends CollaborationState {
|
|
121
120
|
private readonly _injector;
|
122
121
|
private readonly _logService;
|
123
122
|
private readonly _transformService;
|
123
|
+
private readonly localCacheService?;
|
124
124
|
readonly status = CollaborationStatus.SYNCED;
|
125
|
-
constructor(unitID: string, type: UniverType, handler: ICollaborationStateHandler, revisionService: RevisionService,
|
125
|
+
constructor(unitID: string, type: UniverType, handler: ICollaborationStateHandler, revisionService: RevisionService, _injector: Injector, undoRedoService: ICollaborativeUndoRedoService, commandService: ICommandService, _logService: ILogService, _transformService: ITransformService, localCacheService?: ILocalCacheService | undefined);
|
126
126
|
appendMutation(mutation: IMutationInfo): CollaborationState;
|
127
127
|
onRemoteChangeset(changeset: IChangeset): CollaborationState;
|
128
128
|
private _onConflict;
|
@@ -147,9 +147,9 @@ export declare class PendingState extends CollaborationState {
|
|
147
147
|
private readonly _transformService;
|
148
148
|
private readonly _univerInstanceService;
|
149
149
|
readonly status = CollaborationStatus.PENDING;
|
150
|
-
private
|
150
|
+
private _scheduleCompleteTimestamp;
|
151
151
|
private _sendingTimer;
|
152
|
-
constructor(unitID: string, type: UniverType, pendingMutations: IMutationInfo[], handler: ICollaborationStateHandler, _injector: Injector, _revisionService: RevisionService,
|
152
|
+
constructor(unitID: string, type: UniverType, pendingMutations: IMutationInfo[], handler: ICollaborationStateHandler, _injector: Injector, _revisionService: RevisionService, _memberService: MemberService, _logService: ILogService, commandService: ICommandService, _configService: IConfigService, _transformService: ITransformService, _univerInstanceService: IUniverInstanceService, _undoRedoService: ICollaborativeUndoRedoService, _localCacheService?: ILocalCacheService);
|
153
153
|
appendMutation(mutation: IMutationInfo): CollaborationState;
|
154
154
|
onRemoteChangeset(changeset: IChangeset): CollaborationState;
|
155
155
|
onRemoteAck(): CollaborationState;
|
@@ -179,7 +179,7 @@ export declare class AwaitingState extends CollaborationState {
|
|
179
179
|
private _resendTimeout;
|
180
180
|
private _resendTimer;
|
181
181
|
private _sender;
|
182
|
-
constructor(unitID: string, type: UniverType, awaitingChangeset: IChangeset, handler: ICollaborationStateHandler, _injector: Injector, revisionService: RevisionService,
|
182
|
+
constructor(unitID: string, type: UniverType, awaitingChangeset: IChangeset, handler: ICollaborationStateHandler, _injector: Injector, revisionService: RevisionService, commandService: ICommandService, _logService: ILogService, _transformService: ITransformService, undoRedoService: ICollaborativeUndoRedoService, localCacheService?: ILocalCacheService);
|
183
183
|
appendMutation(mutation: IMutationInfo): CollaborationState;
|
184
184
|
onRemoteChangeset(changeset: IChangeset): CollaborationState;
|
185
185
|
onRemoteAck(changeset: IAcknowledgedChangeset): CollaborationState;
|
@@ -202,6 +202,7 @@ export declare class AwaitingWithPendingState extends CollaborationState {
|
|
202
202
|
private readonly _injector;
|
203
203
|
private readonly _logService;
|
204
204
|
private readonly _transformService;
|
205
|
+
private readonly localCacheService?;
|
205
206
|
readonly status = CollaborationStatus.AWAITING_WITH_PENDING;
|
206
207
|
private _resendTimeout;
|
207
208
|
private _resendTimer;
|
@@ -209,7 +210,7 @@ export declare class AwaitingWithPendingState extends CollaborationState {
|
|
209
210
|
constructor(unitID: string, type: UniverType, awaitingChangeset: IChangeset, pendingMutations: IMutationInfo[], handler: ICollaborationStateHandler, timer: Observable<{
|
210
211
|
timeout: number;
|
211
212
|
reqId: number;
|
212
|
-
}> | undefined, _injector: Injector, revisionService: RevisionService,
|
213
|
+
}> | undefined, _injector: Injector, revisionService: RevisionService, commandService: ICommandService, _logService: ILogService, _transformService: ITransformService, undoRedoService: ICollaborativeUndoRedoService, localCacheService?: ILocalCacheService | undefined);
|
213
214
|
appendMutation(mutation: IMutationInfo): CollaborationState;
|
214
215
|
onRemoteChangeset(changeset: IChangeset): CollaborationState;
|
215
216
|
onRemoteAck(changeset: IAcknowledgedChangeset): CollaborationState;
|
@@ -234,9 +235,10 @@ export declare class ConflictState extends CollaborationState {
|
|
234
235
|
private _isPermissionRej;
|
235
236
|
private readonly _permissionService;
|
236
237
|
private readonly _localeService;
|
237
|
-
private readonly
|
238
|
+
private readonly _collaborationUIEventService;
|
239
|
+
private readonly localCacheService?;
|
238
240
|
readonly status = CollaborationStatus.CONFLICT;
|
239
|
-
constructor(unitID: string, type: UniverType, awaitingChangeset: Nullable<IChangeset>, pendingMutations: IMutationInfo[], handler: ICollaborationStateHandler, _isPermissionRej: boolean | undefined, _permissionService: IPermissionService, commandService: ICommandService, undoRedoService: ICollaborativeUndoRedoService,
|
241
|
+
constructor(unitID: string, type: UniverType, awaitingChangeset: Nullable<IChangeset>, pendingMutations: IMutationInfo[], handler: ICollaborationStateHandler, _isPermissionRej: boolean | undefined, _permissionService: IPermissionService, commandService: ICommandService, undoRedoService: ICollaborativeUndoRedoService, revisionService: RevisionService, _localeService: LocaleService, _collaborationUIEventService: CollaborationUIEventService, localCacheService?: ILocalCacheService | undefined);
|
240
242
|
appendMutation(): CollaborationState;
|
241
243
|
onRemoteChangeset(): CollaborationState;
|
242
244
|
onRemoteAck(): CollaborationState;
|
@@ -252,7 +254,7 @@ export declare class ConflictState extends CollaborationState {
|
|
252
254
|
export declare class OfflineState extends CollaborationState {
|
253
255
|
private readonly _injector;
|
254
256
|
readonly status = CollaborationStatus.OFFLINE;
|
255
|
-
constructor(unitID: string, type: UniverType, awaitingChangeset: Nullable<IChangeset>, pendingMutations: IMutationInfo[], handler: ICollaborationStateHandler, _injector: Injector, revisionService: RevisionService,
|
257
|
+
constructor(unitID: string, type: UniverType, awaitingChangeset: Nullable<IChangeset>, pendingMutations: IMutationInfo[], handler: ICollaborationStateHandler, _injector: Injector, revisionService: RevisionService, commandService: ICommandService, undoRedoService: ICollaborativeUndoRedoService, localCacheService?: ILocalCacheService);
|
256
258
|
appendMutation(mutation: IMutationInfo): CollaborationState;
|
257
259
|
onRemoteChangeset(_changeset: IChangeset): CollaborationState;
|
258
260
|
onRemoteAck(): CollaborationState;
|
@@ -279,6 +281,7 @@ export declare class FetchingMissState extends CollaborationState {
|
|
279
281
|
private readonly _injector;
|
280
282
|
private readonly _logService;
|
281
283
|
private readonly _transformService;
|
284
|
+
private readonly localCacheService?;
|
282
285
|
readonly status = CollaborationStatus.FETCH_MISS;
|
283
286
|
constructor(unitID: string, type: UniverType, awaitingChangeset: Nullable<IChangeset>, pendingMutations: IMutationInfo[],
|
284
287
|
/**
|
@@ -286,7 +289,7 @@ export declare class FetchingMissState extends CollaborationState {
|
|
286
289
|
* We need to transform missing changeset against this acknowledged changeset,
|
287
290
|
* so other state should pass this acknowledged changeset to this parameter.
|
288
291
|
*/
|
289
|
-
_acknowledgedAwaitingChangeset: Nullable<IChangeset>, _queuedRemoteChangesets: IChangeset[], handler: ICollaborationStateHandler, _injector: Injector, revisionService: RevisionService,
|
292
|
+
_acknowledgedAwaitingChangeset: Nullable<IChangeset>, _queuedRemoteChangesets: IChangeset[], handler: ICollaborationStateHandler, _injector: Injector, revisionService: RevisionService, _logService: ILogService, commandService: ICommandService, undoRedoService: ICollaborativeUndoRedoService, _transformService: ITransformService, localCacheService?: ILocalCacheService | undefined);
|
290
293
|
onMissedChangesetFetched(changesets: IChangeset[]): CollaborationState;
|
291
294
|
resend(): void;
|
292
295
|
appendMutation(mutation: IMutationInfo<object>): CollaborationState;
|
@@ -8,10 +8,12 @@ export declare class CollaborationController extends RxDisposable {
|
|
8
8
|
private readonly _univerInstanceService;
|
9
9
|
private readonly _entities;
|
10
10
|
private readonly _entityInit$;
|
11
|
+
readonly entityInit$: Observable<CollaborationEntity>;
|
11
12
|
constructor(_injector: Injector, _collabSessionService: CollaborationSessionService, _univerInstanceService: IUniverInstanceService);
|
12
13
|
dispose(): void;
|
13
14
|
getCollabEntity(id: string): Nullable<CollaborationEntity>;
|
14
15
|
getCollabEntity$(id: string): Observable<CollaborationEntity>;
|
16
|
+
readyForCollab(id: string): Promise<void>;
|
15
17
|
private _init;
|
16
18
|
/**
|
17
19
|
* Start collaboration on a document.
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { IDisposable, FBase, Injector, IUniverInstanceService } from '@univerjs/core';
|
2
|
+
import { IMember } from '@univerjs/protocol';
|
3
|
+
import { FWorkbook } from '@univerjs/sheets/facade';
|
4
|
+
import { SnapshotService } from '@univerjs-pro/collaboration';
|
5
|
+
import { CollaborationController } from '@univerjs-pro/collaboration-client';
|
6
|
+
export declare class FCollaboration extends FBase {
|
7
|
+
private readonly _handler;
|
8
|
+
protected readonly _injector: Injector;
|
9
|
+
protected readonly _univerInstanceService: IUniverInstanceService;
|
10
|
+
protected readonly _snapshotService: SnapshotService;
|
11
|
+
protected readonly _collaborationController: CollaborationController;
|
12
|
+
constructor(_handler: {
|
13
|
+
getUniverSheet: (id: string) => FWorkbook | null;
|
14
|
+
}, _injector: Injector, _univerInstanceService: IUniverInstanceService, _snapshotService: SnapshotService, _collaborationController: CollaborationController);
|
15
|
+
/**
|
16
|
+
* Load the active Univer Sheet. It should be associated with the Uniscript Node.js Runtime.
|
17
|
+
*/
|
18
|
+
loadActiveSheet(): Promise<FWorkbook | null>;
|
19
|
+
/**
|
20
|
+
* Load a Univer Sheet from the server with a unit ID.
|
21
|
+
* @param unitId ID of the Univer Sheet that you would like to load.
|
22
|
+
* @returns {Promise<FWorkbook | null>} The {@link FWorkbook} or null if ID cannot be associated with a Univer Sheet.
|
23
|
+
*/
|
24
|
+
loadSheet(unitId: string): Promise<FWorkbook | null>;
|
25
|
+
/**
|
26
|
+
* Subscribe collaborators of a Univer file.
|
27
|
+
*
|
28
|
+
* @param unitId ID of the Univer file.
|
29
|
+
* @param callback The function that will be called when the collaborators of this Univer file changes.
|
30
|
+
* @returns A handler to dispose the subscription.
|
31
|
+
*/
|
32
|
+
subscribeCollaborators(unitId: string, callback: (members: IMember[]) => void): IDisposable;
|
33
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { FUniver } from '@univerjs/core';
|
2
|
+
import { FCollaboration } from './f-collaboration';
|
3
|
+
export interface IFUniverCollaborationClientMixin {
|
4
|
+
getCollaboration(): FCollaboration;
|
5
|
+
}
|
6
|
+
export declare class FUniverCollaborationClientMixin extends FUniver implements IFUniverCollaborationClientMixin {
|
7
|
+
getCollaboration(): FCollaboration;
|
8
|
+
}
|
9
|
+
declare module '@univerjs/core' {
|
10
|
+
interface FUniver extends IFUniverCollaborationClientMixin {
|
11
|
+
}
|
12
|
+
}
|
package/lib/types/index.d.ts
CHANGED
@@ -1,9 +1,8 @@
|
|
1
|
-
import './global.css';
|
2
1
|
export {
|
3
2
|
/** @deprecated Will be removed in the 0.2.19 release */
|
4
3
|
COLLAB_SUBMIT_CHANGESET_URL_KEY,
|
5
4
|
/** @deprecated Will be removed in the 0.2.19 release */
|
6
|
-
COLLAB_WEB_SOCKET_URL_KEY, HEARTBEAT_INTERVAL_KEY, HEARTBEAT_TIMEOUT_KEY, LOCAL_CACHE_INTERVAL_KEY, LOGIN_URL_KEY, RETRY_CONNECTING_MAX_COUNT_KEY,
|
5
|
+
COLLAB_WEB_SOCKET_URL_KEY, HEARTBEAT_INTERVAL_KEY, HEARTBEAT_TIMEOUT_KEY, LOCAL_CACHE_INTERVAL, LOCAL_CACHE_INTERVAL_KEY, LOGIN_URL_KEY, RETRY_CONNECTING_MAX_COUNT_KEY,
|
7
6
|
/** @deprecated Will be removed in the 0.2.19 release */
|
8
7
|
SEND_CHANGESET_TIMEOUT_KEY,
|
9
8
|
/** @deprecated Will be removed in the 0.2.19 release */
|
@@ -11,28 +10,29 @@ SNAPSHOT_SERVER_URL_KEY,
|
|
11
10
|
/** @deprecated Will be removed in the 0.2.19 release */
|
12
11
|
SNAPSHOT_URL_KEY, } from './config/config';
|
13
12
|
export { CollaborationController } from './controllers/collaboration/collaboration.controller';
|
14
|
-
export { CollaborationEntity, DocCollaborationEntity, SheetCollaborationEntity } from './controllers/collaboration/collaboration-entity';
|
15
|
-
export { CollaborationStatus } from './controllers/collaboration/collaboration-state';
|
13
|
+
export { CollaborationEntity, DocCollaborationEntity, type IDocCollaborationEntityCallback, SheetCollaborationEntity } from './controllers/collaboration/collaboration-entity';
|
14
|
+
export { AwaitingState, AwaitingWithPendingState, CollaborationStatus, ConflictState, FetchingMissState, OfflineState, PendingState, SyncedState } from './controllers/collaboration/collaboration-state';
|
16
15
|
export { UniverCollaborationClientPlugin } from './plugin';
|
17
16
|
export { CollaborationSessionService } from './services/collaboration-session/collaboration-session.service';
|
18
17
|
export { CollaborationSession, SessionStatus } from './services/collaboration-session/collaboration-session';
|
19
18
|
export type { ICollaborationSocket } from './services/socket/collaboration-socket.service';
|
20
19
|
export { type IUniverCollaborationClientConfig } from './controllers/config.schema';
|
21
20
|
export { CollaborationSocketService, ICollaborationSocketService, } from './services/socket/collaboration-socket.service';
|
22
|
-
export {
|
23
|
-
export { IURLService } from './services/url/url.service';
|
24
|
-
export { WebURLService } from './services/url/web-url.service';
|
25
|
-
export { DataLoaderController } from './controllers/data-loader/data-loader.controller';
|
26
|
-
export { DesktopCollaborationStatusDisplayController } from './controllers/collab-status/collab-status.controller';
|
21
|
+
export { DataLoaderService } from './services/data-loader/data-loader.service';
|
27
22
|
export { AuthzIoHttpService } from './services/auth-server/authz-io-http.service';
|
28
23
|
/** @deprecated Will be removed in the 0.2.19 release */
|
29
24
|
export { AUTHZ_URL_KEY } from './services/auth-server/authz-io-http.service';
|
30
25
|
export { deserializeToCombResponse, serializeCombRequest } from './services/socket/serialize';
|
31
|
-
export { CollaborationStatusDisplay } from './views/components/CollabStatus';
|
32
26
|
export { SnapshotServerOverHTTPService } from './services/snapshot-server/snapshot-server.service';
|
33
27
|
export { CommentService } from './services/comment/comment.service';
|
34
|
-
export {
|
35
|
-
export { CollabrationImageIoService } from './services/image-remote/image-io.service';
|
28
|
+
export { CollaborationImageIoService } from './services/image-remote/image-io.service';
|
36
29
|
export { MemberService } from './services/member/member.service';
|
37
30
|
export { COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY } from './controllers/config.schema';
|
38
31
|
export { MentionIoHttpService } from './services/mention-server/mention-io-http.service';
|
32
|
+
export { ISingleActiveUnitService, UnitStatus } from './services/single-active-unit/single-active-unit.service';
|
33
|
+
export { CollaborationUIEventId, CollaborationUIEventService } from './services/collaboration-ui-event/collaboration-ui-event';
|
34
|
+
export { SheetTransformSelectionsService } from './services/range-selection/sheet-transform-selections.service';
|
35
|
+
export { CollaborativeUndoRedoService } from './services/undoredo/collaborative-undoredo.service';
|
36
|
+
export { DEFAULT_COLLAB_WEB_SOCKET_URL, DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT, REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY } from './config/config';
|
37
|
+
export { getLocalCacheKey, ILocalCacheService, type IUnitCacheData } from './services/local-cache/local-cache.service';
|
38
|
+
export { INetworkConditionService } from './services/network-condition/network-condition.service';
|
package/lib/types/plugin.d.ts
CHANGED
@@ -1,18 +1,13 @@
|
|
1
1
|
import { IUniverCollaborationClientConfig } from './controllers/config.schema';
|
2
2
|
import { IConfigService, ILogService, Injector, Plugin } from '@univerjs/core';
|
3
|
-
import { IRenderManagerService } from '@univerjs/engine-render';
|
4
3
|
export declare class UniverCollaborationClientPlugin extends Plugin {
|
5
4
|
private readonly _config;
|
6
5
|
private readonly _logService;
|
7
|
-
private readonly _renderManagerService;
|
8
6
|
protected _injector: Injector;
|
9
7
|
private readonly _configService;
|
10
8
|
static pluginName: string;
|
11
|
-
constructor(_config: Partial<IUniverCollaborationClientConfig> | undefined, _logService: ILogService,
|
9
|
+
constructor(_config: Partial<IUniverCollaborationClientConfig> | undefined, _logService: ILogService, _injector: Injector, _configService: IConfigService);
|
12
10
|
onStarting(): void;
|
13
|
-
onReady(): void;
|
14
|
-
onRendered(): void;
|
15
11
|
private _registerDependencies;
|
16
|
-
private _registerRenderDependencies;
|
17
12
|
private _initDependencies;
|
18
13
|
}
|