@univerjs-pro/collaboration-client 1.0.0-alpha.1 → 1.0.0-alpha.3
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/README.md +8 -2
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.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/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.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-HK.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/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.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/id-ID.js +1 -1
- package/lib/es/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.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-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.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/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.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-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +6 -0
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
- package/lib/types/facade/f-collaboration.d.ts +40 -0
- package/lib/types/index.d.ts +6 -3
- package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
- package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
- package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
- package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.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/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.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-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +15 -16
package/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# @univerjs-pro/collaboration-client
|
|
2
2
|
|
|
3
3
|
[](https://npmjs.com/package/@univerjs-pro/collaboration-client)
|
|
4
|
+
[](https://npmjs.com/package/@univerjs-pro/collaboration-client)
|
|
4
5
|
[](https://npmjs.com/package/@univerjs-pro/collaboration-client)
|
|
5
6
|
|
|
6
|
-
`@univerjs-pro/collaboration-client`
|
|
7
|
+
`@univerjs-pro/collaboration-client` is part of Univer Pro. Client-side collaboration plugin for Univer Pro.
|
|
7
8
|
|
|
8
9
|
## Package Overview
|
|
9
10
|
|
|
@@ -32,8 +33,13 @@ univer.registerPlugin(UniverCollaborationClientPlugin);
|
|
|
32
33
|
// Merge EnUS into your Univer locale map when this package contributes UI text.
|
|
33
34
|
```
|
|
34
35
|
|
|
36
|
+
## Integration Notes
|
|
37
|
+
|
|
38
|
+
- Keep this package on the same version as the other `@univerjs/*` and `@univerjs-pro/*` packages in your application.
|
|
39
|
+
- Import locale files only for the languages your application enables.
|
|
40
|
+
- Use the facade entry when integrating through Univer Facade APIs.
|
|
41
|
+
|
|
35
42
|
## Resources
|
|
36
43
|
|
|
37
44
|
- [Documentation](https://docs.univer.ai/guides/pro)
|
|
38
45
|
- [NPM package](https://npmjs.com/package/@univerjs-pro/collaboration-client)
|
|
39
|
-
|
package/lib/cjs/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x22dc6c=_0x2db4;(function(_0x30c651,_0xc77416){const _0x31d1dc=_0x2db4,_0x4e6800=_0x30c651();while(!![]){try{const _0x459813=parseInt(_0x31d1dc(0x13d))/0x1*(parseInt(_0x31d1dc(0x133))/0x2)+-parseInt(_0x31d1dc(0x140))/0x3+parseInt(_0x31d1dc(0x13a))/0x4*(parseInt(_0x31d1dc(0x11d))/0x5)+-parseInt(_0x31d1dc(0x13e))/0x6+-parseInt(_0x31d1dc(0x151))/0x7*(parseInt(_0x31d1dc(0x11b))/0x8)+-parseInt(_0x31d1dc(0x12c))/0x9+parseInt(_0x31d1dc(0x15c))/0xa*(parseInt(_0x31d1dc(0x157))/0xb);if(_0x459813===_0xc77416)break;else _0x4e6800['push'](_0x4e6800['shift']());}catch(_0x4c9e1c){_0x4e6800['push'](_0x4e6800['shift']());}}}(_0x3038,0xc8ac8),Object['defineProperty'](exports,Symbol[_0x22dc6c(0x14d)],{'value':'Module'}));let e=require('@univerjs-pro/collaboration-client'),t=require('@univerjs/core/facade'),n=require('@univerjs/core'),r=require('@univerjs-pro/collaboration'),i=require('rxjs');var a=class extends t[_0x22dc6c(0x131)]{get[_0x22dc6c(0x160)](){const _0x597418=_0x22dc6c;return e[_0x597418(0x160)];}};t['FEnum']['extend'](a);var o=class extends t[_0x22dc6c(0x155)]{get[_0x22dc6c(0x152)](){const _0x12450a=_0x22dc6c;return _0x12450a(0x152);}};t[_0x22dc6c(0x155)]['extend'](o);function s(_0xa301c8,_0x36d7f4){return function(_0x3e3e32,_0x1a0947){_0x36d7f4(_0x3e3e32,_0x1a0947,_0xa301c8);};}function c(_0x5a0776,_0x18a2ff,_0x56cbed,_0x2f7f5c){const _0x4999bc=_0x22dc6c;var _0x2afd80=arguments[_0x4999bc(0x15f)],_0x3d5ab3=_0x2afd80<0x3?_0x18a2ff:_0x2f7f5c===null?_0x2f7f5c=Object[_0x4999bc(0x15b)](_0x18a2ff,_0x56cbed):_0x2f7f5c,_0x239ac4;if(typeof Reflect=='object'&&typeof Reflect[_0x4999bc(0x164)]==_0x4999bc(0x132))_0x3d5ab3=Reflect[_0x4999bc(0x164)](_0x5a0776,_0x18a2ff,_0x56cbed,_0x2f7f5c);else{for(var _0x4b8595=_0x5a0776[_0x4999bc(0x15f)]-0x1;_0x4b8595>=0x0;_0x4b8595--)(_0x239ac4=_0x5a0776[_0x4b8595])&&(_0x3d5ab3=(_0x2afd80<0x3?_0x239ac4(_0x3d5ab3):_0x2afd80>0x3?_0x239ac4(_0x18a2ff,_0x56cbed,_0x3d5ab3):_0x239ac4(_0x18a2ff,_0x56cbed))||_0x3d5ab3);}return _0x2afd80>0x3&&_0x3d5ab3&&Object[_0x4999bc(0x11c)](_0x18a2ff,_0x56cbed,_0x3d5ab3),_0x3d5ab3;}let l=class extends t[_0x22dc6c(0x122)]{constructor(_0x100bef,_0x1a472a,_0xfae6b0,_0x34fc05,_0x10953){const _0x58716a=_0x22dc6c;super(),this[_0x58716a(0x148)]=_0x100bef,this[_0x58716a(0x167)]=_0x1a472a,this[_0x58716a(0x13b)]=_0xfae6b0,this['_snapshotService']=_0x34fc05,this[_0x58716a(0x120)]=_0x10953;}async[_0x22dc6c(0x14e)](_0x50b05b,_0x395c94){const _0x122546=_0x22dc6c;return await this[_0x122546(0x166)][_0x122546(0x12d)](_0x50b05b,0x0,_0x395c94)?(await this[_0x122546(0x120)][_0x122546(0x127)](_0x50b05b),this[_0x122546(0x148)]['getWorkbook'](_0x50b05b)):null;}async[_0x22dc6c(0x12f)](_0x2cc289,_0x13d52a){const _0x34c794=_0x22dc6c;return await this[_0x34c794(0x166)][_0x34c794(0x121)](_0x2cc289,0x0,_0x13d52a)?(await this['_collaborationController'][_0x34c794(0x127)](_0x2cc289),this[_0x34c794(0x148)][_0x34c794(0x135)](_0x2cc289)):null;}async[_0x22dc6c(0x119)](_0x29c019,_0x3ed054){const _0x6531cc=_0x22dc6c;return await this[_0x6531cc(0x166)][_0x6531cc(0x158)](_0x29c019,0x0,_0x3ed054)?(await this[_0x6531cc(0x120)][_0x6531cc(0x127)](_0x29c019),this[_0x6531cc(0x148)][_0x6531cc(0x14b)](_0x29c019)):null;}async[_0x22dc6c(0x15d)](_0x944fda,_0x43dac3){const _0x3c4e01=_0x22dc6c;return await this[_0x3c4e01(0x166)][_0x3c4e01(0x130)](_0x944fda,0x0,_0x43dac3)?(await this['_collaborationController'][_0x3c4e01(0x127)](_0x944fda),this[_0x3c4e01(0x148)][_0x3c4e01(0x14c)](_0x944fda)):null;}async['loadBoardAsync'](_0x72e7d3,_0x406dbf){const _0x3cdd69=_0x22dc6c;return await this[_0x3cdd69(0x166)][_0x3cdd69(0x168)](_0x72e7d3,0x0,_0x406dbf)?(await this[_0x3cdd69(0x120)][_0x3cdd69(0x127)](_0x72e7d3),this[_0x3cdd69(0x148)]['getBoard'](_0x72e7d3)):null;}['subscribeCollaborators'](_0x1efb1a,_0x14409e){const _0x3622e4=_0x22dc6c;return(0x0,n['toDisposable'])(this[_0x3622e4(0x167)][_0x3622e4(0x113)](e[_0x3622e4(0x116)])[_0x3622e4(0x143)](_0x1efb1a)['pipe']((0x0,i[_0x3622e4(0x149)])(_0x151333=>_0x151333[_0x3622e4(0x146)]))['subscribe'](_0x28078f=>_0x14409e(Array[_0x3622e4(0x126)](_0x28078f[_0x3622e4(0x145)]()))));}[_0x22dc6c(0x159)](_0x285e26){const _0x14f8ad=_0x22dc6c;var _0x48bdd7;let _0x1116d5=this['_resolveUnitId'](_0x285e26);if(!_0x1116d5)return e[_0x14f8ad(0x160)]['NOT_COLLAB'];let _0x3c38e0=this[_0x14f8ad(0x120)][_0x14f8ad(0x125)](_0x1116d5);return(_0x48bdd7=_0x3c38e0==null?void 0x0:_0x3c38e0['state'][_0x14f8ad(0x139)])==null?e[_0x14f8ad(0x160)][_0x14f8ad(0x15a)]:_0x48bdd7;}[_0x22dc6c(0x14f)](_0x3e19d6,_0x3f496f={}){const _0x4fbead=_0x22dc6c;var _0x42725a;let _0x5a8bad=this['_resolveUnitId'](_0x3e19d6);if(!_0x5a8bad)return Promise['reject'](Error(_0x4fbead(0x11f)));let _0xba7d03=this[_0x4fbead(0x120)]['getCollabEntity'](_0x5a8bad);if(!_0xba7d03)return Promise['reject'](Error(_0x4fbead(0x162)+_0x5a8bad+_0x4fbead(0x15e)));let _0x5f048a=_0xba7d03[_0x4fbead(0x156)][_0x4fbead(0x139)];if(_0x5f048a===e['CollaborationStatus'][_0x4fbead(0x154)])return Promise[_0x4fbead(0x114)]();let _0x16b83b=u(_0x5a8bad,_0x5f048a);if(_0x16b83b)return Promise[_0x4fbead(0x115)](_0x16b83b);let _0x320864=(_0x42725a=_0x3f496f[_0x4fbead(0x118)])==null?0x7530:_0x42725a;return new Promise((_0x50447f,_0x5a5dbd)=>{const _0x275dd6=_0x4fbead;let _0x34c6a5=!0x1,_0x2d088b=null,_0x7c7e63=setTimeout(()=>{const _0x1e58e7=_0x2db4;_0x34c6a5=!0x0,_0x2d088b==null||_0x2d088b['unsubscribe'](),_0x5a5dbd(Error(_0x1e58e7(0x128)+_0x5a8bad+'\x22\x20after\x20'+_0x320864+'ms.'));},_0x320864),_0x5c87a6=()=>{const _0x1e3589=_0x2db4;_0x34c6a5=!0x0,clearTimeout(_0x7c7e63),_0x2d088b==null||_0x2d088b[_0x1e3589(0x153)]();};_0x2d088b=_0xba7d03[_0x275dd6(0x144)][_0x275dd6(0x134)](_0x67ffa4=>{const _0x5a02d9=_0x275dd6;if(_0x34c6a5)return;if(_0x67ffa4===e[_0x5a02d9(0x160)][_0x5a02d9(0x154)]){_0x5c87a6(),_0x50447f();return;}let _0x253855=u(_0x5a8bad,_0x67ffa4);_0x253855&&(_0x5c87a6(),_0x5a5dbd(_0x253855));});});}[_0x22dc6c(0x150)](_0x451e4d){const _0xe526eb=_0x22dc6c;var _0x454001;return _0x451e4d||((_0x454001=this[_0xe526eb(0x13b)]['getFocusedUnit']())==null?void 0x0:_0x454001['getUnitId']());}};l=c([s(0x1,(0x0,n[_0x22dc6c(0x142)])(n[_0x22dc6c(0x12a)])),s(0x2,n['IUniverInstanceService']),s(0x3,(0x0,n[_0x22dc6c(0x142)])(r[_0x22dc6c(0x141)])),s(0x4,(0x0,n['Inject'])(e['CollaborationController']))],l);function u(_0x316cae,_0x22430c){const _0x1135a4=_0x22dc6c;return _0x22430c===e[_0x1135a4(0x160)][_0x1135a4(0x136)]||_0x22430c===e[_0x1135a4(0x160)]['NOT_COLLAB']?Error('[FCollaboration]:\x20Cannot\x20flush\x20unit\x20\x22'+_0x316cae+_0x1135a4(0x147)+_0x22430c+'.'):null;}var d=class extends t[_0x22dc6c(0x13f)]{[_0x22dc6c(0x138)](_0x1aa9cd){const _0xbdc720=_0x22dc6c;let _0x11f294=_0x1aa9cd['get'](e['CollaborationController']);this['disposeWithMe'](this[_0xbdc720(0x12e)](this[_0xbdc720(0x161)][_0xbdc720(0x152)],()=>{const _0x40e726=_0xbdc720;let _0xa0f2b=new n['DisposableCollection'](),_0x46b966=_0x11f294['entityInit$']['subscribe'](_0x126c15=>{const _0x5d50a2=_0x2db4;let _0xf0f2bd=_0x126c15['status$'][_0x5d50a2(0x134)](_0x2c52e8=>{const _0x403e5e=_0x5d50a2;let _0x4b5c24={'unitId':_0x126c15['unitID'],'status':_0x2c52e8};this[_0x403e5e(0x12b)](this[_0x403e5e(0x161)][_0x403e5e(0x152)],_0x4b5c24);});_0xa0f2b[_0x5d50a2(0x137)]((0x0,n[_0x5d50a2(0x123)])(_0xf0f2bd));});return _0xa0f2b[_0x40e726(0x137)]((0x0,n[_0x40e726(0x123)])(_0x46b966)),_0xa0f2b;}));}[_0x22dc6c(0x14a)](){const _0x228264=_0x22dc6c;return this[_0x228264(0x167)][_0x228264(0x11a)](l,{'getWorkbook':_0x509e02=>this[_0x228264(0x13c)](_0x509e02),'getDocument':_0x3d75fa=>this['getDocument'](_0x3d75fa),'getPresentation':_0x4b2a69=>this[_0x228264(0x14c)](_0x4b2a69),'getBase':_0x4d8a85=>this[_0x228264(0x14b)](_0x4d8a85),'getBoard':_0x171711=>this[_0x228264(0x129)](_0x171711)});}[_0x22dc6c(0x124)](_0x2c23a1,_0x437d48,_0x1e1000){const _0x38ec88=_0x22dc6c;return this[_0x38ec88(0x167)]['get'](e['DataLoaderService'])[_0x38ec88(0x11e)](_0x2c23a1,_0x437d48,_0x1e1000);}[_0x22dc6c(0x117)](_0x43b121,_0xcd47a,_0x4824e2){const _0x110d8a=_0x22dc6c;return this['_injector']['get'](e['DataLoaderService'])[_0x110d8a(0x163)](_0x43b121,_0xcd47a,_0x4824e2);}};function _0x2db4(_0x3a170a,_0x3eb85a){_0x3a170a=_0x3a170a-0x113;const _0x30382b=_0x3038();let _0x2db429=_0x30382b[_0x3a170a];return _0x2db429;}function _0x3038(){const _0x30d440=['registerEventHandler','loadDocAsync','loadSlide','FEnum','function','146OQPkRM','subscribe','getDocument','CONFLICT','add','_initialize','status','4nyDmYX','_univerInstanceService','getWorkbook','12794Mygora','867216tklkDc','FUniver','2621829EUIBLt','SnapshotService','Inject','waitForRoom$','status$','values','members$','\x22\x20while\x20collaboration\x20status\x20is\x20','_handler','switchMap','getCollaboration','getBase','getPresentation','toStringTag','loadSheetAsync','flush','_resolveUnitId','35DdPQCo','CollaborationStatusChanged','unsubscribe','SYNCED','FEventName','state','116611KujoYc','loadBase','getCollaborationStatus','NOT_COLLAB','getOwnPropertyDescriptor','2140tKOFZF','loadSlideAsync','\x22\x20is\x20not\x20in\x20collaboration\x20mode.','length','CollaborationStatus','Event','[FCollaboration]:\x20Unit\x20\x22','loadUnitOfRevision','decorate','extend','_snapshotService','_injector','loadBoard','get','resolve','reject','MemberService','loadServerUnitOfRevision','timeout','loadBaseAsync','createInstance','255624GPrHJy','defineProperty','179995hTezjG','loadUnit','[FCollaboration]:\x20Cannot\x20flush\x20because\x20no\x20unit\x20is\x20focused\x20or\x20specified.','_collaborationController','loadDoc','FBase','toDisposable','loadServerUnit','getCollabEntity','from','readyForCollab','[FCollaboration]:\x20Timed\x20out\x20flushing\x20unit\x20\x22','getBoard','Injector','fireEvent','11145339DwGWwd','loadSheet'];_0x3038=function(){return _0x30d440;};return _0x3038();}t[_0x22dc6c(0x13f)][_0x22dc6c(0x165)](d),Object[_0x22dc6c(0x11c)](exports,'FCollaboration',{'enumerable':!0x0,'get':function(){return l;}});
|