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

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 (89) 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 +87 -0
  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/snapshot-loading/snapshot-loading.controller.d.ts +36 -0
  66. package/lib/types/locale/en-US.d.ts +5 -0
  67. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +15 -0
  68. package/lib/umd/facade.js +1 -1
  69. package/lib/umd/index.js +1 -1
  70. package/lib/umd/locale/ar-SA.js +1 -1
  71. package/lib/umd/locale/ca-ES.js +1 -1
  72. package/lib/umd/locale/de-DE.js +1 -1
  73. package/lib/umd/locale/en-US.js +1 -1
  74. package/lib/umd/locale/es-ES.js +1 -1
  75. package/lib/umd/locale/fa-IR.js +1 -1
  76. package/lib/umd/locale/fr-FR.js +1 -1
  77. package/lib/umd/locale/id-ID.js +1 -1
  78. package/lib/umd/locale/it-IT.js +1 -1
  79. package/lib/umd/locale/ja-JP.js +1 -1
  80. package/lib/umd/locale/ko-KR.js +1 -1
  81. package/lib/umd/locale/pl-PL.js +1 -1
  82. package/lib/umd/locale/pt-BR.js +1 -1
  83. package/lib/umd/locale/ru-RU.js +1 -1
  84. package/lib/umd/locale/sk-SK.js +1 -1
  85. package/lib/umd/locale/vi-VN.js +1 -1
  86. package/lib/umd/locale/zh-CN.js +1 -1
  87. package/lib/umd/locale/zh-HK.js +1 -1
  88. package/lib/umd/locale/zh-TW.js +1 -1
  89. package/package.json +22 -22
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- function _0x404e(){const _0x367feb=['36OsEMjw','runOnServer','extend','2265747cYfyJf','get','322FVzCas','221360eorUlq','27245894klfSHi','422696QWUyjy','_injector','12DdfIit','161334ejRFWw','2PLbWPV','527227UQaNfO','RemoteUniscriptService','200wcsLLc','1196615OlSEOB','12UofdHK','FUniver'];_0x404e=function(){return _0x367feb;};return _0x404e();}const _0x2dff6c=_0x4b43;function _0x4b43(_0xd17aef,_0x36df95){_0xd17aef=_0xd17aef-0xae;const _0x404ea6=_0x404e();let _0x4b43a5=_0x404ea6[_0xd17aef];return _0x4b43a5;}(function(_0x3ecdea,_0x8c5351){const _0x558443=_0x4b43,_0x50da8b=_0x3ecdea();while(!![]){try{const _0x4ef9ab=-parseInt(_0x558443(0xb0))/0x1*(-parseInt(_0x558443(0xaf))/0x2)+-parseInt(_0x558443(0xb6))/0x3*(-parseInt(_0x558443(0xbe))/0x4)+-parseInt(_0x558443(0xb3))/0x5*(parseInt(_0x558443(0xc0))/0x6)+-parseInt(_0x558443(0xbb))/0x7*(-parseInt(_0x558443(0xbc))/0x8)+parseInt(_0x558443(0xae))/0x9*(parseInt(_0x558443(0xb2))/0xa)+-parseInt(_0x558443(0xb9))/0xb+parseInt(_0x558443(0xb4))/0xc*(-parseInt(_0x558443(0xbd))/0xd);if(_0x4ef9ab===_0x8c5351)break;else _0x50da8b['push'](_0x50da8b['shift']());}catch(_0x41404b){_0x50da8b['push'](_0x50da8b['shift']());}}}(_0x404e,0x9dc32));let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');var n=class extends t['FUniver']{[_0x2dff6c(0xb7)](_0x434dfa,_0x42bf7a,..._0x17dd7e){const _0x15f22e=_0x2dff6c;return this[_0x15f22e(0xbf)][_0x15f22e(0xba)](e[_0x15f22e(0xb1)])[_0x15f22e(0xb7)](_0x434dfa,_0x42bf7a,{},..._0x17dd7e);}};t[_0x2dff6c(0xb5)][_0x2dff6c(0xb8)](n);
1
+ const _0x2068fc=_0x331b;(function(_0x230848,_0x126f71){const _0x21159d=_0x331b,_0x47f0b2=_0x230848();while(!![]){try{const _0x5f1790=parseInt(_0x21159d(0x123))/0x1+-parseInt(_0x21159d(0x120))/0x2*(parseInt(_0x21159d(0x11e))/0x3)+-parseInt(_0x21159d(0x11d))/0x4*(-parseInt(_0x21159d(0x124))/0x5)+-parseInt(_0x21159d(0x126))/0x6+-parseInt(_0x21159d(0x11f))/0x7*(parseInt(_0x21159d(0x121))/0x8)+-parseInt(_0x21159d(0x11c))/0x9+-parseInt(_0x21159d(0x127))/0xa*(-parseInt(_0x21159d(0x122))/0xb);if(_0x5f1790===_0x126f71)break;else _0x47f0b2['push'](_0x47f0b2['shift']());}catch(_0x44327c){_0x47f0b2['push'](_0x47f0b2['shift']());}}}(_0x52d4,0x397de));let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');function _0x331b(_0xe9a62c,_0x4326aa){_0xe9a62c=_0xe9a62c-0x119;const _0x52d4e0=_0x52d4();let _0x331b64=_0x52d4e0[_0xe9a62c];return _0x331b64;}var n=class extends t[_0x2068fc(0x119)]{[_0x2068fc(0x125)](_0x35e10e,_0x32c7e4,..._0x180246){const _0x57252b=_0x2068fc;return this[_0x57252b(0x11b)]['get'](e['RemoteUniscriptService'])[_0x57252b(0x125)](_0x35e10e,_0x32c7e4,{},..._0x180246);}};function _0x52d4(){const _0x5da630=['runOnServer','1476990pnPcPE','13687270tLCXaK','FUniver','extend','_injector','3204279WtiCmz','4WEeijK','6ApGUGP','47033YOzuZl','380942aMKjcs','472vIMIBj','11fGuVBx','171209XVHjxf','375545lWunKz'];_0x52d4=function(){return _0x5da630;};return _0x52d4();}t[_0x2068fc(0x119)][_0x2068fc(0x11a)](n);