@univerjs-pro/collaboration-client-ui 0.17.0 → 0.18.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 (95) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.css +41 -1
  31. package/lib/index.js +1 -1
  32. package/lib/locale/ca-ES.js +1 -1
  33. package/lib/locale/en-US.js +1 -1
  34. package/lib/locale/es-ES.js +1 -1
  35. package/lib/locale/fa-IR.js +1 -1
  36. package/lib/locale/fr-FR.js +1 -1
  37. package/lib/locale/ja-JP.js +1 -1
  38. package/lib/locale/ko-KR.js +1 -1
  39. package/lib/locale/ru-RU.js +1 -1
  40. package/lib/locale/sk-SK.js +1 -1
  41. package/lib/locale/vi-VN.js +1 -1
  42. package/lib/locale/zh-CN.js +1 -1
  43. package/lib/locale/zh-TW.js +1 -1
  44. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -2
  45. package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +7 -5
  46. package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +3 -2
  47. package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +1 -1
  48. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +6 -5
  49. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +3 -2
  50. package/lib/types/controllers/config.schema.d.ts +1 -1
  51. package/lib/types/locale/ca-ES.d.ts +1 -1
  52. package/lib/types/locale/es-ES.d.ts +1 -1
  53. package/lib/types/locale/fa-IR.d.ts +1 -1
  54. package/lib/types/locale/fr-FR.d.ts +1 -1
  55. package/lib/types/locale/ja-JP.d.ts +1 -1
  56. package/lib/types/locale/ko-KR.d.ts +1 -1
  57. package/lib/types/locale/ru-RU.d.ts +1 -1
  58. package/lib/types/locale/sk-SK.d.ts +1 -1
  59. package/lib/types/locale/vi-VN.d.ts +1 -1
  60. package/lib/types/locale/zh-CN.d.ts +1 -1
  61. package/lib/types/locale/zh-TW.d.ts +1 -1
  62. package/lib/types/models/cursor.d.ts +2 -2
  63. package/lib/types/plugin.d.ts +1 -1
  64. package/lib/types/services/collaboration-socket/collaboration-socket.service.d.ts +4 -2
  65. package/lib/types/services/formula-calculation-guard/util.d.ts +1 -1
  66. package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +2 -1
  67. package/lib/types/services/local-cache/web-local-cache.service.d.ts +6 -4
  68. package/lib/types/services/network-condition/network-condition.d.ts +2 -2
  69. package/lib/types/services/remote-uniscript/remote-uniscript.service.d.ts +1 -1
  70. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +3 -2
  71. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +2 -1
  72. package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +5 -4
  73. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +2 -1
  74. package/lib/types/services/url/url.service.d.ts +2 -2
  75. package/lib/types/services/url/web-url.service.d.ts +2 -2
  76. package/lib/types/views/components/CollabStatus.d.ts +1 -1
  77. package/lib/types/views/components/CollabStatus.stories.d.ts +1 -1
  78. package/lib/types/views/shapes/doc-collab-cursor.d.ts +2 -2
  79. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +3 -2
  80. package/lib/types/views/shapes/text-bubble.shape.d.ts +2 -1
  81. package/lib/umd/facade.js +1 -1
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-TW.js +1 -1
  95. package/package.json +20 -19
@@ -1 +1 @@
1
- const _0x2136ac=_0xf958;function _0xf958(_0x3cdf46,_0x551f7c){_0x3cdf46=_0x3cdf46-0x1d8;const _0x465895=_0x4658();let _0xf958d2=_0x465895[_0x3cdf46];return _0xf958d2;}function _0x4658(){const _0xfc2ada=['There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','266244joSHZd','Syncing...','3765318tjHZdJ','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','1156EzXHmh','Click\x20to\x20Reconnect','Formula\x20calculation\x20started.','13145HUqWRp','143HUiTtD','Edit\x20conflicts','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','6501213asfPMd','236090jwKQxP','Authentication\x20Error','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','786970MfMZRB','Local\x20file','7EwUspr','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Syncing\x20server\x20data...','Synced','Connection\x20failed,\x20please\x20check\x20your\x20network.','2499456GWTHNl','1XOxLsE'];_0x4658=function(){return _0xfc2ada;};return _0x4658();}(function(_0x5c7dd4,_0xe1d503){const _0x539e4f=_0xf958,_0x189ee2=_0x5c7dd4();while(!![]){try{const _0x221c63=parseInt(_0x539e4f(0x1de))/0x1*(parseInt(_0x539e4f(0x1ef))/0x2)+-parseInt(_0x539e4f(0x1e2))/0x3+-parseInt(_0x539e4f(0x1e7))/0x4*(parseInt(_0x539e4f(0x1ea))/0x5)+parseInt(_0x539e4f(0x1e4))/0x6+parseInt(_0x539e4f(0x1d8))/0x7*(parseInt(_0x539e4f(0x1dd))/0x8)+-parseInt(_0x539e4f(0x1ee))/0x9+-parseInt(_0x539e4f(0x1f2))/0xa*(-parseInt(_0x539e4f(0x1eb))/0xb);if(_0x221c63===_0xe1d503)break;else _0x189ee2['push'](_0x189ee2['shift']());}catch(_0x403540){_0x189ee2['push'](_0x189ee2['shift']());}}}(_0x4658,0x7c8fd));const e={'collab-client':{'tooltip':{'reconnect':_0x2136ac(0x1e8)}},'collabStatus':{'fetchMiss':_0x2136ac(0x1da),'conflict':_0x2136ac(0x1ec),'notCollab':_0x2136ac(0x1f3),'synced':_0x2136ac(0x1db),'syncing':_0x2136ac(0x1e3),'offline':_0x2136ac(0x1f1)},'session':{'connection-failed':_0x2136ac(0x1dc),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x2136ac(0x1ed),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','content':_0x2136ac(0x1df)},'permission':{'title':_0x2136ac(0x1f0),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':_0x2136ac(0x1e0),'single-unit':{'warning':_0x2136ac(0x1e1)},'closeRoom':_0x2136ac(0x1d9)},'auth':{'needGotoLoginAlert':_0x2136ac(0x1e5)},'formula':{'calculation':{'started':_0x2136ac(0x1e9),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x2136ac(0x1e6)}}};export{e as default};
1
+ function _0x2ede(_0x2aa5d8,_0x4091a5){_0x2aa5d8=_0x2aa5d8-0x19a;const _0x2e7b9a=_0x2e7b();let _0x2edec5=_0x2e7b9a[_0x2aa5d8];return _0x2edec5;}const _0x3d5e24=_0x2ede;(function(_0x3cbfc3,_0x5a75f5){const _0x1e5ada=_0x2ede,_0x30d7f6=_0x3cbfc3();while(!![]){try{const _0x13e5d0=-parseInt(_0x1e5ada(0x19f))/0x1*(-parseInt(_0x1e5ada(0x19e))/0x2)+parseInt(_0x1e5ada(0x1a7))/0x3*(parseInt(_0x1e5ada(0x1a6))/0x4)+-parseInt(_0x1e5ada(0x1a9))/0x5+parseInt(_0x1e5ada(0x1ad))/0x6+parseInt(_0x1e5ada(0x19c))/0x7*(-parseInt(_0x1e5ada(0x19b))/0x8)+parseInt(_0x1e5ada(0x19d))/0x9*(-parseInt(_0x1e5ada(0x1b1))/0xa)+-parseInt(_0x1e5ada(0x1af))/0xb;if(_0x13e5d0===_0x5a75f5)break;else _0x30d7f6['push'](_0x30d7f6['shift']());}catch(_0xd10a3b){_0x30d7f6['push'](_0x30d7f6['shift']());}}}(_0x2e7b,0x1bd73));const e={'collab-client':{'tooltip':{'reconnect':_0x3d5e24(0x1aa)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x3d5e24(0x1a2),'notCollab':'Local\x20file','synced':_0x3d5e24(0x1ac),'syncing':_0x3d5e24(0x1a4),'offline':_0x3d5e24(0x1a1)},'session':{'connection-failed':_0x3d5e24(0x1b0),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x3d5e24(0x1ae)},'conflict':{'title':_0x3d5e24(0x1a3),'content':_0x3d5e24(0x19a)},'permission':{'title':_0x3d5e24(0x1b2),'content':_0x3d5e24(0x1a0)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x3d5e24(0x1b4)},'closeRoom':_0x3d5e24(0x1b3)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x3d5e24(0x1a8),'waiting':_0x3d5e24(0x1a5),'unable':_0x3d5e24(0x1ab)}}};function _0x2e7b(){const _0x42180f=['Syncing...','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','191528JHaOaG','6NZZfaS','Formula\x20calculation\x20started.','72465CqdRVC','Click\x20to\x20Reconnect','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Synced','815640uXgZsR','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','650287zUvAtt','Connection\x20failed,\x20please\x20check\x20your\x20network.','30jkiqKh','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','156496zFQZJN','7Jnfknm','394767zZGtmp','4dYbmZi','53546juQxWo','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Edit\x20conflicts','Collaboration\x20Conflict'];_0x2e7b=function(){return _0x42180f;};return _0x2e7b();}export{e as default};
@@ -1 +1 @@
1
- function _0xae87(_0x32fc16,_0x3dbc0f){_0x32fc16=_0x32fc16-0x1eb;const _0x2686c1=_0x2686();let _0xae875b=_0x2686c1[_0x32fc16];return _0xae875b;}const _0xc099e0=_0xae87;(function(_0x239230,_0x50b888){const _0x21397c=_0xae87,_0x6cbd66=_0x239230();while(!![]){try{const _0x80f26e=-parseInt(_0x21397c(0x207))/0x1+-parseInt(_0x21397c(0x1ff))/0x2+parseInt(_0x21397c(0x202))/0x3+parseInt(_0x21397c(0x204))/0x4+parseInt(_0x21397c(0x203))/0x5+parseInt(_0x21397c(0x1f9))/0x6*(-parseInt(_0x21397c(0x1f3))/0x7)+-parseInt(_0x21397c(0x1f0))/0x8*(-parseInt(_0x21397c(0x1eb))/0x9);if(_0x80f26e===_0x50b888)break;else _0x6cbd66['push'](_0x6cbd66['shift']());}catch(_0x1aa168){_0x6cbd66['push'](_0x6cbd66['shift']());}}}(_0x2686,0xd0d0e));const e={'collab-client':{'tooltip':{'reconnect':_0xc099e0(0x1f1)}},'collabStatus':{'fetchMiss':_0xc099e0(0x1ed),'conflict':_0xc099e0(0x1f8),'notCollab':_0xc099e0(0x1f2),'synced':_0xc099e0(0x1f6),'syncing':_0xc099e0(0x1f4),'offline':_0xc099e0(0x201)},'session':{'connection-failed':_0xc099e0(0x1ee),'will-retry':_0xc099e0(0x1fd),'room-full':_0xc099e0(0x205),'collaboration-timeout':_0xc099e0(0x1ef)},'conflict':{'title':_0xc099e0(0x200),'content':_0xc099e0(0x1f7)},'permission':{'title':_0xc099e0(0x1ec),'content':_0xc099e0(0x1fc)},'collaboration':{'offline-data-not-saved':_0xc099e0(0x1fa),'single-unit':{'warning':_0xc099e0(0x1f5)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0xc099e0(0x206)},'formula':{'calculation':{'started':_0xc099e0(0x1fe),'waiting':_0xc099e0(0x1fb),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}},o=e;function _0x2686(){const _0x4ce3ba=['Collaboration\x20Conflict','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','2612856olWWTO','5720445wWlPWR','3027616eGiQIy','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','812924IoGZNs','10422MTmrJW','Authentication\x20Error','Syncing\x20server\x20data...','Connection\x20failed,\x20please\x20check\x20your\x20network.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','4232ovzdgJ','Click\x20to\x20Reconnect','Local\x20file','51723KtKdPz','Syncing...','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Synced','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Edit\x20conflicts','474rvngPR','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Formula\x20calculation\x20started.','2265124woZsQI'];_0x2686=function(){return _0x4ce3ba;};return _0x2686();}export{o as default};
1
+ const _0x82295a=_0xb159;(function(_0x1f6f0c,_0x29629a){const _0x141c4c=_0xb159,_0x5a20af=_0x1f6f0c();while(!![]){try{const _0x2b8d5d=parseInt(_0x141c4c(0x8b))/0x1*(-parseInt(_0x141c4c(0x84))/0x2)+parseInt(_0x141c4c(0x86))/0x3*(-parseInt(_0x141c4c(0x74))/0x4)+-parseInt(_0x141c4c(0x81))/0x5*(parseInt(_0x141c4c(0x79))/0x6)+parseInt(_0x141c4c(0x78))/0x7+parseInt(_0x141c4c(0x89))/0x8*(parseInt(_0x141c4c(0x7f))/0x9)+parseInt(_0x141c4c(0x88))/0xa*(-parseInt(_0x141c4c(0x8d))/0xb)+parseInt(_0x141c4c(0x7d))/0xc;if(_0x2b8d5d===_0x29629a)break;else _0x5a20af['push'](_0x5a20af['shift']());}catch(_0x4cf7e2){_0x5a20af['push'](_0x5a20af['shift']());}}}(_0x6fff,0xb7e14));function _0x6fff(){const _0x3e71f9=['Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','1211177BYmqvC','4zYpKca','Synced','Edit\x20conflicts','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','3514308bqVWLh','604152fqinYh','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','35771376wRxTLr','Collaboration\x20Conflict','90aWrMDa','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','45utTkdf','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing\x20server\x20data...','1879210DGfsss','Local\x20file','3911610CDKeoZ','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','10kRqgJa','423992pRdmbW','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1qrRWub'];_0x6fff=function(){return _0x3e71f9;};return _0x6fff();}function _0xb159(_0x3aa708,_0x48b2f7){_0x3aa708=_0x3aa708-0x74;const _0x6fffe9=_0x6fff();let _0xb15905=_0x6fffe9[_0x3aa708];return _0xb15905;}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x82295a(0x83),'conflict':_0x82295a(0x76),'notCollab':_0x82295a(0x85),'synced':_0x82295a(0x75),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x82295a(0x8c),'room-full':_0x82295a(0x7a),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x82295a(0x7e),'content':_0x82295a(0x80)},'permission':{'title':'Authentication\x20Error','content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':_0x82295a(0x7c),'single-unit':{'warning':_0x82295a(0x87)},'closeRoom':_0x82295a(0x8a)},'auth':{'needGotoLoginAlert':_0x82295a(0x82)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x82295a(0x7b),'unable':_0x82295a(0x77)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x5c46(_0x43e7c8,_0x57ad72){_0x43e7c8=_0x43e7c8-0x86;const _0x4f5525=_0x4f55();let _0x5c4682=_0x4f5525[_0x43e7c8];return _0x5c4682;}const _0x28ec84=_0x5c46;(function(_0x1df0a1,_0x22e045){const _0x46ad0d=_0x5c46,_0x48f854=_0x1df0a1();while(!![]){try{const _0x45c3c4=parseInt(_0x46ad0d(0x96))/0x1*(parseInt(_0x46ad0d(0x97))/0x2)+parseInt(_0x46ad0d(0xa0))/0x3*(-parseInt(_0x46ad0d(0x8e))/0x4)+-parseInt(_0x46ad0d(0x9a))/0x5*(parseInt(_0x46ad0d(0x9f))/0x6)+parseInt(_0x46ad0d(0x90))/0x7*(-parseInt(_0x46ad0d(0xa1))/0x8)+-parseInt(_0x46ad0d(0xa2))/0x9*(parseInt(_0x46ad0d(0x8a))/0xa)+-parseInt(_0x46ad0d(0x93))/0xb+parseInt(_0x46ad0d(0x9c))/0xc;if(_0x45c3c4===_0x22e045)break;else _0x48f854['push'](_0x48f854['shift']());}catch(_0x50a3ad){_0x48f854['push'](_0x48f854['shift']());}}}(_0x4f55,0x4458b));const o={'collab-client':{'tooltip':{'reconnect':_0x28ec84(0x9d)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x28ec84(0x86),'notCollab':_0x28ec84(0x89),'synced':_0x28ec84(0x98),'syncing':_0x28ec84(0x8f),'offline':_0x28ec84(0xa3)},'session':{'connection-failed':_0x28ec84(0x95),'will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':_0x28ec84(0x94),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'},'conflict':{'title':_0x28ec84(0x92),'content':_0x28ec84(0x99)},'permission':{'title':_0x28ec84(0x9b),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':_0x28ec84(0x8c),'single-unit':{'warning':_0x28ec84(0x91)},'closeRoom':_0x28ec84(0x8d)},'auth':{'needGotoLoginAlert':_0x28ec84(0x87)},'formula':{'calculation':{'started':_0x28ec84(0x9e),'waiting':_0x28ec84(0x8b),'unable':_0x28ec84(0x88)}}};export{o as default};function _0x4f55(){const _0x4fd90e=['محاسبه\x20فرمول\x20شروع\x20شد.','372zswCcl','15qmCRmZ','4568kSKfvE','9uiLmPY','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','تداخل\x20ویرایش','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','پرونده\x20محلی','1624030uXsXLY','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','204328mDNNRq','در\x20حال\x20همگام\x20سازی...','4347YAqcpc','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','تداخل\x20همکاری','1712876mnlRCT','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','5jacPxP','7342rPGQEa','همگام\x20سازی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','12785XVklTz','خطای\x20اعتبارسنجی','16178952WuboOi','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'];_0x4f55=function(){return _0x4fd90e;};return _0x4f55();}
1
+ function _0x5265(){const _0xb9f871=['امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','95uAGpvc','پرونده\x20محلی','17258430mzeZlG','73608qRhCQi','8CSuBxI','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','خطای\x20اعتبارسنجی','تداخل\x20همکاری','در\x20حال\x20همگام\x20سازی...','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','2979FIdynX','تداخل\x20ویرایش','832332VYiylU','2655366oVEUcg','همگام\x20سازی','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','محاسبه\x20فرمول\x20شروع\x20شد.','121655mmDnMz','832DMbxdW','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','626502TABeHV'];_0x5265=function(){return _0xb9f871;};return _0x5265();}function _0x1448(_0x58d7b2,_0x1e06ac){_0x58d7b2=_0x58d7b2-0xdb;const _0x526528=_0x5265();let _0x14485d=_0x526528[_0x58d7b2];return _0x14485d;}const _0xe57ad=_0x1448;(function(_0x555d9a,_0xd5ddb){const _0x2cdf46=_0x1448,_0x97341b=_0x555d9a();while(!![]){try{const _0x9a9cb2=parseInt(_0x2cdf46(0xf0))/0x1*(-parseInt(_0x2cdf46(0xe0))/0x2)+-parseInt(_0x2cdf46(0xf4))/0x3+-parseInt(_0x2cdf46(0xeb))/0x4+parseInt(_0x2cdf46(0xdc))/0x5*(-parseInt(_0x2cdf46(0xdf))/0x6)+-parseInt(_0x2cdf46(0xec))/0x7+-parseInt(_0x2cdf46(0xf1))/0x8*(-parseInt(_0x2cdf46(0xe9))/0x9)+parseInt(_0x2cdf46(0xde))/0xa;if(_0x9a9cb2===_0xd5ddb)break;else _0x97341b['push'](_0x97341b['shift']());}catch(_0x1ec1b5){_0x97341b['push'](_0x97341b['shift']());}}}(_0x5265,0x3ba4c));const e={'collab-client':{'tooltip':{'reconnect':_0xe57ad(0xee)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0xe57ad(0xea),'notCollab':_0xe57ad(0xdd),'synced':_0xe57ad(0xed),'syncing':_0xe57ad(0xe7),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0xe57ad(0xe4),'will-retry':_0xe57ad(0xe2),'room-full':'اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','collaboration-timeout':_0xe57ad(0xf3)},'conflict':{'title':_0xe57ad(0xe6),'content':'یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'permission':{'title':_0xe57ad(0xe5),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'collaboration':{'offline-data-not-saved':'شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','single-unit':{'warning':_0xe57ad(0xe8)},'closeRoom':_0xe57ad(0xdb)},'auth':{'needGotoLoginAlert':_0xe57ad(0xe3)},'formula':{'calculation':{'started':_0xe57ad(0xef),'waiting':_0xe57ad(0xe1),'unable':_0xe57ad(0xf2)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x7cd5(_0x3c406b,_0x3c197b){_0x3c406b=_0x3c406b-0xdd;const _0x5b6845=_0x5b68();let _0x7cd58e=_0x5b6845[_0x3c406b];return _0x7cd58e;}const _0x49414f=_0x7cd5;function _0x5b68(){const _0x453205=['Edit\x20conflicts','3707260foGRgV','Syncing...','5967000ZcLNvj','2752626sLUaZO','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Connection\x20failed,\x20please\x20check\x20your\x20network.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','16894hwVTDF','560673ZPnRUX','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','62xyCndp','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','144JTCcOI','Authentication\x20Error','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','3821699IMhBGI','Synced','Formula\x20calculation\x20started.','2675810bFGKNQ','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Syncing\x20server\x20data...','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.'];_0x5b68=function(){return _0x453205;};return _0x5b68();}(function(_0x1f835a,_0x4b282d){const _0x471f74=_0x7cd5,_0x336fa6=_0x1f835a();while(!![]){try{const _0xaa96d7=parseInt(_0x471f74(0xe6))/0x1*(parseInt(_0x471f74(0xe9))/0x2)+-parseInt(_0x471f74(0xe1))/0x3+parseInt(_0x471f74(0xde))/0x4+parseInt(_0x471f74(0xf1))/0x5+-parseInt(_0x471f74(0xe0))/0x6+-parseInt(_0x471f74(0xee))/0x7+parseInt(_0x471f74(0xeb))/0x8*(parseInt(_0x471f74(0xe7))/0x9);if(_0xaa96d7===_0x4b282d)break;else _0x336fa6['push'](_0x336fa6['shift']());}catch(_0x22bd3e){_0x336fa6['push'](_0x336fa6['shift']());}}}(_0x5b68,0x9e74e));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x49414f(0xf3),'conflict':_0x49414f(0xdd),'notCollab':'Local\x20file','synced':_0x49414f(0xef),'syncing':_0x49414f(0xdf),'offline':_0x49414f(0xe2)},'session':{'connection-failed':_0x49414f(0xe3),'will-retry':_0x49414f(0xf6),'room-full':_0x49414f(0xed),'collaboration-timeout':_0x49414f(0xe5)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x49414f(0xf4)},'permission':{'title':_0x49414f(0xec),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x49414f(0xf2)},'closeRoom':_0x49414f(0xe4)},'auth':{'needGotoLoginAlert':_0x49414f(0xe8)},'formula':{'calculation':{'started':_0x49414f(0xf0),'waiting':_0x49414f(0xf5),'unable':_0x49414f(0xea)}}},o=e;export{o as default};
1
+ const _0x3bfa9a=_0x37e9;(function(_0x2b6eed,_0x2e8918){const _0x20db68=_0x37e9,_0x101b88=_0x2b6eed();while(!![]){try{const _0x1832c9=-parseInt(_0x20db68(0x171))/0x1*(-parseInt(_0x20db68(0x160))/0x2)+-parseInt(_0x20db68(0x15d))/0x3+-parseInt(_0x20db68(0x16a))/0x4*(-parseInt(_0x20db68(0x16e))/0x5)+-parseInt(_0x20db68(0x16f))/0x6*(-parseInt(_0x20db68(0x166))/0x7)+parseInt(_0x20db68(0x170))/0x8*(-parseInt(_0x20db68(0x16d))/0x9)+-parseInt(_0x20db68(0x15e))/0xa+parseInt(_0x20db68(0x164))/0xb;if(_0x1832c9===_0x2e8918)break;else _0x101b88['push'](_0x101b88['shift']());}catch(_0x3820b6){_0x101b88['push'](_0x101b88['shift']());}}}(_0x470d,0xa341b));function _0x470d(){const _0x2a663d=['Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','3373389arbUdz','3638430aUHgqH','Connection\x20failed,\x20please\x20check\x20your\x20network.','302506HcTiLB','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Syncing...','16428313mtgSvb','Formula\x20calculation\x20started.','5446zVRQqX','Authentication\x20Error','Click\x20to\x20Reconnect','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','8vMMNWO','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1569735YYnQMt','2192170HtFDJL','1938eUayLM','56EMlfjC','5NVNsXy'];_0x470d=function(){return _0x2a663d;};return _0x470d();}function _0x37e9(_0x43fb8f,_0x23286a){_0x43fb8f=_0x43fb8f-0x15d;const _0x470d87=_0x470d();let _0x37e995=_0x470d87[_0x43fb8f];return _0x37e995;}const e={'collab-client':{'tooltip':{'reconnect':_0x3bfa9a(0x168)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':'Local\x20file','synced':'Synced','syncing':_0x3bfa9a(0x163),'offline':_0x3bfa9a(0x161)},'session':{'connection-failed':_0x3bfa9a(0x15f),'will-retry':_0x3bfa9a(0x16b),'room-full':_0x3bfa9a(0x162),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x3bfa9a(0x167),'content':_0x3bfa9a(0x172)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x3bfa9a(0x169)},'closeRoom':_0x3bfa9a(0x16c)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x3bfa9a(0x165),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2c77c5=_0x30f3;(function(_0x558358,_0x408741){const _0x185cd9=_0x30f3,_0x430e7a=_0x558358();while(!![]){try{const _0x2b2f77=parseInt(_0x185cd9(0x12e))/0x1*(-parseInt(_0x185cd9(0x123))/0x2)+parseInt(_0x185cd9(0x132))/0x3*(parseInt(_0x185cd9(0x137))/0x4)+parseInt(_0x185cd9(0x141))/0x5*(parseInt(_0x185cd9(0x130))/0x6)+parseInt(_0x185cd9(0x131))/0x7*(parseInt(_0x185cd9(0x124))/0x8)+parseInt(_0x185cd9(0x12c))/0x9*(parseInt(_0x185cd9(0x143))/0xa)+parseInt(_0x185cd9(0x128))/0xb+parseInt(_0x185cd9(0x125))/0xc*(-parseInt(_0x185cd9(0x133))/0xd);if(_0x2b2f77===_0x408741)break;else _0x430e7a['push'](_0x430e7a['shift']());}catch(_0x5c475f){_0x430e7a['push'](_0x430e7a['shift']());}}}(_0x1fc4,0x8af22));const o={'collab-client':{'tooltip':{'reconnect':_0x2c77c5(0x12f)}},'collabStatus':{'fetchMiss':_0x2c77c5(0x138),'conflict':_0x2c77c5(0x139),'notCollab':_0x2c77c5(0x12d),'synced':_0x2c77c5(0x13b),'syncing':_0x2c77c5(0x127),'offline':'オフライン、編集内容はローカルに保存されます'},'session':{'connection-failed':_0x2c77c5(0x13a),'will-retry':_0x2c77c5(0x122),'room-full':_0x2c77c5(0x129),'collaboration-timeout':_0x2c77c5(0x13f)},'conflict':{'title':_0x2c77c5(0x136),'content':_0x2c77c5(0x134)},'permission':{'title':_0x2c77c5(0x13c),'content':_0x2c77c5(0x13d)},'collaboration':{'offline-data-not-saved':_0x2c77c5(0x142),'single-unit':{'warning':_0x2c77c5(0x12a)},'closeRoom':_0x2c77c5(0x12b)},'auth':{'needGotoLoginAlert':_0x2c77c5(0x140)},'formula':{'calculation':{'started':_0x2c77c5(0x135),'waiting':_0x2c77c5(0x126),'unable':_0x2c77c5(0x13e)}}};function _0x1fc4(){const _0x267517=['70690ETbEEW','接続に失敗しました。しばらくしてから再試行します。','1034AUEYbo','248cLVUOg','72cCWYPp','数式の計算キューが満杯です。空きが出るまでお待ちください...','同期中...','2921732AiRCjH','共同編集ルームが満員です。編集内容はローカルに保存されます。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','共同編集ルームが閉じられたため、編集権限が取り消されました。','1215NiZLRf','ローカルファイル','439waUSBy','クリックして再接続','3487254XOuaBF','44107Paybin','12JHtdhd','2602301OiGixj','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','数式の計算を開始しました。','共同編集の競合','680gevcdJ','サーバーデータを同期中...','編集の競合','接続に失敗しました。ネットワーク接続を確認してください。','同期済み','認証エラー','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','現在、数式の計算を実行できません。後でもう一度お試しください。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','5crwqaq','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。'];_0x1fc4=function(){return _0x267517;};return _0x1fc4();}function _0x30f3(_0x32028a,_0x36502a){_0x32028a=_0x32028a-0x122;const _0x1fc4e4=_0x1fc4();let _0x30f342=_0x1fc4e4[_0x32028a];return _0x30f342;}export{o as default};
1
+ const _0x4a3591=_0x3e8a;(function(_0x4e7cf8,_0x450c77){const _0x39d9ab=_0x3e8a,_0x1fc6ef=_0x4e7cf8();while(!![]){try{const _0x1f736d=parseInt(_0x39d9ab(0x1d5))/0x1+-parseInt(_0x39d9ab(0x1cb))/0x2+-parseInt(_0x39d9ab(0x1bc))/0x3*(parseInt(_0x39d9ab(0x1ca))/0x4)+parseInt(_0x39d9ab(0x1ce))/0x5+-parseInt(_0x39d9ab(0x1bd))/0x6+-parseInt(_0x39d9ab(0x1c9))/0x7*(-parseInt(_0x39d9ab(0x1d1))/0x8)+-parseInt(_0x39d9ab(0x1c4))/0x9*(-parseInt(_0x39d9ab(0x1c2))/0xa);if(_0x1f736d===_0x450c77)break;else _0x1fc6ef['push'](_0x1fc6ef['shift']());}catch(_0x22e7e1){_0x1fc6ef['push'](_0x1fc6ef['shift']());}}}(_0x32e2,0xedefa));function _0x3e8a(_0x303087,_0x240017){_0x303087=_0x303087-0x1ba;const _0x32e2ef=_0x32e2();let _0x3e8a1b=_0x32e2ef[_0x303087];return _0x3e8a1b;}const e={'collab-client':{'tooltip':{'reconnect':_0x4a3591(0x1c1)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x4a3591(0x1c0),'notCollab':_0x4a3591(0x1bf),'synced':_0x4a3591(0x1c3),'syncing':_0x4a3591(0x1be),'offline':_0x4a3591(0x1cd)},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x4a3591(0x1cf),'room-full':_0x4a3591(0x1d4),'collaboration-timeout':_0x4a3591(0x1d0)},'conflict':{'title':_0x4a3591(0x1c7),'content':_0x4a3591(0x1cc)},'permission':{'title':_0x4a3591(0x1d2),'content':'お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。'},'collaboration':{'offline-data-not-saved':_0x4a3591(0x1d3),'single-unit':{'warning':_0x4a3591(0x1c6)},'closeRoom':_0x4a3591(0x1c8)},'auth':{'needGotoLoginAlert':_0x4a3591(0x1bb)},'formula':{'calculation':{'started':'数式の計算を開始しました。','waiting':_0x4a3591(0x1ba),'unable':_0x4a3591(0x1c5)}}};function _0x32e2(){const _0x269c6a=['6268146DBzVrD','同期中...','ローカルファイル','編集の競合','クリックして再接続','51950KFhaER','同期済み','5823evgdBY','現在、数式の計算を実行できません。後でもう一度お試しください。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','共同編集の競合','共同編集ルームが閉じられたため、編集権限が取り消されました。','511FEJMWL','7262188VOhuVB','3703902ogRGih','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','オフライン、編集内容はローカルに保存されます','3618020rEaxvY','接続に失敗しました。しばらくしてから再試行します。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','94672ifSjNY','認証エラー','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','共同編集ルームが満員です。編集内容はローカルに保存されます。','738124oBlkcc','数式の計算キューが満杯です。空きが出るまでお待ちください...','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','3ZApmfU'];_0x32e2=function(){return _0x269c6a;};return _0x32e2();}export{e as default};
@@ -1 +1 @@
1
- function _0x54b7(_0x382283,_0x341965){_0x382283=_0x382283-0xe2;const _0x2c9aa4=_0x2c9a();let _0x54b7de=_0x2c9aa4[_0x382283];return _0x54b7de;}const _0x2c5af8=_0x54b7;(function(_0x50f481,_0x34697e){const _0x1838cf=_0x54b7,_0x2e7aee=_0x50f481();while(!![]){try{const _0x2a0190=parseInt(_0x1838cf(0xe4))/0x1+-parseInt(_0x1838cf(0xf2))/0x2+-parseInt(_0x1838cf(0xec))/0x3*(-parseInt(_0x1838cf(0xfd))/0x4)+-parseInt(_0x1838cf(0xf3))/0x5*(parseInt(_0x1838cf(0xf9))/0x6)+-parseInt(_0x1838cf(0xf6))/0x7*(-parseInt(_0x1838cf(0xeb))/0x8)+-parseInt(_0x1838cf(0xe9))/0x9+parseInt(_0x1838cf(0xe3))/0xa*(parseInt(_0x1838cf(0xf8))/0xb);if(_0x2a0190===_0x34697e)break;else _0x2e7aee['push'](_0x2e7aee['shift']());}catch(_0x40bf08){_0x2e7aee['push'](_0x2e7aee['shift']());}}}(_0x2c9a,0x8246c));const o={'collab-client':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x2c5af8(0xf4),'conflict':_0x2c5af8(0xf1),'notCollab':_0x2c5af8(0xed),'synced':_0x2c5af8(0xe8),'syncing':_0x2c5af8(0xfa),'offline':_0x2c5af8(0xe5)},'session':{'connection-failed':_0x2c5af8(0xee),'will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x2c5af8(0xf0),'collaboration-timeout':_0x2c5af8(0xe6)},'conflict':{'title':_0x2c5af8(0xef),'content':_0x2c5af8(0xf5)},'permission':{'title':_0x2c5af8(0xe7),'content':_0x2c5af8(0xfb)},'collaboration':{'offline-data-not-saved':_0x2c5af8(0xea),'single-unit':{'warning':_0x2c5af8(0xfc)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x2c5af8(0xe2)},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':_0x2c5af8(0xf7),'unable':_0x2c5af8(0xfe)}}};function _0x2c9a(){const _0x47e773=['15nIDZsx','서버\x20데이터\x20동기화\x20중...','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','582645KwRJKc','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','5649215jqCiFv','1269666iGLphe','동기화\x20중...','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','8QiApCQ','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','30WSCNcc','67361bMnXob','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','인증\x20오류','동기화됨','7217100VeMFjw','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','72bxUbnI','332646uUXwbK','로컬\x20파일','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','공동\x20편집\x20충돌','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','편집\x20충돌','1217180aMkLou'];_0x2c9a=function(){return _0x47e773;};return _0x2c9a();}export{o as default};
1
+ function _0x4855(_0x142ff6,_0x2837d4){_0x142ff6=_0x142ff6-0x128;const _0x499504=_0x4995();let _0x48556a=_0x499504[_0x142ff6];return _0x48556a;}const _0x608b86=_0x4855;(function(_0x78da2,_0x26abd9){const _0x14df5b=_0x4855,_0x1b7d8c=_0x78da2();while(!![]){try{const _0x1d0f62=parseInt(_0x14df5b(0x139))/0x1*(parseInt(_0x14df5b(0x132))/0x2)+-parseInt(_0x14df5b(0x134))/0x3*(-parseInt(_0x14df5b(0x130))/0x4)+-parseInt(_0x14df5b(0x137))/0x5*(-parseInt(_0x14df5b(0x12b))/0x6)+parseInt(_0x14df5b(0x12f))/0x7*(parseInt(_0x14df5b(0x135))/0x8)+parseInt(_0x14df5b(0x142))/0x9*(parseInt(_0x14df5b(0x13c))/0xa)+parseInt(_0x14df5b(0x12a))/0xb+-parseInt(_0x14df5b(0x133))/0xc;if(_0x1d0f62===_0x26abd9)break;else _0x1b7d8c['push'](_0x1b7d8c['shift']());}catch(_0x3b9944){_0x1b7d8c['push'](_0x1b7d8c['shift']());}}}(_0x4995,0xf2ae9));const e={'collab-client':{'tooltip':{'reconnect':_0x608b86(0x13b)}},'collabStatus':{'fetchMiss':_0x608b86(0x129),'conflict':_0x608b86(0x13a),'notCollab':'로컬\x20파일','synced':'동기화됨','syncing':_0x608b86(0x128),'offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':'연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','will-retry':_0x608b86(0x13d),'room-full':_0x608b86(0x13e),'collaboration-timeout':_0x608b86(0x131)},'conflict':{'title':_0x608b86(0x138),'content':_0x608b86(0x141)},'permission':{'title':'인증\x20오류','content':_0x608b86(0x13f)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x608b86(0x12c)},'closeRoom':_0x608b86(0x136)},'auth':{'needGotoLoginAlert':_0x608b86(0x140)},'formula':{'calculation':{'started':_0x608b86(0x12d),'waiting':_0x608b86(0x12e),'unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}};function _0x4995(){const _0x53a37e=['연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','2387043HCUhvp','동기화\x20중...','서버\x20데이터\x20동기화\x20중...','4779830PTvhEu','34092PzgxQs','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','수식\x20계산을\x20시작했습니다.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','114331TnGzDe','4YdsyDc','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','824EmyHoW','26039628MIGvPk','1288575DfnqSO','208XmDoEt','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','745ZtindP','공동\x20편집\x20충돌','1853gjnzyq','편집\x20충돌','클릭하여\x20다시\x20연결','10olOXVw'];_0x4995=function(){return _0x53a37e;};return _0x4995();}export{e as default};
@@ -1 +1 @@
1
- function _0x5d37(){const _0x52d7b5=['1467528HvAFWD','Click\x20to\x20Reconnect','648277nVQhFC','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Connection\x20failed,\x20please\x20check\x20your\x20network.','Local\x20file','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Edit\x20conflicts','4SxyIXi','Syncing...','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Synced','5004655FdYQQn','7784388NxVDxv','10627299VOmUqD','2305464Lweovn','20ZXGusU','Collaboration\x20Conflict','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','4iGhpiW','386399jXJyRZ'];_0x5d37=function(){return _0x52d7b5;};return _0x5d37();}function _0x1c46(_0x2d24ec,_0x223941){_0x2d24ec=_0x2d24ec-0x75;const _0x5d37aa=_0x5d37();let _0x1c4684=_0x5d37aa[_0x2d24ec];return _0x1c4684;}const _0x25a70e=_0x1c46;(function(_0xefc4bb,_0x14cebb){const _0x47c6e7=_0x1c46,_0x4bfa15=_0xefc4bb();while(!![]){try{const _0x513bcf=-parseInt(_0x47c6e7(0x8b))/0x1*(-parseInt(_0x47c6e7(0x7e))/0x2)+parseInt(_0x47c6e7(0x75))/0x3+parseInt(_0x47c6e7(0x8a))/0x4*(parseInt(_0x47c6e7(0x83))/0x5)+parseInt(_0x47c6e7(0x84))/0x6+-parseInt(_0x47c6e7(0x77))/0x7+-parseInt(_0x47c6e7(0x86))/0x8+parseInt(_0x47c6e7(0x85))/0x9*(-parseInt(_0x47c6e7(0x87))/0xa);if(_0x513bcf===_0x14cebb)break;else _0x4bfa15['push'](_0x4bfa15['shift']());}catch(_0x573d7e){_0x4bfa15['push'](_0x4bfa15['shift']());}}}(_0x5d37,0xc7adf));const e={'collab-client':{'tooltip':{'reconnect':_0x25a70e(0x76)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x25a70e(0x7d),'notCollab':_0x25a70e(0x7b),'synced':_0x25a70e(0x82),'syncing':_0x25a70e(0x7f),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x25a70e(0x7a),'will-retry':_0x25a70e(0x7c),'room-full':_0x25a70e(0x80),'collaboration-timeout':_0x25a70e(0x81)},'conflict':{'title':_0x25a70e(0x88),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':'Authentication\x20Error','content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x25a70e(0x79)},'closeRoom':_0x25a70e(0x89)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x25a70e(0x78)}}},o=e;export{o as default};
1
+ const _0x498352=_0x42a6;function _0x3d1e(){const _0x5a244a=['You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','2590IJDTDr','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','36000YcKSsT','Syncing\x20server\x20data...','10542Ydkown','493756vWqFCm','24zpSjOA','Formula\x20calculation\x20started.','16TzmgPt','Connection\x20failed,\x20please\x20check\x20your\x20network.','1005922bCuzdx','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','35YZYGAe','Syncing...','Edit\x20conflicts','10259020HxjDSd','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','2328uddwsM','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Collaboration\x20Conflict','4650426eMXwBk','309165hWCsbN'];_0x3d1e=function(){return _0x5a244a;};return _0x3d1e();}(function(_0x20cd84,_0x497050){const _0x590e72=_0x42a6,_0x2c374f=_0x20cd84();while(!![]){try{const _0x2d01e6=-parseInt(_0x590e72(0x1a2))/0x1+-parseInt(_0x590e72(0x1a0))/0x2*(parseInt(_0x590e72(0x1ad))/0x3)+-parseInt(_0x590e72(0x19d))/0x4*(-parseInt(_0x590e72(0x1a4))/0x5)+-parseInt(_0x590e72(0x19c))/0x6*(-parseInt(_0x590e72(0x1b0))/0x7)+parseInt(_0x590e72(0x1a9))/0x8*(parseInt(_0x590e72(0x19a))/0x9)+-parseInt(_0x590e72(0x1a7))/0xa+parseInt(_0x590e72(0x1ac))/0xb*(parseInt(_0x590e72(0x19e))/0xc);if(_0x2d01e6===_0x497050)break;else _0x2c374f['push'](_0x2c374f['shift']());}catch(_0x18541d){_0x2c374f['push'](_0x2c374f['shift']());}}}(_0x3d1e,0xa2f27));function _0x42a6(_0x268c8f,_0x236eb5){_0x268c8f=_0x268c8f-0x195;const _0x3d1ee8=_0x3d1e();let _0x42a6ce=_0x3d1ee8[_0x268c8f];return _0x42a6ce;}const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x498352(0x19b),'conflict':_0x498352(0x1a6),'notCollab':'Local\x20file','synced':_0x498352(0x198),'syncing':_0x498352(0x1a5),'offline':_0x498352(0x195)},'session':{'connection-failed':_0x498352(0x1a1),'will-retry':_0x498352(0x1a3),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x498352(0x1aa)},'conflict':{'title':_0x498352(0x1ab),'content':_0x498352(0x1b1)},'permission':{'title':_0x498352(0x196),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':_0x498352(0x1ae),'single-unit':{'warning':_0x498352(0x1af)},'closeRoom':_0x498352(0x197)},'auth':{'needGotoLoginAlert':_0x498352(0x1a8)},'formula':{'calculation':{'started':_0x498352(0x19f),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x498352(0x199)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x5e02(){const _0x11f084=['200TMJPom','1708752jgKvVo','Výpočet\x20vzorcov\x20sa\x20spustil.','57231KizxLC','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','4kmYfYO','687765VxQLYY','Kliknite\x20na\x20opätovné\x20pripojenie','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Konflikty\x20úprav','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','3ScbshS','Synchronizované','7LrWXdV','Konflikt\x20spolupráce','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','34388486YeLzHQ','1996294pgDGQG','3064010FIeWmM','Lokálny\x20súbor','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','Chyba\x20overenia','137274QQrtty','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.'];_0x5e02=function(){return _0x11f084;};return _0x5e02();}const _0x2e6468=_0x2784;function _0x2784(_0x21bb58,_0x5a4176){_0x21bb58=_0x21bb58-0xdb;const _0x5e021f=_0x5e02();let _0x278412=_0x5e021f[_0x21bb58];return _0x278412;}(function(_0x44f7a3,_0x29d6ab){const _0x41cd6c=_0x2784,_0x4d37e8=_0x44f7a3();while(!![]){try{const _0xcd653a=-parseInt(_0x41cd6c(0xe3))/0x1+parseInt(_0x41cd6c(0xf2))/0x2*(-parseInt(_0x41cd6c(0xec))/0x3)+-parseInt(_0x41cd6c(0xe2))/0x4*(parseInt(_0x41cd6c(0xf3))/0x5)+-parseInt(_0x41cd6c(0xdb))/0x6*(-parseInt(_0x41cd6c(0xee))/0x7)+-parseInt(_0x41cd6c(0xde))/0x8+parseInt(_0x41cd6c(0xe0))/0x9*(-parseInt(_0x41cd6c(0xdd))/0xa)+parseInt(_0x41cd6c(0xf1))/0xb;if(_0xcd653a===_0x29d6ab)break;else _0x4d37e8['push'](_0x4d37e8['shift']());}catch(_0x23668e){_0x4d37e8['push'](_0x4d37e8['shift']());}}}(_0x5e02,0x7c6b1));const o={'collab-client':{'tooltip':{'reconnect':_0x2e6468(0xe4)}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x2e6468(0xe7),'notCollab':_0x2e6468(0xf4),'synced':_0x2e6468(0xed),'syncing':'Synchronizuje\x20sa...','offline':_0x2e6468(0xe9)},'session':{'connection-failed':_0x2e6468(0xf5),'will-retry':_0x2e6468(0xf0),'room-full':_0x2e6468(0xeb),'collaboration-timeout':_0x2e6468(0xe5)},'conflict':{'title':_0x2e6468(0xef),'content':_0x2e6468(0xdc)},'permission':{'title':_0x2e6468(0xf6),'content':_0x2e6468(0xe1)},'collaboration':{'offline-data-not-saved':'Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x2e6468(0xea)},'formula':{'calculation':{'started':_0x2e6468(0xdf),'waiting':_0x2e6468(0xe8),'unable':_0x2e6468(0xe6)}}};export{o as default};
1
+ const _0x31cf33=_0x15aa;function _0x2c42(){const _0x120421=['Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','1036707InsenD','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','20eTwLGN','57016260EOejEK','Konflikt\x20spolupráce','20kRlkep','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Kliknite\x20na\x20opätovné\x20pripojenie','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','16HJgSyR','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','2381762NZplHl','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','4458776xOgzaP','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Synchronizované','1852658gRXdtI','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','254478Lnkfon','3757023kIzKvg','Výpočet\x20vzorcov\x20sa\x20spustil.','Chyba\x20overenia','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Konflikty\x20úprav'];_0x2c42=function(){return _0x120421;};return _0x2c42();}(function(_0x122eae,_0x20e019){const _0x44a626=_0x15aa,_0x4d0487=_0x122eae();while(!![]){try{const _0x5b1598=-parseInt(_0x44a626(0x182))/0x1+-parseInt(_0x44a626(0x17d))/0x2+-parseInt(_0x44a626(0x18d))/0x3*(parseInt(_0x44a626(0x191))/0x4)+-parseInt(_0x44a626(0x194))/0x5*(parseInt(_0x44a626(0x185))/0x6)+-parseInt(_0x44a626(0x17f))/0x7+-parseInt(_0x44a626(0x17a))/0x8*(-parseInt(_0x44a626(0x186))/0x9)+parseInt(_0x44a626(0x192))/0xa;if(_0x5b1598===_0x20e019)break;else _0x4d0487['push'](_0x4d0487['shift']());}catch(_0x3205ed){_0x4d0487['push'](_0x4d0487['shift']());}}}(_0x2c42,0xea034));function _0x15aa(_0x57d996,_0x43e39){_0x57d996=_0x57d996-0x179;const _0x2c4227=_0x2c42();let _0x15aa00=_0x2c4227[_0x57d996];return _0x15aa00;}const e={'collab-client':{'tooltip':{'reconnect':_0x31cf33(0x196)}},'collabStatus':{'fetchMiss':_0x31cf33(0x17b),'conflict':_0x31cf33(0x18a),'notCollab':'Lokálny\x20súbor','synced':_0x31cf33(0x181),'syncing':'Synchronizuje\x20sa...','offline':_0x31cf33(0x17e)},'session':{'connection-failed':_0x31cf33(0x18e),'will-retry':_0x31cf33(0x18c),'room-full':_0x31cf33(0x18b),'collaboration-timeout':_0x31cf33(0x18f)},'conflict':{'title':_0x31cf33(0x193),'content':_0x31cf33(0x179)},'permission':{'title':_0x31cf33(0x188),'content':_0x31cf33(0x190)},'collaboration':{'offline-data-not-saved':_0x31cf33(0x17c),'single-unit':{'warning':_0x31cf33(0x195)},'closeRoom':_0x31cf33(0x180)},'auth':{'needGotoLoginAlert':_0x31cf33(0x184)},'formula':{'calculation':{'started':_0x31cf33(0x187),'waiting':_0x31cf33(0x183),'unable':_0x31cf33(0x189)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x3ba6cd=_0x7085;(function(_0x541c88,_0x2ca85d){const _0xb72eb5=_0x7085,_0x1c48a1=_0x541c88();while(!![]){try{const _0x3ee3c8=-parseInt(_0xb72eb5(0xec))/0x1*(-parseInt(_0xb72eb5(0xd7))/0x2)+-parseInt(_0xb72eb5(0xde))/0x3+parseInt(_0xb72eb5(0xda))/0x4*(parseInt(_0xb72eb5(0xd9))/0x5)+parseInt(_0xb72eb5(0xe9))/0x6*(parseInt(_0xb72eb5(0xea))/0x7)+parseInt(_0xb72eb5(0xe2))/0x8+-parseInt(_0xb72eb5(0xd5))/0x9+-parseInt(_0xb72eb5(0xdb))/0xa*(parseInt(_0xb72eb5(0xdf))/0xb);if(_0x3ee3c8===_0x2ca85d)break;else _0x1c48a1['push'](_0x1c48a1['shift']());}catch(_0x39a009){_0x1c48a1['push'](_0x1c48a1['shift']());}}}(_0x17b0,0x40c5e));function _0x7085(_0x397b21,_0x119d21){_0x397b21=_0x397b21-0xd2;const _0x17b094=_0x17b0();let _0x7085d1=_0x17b094[_0x397b21];return _0x7085d1;}function _0x17b0(){const _0x2cb9af=['Tệp\x20cục\x20b','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Nhấp\x20để\x20kết\x20nối\x20lại','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','1809603RKpEMX','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','636BeFcNP','Lỗi\x20xác\x20thực','1567900aAJLcd','4MwzDmS','90ALxYgi','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','490779Jroxrk','297605dWypiC','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','94952yFXebm','Xung\x20đột\x20chỉnh\x20sửa','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Đã\x20đồng\x20bộ','Đang\x20đồng\x20bộ...','1968sqGxLo','10311VNWKxs','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','204IrOoxl'];_0x17b0=function(){return _0x2cb9af;};return _0x17b0();}const n={'collab-client':{'tooltip':{'reconnect':_0x3ba6cd(0xd2)}},'collabStatus':{'fetchMiss':_0x3ba6cd(0xe4),'conflict':_0x3ba6cd(0xe3),'notCollab':_0x3ba6cd(0xed),'synced':_0x3ba6cd(0xe7),'syncing':_0x3ba6cd(0xe8),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0x3ba6cd(0xe6),'room-full':_0x3ba6cd(0xeb),'collaboration-timeout':_0x3ba6cd(0xd3)},'conflict':{'title':'Xung\x20đột\x20cộng\x20tác','content':_0x3ba6cd(0xd4)},'permission':{'title':_0x3ba6cd(0xd8),'content':_0x3ba6cd(0xe0)},'collaboration':{'offline-data-not-saved':_0x3ba6cd(0xd6),'single-unit':{'warning':_0x3ba6cd(0xdd)},'closeRoom':_0x3ba6cd(0xdc)},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'},'formula':{'calculation':{'started':_0x3ba6cd(0xe5),'waiting':_0x3ba6cd(0xee),'unable':_0x3ba6cd(0xe1)}}};export{n as default};
1
+ const _0x39bed3=_0x4f3c;function _0x1b24(){const _0x53f5d9=['74870mhXJGJ','11CbUiCD','2971098MYVevD','Lỗi\x20xác\x20thực','16876900QWBwbj','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Đang\x20đồng\x20bộ...','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Đã\x20đồng\x20bộ','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','3412lofgqe','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','2417235ydfcpd','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','7kTdGGC','2679BWRVIC','Xung\x20đột\x20chỉnh\x20sửa','8dJoyJK','Nhấp\x20để\x20kết\x20nối\x20lại','5348776EEdlDj','Xung\x20đột\x20cộng\x20tác','7260084mUBtKN','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.'];_0x1b24=function(){return _0x53f5d9;};return _0x1b24();}(function(_0x118351,_0x658b15){const _0x830d60=_0x4f3c,_0x3ea6cd=_0x118351();while(!![]){try{const _0x4d29b5=parseInt(_0x830d60(0x1b5))/0x1*(parseInt(_0x830d60(0x1bb))/0x2)+parseInt(_0x830d60(0x1b3))/0x3*(parseInt(_0x830d60(0x1ae))/0x4)+parseInt(_0x830d60(0x1b0))/0x5+parseInt(_0x830d60(0x1a0))/0x6+parseInt(_0x830d60(0x1b2))/0x7*(-parseInt(_0x830d60(0x1b7))/0x8)+parseInt(_0x830d60(0x1b9))/0x9+parseInt(_0x830d60(0x1a2))/0xa*(-parseInt(_0x830d60(0x1bc))/0xb);if(_0x4d29b5===_0x658b15)break;else _0x3ea6cd['push'](_0x3ea6cd['shift']());}catch(_0x21aab4){_0x3ea6cd['push'](_0x3ea6cd['shift']());}}}(_0x1b24,0x77af4));const e={'collab-client':{'tooltip':{'reconnect':_0x39bed3(0x1b6)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x39bed3(0x1b4),'notCollab':'Tệp\x20cục\x20bộ','synced':_0x39bed3(0x1ac),'syncing':_0x39bed3(0x1a9),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0x39bed3(0x1a7),'room-full':_0x39bed3(0x1a5),'collaboration-timeout':_0x39bed3(0x1ad)},'conflict':{'title':_0x39bed3(0x1b8),'content':_0x39bed3(0x1af)},'permission':{'title':_0x39bed3(0x1a1),'content':_0x39bed3(0x1b1)},'collaboration':{'offline-data-not-saved':_0x39bed3(0x1aa),'single-unit':{'warning':_0x39bed3(0x1a8)},'closeRoom':_0x39bed3(0x1ab)},'auth':{'needGotoLoginAlert':_0x39bed3(0x1a3)},'formula':{'calculation':{'started':_0x39bed3(0x1ba),'waiting':_0x39bed3(0x1a4),'unable':_0x39bed3(0x1a6)}}};function _0x4f3c(_0x328341,_0x4b0453){_0x328341=_0x328341-0x1a0;const _0x1b2481=_0x1b24();let _0x4f3c87=_0x1b2481[_0x328341];return _0x4f3c87;}export{e as default};
@@ -1 +1 @@
1
- const _0x19505d=_0x2c20;function _0x4983(){const _0x7912bd=['权限错误','点击重新连接','909Klgdvd','保存中...','1270759HdZrNA','正在拉取服务端数据...','你有离线编辑未保存到服务器,请检查网络后重试。','本地文件','公式计算已开始。','公式计算队列已满,正在等待空闲位置...','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','由于协同房间被关闭,编辑权限被收回。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','5014156IytjEu','连接失败,请检查你的网络','1691844hMySLc','191144wGLeuN','2918905VWgVUF','已离线,编辑将在本地缓存','目前无法执行公式计算。请稍后重试。','协同房间已满,你的编辑将在本地缓存','2922456ksAvWd','已同步','792233AtnozE','服务器未响应,你的编辑将在本地缓存','编辑冲突','6eRDsCU'];_0x4983=function(){return _0x7912bd;};return _0x4983();}(function(_0x238bc1,_0x519c3f){const _0x42ca08=_0x2c20,_0x5538cb=_0x238bc1();while(!![]){try{const _0x45cad6=-parseInt(_0x42ca08(0x16e))/0x1+parseInt(_0x42ca08(0x182))/0x2+-parseInt(_0x42ca08(0x16c))/0x3+-parseInt(_0x42ca08(0x180))/0x4+parseInt(_0x42ca08(0x184))/0x5+parseInt(_0x42ca08(0x171))/0x6*(-parseInt(_0x42ca08(0x176))/0x7)+parseInt(_0x42ca08(0x183))/0x8*(parseInt(_0x42ca08(0x174))/0x9);if(_0x45cad6===_0x519c3f)break;else _0x5538cb['push'](_0x5538cb['shift']());}catch(_0x4bfd22){_0x5538cb['push'](_0x5538cb['shift']());}}}(_0x4983,0x9c99b));const o={'collab-client':{'tooltip':{'reconnect':_0x19505d(0x173)}},'collabStatus':{'fetchMiss':_0x19505d(0x177),'conflict':_0x19505d(0x170),'notCollab':_0x19505d(0x179),'synced':_0x19505d(0x16d),'syncing':_0x19505d(0x175),'offline':_0x19505d(0x185)},'session':{'connection-failed':_0x19505d(0x181),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x19505d(0x16b),'collaboration-timeout':_0x19505d(0x16f)},'conflict':{'title':'协同冲突','content':_0x19505d(0x17f)},'permission':{'title':_0x19505d(0x172),'content':_0x19505d(0x17d)},'collaboration':{'offline-data-not-saved':_0x19505d(0x178),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x19505d(0x17e)},'auth':{'needGotoLoginAlert':_0x19505d(0x17c)},'formula':{'calculation':{'started':_0x19505d(0x17a),'waiting':_0x19505d(0x17b),'unable':_0x19505d(0x16a)}}};function _0x2c20(_0x12bacb,_0x4b1f78){_0x12bacb=_0x12bacb-0x16a;const _0x4983ea=_0x4983();let _0x2c209a=_0x4983ea[_0x12bacb];return _0x2c209a;}export{o as default};
1
+ function _0x4dcf(){const _0x4308bb=['7WEVUOU','611264JVxsSl','服务器未响应,你的编辑将在本地缓存','正在拉取服务端数据...','协同房间已满,你的编辑将在本地缓存','保存中...','451464RVuDtc','383151RkHXgM','目前无法执行公式计算。请稍后重试。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','你有离线编辑未保存到服务器,请检查网络后重试。','由于协同房间被关闭,编辑权限被收回。','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','连接失败,请检查你的网络','点击重新连接','1062sGJTMt','910318opRccT','3870rBlyji','24350yhogAX','公式计算队列已满,正在等待空闲位置...','已同步','7380318hGKCJt','编辑冲突','3882WGgKFZ','4PnEVkB','已离线,编辑将在本地缓存','权限错误'];_0x4dcf=function(){return _0x4308bb;};return _0x4dcf();}const _0x3dffa1=_0x52f3;(function(_0x369b1e,_0x59d8d2){const _0x70b42f=_0x52f3,_0x2ffa3d=_0x369b1e();while(!![]){try{const _0x563db4=parseInt(_0x70b42f(0x84))/0x1+-parseInt(_0x70b42f(0x93))/0x2+parseInt(_0x70b42f(0x8a))/0x3*(parseInt(_0x70b42f(0x80))/0x4)+parseInt(_0x70b42f(0x94))/0x5*(parseInt(_0x70b42f(0x7f))/0x6)+-parseInt(_0x70b42f(0x83))/0x7*(parseInt(_0x70b42f(0x89))/0x8)+parseInt(_0x70b42f(0x92))/0x9*(parseInt(_0x70b42f(0x7a))/0xa)+-parseInt(_0x70b42f(0x7d))/0xb;if(_0x563db4===_0x59d8d2)break;else _0x2ffa3d['push'](_0x2ffa3d['shift']());}catch(_0x241fcc){_0x2ffa3d['push'](_0x2ffa3d['shift']());}}}(_0x4dcf,0x541ef));function _0x52f3(_0x1f6765,_0x5a932e){_0x1f6765=_0x1f6765-0x7a;const _0x4dcf48=_0x4dcf();let _0x52f3d4=_0x4dcf48[_0x1f6765];return _0x52f3d4;}const e={'collab-client':{'tooltip':{'reconnect':_0x3dffa1(0x91)}},'collabStatus':{'fetchMiss':_0x3dffa1(0x86),'conflict':_0x3dffa1(0x7e),'notCollab':'本地文件','synced':_0x3dffa1(0x7c),'syncing':_0x3dffa1(0x88),'offline':_0x3dffa1(0x81)},'session':{'connection-failed':_0x3dffa1(0x90),'will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x3dffa1(0x87),'collaboration-timeout':_0x3dffa1(0x85)},'conflict':{'title':'协同冲突','content':_0x3dffa1(0x8c)},'permission':{'title':_0x3dffa1(0x82),'content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'offline-data-not-saved':_0x3dffa1(0x8d),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x3dffa1(0x8e)},'auth':{'needGotoLoginAlert':_0x3dffa1(0x8f)},'formula':{'calculation':{'started':'公式计算已开始。','waiting':_0x3dffa1(0x7b),'unable':_0x3dffa1(0x8b)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2b76(){const _0x5ecbff=['2050892zXNvRZ','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Syncing...','10936264XCQOeF','7tDNKJe','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Formula\x20calculation\x20started.','1QBVKqK','107335pcTjHB','Local\x20file','5235969tEoRNh','2689030RcIuxT','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','5795010RZrKvt','Connection\x20failed,\x20please\x20check\x20your\x20network.','156WagJJR','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','22885500PtYcxU','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'];_0x2b76=function(){return _0x5ecbff;};return _0x2b76();}const _0x4bbdef=_0x5e45;function _0x5e45(_0x2eb364,_0x32657b){_0x2eb364=_0x2eb364-0x1ab;const _0x2b761d=_0x2b76();let _0x5e45f6=_0x2b761d[_0x2eb364];return _0x5e45f6;}(function(_0x2b05b3,_0x3afc98){const _0x3611e7=_0x5e45,_0x131f2e=_0x2b05b3();while(!![]){try{const _0x8c3276=parseInt(_0x3611e7(0x1ab))/0x1*(-parseInt(_0x3611e7(0x1af))/0x2)+-parseInt(_0x3611e7(0x1ae))/0x3+parseInt(_0x3611e7(0x1b7))/0x4+-parseInt(_0x3611e7(0x1ac))/0x5*(-parseInt(_0x3611e7(0x1b3))/0x6)+-parseInt(_0x3611e7(0x1bc))/0x7*(-parseInt(_0x3611e7(0x1bb))/0x8)+-parseInt(_0x3611e7(0x1b1))/0x9+parseInt(_0x3611e7(0x1b5))/0xa;if(_0x8c3276===_0x3afc98)break;else _0x131f2e['push'](_0x131f2e['shift']());}catch(_0x31c467){_0x131f2e['push'](_0x131f2e['shift']());}}}(_0x2b76,0xf25d0));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x4bbdef(0x1ad),'synced':'Synced','syncing':_0x4bbdef(0x1ba),'offline':_0x4bbdef(0x1b6)},'session':{'connection-failed':_0x4bbdef(0x1b2),'will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x4bbdef(0x1bd),'collaboration-timeout':_0x4bbdef(0x1b8)},'conflict':{'title':'Collaboration\x20Conflict','content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':'Authentication\x20Error','content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x4bbdef(0x1b9)},'auth':{'needGotoLoginAlert':_0x4bbdef(0x1b4)},'formula':{'calculation':{'started':_0x4bbdef(0x1be),'waiting':_0x4bbdef(0x1b0),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}},o=e;export{o as default};
1
+ const _0x1c52c7=_0x3d60;function _0x3d60(_0x1fc708,_0x49a83f){_0x1fc708=_0x1fc708-0x172;const _0x593542=_0x5935();let _0x3d60b6=_0x593542[_0x1fc708];return _0x3d60b6;}(function(_0x342a8c,_0x421480){const _0x13429d=_0x3d60,_0x559ee8=_0x342a8c();while(!![]){try{const _0x262a36=-parseInt(_0x13429d(0x181))/0x1*(parseInt(_0x13429d(0x185))/0x2)+parseInt(_0x13429d(0x174))/0x3*(parseInt(_0x13429d(0x190))/0x4)+-parseInt(_0x13429d(0x184))/0x5*(parseInt(_0x13429d(0x186))/0x6)+-parseInt(_0x13429d(0x18e))/0x7*(parseInt(_0x13429d(0x187))/0x8)+-parseInt(_0x13429d(0x172))/0x9*(parseInt(_0x13429d(0x189))/0xa)+parseInt(_0x13429d(0x182))/0xb+parseInt(_0x13429d(0x18b))/0xc*(parseInt(_0x13429d(0x18a))/0xd);if(_0x262a36===_0x421480)break;else _0x559ee8['push'](_0x559ee8['shift']());}catch(_0x1b2b4b){_0x559ee8['push'](_0x559ee8['shift']());}}}(_0x5935,0x1a692));function _0x5935(){const _0x2c4bbd=['Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Syncing...','1ncoALo','1620861SHwQpE','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','5rwwcEw','300154ZxJfkV','1146234RZDkpq','1201768ASvkWn','Collaboration\x20Conflict','10twhcAP','247FpVanT','262452DxKOKS','Click\x20to\x20Reconnect','Connection\x20failed,\x20please\x20check\x20your\x20network.','7UcKXNb','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','42436kuXhAq','Formula\x20calculation\x20started.','1293642PgliAj','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','51TqKXYC','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Syncing\x20server\x20data...','Synced','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Authentication\x20Error','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'];_0x5935=function(){return _0x2c4bbd;};return _0x5935();}const e={'collab-client':{'tooltip':{'reconnect':_0x1c52c7(0x18c)}},'collabStatus':{'fetchMiss':_0x1c52c7(0x176),'conflict':_0x1c52c7(0x17d),'notCollab':'Local\x20file','synced':_0x1c52c7(0x177),'syncing':_0x1c52c7(0x180),'offline':_0x1c52c7(0x175)},'session':{'connection-failed':_0x1c52c7(0x18d),'will-retry':_0x1c52c7(0x178),'room-full':_0x1c52c7(0x183),'collaboration-timeout':_0x1c52c7(0x17e)},'conflict':{'title':_0x1c52c7(0x188),'content':_0x1c52c7(0x17b)},'permission':{'title':_0x1c52c7(0x179),'content':_0x1c52c7(0x17c)},'collaboration':{'offline-data-not-saved':_0x1c52c7(0x18f),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x1c52c7(0x17a)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x1c52c7(0x191),'waiting':_0x1c52c7(0x173),'unable':_0x1c52c7(0x17f)}}};export{e as default};
@@ -1,5 +1,5 @@
1
- import { Observable } from 'rxjs';
2
- import { IDocCollabCursor, ISheetCollabCursor } from '../../models/cursor';
1
+ import type { Observable } from 'rxjs';
2
+ import type { IDocCollabCursor, ISheetCollabCursor } from '../../models/cursor';
3
3
  import { CollaborationSessionService } from '@univerjs-pro/collaboration-client';
4
4
  import { Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
5
5
  /**
@@ -1,6 +1,8 @@
1
- import { ICollaborationUser, ITransformService } from '@univerjs-pro/collaboration';
2
- import { CollaborationSession, MemberService } from '@univerjs-pro/collaboration-client';
3
- import { IDocCollabCursor } from '../../models/cursor';
1
+ import type { ICollaborationUser } from '@univerjs-pro/collaboration';
2
+ import type { CollaborationSession } from '@univerjs-pro/collaboration-client';
3
+ import type { IDocCollabCursor } from '../../models/cursor';
4
+ import { ITransformService } from '@univerjs-pro/collaboration';
5
+ import { MemberService } from '@univerjs-pro/collaboration-client';
4
6
  import { ICommandService, Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
5
7
  import { ColorAssignService } from '../../services/color-assign/color-assign.service';
6
8
  import { DocSyncEditingCollabCursorService } from '../../services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service';
@@ -21,10 +23,10 @@ export declare class DocCollabCursorEntity extends RxDisposable {
21
23
  private _init;
22
24
  /** Cursor info of the collaboration room members. The key would be the memberID. */
23
25
  private _cursorInfo$;
24
- cursorInfo$: import('rxjs').Observable<Map<string, IDocCollabCursor>>;
26
+ cursorInfo$: import("rxjs").Observable<Map<string, IDocCollabCursor>>;
25
27
  get cursorInfo(): Readonly<Map<string, IDocCollabCursor>>;
26
28
  private _roomMembers$;
27
- roomMembers$: import('rxjs').Observable<ICollaborationUser[]>;
29
+ roomMembers$: import("rxjs").Observable<ICollaborationUser[]>;
28
30
  get roomMembers(): Readonly<ICollaborationUser[]>;
29
31
  constructor(unitID: string, _session: CollaborationSession, _injector: Injector, _colorAssignService: ColorAssignService, _memberService: MemberService, _syncEditingCollabCursorService: DocSyncEditingCollabCursorService, _transformService: ITransformService, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService);
30
32
  dispose(): void;
@@ -1,5 +1,6 @@
1
- import { DocumentDataModel, ICommandService, RxDisposable, ThemeService } from '@univerjs/core';
2
- import { IRenderContext, IRenderModule } from '@univerjs/engine-render';
1
+ import type { DocumentDataModel } from '@univerjs/core';
2
+ import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
3
+ import { ICommandService, RxDisposable, ThemeService } from '@univerjs/core';
3
4
  import { DocSkeletonManagerService } from '@univerjs/docs';
4
5
  import { CollabCursorController } from './collab-cursor.controller';
5
6
  /**
@@ -1,3 +1,3 @@
1
- import { ITextRangeWithStyle } from '@univerjs/engine-render';
1
+ import type { ITextRangeWithStyle } from '@univerjs/engine-render';
2
2
  export declare function serializeDocTextRanges(ranges: ITextRangeWithStyle[]): string;
3
3
  export declare function deserializeDocTextRanges(serializedTextRanges: string): ITextRangeWithStyle[];
@@ -1,6 +1,7 @@
1
- import { ICollaborationUser } from '@univerjs-pro/collaboration';
2
- import { CollaborationSession, MemberService } from '@univerjs-pro/collaboration-client';
3
- import { ISheetCollabCursor } from '../../models/cursor';
1
+ import type { ICollaborationUser } from '@univerjs-pro/collaboration';
2
+ import type { CollaborationSession } from '@univerjs-pro/collaboration-client';
3
+ import type { ISheetCollabCursor } from '../../models/cursor';
4
+ import { MemberService } from '@univerjs-pro/collaboration-client';
4
5
  import { ICommandService, Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
5
6
  import { RefRangeService } from '@univerjs/sheets';
6
7
  import { ColorAssignService } from '../../services/color-assign/color-assign.service';
@@ -20,10 +21,10 @@ export declare class SheetCollabCursorEntity extends RxDisposable {
20
21
  private _init;
21
22
  /** Cursor info of the collaboration room members. The key would be the memberID. */
22
23
  private _cursorInfo$;
23
- cursorInfo$: import('rxjs').Observable<Map<string, ISheetCollabCursor>>;
24
+ cursorInfo$: import("rxjs").Observable<Map<string, ISheetCollabCursor>>;
24
25
  get cursorInfo(): Readonly<Map<string, ISheetCollabCursor>>;
25
26
  private _roomMembers$;
26
- roomMembers$: import('rxjs').Observable<ICollaborationUser[]>;
27
+ roomMembers$: import("rxjs").Observable<ICollaborationUser[]>;
27
28
  get roomMembers(): Readonly<ICollaborationUser[]>;
28
29
  constructor(unitID: string, _session: CollaborationSession, _injector: Injector, _colorAssignService: ColorAssignService, _memberService: MemberService, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService, _refRangeService: RefRangeService);
29
30
  dispose(): void;
@@ -1,5 +1,6 @@
1
- import { Workbook, RxDisposable, ThemeService } from '@univerjs/core';
2
- import { IRenderContext, IRenderModule } from '@univerjs/engine-render';
1
+ import type { Workbook } from '@univerjs/core';
2
+ import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
3
+ import { RxDisposable, ThemeService } from '@univerjs/core';
3
4
  import { SheetSkeletonManagerService } from '@univerjs/sheets-ui';
4
5
  import { CollabCursorController } from './collab-cursor.controller';
5
6
  /**
@@ -1,4 +1,4 @@
1
- import { DependencyOverride } from '@univerjs/core';
1
+ import type { DependencyOverride } from '@univerjs/core';
2
2
  export declare const PLUGIN_CONFIG_KEY = "collaboration-client-ui.config";
3
3
  export declare const configSymbol: unique symbol;
4
4
  export interface IUniverCollaborationClientUIConfig {
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,5 +1,5 @@
1
- import { IRange } from '@univerjs/core';
2
- import { ITextRangeWithStyle } from '@univerjs/engine-render';
1
+ import type { IRange } from '@univerjs/core';
2
+ import type { ITextRangeWithStyle } from '@univerjs/engine-render';
3
3
  /**
4
4
  * The data structure to store collab cursor info of sheet.
5
5
  */
@@ -1,4 +1,4 @@
1
- import { IUniverCollaborationClientUIConfig } from './controllers/config.schema';
1
+ import type { IUniverCollaborationClientUIConfig } from './controllers/config.schema';
2
2
  import { IConfigService, Injector, Plugin } from '@univerjs/core';
3
3
  import { IRenderManagerService } from '@univerjs/engine-render';
4
4
  export declare class UniverCollaborationClientUIPlugin extends Plugin {
@@ -1,6 +1,8 @@
1
- import { ICollaborationSocket, ICollaborationSocketService, CollaborationSocketService } from '@univerjs-pro/collaboration-client';
2
- import { Nullable, IConfigService, ILogService, Injector } from '@univerjs/core';
1
+ import type { ICollaborationSocket, ICollaborationSocketService } from '@univerjs-pro/collaboration-client';
2
+ import type { Nullable } from '@univerjs/core';
3
3
  import { ISnapshotServerService } from '@univerjs-pro/collaboration';
4
+ import { CollaborationSocketService } from '@univerjs-pro/collaboration-client';
5
+ import { IConfigService, ILogService, Injector } from '@univerjs/core';
4
6
  import { HTTPService } from '@univerjs/network';
5
7
  export declare class BrowserCollaborationSocketService extends CollaborationSocketService implements ICollaborationSocketService {
6
8
  constructor(_injector: Injector, _httpService: HTTPService, _configService: IConfigService, _logService: ILogService, _snapshotServerService: ISnapshotServerService);
@@ -1,4 +1,4 @@
1
- import { ISetFormulaCalculationNotificationMutation } from '@univerjs/engine-formula';
1
+ import type { ISetFormulaCalculationNotificationMutation } from '@univerjs/engine-formula';
2
2
  /**
3
3
  * Determine if the calculation is starting based on params
4
4
  * @param params
@@ -1,4 +1,5 @@
1
- import { IChangeset, ITransformService } from '@univerjs-pro/collaboration';
1
+ import type { IChangeset } from '@univerjs-pro/collaboration';
2
+ import { ITransformService } from '@univerjs-pro/collaboration';
2
3
  import { IRenderManagerService } from '@univerjs/engine-render';
3
4
  export declare class DocTransformIMECacheService {
4
5
  private readonly _transformService;
@@ -1,7 +1,9 @@
1
- import { IChangeset, RevisionService } from '@univerjs-pro/collaboration';
2
- import { ILocalCacheService, IUnitCacheData } from '@univerjs-pro/collaboration-client';
3
- import { IMutationInfo, Nullable, Disposable, IConfigService, ILocalStorageService } from '@univerjs/core';
4
- import { UniverType } from '@univerjs/protocol';
1
+ import type { IChangeset } from '@univerjs-pro/collaboration';
2
+ import type { ILocalCacheService, IUnitCacheData } from '@univerjs-pro/collaboration-client';
3
+ import type { IMutationInfo, Nullable } from '@univerjs/core';
4
+ import type { UniverType } from '@univerjs/protocol';
5
+ import { RevisionService } from '@univerjs-pro/collaboration';
6
+ import { Disposable, IConfigService, ILocalStorageService } from '@univerjs/core';
5
7
  /**
6
8
  * This service provide caching to the collaboration controller.
7
9
  */
@@ -1,5 +1,5 @@
1
- import { INetworkConditionService } from '@univerjs-pro/collaboration-client';
2
- import { Observable } from 'rxjs';
1
+ import type { INetworkConditionService } from '@univerjs-pro/collaboration-client';
2
+ import type { Observable } from 'rxjs';
3
3
  import { Disposable } from '@univerjs/core';
4
4
  export declare class BrowserNetworkConditionService extends Disposable implements INetworkConditionService {
5
5
  private readonly _online$;
@@ -1,4 +1,4 @@
1
- import { IError } from '@univerjs/protocol';
1
+ import type { IError } from '@univerjs/protocol';
2
2
  import { Disposable, IConfigService, IUniverInstanceService } from '@univerjs/core';
3
3
  import { HTTPService } from '@univerjs/network';
4
4
  export interface IRunUniscriptRequest {
@@ -1,5 +1,6 @@
1
- import { ISingleActiveUnitService, UnitStatus } from '@univerjs-pro/collaboration-client';
2
- import { Observable } from 'rxjs';
1
+ import type { ISingleActiveUnitService } from '@univerjs-pro/collaboration-client';
2
+ import type { Observable } from 'rxjs';
3
+ import { UnitStatus } from '@univerjs-pro/collaboration-client';
3
4
  import { Disposable } from '@univerjs/core';
4
5
  export declare class WebBrowserSingleActiveUnitService extends Disposable implements ISingleActiveUnitService {
5
6
  private _id;