@univerjs-pro/collaboration-client-ui 0.25.0 → 1.0.0-alpha.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.
Files changed (99) 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 +6 -6
  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/{controllers/config.schema.d.ts → config/config.d.ts} +8 -0
  66. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
  67. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +34 -0
  68. package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +21 -0
  69. package/lib/types/controllers/entity-ui/collaboration-entity-ui.controller.d.ts +1 -3
  70. package/lib/types/index.d.ts +3 -2
  71. package/lib/types/locale/types.d.ts +3 -0
  72. package/lib/types/models/cursor.d.ts +23 -0
  73. package/lib/types/plugin.d.ts +1 -1
  74. package/lib/types/services/local-cache/web-local-cache.service.d.ts +1 -0
  75. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +1 -1
  76. package/lib/types/views/components/CollabStatus.d.ts +1 -1
  77. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +15 -0
  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 +23 -21
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- function _0x166a(){const _0x3a6da7=['extend','66KCtjNX','get','_injector','260fCTIYR','runOnServer','153rrdEFs','179400oykCoA','282bzebkO','FUniver','596080TKWBZl','1402MfFbUU','1357803yppCYK','RemoteUniscriptService','2641680xbIBQc','7357WCptGI','1035856lEsQYL'];_0x166a=function(){return _0x3a6da7;};return _0x166a();}const _0x3f5920=_0x5e05;(function(_0xcd8ad3,_0x4221d2){const _0x6584d4=_0x5e05,_0xe55012=_0xcd8ad3();while(!![]){try{const _0x35fccd=-parseInt(_0x6584d4(0x7f))/0x1*(parseInt(_0x6584d4(0x86))/0x2)+parseInt(_0x6584d4(0x76))/0x3+parseInt(_0x6584d4(0x7a))/0x4+parseInt(_0x6584d4(0x78))/0x5+parseInt(_0x6584d4(0x83))/0x6*(-parseInt(_0x6584d4(0x79))/0x7)+-parseInt(_0x6584d4(0x82))/0x8*(parseInt(_0x6584d4(0x81))/0x9)+-parseInt(_0x6584d4(0x85))/0xa*(parseInt(_0x6584d4(0x7c))/0xb);if(_0x35fccd===_0x4221d2)break;else _0xe55012['push'](_0xe55012['shift']());}catch(_0x40390f){_0xe55012['push'](_0xe55012['shift']());}}}(_0x166a,0x41c3b));let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');function _0x5e05(_0x3d09e3,_0x350e02){_0x3d09e3=_0x3d09e3-0x76;const _0x166a02=_0x166a();let _0x5e051a=_0x166a02[_0x3d09e3];return _0x5e051a;}var n=class extends t[_0x3f5920(0x84)]{[_0x3f5920(0x80)](_0x51976e,_0x2f294f,..._0x571eb9){const _0x5e7614=_0x3f5920;return this[_0x5e7614(0x7e)][_0x5e7614(0x7d)](e[_0x5e7614(0x77)])[_0x5e7614(0x80)](_0x51976e,_0x2f294f,{},..._0x571eb9);}};t[_0x3f5920(0x84)][_0x3f5920(0x7b)](n);
1
+ function _0x141e(_0x954890,_0x333ba7){_0x954890=_0x954890-0x1c0;const _0x1141f6=_0x1141();let _0x141e99=_0x1141f6[_0x954890];return _0x141e99;}const _0x321114=_0x141e;(function(_0xfe7acc,_0x16b316){const _0x598e45=_0x141e,_0x289d33=_0xfe7acc();while(!![]){try{const _0x131ad9=parseInt(_0x598e45(0x1c4))/0x1+-parseInt(_0x598e45(0x1cd))/0x2*(-parseInt(_0x598e45(0x1c3))/0x3)+-parseInt(_0x598e45(0x1cb))/0x4+parseInt(_0x598e45(0x1cf))/0x5+-parseInt(_0x598e45(0x1c9))/0x6*(-parseInt(_0x598e45(0x1c7))/0x7)+parseInt(_0x598e45(0x1cc))/0x8*(parseInt(_0x598e45(0x1c1))/0x9)+-parseInt(_0x598e45(0x1c6))/0xa;if(_0x131ad9===_0x16b316)break;else _0x289d33['push'](_0x289d33['shift']());}catch(_0x56802a){_0x289d33['push'](_0x289d33['shift']());}}}(_0x1141,0x5c651));let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');var n=class extends t[_0x321114(0x1c5)]{[_0x321114(0x1ce)](_0x590cef,_0xfc8bb2,..._0x5925fa){const _0x27a309=_0x321114;return this[_0x27a309(0x1c0)][_0x27a309(0x1c2)](e[_0x27a309(0x1ca)])[_0x27a309(0x1ce)](_0x590cef,_0xfc8bb2,{},..._0x5925fa);}};function _0x1141(){const _0x3343c6=['extend','1788GzDDXN','RemoteUniscriptService','1579032iuJSki','8WVStCb','130510FffIbn','runOnServer','2177570qWgBOt','_injector','1191573YoLMPn','get','15EvTsAi','102807IkIOqy','FUniver','9410720HnlGbG','16849XuWaYL'];_0x1141=function(){return _0x3343c6;};return _0x1141();}t[_0x321114(0x1c5)][_0x321114(0x1c8)](n);