@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
@@ -1 +1 @@
1
- const _0x13df34=_0x51fe;(function(_0x5392f8,_0x5cb8f8){const _0x842d7b=_0x51fe,_0x2380ab=_0x5392f8();while(!![]){try{const _0x49e14e=parseInt(_0x842d7b(0x181))/0x1+-parseInt(_0x842d7b(0x180))/0x2*(parseInt(_0x842d7b(0x186))/0x3)+-parseInt(_0x842d7b(0x18d))/0x4*(-parseInt(_0x842d7b(0x191))/0x5)+-parseInt(_0x842d7b(0x18c))/0x6*(parseInt(_0x842d7b(0x18a))/0x7)+-parseInt(_0x842d7b(0x189))/0x8*(parseInt(_0x842d7b(0x195))/0x9)+parseInt(_0x842d7b(0x185))/0xa+parseInt(_0x842d7b(0x17f))/0xb*(parseInt(_0x842d7b(0x17e))/0xc);if(_0x49e14e===_0x5cb8f8)break;else _0x2380ab['push'](_0x2380ab['shift']());}catch(_0x42e252){_0x2380ab['push'](_0x2380ab['shift']());}}}(_0x505d,0xe5181));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':_0x13df34(0x194),'conflict':'編輯衝突','notCollab':_0x13df34(0x18e),'synced':_0x13df34(0x193),'syncing':_0x13df34(0x17c),'offline':_0x13df34(0x17d)},'session':{'connection-failed':_0x13df34(0x183),'will-retry':_0x13df34(0x190),'room-full':_0x13df34(0x184),'collaboration-timeout':'伺服器未回應協作請求,您的編輯將儲存在本機。'},'conflict':{'title':'協作衝突','content':_0x13df34(0x18f)},'permission':{'title':_0x13df34(0x18b),'content':_0x13df34(0x182)},'collaboration':{'offline-data-not-saved':'您有未儲存至伺服器的離線編輯,請檢查網路後重試。','single-unit':{'warning':'您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。'},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0x13df34(0x187)},'formula':{'calculation':{'started':_0x13df34(0x188),'waiting':_0x13df34(0x192),'unable':'目前無法執行公式計算,請稍後重試。'}}}};function _0x51fe(_0x577004,_0x387b08){_0x577004=_0x577004-0x17c;const _0x505dc7=_0x505d();let _0x51fe91=_0x505dc7[_0x577004];return _0x51fe91;}function _0x505d(){const _0x4d7825=['協作房間已滿,您的編輯將暫存於本機。','10702410sDUaBP','16419aJmwND','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','公式計算已開始。','496Bizpms','49dwaNAo','認證錯誤','282138VaBfAo','80716cqFzvA','本機檔案','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','連線失敗,將在稍後重試連線。','255GdFHJZ','公式計算佇列已滿,正在等待可用資源...','已同步','正在擷取伺服器資料...','180117lzEhCV','同步中...','已離線,編輯將儲存在本機','905964uRwrWN','143ySmaYm','254zXMGiL','122576OjMhCX','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','連線失敗,請檢查您的網路。'];_0x505d=function(){return _0x4d7825;};return _0x505d();}module['exports']=e;
1
+ const _0x7c67fa=_0x2761;(function(_0x42f860,_0x2527d4){const _0x550409=_0x2761,_0x12117d=_0x42f860();while(!![]){try{const _0x3e6550=-parseInt(_0x550409(0xe7))/0x1*(parseInt(_0x550409(0xe5))/0x2)+-parseInt(_0x550409(0xee))/0x3*(-parseInt(_0x550409(0xef))/0x4)+parseInt(_0x550409(0xf5))/0x5+-parseInt(_0x550409(0xfb))/0x6*(-parseInt(_0x550409(0xe9))/0x7)+-parseInt(_0x550409(0xf3))/0x8+parseInt(_0x550409(0xeb))/0x9*(-parseInt(_0x550409(0xf0))/0xa)+parseInt(_0x550409(0xf9))/0xb;if(_0x3e6550===_0x2527d4)break;else _0x12117d['push'](_0x12117d['shift']());}catch(_0x5eb63c){_0x12117d['push'](_0x12117d['shift']());}}}(_0x35c6,0x39863));function _0x2761(_0x2fc8ac,_0x513502){_0x2fc8ac=_0x2fc8ac-0xe1;const _0x35c6bd=_0x35c6();let _0x276158=_0x35c6bd[_0x2fc8ac];return _0x276158;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':_0x7c67fa(0xfe),'conflict':_0x7c67fa(0xfa),'notCollab':_0x7c67fa(0xe4),'synced':_0x7c67fa(0xf7),'syncing':_0x7c67fa(0xe3),'offline':_0x7c67fa(0xf4)},'session':{'connection-failed':_0x7c67fa(0xec),'will-retry':_0x7c67fa(0xf8),'room-full':_0x7c67fa(0xf2),'collaboration-timeout':_0x7c67fa(0xfd)},'conflict':{'title':'協作衝突','content':_0x7c67fa(0xea)},'permission':{'title':_0x7c67fa(0xe8),'content':_0x7c67fa(0xf6)},'collaboration':{'offline-data-not-saved':_0x7c67fa(0xed),'single-unit':{'warning':_0x7c67fa(0xf1)},'closeRoom':_0x7c67fa(0xe1)},'auth':{'needGotoLoginAlert':_0x7c67fa(0xe2)},'formula':{'calculation':{'started':_0x7c67fa(0xe6),'waiting':_0x7c67fa(0xfc),'unable':'目前無法執行公式計算,請稍後重試。'}}}};function _0x35c6(){const _0x25a483=['3599680tJbVVk','已離線,編輯將儲存在本機','1039555SgbKFX','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','已同步','連線失敗,將在稍後重試連線。','4199272iJEodp','編輯衝突','13278Cawkgp','公式計算佇列已滿,正在等待可用資源...','伺服器未回應協作請求,您的編輯將儲存在本機。','正在擷取伺服器資料...','由於協作房間已關閉,編輯權限已被收回。','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','同步中...','本機檔案','17958THBWZW','公式計算已開始。','17ymnXTW','認證錯誤','588svxsIy','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','355374CPXFsT','連線失敗,請檢查您的網路。','您有未儲存至伺服器的離線編輯,請檢查網路後重試。','153FJwPGk','8012IihEMK','10RBBWFm','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','協作房間已滿,您的編輯將暫存於本機。'];_0x35c6=function(){return _0x25a483;};return _0x35c6();}module['exports']=e;
package/lib/es/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{};