@univerjs-pro/collaboration-client-ui 0.5.4 → 0.5.5-experimental.20250123-34738ff
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/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 -1
- 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/facade/f-univer.d.ts +5 -2
- package/lib/types/services/remote-uniscript/remote-uniscript.service.d.ts +2 -1
- package/lib/types/views/components/CollabStatus.d.ts +1 -1
- package/lib/types/views/components/CollabStatus.stories.d.ts +1 -2
- package/lib/umd/facade.js +1 -1
- 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 +20 -20
- 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/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 -55
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
package/lib/cjs/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';var _0x4c49fd=_0x56e0;(function(_0x2b3cec,_0x5332f8){var _0x331b19=_0x56e0,_0x2a3563=_0x2b3cec();while(!![]){try{var _0x23a35b=-parseInt(_0x331b19(0x1ef))/0x1*(-parseInt(_0x331b19(0x1f5))/0x2)+-parseInt(_0x331b19(0x1f3))/0x3+-parseInt(_0x331b19(0x1f1))/0x4+parseInt(_0x331b19(0x1f0))/0x5*(-parseInt(_0x331b19(0x1ed))/0x6)+-parseInt(_0x331b19(0x1fb))/0x7*(-parseInt(_0x331b19(0x1f8))/0x8)+-parseInt(_0x331b19(0x1ee))/0x9*(parseInt(_0x331b19(0x1f9))/0xa)+parseInt(_0x331b19(0x1f4))/0xb;if(_0x23a35b===_0x5332f8)break;else _0x2a3563['push'](_0x2a3563['shift']());}catch(_0x1ea381){_0x2a3563['push'](_0x2a3563['shift']());}}}(_0x44bf,0x45ad8));function _0x44bf(){var _0x2e109b=['16vPBAoA','162790KJvuBf','FUniverNodeRuntimeMixin','1278144YuaYCr','name','27786HhCzAs','288AVqnPJ','26CQTvlQ','230Ztptpe','1289940CmiEiB','defineProperty','1689573VWzMjx','15109336SVVNtF','12790EpNKyg','FUniver','@univerjs/core'];_0x44bf=function(){return _0x2e109b;};return _0x44bf();}function _0x56e0(_0x1b91b0,_0x4c968d){var _0x44bf92=_0x44bf();return _0x56e0=function(_0x56e00a,_0x2f0029){_0x56e00a=_0x56e00a-0x1ec;var _0x367400=_0x44bf92[_0x56e00a];return _0x367400;},_0x56e0(_0x1b91b0,_0x4c968d);}var __defProp=Object[_0x4c49fd(0x1f2)],__name=(_0x47f797,_0xa86426)=>__defProp(_0x47f797,_0x4c49fd(0x1ec),{'value':_0xa86426,'configurable':!0x0});const collaborationClientUi=require('@univerjs-pro/collaboration-client-ui'),core=require(_0x4c49fd(0x1f7)),_FUniverNodeRuntimeMixin=class _FUniverNodeRuntimeMixin extends core['FUniver']{['runOnServer'](_0x28d4c8,_0x3aebd7,..._0x2afc82){return this['_injector']['get'](collaborationClientUi['RemoteUniscriptService'])['runOnServer'](_0x28d4c8,_0x3aebd7,{},..._0x2afc82);}};__name(_FUniverNodeRuntimeMixin,_0x4c49fd(0x1fa));let FUniverNodeRuntimeMixin=_FUniverNodeRuntimeMixin;core[_0x4c49fd(0x1f6)]['extend'](FUniverNodeRuntimeMixin);
|