@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/facade.js CHANGED
@@ -1 +1 @@
1
- var _0x15d0b5=_0x1291;(function(_0x29c80c,_0x59aa02){var _0x991aed=_0x1291,_0x59bb97=_0x29c80c();while(!![]){try{var _0x2ddca8=parseInt(_0x991aed(0x1ec))/0x1+-parseInt(_0x991aed(0x1e9))/0x2+parseInt(_0x991aed(0x1e6))/0x3+parseInt(_0x991aed(0x1ea))/0x4*(parseInt(_0x991aed(0x1e7))/0x5)+parseInt(_0x991aed(0x1e5))/0x6*(-parseInt(_0x991aed(0x1ed))/0x7)+-parseInt(_0x991aed(0x1e3))/0x8*(-parseInt(_0x991aed(0x1eb))/0x9)+-parseInt(_0x991aed(0x1e4))/0xa;if(_0x2ddca8===_0x59aa02)break;else _0x59bb97['push'](_0x59bb97['shift']());}catch(_0x3c0edd){_0x59bb97['push'](_0x59bb97['shift']());}}}(_0x5c07,0x40ab1));function _0x1291(_0x2103b2,_0x190d0c){_0x2103b2=_0x2103b2-0x1e3;var _0x5c0787=_0x5c07();var _0x1291da=_0x5c0787[_0x2103b2];return _0x1291da;}import{RemoteUniscriptService as _0x213f5b}from'@univerjs-pro/collaboration-client-ui';import{FUniver as _0x4740be}from'@univerjs/core/facade';function _0x5c07(){var _0x482a70=['48552rFajOe','59769xcgnIQ','384473zFsKwS','294BUyfUr','get','600wCzVpd','2718470FNlJns','50490TgmacP','69021nwXtim','5hUdggC','runOnServer','55070yaICTy'];_0x5c07=function(){return _0x482a70;};return _0x5c07();}var n=class extends _0x4740be{[_0x15d0b5(0x1e8)](_0x5a17a0,_0x94e9d,..._0xd279f1){var _0x15e6d5=_0x15d0b5;return this['_injector'][_0x15e6d5(0x1ee)](_0x213f5b)[_0x15e6d5(0x1e8)](_0x5a17a0,_0x94e9d,{},..._0xd279f1);}};_0x4740be['extend'](n);export{};
1
+ var _0x6c2b40=_0x4679;(function(_0x36260d,_0x1878c4){var _0x570893=_0x4679,_0xa3f37c=_0x36260d();while(!![]){try{var _0x33ecf1=parseInt(_0x570893(0xb6))/0x1*(-parseInt(_0x570893(0xae))/0x2)+-parseInt(_0x570893(0xb5))/0x3*(parseInt(_0x570893(0xb8))/0x4)+-parseInt(_0x570893(0xba))/0x5*(parseInt(_0x570893(0xb7))/0x6)+parseInt(_0x570893(0xad))/0x7*(parseInt(_0x570893(0xb1))/0x8)+-parseInt(_0x570893(0xb9))/0x9*(parseInt(_0x570893(0xab))/0xa)+parseInt(_0x570893(0xb2))/0xb*(parseInt(_0x570893(0xaf))/0xc)+-parseInt(_0x570893(0xb4))/0xd*(-parseInt(_0x570893(0xb3))/0xe);if(_0x33ecf1===_0x1878c4)break;else _0xa3f37c['push'](_0xa3f37c['shift']());}catch(_0x444e7f){_0xa3f37c['push'](_0xa3f37c['shift']());}}}(_0x41c9,0xc7e74));import{RemoteUniscriptService as _0x1efc41}from'@univerjs-pro/collaboration-client-ui';function _0x41c9(){var _0x3e97a5=['runOnServer','extend','24550OnlSSU','_injector','892801Xikyrf','30vawTwt','4740EAKCbs','get','8lbnxxH','36289DWNBGo','784uNQtHU','644644TPlNSi','2970GtLUCt','88471LfHnqt','1033326bYaPFj','1592BwlzfB','4851pAhssd','10cvHatC'];_0x41c9=function(){return _0x3e97a5;};return _0x41c9();}function _0x4679(_0x2b4f17,_0x6c1130){_0x2b4f17=_0x2b4f17-0xaa;var _0x41c9cb=_0x41c9();var _0x467903=_0x41c9cb[_0x2b4f17];return _0x467903;}import{FUniver as _0xb044e1}from'@univerjs/core/facade';var n=class extends _0xb044e1{[_0x6c2b40(0xbb)](_0x1b464e,_0x3b87ad,..._0xf1f35a){var _0x518fcc=_0x6c2b40;return this[_0x518fcc(0xac)][_0x518fcc(0xb0)](_0x1efc41)['runOnServer'](_0x1b464e,_0x3b87ad,{},..._0xf1f35a);}};_0xb044e1[_0x6c2b40(0xaa)](n);export{};
package/lib/index.css CHANGED
@@ -79,8 +79,8 @@
79
79
  border-style: none;
80
80
  }
81
81
 
82
- .univer-bg-gray-700 {
83
- background-color: var(--univer-gray-700);
82
+ .\!univer-bg-gray-700 {
83
+ background-color: var(--univer-gray-700) !important;
84
84
  }
85
85
 
86
86
  .univer-bg-primary-500 {
@@ -183,10 +183,10 @@
183
183
  --univer-tw-ring-offset-width: 2px;
184
184
  }
185
185
 
186
- .dark\:hover\:univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
187
- background-color: var(--univer-gray-700);
186
+ .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
187
+ background-color: var(--univer-gray-700) !important;
188
188
  }
189
189
 
190
- .dark\:focus\:univer-ring-offset-gray-800:focus:where(.univer-dark, .univer-dark *) {
191
- --univer-tw-ring-offset-color: var(--univer-gray-800);
190
+ .dark\:focus\:\!univer-ring-offset-gray-800:focus:where(.univer-dark, .univer-dark *) {
191
+ --univer-tw-ring-offset-color: var(--univer-gray-800) !important;
192
192
  }