@univerjs-pro/collaboration-client-ui 1.0.0-alpha.3 → 1.0.0-alpha.5

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 (89) 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 +87 -0
  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/snapshot-loading/snapshot-loading.controller.d.ts +36 -0
  66. package/lib/types/locale/en-US.d.ts +5 -0
  67. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +15 -0
  68. package/lib/umd/facade.js +1 -1
  69. package/lib/umd/index.js +1 -1
  70. package/lib/umd/locale/ar-SA.js +1 -1
  71. package/lib/umd/locale/ca-ES.js +1 -1
  72. package/lib/umd/locale/de-DE.js +1 -1
  73. package/lib/umd/locale/en-US.js +1 -1
  74. package/lib/umd/locale/es-ES.js +1 -1
  75. package/lib/umd/locale/fa-IR.js +1 -1
  76. package/lib/umd/locale/fr-FR.js +1 -1
  77. package/lib/umd/locale/id-ID.js +1 -1
  78. package/lib/umd/locale/it-IT.js +1 -1
  79. package/lib/umd/locale/ja-JP.js +1 -1
  80. package/lib/umd/locale/ko-KR.js +1 -1
  81. package/lib/umd/locale/pl-PL.js +1 -1
  82. package/lib/umd/locale/pt-BR.js +1 -1
  83. package/lib/umd/locale/ru-RU.js +1 -1
  84. package/lib/umd/locale/sk-SK.js +1 -1
  85. package/lib/umd/locale/vi-VN.js +1 -1
  86. package/lib/umd/locale/zh-CN.js +1 -1
  87. package/lib/umd/locale/zh-HK.js +1 -1
  88. package/lib/umd/locale/zh-TW.js +1 -1
  89. package/package.json +22 -22
@@ -1 +1 @@
1
- function _0x2607(_0x2a10ef,_0x3f11fe){_0x2a10ef=_0x2a10ef-0x65;const _0x31471c=_0x3147();let _0x260702=_0x31471c[_0x2a10ef];return _0x260702;}const _0x29e830=_0x2607;(function(_0x5dbe34,_0x1b8891){const _0x4a4615=_0x2607,_0x31acb8=_0x5dbe34();while(!![]){try{const _0x2b3876=parseInt(_0x4a4615(0x75))/0x1*(-parseInt(_0x4a4615(0x6b))/0x2)+parseInt(_0x4a4615(0x6e))/0x3*(parseInt(_0x4a4615(0x69))/0x4)+parseInt(_0x4a4615(0x79))/0x5+parseInt(_0x4a4615(0x7a))/0x6+-parseInt(_0x4a4615(0x65))/0x7+parseInt(_0x4a4615(0x6f))/0x8+-parseInt(_0x4a4615(0x74))/0x9*(parseInt(_0x4a4615(0x6d))/0xa);if(_0x2b3876===_0x1b8891)break;else _0x31acb8['push'](_0x31acb8['shift']());}catch(_0x147cb7){_0x31acb8['push'](_0x31acb8['shift']());}}}(_0x3147,0x4372f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x29e830(0x7c)}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x29e830(0x71),'notCollab':_0x29e830(0x7b),'synced':_0x29e830(0x78),'syncing':'同步中...','offline':_0x29e830(0x68)},'session':{'connection-failed':'連線失敗,請檢查您的網絡。','will-retry':_0x29e830(0x76),'room-full':_0x29e830(0x73),'collaboration-timeout':_0x29e830(0x6c)},'conflict':{'title':_0x29e830(0x72),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':'認證錯誤','content':_0x29e830(0x67)},'collaboration':{'offline-data-not-saved':_0x29e830(0x70),'single-unit':{'warning':_0x29e830(0x6a)},'closeRoom':_0x29e830(0x66)},'auth':{'needGotoLoginAlert':'您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。'},'formula':{'calculation':{'started':_0x29e830(0x77),'waiting':'公式計算佇列已滿,正在等待可用資源...','unable':'目前無法執行公式計算,請稍後重試。'}}}};function _0x3147(){const _0x4ddcf7=['已同步','1788890kdNdJV','3061950jgVfBF','本機檔案','點擊重新連線','1574174ieuAVH','由於協作房間已關閉,編輯權限已被收回。','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','已離線,編輯將儲存在本機','1428572QmfTYB','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','391724nhstPT','伺服器未回應協作請求,您的編輯將儲存在本機。','8677730YieWxZ','3gwjOeC','2716336IvMVqr','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','編輯衝突','協作衝突','協作房間已滿,您的編輯將暫存於本機。','9nXLFsX','1NFXbrn','連線失敗,將在稍後重試連線。','公式計算已開始。'];_0x3147=function(){return _0x4ddcf7;};return _0x3147();}module['exports']=e;
1
+ const _0x2a4fa1=_0x2154;(function(_0x30cda8,_0xf4a024){const _0x38aaa9=_0x2154,_0x4b19d9=_0x30cda8();while(!![]){try{const _0x30f34b=parseInt(_0x38aaa9(0x118))/0x1*(-parseInt(_0x38aaa9(0x121))/0x2)+-parseInt(_0x38aaa9(0x120))/0x3+parseInt(_0x38aaa9(0x11f))/0x4+parseInt(_0x38aaa9(0x12a))/0x5*(parseInt(_0x38aaa9(0x116))/0x6)+-parseInt(_0x38aaa9(0x133))/0x7+-parseInt(_0x38aaa9(0x11d))/0x8*(-parseInt(_0x38aaa9(0x12f))/0x9)+-parseInt(_0x38aaa9(0x11a))/0xa*(-parseInt(_0x38aaa9(0x126))/0xb);if(_0x30f34b===_0xf4a024)break;else _0x4b19d9['push'](_0x4b19d9['shift']());}catch(_0x29d31c){_0x4b19d9['push'](_0x4b19d9['shift']());}}}(_0x3196,0x842d0));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2a4fa1(0x11e)}},'collabStatus':{'fetchMiss':_0x2a4fa1(0x123),'conflict':_0x2a4fa1(0x119),'notCollab':_0x2a4fa1(0x12c),'synced':_0x2a4fa1(0x115),'syncing':_0x2a4fa1(0x134),'offline':'已離線,編輯將儲存在本機'},'snapshotLoading':{'loadingSheet':_0x2a4fa1(0x131),'timeout':_0x2a4fa1(0x11c),'refresh':_0x2a4fa1(0x12e)},'session':{'connection-failed':'連線失敗,請檢查您的網絡。','will-retry':_0x2a4fa1(0x130),'room-full':_0x2a4fa1(0x122),'collaboration-timeout':_0x2a4fa1(0x12b)},'conflict':{'title':_0x2a4fa1(0x132),'content':_0x2a4fa1(0x12d)},'permission':{'title':'認證錯誤','content':_0x2a4fa1(0x11b)},'collaboration':{'offline-data-not-saved':'您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','single-unit':{'warning':_0x2a4fa1(0x129)},'closeRoom':_0x2a4fa1(0x128)},'auth':{'needGotoLoginAlert':'您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。'},'formula':{'calculation':{'started':_0x2a4fa1(0x127),'waiting':_0x2a4fa1(0x117),'unable':_0x2a4fa1(0x124)}}}};function _0x2154(_0x1741d1,_0x5d020b){_0x1741d1=_0x1741d1-0x115;const _0x3196d9=_0x3196();let _0x215481=_0x3196d9[_0x1741d1];return _0x215481;}function _0x3196(){const _0x1c2c67=['561322ZbyYlQ','協作房間已滿,您的編輯將暫存於本機。','正在擷取伺服器資料...','目前無法執行公式計算,請稍後重試。','exports','11QYGvcP','公式計算已開始。','由於協作房間已關閉,編輯權限已被收回。','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','690255JXWUfA','伺服器未回應協作請求,您的編輯將儲存在本機。','本機檔案','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','重新整理頁面','414WciYUt','連線失敗,將在稍後重試連線。','正在載入工作表','協作衝突','6837761cLYskj','同步中...','已同步','6tANpXc','公式計算佇列已滿,正在等待可用資源...','2gjjZyQ','編輯衝突','7960670UsZwwY','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','資料載入停留在\x20{0}/{1},請重新整理頁面後再試。','40240UuuSBr','點擊重新連線','3679628ZNDaGr','17604ZcbAHq'];_0x3196=function(){return _0x1c2c67;};return _0x3196();}module[_0x2a4fa1(0x125)]=e;
@@ -1 +1 @@
1
- function _0x26f3(_0x22ed25,_0x58babe){_0x22ed25=_0x22ed25-0x1c2;const _0xc328b6=_0xc328();let _0x26f3e8=_0xc328b6[_0x22ed25];return _0x26f3e8;}const _0x19bd5a=_0x26f3;(function(_0x58036e,_0xcd9651){const _0x5875a9=_0x26f3,_0x4b46b9=_0x58036e();while(!![]){try{const _0x1617a0=-parseInt(_0x5875a9(0x1d2))/0x1*(parseInt(_0x5875a9(0x1d0))/0x2)+parseInt(_0x5875a9(0x1d5))/0x3+parseInt(_0x5875a9(0x1cc))/0x4+parseInt(_0x5875a9(0x1ca))/0x5*(-parseInt(_0x5875a9(0x1c8))/0x6)+parseInt(_0x5875a9(0x1c9))/0x7+-parseInt(_0x5875a9(0x1c5))/0x8*(-parseInt(_0x5875a9(0x1c6))/0x9)+-parseInt(_0x5875a9(0x1da))/0xa;if(_0x1617a0===_0xcd9651)break;else _0x4b46b9['push'](_0x4b46b9['shift']());}catch(_0x4db9f2){_0x4b46b9['push'](_0x4b46b9['shift']());}}}(_0xc328,0x86ea6));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x19bd5a(0x1c4),'notCollab':_0x19bd5a(0x1cd),'synced':_0x19bd5a(0x1d3),'syncing':_0x19bd5a(0x1d4),'offline':'已離線,編輯將儲存在本機'},'session':{'connection-failed':_0x19bd5a(0x1cb),'will-retry':_0x19bd5a(0x1c2),'room-full':_0x19bd5a(0x1c3),'collaboration-timeout':_0x19bd5a(0x1c7)},'conflict':{'title':'協作衝突','content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':'認證錯誤','content':'您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。'},'collaboration':{'offline-data-not-saved':_0x19bd5a(0x1d8),'single-unit':{'warning':_0x19bd5a(0x1d9)},'closeRoom':_0x19bd5a(0x1d7)},'auth':{'needGotoLoginAlert':_0x19bd5a(0x1d1)},'formula':{'calculation':{'started':_0x19bd5a(0x1cf),'waiting':_0x19bd5a(0x1ce),'unable':'目前無法執行公式計算,請稍後重試。'}}}};function _0xc328(){const _0x18ca37=['1894172GsnVvC','285XpYTST','連線失敗,請檢查您的網路。','715236RUqeBr','本機檔案','公式計算佇列已滿,正在等待可用資源...','公式計算已開始。','5086rPReSy','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','205cqijSH','已同步','同步中...','2212497lutnkb','exports','由於協作房間已關閉,編輯權限已被收回。','您有未儲存至伺服器的離線編輯,請檢查網路後重試。','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','11220350EyqhAW','連線失敗,將在稍後重試連線。','協作房間已滿,您的編輯將暫存於本機。','編輯衝突','8104400LrDGIT','9IiFUHq','伺服器未回應協作請求,您的編輯將儲存在本機。','420tUHLLh'];_0xc328=function(){return _0x18ca37;};return _0xc328();}module[_0x19bd5a(0x1d6)]=e;
1
+ function _0x1b2f(){const _0x2f4c18=['201012FAzVKa','16216GJKlWn','正在擷取伺服器資料...','已離線,編輯將儲存在本機','公式計算已開始。','228QqFIPR','連線失敗,將在稍後重試連線。','伺服器未回應協作請求,您的編輯將儲存在本機。','43064065PWyfYk','連線失敗,請檢查您的網路。','已同步','協作房間已滿,您的編輯將暫存於本機。','資料載入停留在\x20{0}/{1},請重新整理頁面後再試。','協作衝突','目前無法執行公式計算,請稍後重試。','751268tKhEPy','65680TcuPnx','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','78vnmZNN','本機檔案','同步中...','重新整理頁面','exports','4290855BEBwWY','1121632uXtZxZ','10pkOPfF','531CfENOP','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','由於協作房間已關閉,編輯權限已被收回。','您有未儲存至伺服器的離線編輯,請檢查網路後重試。'];_0x1b2f=function(){return _0x2f4c18;};return _0x1b2f();}function _0x143f(_0x6fd1ad,_0x111d56){_0x6fd1ad=_0x6fd1ad-0x8d;const _0x1b2fc8=_0x1b2f();let _0x143f86=_0x1b2fc8[_0x6fd1ad];return _0x143f86;}const _0x32a20b=_0x143f;(function(_0x4b7eaf,_0x433bb3){const _0x4533ee=_0x143f,_0x5cee79=_0x4b7eaf();while(!![]){try{const _0x5cb152=-parseInt(_0x4533ee(0x9f))/0x1+-parseInt(_0x4533ee(0xa8))/0x2+-parseInt(_0x4533ee(0x95))/0x3*(parseInt(_0x4533ee(0x91))/0x4)+-parseInt(_0x4533ee(0xa7))/0x5+-parseInt(_0x4533ee(0xa2))/0x6*(parseInt(_0x4533ee(0x90))/0x7)+parseInt(_0x4533ee(0xa0))/0x8*(-parseInt(_0x4533ee(0xaa))/0x9)+parseInt(_0x4533ee(0xa9))/0xa*(parseInt(_0x4533ee(0x98))/0xb);if(_0x5cb152===_0x433bb3)break;else _0x5cee79['push'](_0x5cee79['shift']());}catch(_0x30f11d){_0x5cee79['push'](_0x5cee79['shift']());}}}(_0x1b2f,0x8d52a));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':_0x32a20b(0x92),'conflict':'編輯衝突','notCollab':_0x32a20b(0xa3),'synced':_0x32a20b(0x9a),'syncing':_0x32a20b(0xa4),'offline':_0x32a20b(0x93)},'snapshotLoading':{'loadingSheet':'正在載入工作表','timeout':_0x32a20b(0x9c),'refresh':_0x32a20b(0xa5)},'session':{'connection-failed':_0x32a20b(0x99),'will-retry':_0x32a20b(0x96),'room-full':_0x32a20b(0x9b),'collaboration-timeout':_0x32a20b(0x97)},'conflict':{'title':_0x32a20b(0x9d),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':'認證錯誤','content':_0x32a20b(0xa1)},'collaboration':{'offline-data-not-saved':_0x32a20b(0x8f),'single-unit':{'warning':'您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。'},'closeRoom':_0x32a20b(0x8e)},'auth':{'needGotoLoginAlert':_0x32a20b(0x8d)},'formula':{'calculation':{'started':_0x32a20b(0x94),'waiting':'公式計算佇列已滿,正在等待可用資源...','unable':_0x32a20b(0x9e)}}}};module[_0x32a20b(0xa6)]=e;
package/lib/es/facade.js CHANGED
@@ -1 +1 @@
1
- var _0x2326a5=_0x535f;(function(_0x25beb7,_0x2261cf){var _0x24f614=_0x535f,_0x483c63=_0x25beb7();while(!![]){try{var _0x722729=parseInt(_0x24f614(0x1fe))/0x1*(parseInt(_0x24f614(0x200))/0x2)+parseInt(_0x24f614(0x1fb))/0x3+parseInt(_0x24f614(0x1f9))/0x4*(parseInt(_0x24f614(0x1fa))/0x5)+-parseInt(_0x24f614(0x1fd))/0x6+-parseInt(_0x24f614(0x1f4))/0x7+parseInt(_0x24f614(0x1f6))/0x8*(parseInt(_0x24f614(0x1f8))/0x9)+-parseInt(_0x24f614(0x1f5))/0xa;if(_0x722729===_0x2261cf)break;else _0x483c63['push'](_0x483c63['shift']());}catch(_0xb0b900){_0x483c63['push'](_0x483c63['shift']());}}}(_0x3b16,0xee130));function _0x3b16(){var _0x23aa2e=['1739907cdcApn','904vZNVKX','34705NsJoKM','1376268ejijXd','get','8715600wzkIAU','23TBkkPM','runOnServer','159434Itpvwr','extend','1280223NwWRpV','22168870cgIkxr','40foHBeG','_injector'];_0x3b16=function(){return _0x23aa2e;};return _0x3b16();}import{RemoteUniscriptService as _0x3ea60b}from'@univerjs-pro/collaboration-client-ui';function _0x535f(_0x475dac,_0x29f378){_0x475dac=_0x475dac-0x1f3;var _0x3b1641=_0x3b16();var _0x535f5a=_0x3b1641[_0x475dac];return _0x535f5a;}import{FUniver as _0x4d4c5e}from'@univerjs/core/facade';var n=class extends _0x4d4c5e{['runOnServer'](_0x23308e,_0xc94033,..._0x2d4831){var _0x11c92a=_0x535f;return this[_0x11c92a(0x1f7)][_0x11c92a(0x1fc)](_0x3ea60b)[_0x11c92a(0x1ff)](_0x23308e,_0xc94033,{},..._0x2d4831);}};_0x4d4c5e[_0x2326a5(0x1f3)](n);export{};
1
+ function _0x580d(_0x4959e0,_0x5f36a9){_0x4959e0=_0x4959e0-0xa4;var _0x233203=_0x2332();var _0x580dd2=_0x233203[_0x4959e0];return _0x580dd2;}var _0x343ae7=_0x580d;(function(_0xc4ace6,_0x45df0f){var _0x43eb56=_0x580d,_0x5013fc=_0xc4ace6();while(!![]){try{var _0x401213=parseInt(_0x43eb56(0xa8))/0x1+-parseInt(_0x43eb56(0xac))/0x2*(parseInt(_0x43eb56(0xaa))/0x3)+-parseInt(_0x43eb56(0xad))/0x4*(parseInt(_0x43eb56(0xa4))/0x5)+parseInt(_0x43eb56(0xa6))/0x6+-parseInt(_0x43eb56(0xa7))/0x7*(parseInt(_0x43eb56(0xa5))/0x8)+-parseInt(_0x43eb56(0xaf))/0x9+-parseInt(_0x43eb56(0xab))/0xa*(-parseInt(_0x43eb56(0xa9))/0xb);if(_0x401213===_0x45df0f)break;else _0x5013fc['push'](_0x5013fc['shift']());}catch(_0x282972){_0x5013fc['push'](_0x5013fc['shift']());}}}(_0x2332,0x79bdd));import{RemoteUniscriptService as _0x163ee9}from'@univerjs-pro/collaboration-client-ui';import{FUniver as _0x58212c}from'@univerjs/core/facade';var n=class extends _0x58212c{['runOnServer'](_0x140598,_0x1e5d19,..._0x2ee749){var _0x15ef3b=_0x580d;return this['_injector'][_0x15ef3b(0xae)](_0x163ee9)['runOnServer'](_0x140598,_0x1e5d19,{},..._0x2ee749);}};_0x58212c[_0x343ae7(0xb0)](n);function _0x2332(){var _0x123a7c=['494310ujmPBn','912TqLqqf','get','7880616puRQdt','extend','9710BKvLKr','344432SUGlZn','5382384dYuyMc','35maIgUd','103740UhCoGU','9751412WGSgnn','9pEpMTY','20QwuIEy'];_0x2332=function(){return _0x123a7c;};return _0x2332();}export{};