@univerjs-pro/collaboration-client-ui 1.0.0-alpha.2 → 1.0.0-alpha.3

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 (97) hide show
  1. package/README.md +6 -3
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  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/clipboard/docs/image/image-paste.controller.d.ts +1 -2
  66. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +31 -0
  67. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +21 -0
  68. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
  69. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +1 -1
  70. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +11 -0
  71. package/lib/types/index.d.ts +0 -2
  72. package/lib/types/models/cursor.d.ts +12 -8
  73. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +2 -0
  74. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +2 -2
  75. package/lib/types/views/shapes/text-bubble.shape.d.ts +1 -0
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +23 -22
package/lib/es/facade.js CHANGED
@@ -1 +1 @@
1
- var _0x50f08c=_0x2665;function _0x2665(_0xbe379d,_0x3fa99f){_0xbe379d=_0xbe379d-0x107;var _0x5ea4d4=_0x5ea4();var _0x266506=_0x5ea4d4[_0xbe379d];return _0x266506;}(function(_0x3d06dd,_0x4b5f68){var _0x596deb=_0x2665,_0x5933fc=_0x3d06dd();while(!![]){try{var _0x3d71ef=parseInt(_0x596deb(0x109))/0x1+-parseInt(_0x596deb(0x10e))/0x2+parseInt(_0x596deb(0x114))/0x3*(-parseInt(_0x596deb(0x112))/0x4)+parseInt(_0x596deb(0x110))/0x5*(-parseInt(_0x596deb(0x111))/0x6)+-parseInt(_0x596deb(0x10a))/0x7*(parseInt(_0x596deb(0x10c))/0x8)+-parseInt(_0x596deb(0x10d))/0x9+parseInt(_0x596deb(0x113))/0xa;if(_0x3d71ef===_0x4b5f68)break;else _0x5933fc['push'](_0x5933fc['shift']());}catch(_0x526798){_0x5933fc['push'](_0x5933fc['shift']());}}}(_0x5ea4,0x631c0));import{RemoteUniscriptService as _0xf64eff}from'@univerjs-pro/collaboration-client-ui';import{FUniver as _0x2d68b8}from'@univerjs/core/facade';var n=class extends _0x2d68b8{[_0x50f08c(0x108)](_0x25092e,_0x1696ea,..._0x419c1d){var _0xaa0d8=_0x50f08c;return this[_0xaa0d8(0x10f)][_0xaa0d8(0x107)](_0xf64eff)[_0xaa0d8(0x108)](_0x25092e,_0x1696ea,{},..._0x419c1d);}};_0x2d68b8[_0x50f08c(0x10b)](n);function _0x5ea4(){var _0x2edbb7=['264VcuIuz','2595492JsRaFg','114088uVTQNk','_injector','1885305tTCuJq','12GkFFXM','8xQVNhr','22773760sPyLzB','1139562IHNvLc','get','runOnServer','373575cIhjcI','81823OthXcc','extend'];_0x5ea4=function(){return _0x2edbb7;};return _0x5ea4();}export{};
1
+ var _0x2326a5=_0x535f;(function(_0x25beb7,_0x2261cf){var _0x24f614=_0x535f,_0x483c63=_0x25beb7();while(!![]){try{var _0x722729=parseInt(_0x24f614(0x1fe))/0x1*(parseInt(_0x24f614(0x200))/0x2)+parseInt(_0x24f614(0x1fb))/0x3+parseInt(_0x24f614(0x1f9))/0x4*(parseInt(_0x24f614(0x1fa))/0x5)+-parseInt(_0x24f614(0x1fd))/0x6+-parseInt(_0x24f614(0x1f4))/0x7+parseInt(_0x24f614(0x1f6))/0x8*(parseInt(_0x24f614(0x1f8))/0x9)+-parseInt(_0x24f614(0x1f5))/0xa;if(_0x722729===_0x2261cf)break;else _0x483c63['push'](_0x483c63['shift']());}catch(_0xb0b900){_0x483c63['push'](_0x483c63['shift']());}}}(_0x3b16,0xee130));function _0x3b16(){var _0x23aa2e=['1739907cdcApn','904vZNVKX','34705NsJoKM','1376268ejijXd','get','8715600wzkIAU','23TBkkPM','runOnServer','159434Itpvwr','extend','1280223NwWRpV','22168870cgIkxr','40foHBeG','_injector'];_0x3b16=function(){return _0x23aa2e;};return _0x3b16();}import{RemoteUniscriptService as _0x3ea60b}from'@univerjs-pro/collaboration-client-ui';function _0x535f(_0x475dac,_0x29f378){_0x475dac=_0x475dac-0x1f3;var _0x3b1641=_0x3b16();var _0x535f5a=_0x3b1641[_0x475dac];return _0x535f5a;}import{FUniver as _0x4d4c5e}from'@univerjs/core/facade';var n=class extends _0x4d4c5e{['runOnServer'](_0x23308e,_0xc94033,..._0x2d4831){var _0x11c92a=_0x535f;return this[_0x11c92a(0x1f7)][_0x11c92a(0x1fc)](_0x3ea60b)[_0x11c92a(0x1ff)](_0x23308e,_0xc94033,{},..._0x2d4831);}};_0x4d4c5e[_0x2326a5(0x1f3)](n);export{};