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

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 +19 -23
  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 _0x40ba13=_0x5437;function _0x5437(_0x232ba5,_0x56efa1){_0x232ba5=_0x232ba5-0x152;const _0x5b536c=_0x5b53();let _0x5437dd=_0x5b536c[_0x232ba5];return _0x5437dd;}(function(_0x4e2a0c,_0x27425f){const _0x121a02=_0x5437,_0x5d246d=_0x4e2a0c();while(!![]){try{const _0xfa635f=-parseInt(_0x121a02(0x152))/0x1+parseInt(_0x121a02(0x159))/0x2*(-parseInt(_0x121a02(0x155))/0x3)+-parseInt(_0x121a02(0x158))/0x4*(-parseInt(_0x121a02(0x15b))/0x5)+-parseInt(_0x121a02(0x153))/0x6+-parseInt(_0x121a02(0x15f))/0x7*(parseInt(_0x121a02(0x15c))/0x8)+-parseInt(_0x121a02(0x161))/0x9*(-parseInt(_0x121a02(0x160))/0xa)+-parseInt(_0x121a02(0x15e))/0xb*(-parseInt(_0x121a02(0x15a))/0xc);if(_0xfa635f===_0x27425f)break;else _0x5d246d['push'](_0x5d246d['shift']());}catch(_0x75c526){_0x5d246d['push'](_0x5d246d['shift']());}}}(_0x5b53,0x8fdee));let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');var n=class extends t[_0x40ba13(0x154)]{[_0x40ba13(0x156)](_0xa33635,_0x3bf55f,..._0x3e0305){const _0x13b95c=_0x40ba13;return this['_injector'][_0x13b95c(0x15d)](e[_0x13b95c(0x157)])['runOnServer'](_0xa33635,_0x3bf55f,{},..._0x3e0305);}};t['FUniver']['extend'](n);function _0x5b53(){const _0xf7232c=['6GOiqdn','runOnServer','RemoteUniscriptService','4RCdMhA','794538MjYViE','12tFlRzU','5105195QzmDdC','8xZpETG','get','34004641SEoZMg','8013047LKeZgi','16310rokabW','909WWViFT','779525EBimqO','5814138XJPmPu','FUniver'];_0x5b53=function(){return _0xf7232c;};return _0x5b53();}