@univerjs-pro/collaboration-client-ui 1.0.0-beta.0 → 1.0.0-beta.1

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.
Files changed (104) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +10 -22
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/update-remote-unit-presence.operation.d.ts +25 -0
  66. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -4
  67. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor-entity.d.ts +38 -0
  68. package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor.controller.d.ts +21 -0
  69. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +8 -13
  70. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +1 -2
  71. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +3 -15
  72. package/lib/types/locale/en-US.d.ts +0 -1
  73. package/lib/types/models/cursor.d.ts +0 -25
  74. package/lib/types/plugin.d.ts +3 -2
  75. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +3 -3
  76. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +0 -4
  77. package/lib/types/views/shapes/doc-collab-cursor.d.ts +6 -1
  78. package/lib/umd/facade.js +1 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +17 -21
  100. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +0 -31
  101. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +0 -21
  102. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +0 -34
  103. package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +0 -21
  104. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +0 -15
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- function _0x3992(){const _0x2fd2e0=['895464JxjVqB','_injector','30pKqgXU','RemoteUniscriptService','14ZntCzf','2348034lfexHI','245971lMzMcL','FUniver','runOnServer','240164tTMITP','3UAndag','8597172EIzoLO','extend','135fhfnAq','155248GQDAqX','1105726wJdyiK','135fvRXev'];_0x3992=function(){return _0x2fd2e0;};return _0x3992();}function _0x3378(_0x3f3d10,_0x46a024){_0x3f3d10=_0x3f3d10-0x11e;const _0x39921c=_0x3992();let _0x3378a5=_0x39921c[_0x3f3d10];return _0x3378a5;}const _0x220c3e=_0x3378;(function(_0x43156f,_0x4c1520){const _0x3b5c1e=_0x3378,_0x2e8719=_0x43156f();while(!![]){try{const _0x3a52af=-parseInt(_0x3b5c1e(0x125))/0x1*(-parseInt(_0x3b5c1e(0x12a))/0x2)+-parseInt(_0x3b5c1e(0x12c))/0x3+parseInt(_0x3b5c1e(0x124))/0x4*(-parseInt(_0x3b5c1e(0x12b))/0x5)+-parseInt(_0x3b5c1e(0x120))/0x6*(-parseInt(_0x3b5c1e(0x11f))/0x7)+-parseInt(_0x3b5c1e(0x129))/0x8*(parseInt(_0x3b5c1e(0x128))/0x9)+parseInt(_0x3b5c1e(0x12e))/0xa*(-parseInt(_0x3b5c1e(0x121))/0xb)+parseInt(_0x3b5c1e(0x126))/0xc;if(_0x3a52af===_0x4c1520)break;else _0x2e8719['push'](_0x2e8719['shift']());}catch(_0x501e8c){_0x2e8719['push'](_0x2e8719['shift']());}}}(_0x3992,0xd6d3a));let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');var n=class extends t[_0x220c3e(0x122)]{[_0x220c3e(0x123)](_0x1bdfba,_0xe0f5a,..._0x5672c9){const _0x30f821=_0x220c3e;return this[_0x30f821(0x12d)]['get'](e[_0x30f821(0x11e)])['runOnServer'](_0x1bdfba,_0xe0f5a,{},..._0x5672c9);}};t[_0x220c3e(0x122)][_0x220c3e(0x127)](n);
1
+ const _0x32c343=_0x8702;function _0x10a2(){const _0x4e5cf8=['2026SIiMkx','17312GKjFDs','10hAPakP','1901238VrivqB','2415393JCezBU','25ZqIvsM','FUniver','6955003KtXVeY','runOnServer','28AbcrvL','extend','560kcoqIn','get','1000323VBhGHk','234620WUfnwU'];_0x10a2=function(){return _0x4e5cf8;};return _0x10a2();}(function(_0x1c9926,_0xe5ca29){const _0xccac89=_0x8702,_0x2ebd65=_0x1c9926();while(!![]){try{const _0x249520=-parseInt(_0xccac89(0xa4))/0x1*(-parseInt(_0xccac89(0xaa))/0x2)+parseInt(_0xccac89(0xa8))/0x3+-parseInt(_0xccac89(0xa9))/0x4*(parseInt(_0xccac89(0xa0))/0x5)+parseInt(_0xccac89(0xad))/0x6+-parseInt(_0xccac89(0xa6))/0x7*(-parseInt(_0xccac89(0xab))/0x8)+parseInt(_0xccac89(0x9f))/0x9+-parseInt(_0xccac89(0xac))/0xa*(parseInt(_0xccac89(0xa2))/0xb);if(_0x249520===_0xe5ca29)break;else _0x2ebd65['push'](_0x2ebd65['shift']());}catch(_0x4a3a5f){_0x2ebd65['push'](_0x2ebd65['shift']());}}}(_0x10a2,0x2f843));let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');function _0x8702(_0x2f5189,_0x12c243){_0x2f5189=_0x2f5189-0x9f;const _0x10a22d=_0x10a2();let _0x870238=_0x10a22d[_0x2f5189];return _0x870238;}var n=class extends t[_0x32c343(0xa1)]{[_0x32c343(0xa3)](_0x1590f1,_0xea8744,..._0x45ca2a){const _0x6bed2d=_0x32c343;return this['_injector'][_0x6bed2d(0xa7)](e['RemoteUniscriptService'])[_0x6bed2d(0xa3)](_0x1590f1,_0xea8744,{},..._0x45ca2a);}};t[_0x32c343(0xa1)][_0x32c343(0xa5)](n);