@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/cjs/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1fba58=_0x4a54;(function(_0x51b7d9,_0x594e37){const _0x470695=_0x4a54,_0x349ea7=_0x51b7d9();while(!![]){try{const _0x219411=-parseInt(_0x470695(0x82))/0x1*(parseInt(_0x470695(0x86))/0x2)+parseInt(_0x470695(0x7c))/0x3*(parseInt(_0x470695(0x7e))/0x4)+parseInt(_0x470695(0x85))/0x5*(parseInt(_0x470695(0x87))/0x6)+parseInt(_0x470695(0x80))/0x7*(parseInt(_0x470695(0x7d))/0x8)+parseInt(_0x470695(0x7a))/0x9+parseInt(_0x470695(0x7f))/0xa+-parseInt(_0x470695(0x81))/0xb;if(_0x219411===_0x594e37)break;else _0x349ea7['push'](_0x349ea7['shift']());}catch(_0x4b9412){_0x349ea7['push'](_0x349ea7['shift']());}}}(_0x5f53,0x5df94));let e=require(`@univerjs-pro/collaboration-client-ui`),t=require(`@univerjs/core/facade`);function _0x5f53(){const _0x145944=['_injector','5103540VAoMUe','RemoteUniscriptService','21jOFdYf','1730008cNOkxi','54820UuQWxI','3398850AHRTTO','21LqdtLS','18295992yiNCZw','1DcVlPW','extend','runOnServer','57170tYwdVo','396026pnqnwA','312suXJzB','FUniver'];_0x5f53=function(){return _0x145944;};return _0x5f53();}function _0x4a54(_0x423d60,_0x2eb982){_0x423d60=_0x423d60-0x78;const _0x5f5376=_0x5f53();let _0x4a541d=_0x5f5376[_0x423d60];return _0x4a541d;}var n=class extends t[_0x1fba58(0x78)]{[_0x1fba58(0x84)](_0x3c50f4,_0x2727ed,..._0x27a99e){const _0x6fc6f4=_0x1fba58;return this[_0x6fc6f4(0x79)]['get'](e[_0x6fc6f4(0x7b)])[_0x6fc6f4(0x84)](_0x3c50f4,_0x2727ed,{},..._0x27a99e);}};t[_0x1fba58(0x78)][_0x1fba58(0x83)](n);
|