@univerjs-pro/collaboration-client-ui 0.17.0 → 0.18.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 (95) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.css +41 -1
  31. package/lib/index.js +1 -1
  32. package/lib/locale/ca-ES.js +1 -1
  33. package/lib/locale/en-US.js +1 -1
  34. package/lib/locale/es-ES.js +1 -1
  35. package/lib/locale/fa-IR.js +1 -1
  36. package/lib/locale/fr-FR.js +1 -1
  37. package/lib/locale/ja-JP.js +1 -1
  38. package/lib/locale/ko-KR.js +1 -1
  39. package/lib/locale/ru-RU.js +1 -1
  40. package/lib/locale/sk-SK.js +1 -1
  41. package/lib/locale/vi-VN.js +1 -1
  42. package/lib/locale/zh-CN.js +1 -1
  43. package/lib/locale/zh-TW.js +1 -1
  44. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -2
  45. package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +7 -5
  46. package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +3 -2
  47. package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +1 -1
  48. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +6 -5
  49. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +3 -2
  50. package/lib/types/controllers/config.schema.d.ts +1 -1
  51. package/lib/types/locale/ca-ES.d.ts +1 -1
  52. package/lib/types/locale/es-ES.d.ts +1 -1
  53. package/lib/types/locale/fa-IR.d.ts +1 -1
  54. package/lib/types/locale/fr-FR.d.ts +1 -1
  55. package/lib/types/locale/ja-JP.d.ts +1 -1
  56. package/lib/types/locale/ko-KR.d.ts +1 -1
  57. package/lib/types/locale/ru-RU.d.ts +1 -1
  58. package/lib/types/locale/sk-SK.d.ts +1 -1
  59. package/lib/types/locale/vi-VN.d.ts +1 -1
  60. package/lib/types/locale/zh-CN.d.ts +1 -1
  61. package/lib/types/locale/zh-TW.d.ts +1 -1
  62. package/lib/types/models/cursor.d.ts +2 -2
  63. package/lib/types/plugin.d.ts +1 -1
  64. package/lib/types/services/collaboration-socket/collaboration-socket.service.d.ts +4 -2
  65. package/lib/types/services/formula-calculation-guard/util.d.ts +1 -1
  66. package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +2 -1
  67. package/lib/types/services/local-cache/web-local-cache.service.d.ts +6 -4
  68. package/lib/types/services/network-condition/network-condition.d.ts +2 -2
  69. package/lib/types/services/remote-uniscript/remote-uniscript.service.d.ts +1 -1
  70. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +3 -2
  71. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +2 -1
  72. package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +5 -4
  73. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +2 -1
  74. package/lib/types/services/url/url.service.d.ts +2 -2
  75. package/lib/types/services/url/web-url.service.d.ts +2 -2
  76. package/lib/types/views/components/CollabStatus.d.ts +1 -1
  77. package/lib/types/views/components/CollabStatus.stories.d.ts +1 -1
  78. package/lib/types/views/shapes/doc-collab-cursor.d.ts +2 -2
  79. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +3 -2
  80. package/lib/types/views/shapes/text-bubble.shape.d.ts +2 -1
  81. package/lib/umd/facade.js +1 -1
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-TW.js +1 -1
  95. package/package.json +20 -19
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- 'use strict';const _0x3d6c5b=_0x42ba;(function(_0x43ec87,_0x55eef5){const _0x4701b4=_0x42ba,_0x157e7f=_0x43ec87();while(!![]){try{const _0x3c9990=parseInt(_0x4701b4(0x9d))/0x1+parseInt(_0x4701b4(0xa6))/0x2+-parseInt(_0x4701b4(0xa7))/0x3+parseInt(_0x4701b4(0x9f))/0x4*(-parseInt(_0x4701b4(0x9e))/0x5)+parseInt(_0x4701b4(0x9c))/0x6*(-parseInt(_0x4701b4(0xa2))/0x7)+parseInt(_0x4701b4(0xa8))/0x8*(parseInt(_0x4701b4(0xa0))/0x9)+parseInt(_0x4701b4(0xa1))/0xa;if(_0x3c9990===_0x55eef5)break;else _0x157e7f['push'](_0x157e7f['shift']());}catch(_0x1af607){_0x157e7f['push'](_0x157e7f['shift']());}}}(_0x1807,0x5f882));function _0x1807(){const _0x131af8=['781578KZqlVV','5LAgQXc','1560616YfZFsq','9Brmdmm','5892150PqQgaS','7XJLiDm','RemoteUniscriptService','FUniver','get','970162GiSScE','2144232frviFX','751336lXnQrb','extend','runOnServer','2721570yDavRS'];_0x1807=function(){return _0x131af8;};return _0x1807();}function _0x42ba(_0x48466b,_0x29be27){_0x48466b=_0x48466b-0x9c;const _0x180716=_0x1807();let _0x42ba2e=_0x180716[_0x48466b];return _0x42ba2e;}const t=require('@univerjs-pro/collaboration-client-ui'),e=require('@univerjs/core/facade');class c extends e['FUniver']{[_0x3d6c5b(0xaa)](_0x3ccf65,_0x1fb906,..._0x42e1d7){const _0x7039a7=_0x3d6c5b;return this['_injector'][_0x7039a7(0xa5)](t[_0x7039a7(0xa3)])[_0x7039a7(0xaa)](_0x3ccf65,_0x1fb906,{},..._0x42e1d7);}}e[_0x3d6c5b(0xa4)][_0x3d6c5b(0xa9)](c);
1
+ const _0x1fba58=_0x4a54;(function(_0x51b7d9,_0x594e37){const _0x470695=_0x4a54,_0x349ea7=_0x51b7d9();while(!![]){try{const _0x219411=-parseInt(_0x470695(0x82))/0x1*(parseInt(_0x470695(0x86))/0x2)+parseInt(_0x470695(0x7c))/0x3*(parseInt(_0x470695(0x7e))/0x4)+parseInt(_0x470695(0x85))/0x5*(parseInt(_0x470695(0x87))/0x6)+parseInt(_0x470695(0x80))/0x7*(parseInt(_0x470695(0x7d))/0x8)+parseInt(_0x470695(0x7a))/0x9+parseInt(_0x470695(0x7f))/0xa+-parseInt(_0x470695(0x81))/0xb;if(_0x219411===_0x594e37)break;else _0x349ea7['push'](_0x349ea7['shift']());}catch(_0x4b9412){_0x349ea7['push'](_0x349ea7['shift']());}}}(_0x5f53,0x5df94));let e=require(`@univerjs-pro/collaboration-client-ui`),t=require(`@univerjs/core/facade`);function _0x5f53(){const _0x145944=['_injector','5103540VAoMUe','RemoteUniscriptService','21jOFdYf','1730008cNOkxi','54820UuQWxI','3398850AHRTTO','21LqdtLS','18295992yiNCZw','1DcVlPW','extend','runOnServer','57170tYwdVo','396026pnqnwA','312suXJzB','FUniver'];_0x5f53=function(){return _0x145944;};return _0x5f53();}function _0x4a54(_0x423d60,_0x2eb982){_0x423d60=_0x423d60-0x78;const _0x5f5376=_0x5f53();let _0x4a541d=_0x5f5376[_0x423d60];return _0x4a541d;}var n=class extends t[_0x1fba58(0x78)]{[_0x1fba58(0x84)](_0x3c50f4,_0x2727ed,..._0x27a99e){const _0x6fc6f4=_0x1fba58;return this[_0x6fc6f4(0x79)]['get'](e[_0x6fc6f4(0x7b)])[_0x6fc6f4(0x84)](_0x3c50f4,_0x2727ed,{},..._0x27a99e);}};t[_0x1fba58(0x78)][_0x1fba58(0x83)](n);