@univerjs-pro/collaboration-client-ui 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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 (112) 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 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -0
  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 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  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 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -0
  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 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  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 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -0
  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 -0
  54. package/lib/locale/it-IT.js +1 -0
  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 -0
  58. package/lib/locale/pt-BR.js +1 -0
  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 -0
  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/collab-status/collab-status.controller.d.ts +1 -0
  70. package/lib/types/controllers/entity-ui/collaboration-entity-ui.controller.d.ts +1 -3
  71. package/lib/types/index.d.ts +1 -1
  72. package/lib/types/locale/ar-SA.d.ts +3 -0
  73. package/lib/types/locale/ca-ES.d.ts +1 -1
  74. package/lib/types/locale/de-DE.d.ts +3 -0
  75. package/lib/types/locale/en-US.d.ts +42 -40
  76. package/lib/types/locale/es-ES.d.ts +1 -1
  77. package/lib/types/locale/fr-FR.d.ts +1 -1
  78. package/lib/types/locale/id-ID.d.ts +3 -0
  79. package/lib/types/locale/it-IT.d.ts +3 -0
  80. package/lib/types/locale/pl-PL.d.ts +3 -0
  81. package/lib/types/locale/pt-BR.d.ts +3 -0
  82. package/lib/types/locale/ru-RU.d.ts +1 -1
  83. package/lib/types/locale/zh-HK.d.ts +3 -0
  84. package/lib/types/locale/zh-TW.d.ts +1 -1
  85. package/lib/types/models/cursor.d.ts +23 -0
  86. package/lib/types/plugin.d.ts +1 -1
  87. package/lib/types/services/local-cache/web-local-cache.service.d.ts +1 -0
  88. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +1 -1
  89. package/lib/types/views/components/CollabStatus.d.ts +1 -1
  90. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +15 -0
  91. package/lib/umd/facade.js +1 -1
  92. package/lib/umd/index.js +1 -1
  93. package/lib/umd/locale/ar-SA.js +1 -0
  94. package/lib/umd/locale/ca-ES.js +1 -1
  95. package/lib/umd/locale/de-DE.js +1 -0
  96. package/lib/umd/locale/en-US.js +1 -1
  97. package/lib/umd/locale/es-ES.js +1 -1
  98. package/lib/umd/locale/fa-IR.js +1 -1
  99. package/lib/umd/locale/fr-FR.js +1 -1
  100. package/lib/umd/locale/id-ID.js +1 -0
  101. package/lib/umd/locale/it-IT.js +1 -0
  102. package/lib/umd/locale/ja-JP.js +1 -1
  103. package/lib/umd/locale/ko-KR.js +1 -1
  104. package/lib/umd/locale/pl-PL.js +1 -0
  105. package/lib/umd/locale/pt-BR.js +1 -0
  106. package/lib/umd/locale/ru-RU.js +1 -1
  107. package/lib/umd/locale/sk-SK.js +1 -1
  108. package/lib/umd/locale/vi-VN.js +1 -1
  109. package/lib/umd/locale/zh-CN.js +1 -1
  110. package/lib/umd/locale/zh-HK.js +1 -0
  111. package/lib/umd/locale/zh-TW.js +1 -1
  112. package/package.json +23 -21
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- function _0x1422(){const _0xb70928=['1840924jeWjGq','FUniver','385902aCCXia','913pIByiq','runOnServer','RemoteUniscriptService','extend','1013832RdYjji','4208sDPABt','_injector','105020thlEAG','5lNIkvO','7848738EYfiul','1883rnHczJ','19857MyyoRp','106oVxzDH'];_0x1422=function(){return _0xb70928;};return _0x1422();}const _0x227745=_0x5ddf;(function(_0x2c967f,_0x1edff1){const _0x53c648=_0x5ddf,_0x203ddd=_0x2c967f();while(!![]){try{const _0x313831=parseInt(_0x53c648(0xf4))/0x1*(-parseInt(_0x53c648(0xf5))/0x2)+-parseInt(_0x53c648(0xed))/0x3+parseInt(_0x53c648(0xe6))/0x4*(parseInt(_0x53c648(0xf1))/0x5)+-parseInt(_0x53c648(0xe8))/0x6+parseInt(_0x53c648(0xf3))/0x7*(parseInt(_0x53c648(0xee))/0x8)+parseInt(_0x53c648(0xf2))/0x9+-parseInt(_0x53c648(0xf0))/0xa*(-parseInt(_0x53c648(0xe9))/0xb);if(_0x313831===_0x1edff1)break;else _0x203ddd['push'](_0x203ddd['shift']());}catch(_0x3d72f9){_0x203ddd['push'](_0x203ddd['shift']());}}}(_0x1422,0xd97a7));function _0x5ddf(_0x39ab41,_0x434e1d){_0x39ab41=_0x39ab41-0xe6;const _0x142273=_0x1422();let _0x5ddfd0=_0x142273[_0x39ab41];return _0x5ddfd0;}let e=require(`@univerjs-pro/collaboration-client-ui`),t=require(`@univerjs/core/facade`);var n=class extends t[_0x227745(0xe7)]{[_0x227745(0xea)](_0x100d8a,_0x236af7,..._0x419c63){const _0x627b83=_0x227745;return this[_0x627b83(0xef)]['get'](e[_0x627b83(0xeb)])[_0x627b83(0xea)](_0x100d8a,_0x236af7,{},..._0x419c63);}};t[_0x227745(0xe7)][_0x227745(0xec)](n);
1
+ const _0x3af9f6=_0x8d77;(function(_0x529c56,_0x25dd90){const _0x422fda=_0x8d77,_0x3d6739=_0x529c56();while(!![]){try{const _0xa32205=-parseInt(_0x422fda(0x1d6))/0x1+-parseInt(_0x422fda(0x1ce))/0x2+-parseInt(_0x422fda(0x1cf))/0x3*(parseInt(_0x422fda(0x1d7))/0x4)+parseInt(_0x422fda(0x1d5))/0x5*(parseInt(_0x422fda(0x1d2))/0x6)+-parseInt(_0x422fda(0x1d0))/0x7+parseInt(_0x422fda(0x1d8))/0x8+parseInt(_0x422fda(0x1d1))/0x9;if(_0xa32205===_0x25dd90)break;else _0x3d6739['push'](_0x3d6739['shift']());}catch(_0x25b6d5){_0x3d6739['push'](_0x3d6739['shift']());}}}(_0x5ece,0xbdf2e));function _0x5ece(){const _0x1d5e14=['240UDrmEP','10314560FLhPCX','runOnServer','1352994LTkrgU','29331GfDWLW','8971522XqOKlR','16994151dSSiLj','80868wbxCPt','FUniver','_injector','245vVMcHR','515188hxLpWR'];_0x5ece=function(){return _0x1d5e14;};return _0x5ece();}let e=require('@univerjs-pro/collaboration-client-ui'),t=require('@univerjs/core/facade');var n=class extends t['FUniver']{[_0x3af9f6(0x1d9)](_0x10aeb9,_0x5bc993,..._0x8127f6){const _0x240d2d=_0x3af9f6;return this[_0x240d2d(0x1d4)]['get'](e['RemoteUniscriptService'])[_0x240d2d(0x1d9)](_0x10aeb9,_0x5bc993,{},..._0x8127f6);}};function _0x8d77(_0x153250,_0x4b3cd1){_0x153250=_0x153250-0x1ce;const _0x5ecee2=_0x5ece();let _0x8d778f=_0x5ecee2[_0x153250];return _0x8d778f;}t[_0x3af9f6(0x1d3)]['extend'](n);