@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
- (function(_0x17c90c,_0x5a3fc6){var _0xf7a8f1=_0x480f,_0x4bc387=_0x17c90c();while(!![]){try{var _0xd2f791=parseInt(_0xf7a8f1(0xee))/0x1+-parseInt(_0xf7a8f1(0xe7))/0x2+-parseInt(_0xf7a8f1(0xfb))/0x3+parseInt(_0xf7a8f1(0xec))/0x4+parseInt(_0xf7a8f1(0xe8))/0x5+parseInt(_0xf7a8f1(0xe9))/0x6+-parseInt(_0xf7a8f1(0xfa))/0x7*(parseInt(_0xf7a8f1(0xea))/0x8);if(_0xd2f791===_0x5a3fc6)break;else _0x4bc387['push'](_0x4bc387['shift']());}catch(_0x298b2a){_0x4bc387['push'](_0x4bc387['shift']());}}}(_0x5eb1,0x7d9f7),function(_0x2ed36d,_0x22721c){var _0x551227=_0x480f;typeof exports==_0x551227(0xef)&&typeof module<'u'?module[_0x551227(0xe3)]=_0x22721c():typeof define==_0x551227(0xf9)&&define['amd']?define([],_0x22721c):(_0x2ed36d=typeof globalThis<'u'?globalThis:_0x2ed36d||self,_0x2ed36d[_0x551227(0xf5)]=_0x22721c());}(this,function(){var _0x20e8e8=_0x480f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x20e8e8(0xfc)}},'collabStatus':{'fetchMiss':_0x20e8e8(0xf6),'conflict':'编辑冲突','notCollab':_0x20e8e8(0xe5),'synced':_0x20e8e8(0xe6),'syncing':_0x20e8e8(0xf1),'offline':_0x20e8e8(0xeb)},'session':{'connection-failed':_0x20e8e8(0xf8),'will-retry':_0x20e8e8(0xf2),'room-full':'协同房间已满,你的编辑将在本地缓存','collaboration-timeout':_0x20e8e8(0xf3)},'conflict':{'title':'协同冲突','content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':'权限错误','content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':_0x20e8e8(0xed),'single-unit':{'warning':_0x20e8e8(0xf7)},'closeRoom':_0x20e8e8(0xf4)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'},'formula':{'calculation':{'started':'公式计算已开始。','waiting':_0x20e8e8(0xe4),'unable':_0x20e8e8(0xf0)}}}};}));function _0x480f(_0x5e6b72,_0xa3d274){_0x5e6b72=_0x5e6b72-0xe3;var _0x5eb1dc=_0x5eb1();var _0x480f10=_0x5eb1dc[_0x5e6b72];return _0x480f10;}function _0x5eb1(){var _0x1770a9=['UniverProCollaborationClientUiZhCN','正在拉取服务端数据...','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','连接失败,请检查你的网络','function','40677WpYthW','2214768ytVRBw','点击重新连接','exports','公式计算队列已满,正在等待空闲位置...','本地文件','已同步','284162EQnUZJ','3331465qZTDme','612408KrNZMx','120EYPzYT','已离线,编辑将在本地缓存','1778272xCCbcT','你有离线编辑未保存到服务器,请检查网络后重试。','269124dacHFD','object','目前无法执行公式计算。请稍后重试。','保存中...','连接失败,将在一会儿之后重试连接','服务器未响应,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。'];_0x5eb1=function(){return _0x1770a9;};return _0x5eb1();}
1
+ function _0x553b(_0x199daf,_0xd52b1f){_0x199daf=_0x199daf-0x140;var _0x5a53c5=_0x5a53();var _0x553b38=_0x5a53c5[_0x199daf];return _0x553b38;}(function(_0x40b08d,_0x22e11c){var _0x3cc883=_0x553b,_0x208d37=_0x40b08d();while(!![]){try{var _0x306a6e=parseInt(_0x3cc883(0x14b))/0x1*(parseInt(_0x3cc883(0x149))/0x2)+-parseInt(_0x3cc883(0x14a))/0x3*(parseInt(_0x3cc883(0x14c))/0x4)+-parseInt(_0x3cc883(0x157))/0x5*(parseInt(_0x3cc883(0x15b))/0x6)+parseInt(_0x3cc883(0x144))/0x7+-parseInt(_0x3cc883(0x156))/0x8+-parseInt(_0x3cc883(0x141))/0x9*(-parseInt(_0x3cc883(0x154))/0xa)+parseInt(_0x3cc883(0x15c))/0xb*(parseInt(_0x3cc883(0x159))/0xc);if(_0x306a6e===_0x22e11c)break;else _0x208d37['push'](_0x208d37['shift']());}catch(_0x8a7d89){_0x208d37['push'](_0x208d37['shift']());}}}(_0x5a53,0x2a1d4),function(_0x11e56c,_0x1f2ec6){var _0x290a8e=_0x553b;typeof exports=='object'&&typeof module<'u'?module[_0x290a8e(0x158)]=_0x1f2ec6():typeof define=='function'&&define[_0x290a8e(0x150)]?define([],_0x1f2ec6):(_0x11e56c=typeof globalThis<'u'?globalThis:_0x11e56c||self,_0x11e56c[_0x290a8e(0x147)]=_0x1f2ec6());}(this,function(){var _0x318c92=_0x553b;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x318c92(0x148),'conflict':_0x318c92(0x155),'notCollab':_0x318c92(0x142),'synced':_0x318c92(0x15a),'syncing':'保存中...','offline':_0x318c92(0x143)},'session':{'connection-failed':_0x318c92(0x14f),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x318c92(0x14d),'collaboration-timeout':_0x318c92(0x145)},'conflict':{'title':_0x318c92(0x140),'content':_0x318c92(0x151)},'permission':{'title':_0x318c92(0x14e),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':'你有离线编辑未保存到服务器,请检查网络后重试。','single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x318c92(0x146)},'auth':{'needGotoLoginAlert':_0x318c92(0x152)},'formula':{'calculation':{'started':'公式计算已开始。','waiting':_0x318c92(0x153),'unable':'目前无法执行公式计算。请稍后重试。'}}}};}));function _0x5a53(){var _0x131177=['服务器未响应,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','UniverProCollaborationClientUiZhCN','正在拉取服务端数据...','332vNldbt','187179ebMWrL','1607blJNaZ','20ZfpodN','协同房间已满,你的编辑将在本地缓存','权限错误','连接失败,请检查你的网络','amd','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','公式计算队列已满,正在等待空闲位置...','114670HUWvPC','编辑冲突','2452936igUREY','330UQDEHB','exports','12GpiUbf','已同步','30300KjeYng','7070195WvyZFd','协同冲突','45EnPjin','本地文件','已离线,编辑将在本地缓存','1102780INktJp'];_0x5a53=function(){return _0x131177;};return _0x5a53();}
@@ -1 +1 @@
1
- function _0x124b(){var _0x5b3738=['點擊重新連線','658634fhzOgK','56SkfLcB','目前無法執行公式計算,請稍後重試。','exports','伺服器未回應協作請求,您的編輯將儲存在本機。','公式計算已開始。','5191944WuWdvA','amd','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','已離線,編輯將儲存在本機','連線失敗,將在稍後重試連線。','498SHwlkn','公式計算佇列已滿,正在等待可用資源...','function','4065066ssnBrE','1715016nZrvjA','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','UniverProCollaborationClientUiZhHK','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','連線失敗,請檢查您的網絡。','正在擷取伺服器資料...','2487douJam','由於協作房間已關閉,編輯權限已被收回。','1143704dgVwPR','已同步','編輯衝突','1933415PCihqU'];_0x124b=function(){return _0x5b3738;};return _0x124b();}function _0x5a89(_0x2febe2,_0x4fd096){_0x2febe2=_0x2febe2-0xd4;var _0x124b54=_0x124b();var _0x5a892f=_0x124b54[_0x2febe2];return _0x5a892f;}(function(_0x5172cf,_0x7616e5){var _0x17d20e=_0x5a89,_0xbd5c4d=_0x5172cf();while(!![]){try{var _0xf1247a=parseInt(_0x17d20e(0xea))/0x1+-parseInt(_0x17d20e(0xd9))/0x2*(parseInt(_0x17d20e(0xe3))/0x3)+-parseInt(_0x17d20e(0xdd))/0x4+parseInt(_0x17d20e(0xe8))/0x5+parseInt(_0x17d20e(0xd4))/0x6+parseInt(_0x17d20e(0xeb))/0x7*(-parseInt(_0x17d20e(0xe5))/0x8)+parseInt(_0x17d20e(0xdc))/0x9;if(_0xf1247a===_0x7616e5)break;else _0xbd5c4d['push'](_0xbd5c4d['shift']());}catch(_0x4e8a0c){_0xbd5c4d['push'](_0xbd5c4d['shift']());}}}(_0x124b,0x8e70c),function(_0x40dde2,_0x236eb4){var _0x5c000d=_0x5a89;typeof exports=='object'&&typeof module<'u'?module[_0x5c000d(0xed)]=_0x236eb4():typeof define==_0x5c000d(0xdb)&&define[_0x5c000d(0xd5)]?define([],_0x236eb4):(_0x40dde2=typeof globalThis<'u'?globalThis:_0x40dde2||self,_0x40dde2[_0x5c000d(0xdf)]=_0x236eb4());}(this,function(){var _0x309f6f=_0x5a89;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x309f6f(0xe9)}},'collabStatus':{'fetchMiss':_0x309f6f(0xe2),'conflict':_0x309f6f(0xe7),'notCollab':'本機檔案','synced':_0x309f6f(0xe6),'syncing':'同步中...','offline':_0x309f6f(0xd7)},'session':{'connection-failed':_0x309f6f(0xe1),'will-retry':_0x309f6f(0xd8),'room-full':'協作房間已滿,您的編輯將暫存於本機。','collaboration-timeout':_0x309f6f(0xee)},'conflict':{'title':'協作衝突','content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':'認證錯誤','content':_0x309f6f(0xde)},'collaboration':{'offline-data-not-saved':_0x309f6f(0xe0),'single-unit':{'warning':_0x309f6f(0xd6)},'closeRoom':_0x309f6f(0xe4)},'auth':{'needGotoLoginAlert':'您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。'},'formula':{'calculation':{'started':_0x309f6f(0xef),'waiting':_0x309f6f(0xda),'unable':_0x309f6f(0xec)}}}};}));
1
+ function _0x2f39(){var _0x1a865f=['由於協作房間已關閉,編輯權限已被收回。','已同步','function','公式計算佇列已滿,正在等待可用資源...','465240bYuRGk','13123UemlwE','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','已離線,編輯將儲存在本機','本機檔案','650lnHlpX','8EkCaZA','object','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','UniverProCollaborationClientUiZhHK','7672cDhqJy','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','1968DGyLCZ','認證錯誤','公式計算已開始。','1018044KdueFz','點擊重新連線','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','750525mZeVlk','1101300IwCsjH','2128arqthN','exports','協作房間已滿,您的編輯將暫存於本機。','編輯衝突','目前無法執行公式計算,請稍後重試。','56BlcDNs'];_0x2f39=function(){return _0x1a865f;};return _0x2f39();}function _0x4227(_0x274a7d,_0x265d26){_0x274a7d=_0x274a7d-0x1a1;var _0x2f397f=_0x2f39();var _0x42270d=_0x2f397f[_0x274a7d];return _0x42270d;}(function(_0x512cc8,_0x830ec8){var _0x26c142=_0x4227,_0x48aea5=_0x512cc8();while(!![]){try{var _0x58d8f8=-parseInt(_0x26c142(0x1ae))/0x1*(-parseInt(_0x26c142(0x1b3))/0x2)+parseInt(_0x26c142(0x1b8))/0x3*(-parseInt(_0x26c142(0x1bf))/0x4)+parseInt(_0x26c142(0x1ac))/0x5+parseInt(_0x26c142(0x1ad))/0x6+-parseInt(_0x26c142(0x1a4))/0x7*(-parseInt(_0x26c142(0x1a6))/0x8)+-parseInt(_0x26c142(0x1a9))/0x9+-parseInt(_0x26c142(0x1be))/0xa*(parseInt(_0x26c142(0x1b9))/0xb);if(_0x58d8f8===_0x830ec8)break;else _0x48aea5['push'](_0x48aea5['shift']());}catch(_0x46a4ab){_0x48aea5['push'](_0x48aea5['shift']());}}}(_0x2f39,0x278f2),function(_0x4c50a0,_0x24bc74){var _0x4f6de6=_0x4227;typeof exports==_0x4f6de6(0x1a1)&&typeof module<'u'?module[_0x4f6de6(0x1af)]=_0x24bc74():typeof define==_0x4f6de6(0x1b6)&&define['amd']?define([],_0x24bc74):(_0x4c50a0=typeof globalThis<'u'?globalThis:_0x4c50a0||self,_0x4c50a0[_0x4f6de6(0x1a3)]=_0x24bc74());}(this,function(){var _0x541100=_0x4227;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x541100(0x1aa)}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x541100(0x1b1),'notCollab':_0x541100(0x1bd),'synced':_0x541100(0x1b5),'syncing':'同步中...','offline':_0x541100(0x1bc)},'session':{'connection-failed':'連線失敗,請檢查您的網絡。','will-retry':'連線失敗,將在稍後重試連線。','room-full':_0x541100(0x1b0),'collaboration-timeout':'伺服器未回應協作請求,您的編輯將儲存在本機。'},'conflict':{'title':'協作衝突','content':_0x541100(0x1a5)},'permission':{'title':_0x541100(0x1a7),'content':_0x541100(0x1ba)},'collaboration':{'offline-data-not-saved':_0x541100(0x1a2),'single-unit':{'warning':_0x541100(0x1ab)},'closeRoom':_0x541100(0x1b4)},'auth':{'needGotoLoginAlert':_0x541100(0x1bb)},'formula':{'calculation':{'started':_0x541100(0x1a8),'waiting':_0x541100(0x1b7),'unable':_0x541100(0x1b2)}}}};}));
@@ -1 +1 @@
1
- function _0x1a10(){var _0x576c81=['5195904SRuCOL','UniverProCollaborationClientUiZhTW','66ZStFvj','伺服器未回應協作請求,您的編輯將儲存在本機。','編輯衝突','object','230841IIeLet','公式計算佇列已滿,正在等待可用資源...','協作房間已滿,您的編輯將暫存於本機。','8vlpnIj','10970554ZbBjQi','12DpYqiF','已同步','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','連線失敗,將在稍後重試連線。','本機檔案','610unLDtl','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','amd','協作衝突','54132969earEAt','918773ccAXlU','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','2NZxgND','點擊重新連線','您有未儲存至伺服器的離線編輯,請檢查網路後重試。','627880iCdtbd','公式計算已開始。','由於協作房間已關閉,編輯權限已被收回。','認證錯誤','2643693BGsdxU'];_0x1a10=function(){return _0x576c81;};return _0x1a10();}function _0x5b3e(_0x5857e4,_0x32e5bf){_0x5857e4=_0x5857e4-0xd4;var _0x1a10b7=_0x1a10();var _0x5b3ede=_0x1a10b7[_0x5857e4];return _0x5b3ede;}(function(_0x3f116e,_0x53bb01){var _0x118c18=_0x5b3e,_0x36a68b=_0x3f116e();while(!![]){try{var _0xc6cf7c=-parseInt(_0x118c18(0xdd))/0x1+-parseInt(_0x118c18(0xdf))/0x2*(-parseInt(_0x118c18(0xe6))/0x3)+parseInt(_0x118c18(0xe7))/0x4+-parseInt(_0x118c18(0xe2))/0x5*(-parseInt(_0x118c18(0xe9))/0x6)+parseInt(_0x118c18(0xf1))/0x7*(parseInt(_0x118c18(0xf0))/0x8)+parseInt(_0x118c18(0xed))/0x9*(parseInt(_0x118c18(0xd8))/0xa)+parseInt(_0x118c18(0xdc))/0xb*(-parseInt(_0x118c18(0xf2))/0xc);if(_0xc6cf7c===_0x53bb01)break;else _0x36a68b['push'](_0x36a68b['shift']());}catch(_0x58286e){_0x36a68b['push'](_0x36a68b['shift']());}}}(_0x1a10,0xd059a),function(_0x520793,_0x5690a5){var _0x4dddfc=_0x5b3e;typeof exports==_0x4dddfc(0xec)&&typeof module<'u'?module['exports']=_0x5690a5():typeof define=='function'&&define[_0x4dddfc(0xda)]?define([],_0x5690a5):(_0x520793=typeof globalThis<'u'?globalThis:_0x520793||self,_0x520793[_0x4dddfc(0xe8)]=_0x5690a5());}(this,function(){var _0x2b8545=_0x5b3e;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2b8545(0xe0)}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x2b8545(0xeb),'notCollab':_0x2b8545(0xd7),'synced':_0x2b8545(0xd4),'syncing':'同步中...','offline':'已離線,編輯將儲存在本機'},'session':{'connection-failed':'連線失敗,請檢查您的網路。','will-retry':_0x2b8545(0xd6),'room-full':_0x2b8545(0xef),'collaboration-timeout':_0x2b8545(0xea)},'conflict':{'title':_0x2b8545(0xdb),'content':_0x2b8545(0xd5)},'permission':{'title':_0x2b8545(0xe5),'content':_0x2b8545(0xde)},'collaboration':{'offline-data-not-saved':_0x2b8545(0xe1),'single-unit':{'warning':'您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。'},'closeRoom':_0x2b8545(0xe4)},'auth':{'needGotoLoginAlert':_0x2b8545(0xd9)},'formula':{'calculation':{'started':_0x2b8545(0xe3),'waiting':_0x2b8545(0xee),'unable':'目前無法執行公式計算,請稍後重試。'}}}};}));
1
+ function _0x3052(){var _0x40b07c=['function','318271ywWsWo','點擊重新連線','245byBkzA','1688445ynDevv','4abQloi','6984985TlGdWa','公式計算已開始。','UniverProCollaborationClientUiZhTW','您有未儲存至伺服器的離線編輯,請檢查網路後重試。','amd','2877126enWSlL','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','協作房間已滿,您的編輯將暫存於本機。','伺服器未回應協作請求,您的編輯將儲存在本機。','88428POEIWJ','同步中...','已同步','正在擷取伺服器資料...','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','972864VWwvnz','目前無法執行公式計算,請稍後重試。','object','編輯衝突','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','公式計算佇列已滿,正在等待可用資源...','本機檔案','協作衝突','9695440jUTMwo','4JYbcUC'];_0x3052=function(){return _0x40b07c;};return _0x3052();}function _0xa70d(_0x19e516,_0xd9176){_0x19e516=_0x19e516-0x1d9;var _0x30521a=_0x3052();var _0xa70d51=_0x30521a[_0x19e516];return _0xa70d51;}(function(_0x2863f9,_0x188484){var _0x53f100=_0xa70d,_0x214b2b=_0x2863f9();while(!![]){try{var _0x3a9b1b=parseInt(_0x53f100(0x1da))/0x1*(parseInt(_0x53f100(0x1de))/0x2)+parseInt(_0x53f100(0x1e4))/0x3*(parseInt(_0x53f100(0x1f7))/0x4)+parseInt(_0x53f100(0x1dc))/0x5*(-parseInt(_0x53f100(0x1e8))/0x6)+parseInt(_0x53f100(0x1df))/0x7+-parseInt(_0x53f100(0x1ee))/0x8+-parseInt(_0x53f100(0x1dd))/0x9+-parseInt(_0x53f100(0x1f6))/0xa;if(_0x3a9b1b===_0x188484)break;else _0x214b2b['push'](_0x214b2b['shift']());}catch(_0x5175ba){_0x214b2b['push'](_0x214b2b['shift']());}}}(_0x3052,0x90a88),function(_0x55551a,_0x4330b3){var _0x4c2337=_0xa70d;typeof exports==_0x4c2337(0x1f0)&&typeof module<'u'?module['exports']=_0x4330b3():typeof define==_0x4c2337(0x1d9)&&define[_0x4c2337(0x1e3)]?define([],_0x4330b3):(_0x55551a=typeof globalThis<'u'?globalThis:_0x55551a||self,_0x55551a[_0x4c2337(0x1e1)]=_0x4330b3());}(this,function(){var _0x250767=_0xa70d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x250767(0x1db)}},'collabStatus':{'fetchMiss':_0x250767(0x1eb),'conflict':_0x250767(0x1f1),'notCollab':_0x250767(0x1f4),'synced':_0x250767(0x1ea),'syncing':_0x250767(0x1e9),'offline':'已離線,編輯將儲存在本機'},'session':{'connection-failed':'連線失敗,請檢查您的網路。','will-retry':'連線失敗,將在稍後重試連線。','room-full':_0x250767(0x1e6),'collaboration-timeout':_0x250767(0x1e7)},'conflict':{'title':_0x250767(0x1f5),'content':_0x250767(0x1f2)},'permission':{'title':'認證錯誤','content':_0x250767(0x1ec)},'collaboration':{'offline-data-not-saved':_0x250767(0x1e2),'single-unit':{'warning':_0x250767(0x1e5)},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0x250767(0x1ed)},'formula':{'calculation':{'started':_0x250767(0x1e0),'waiting':_0x250767(0x1f3),'unable':_0x250767(0x1ef)}}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/collaboration-client-ui",
3
- "version": "0.25.0",
3
+ "version": "1.0.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "Collaboration UI integration for Univer Pro clients.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -67,31 +67,33 @@
67
67
  "rxjs": ">=7.0.0"
68
68
  },
69
69
  "dependencies": {
70
- "@univerjs/icons": "1.4.0",
71
- "@univerjs-pro/collaboration": "0.25.0",
72
- "@univerjs-pro/collaboration-client": "0.25.0",
73
- "@univerjs/core": "0.25.0",
74
- "@univerjs/docs": "0.25.0",
75
- "@univerjs/docs-ui": "0.25.0",
76
- "@univerjs/design": "0.25.0",
77
- "@univerjs/drawing": "0.25.0",
78
- "@univerjs/engine-render": "0.25.0",
79
- "@univerjs/engine-formula": "0.25.0",
80
- "@univerjs/network": "0.25.0",
81
- "@univerjs/protocol": "0.25.0",
82
- "@univerjs/rpc": "0.25.0",
83
- "@univerjs/sheets": "0.25.0",
84
- "@univerjs/sheets-ui": "0.25.0",
85
- "@univerjs/ui": "0.25.0"
70
+ "@univerjs/icons": "1.12.0",
71
+ "@univerjs-pro/collaboration": "1.0.0-alpha.0",
72
+ "@univerjs-pro/collaboration-client": "1.0.0-alpha.0",
73
+ "@univerjs/core": "1.0.0-alpha.0",
74
+ "@univerjs/design": "1.0.0-alpha.0",
75
+ "@univerjs/docs": "1.0.0-alpha.0",
76
+ "@univerjs-pro/slides-ui": "1.0.0-alpha.0",
77
+ "@univerjs/docs-ui": "1.0.0-alpha.0",
78
+ "@univerjs/drawing": "1.0.0-alpha.0",
79
+ "@univerjs/engine-render": "1.0.0-alpha.0",
80
+ "@univerjs/network": "1.0.0-alpha.0",
81
+ "@univerjs/protocol": "1.0.0-alpha.0",
82
+ "@univerjs/engine-formula": "1.0.0-alpha.0",
83
+ "@univerjs/rpc": "1.0.0-alpha.0",
84
+ "@univerjs/sheets-ui": "1.0.0-alpha.0",
85
+ "@univerjs/sheets": "1.0.0-alpha.0",
86
+ "@univerjs/ui": "1.0.0-alpha.0"
86
87
  },
87
88
  "devDependencies": {
88
- "postcss": "^8.5.14",
89
+ "postcss": "^8.5.15",
89
90
  "react": "18.3.1",
90
91
  "rxjs": "7.8.2",
91
- "tailwindcss": "^3.4.17",
92
+ "tailwindcss": "3.4.17",
92
93
  "typescript": "^6.0.3",
93
- "vitest": "^4.1.6",
94
- "@univerjs-infra/shared": "0.25.0"
94
+ "vitest": "^4.1.9",
95
+ "@univerjs-infra/shared": "1.0.0-alpha.0",
96
+ "@univerjs-pro/slides": "1.0.0-alpha.0"
95
97
  },
96
98
  "scripts": {
97
99
  "test": "vitest run --pool=threads",