@univerjs-pro/edit-history-loader 0.24.0 → 0.25.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 (100) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -0
  4. package/lib/cjs/locale/de-DE.js +1 -0
  5. package/lib/cjs/locale/en-US.js +1 -0
  6. package/lib/cjs/locale/es-ES.js +1 -0
  7. package/lib/cjs/locale/fa-IR.js +1 -0
  8. package/lib/cjs/locale/fr-FR.js +1 -0
  9. package/lib/cjs/locale/id-ID.js +1 -0
  10. package/lib/cjs/locale/it-IT.js +1 -0
  11. package/lib/cjs/locale/ja-JP.js +1 -0
  12. package/lib/cjs/locale/ko-KR.js +1 -0
  13. package/lib/cjs/locale/pl-PL.js +1 -0
  14. package/lib/cjs/locale/pt-BR.js +1 -0
  15. package/lib/cjs/locale/ru-RU.js +1 -0
  16. package/lib/cjs/locale/sk-SK.js +1 -0
  17. package/lib/cjs/locale/vi-VN.js +1 -0
  18. package/lib/cjs/locale/zh-CN.js +1 -0
  19. package/lib/cjs/locale/zh-HK.js +1 -0
  20. package/lib/cjs/locale/zh-TW.js +1 -0
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -0
  23. package/lib/es/locale/ca-ES.js +1 -0
  24. package/lib/es/locale/de-DE.js +1 -0
  25. package/lib/es/locale/en-US.js +1 -0
  26. package/lib/es/locale/es-ES.js +1 -0
  27. package/lib/es/locale/fa-IR.js +1 -0
  28. package/lib/es/locale/fr-FR.js +1 -0
  29. package/lib/es/locale/id-ID.js +1 -0
  30. package/lib/es/locale/it-IT.js +1 -0
  31. package/lib/es/locale/ja-JP.js +1 -0
  32. package/lib/es/locale/ko-KR.js +1 -0
  33. package/lib/es/locale/pl-PL.js +1 -0
  34. package/lib/es/locale/pt-BR.js +1 -0
  35. package/lib/es/locale/ru-RU.js +1 -0
  36. package/lib/es/locale/sk-SK.js +1 -0
  37. package/lib/es/locale/vi-VN.js +1 -0
  38. package/lib/es/locale/zh-CN.js +1 -0
  39. package/lib/es/locale/zh-HK.js +1 -0
  40. package/lib/es/locale/zh-TW.js +1 -0
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -0
  43. package/lib/locale/ca-ES.js +1 -0
  44. package/lib/locale/de-DE.js +1 -0
  45. package/lib/locale/en-US.js +1 -0
  46. package/lib/locale/es-ES.js +1 -0
  47. package/lib/locale/fa-IR.js +1 -0
  48. package/lib/locale/fr-FR.js +1 -0
  49. package/lib/locale/id-ID.js +1 -0
  50. package/lib/locale/it-IT.js +1 -0
  51. package/lib/locale/ja-JP.js +1 -0
  52. package/lib/locale/ko-KR.js +1 -0
  53. package/lib/locale/pl-PL.js +1 -0
  54. package/lib/locale/pt-BR.js +1 -0
  55. package/lib/locale/ru-RU.js +1 -0
  56. package/lib/locale/sk-SK.js +1 -0
  57. package/lib/locale/vi-VN.js +1 -0
  58. package/lib/locale/zh-CN.js +1 -0
  59. package/lib/locale/zh-HK.js +1 -0
  60. package/lib/locale/zh-TW.js +1 -0
  61. package/lib/types/locale/ar-SA.d.ts +3 -0
  62. package/lib/types/locale/ca-ES.d.ts +3 -0
  63. package/lib/types/locale/de-DE.d.ts +3 -0
  64. package/lib/types/locale/en-US.d.ts +14 -0
  65. package/lib/types/locale/es-ES.d.ts +3 -0
  66. package/lib/types/locale/fa-IR.d.ts +3 -0
  67. package/lib/types/locale/fr-FR.d.ts +3 -0
  68. package/lib/types/locale/id-ID.d.ts +3 -0
  69. package/lib/types/locale/it-IT.d.ts +3 -0
  70. package/lib/types/locale/ja-JP.d.ts +3 -0
  71. package/lib/types/locale/ko-KR.d.ts +3 -0
  72. package/lib/types/locale/pl-PL.d.ts +3 -0
  73. package/lib/types/locale/pt-BR.d.ts +3 -0
  74. package/lib/types/locale/ru-RU.d.ts +3 -0
  75. package/lib/types/locale/sk-SK.d.ts +3 -0
  76. package/lib/types/locale/vi-VN.d.ts +3 -0
  77. package/lib/types/locale/zh-CN.d.ts +3 -0
  78. package/lib/types/locale/zh-HK.d.ts +3 -0
  79. package/lib/types/locale/zh-TW.d.ts +3 -0
  80. package/lib/umd/index.js +1 -1
  81. package/lib/umd/locale/ar-SA.js +1 -0
  82. package/lib/umd/locale/ca-ES.js +1 -0
  83. package/lib/umd/locale/de-DE.js +1 -0
  84. package/lib/umd/locale/en-US.js +1 -0
  85. package/lib/umd/locale/es-ES.js +1 -0
  86. package/lib/umd/locale/fa-IR.js +1 -0
  87. package/lib/umd/locale/fr-FR.js +1 -0
  88. package/lib/umd/locale/id-ID.js +1 -0
  89. package/lib/umd/locale/it-IT.js +1 -0
  90. package/lib/umd/locale/ja-JP.js +1 -0
  91. package/lib/umd/locale/ko-KR.js +1 -0
  92. package/lib/umd/locale/pl-PL.js +1 -0
  93. package/lib/umd/locale/pt-BR.js +1 -0
  94. package/lib/umd/locale/ru-RU.js +1 -0
  95. package/lib/umd/locale/sk-SK.js +1 -0
  96. package/lib/umd/locale/vi-VN.js +1 -0
  97. package/lib/umd/locale/zh-CN.js +1 -0
  98. package/lib/umd/locale/zh-HK.js +1 -0
  99. package/lib/umd/locale/zh-TW.js +1 -0
  100. package/package.json +47 -42
@@ -0,0 +1 @@
1
+ function _0x527b(){const _0x4a99e9=['2692584VHxkVP','206sWhXZd','Fehler\x20beim\x20Abrufen\x20der\x20Bearbeitungshistorie','119jJQVbp','2497104VmWzdr','6zHMBUk','Wiederherstellung\x20läuft,\x20bitte\x20warten...','1898225RvppeN','500228WlXaPf','113934XVHUZn','4013XQEUGm','3353770dosuNu'];_0x527b=function(){return _0x4a99e9;};return _0x527b();}const _0x2be4b7=_0x6953;function _0x6953(_0x362d08,_0x1f35fd){_0x362d08=_0x362d08-0x1d2;const _0x527bd6=_0x527b();let _0x6953ad=_0x527bd6[_0x362d08];return _0x6953ad;}(function(_0x458f64,_0x14f96f){const _0x11035e=_0x6953,_0x53a7f1=_0x458f64();while(!![]){try{const _0x2e9711=parseInt(_0x11035e(0x1d8))/0x1*(-parseInt(_0x11035e(0x1db))/0x2)+parseInt(_0x11035e(0x1d3))/0x3*(-parseInt(_0x11035e(0x1d6))/0x4)+-parseInt(_0x11035e(0x1d5))/0x5+-parseInt(_0x11035e(0x1d7))/0x6*(-parseInt(_0x11035e(0x1dd))/0x7)+parseInt(_0x11035e(0x1d2))/0x8+parseInt(_0x11035e(0x1da))/0x9+parseInt(_0x11035e(0x1d9))/0xa;if(_0x2e9711===_0x14f96f)break;else _0x53a7f1['push'](_0x53a7f1['shift']());}catch(_0x5e1010){_0x53a7f1['push'](_0x53a7f1['shift']());}}}(_0x527b,0x37466));const e={'edit-history-loader':{'panel':{'title':'Bearbeitungsverlauf','reverting':_0x2be4b7(0x1d4),'revertFailed':'Unbekannter\x20Fehler,\x20bitte\x20aktualisieren\x20Sie\x20die\x20Seite,\x20um\x20das\x20Ergebnis\x20der\x20Wiederherstellung\x20anzuzeigen','listFetchError':_0x2be4b7(0x1dc)},'info':{'initializing':'Initialisierung\x20läuft,\x20bitte\x20warten...'}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x247160=_0x53ca;(function(_0x23aef2,_0x317adb){const _0x304e23=_0x53ca,_0x16760e=_0x23aef2();while(!![]){try{const _0x466469=parseInt(_0x304e23(0x19a))/0x1+-parseInt(_0x304e23(0x1a1))/0x2*(parseInt(_0x304e23(0x1a3))/0x3)+-parseInt(_0x304e23(0x197))/0x4*(parseInt(_0x304e23(0x19c))/0x5)+parseInt(_0x304e23(0x19b))/0x6+parseInt(_0x304e23(0x199))/0x7+-parseInt(_0x304e23(0x1a2))/0x8*(-parseInt(_0x304e23(0x19d))/0x9)+-parseInt(_0x304e23(0x19e))/0xa;if(_0x466469===_0x317adb)break;else _0x16760e['push'](_0x16760e['shift']());}catch(_0x2de9e2){_0x16760e['push'](_0x16760e['shift']());}}}(_0x4f68,0x44e83));const e={'edit-history-loader':{'panel':{'title':'Edit\x20History','reverting':_0x247160(0x198),'revertFailed':_0x247160(0x19f),'listFetchError':_0x247160(0x1a0)},'info':{'initializing':'Initializing,\x20please\x20wait...'}}};function _0x53ca(_0x2c5bd2,_0x3fa461){_0x2c5bd2=_0x2c5bd2-0x197;const _0x4f68e6=_0x4f68();let _0x53ca1d=_0x4f68e6[_0x2c5bd2];return _0x53ca1d;}export{e as default};function _0x4f68(){const _0x462682=['1184xdnltA','730707GpZgjY','647908VBEtVe','Reverting,\x20please\x20wait...','189910WMNtqN','432209fcJhoM','2227674obWVCT','10JjKVLJ','4581sTnWRt','561840ihXsUi','Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','Failed\x20to\x20get\x20edit\x20history\x20list','2Cufuqb'];_0x4f68=function(){return _0x462682;};return _0x4f68();}
@@ -0,0 +1 @@
1
+ const _0x3e3078=_0x1cf4;function _0x2d62(){const _0x401c5a=['Error\x20desconocido,\x20actualice\x20la\x20página\x20para\x20ver\x20el\x20resultado\x20de\x20la\x20restauración','Restaurando,\x20espere...','No\x20se\x20pudo\x20obtener\x20la\x20lista\x20del\x20historial\x20de\x20ediciones','99plRneu','701282BtEXZz','1437738jnthIX','1541745FWfsiL','346056FJlFGh','Inicializando,\x20espere...','21ekcwtz','66772EsqLCe','643548RAIPxm','4027590gzvuCD'];_0x2d62=function(){return _0x401c5a;};return _0x2d62();}function _0x1cf4(_0x58158d,_0x1c93e0){_0x58158d=_0x58158d-0x177;const _0x2d6226=_0x2d62();let _0x1cf407=_0x2d6226[_0x58158d];return _0x1cf407;}(function(_0xb8c6c2,_0x450465){const _0x571046=_0x1cf4,_0x8ff50c=_0xb8c6c2();while(!![]){try{const _0x37d0c8=parseInt(_0x571046(0x17c))/0x1+parseInt(_0x571046(0x183))/0x2+-parseInt(_0x571046(0x178))/0x3+parseInt(_0x571046(0x17d))/0x4+-parseInt(_0x571046(0x17e))/0x5+parseInt(_0x571046(0x177))/0x6*(parseInt(_0x571046(0x17b))/0x7)+-parseInt(_0x571046(0x179))/0x8*(-parseInt(_0x571046(0x182))/0x9);if(_0x37d0c8===_0x450465)break;else _0x8ff50c['push'](_0x8ff50c['shift']());}catch(_0x13787d){_0x8ff50c['push'](_0x8ff50c['shift']());}}}(_0x2d62,0x6ebbb));const e={'edit-history-loader':{'panel':{'title':'Historial\x20de\x20ediciones','reverting':_0x3e3078(0x180),'revertFailed':_0x3e3078(0x17f),'listFetchError':_0x3e3078(0x181)},'info':{'initializing':_0x3e3078(0x17a)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0xb7f5b3=_0x35ea;function _0x1a1c(){const _0x5b2748=['3489pogMHw','311113UfuJzQ','683304HKKsoC','135DdZaRM','76344dCnYMz','3715pvbuUc','6657492svjxIv','3172rafrGh','93569NoelnU','خطای\x20ناشناخته،\x20لطفا\x20صفحه\x20را\x20بارگذاری\x20مجدد\x20کنید\x20تا\x20نتیجه\x20بازگردانی\x20را\x20مشاهده\x20کنید','90cUuxFi','دریافت\x20لیست\x20تاریخچه\x20ویرایش\x20ناموفق\x20بود','54fFrvFM','60diuKvZ'];_0x1a1c=function(){return _0x5b2748;};return _0x1a1c();}function _0x35ea(_0x272711,_0x5286b2){_0x272711=_0x272711-0x1c7;const _0x1a1cc5=_0x1a1c();let _0x35eab2=_0x1a1cc5[_0x272711];return _0x35eab2;}(function(_0x4f40af,_0x5e64b6){const _0x416020=_0x35ea,_0x3439f0=_0x4f40af();while(!![]){try{const _0x32653c=parseInt(_0x416020(0x1c7))/0x1+-parseInt(_0x416020(0x1d1))/0x2*(parseInt(_0x416020(0x1d3))/0x3)+-parseInt(_0x416020(0x1cc))/0x4*(parseInt(_0x416020(0x1ca))/0x5)+parseInt(_0x416020(0x1d2))/0x6*(-parseInt(_0x416020(0x1cd))/0x7)+parseInt(_0x416020(0x1c9))/0x8*(parseInt(_0x416020(0x1c8))/0x9)+parseInt(_0x416020(0x1cf))/0xa*(-parseInt(_0x416020(0x1d4))/0xb)+parseInt(_0x416020(0x1cb))/0xc;if(_0x32653c===_0x5e64b6)break;else _0x3439f0['push'](_0x3439f0['shift']());}catch(_0x33f92d){_0x3439f0['push'](_0x3439f0['shift']());}}}(_0x1a1c,0x5aec7));const e={'edit-history-loader':{'panel':{'title':'تاریخچه\x20ویرایش','reverting':'در\x20حال\x20بازگردانی،\x20لطفا\x20صبر\x20کنید...','revertFailed':_0xb7f5b3(0x1ce),'listFetchError':_0xb7f5b3(0x1d0)},'info':{'initializing':'در\x20حال\x20راه‌اندازی،\x20لطفا\x20صبر\x20کنید...'}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x376bb8=_0x2262;(function(_0x36a328,_0x38a9a4){const _0x46d9c2=_0x2262,_0x2b48e4=_0x36a328();while(!![]){try{const _0x54dcc3=parseInt(_0x46d9c2(0xcc))/0x1+-parseInt(_0x46d9c2(0xcb))/0x2*(parseInt(_0x46d9c2(0xc5))/0x3)+parseInt(_0x46d9c2(0xc9))/0x4*(-parseInt(_0x46d9c2(0xc3))/0x5)+parseInt(_0x46d9c2(0xc4))/0x6+-parseInt(_0x46d9c2(0xc7))/0x7*(parseInt(_0x46d9c2(0xcd))/0x8)+parseInt(_0x46d9c2(0xc2))/0x9+parseInt(_0x46d9c2(0xcf))/0xa*(parseInt(_0x46d9c2(0xc6))/0xb);if(_0x54dcc3===_0x38a9a4)break;else _0x2b48e4['push'](_0x2b48e4['shift']());}catch(_0x5cae90){_0x2b48e4['push'](_0x2b48e4['shift']());}}}(_0x13ed,0xe5836));function _0x13ed(){const _0x7181db=['232IKKlgi','Erreur\x20inconnue,\x20veuillez\x20actualiser\x20la\x20page\x20pour\x20voir\x20le\x20résultat\x20de\x20la\x20restauration','2lKshuc','1112296rIOPyF','56gNtGtI','Échec\x20de\x20l\x27obtention\x20de\x20la\x20liste\x20de\x20l\x27historique','5627210AStCLD','9688077cKXISl','119690RIzTSl','2435988xcRakj','2880777yBOIVP','33jRLjAI','994161frDmXY','Restauration\x20en\x20cours,\x20veuillez\x20patienter...'];_0x13ed=function(){return _0x7181db;};return _0x13ed();}function _0x2262(_0x662a18,_0x3b6d92){_0x662a18=_0x662a18-0xc2;const _0x13ede8=_0x13ed();let _0x226236=_0x13ede8[_0x662a18];return _0x226236;}const e={'edit-history-loader':{'panel':{'title':'Historique\x20des\x20modifications','reverting':_0x376bb8(0xc8),'revertFailed':_0x376bb8(0xca),'listFetchError':_0x376bb8(0xce)},'info':{'initializing':'Initialisation\x20en\x20cours,\x20veuillez\x20patienter...'}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x3d6e5a=_0xb6fc;function _0xb6fc(_0x29a5ba,_0x13b029){_0x29a5ba=_0x29a5ba-0x64;const _0x4dfa6d=_0x4dfa();let _0xb6fc7b=_0x4dfa6d[_0x29a5ba];return _0xb6fc7b;}(function(_0x108ec5,_0x43099f){const _0x2c7a42=_0xb6fc,_0x417329=_0x108ec5();while(!![]){try{const _0x1209a7=parseInt(_0x2c7a42(0x6e))/0x1+-parseInt(_0x2c7a42(0x6d))/0x2*(-parseInt(_0x2c7a42(0x65))/0x3)+parseInt(_0x2c7a42(0x6f))/0x4+-parseInt(_0x2c7a42(0x6b))/0x5+-parseInt(_0x2c7a42(0x66))/0x6*(parseInt(_0x2c7a42(0x70))/0x7)+-parseInt(_0x2c7a42(0x67))/0x8+parseInt(_0x2c7a42(0x69))/0x9;if(_0x1209a7===_0x43099f)break;else _0x417329['push'](_0x417329['shift']());}catch(_0x2905a7){_0x417329['push'](_0x417329['shift']());}}}(_0x4dfa,0xf084c));const e={'edit-history-loader':{'panel':{'title':_0x3d6e5a(0x6a),'reverting':_0x3d6e5a(0x68),'revertFailed':'Kesalahan\x20tidak\x20diketahui,\x20harap\x20segarkan\x20halaman\x20untuk\x20melihat\x20hasil\x20pengembalian','listFetchError':_0x3d6e5a(0x64)},'info':{'initializing':_0x3d6e5a(0x6c)}}};export{e as default};function _0x4dfa(){const _0x39f29d=['356394hASMee','3790328oEKsDA','Mengembalikan,\x20harap\x20tunggu...','22147128KOEElT','Riwayat\x20Edit','6875445OmHKki','Menginisialisasi,\x20harap\x20tunggu...','2ucZlBF','322559RllLeE','4961812lTwjmq','203JCNFnK','Gagal\x20mendapatkan\x20daftar\x20riwayat\x20edit','1598433YgqOEu'];_0x4dfa=function(){return _0x39f29d;};return _0x4dfa();}
@@ -0,0 +1 @@
1
+ const _0x1b987b=_0x27d2;(function(_0x164e90,_0x8091ca){const _0x4e9417=_0x27d2,_0x1ffc41=_0x164e90();while(!![]){try{const _0x23b552=-parseInt(_0x4e9417(0x75))/0x1+parseInt(_0x4e9417(0x76))/0x2*(-parseInt(_0x4e9417(0x7a))/0x3)+-parseInt(_0x4e9417(0x74))/0x4*(-parseInt(_0x4e9417(0x78))/0x5)+parseInt(_0x4e9417(0x79))/0x6*(-parseInt(_0x4e9417(0x77))/0x7)+-parseInt(_0x4e9417(0x7c))/0x8+-parseInt(_0x4e9417(0x73))/0x9*(-parseInt(_0x4e9417(0x72))/0xa)+parseInt(_0x4e9417(0x7d))/0xb;if(_0x23b552===_0x8091ca)break;else _0x1ffc41['push'](_0x1ffc41['shift']());}catch(_0x4ec88c){_0x1ffc41['push'](_0x1ffc41['shift']());}}}(_0x216a,0x2cbea));function _0x27d2(_0x5d73ad,_0x39aad0){_0x5d73ad=_0x5d73ad-0x71;const _0x216a5c=_0x216a();let _0x27d258=_0x216a5c[_0x5d73ad];return _0x27d258;}const e={'edit-history-loader':{'panel':{'title':'Cronologia\x20modifiche','reverting':_0x1b987b(0x7b),'revertFailed':'Errore\x20sconosciuto,\x20aggiorna\x20la\x20pagina\x20per\x20visualizzare\x20il\x20risultato\x20del\x20ripristino','listFetchError':'Impossibile\x20ottenere\x20l\x27elenco\x20della\x20cronologia\x20modifiche'},'info':{'initializing':_0x1b987b(0x71)}}};function _0x216a(){const _0x51afc2=['274691RFTgDm','4QNtfxT','77oKxhuJ','35sAElQm','111876wjCBmJ','124482eHQevG','Ripristino\x20in\x20corso,\x20attendi...','285376KcUuEQ','5545287uQxROb','Inizializzazione\x20in\x20corso,\x20attendi...','2453930aCpJKL','9BDvGgP','18412ssNdBi'];_0x216a=function(){return _0x51afc2;};return _0x216a();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0xc4dfdd=_0x15e8;function _0x15e8(_0x1a9a18,_0x104ad3){_0x1a9a18=_0x1a9a18-0x172;const _0x58a920=_0x58a9();let _0x15e844=_0x58a920[_0x1a9a18];return _0x15e844;}(function(_0x58932a,_0x14e94e){const _0x5f0da5=_0x15e8,_0x5e30ea=_0x58932a();while(!![]){try{const _0x2a46cd=parseInt(_0x5f0da5(0x17a))/0x1+parseInt(_0x5f0da5(0x176))/0x2+parseInt(_0x5f0da5(0x174))/0x3+-parseInt(_0x5f0da5(0x173))/0x4+-parseInt(_0x5f0da5(0x172))/0x5+parseInt(_0x5f0da5(0x175))/0x6+parseInt(_0x5f0da5(0x177))/0x7;if(_0x2a46cd===_0x14e94e)break;else _0x5e30ea['push'](_0x5e30ea['shift']());}catch(_0x28e234){_0x5e30ea['push'](_0x5e30ea['shift']());}}}(_0x58a9,0x3f6bb));function _0x58a9(){const _0x465206=['編集履歴リストの取得に失敗しました','172298eDzjKo','1334685ElpGiS','1457408mWecYB','127776xWqYSM','45156ZdzeoN','578298Zxgjqn','2656465yJIjbg','初期化中です。お待ちください...'];_0x58a9=function(){return _0x465206;};return _0x58a9();}const e={'edit-history-loader':{'panel':{'title':'編集履歴','reverting':'復元中です。お待ちください...','revertFailed':'不明なエラーが発生しました。ページを更新して復元結果を確認してください','listFetchError':_0xc4dfdd(0x179)},'info':{'initializing':_0xc4dfdd(0x178)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x95b020=_0x12ca;function _0x12ca(_0x2529b1,_0x3b7ac9){_0x2529b1=_0x2529b1-0x1b9;const _0x534cff=_0x534c();let _0x12ca60=_0x534cff[_0x2529b1];return _0x12ca60;}(function(_0x4f83e7,_0x19c45f){const _0x220424=_0x12ca,_0x554110=_0x4f83e7();while(!![]){try{const _0x4e3500=-parseInt(_0x220424(0x1be))/0x1*(-parseInt(_0x220424(0x1bb))/0x2)+parseInt(_0x220424(0x1c7))/0x3*(parseInt(_0x220424(0x1c3))/0x4)+parseInt(_0x220424(0x1bd))/0x5+-parseInt(_0x220424(0x1c6))/0x6*(-parseInt(_0x220424(0x1bf))/0x7)+parseInt(_0x220424(0x1c0))/0x8+parseInt(_0x220424(0x1c2))/0x9+-parseInt(_0x220424(0x1ba))/0xa;if(_0x4e3500===_0x19c45f)break;else _0x554110['push'](_0x554110['shift']());}catch(_0x20a2a5){_0x554110['push'](_0x554110['shift']());}}}(_0x534c,0x5cdff));const e={'edit-history-loader':{'panel':{'title':_0x95b020(0x1c5),'reverting':_0x95b020(0x1b9),'revertFailed':_0x95b020(0x1bc),'listFetchError':_0x95b020(0x1c4)},'info':{'initializing':_0x95b020(0x1c1)}}};function _0x534c(){const _0x42604b=['알\x20수\x20없는\x20오류가\x20발생했습니다.\x20페이지를\x20새로\x20고침하여\x20복원\x20결과를\x20확인하세요','612710NGhuuw','461841eBBMht','1617287yTWUbm','5784352wWgWrp','초기화\x20중입니다.\x20잠시만\x20기다려\x20주세요...','413703COPozT','4AKnKGl','편집\x20기록\x20목록을\x20가져오지\x20못했습니다','편집\x20기록','12dFDJSD','1171878atiVLX','복원\x20중입니다.\x20잠시만\x20기다려\x20주세요...','18256870ZKnukB','2QAJzdO'];_0x534c=function(){return _0x42604b;};return _0x534c();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x3badfb=_0x18be;(function(_0x4e1d4c,_0x1b0987){const _0xa979ca=_0x18be,_0x5ce604=_0x4e1d4c();while(!![]){try{const _0x24384a=parseInt(_0xa979ca(0xa4))/0x1+parseInt(_0xa979ca(0x9c))/0x2*(parseInt(_0xa979ca(0x99))/0x3)+-parseInt(_0xa979ca(0x9e))/0x4*(parseInt(_0xa979ca(0x9f))/0x5)+parseInt(_0xa979ca(0x9d))/0x6+parseInt(_0xa979ca(0xa6))/0x7+-parseInt(_0xa979ca(0x9a))/0x8*(-parseInt(_0xa979ca(0xa0))/0x9)+-parseInt(_0xa979ca(0xa1))/0xa*(parseInt(_0xa979ca(0xa5))/0xb);if(_0x24384a===_0x1b0987)break;else _0x5ce604['push'](_0x5ce604['shift']());}catch(_0x404447){_0x5ce604['push'](_0x5ce604['shift']());}}}(_0x5a63,0xcbad4));function _0x18be(_0xb6ea7d,_0x4c3087){_0xb6ea7d=_0xb6ea7d-0x99;const _0x5a6395=_0x5a63();let _0x18be88=_0x5a6395[_0xb6ea7d];return _0x18be88;}function _0x5a63(){const _0x2b8158=['12NkOeaQ','14296lTjMSe','Historia\x20edycji','252014GVnpWr','1861980qxuqIA','5153272ZrmCGd','5RkVBXB','4923Ryoaip','20DIxapn','Inicjalizowanie,\x20proszę\x20czekać...','Nieznany\x20błąd,\x20odśwież\x20stronę,\x20aby\x20zobaczyć\x20wynik\x20przywracania','1169693myTFYU','6281440qXkXpX','2121826MhwDzD','Przywracanie,\x20proszę\x20czekać...'];_0x5a63=function(){return _0x2b8158;};return _0x5a63();}const e={'edit-history-loader':{'panel':{'title':_0x3badfb(0x9b),'reverting':_0x3badfb(0xa7),'revertFailed':_0x3badfb(0xa3),'listFetchError':'Nie\x20udało\x20się\x20pobrać\x20listy\x20historii\x20edycji'},'info':{'initializing':_0x3badfb(0xa2)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x2c9435=_0x2e57;function _0x60d8(){const _0x234876=['25251xYPykC','4190dOoPgi','1324Ddqknn','10377PAOxFZ','395244nAhlxw','1717744nzLYCq','Histórico\x20de\x20Edição','Inicializando,\x20aguarde...','Falha\x20ao\x20obter\x20a\x20lista\x20de\x20histórico\x20de\x20edição','381024dqnasI','Revertendo,\x20aguarde...','389150BorjDj','40fbdgPG','1345WkOPPw'];_0x60d8=function(){return _0x234876;};return _0x60d8();}function _0x2e57(_0x10cc13,_0x3f8222){_0x10cc13=_0x10cc13-0x192;const _0x60d8f3=_0x60d8();let _0x2e576e=_0x60d8f3[_0x10cc13];return _0x2e576e;}(function(_0x38da98,_0x3bf77e){const _0x1ee8c7=_0x2e57,_0x2ca23f=_0x38da98();while(!![]){try{const _0x46fac0=parseInt(_0x1ee8c7(0x19e))/0x1+-parseInt(_0x1ee8c7(0x19f))/0x2*(parseInt(_0x1ee8c7(0x193))/0x3)+-parseInt(_0x1ee8c7(0x195))/0x4*(parseInt(_0x1ee8c7(0x192))/0x5)+-parseInt(_0x1ee8c7(0x197))/0x6+-parseInt(_0x1ee8c7(0x198))/0x7+-parseInt(_0x1ee8c7(0x19c))/0x8+-parseInt(_0x1ee8c7(0x196))/0x9*(-parseInt(_0x1ee8c7(0x194))/0xa);if(_0x46fac0===_0x3bf77e)break;else _0x2ca23f['push'](_0x2ca23f['shift']());}catch(_0x4e3f16){_0x2ca23f['push'](_0x2ca23f['shift']());}}}(_0x60d8,0x3e7f0));const e={'edit-history-loader':{'panel':{'title':_0x2c9435(0x199),'reverting':_0x2c9435(0x19d),'revertFailed':'Erro\x20desconhecido,\x20atualize\x20a\x20página\x20para\x20ver\x20o\x20resultado\x20da\x20reversão','listFetchError':_0x2c9435(0x19b)},'info':{'initializing':_0x2c9435(0x19a)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x2a8dde=_0x5576;(function(_0x5e9737,_0x55796c){const _0x3f133f=_0x5576,_0x5c7719=_0x5e9737();while(!![]){try{const _0x1df8ea=parseInt(_0x3f133f(0x154))/0x1*(parseInt(_0x3f133f(0x153))/0x2)+-parseInt(_0x3f133f(0x15b))/0x3+parseInt(_0x3f133f(0x158))/0x4*(-parseInt(_0x3f133f(0x15a))/0x5)+-parseInt(_0x3f133f(0x161))/0x6*(-parseInt(_0x3f133f(0x156))/0x7)+parseInt(_0x3f133f(0x160))/0x8*(-parseInt(_0x3f133f(0x15c))/0x9)+-parseInt(_0x3f133f(0x15e))/0xa+-parseInt(_0x3f133f(0x152))/0xb*(-parseInt(_0x3f133f(0x155))/0xc);if(_0x1df8ea===_0x55796c)break;else _0x5c7719['push'](_0x5c7719['shift']());}catch(_0x46adcc){_0x5c7719['push'](_0x5c7719['shift']());}}}(_0x4e7d,0x6176c));function _0x5576(_0x5d0790,_0x5cd3bd){_0x5d0790=_0x5d0790-0x152;const _0x4e7db6=_0x4e7d();let _0x55764e=_0x4e7db6[_0x5d0790];return _0x55764e;}function _0x4e7d(){const _0x4759bc=['Инициализация,\x20подождите...','810980rfMxJb','Неизвестная\x20ошибка,\x20обновите\x20страницу\x20для\x20просмотра\x20результата\x20восстановления','859528RrRDyE','602886UrQXvo','616QfmNMP','2wdhOxo','108600WiQVXw','17364GIUeWz','35tdmBXt','Восстановление,\x20подождите...','20656FOTqcK','Не\x20удалось\x20получить\x20список\x20истории\x20изменений','45KJGaxq','173430oHAaLP','9FkZouk'];_0x4e7d=function(){return _0x4759bc;};return _0x4e7d();}const e={'edit-history-loader':{'panel':{'title':'История\x20изменений','reverting':_0x2a8dde(0x157),'revertFailed':_0x2a8dde(0x15f),'listFetchError':_0x2a8dde(0x159)},'info':{'initializing':_0x2a8dde(0x15d)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x5602f6=_0xb042;(function(_0x3a819e,_0x3830da){const _0x41efab=_0xb042,_0xf57ef8=_0x3a819e();while(!![]){try{const _0x695ab2=parseInt(_0x41efab(0x1f8))/0x1*(parseInt(_0x41efab(0x1f7))/0x2)+parseInt(_0x41efab(0x1fb))/0x3+-parseInt(_0x41efab(0x1fa))/0x4+-parseInt(_0x41efab(0x200))/0x5*(parseInt(_0x41efab(0x1fe))/0x6)+-parseInt(_0x41efab(0x1fd))/0x7*(-parseInt(_0x41efab(0x1f9))/0x8)+parseInt(_0x41efab(0x202))/0x9*(parseInt(_0x41efab(0x1f5))/0xa)+parseInt(_0x41efab(0x1f4))/0xb*(-parseInt(_0x41efab(0x1fc))/0xc);if(_0x695ab2===_0x3830da)break;else _0xf57ef8['push'](_0xf57ef8['shift']());}catch(_0x351ab9){_0xf57ef8['push'](_0xf57ef8['shift']());}}}(_0x5ddc,0xee9ff));function _0xb042(_0x2430b8,_0x4a76d8){_0x2430b8=_0x2430b8-0x1f4;const _0x5ddc43=_0x5ddc();let _0xb042f=_0x5ddc43[_0x2430b8];return _0xb042f;}const e={'edit-history-loader':{'panel':{'title':'História\x20úprav','reverting':_0x5602f6(0x1ff),'revertFailed':'Neznáma\x20chyba,\x20obnovte\x20stránku\x20a\x20pozrite\x20si\x20výsledok\x20obnovenia','listFetchError':_0x5602f6(0x1f6)},'info':{'initializing':_0x5602f6(0x201)}}};export{e as default};function _0x5ddc(){const _0x17a22c=['3073065PWtcON','Inicializace,\x20prosím\x20počkejte...','10938555WElJVc','22GvjXuM','10ubmbpC','Nepodarilo\x20sa\x20získať\x20zoznam\x20histórie\x20úprav','7444YKuEHW','512QtinRX','72048IjLxOz','5178820aMNotk','3505035xPsYZM','6727728EhMtMW','259MwPWNz','12xDEoAn','Obnovuje\x20sa,\x20prosím\x20počkajte...'];_0x5ddc=function(){return _0x17a22c;};return _0x5ddc();}
@@ -0,0 +1 @@
1
+ const _0x24e8fa=_0x3ae7;(function(_0x1d8a05,_0x2ba01c){const _0x386099=_0x3ae7,_0x9b9fc8=_0x1d8a05();while(!![]){try{const _0xc5d3e9=parseInt(_0x386099(0x94))/0x1*(-parseInt(_0x386099(0x8f))/0x2)+parseInt(_0x386099(0x8a))/0x3*(-parseInt(_0x386099(0x93))/0x4)+-parseInt(_0x386099(0x97))/0x5*(parseInt(_0x386099(0x91))/0x6)+-parseInt(_0x386099(0x95))/0x7+parseInt(_0x386099(0x92))/0x8*(parseInt(_0x386099(0x8d))/0x9)+-parseInt(_0x386099(0x8e))/0xa+parseInt(_0x386099(0x88))/0xb*(parseInt(_0x386099(0x89))/0xc);if(_0xc5d3e9===_0x2ba01c)break;else _0x9b9fc8['push'](_0x9b9fc8['shift']());}catch(_0x21358b){_0x9b9fc8['push'](_0x9b9fc8['shift']());}}}(_0x2ff1,0xb4936));const e={'edit-history-loader':{'panel':{'title':_0x24e8fa(0x90),'reverting':_0x24e8fa(0x8c),'revertFailed':_0x24e8fa(0x8b),'listFetchError':'Không\x20thể\x20lấy\x20danh\x20sách\x20lịch\x20sử\x20chỉnh\x20sửa'},'info':{'initializing':_0x24e8fa(0x96)}}};function _0x3ae7(_0x1f04ad,_0x5108b9){_0x1f04ad=_0x1f04ad-0x88;const _0x2ff170=_0x2ff1();let _0x3ae72f=_0x2ff170[_0x1f04ad];return _0x3ae72f;}function _0x2ff1(){const _0x4f15c5=['12efmckw','2821784LyoKuN','74076NrWNgq','3xThplq','8495228hGJVnC','đang\x20khởi\x20tạo,\x20vui\x20lòng\x20đợi...','3367965GKAzNE','24672769PjOOuz','24pCDdyB','21GGlNaD','Lỗi\x20không\x20xác\x20định,\x20vui\x20lòng\x20làm\x20mới\x20trang\x20để\x20xem\x20kết\x20quả\x20khôi\x20phục','Đang\x20khôi\x20phục,\x20vui\x20lòng\x20đợi...','9QJFxQI','12611130oRpGQm','98338jpdZjl','Lịch\x20sử\x20chỉnh\x20sửa'];_0x2ff1=function(){return _0x4f15c5;};return _0x2ff1();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x55ef78=_0x6d58;function _0x6d58(_0xea71cc,_0x4f51ac){_0xea71cc=_0xea71cc-0x1f2;const _0xde09c7=_0xde09();let _0x6d5854=_0xde09c7[_0xea71cc];return _0x6d5854;}(function(_0x29a556,_0x2609e9){const _0x1b2666=_0x6d58,_0x597b28=_0x29a556();while(!![]){try{const _0x5d8e36=-parseInt(_0x1b2666(0x1f4))/0x1*(parseInt(_0x1b2666(0x1fb))/0x2)+parseInt(_0x1b2666(0x1ff))/0x3+-parseInt(_0x1b2666(0x1fe))/0x4+parseInt(_0x1b2666(0x200))/0x5*(parseInt(_0x1b2666(0x1f9))/0x6)+-parseInt(_0x1b2666(0x201))/0x7*(parseInt(_0x1b2666(0x1f3))/0x8)+-parseInt(_0x1b2666(0x1f2))/0x9*(parseInt(_0x1b2666(0x1fc))/0xa)+-parseInt(_0x1b2666(0x1fa))/0xb*(-parseInt(_0x1b2666(0x1f8))/0xc);if(_0x5d8e36===_0x2609e9)break;else _0x597b28['push'](_0x597b28['shift']());}catch(_0x180452){_0x597b28['push'](_0x597b28['shift']());}}}(_0xde09,0x62445));function _0xde09(){const _0x3bd542=['732gCUHRf','2298sBQejY','104467cSgGQa','215916wjmpqf','17970kdtIEJ','历史记录','1675344yiXeGC','2293434yIZWMN','8230hkeFqi','231KVzmAD','9Gnuiag','95848HOFOss','7yrjRoM','正在还原,请稍等...','未知错误,请刷新页面查看还原结果','初始化中,请稍等...'];_0xde09=function(){return _0x3bd542;};return _0xde09();}const e={'edit-history-loader':{'panel':{'title':_0x55ef78(0x1fd),'reverting':_0x55ef78(0x1f5),'revertFailed':_0x55ef78(0x1f6),'listFetchError':'获取编辑历史记录列表失败'},'info':{'initializing':_0x55ef78(0x1f7)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x421b13=_0x23e5;function _0x5772(){const _0x4333d2=['正在還原,請稍候...','158nBWadh','4263816eTJZML','28189XBbcGC','380ssRbsJ','3069425FfWaZD','3634632jXpUji','編輯歷程','40794160kQThZX','初始化中,請稍候...','發生未知錯誤,請重新整理頁面查看還原結果','384HmBELM','11838mVUWhn','27309lUjBJG'];_0x5772=function(){return _0x4333d2;};return _0x5772();}function _0x23e5(_0x6e500f,_0x158ec5){_0x6e500f=_0x6e500f-0x67;const _0x5772b8=_0x5772();let _0x23e544=_0x5772b8[_0x6e500f];return _0x23e544;}(function(_0x24a0d4,_0x380364){const _0xf99927=_0x23e5,_0x4cc85e=_0x24a0d4();while(!![]){try{const _0x455900=-parseInt(_0xf99927(0x74))/0x1*(parseInt(_0xf99927(0x69))/0x2)+parseInt(_0xf99927(0x67))/0x3*(-parseInt(_0xf99927(0x6c))/0x4)+-parseInt(_0xf99927(0x6d))/0x5+parseInt(_0xf99927(0x73))/0x6*(-parseInt(_0xf99927(0x6b))/0x7)+-parseInt(_0xf99927(0x6a))/0x8+-parseInt(_0xf99927(0x6e))/0x9+parseInt(_0xf99927(0x70))/0xa;if(_0x455900===_0x380364)break;else _0x4cc85e['push'](_0x4cc85e['shift']());}catch(_0x3d5176){_0x4cc85e['push'](_0x4cc85e['shift']());}}}(_0x5772,0x72fcf));const e={'edit-history-loader':{'panel':{'title':_0x421b13(0x6f),'reverting':_0x421b13(0x68),'revertFailed':_0x421b13(0x72),'listFetchError':'無法取得編輯歷程列表'},'info':{'initializing':_0x421b13(0x71)}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x3651f5=_0x4f3b;(function(_0xe5d3ff,_0x5682c0){const _0x1968ae=_0x4f3b,_0x2a225b=_0xe5d3ff();while(!![]){try{const _0x36b4e0=-parseInt(_0x1968ae(0x9a))/0x1+-parseInt(_0x1968ae(0x96))/0x2+-parseInt(_0x1968ae(0x9b))/0x3*(-parseInt(_0x1968ae(0x91))/0x4)+-parseInt(_0x1968ae(0x9d))/0x5*(parseInt(_0x1968ae(0x97))/0x6)+-parseInt(_0x1968ae(0x98))/0x7*(parseInt(_0x1968ae(0x95))/0x8)+parseInt(_0x1968ae(0x9c))/0x9*(-parseInt(_0x1968ae(0x94))/0xa)+parseInt(_0x1968ae(0x92))/0xb;if(_0x36b4e0===_0x5682c0)break;else _0x2a225b['push'](_0x2a225b['shift']());}catch(_0x3769e3){_0x2a225b['push'](_0x2a225b['shift']());}}}(_0x2a94,0xf028f));const e={'edit-history-loader':{'panel':{'title':_0x3651f5(0x99),'reverting':_0x3651f5(0x90),'revertFailed':_0x3651f5(0x9e),'listFetchError':'無法取得編輯歷程列表'},'info':{'initializing':_0x3651f5(0x93)}}};function _0x2a94(){const _0x3f12d2=['676pghhTY','89199011bRzpNU','初始化中,請稍候...','10SDNTvi','4242648IJiyIs','2139796gbVWRn','288vSJGRh','21xvmzgz','編輯歷程','1649853WRkTLn','4899lMnQQO','17210547RgyOIn','122735NDzfDj','發生未知錯誤,請重新整理頁面查看還原結果','正在還原,請稍候...'];_0x2a94=function(){return _0x3f12d2;};return _0x2a94();}function _0x4f3b(_0x20f0eb,_0xb920ac){_0x20f0eb=_0x20f0eb-0x90;const _0x2a94a4=_0x2a94();let _0x4f3b0d=_0x2a94a4[_0x20f0eb];return _0x4f3b0d;}export{e as default};
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,14 @@
1
+ declare const locale: {
2
+ 'edit-history-loader': {
3
+ panel: {
4
+ title: string;
5
+ reverting: string;
6
+ revertFailed: string;
7
+ listFetchError: string;
8
+ };
9
+ info: {
10
+ initializing: string;
11
+ };
12
+ };
13
+ };
14
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x5603(_0x1e0553,_0xd4ffab){_0x1e0553=_0x1e0553-0xe3;const _0xc421a8=_0xc421();let _0x5603fd=_0xc421a8[_0x1e0553];return _0x5603fd;}function _0xc421(){const _0x1b4107=['WorkbookRecoverHistoryPermission','version','CollaborationEvent','UniverSheetsHyperLinkUIPlugin','Disposable','MobileHistoryLoaderService','IPermissionService','1em','UniverNetwork','_selectionProtectionRuleModel','uComp','UniverProEditHistoryViewer','idSuffix','amd','UniverDataValidationPlugin','UNIVER_SHEET','colorChannel1','0.24.0','_injector','Exited','UniverCore','UniverInstanceType','RxDisposable','_historyUniver$','setConfig','tag','use','pipe','getSheetCommandTarget','position','show','historyPanelHidden','Error','UniverDrawing','value','BehaviorSubject','HistoryManagerService','permissionId','UNIVER_HISTORY_CONTAINER_ID','IAuthzIoService','top','_updateSubUnitFromURLParams','ILocalCacheService','onSteady','register','merge','forEach','\x20has\x20been\x20registered.','loadUnit','UniverProSheetsPivot','348848ZirLVK','_themeService','UniverProSheetsSparklineUi','registerPlugin','UniverSheetsFormulaPlugin','call','_revertErrorTimer','split','event$','packageName','SYNCED','status$','LS_CONFIG_KEY','5850564olrwbr','HistoryIcon','mergeMenu','getSheetBySheetId','subscribe','UniverProSheetsSparkline','_collaborationController','data','getSheetId','[HistoryLoaderService]:\x20Plugin\x20','M4.45388\x204.14989H3.52896C4.61144\x202.8939\x206.21319\x202.0999\x207.9999\x202.0999C11.2584\x202.0999\x2013.8999\x204.74142\x2013.8999\x207.9999C13.8999\x2011.2584\x2011.2584\x2013.8999\x207.9999\x2013.8999C4.74142\x2013.8999\x202.0999\x2011.2584\x202.0999\x207.9999C2.0999\x207.66853\x201.83127\x207.3999\x201.4999\x207.3999C1.16853\x207.3999\x200.899902\x207.66853\x200.899902\x207.9999C0.899902\x2011.9211\x204.07868\x2015.0999\x207.9999\x2015.0999C11.9211\x2015.0999\x2015.0999\x2011.9211\x2015.0999\x207.9999C15.0999\x204.07868\x2011.9211\x200.899902\x207.9999\x200.899902C5.88709\x200.899902\x203.9903\x201.82298\x202.69023\x203.28636V2.38625C2.69023\x202.05488\x202.42161\x201.78625\x202.09023\x201.78625C1.75886\x201.78625\x201.49023\x202.05488\x201.49023\x202.38625V4.74989C1.49023\x205.08126\x201.75886\x205.34989\x202.09023\x205.34989H4.45388C4.78525\x205.34989\x205.05388\x205.08126\x205.05388\x204.74989C5.05388\x204.41851\x204.78525\x204.14989\x204.45388\x204.14989Z','eventID','height','http://www.w3.org/2000/svg','status','iterator','getAllPlugins','_handleRevertAcknowledgement','url(#history-icon_clip0_907_281)','none','_initListener','univer.operation.exit-edit-history','UniverSheetsChartUIPlugin','IMessageService','UniverSheetsFormula','UniverEngineFormula','_localCacheService','path','UniverProSheetsChartUi','ISidebarService','_componentManager','function','UniverProLicense','getSheets','IMenuManagerService','0\x200\x2016\x2016','darkMode$','_initContainer','_init','32HMCsgn','100%','getCollabEntity','unsubscribe','WorkbookViewHistoryPermission','WorksheetEditPermission','historyUniver','UNIVER_CONTAINER_ID','UniverDrawingUIPlugin','closeAll','UniverProSheetsShape','getParam','UniverSheetsDataValidation','UniverDocsUIPlugin','UniverSheetSparklineUIPlugin','combineLatest','executeCommand','_messageService','getUnit','getMenuHiddenObservable','UNIVER_UNKNOWN','UniverSheetsConditionalFormattingUi','UniverSheetsFormulaUIPlugin','Loading','getLocales','zIndex','UniverSheetsConditionalFormatting','React','ComponentManager','UniverCollaborationPlugin','CommandType','editHistory.info.initializing','_internalWebWorker','history-icon_clip0_907_281','setLocale','getActiveSheet','UniverSheets','UniverMobileUIPlugin','historyPanelComponentKey','invoke','univer.operation.toggle-edit-history','mutations','_checkCanRevert','includes','menu','constructor','triggerCustomVersions','then','toDisposable','object','width','some','UniverSheetsConditionalFormattingPlugin','registerCommand','UniverSheetsPivotTablePlugin','_menuManagerService','__getInjector','_dataLoaderService','displayName','disposeUnit','LocaleService','triggerLoadVersions','Plugin','svg','getElementById','UniverEditHistoryViewerPlugin','UniverSheetsTable','left','decorate','exhaustSavingTask','edit-history-loader.config','UniverUIPlugin','set','UniverDocsUi','appendChild','UniverRenderEnginePlugin','_dialogService','style','currentTheme$','HistoryModeStatus','state$','disposeWithMe','UniverDesign','activeSheet$','symbol','reload','trim','setDarkMode','dataset','UniverSheetsUi','UniverProCollaboration','UNIVER_CONTAINER_ID_KEY','substring','editHistory.panel.reverting','url(#$1','Inject','RevertRevisionMutation','white','flat','editHistory.panel.title','UniverProCollaborationClient','univer-history-container-mobile','length','editHistory.panel.listFetchError','map','clear','mask','Univer','_historyManagerService','_setupSubUnitSync','Entered','DataLoaderService','setParam','MenuItemType','OPERATION','UniverSheetsDrawingUIPlugin','_sidebarService','_localeService','has','next','_initPlugins','clipPath','IImageIoService','UniverSheetsDrawingPlugin','IUniverInstanceService','632qZFqvE','asObservable','UniverProCollaborationClientUi','session','UniverSheetsHyperLink','whenReady','DependentOn','_pluginMap','_univerInstanceService','ToggleEditHistoryOperation','20qDWyYv','UniverSheetsTablePlugin','UniverSheetsFilterUi','UniverSheetsFilterUIPlugin','getCurrentUnitOfType','IConfigService','UniverSheetsShapeUIPlugin','createElement','close','EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY','removeAll','114378kYHVTo','UNIVER_EDIT_HISTORY_LOADER_PLUGIN','forwardRef','IDialogService','unMountHistoryContent','BUTTON','WorkbookEditablePermission','CHANGESET_ACK','UniverSheetsChartPlugin','ICommandService','attrs','CollaborationController','getUnhiddenWorksheets','UniverSheetsNumfmtPlugin','UniverSheetSparklinePlugin','UniverSheetsMobileUIPlugin','onCommandExecuted','_configService','pluginName','RangeProtectionPermissionEditPoint','xlink:href','UniverDrawingUi','UniverDocsPlugin','workerURL','UniverSheetsShapePlugin','UniverFormulaEnginePlugin','prototype','UniverSheetsNumfmt','composePermission','_commandService','setTheme','getOwnPropertyDescriptor','_urlService','UniverDrawingPlugin','string','location','IRemoteInstanceService','@univerjs-pro/edit-history-loader','absolute','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','defs','_config','dispose','history-container','UniverSheetsDataValidationUIPlugin','UniverEditHistoryLoaderPlugin','mountHistoryContent','toPrimitive','from','UniverEditHistoryViewerMobilePlugin','MessageType','children','UniverDocs','historyUniver$','8384634PmSHfv','display','[MobileHistoryLoaderService]:\x20Plugin\x20','IURLService','onStarting','AuthzIoHttpService','get','type','ThemeService','add','UniverLicensePlugin','UniverSheetsDrawing','dispose$','getConfig','UniverSheetsDrawingUi','Workbook','CollaborationStatus','UniverSheetsUIPlugin','DisposableCollection','_updateURLWithCurrentState','fill','defineProperty','params','fromCollab','M0\x200H16V16H0z','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','terminate','18813650RXgowF','subunit','every','UniverSheetsHyperLinkPlugin','RangeProtectionRuleModel','UniverProSheetsChart','current','_initUniver','exports.@univerjs/core.@univerjs/sheets.@univerjs-pro/collaboration.@univerjs-pro/collaboration-client.@univerjs-pro/edit-history-viewer.@univerjs-pro/license.@univerjs-pro/sheets-chart.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-pivot.@univerjs-pro/sheets-shape.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline.@univerjs-pro/sheets-sparkline-ui.@univerjs/data-validation.@univerjs/design.@univerjs/docs.@univerjs/docs-ui.@univerjs/drawing.@univerjs/drawing-ui.@univerjs/engine-formula.@univerjs/engine-render.@univerjs/network.@univerjs/rpc.@univerjs/sheets-conditional-formatting.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter.@univerjs/sheets-filter-ui.@univerjs/sheets-formula.@univerjs/sheets-formula-ui.@univerjs/sheets-hyper-link.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-numfmt.@univerjs/sheets-table.@univerjs/sheets-ui.@univerjs/ui.rxjs.@univerjs-pro/collaboration-client-ui.react','historyAIassistantEnabled','getUnitId','urlChange$','HistoryLoaderService','UniverSheetsDataValidationMobileUIPlugin','91833PNGGcI','_permissionService','div','takeUntil','getCurrentLocale','384859vehGRd','_disposableCollection','univerContainerId'];_0xc421=function(){return _0x1b4107;};return _0xc421();}(function(_0x456e23,_0xbd1bdc){const _0x43745e=_0x5603,_0x170a84=_0x456e23();while(!![]){try{const _0x549310=-parseInt(_0x43745e(0x1b8))/0x1+parseInt(_0x43745e(0x221))/0x2*(parseInt(_0x43745e(0x154))/0x3)+parseInt(_0x43745e(0x1ed))/0x4*(-parseInt(_0x43745e(0x149))/0x5)+-parseInt(_0x43745e(0x1fa))/0x6+parseInt(_0x43745e(0x1b3))/0x7*(-parseInt(_0x43745e(0x13f))/0x8)+parseInt(_0x43745e(0x18a))/0x9+parseInt(_0x43745e(0x1a5))/0xa;if(_0x549310===_0xbd1bdc)break;else _0x170a84['push'](_0x170a84['shift']());}catch(_0x57be7b){_0x170a84['push'](_0x170a84['shift']());}}}(_0xc421,0xa57ad),function(_0x4b5030,_0x392da7){const _0x377fc3=_0x5603;typeof exports==_0x377fc3(0xf3)&&typeof module<'u'?_0x392da7(exports,require(`@univerjs/core`),require(`@univerjs/sheets`),require(`@univerjs-pro/collaboration`),require(`@univerjs-pro/collaboration-client`),require(`@univerjs-pro/edit-history-viewer`),require(`@univerjs-pro/license`),require(`@univerjs-pro/sheets-chart`),require(`@univerjs-pro/sheets-chart-ui`),require(`@univerjs-pro/sheets-pivot`),require(`@univerjs-pro/sheets-shape`),require(`@univerjs-pro/sheets-shape-ui`),require(`@univerjs-pro/sheets-sparkline`),require(`@univerjs-pro/sheets-sparkline-ui`),require(`@univerjs/data-validation`),require(`@univerjs/design`),require(`@univerjs/docs`),require(`@univerjs/docs-ui`),require(`@univerjs/drawing`),require(`@univerjs/drawing-ui`),require(`@univerjs/engine-formula`),require(`@univerjs/engine-render`),require(`@univerjs/network`),require(`@univerjs/rpc`),require(`@univerjs/sheets-conditional-formatting`),require(`@univerjs/sheets-conditional-formatting-ui`),require(`@univerjs/sheets-data-validation`),require(`@univerjs/sheets-data-validation-ui`),require(`@univerjs/sheets-drawing`),require(`@univerjs/sheets-drawing-ui`),require(`@univerjs/sheets-filter`),require(`@univerjs/sheets-filter-ui`),require(`@univerjs/sheets-formula`),require(`@univerjs/sheets-formula-ui`),require(`@univerjs/sheets-hyper-link`),require(`@univerjs/sheets-hyper-link-ui`),require(`@univerjs/sheets-numfmt`),require(`@univerjs/sheets-table`),require(`@univerjs/sheets-ui`),require(`@univerjs/ui`),require(`rxjs`),require(`@univerjs-pro/collaboration-client-ui`),require(`react`)):typeof define==_0x377fc3(0x219)&&define[_0x377fc3(0x1c8)]?define(_0x377fc3(0x1ad)[_0x377fc3(0x1f4)]('.'),_0x392da7):(_0x4b5030=typeof globalThis<'u'?globalThis:_0x4b5030||self,_0x392da7(_0x4b5030['UniverProEditHistoryLoader']={},_0x4b5030[_0x377fc3(0x1cf)],_0x4b5030[_0x377fc3(0xe6)],_0x4b5030[_0x377fc3(0x11c)],_0x4b5030[_0x377fc3(0x126)],_0x4b5030[_0x377fc3(0x1c6)],_0x4b5030[_0x377fc3(0x21a)],_0x4b5030[_0x377fc3(0x1aa)],_0x4b5030[_0x377fc3(0x216)],_0x4b5030[_0x377fc3(0x1ec)],_0x4b5030[_0x377fc3(0x22b)],_0x4b5030['UniverProSheetsShapeUi'],_0x4b5030[_0x377fc3(0x1ff)],_0x4b5030[_0x377fc3(0x1ef)],_0x4b5030['UniverDataValidation'],_0x4b5030[_0x377fc3(0x114)],_0x4b5030[_0x377fc3(0x188)],_0x4b5030[_0x377fc3(0x10b)],_0x4b5030[_0x377fc3(0x1dc)],_0x4b5030[_0x377fc3(0x169)],_0x4b5030[_0x377fc3(0x213)],_0x4b5030['UniverEngineRender'],_0x4b5030[_0x377fc3(0x1c3)],_0x4b5030['UniverRpc'],_0x4b5030[_0x377fc3(0x23b)],_0x4b5030[_0x377fc3(0x236)],_0x4b5030[_0x377fc3(0x22d)],_0x4b5030['UniverSheetsDataValidationUi'],_0x4b5030[_0x377fc3(0x195)],_0x4b5030[_0x377fc3(0x198)],_0x4b5030['UniverSheetsFilter'],_0x4b5030[_0x377fc3(0x14b)],_0x4b5030[_0x377fc3(0x212)],_0x4b5030['UniverSheetsFormulaUi'],_0x4b5030[_0x377fc3(0x143)],_0x4b5030['UniverSheetsHyperLinkUi'],_0x4b5030[_0x377fc3(0x16f)],_0x4b5030[_0x377fc3(0x104)],_0x4b5030[_0x377fc3(0x11b)],_0x4b5030['UniverUi'],_0x4b5030['rxjs'],_0x4b5030[_0x377fc3(0x141)],_0x4b5030[_0x377fc3(0x23c)]));}(this,function(_0x13809c,_0x33e503,_0x35661c,_0x587e83,_0x2d073d,_0x2cd9b2,_0x20dc7b,_0x537529,_0xfa2353,_0x59d915,_0x50c1d0,_0x4ebd30,_0x471932,_0x117d6c,_0x5e6771,_0x1e7111,_0x374f29,_0x21656f,_0x4ec52e,_0x562dae,_0x151834,_0x211ebb,_0x421909,_0x41a677,_0x61163e,_0xe96762,_0x37178a,_0xf2e32a,_0x3485dd,_0x571f78,_0x1cca9d,_0x35fb58,_0x706278,_0x6fa4b,_0xa5722f,_0x4ca489,_0x596208,_0x4c8959,_0x593aa7,_0x2ccfb5,_0x3f702b,_0x3407da,_0x57eb24){const _0x729e61=_0x5603;Object[_0x729e61(0x19f)](_0x13809c,Symbol['toStringTag'],{'value':'Module'});let _0x40521f=_0x729e61(0x108);Symbol(_0x40521f);let _0x44638a={};function _0x4c22f9(_0x1e89bc){'@babel/helpers - typeof';const _0x581014=_0x729e61;return _0x4c22f9=typeof Symbol==_0x581014(0x219)&&typeof Symbol[_0x581014(0x209)]==_0x581014(0x116)?function(_0x3e9a48){return typeof _0x3e9a48;}:function(_0x3e1d97){const _0x375cdb=_0x581014;return _0x3e1d97&&typeof Symbol==_0x375cdb(0x219)&&_0x3e1d97[_0x375cdb(0xef)]===Symbol&&_0x3e1d97!==Symbol[_0x375cdb(0x16e)]?'symbol':typeof _0x3e1d97;},_0x4c22f9(_0x1e89bc);}function _0x3f645d(_0x4cfa03,_0x58ec70){const _0x4e863e=_0x729e61;if(_0x4c22f9(_0x4cfa03)!=_0x4e863e(0xf3)||!_0x4cfa03)return _0x4cfa03;var _0x1d2c3c=_0x4cfa03[Symbol[_0x4e863e(0x183)]];if(_0x1d2c3c!==void 0x0){var _0xd7f9ff=_0x1d2c3c[_0x4e863e(0x1f2)](_0x4cfa03,_0x58ec70||'default');if(_0x4c22f9(_0xd7f9ff)!='object')return _0xd7f9ff;throw TypeError(_0x4e863e(0x1a3));}return(_0x58ec70===_0x4e863e(0x176)?String:Number)(_0x4cfa03);}function _0xced3c9(_0x198e9f){const _0x411839=_0x729e61;var _0x5d0797=_0x3f645d(_0x198e9f,'string');return _0x4c22f9(_0x5d0797)==_0x411839(0x116)?_0x5d0797:_0x5d0797+'';}function _0x3335cf(_0x3470ea,_0x22539a,_0x2a7b3a){return(_0x22539a=_0xced3c9(_0x22539a))in _0x3470ea?Object['defineProperty'](_0x3470ea,_0x22539a,{'value':_0x2a7b3a,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3470ea[_0x22539a]=_0x2a7b3a,_0x3470ea;}function _0x3570da(_0x25da8c,_0x1ec68d){return function(_0x7feab1,_0xe35a91){_0x1ec68d(_0x7feab1,_0xe35a91,_0x25da8c);};}function _0x1ed2b5(_0x4daff6,_0x21c88f,_0x51bd05,_0x3410eb){const _0x78f938=_0x729e61;var _0x561527=arguments[_0x78f938(0x128)],_0x21e692=_0x561527<0x3?_0x21c88f:_0x3410eb===null?_0x3410eb=Object[_0x78f938(0x173)](_0x21c88f,_0x51bd05):_0x3410eb,_0x19b466;if(typeof Reflect=='object'&&typeof Reflect[_0x78f938(0x106)]==_0x78f938(0x219))_0x21e692=Reflect['decorate'](_0x4daff6,_0x21c88f,_0x51bd05,_0x3410eb);else{for(var _0xb525e6=_0x4daff6[_0x78f938(0x128)]-0x1;_0xb525e6>=0x0;_0xb525e6--)(_0x19b466=_0x4daff6[_0xb525e6])&&(_0x21e692=(_0x561527<0x3?_0x19b466(_0x21e692):_0x561527>0x3?_0x19b466(_0x21c88f,_0x51bd05,_0x21e692):_0x19b466(_0x21c88f,_0x51bd05))||_0x21e692);}return _0x561527>0x3&&_0x21e692&&Object[_0x78f938(0x19f)](_0x21c88f,_0x51bd05,_0x21e692),_0x21e692;}let _0x1834e9=_0x729e61(0x228),_0x4ef970='univer-history-container',_0x498d99=class extends _0x33e503['Disposable']{constructor(_0x312740,_0x407c17,_0x3786df,_0x10e4a4,_0x354cd0,_0x141d08,_0xc430c1,_0x1da464,_0x5c3774,_0x2f11aa){const _0x2ef84e=_0x729e61;super(),this[_0x2ef84e(0x137)]=_0x312740,this['_univerInstanceService']=_0x407c17,this[_0x2ef84e(0x165)]=_0x3786df,this[_0x2ef84e(0x171)]=_0x10e4a4,this['_messageService']=_0x354cd0,this['_permissionService']=_0x141d08,this[_0x2ef84e(0x1c4)]=_0xc430c1,this[_0x2ef84e(0x10e)]=_0x1da464,this[_0x2ef84e(0x136)]=_0x5c3774,this[_0x2ef84e(0x1ee)]=_0x2f11aa,_0x3335cf(this,_0x2ef84e(0x1d2),new _0x3f702b[(_0x2ef84e(0x1de))](null)),_0x3335cf(this,_0x2ef84e(0x189),this['_historyUniver$']['asObservable']()),_0x3335cf(this,_0x2ef84e(0x1b9),new _0x33e503[(_0x2ef84e(0x19c))]()),_0x3335cf(this,'_pluginMap',new Map()),_0x3335cf(this,_0x2ef84e(0x241),null),this['_init']();}get[_0x729e61(0x227)](){const _0x341e1c=_0x729e61;return this[_0x341e1c(0x1d2)][_0x341e1c(0x1dd)];}[_0x729e61(0x220)](){const _0x401689=_0x729e61;this[_0x401689(0x21f)](),this[_0x401689(0x13a)]();}['_initContainer'](){const _0x36dc1e=_0x729e61;var _0x1ef426;let _0x20ee5b=(_0x1ef426=this[_0x36dc1e(0x165)][_0x36dc1e(0x197)](_0x36dc1e(0x228)))==null?'univer-container':_0x1ef426,_0x2ab138=document['getElementById'](_0x20ee5b);if(!_0x2ab138)return;let _0x490eac=document['createElement']('div');_0x490eac['id']=_0x4ef970,_0x490eac[_0x36dc1e(0x11a)]['uComp']=_0x36dc1e(0x17f),_0x490eac[_0x36dc1e(0x10f)][_0x36dc1e(0x1d8)]=_0x36dc1e(0x17a),_0x490eac[_0x36dc1e(0x10f)]['top']='0',_0x490eac[_0x36dc1e(0x10f)][_0x36dc1e(0x105)]='0',_0x490eac[_0x36dc1e(0x10f)][_0x36dc1e(0xf4)]=_0x36dc1e(0x222),_0x490eac['style'][_0x36dc1e(0x206)]=_0x36dc1e(0x222),_0x490eac['style'][_0x36dc1e(0x23a)]='49',_0x490eac['style']['display']=_0x36dc1e(0x20d),_0x2ab138[_0x36dc1e(0x10c)](_0x490eac);}[_0x729e61(0x13a)](){const _0x318ee6=_0x729e61;[[_0x211ebb[_0x318ee6(0x10d)]],[_0x2ccfb5[_0x318ee6(0x109)],{'container':_0x4ef970,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x2ccfb5[_0x318ee6(0x157)],null]]}],[_0x421909['UniverNetworkPlugin']],[_0x4ec52e[_0x318ee6(0x175)],{'override':[[_0x4ec52e[_0x318ee6(0x13c)],null]]}],[_0x374f29[_0x318ee6(0x16a)],{'hasScroll':!0x1}],[_0x21656f['UniverDocsUIPlugin']],[_0x596208['UniverSheetsNumfmtPlugin']],[_0x35661c['UniverSheetsPlugin'],{'notExecuteFormula':!0x0}],[_0x593aa7[_0x318ee6(0x19b)]],[_0x706278[_0x318ee6(0x1f1)]],[_0x6fa4b[_0x318ee6(0x237)]],[_0x587e83[_0x318ee6(0x23e)]],[_0x1cca9d['UniverSheetsFilterPlugin']],[_0x35fb58[_0x318ee6(0x14c)]],[_0x61163e[_0x318ee6(0xf6)]],[_0xe96762['UniverSheetsConditionalFormattingUIPlugin']],[_0xa5722f[_0x318ee6(0x1a8)]],[_0x4ca489[_0x318ee6(0x1be)]],[_0x5e6771[_0x318ee6(0x1c9)]],[_0x37178a['UniverSheetsDataValidationPlugin']],[_0xf2e32a[_0x318ee6(0x180)]],[_0x151834[_0x318ee6(0x16d)],{'notExecuteFormula':!0x0}],[_0x562dae['UniverDrawingUIPlugin']],[_0x3485dd[_0x318ee6(0x13d)]],[_0x571f78[_0x318ee6(0x135)]],[_0x471932[_0x318ee6(0x162)]],[_0x117d6c['UniverSheetSparklineUIPlugin']],[_0x537529[_0x318ee6(0x15c)]],[_0xfa2353[_0x318ee6(0x210)]],[_0x50c1d0['UniverSheetsShapePlugin']],[_0x4ebd30[_0x318ee6(0x14f)]],[_0x59d915['UniverSheetsPivotTablePlugin'],{'notExecuteFormula':!0x0}],[_0x4c8959[_0x318ee6(0x14a)]]][_0x318ee6(0x1e9)](([_0x15976c,_0xac7ca])=>this[_0x318ee6(0x1f0)](_0x15976c,_0xac7ca));}['dispose'](){const _0x4e8d79=_0x729e61;super['dispose'](),this['unMountHistoryContent'](),this[_0x4e8d79(0x146)][_0x4e8d79(0x12b)]();}[_0x729e61(0x1f0)](_0x16d031,_0x46a68a,_0xcf7376){const _0xd02b04=_0x729e61;if(this['_pluginMap']['has'](_0x16d031[_0xd02b04(0x166)])&&!_0xcf7376)throw Error(_0xd02b04(0x203)+_0x16d031[_0xd02b04(0x166)]+_0xd02b04(0x1ea));this[_0xd02b04(0x146)][_0xd02b04(0x10a)](_0x16d031['pluginName'],[_0x16d031,_0x46a68a]);}[_0x729e61(0x20a)](){const _0x765513=_0x729e61;return Array['from'](this[_0x765513(0x146)]['values']());}[_0x729e61(0x182)](_0xfc6b50,_0x3b5b80){const _0x7cc806=_0x729e61;let _0x53eba1=document[_0x7cc806(0x102)](_0x4ef970);_0x53eba1&&(_0x53eba1[_0x7cc806(0x10f)]['display']='block',this[_0x7cc806(0x1ac)](_0xfc6b50,_0x4ef970,_0x3b5b80));}[_0x729e61(0x158)](){const _0x4c9e13=_0x729e61;var _0x30ef6b;this[_0x4c9e13(0x1b9)][_0x4c9e13(0x17e)](),(_0x30ef6b=this[_0x4c9e13(0x227)])==null||_0x30ef6b['dispose'](),this[_0x4c9e13(0x1d2)][_0x4c9e13(0x139)](null);let _0x34563e=document[_0x4c9e13(0x102)](_0x4ef970);_0x34563e&&(_0x34563e[_0x4c9e13(0x10f)]['display']=_0x4c9e13(0x20d),this[_0x4c9e13(0x241)]&&(this[_0x4c9e13(0x241)][_0x4c9e13(0x1a4)](),this[_0x4c9e13(0x241)]=null));}[_0x729e61(0x1ac)](_0x3316fe,_0x145e5c,_0x185a07){const _0x538e53=_0x729e61;var _0xfb4700,_0x14d737,_0x2f010a,_0x2d3ff5,_0x2ad61d;if(this['historyUniver'])return;let _0x46f667=new _0x33e503['Univer']({'locales':{[this[_0x538e53(0x137)][_0x538e53(0x1b7)]()]:this['_localeService'][_0x538e53(0x239)]()},'override':[[_0x33e503[_0x538e53(0x1e2)],{'useClass':_0x2d073d[_0x538e53(0x18f)]}]]}),_0x272b2e=_0x46f667[_0x538e53(0xfa)]();this[_0x538e53(0x113)](this[_0x538e53(0x1ee)][_0x538e53(0x21e)][_0x538e53(0x1fe)](_0x5bb935=>{const _0x474d45=_0x538e53;_0x272b2e[_0x474d45(0x190)](_0x33e503['ThemeService'])[_0x474d45(0x119)](_0x5bb935);})),this[_0x538e53(0x113)](this['_themeService'][_0x538e53(0x110)][_0x538e53(0x1fe)](_0x2aff6a=>{const _0x54a422=_0x538e53;_0x272b2e[_0x54a422(0x190)](_0x33e503[_0x54a422(0x192)])[_0x54a422(0x172)](_0x2aff6a);})),_0x272b2e[_0x538e53(0x190)](_0x33e503[_0x538e53(0xfe)])[_0x538e53(0xe4)](this['_localeService'][_0x538e53(0x1b7)]()),_0x272b2e['get'](_0x33e503[_0x538e53(0x14e)])['setConfig'](_0x2d073d[_0x538e53(0x17b)],this[_0x538e53(0x165)][_0x538e53(0x197)](_0x2d073d[_0x538e53(0x17b)]));let _0x262552=this[_0x538e53(0x165)][_0x538e53(0x197)](_0x20dc7b[_0x538e53(0x1f9)]);_0x262552&&_0x46f667[_0x538e53(0x1f0)](_0x20dc7b[_0x538e53(0x194)],{'license':_0x262552['ls']});let _0x403a70=(_0xfb4700=this[_0x538e53(0x165)][_0x538e53(0x197)]('edit-history-loader.config'))==null?void 0x0:_0xfb4700[_0x538e53(0x16b)],_0x53ab46=!!_0x403a70;_0x53ab46&&(this[_0x538e53(0x241)]=_0x403a70 instanceof Worker?_0x403a70:null,_0x46f667[_0x538e53(0x1f0)](_0x41a677['UniverRPCMainThreadPlugin'],{'workerURL':_0x403a70})),this[_0x538e53(0x146)][_0x538e53(0x1e9)](([_0x4a5a3d,_0x41d51e])=>{const _0x28ba38=_0x538e53;_0x46f667[_0x28ba38(0x1f0)](_0x4a5a3d,_0x41d51e);}),_0x46f667['registerPlugin'](_0x2cd9b2[_0x538e53(0x103)],{'historyListServerUrl':(_0x14d737=this[_0x538e53(0x165)][_0x538e53(0x197)](_0x538e53(0x108)))==null?void 0x0:_0x14d737['historyListServerUrl'],'historyPanelComponentKey':(_0x2f010a=this[_0x538e53(0x165)]['getConfig'](_0x538e53(0x108)))==null?void 0x0:_0x2f010a[_0x538e53(0xe8)],'historyPanelHidden':(_0x2d3ff5=this[_0x538e53(0x165)][_0x538e53(0x197)]('edit-history-loader.config'))==null?void 0x0:_0x2d3ff5['historyPanelHidden'],'historyAIassistantEnabled':(_0x2ad61d=this['_configService'][_0x538e53(0x197)](_0x538e53(0x108)))==null?void 0x0:_0x2ad61d[_0x538e53(0x1ae)]}),_0x272b2e[_0x538e53(0xe9)](_0x39fda5=>{const _0x528dd4=_0x538e53;this[_0x528dd4(0x20e)](_0x39fda5,_0x3316fe);}),this[_0x538e53(0x1d2)][_0x538e53(0x139)](_0x46f667);let _0x2632d1=_0x272b2e['get'](_0x2cd9b2[_0x538e53(0x1df)]),_0x53a4fa=this[_0x538e53(0xec)](_0x3316fe),_0x6ad293=()=>{const _0x5cc1d1=_0x538e53;_0x185a07?_0x2632d1[_0x5cc1d1(0xf0)](_0x3316fe,_0x145e5c,_0x53a4fa,_0x185a07):_0x2632d1['triggerLoadVersions'](_0x3316fe,_0x145e5c,_0x53a4fa);};if(this[_0x538e53(0x232)][_0x538e53(0x1d9)]({'content':this[_0x538e53(0x137)]['t'](_0x538e53(0x240)),'type':_0x1e7111['MessageType'][_0x538e53(0x238)]}),_0x53ab46)try{_0x272b2e[_0x538e53(0x190)](_0x41a677[_0x538e53(0x178)])[_0x538e53(0x144)]()[_0x538e53(0xf1)](()=>{_0x6ad293();});}catch{_0x6ad293();}else _0x6ad293();}['_initListener'](_0x5f2969,_0x1c7b6e){const _0x4e7807=_0x729e61;let _0x5670f2=_0x5f2969[_0x4e7807(0x190)](_0x2cd9b2[_0x4e7807(0x1df)]);this[_0x4e7807(0x1b9)][_0x4e7807(0x193)](_0x5670f2['status$'][_0x4e7807(0x1fe)](_0x5365f2=>{const _0x4b6f25=_0x4e7807;switch(_0x5365f2){case _0x2cd9b2['HistoryModeStatus'][_0x4b6f25(0x130)]:this['_dialogService'][_0x4b6f25(0x22a)](),this[_0x4b6f25(0x136)][_0x4b6f25(0x151)]();break;case _0x2cd9b2[_0x4b6f25(0x111)][_0x4b6f25(0x1ce)]:this['_commandService'][_0x4b6f25(0x231)](_0x346519['id']),this[_0x4b6f25(0x158)]();break;case _0x2cd9b2['HistoryModeStatus'][_0x4b6f25(0x1db)]:this[_0x4b6f25(0x158)](),this['_messageService'][_0x4b6f25(0x1d9)]({'content':this['_localeService']['t'](_0x4b6f25(0x129)),'type':_0x1e7111[_0x4b6f25(0x186)][_0x4b6f25(0x1db)],'duration':0xbb8});break;default:break;}})),this['_disposableCollection'][_0x4e7807(0x193)](_0x5670f2['revertRevision$'][_0x4e7807(0x1fe)](async _0xbafe64=>{const _0x5535f3=_0x4e7807;_0xbafe64&&this[_0x5535f3(0x171)][_0x5535f3(0x231)](_0x587e83[_0x5535f3(0x122)]['id'],{'unitId':_0x1c7b6e,'revision':_0xbafe64});}));}[_0x729e61(0xec)](_0x3da86f){const _0x44c4ba=_0x729e61;let _0x4e9956=this['_univerInstanceService'][_0x44c4ba(0x233)](_0x3da86f)[_0x44c4ba(0x21b)]()[_0x44c4ba(0x12a)](_0x5f263d=>_0x5f263d['getSheetId']()),_0xa673cf=new _0x35661c[(_0x44c4ba(0x15a))](_0x3da86f)['id'],_0x3364f3=_0x4e9956[_0x44c4ba(0x12a)](_0xde9e69=>new _0x35661c['WorksheetEditPermission'](_0x3da86f,_0xde9e69)['id']),_0x303b86=_0x4e9956[_0x44c4ba(0x12a)](_0x5415db=>this[_0x44c4ba(0x1c4)]['getSubunitRuleList'](_0x3da86f,_0x5415db)[_0x44c4ba(0x12a)](_0x510e94=>new _0x35661c[(_0x44c4ba(0x167))](_0x3da86f,_0x5415db,_0x510e94[_0x44c4ba(0x1e0)])['id']))[_0x44c4ba(0x124)](),_0x29090b=new _0x35661c[(_0x44c4ba(0x1bb))](_0x3da86f)['id'];return this[_0x44c4ba(0x1b4)][_0x44c4ba(0x170)]([_0xa673cf,..._0x3364f3,..._0x303b86,_0x29090b])[_0x44c4ba(0x1a7)](_0xc3a11d=>!!_0xc3a11d[_0x44c4ba(0x1dd)]);}};_0x498d99=_0x1ed2b5([_0x3570da(0x0,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503[_0x729e61(0xfe)])),_0x3570da(0x1,_0x33e503[_0x729e61(0x13e)]),_0x3570da(0x2,_0x33e503[_0x729e61(0x14e)]),_0x3570da(0x3,_0x33e503['ICommandService']),_0x3570da(0x4,_0x2ccfb5['IMessageService']),_0x3570da(0x5,_0x33e503['IPermissionService']),_0x3570da(0x6,(0x0,_0x33e503[_0x729e61(0x121)])(_0x35661c['RangeProtectionRuleModel'])),_0x3570da(0x7,(0x0,_0x33e503[_0x729e61(0x121)])(_0x2ccfb5[_0x729e61(0x157)])),_0x3570da(0x8,(0x0,_0x33e503[_0x729e61(0x121)])(_0x2ccfb5['ISidebarService'])),_0x3570da(0x9,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503['ThemeService']))],_0x498d99);let _0x5b6e1e={'id':_0x729e61(0xea),'type':_0x33e503['CommandType'][_0x729e61(0x134)],'handler':_0x2fcef9=>{const _0x4f20e2=_0x729e61;let _0xba13cd=_0x2fcef9[_0x4f20e2(0x190)](_0x498d99),{unitId:_0x141d44}=(0x0,_0x35661c[_0x4f20e2(0x1d7)])(_0x2fcef9[_0x4f20e2(0x190)](_0x33e503[_0x4f20e2(0x13e)]))||{};return _0x141d44?(_0xba13cd['mountHistoryContent'](_0x141d44),!0x0):!0x1;}},_0x346519={'id':_0x729e61(0x20f),'type':_0x33e503[_0x729e61(0x23f)][_0x729e61(0x134)],'handler':()=>!0x0};var _0x4eb0cf=_0x729e61(0x179),_0x100201=_0x729e61(0x1cc);function _0x960638({ref:_0x3bcda8,..._0x11f0e6}){const _0x5b1d0c=_0x729e61;let {icon:_0x8713a1,id:_0x1625bb,className:_0x387f27,extend:_0x467649,..._0x48ca44}=_0x11f0e6,_0x4420ce=('univerjs-icon\x20univerjs-icon-'+_0x1625bb+'\x20'+(_0x387f27||''))[_0x5b1d0c(0x118)](),_0x5df9d7=(0x0,_0x57eb24['useRef'])('_'+_0x74e732());return _0xa2b2fb(_0x8713a1,''+_0x1625bb,{'defIds':_0x8713a1['defIds'],'idSuffix':_0x5df9d7[_0x5b1d0c(0x1ab)]},{'ref':_0x3bcda8,'className':_0x4420ce,..._0x48ca44},_0x467649);}function _0xa2b2fb(_0xf3ef04,_0x26e5dc,_0x24d6a8,_0x2031c1,_0x8a1183){const _0x3e8dd0=_0x729e61;return(0x0,_0x57eb24[_0x3e8dd0(0x150)])(_0xf3ef04[_0x3e8dd0(0x1d4)],{'key':_0x26e5dc,..._0x4aefc3(_0xf3ef04,_0x24d6a8,_0x8a1183),..._0x2031c1},(_0x139020(_0xf3ef04,_0x24d6a8)[_0x3e8dd0(0x187)]||[])['map']((_0x1bbe37,_0x5730b0)=>_0xa2b2fb(_0x1bbe37,_0x26e5dc+'-'+_0xf3ef04[_0x3e8dd0(0x1d4)]+'-'+_0x5730b0,_0x24d6a8,void 0x0,_0x8a1183)));}function _0x4aefc3(_0x3e00e6,_0x249b45,_0x4aee18){const _0x21148e=_0x729e61;let _0x3ddad4={..._0x3e00e6[_0x21148e(0x15e)]};_0x4aee18!=null&&_0x4aee18[_0x21148e(0x1cb)]&&_0x3ddad4[_0x21148e(0x19e)]===_0x21148e(0x1cb)&&(_0x3ddad4[_0x21148e(0x19e)]=_0x4aee18[_0x21148e(0x1cb)]),_0x3e00e6[_0x21148e(0x1d4)]==='mask'&&_0x3ddad4['id']&&(_0x3ddad4['id']+=_0x249b45['idSuffix']),Object['entries'](_0x3ddad4)[_0x21148e(0x1e9)](([_0x4af37b,_0x597f59])=>{const _0x4504ae=_0x21148e;_0x4af37b===_0x4504ae(0x12c)&&typeof _0x597f59==_0x4504ae(0x176)&&(_0x3ddad4[_0x4af37b]=_0x597f59['replace'](/url\(#(.*)\)/,_0x4504ae(0x120)+_0x249b45[_0x4504ae(0x1c7)]+')'));});let {defIds:_0x547b88}=_0x249b45;return!_0x547b88||_0x547b88[_0x21148e(0x128)]===0x0?_0x3ddad4:(_0x3e00e6['tag']===_0x21148e(0x1d5)&&_0x3ddad4[_0x21148e(0x168)]&&(_0x3ddad4['xlink:href']+=_0x249b45['idSuffix']),Object['entries'](_0x3ddad4)['forEach'](([_0x27f2ff,_0x48d5fa])=>{const _0x5b64e5=_0x21148e;typeof _0x48d5fa==_0x5b64e5(0x176)&&(_0x3ddad4[_0x27f2ff]=_0x48d5fa['replace'](/url\(#(.*)\)/,'url(#$1'+_0x249b45[_0x5b64e5(0x1c7)]+')'));}),_0x3ddad4);}function _0x139020(_0x1c890b,_0x10c14a){const _0x5a3736=_0x729e61;var _0x281048;let {defIds:_0xc142e3}=_0x10c14a;return!_0xc142e3||_0xc142e3[_0x5a3736(0x128)]===0x0?_0x1c890b:_0x1c890b[_0x5a3736(0x1d4)]==='defs'&&(_0x281048=_0x1c890b[_0x5a3736(0x187)])!=null&&_0x281048['length']?{..._0x1c890b,'children':_0x1c890b[_0x5a3736(0x187)][_0x5a3736(0x12a)](_0x1f1766=>typeof _0x1f1766['attrs']['id']==_0x5a3736(0x176)&&_0xc142e3&&_0xc142e3[_0x5a3736(0xed)](_0x1f1766[_0x5a3736(0x15e)]['id'])?{..._0x1f1766,'attrs':{..._0x1f1766['attrs'],'id':_0x1f1766['attrs']['id']+_0x10c14a[_0x5a3736(0x1c7)]}}:_0x1f1766)}:_0x1c890b;}function _0x74e732(){const _0x512b90=_0x729e61;return Math['random']()['toString'](0x24)[_0x512b90(0x11e)](0x2,0x8);}_0x960638[_0x729e61(0xfc)]='UniverIcon';let _0x32f0b7={'tag':_0x729e61(0x101),'attrs':{'xmlns':_0x729e61(0x207),'fill':'none','viewBox':_0x729e61(0x21d),'width':_0x729e61(0x1c2),'height':_0x729e61(0x1c2)},'children':[{'tag':'g','attrs':{'fill':'currentColor','clipPath':_0x729e61(0x20c)},'children':[{'tag':'path','attrs':{'d':_0x729e61(0x204)}},{'tag':'path','attrs':{'d':'M8.28291\x205.16293C8.28295\x204.83156\x208.01435\x204.5629\x207.68298\x204.56287C7.35161\x204.56283\x207.08295\x204.83143\x207.08291\x205.1628L7.08252\x208.63494C7.0825\x208.79881\x207.1495\x208.95555\x207.26796\x209.06877L9.70073\x2011.3939C9.94029\x2011.6228\x2010.3201\x2011.6142\x2010.549\x2011.3747C10.778\x2011.1351\x2010.7694\x2010.7553\x2010.5298\x2010.5263L8.28255\x208.37852L8.28291\x205.16293Z'}}]},{'tag':_0x729e61(0x17c),'attrs':{},'children':[{'tag':_0x729e61(0x13b),'attrs':{'id':_0x729e61(0xe3)},'children':[{'tag':_0x729e61(0x215),'attrs':{'fill':_0x729e61(0x123),'d':_0x729e61(0x1a2)}}]}]}],'defIds':[_0x729e61(0xe3)]},_0x2658fe=(0x0,_0x57eb24[_0x729e61(0x156)])(function(_0x273df1,_0x539670){const _0x52cf7e=_0x729e61;return(0x0,_0x57eb24[_0x52cf7e(0x150)])(_0x960638,Object['assign']({},_0x273df1,{'id':'history-icon','ref':_0x539670,'icon':_0x32f0b7}));});_0x2658fe[_0x729e61(0xfc)]='HistoryIcon';function _0x2d8a9b(_0x8b78cf){const _0x51182f=_0x729e61;return{'id':_0x5b6e1e['id'],'type':_0x2ccfb5[_0x51182f(0x133)][_0x51182f(0x159)],'icon':_0x51182f(0x1fb),'tooltip':_0x51182f(0x125),'hidden$':(0x0,_0x2ccfb5[_0x51182f(0x234)])(_0x8b78cf,_0x33e503[_0x51182f(0x1d0)][_0x51182f(0x1ca)]),'disabled$':(0x0,_0x593aa7['getCurrentRangeDisable$'])(_0x8b78cf,{'workbookTypes':[_0x35661c[_0x51182f(0x225)]],'worksheetTypes':[],'rangeTypes':[]})};}let _0x313b4d={[_0x2ccfb5['RibbonStartGroup']['OTHERS']]:{[_0x5b6e1e['id']]:{'order':0.2,'menuItemFactory':_0x2d8a9b}}},_0x86f62=class extends _0x33e503[_0x729e61(0x1d1)]{constructor(_0x122d06,_0x7bb402,_0x301942,_0x43a8a7,_0x1922cc,_0x5c0823,_0x51c252,_0x48122c,_0x4f7c59,_0x3407d8,_0x36951a){const _0x2a7e9e=_0x729e61;super(),this[_0x2a7e9e(0x171)]=_0x122d06,this['_menuManagerService']=_0x7bb402,this[_0x2a7e9e(0x218)]=_0x301942,this[_0x2a7e9e(0x12e)]=_0x43a8a7,this['_localeService']=_0x1922cc,this[_0x2a7e9e(0x232)]=_0x5c0823,this[_0x2a7e9e(0x200)]=_0x51c252,this['_localCacheService']=_0x48122c,this[_0x2a7e9e(0xfb)]=_0x4f7c59,this[_0x2a7e9e(0x147)]=_0x3407d8,this['_urlService']=_0x36951a,_0x3335cf(this,_0x2a7e9e(0x1f3),null),this[_0x2a7e9e(0x220)]();}[_0x729e61(0x220)](){const _0x260035=_0x729e61;[_0x5b6e1e,_0x346519][_0x260035(0x1e9)](_0x313f80=>this[_0x260035(0x113)]((0x0,_0x33e503[_0x260035(0xf2)])(this[_0x260035(0x171)][_0x260035(0xf7)](_0x313f80)))),this[_0x260035(0x113)](this[_0x260035(0x218)][_0x260035(0x1e7)](_0x260035(0x1fb),_0x2658fe)),this[_0x260035(0xf9)][_0x260035(0x1fc)](_0x313b4d),this[_0x260035(0x113)](this[_0x260035(0x171)][_0x260035(0x164)](async(_0x561a3d,_0x11e5b3)=>{const _0x25ed61=_0x260035;if(_0x561a3d['id']===_0x587e83[_0x25ed61(0x122)]['id']){let {unitId:_0x452c5f}=_0x561a3d[_0x25ed61(0x1a0)];this[_0x25ed61(0x232)]['show']({'content':this[_0x25ed61(0x137)]['t'](_0x25ed61(0x11f)),'type':_0x1e7111[_0x25ed61(0x186)][_0x25ed61(0x238)],'duration':0x1388});let _0x1d3e4e=this['_collaborationController'][_0x25ed61(0x223)](_0x452c5f);_0x11e5b3!=null&&_0x11e5b3['fromCollab']?this[_0x25ed61(0x20b)](_0x1d3e4e,async()=>(setTimeout(()=>window[_0x25ed61(0x177)]['reload']()),!0x0),!0x0):this[_0x25ed61(0x20b)](_0x1d3e4e,async()=>{const _0x44db2c=_0x25ed61;let _0x45060c=this[_0x44db2c(0x147)][_0x44db2c(0x14d)](_0x33e503[_0x44db2c(0x1d0)][_0x44db2c(0x1ca)]),_0x34f2c1=_0x45060c==null?void 0x0:_0x45060c[_0x44db2c(0xe5)]();if(!_0x34f2c1)return!0x1;this[_0x44db2c(0x147)][_0x44db2c(0xfd)](_0x452c5f);let _0x48a930=await this[_0x44db2c(0xfb)]['loadUnit'](_0x452c5f,_0x33e503[_0x44db2c(0x1d0)]['UNIVER_SHEET']);return _0x48a930&&_0x48a930 instanceof _0x33e503[_0x44db2c(0x199)]?(await this[_0x44db2c(0x12f)](_0x48a930,_0x34f2c1['getSheetId']()),!0x0):!0x1;});}}));}[_0x729e61(0x20b)](_0x1f701f,_0x5a32d6,_0x2a2369=!0x1){const _0x33b8cf=_0x729e61;let _0x13fa6f=(0x0,_0x3f702b[_0x33b8cf(0x230)])([_0x1f701f[_0x33b8cf(0x142)][_0x33b8cf(0x1f5)],_0x1f701f['state$']])['subscribe'](async([_0x2d3f4c,_0x330fc6])=>{const _0x2ca7e9=_0x33b8cf;if(_0x2d3f4c['eventID']===_0x587e83[_0x2ca7e9(0x1bd)][_0x2ca7e9(0x15b)]&&(_0x330fc6==null?void 0x0:_0x330fc6[_0x2ca7e9(0x208)])===_0x2d073d[_0x2ca7e9(0x19a)][_0x2ca7e9(0x1f7)]&&_0x2d3f4c[_0x2ca7e9(0x201)][_0x2ca7e9(0xeb)][_0x2ca7e9(0xf5)](_0x43daac=>_0x43daac['id']===_0x587e83[_0x2ca7e9(0x122)]['id'])&&await _0x5a32d6()){var _0x483e93;this[_0x2ca7e9(0x12e)][_0x2ca7e9(0x158)](),_0x13fa6f[_0x2ca7e9(0x224)](),this['_revertErrorTimer']&&clearTimeout(this[_0x2ca7e9(0x1f3)]),await((_0x483e93=this[_0x2ca7e9(0x214)])==null?void 0x0:_0x483e93[_0x2ca7e9(0x107)]()),this['_messageService'][_0x2ca7e9(0x153)]();}});_0x2a2369&&(this[_0x33b8cf(0x1f3)]=setTimeout(()=>{const _0x49e82e=_0x33b8cf;_0x13fa6f[_0x49e82e(0x224)](),this[_0x49e82e(0x232)][_0x49e82e(0x1d9)]({'content':this[_0x49e82e(0x137)]['t']('editHistory.panel.revertFailed'),'type':_0x1e7111[_0x49e82e(0x186)]['Error'],'duration':0xbb8});},0x1388));}async[_0x729e61(0x12f)](_0x3cd8ee,_0x29c488){const _0x2c6eb6=_0x729e61;await this[_0x2c6eb6(0x1e4)](_0x3cd8ee,_0x29c488),_0x3cd8ee[_0x2c6eb6(0x115)]['pipe']((0x0,_0x3f702b[_0x2c6eb6(0x1b6)])(this[_0x2c6eb6(0x196)]))[_0x2c6eb6(0x1fe)](_0x535b5c=>{const _0x3cc3ed=_0x2c6eb6;_0x535b5c&&this[_0x3cc3ed(0x19d)](_0x535b5c);}),this[_0x2c6eb6(0x174)][_0x2c6eb6(0x1b0)]['pipe']((0x0,_0x3f702b['takeUntil'])(this[_0x2c6eb6(0x196)]))[_0x2c6eb6(0x1fe)](()=>this[_0x2c6eb6(0x1e4)](_0x3cd8ee,_0x29c488));}[_0x729e61(0x19d)](_0xd614c7,_0x5bce8c=!0x1){const _0x408ec5=_0x729e61;let _0x41eeb5=this[_0x408ec5(0x174)][_0x408ec5(0x22c)](_0x408ec5(0x1a6));_0xd614c7[_0x408ec5(0x202)]()!==_0x41eeb5&&this['_urlService'][_0x408ec5(0x132)]('subunit',_0xd614c7[_0x408ec5(0x202)](),_0x5bce8c);}async[_0x729e61(0x1e4)](_0x226a38,_0x392eae){const _0x44c2a4=_0x729e61;var _0x3916f8;if(!_0x392eae||!_0x226a38['getSheetBySheetId'](_0x392eae)){let _0x3b8119=_0x226a38['getUnhiddenWorksheets']()[0x0],_0x452817=_0x226a38['getSheetBySheetId'](_0x3b8119);if(!_0x452817)return;this[_0x44c2a4(0x19d)](_0x452817,!0x0),await this[_0x44c2a4(0x171)][_0x44c2a4(0x231)](_0x35661c['SetWorksheetActivateCommand']['id'],{'unitId':_0x226a38[_0x44c2a4(0x1af)](),'subUnitId':_0x3b8119});return;}((_0x3916f8=_0x226a38[_0x44c2a4(0xe5)]())==null?void 0x0:_0x3916f8[_0x44c2a4(0x202)]())!==_0x392eae&&await this[_0x44c2a4(0x171)][_0x44c2a4(0x231)](_0x35661c['SetWorksheetActivateCommand']['id'],{'unitId':_0x226a38[_0x44c2a4(0x1af)](),'subUnitId':_0x392eae});}};_0x86f62=_0x1ed2b5([_0x3570da(0x0,_0x33e503[_0x729e61(0x15d)]),_0x3570da(0x1,_0x2ccfb5[_0x729e61(0x21c)]),_0x3570da(0x2,(0x0,_0x33e503[_0x729e61(0x121)])(_0x2ccfb5[_0x729e61(0x23d)])),_0x3570da(0x3,(0x0,_0x33e503[_0x729e61(0x121)])(_0x498d99)),_0x3570da(0x4,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503[_0x729e61(0xfe)])),_0x3570da(0x5,_0x2ccfb5[_0x729e61(0x211)]),_0x3570da(0x6,(0x0,_0x33e503['Inject'])(_0x2d073d[_0x729e61(0x15f)])),_0x3570da(0x7,_0x2d073d[_0x729e61(0x1e5)]),_0x3570da(0x8,(0x0,_0x33e503[_0x729e61(0x121)])(_0x2d073d[_0x729e61(0x131)])),_0x3570da(0x9,_0x33e503[_0x729e61(0x13e)]),_0x3570da(0xa,_0x3407da[_0x729e61(0x18d)])],_0x86f62);let _0x5eec79=_0x729e61(0x127),_0x2b9908=class extends _0x33e503[_0x729e61(0x1bf)]{constructor(_0x3bf24a,_0x258492,_0xde8044,_0x32e3d3,_0x28ccfc,_0x14d333,_0x426e85,_0x2d86f3,_0x25300e,_0x4d00e7){const _0x41f2d5=_0x729e61;super(),this[_0x41f2d5(0x137)]=_0x3bf24a,this[_0x41f2d5(0x147)]=_0x258492,this[_0x41f2d5(0x165)]=_0xde8044,this[_0x41f2d5(0x171)]=_0x32e3d3,this[_0x41f2d5(0x232)]=_0x28ccfc,this[_0x41f2d5(0x1b4)]=_0x14d333,this[_0x41f2d5(0x1c4)]=_0x426e85,this[_0x41f2d5(0x10e)]=_0x2d86f3,this['_sidebarService']=_0x25300e,this[_0x41f2d5(0x1ee)]=_0x4d00e7,_0x3335cf(this,'_historyUniver$',new _0x3f702b[(_0x41f2d5(0x1de))](null)),_0x3335cf(this,_0x41f2d5(0x189),this['_historyUniver$'][_0x41f2d5(0x140)]()),_0x3335cf(this,_0x41f2d5(0x1b9),new _0x33e503[(_0x41f2d5(0x19c))]()),_0x3335cf(this,'_pluginMap',new Map()),_0x3335cf(this,_0x41f2d5(0x241),null),this['_init']();}get[_0x729e61(0x227)](){const _0x10c5fd=_0x729e61;return this[_0x10c5fd(0x1d2)][_0x10c5fd(0x1dd)];}[_0x729e61(0x220)](){const _0xff64cb=_0x729e61;this[_0xff64cb(0x21f)](),this[_0xff64cb(0x13a)]();}['_initContainer'](){const _0x190ce6=_0x729e61;var _0x2e789a;let _0x3d5d1f=(_0x2e789a=this['_configService'][_0x190ce6(0x197)]('UNIVER_CONTAINER_ID'))==null?'univer-container':_0x2e789a,_0x48bc7b=document['getElementById'](_0x3d5d1f);if(!_0x48bc7b)return;let _0x415cd0=document[_0x190ce6(0x150)](_0x190ce6(0x1b5));_0x415cd0['id']=_0x5eec79,_0x415cd0['dataset'][_0x190ce6(0x1c5)]=_0x190ce6(0x17f),_0x415cd0[_0x190ce6(0x10f)][_0x190ce6(0x1d8)]=_0x190ce6(0x17a),_0x415cd0[_0x190ce6(0x10f)][_0x190ce6(0x1e3)]='0',_0x415cd0[_0x190ce6(0x10f)][_0x190ce6(0x105)]='0',_0x415cd0[_0x190ce6(0x10f)][_0x190ce6(0xf4)]=_0x190ce6(0x222),_0x415cd0[_0x190ce6(0x10f)]['height']=_0x190ce6(0x222),_0x415cd0[_0x190ce6(0x10f)][_0x190ce6(0x23a)]='49',_0x415cd0[_0x190ce6(0x10f)][_0x190ce6(0x18b)]=_0x190ce6(0x20d),_0x48bc7b['appendChild'](_0x415cd0);}['_initPlugins'](){const _0x290f3e=_0x729e61;[[_0x211ebb[_0x290f3e(0x10d)]],[_0x2ccfb5[_0x290f3e(0xe7)],{'container':_0x5eec79,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x2ccfb5['IDialogService'],null]]}],[_0x421909['UniverNetworkPlugin']],[_0x4ec52e['UniverDrawingPlugin'],{'override':[[_0x4ec52e[_0x290f3e(0x13c)],null]]}],[_0x374f29[_0x290f3e(0x16a)],{'hasScroll':!0x1}],[_0x21656f[_0x290f3e(0x22e)]],[_0x596208[_0x290f3e(0x161)]],[_0x35661c['UniverSheetsPlugin'],{'notExecuteFormula':!0x0}],[_0x593aa7[_0x290f3e(0x163)]],[_0x706278[_0x290f3e(0x1f1)]],[_0x6fa4b[_0x290f3e(0x237)]],[_0x587e83[_0x290f3e(0x23e)]],[_0x1cca9d['UniverSheetsFilterPlugin']],[_0x61163e['UniverSheetsConditionalFormattingPlugin']],[_0xa5722f[_0x290f3e(0x1a8)]],[_0x4ca489[_0x290f3e(0x1be)]],[_0x5e6771[_0x290f3e(0x1c9)]],[_0x37178a['UniverSheetsDataValidationPlugin']],[_0xf2e32a[_0x290f3e(0x1b2)]],[_0x151834['UniverFormulaEnginePlugin'],{'notExecuteFormula':!0x0}],[_0x562dae[_0x290f3e(0x229)]],[_0x3485dd[_0x290f3e(0x13d)]],[_0x571f78['UniverSheetsDrawingUIPlugin']],[_0x471932[_0x290f3e(0x162)]],[_0x117d6c[_0x290f3e(0x22f)]],[_0x537529[_0x290f3e(0x15c)]],[_0xfa2353[_0x290f3e(0x210)]],[_0x50c1d0[_0x290f3e(0x16c)]],[_0x4ebd30[_0x290f3e(0x14f)]],[_0x59d915[_0x290f3e(0xf8)],{'notExecuteFormula':!0x0}],[_0x4c8959[_0x290f3e(0x14a)]]][_0x290f3e(0x1e9)](([_0x7ad7bd,_0x5669c9])=>this[_0x290f3e(0x1f0)](_0x7ad7bd,_0x5669c9));}[_0x729e61(0x17e)](){const _0x468ee7=_0x729e61;super[_0x468ee7(0x17e)](),this[_0x468ee7(0x158)](),this[_0x468ee7(0x146)][_0x468ee7(0x12b)]();}['registerPlugin'](_0x2ee6ff,_0x30c711,_0x23baf9){const _0x3e05eb=_0x729e61;if(this[_0x3e05eb(0x146)][_0x3e05eb(0x138)](_0x2ee6ff[_0x3e05eb(0x166)])&&!_0x23baf9)throw Error(_0x3e05eb(0x18c)+_0x2ee6ff[_0x3e05eb(0x166)]+_0x3e05eb(0x1ea));this['_pluginMap'][_0x3e05eb(0x10a)](_0x2ee6ff[_0x3e05eb(0x166)],[_0x2ee6ff,_0x30c711]);}[_0x729e61(0x20a)](){const _0x238fcb=_0x729e61;return Array[_0x238fcb(0x184)](this[_0x238fcb(0x146)]['values']());}[_0x729e61(0x182)](_0x2a746b,_0x330e45){const _0x407d40=_0x729e61;let _0x291713=document[_0x407d40(0x102)](_0x5eec79);_0x291713&&(_0x291713['style']['display']='block',this['_initUniver'](_0x2a746b,_0x5eec79,_0x330e45));}['unMountHistoryContent'](){const _0x5b02fb=_0x729e61;var _0xf47955;this['_disposableCollection'][_0x5b02fb(0x17e)](),(_0xf47955=this[_0x5b02fb(0x227)])==null||_0xf47955[_0x5b02fb(0x17e)](),this[_0x5b02fb(0x1d2)][_0x5b02fb(0x139)](null);let _0x19bead=document['getElementById'](_0x5eec79);_0x19bead&&(_0x19bead[_0x5b02fb(0x10f)][_0x5b02fb(0x18b)]=_0x5b02fb(0x20d),this[_0x5b02fb(0x241)]&&(this['_internalWebWorker'][_0x5b02fb(0x1a4)](),this[_0x5b02fb(0x241)]=null));}[_0x729e61(0x1ac)](_0x38024a,_0x49ad81,_0x196242){const _0x2964e6=_0x729e61;var _0x3403d2,_0x364bbe,_0x2d2f86,_0x81c22b;if(this[_0x2964e6(0x227)])return;let _0x3bb341=new _0x33e503[(_0x2964e6(0x12d))]({'locales':{[this[_0x2964e6(0x137)]['getCurrentLocale']()]:this[_0x2964e6(0x137)]['getLocales']()},'override':[[_0x33e503['IAuthzIoService'],{'useClass':_0x2d073d[_0x2964e6(0x18f)]}]]}),_0x345390=_0x3bb341[_0x2964e6(0xfa)]();this['disposeWithMe'](this[_0x2964e6(0x1ee)][_0x2964e6(0x21e)][_0x2964e6(0x1fe)](_0x50a5fe=>{const _0xe2fd2d=_0x2964e6;_0x345390[_0xe2fd2d(0x190)](_0x33e503[_0xe2fd2d(0x192)])[_0xe2fd2d(0x119)](_0x50a5fe);})),this[_0x2964e6(0x113)](this['_themeService'][_0x2964e6(0x110)][_0x2964e6(0x1fe)](_0x16cc68=>{const _0x2bb869=_0x2964e6;_0x345390[_0x2bb869(0x190)](_0x33e503['ThemeService'])[_0x2bb869(0x172)](_0x16cc68);})),_0x345390[_0x2964e6(0x190)](_0x33e503[_0x2964e6(0xfe)])[_0x2964e6(0xe4)](this[_0x2964e6(0x137)][_0x2964e6(0x1b7)]()),_0x345390[_0x2964e6(0x190)](_0x33e503[_0x2964e6(0x14e)])[_0x2964e6(0x1d3)](_0x2d073d[_0x2964e6(0x17b)],this[_0x2964e6(0x165)][_0x2964e6(0x197)](_0x2d073d[_0x2964e6(0x17b)]));let _0x30b295=this[_0x2964e6(0x165)][_0x2964e6(0x197)](_0x20dc7b[_0x2964e6(0x1f9)]);_0x30b295&&_0x3bb341[_0x2964e6(0x1f0)](_0x20dc7b[_0x2964e6(0x194)],{'license':_0x30b295['ls']});let _0x3abd1d=(_0x3403d2=this['_configService']['getConfig'](_0x2964e6(0x108)))==null?void 0x0:_0x3403d2[_0x2964e6(0x16b)],_0x3c9977=!!_0x3abd1d;_0x3c9977&&(this[_0x2964e6(0x241)]=_0x3abd1d instanceof Worker?_0x3abd1d:null,_0x3bb341['registerPlugin'](_0x41a677['UniverRPCMainThreadPlugin'],{'workerURL':_0x3abd1d})),this[_0x2964e6(0x146)][_0x2964e6(0x1e9)](([_0x474808,_0x3336b4])=>{const _0x4d977f=_0x2964e6;_0x3bb341[_0x4d977f(0x1f0)](_0x474808,_0x3336b4);}),_0x3bb341[_0x2964e6(0x1f0)](_0x2cd9b2[_0x2964e6(0x185)],{'historyListServerUrl':(_0x364bbe=this[_0x2964e6(0x165)][_0x2964e6(0x197)](_0x2964e6(0x108)))==null?void 0x0:_0x364bbe['historyListServerUrl'],'historyPanelComponentKey':(_0x2d2f86=this[_0x2964e6(0x165)][_0x2964e6(0x197)]('edit-history-loader.config'))==null?void 0x0:_0x2d2f86['historyPanelComponentKey'],'historyPanelHidden':(_0x81c22b=this[_0x2964e6(0x165)][_0x2964e6(0x197)](_0x2964e6(0x108)))==null?void 0x0:_0x81c22b[_0x2964e6(0x1da)]}),_0x345390[_0x2964e6(0xe9)](_0x5889c0=>{const _0x32e818=_0x2964e6;this[_0x32e818(0x20e)](_0x5889c0,_0x38024a);}),this[_0x2964e6(0x1d2)][_0x2964e6(0x139)](_0x3bb341);let _0x5b6c96=_0x345390['get'](_0x2cd9b2[_0x2964e6(0x1df)]),_0x54c0df=this[_0x2964e6(0xec)](_0x38024a),_0x411590=()=>{const _0x50fe76=_0x2964e6;_0x196242?_0x5b6c96[_0x50fe76(0xf0)](_0x38024a,_0x49ad81,_0x54c0df,_0x196242):_0x5b6c96[_0x50fe76(0xff)](_0x38024a,_0x49ad81,_0x54c0df);};if(this[_0x2964e6(0x232)][_0x2964e6(0x1d9)]({'content':this[_0x2964e6(0x137)]['t']('editHistory.info.initializing'),'type':_0x1e7111[_0x2964e6(0x186)][_0x2964e6(0x238)]}),_0x3c9977)try{_0x345390['get'](_0x41a677['IRemoteInstanceService'])[_0x2964e6(0x144)]()[_0x2964e6(0xf1)](()=>{_0x411590();});}catch{_0x411590();}else _0x411590();}[_0x729e61(0x20e)](_0x4f9203,_0x1690bb){const _0x5143c2=_0x729e61;let _0x52536e=_0x4f9203[_0x5143c2(0x190)](_0x2cd9b2[_0x5143c2(0x1df)]);this[_0x5143c2(0x1b9)][_0x5143c2(0x193)](_0x52536e[_0x5143c2(0x1f8)][_0x5143c2(0x1fe)](_0x3ff021=>{const _0x4683ae=_0x5143c2;switch(_0x3ff021){case _0x2cd9b2[_0x4683ae(0x111)][_0x4683ae(0x130)]:this[_0x4683ae(0x10e)]['closeAll'](),this['_sidebarService'][_0x4683ae(0x151)]();break;case _0x2cd9b2[_0x4683ae(0x111)][_0x4683ae(0x1ce)]:this['_commandService'][_0x4683ae(0x231)](_0x346519['id']),this[_0x4683ae(0x158)]();break;case _0x2cd9b2['HistoryModeStatus'][_0x4683ae(0x1db)]:this[_0x4683ae(0x158)](),this['_messageService'][_0x4683ae(0x1d9)]({'content':this[_0x4683ae(0x137)]['t'](_0x4683ae(0x129)),'type':_0x1e7111[_0x4683ae(0x186)][_0x4683ae(0x1db)],'duration':0xbb8});break;default:break;}})),this[_0x5143c2(0x1b9)][_0x5143c2(0x193)](_0x52536e['revertRevision$']['subscribe'](async _0x304a93=>{const _0x421195=_0x5143c2;_0x304a93&&this[_0x421195(0x171)][_0x421195(0x231)](_0x587e83[_0x421195(0x122)]['id'],{'unitId':_0x1690bb,'revision':_0x304a93});}));}[_0x729e61(0xec)](_0x24507f){const _0xc13654=_0x729e61;let _0x2c0277=this[_0xc13654(0x147)][_0xc13654(0x233)](_0x24507f)['getSheets']()[_0xc13654(0x12a)](_0x59a340=>_0x59a340[_0xc13654(0x202)]()),_0x30e764=new _0x35661c[(_0xc13654(0x15a))](_0x24507f)['id'],_0x57a72c=_0x2c0277[_0xc13654(0x12a)](_0x2ebdc6=>new _0x35661c[(_0xc13654(0x226))](_0x24507f,_0x2ebdc6)['id']),_0x51d906=_0x2c0277[_0xc13654(0x12a)](_0x5352b5=>this[_0xc13654(0x1c4)]['getSubunitRuleList'](_0x24507f,_0x5352b5)[_0xc13654(0x12a)](_0x5267a1=>new _0x35661c[(_0xc13654(0x167))](_0x24507f,_0x5352b5,_0x5267a1[_0xc13654(0x1e0)])['id']))[_0xc13654(0x124)](),_0x5608d2=new _0x35661c[(_0xc13654(0x1bb))](_0x24507f)['id'];return this[_0xc13654(0x1b4)][_0xc13654(0x170)]([_0x30e764,..._0x57a72c,..._0x51d906,_0x5608d2])['every'](_0xbe16ad=>!!_0xbe16ad[_0xc13654(0x1dd)]);}};_0x2b9908=_0x1ed2b5([_0x3570da(0x0,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503[_0x729e61(0xfe)])),_0x3570da(0x1,_0x33e503[_0x729e61(0x13e)]),_0x3570da(0x2,_0x33e503[_0x729e61(0x14e)]),_0x3570da(0x3,_0x33e503['ICommandService']),_0x3570da(0x4,_0x2ccfb5[_0x729e61(0x211)]),_0x3570da(0x5,_0x33e503[_0x729e61(0x1c1)]),_0x3570da(0x6,(0x0,_0x33e503[_0x729e61(0x121)])(_0x35661c[_0x729e61(0x1a9)])),_0x3570da(0x7,(0x0,_0x33e503[_0x729e61(0x121)])(_0x2ccfb5[_0x729e61(0x157)])),_0x3570da(0x8,(0x0,_0x33e503['Inject'])(_0x2ccfb5[_0x729e61(0x217)])),_0x3570da(0x9,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503[_0x729e61(0x192)]))],_0x2b9908);let _0xa53a63=class extends _0x33e503[_0x729e61(0x100)]{constructor(_0x5f4faa=_0x44638a,_0x2194fe,_0x55632a){const _0x20d19d=_0x729e61;super(),this[_0x20d19d(0x17d)]=_0x5f4faa,this[_0x20d19d(0x1cd)]=_0x2194fe,this[_0x20d19d(0x165)]=_0x55632a;let {menu:_0x3042f5,..._0x3dab8b}=(0x0,_0x33e503[_0x20d19d(0x1e8)])({},_0x44638a,this['_config']);_0x3042f5&&this[_0x20d19d(0x165)]['setConfig'](_0x20d19d(0xee),_0x3042f5,{'merge':!0x0}),this[_0x20d19d(0x165)][_0x20d19d(0x1d3)](_0x40521f,_0x3dab8b),this[_0x20d19d(0x17d)][_0x20d19d(0x1ba)]&&this[_0x20d19d(0x165)][_0x20d19d(0x1d3)](_0x20d19d(0x228),this[_0x20d19d(0x17d)][_0x20d19d(0x1ba)]);}[_0x729e61(0x18e)](){const _0x30995b=_0x729e61;[[_0x498d99,{'useClass':_0x2b9908}],[_0x86f62]]['forEach'](_0x4d9b02=>this[_0x30995b(0x1cd)][_0x30995b(0x193)](_0x4d9b02));}[_0x729e61(0x1e6)](){const _0x1fd826=_0x729e61;this[_0x1fd826(0x1cd)][_0x1fd826(0x190)](_0x86f62);}};_0x3335cf(_0xa53a63,_0x729e61(0x191),_0x33e503[_0x729e61(0x1d0)][_0x729e61(0x235)]),_0x3335cf(_0xa53a63,_0x729e61(0x166),'UNIVER_EDIT_HISTORY_LOADER_MOBILE_PLUGIN'),_0x3335cf(_0xa53a63,_0x729e61(0x1f6),_0x4eb0cf),_0x3335cf(_0xa53a63,_0x729e61(0x1bc),_0x100201),_0xa53a63=_0x1ed2b5([(0x0,_0x33e503['DependentOn'])(_0x20dc7b[_0x729e61(0x194)]),_0x3570da(0x1,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503['Injector'])),_0x3570da(0x2,_0x33e503[_0x729e61(0x14e)])],_0xa53a63);let _0x48c3fb=class extends _0x33e503[_0x729e61(0x1d1)]{constructor(_0x11434e,_0x24922b,_0x3e0590,_0x46898f,_0x37beb0,_0x47a442,_0x1344b7,_0x3a32a2,_0x328c6b,_0x2e1a1f,_0x4587a6){const _0x135f5d=_0x729e61;super(),this['_commandService']=_0x11434e,this['_menuManagerService']=_0x24922b,this[_0x135f5d(0x218)]=_0x3e0590,this['_historyManagerService']=_0x46898f,this['_localeService']=_0x37beb0,this[_0x135f5d(0x232)]=_0x47a442,this[_0x135f5d(0x200)]=_0x1344b7,this[_0x135f5d(0x214)]=_0x3a32a2,this[_0x135f5d(0xfb)]=_0x328c6b,this['_univerInstanceService']=_0x2e1a1f,this[_0x135f5d(0x174)]=_0x4587a6,_0x3335cf(this,_0x135f5d(0x1f3),null),this['_init']();}[_0x729e61(0x220)](){const _0x48ad9e=_0x729e61;[_0x5b6e1e,_0x346519][_0x48ad9e(0x1e9)](_0x4c5b69=>this[_0x48ad9e(0x113)]((0x0,_0x33e503[_0x48ad9e(0xf2)])(this['_commandService'][_0x48ad9e(0xf7)](_0x4c5b69)))),this[_0x48ad9e(0x113)](this['_componentManager']['register']('HistoryIcon',_0x2658fe)),this[_0x48ad9e(0xf9)][_0x48ad9e(0x1fc)](_0x313b4d),this[_0x48ad9e(0x113)](this[_0x48ad9e(0x171)][_0x48ad9e(0x164)](async(_0x2eb768,_0xbbaee)=>{const _0x109d20=_0x48ad9e;if(_0x2eb768['id']===_0x587e83[_0x109d20(0x122)]['id']){let {unitId:_0x3559e9}=_0x2eb768['params'];this['_messageService'][_0x109d20(0x1d9)]({'content':this[_0x109d20(0x137)]['t'](_0x109d20(0x11f)),'type':_0x1e7111['MessageType'][_0x109d20(0x238)],'duration':0x1388});let _0x4499cc=this['_collaborationController'][_0x109d20(0x223)](_0x3559e9);_0xbbaee!=null&&_0xbbaee[_0x109d20(0x1a1)]?this[_0x109d20(0x20b)](_0x4499cc,async()=>(setTimeout(()=>window[_0x109d20(0x177)][_0x109d20(0x117)]()),!0x0),!0x0):this['_handleRevertAcknowledgement'](_0x4499cc,async()=>{const _0x565993=_0x109d20;let _0x37dbed=this['_univerInstanceService'][_0x565993(0x14d)](_0x33e503[_0x565993(0x1d0)][_0x565993(0x1ca)]),_0xa11abd=_0x37dbed==null?void 0x0:_0x37dbed[_0x565993(0xe5)]();if(!_0xa11abd)return!0x1;this[_0x565993(0x147)][_0x565993(0xfd)](_0x3559e9);let _0x212bad=await this['_dataLoaderService'][_0x565993(0x1eb)](_0x3559e9,_0x33e503[_0x565993(0x1d0)][_0x565993(0x1ca)]);return _0x212bad&&_0x212bad instanceof _0x33e503[_0x565993(0x199)]?(await this['_setupSubUnitSync'](_0x212bad,_0xa11abd[_0x565993(0x202)]()),!0x0):!0x1;});}}));}['_handleRevertAcknowledgement'](_0x6fafa9,_0x503e71,_0x3efa21=!0x1){const _0x22f930=_0x729e61;let _0x45d759=(0x0,_0x3f702b[_0x22f930(0x230)])([_0x6fafa9[_0x22f930(0x142)][_0x22f930(0x1f5)],_0x6fafa9[_0x22f930(0x112)]])[_0x22f930(0x1fe)](async([_0x2d5bfc,_0x49c7fe])=>{const _0x4d7728=_0x22f930;if(_0x2d5bfc[_0x4d7728(0x205)]===_0x587e83[_0x4d7728(0x1bd)][_0x4d7728(0x15b)]&&(_0x49c7fe==null?void 0x0:_0x49c7fe['status'])===_0x2d073d[_0x4d7728(0x19a)][_0x4d7728(0x1f7)]&&_0x2d5bfc[_0x4d7728(0x201)][_0x4d7728(0xeb)][_0x4d7728(0xf5)](_0x460f24=>_0x460f24['id']===_0x587e83[_0x4d7728(0x122)]['id'])&&await _0x503e71()){var _0x4547b6;this[_0x4d7728(0x12e)][_0x4d7728(0x158)](),_0x45d759['unsubscribe'](),this[_0x4d7728(0x1f3)]&&clearTimeout(this['_revertErrorTimer']),await((_0x4547b6=this['_localCacheService'])==null?void 0x0:_0x4547b6[_0x4d7728(0x107)]());}});_0x3efa21&&(this[_0x22f930(0x1f3)]=setTimeout(()=>{const _0x25e86b=_0x22f930;_0x45d759[_0x25e86b(0x224)](),this['_messageService'][_0x25e86b(0x1d9)]({'content':this[_0x25e86b(0x137)]['t']('editHistory.panel.revertFailed'),'type':_0x1e7111['MessageType'][_0x25e86b(0x1db)],'duration':0xbb8});},0x1388));}async[_0x729e61(0x12f)](_0x381886,_0x3091ec){const _0x332186=_0x729e61;await this[_0x332186(0x1e4)](_0x381886,_0x3091ec),_0x381886[_0x332186(0x115)][_0x332186(0x1d6)]((0x0,_0x3f702b[_0x332186(0x1b6)])(this[_0x332186(0x196)]))[_0x332186(0x1fe)](_0x1432a5=>{const _0x1beb60=_0x332186;_0x1432a5&&this[_0x1beb60(0x19d)](_0x1432a5);}),this[_0x332186(0x174)][_0x332186(0x1b0)][_0x332186(0x1d6)]((0x0,_0x3f702b[_0x332186(0x1b6)])(this['dispose$']))[_0x332186(0x1fe)](()=>this['_updateSubUnitFromURLParams'](_0x381886,_0x3091ec));}[_0x729e61(0x19d)](_0x653766,_0x1bd178=!0x1){const _0x2658f2=_0x729e61;let _0x4e1ff2=this['_urlService'][_0x2658f2(0x22c)]('subunit');_0x653766[_0x2658f2(0x202)]()!==_0x4e1ff2&&this[_0x2658f2(0x174)]['setParam'](_0x2658f2(0x1a6),_0x653766['getSheetId'](),_0x1bd178);}async[_0x729e61(0x1e4)](_0x5c6e94,_0xaf006e){const _0x31334e=_0x729e61;var _0x306e11;if(!_0xaf006e||!_0x5c6e94[_0x31334e(0x1fd)](_0xaf006e)){let _0x2463d7=_0x5c6e94[_0x31334e(0x160)]()[0x0],_0x1b33ad=_0x5c6e94[_0x31334e(0x1fd)](_0x2463d7);if(!_0x1b33ad)return;this[_0x31334e(0x19d)](_0x1b33ad,!0x0),await this[_0x31334e(0x171)][_0x31334e(0x231)](_0x35661c['SetWorksheetActivateCommand']['id'],{'unitId':_0x5c6e94[_0x31334e(0x1af)](),'subUnitId':_0x2463d7});return;}((_0x306e11=_0x5c6e94['getActiveSheet']())==null?void 0x0:_0x306e11['getSheetId']())!==_0xaf006e&&await this[_0x31334e(0x171)][_0x31334e(0x231)](_0x35661c['SetWorksheetActivateCommand']['id'],{'unitId':_0x5c6e94['getUnitId'](),'subUnitId':_0xaf006e});}};_0x48c3fb=_0x1ed2b5([_0x3570da(0x0,_0x33e503[_0x729e61(0x15d)]),_0x3570da(0x1,_0x2ccfb5['IMenuManagerService']),_0x3570da(0x2,(0x0,_0x33e503[_0x729e61(0x121)])(_0x2ccfb5[_0x729e61(0x23d)])),_0x3570da(0x3,(0x0,_0x33e503[_0x729e61(0x121)])(_0x498d99)),_0x3570da(0x4,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503[_0x729e61(0xfe)])),_0x3570da(0x5,_0x2ccfb5[_0x729e61(0x211)]),_0x3570da(0x6,(0x0,_0x33e503[_0x729e61(0x121)])(_0x2d073d[_0x729e61(0x15f)])),_0x3570da(0x7,_0x2d073d[_0x729e61(0x1e5)]),_0x3570da(0x8,(0x0,_0x33e503['Inject'])(_0x2d073d[_0x729e61(0x131)])),_0x3570da(0x9,_0x33e503[_0x729e61(0x13e)]),_0x3570da(0xa,_0x3407da[_0x729e61(0x18d)])],_0x48c3fb);let _0x1e25ca=class extends _0x33e503['Plugin']{constructor(_0x1ad356=_0x44638a,_0x369906,_0x410e54){const _0x48863c=_0x729e61;super(),this[_0x48863c(0x17d)]=_0x1ad356,this[_0x48863c(0x1cd)]=_0x369906,this[_0x48863c(0x165)]=_0x410e54;let {menu:_0x3d8e8c,..._0x464b1c}=(0x0,_0x33e503['merge'])({},_0x44638a,this[_0x48863c(0x17d)]);_0x3d8e8c&&this[_0x48863c(0x165)][_0x48863c(0x1d3)](_0x48863c(0xee),_0x3d8e8c,{'merge':!0x0}),this[_0x48863c(0x165)][_0x48863c(0x1d3)](_0x40521f,_0x464b1c),this['_config'][_0x48863c(0x1ba)]&&this['_configService'][_0x48863c(0x1d3)](_0x1834e9,this[_0x48863c(0x17d)][_0x48863c(0x1ba)]);}[_0x729e61(0x18e)](){const _0x6ff21f=_0x729e61;[[_0x498d99],[_0x48c3fb]][_0x6ff21f(0x1e9)](_0x292f62=>this[_0x6ff21f(0x1cd)]['add'](_0x292f62));}[_0x729e61(0x1e6)](){const _0x19eb00=_0x729e61;this[_0x19eb00(0x1cd)]['get'](_0x48c3fb);}};_0x3335cf(_0x1e25ca,_0x729e61(0x191),_0x33e503[_0x729e61(0x1d0)]['UNIVER_UNKNOWN']),_0x3335cf(_0x1e25ca,_0x729e61(0x166),_0x729e61(0x155)),_0x3335cf(_0x1e25ca,_0x729e61(0x1f6),_0x4eb0cf),_0x3335cf(_0x1e25ca,'version',_0x100201),_0x1e25ca=_0x1ed2b5([(0x0,_0x33e503[_0x729e61(0x145)])(_0x20dc7b['UniverLicensePlugin']),_0x3570da(0x1,(0x0,_0x33e503[_0x729e61(0x121)])(_0x33e503['Injector'])),_0x3570da(0x2,_0x33e503['IConfigService'])],_0x1e25ca),_0x13809c[_0x729e61(0x152)]=_0x40521f,Object[_0x729e61(0x19f)](_0x13809c,_0x729e61(0x1b1),{'enumerable':!0x0,'get':function(){return _0x498d99;}}),Object[_0x729e61(0x19f)](_0x13809c,_0x729e61(0x1c0),{'enumerable':!0x0,'get':function(){return _0x2b9908;}}),_0x13809c[_0x729e61(0x148)]=_0x5b6e1e,_0x13809c[_0x729e61(0x11d)]=_0x1834e9,_0x13809c[_0x729e61(0x1e1)]=_0x4ef970,Object[_0x729e61(0x19f)](_0x13809c,'UniverEditHistoryLoaderMobilePlugin',{'enumerable':!0x0,'get':function(){return _0xa53a63;}}),Object['defineProperty'](_0x13809c,_0x729e61(0x181),{'enumerable':!0x0,'get':function(){return _0x1e25ca;}});}));
1
+ function _0x3fb1(_0xfc5d79,_0x3c8a8b){_0xfc5d79=_0xfc5d79-0x8e;const _0x3c974f=_0x3c97();let _0x3fb11f=_0x3c974f[_0xfc5d79];return _0x3fb11f;}(function(_0x300870,_0x3ee065){const _0x3db542=_0x3fb1,_0x56a831=_0x300870();while(!![]){try{const _0x275e86=parseInt(_0x3db542(0x109))/0x1+-parseInt(_0x3db542(0xf2))/0x2*(-parseInt(_0x3db542(0xa3))/0x3)+parseInt(_0x3db542(0x145))/0x4+parseInt(_0x3db542(0x17e))/0x5+-parseInt(_0x3db542(0xc2))/0x6*(parseInt(_0x3db542(0x1bf))/0x7)+-parseInt(_0x3db542(0x1f2))/0x8+-parseInt(_0x3db542(0x135))/0x9*(parseInt(_0x3db542(0x17f))/0xa);if(_0x275e86===_0x3ee065)break;else _0x56a831['push'](_0x56a831['shift']());}catch(_0x29e660){_0x56a831['push'](_0x56a831['shift']());}}}(_0x3c97,0xb1756),function(_0x3299f1,_0x187192){const _0x288a10=_0x3fb1;typeof exports==_0x288a10(0x14b)&&typeof module<'u'?_0x187192(exports,require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs-pro/collaboration'),require('@univerjs-pro/collaboration-client'),require('@univerjs-pro/edit-history-viewer'),require('@univerjs-pro/license'),require('@univerjs-pro/sheets-chart'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-pivot'),require('@univerjs-pro/sheets-shape'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/data-validation'),require('@univerjs/design'),require('@univerjs/docs'),require('@univerjs/docs-ui'),require('@univerjs/drawing'),require('@univerjs/drawing-ui'),require('@univerjs/engine-formula'),require('@univerjs/engine-render'),require('@univerjs/network'),require('@univerjs/rpc'),require('@univerjs/sheets-conditional-formatting'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-formula'),require('@univerjs/sheets-formula-ui'),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-numfmt'),require('@univerjs/sheets-table'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('rxjs'),require('@univerjs-pro/collaboration-client-ui'),require('react')):typeof define==_0x288a10(0xa4)&&define[_0x288a10(0x11f)]?define(_0x288a10(0x152)['split']('.'),_0x187192):(_0x3299f1=typeof globalThis<'u'?globalThis:_0x3299f1||self,_0x187192(_0x3299f1[_0x288a10(0x1c7)]={},_0x3299f1['UniverCore'],_0x3299f1[_0x288a10(0x132)],_0x3299f1[_0x288a10(0x1d9)],_0x3299f1['UniverProCollaborationClient'],_0x3299f1[_0x288a10(0x1cd)],_0x3299f1['UniverProLicense'],_0x3299f1[_0x288a10(0x1dc)],_0x3299f1[_0x288a10(0x97)],_0x3299f1['UniverProSheetsPivot'],_0x3299f1[_0x288a10(0x141)],_0x3299f1[_0x288a10(0x10c)],_0x3299f1[_0x288a10(0xba)],_0x3299f1['UniverProSheetsSparklineUi'],_0x3299f1[_0x288a10(0x195)],_0x3299f1[_0x288a10(0x1ef)],_0x3299f1['UniverDocs'],_0x3299f1[_0x288a10(0x9d)],_0x3299f1[_0x288a10(0x17c)],_0x3299f1[_0x288a10(0x1e1)],_0x3299f1['UniverEngineFormula'],_0x3299f1['UniverEngineRender'],_0x3299f1[_0x288a10(0x1df)],_0x3299f1[_0x288a10(0x19f)],_0x3299f1[_0x288a10(0x9f)],_0x3299f1[_0x288a10(0x1ad)],_0x3299f1[_0x288a10(0x172)],_0x3299f1[_0x288a10(0xe4)],_0x3299f1[_0x288a10(0x159)],_0x3299f1[_0x288a10(0x94)],_0x3299f1[_0x288a10(0x14a)],_0x3299f1[_0x288a10(0x1be)],_0x3299f1[_0x288a10(0x99)],_0x3299f1[_0x288a10(0x1c2)],_0x3299f1[_0x288a10(0x98)],_0x3299f1[_0x288a10(0x8e)],_0x3299f1['UniverSheetsNumfmt'],_0x3299f1[_0x288a10(0x134)],_0x3299f1[_0x288a10(0xea)],_0x3299f1[_0x288a10(0x15a)],_0x3299f1[_0x288a10(0xb9)],_0x3299f1[_0x288a10(0x1a1)],_0x3299f1[_0x288a10(0x15b)]));}(this,function(_0x47bd7f,_0x4768cc,_0x5291e4,_0x5a4bb3,_0x1bcaaa,_0x24b189,_0xaf852a,_0x26f45d,_0x5eb784,_0x20f548,_0x19153d,_0x52ff92,_0x1a7b2b,_0xbe8b70,_0x2fb111,_0x55689a,_0x2831dd,_0x2fc71c,_0x3c57a0,_0x31f905,_0x58e920,_0x42dad2,_0x2335d0,_0x468f57,_0x9a2c78,_0x29d8f8,_0x56fbbc,_0x335baf,_0x2ccf8e,_0x3d805c,_0x8c7465,_0x3903cf,_0x94ef8b,_0x29d7c7,_0x46ae5d,_0x1a8ceb,_0x3e207d,_0x234dd,_0x563a20,_0x533613,_0x98ff3a,_0x229d5a,_0x57c62c){const _0x800f78=_0x3fb1;Object['defineProperty'](_0x47bd7f,Symbol[_0x800f78(0xdd)],{'value':_0x800f78(0xa6)});let _0x363ddb=_0x800f78(0x19b),_0x2d5bdc={};function _0x589d80(_0x297196){'@babel/helpers - typeof';const _0x591191=_0x800f78;return _0x589d80=typeof Symbol=='function'&&typeof Symbol[_0x591191(0x102)]==_0x591191(0x9e)?function(_0x25780b){return typeof _0x25780b;}:function(_0x11a697){const _0xc6975e=_0x591191;return _0x11a697&&typeof Symbol==_0xc6975e(0xa4)&&_0x11a697['constructor']===Symbol&&_0x11a697!==Symbol[_0xc6975e(0x119)]?_0xc6975e(0x9e):typeof _0x11a697;},_0x589d80(_0x297196);}function _0x5613d4(_0x474fd0,_0x4a9f4a){const _0x5278c2=_0x800f78;if(_0x589d80(_0x474fd0)!=_0x5278c2(0x14b)||!_0x474fd0)return _0x474fd0;var _0x133771=_0x474fd0[Symbol[_0x5278c2(0x13d)]];if(_0x133771!==void 0x0){var _0x1c80bb=_0x133771[_0x5278c2(0xca)](_0x474fd0,_0x4a9f4a||_0x5278c2(0x10e));if(_0x589d80(_0x1c80bb)!=_0x5278c2(0x14b))return _0x1c80bb;throw TypeError(_0x5278c2(0x14c));}return(_0x4a9f4a==='string'?String:Number)(_0x474fd0);}function _0x51c71b(_0x208ba9){const _0x2f3aff=_0x800f78;var _0x38761f=_0x5613d4(_0x208ba9,_0x2f3aff(0x95));return _0x589d80(_0x38761f)==_0x2f3aff(0x9e)?_0x38761f:_0x38761f+'';}function _0x1ff16a(_0x183507,_0x596a59,_0x40931a){const _0x597ff4=_0x800f78;return(_0x596a59=_0x51c71b(_0x596a59))in _0x183507?Object[_0x597ff4(0xd7)](_0x183507,_0x596a59,{'value':_0x40931a,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x183507[_0x596a59]=_0x40931a,_0x183507;}function _0x882259(_0x4caf64,_0xd4bd49){return function(_0xe482d,_0x3a6435){_0xd4bd49(_0xe482d,_0x3a6435,_0x4caf64);};}function _0x38cdd8(_0x341b50,_0x1ee58,_0x845896,_0x17ca04){const _0x455c67=_0x800f78;var _0x321786=arguments[_0x455c67(0x143)],_0x157a6a=_0x321786<0x3?_0x1ee58:_0x17ca04===null?_0x17ca04=Object[_0x455c67(0x165)](_0x1ee58,_0x845896):_0x17ca04,_0x17c1a5;if(typeof Reflect==_0x455c67(0x14b)&&typeof Reflect[_0x455c67(0x176)]==_0x455c67(0xa4))_0x157a6a=Reflect[_0x455c67(0x176)](_0x341b50,_0x1ee58,_0x845896,_0x17ca04);else{for(var _0x467c16=_0x341b50[_0x455c67(0x143)]-0x1;_0x467c16>=0x0;_0x467c16--)(_0x17c1a5=_0x341b50[_0x467c16])&&(_0x157a6a=(_0x321786<0x3?_0x17c1a5(_0x157a6a):_0x321786>0x3?_0x17c1a5(_0x1ee58,_0x845896,_0x157a6a):_0x17c1a5(_0x1ee58,_0x845896))||_0x157a6a);}return _0x321786>0x3&&_0x157a6a&&Object[_0x455c67(0xd7)](_0x1ee58,_0x845896,_0x157a6a),_0x157a6a;}let _0x55f9db=_0x800f78(0xec),_0x12ed48=_0x800f78(0xc9),_0x37b57d=class extends _0x4768cc[_0x800f78(0xfc)]{constructor(_0x3f4780,_0x4c91e7,_0x3ac143,_0x257d12,_0x1b6c51,_0x568d43,_0x1f41fe,_0x5dcae7,_0x45881f,_0x18c165){const _0x4a51c4=_0x800f78;super(),this[_0x4a51c4(0x1b7)]=_0x3f4780,this[_0x4a51c4(0x1d7)]=_0x4c91e7,this[_0x4a51c4(0x137)]=_0x3ac143,this[_0x4a51c4(0x1db)]=_0x257d12,this[_0x4a51c4(0x1c8)]=_0x1b6c51,this[_0x4a51c4(0x12c)]=_0x568d43,this[_0x4a51c4(0xaf)]=_0x1f41fe,this[_0x4a51c4(0xbc)]=_0x5dcae7,this[_0x4a51c4(0x1a5)]=_0x45881f,this[_0x4a51c4(0xf6)]=_0x18c165,_0x1ff16a(this,_0x4a51c4(0x1c4),new _0x98ff3a[(_0x4a51c4(0x91))](null)),_0x1ff16a(this,_0x4a51c4(0xcf),this[_0x4a51c4(0x1c4)][_0x4a51c4(0xde)]()),_0x1ff16a(this,_0x4a51c4(0x9c),new _0x4768cc[(_0x4a51c4(0x166))]()),_0x1ff16a(this,'_pluginMap',new Map()),_0x1ff16a(this,_0x4a51c4(0x1a8),null),this[_0x4a51c4(0x183)]();}get['historyUniver'](){const _0x5dd503=_0x800f78;return this['_historyUniver$'][_0x5dd503(0x1c0)];}['_init'](){const _0x55c9eb=_0x800f78;this['_initContainer'](),this[_0x55c9eb(0x1ce)]();}['_initContainer'](){const _0x2a0460=_0x800f78;var _0x55b218;let _0xf2c5bd=(_0x55b218=this[_0x2a0460(0x137)][_0x2a0460(0x1af)]('UNIVER_CONTAINER_ID'))==null?_0x2a0460(0x1da):_0x55b218,_0x174d2b=document[_0x2a0460(0xda)](_0xf2c5bd);if(!_0x174d2b)return;let _0x207850=document[_0x2a0460(0xfd)](_0x2a0460(0xa7));_0x207850['id']=_0x12ed48,_0x207850['dataset'][_0x2a0460(0xd3)]=_0x2a0460(0x1cb),_0x207850['style']['position']=_0x2a0460(0x16a),_0x207850[_0x2a0460(0x1bb)][_0x2a0460(0xb5)]='0',_0x207850['style'][_0x2a0460(0x14e)]='0',_0x207850['style']['width']=_0x2a0460(0x197),_0x207850[_0x2a0460(0x1bb)][_0x2a0460(0xdb)]=_0x2a0460(0x197),_0x207850[_0x2a0460(0x1bb)][_0x2a0460(0x1e3)]='49',_0x207850[_0x2a0460(0x1bb)]['display']=_0x2a0460(0x1ed),_0x174d2b[_0x2a0460(0xac)](_0x207850);}[_0x800f78(0x1ce)](){const _0x295414=_0x800f78;[[_0x42dad2['UniverRenderEnginePlugin']],[_0x533613['UniverUIPlugin'],{'container':_0x12ed48,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x533613[_0x295414(0xb7)],null]]}],[_0x2335d0[_0x295414(0xdc)]],[_0x3c57a0[_0x295414(0x169)],{'override':[[_0x3c57a0[_0x295414(0x138)],null]]}],[_0x2831dd['UniverDocsPlugin'],{'hasScroll':!0x1}],[_0x2fc71c['UniverDocsUIPlugin']],[_0x3e207d[_0x295414(0x180)]],[_0x5291e4[_0x295414(0x1a0)],{'notExecuteFormula':!0x0}],[_0x563a20['UniverSheetsUIPlugin']],[_0x94ef8b['UniverSheetsFormulaPlugin']],[_0x29d7c7[_0x295414(0xc3)]],[_0x5a4bb3['UniverCollaborationPlugin']],[_0x8c7465[_0x295414(0xae)]],[_0x3903cf[_0x295414(0x10a)]],[_0x9a2c78[_0x295414(0xe3)]],[_0x29d8f8[_0x295414(0x1e9)]],[_0x46ae5d['UniverSheetsHyperLinkPlugin']],[_0x1a8ceb[_0x295414(0x1a3)]],[_0x2fb111[_0x295414(0xce)]],[_0x56fbbc['UniverSheetsDataValidationPlugin']],[_0x335baf[_0x295414(0x126)]],[_0x58e920[_0x295414(0xc1)],{'notExecuteFormula':!0x0}],[_0x31f905[_0x295414(0x10f)]],[_0x2ccf8e['UniverSheetsDrawingPlugin']],[_0x3d805c[_0x295414(0xcb)]],[_0x1a7b2b[_0x295414(0xa8)]],[_0xbe8b70[_0x295414(0xff)]],[_0x26f45d['UniverSheetsChartPlugin']],[_0x5eb784[_0x295414(0x1b9)]],[_0x19153d['UniverSheetsShapePlugin']],[_0x52ff92['UniverSheetsShapeUIPlugin']],[_0x20f548['UniverSheetsPivotTablePlugin'],{'notExecuteFormula':!0x0}],[_0x234dd['UniverSheetsTablePlugin']]][_0x295414(0x136)](([_0x5de4c7,_0x111e19])=>this[_0x295414(0x9a)](_0x5de4c7,_0x111e19));}[_0x800f78(0x1ae)](){const _0x230a39=_0x800f78;super[_0x230a39(0x1ae)](),this[_0x230a39(0x1eb)](),this['_pluginMap']['clear']();}['registerPlugin'](_0x49c9d1,_0x1980fb,_0x1a7d79){const _0x26459f=_0x800f78;if(this[_0x26459f(0x1ac)][_0x26459f(0x173)](_0x49c9d1[_0x26459f(0xf1)])&&!_0x1a7d79)throw Error(_0x26459f(0xe2)+_0x49c9d1[_0x26459f(0xf1)]+'\x20has\x20been\x20registered.');this[_0x26459f(0x1ac)][_0x26459f(0x1f3)](_0x49c9d1['pluginName'],[_0x49c9d1,_0x1980fb]);}[_0x800f78(0xa2)](){const _0x571041=_0x800f78;return Array['from'](this[_0x571041(0x1ac)]['values']());}[_0x800f78(0x160)](_0x401a34,_0x1b6e66){const _0x41dbea=_0x800f78;let _0x1684bb=document[_0x41dbea(0xda)](_0x12ed48);_0x1684bb&&(_0x1684bb['style'][_0x41dbea(0x12f)]='block',this[_0x41dbea(0xf9)](_0x401a34,_0x12ed48,_0x1b6e66));}[_0x800f78(0x1eb)](){const _0x580956=_0x800f78;var _0x4a5d79;this[_0x580956(0x9c)][_0x580956(0x1ae)](),(_0x4a5d79=this['historyUniver'])==null||_0x4a5d79[_0x580956(0x1ae)](),this['_historyUniver$'][_0x580956(0x181)](null);let _0x4576a5=document[_0x580956(0xda)](_0x12ed48);_0x4576a5&&(_0x4576a5[_0x580956(0x1bb)]['display']=_0x580956(0x1ed),this[_0x580956(0x1a8)]&&(this[_0x580956(0x1a8)]['terminate'](),this[_0x580956(0x1a8)]=null));}[_0x800f78(0xf9)](_0x577254,_0x56fb9e,_0x42b9a4){const _0x311bbd=_0x800f78;var _0x49f9fe,_0x2cc709,_0x1014de,_0x4a3f46,_0x22e3b;if(this[_0x311bbd(0x186)])return;let _0x1f3a68=new _0x4768cc[(_0x311bbd(0xb4))]({'locales':{[this[_0x311bbd(0x1b7)]['getCurrentLocale']()]:this[_0x311bbd(0x1b7)][_0x311bbd(0xf8)]()},'override':[[_0x4768cc[_0x311bbd(0x1b6)],{'useClass':_0x1bcaaa[_0x311bbd(0xfb)]}]]}),_0x228463=_0x1f3a68[_0x311bbd(0x193)]();this['disposeWithMe'](this[_0x311bbd(0xf6)][_0x311bbd(0x13a)][_0x311bbd(0x15d)](_0x38cc8c=>{const _0x3d57c3=_0x311bbd;_0x228463[_0x3d57c3(0x1b5)](_0x4768cc[_0x3d57c3(0xd6)])[_0x3d57c3(0x1a7)](_0x38cc8c);})),this[_0x311bbd(0x11d)](this['_themeService'][_0x311bbd(0xfe)]['subscribe'](_0x147112=>{const _0x2ba592=_0x311bbd;_0x228463[_0x2ba592(0x1b5)](_0x4768cc[_0x2ba592(0xd6)])['setTheme'](_0x147112);})),_0x228463[_0x311bbd(0x1b5)](_0x4768cc[_0x311bbd(0x18b)])[_0x311bbd(0x11c)](this[_0x311bbd(0x1b7)][_0x311bbd(0x198)]()),_0x228463[_0x311bbd(0x1b5)](_0x4768cc[_0x311bbd(0x161)])[_0x311bbd(0x1c3)](_0x1bcaaa[_0x311bbd(0x131)],this[_0x311bbd(0x137)][_0x311bbd(0x1af)](_0x1bcaaa[_0x311bbd(0x131)]));let _0x10b622=this['_configService'][_0x311bbd(0x1af)](_0xaf852a[_0x311bbd(0x93)]);_0x10b622&&_0x1f3a68[_0x311bbd(0x9a)](_0xaf852a[_0x311bbd(0x1ec)],{'license':_0x10b622['ls']});let _0x29596f=(_0x49f9fe=this['_configService'][_0x311bbd(0x1af)](_0x311bbd(0x19b)))==null?void 0x0:_0x49f9fe[_0x311bbd(0x1b8)],_0x1bfce=!!_0x29596f;_0x1bfce&&(this[_0x311bbd(0x1a8)]=_0x29596f instanceof Worker?_0x29596f:null,_0x1f3a68[_0x311bbd(0x9a)](_0x468f57[_0x311bbd(0xb2)],{'workerURL':_0x29596f})),this['_pluginMap']['forEach'](([_0x546a72,_0x1c41fb])=>{const _0x305306=_0x311bbd;_0x1f3a68[_0x305306(0x9a)](_0x546a72,_0x1c41fb);}),_0x1f3a68['registerPlugin'](_0x24b189[_0x311bbd(0x124)],{'historyListServerUrl':(_0x2cc709=this[_0x311bbd(0x137)][_0x311bbd(0x1af)](_0x311bbd(0x19b)))==null?void 0x0:_0x2cc709[_0x311bbd(0xbb)],'historyPanelComponentKey':(_0x1014de=this['_configService'][_0x311bbd(0x1af)](_0x311bbd(0x19b)))==null?void 0x0:_0x1014de[_0x311bbd(0xc4)],'historyPanelHidden':(_0x4a3f46=this['_configService'][_0x311bbd(0x1af)]('edit-history-loader.config'))==null?void 0x0:_0x4a3f46[_0x311bbd(0xf3)],'historyAIassistantEnabled':(_0x22e3b=this['_configService']['getConfig'](_0x311bbd(0x19b)))==null?void 0x0:_0x22e3b[_0x311bbd(0x1a9)]}),_0x228463['invoke'](_0x144530=>{this['_initListener'](_0x144530,_0x577254);}),this[_0x311bbd(0x1c4)][_0x311bbd(0x181)](_0x1f3a68);let _0x3c8924=_0x228463['get'](_0x24b189[_0x311bbd(0x1b1)]),_0x3ed72b=this['_checkCanRevert'](_0x577254),_0xd2760e=()=>{const _0x11d4c2=_0x311bbd;_0x42b9a4?_0x3c8924['triggerCustomVersions'](_0x577254,_0x56fb9e,_0x3ed72b,_0x42b9a4):_0x3c8924[_0x11d4c2(0x1b0)](_0x577254,_0x56fb9e,_0x3ed72b);};if(this['_messageService'][_0x311bbd(0x1aa)]({'content':this['_localeService']['t'](_0x311bbd(0x16e)),'type':_0x55689a[_0x311bbd(0x15c)][_0x311bbd(0xbd)]}),_0x1bfce)try{_0x228463['get'](_0x468f57[_0x311bbd(0x13f)])[_0x311bbd(0x164)]()[_0x311bbd(0x179)](()=>{_0xd2760e();});}catch{_0xd2760e();}else _0xd2760e();}[_0x800f78(0x18d)](_0x58ab44,_0x398b56){const _0x3f3bc1=_0x800f78;let _0x2816bc=_0x58ab44[_0x3f3bc1(0x1b5)](_0x24b189[_0x3f3bc1(0x1b1)]);this[_0x3f3bc1(0x9c)][_0x3f3bc1(0x16f)](_0x2816bc[_0x3f3bc1(0x10d)][_0x3f3bc1(0x15d)](_0x55af5a=>{const _0x259c24=_0x3f3bc1;switch(_0x55af5a){case _0x24b189[_0x259c24(0xe5)][_0x259c24(0xf4)]:this[_0x259c24(0xbc)][_0x259c24(0x155)](),this[_0x259c24(0x1a5)][_0x259c24(0x1ba)]();break;case _0x24b189[_0x259c24(0xe5)][_0x259c24(0x17d)]:this[_0x259c24(0x1db)][_0x259c24(0x90)](_0xe4584b['id']),this[_0x259c24(0x1eb)]();break;case _0x24b189[_0x259c24(0xe5)]['Error']:this[_0x259c24(0x1eb)](),this['_messageService'][_0x259c24(0x1aa)]({'content':this[_0x259c24(0x1b7)]['t']('edit-history-loader.panel.listFetchError'),'type':_0x55689a[_0x259c24(0x15c)][_0x259c24(0x151)],'duration':0xbb8});break;default:break;}})),this['_disposableCollection'][_0x3f3bc1(0x16f)](_0x2816bc[_0x3f3bc1(0x1a4)][_0x3f3bc1(0x15d)](async _0x2a1f96=>{const _0x44fbeb=_0x3f3bc1;_0x2a1f96&&this[_0x44fbeb(0x1db)][_0x44fbeb(0x90)](_0x5a4bb3['RevertRevisionMutation']['id'],{'unitId':_0x398b56,'revision':_0x2a1f96});}));}['_checkCanRevert'](_0x380ebb){const _0xad41f6=_0x800f78;let _0x189d12=this[_0xad41f6(0x1d7)]['getUnit'](_0x380ebb)[_0xad41f6(0x149)]()[_0xad41f6(0xf0)](_0xf0b686=>_0xf0b686[_0xad41f6(0x120)]()),_0xe9a4e2=new _0x5291e4[(_0xad41f6(0x12b))](_0x380ebb)['id'],_0x377a2a=_0x189d12[_0xad41f6(0xf0)](_0x50cda2=>new _0x5291e4[(_0xad41f6(0x157))](_0x380ebb,_0x50cda2)['id']),_0x3aa28f=_0x189d12[_0xad41f6(0xf0)](_0x4b3607=>this[_0xad41f6(0xaf)][_0xad41f6(0x1c9)](_0x380ebb,_0x4b3607)[_0xad41f6(0xf0)](_0x5b1a8c=>new _0x5291e4[(_0xad41f6(0x1e7))](_0x380ebb,_0x4b3607,_0x5b1a8c['permissionId'])['id']))[_0xad41f6(0x1d5)](),_0x2844c2=new _0x5291e4[(_0xad41f6(0x1d4))](_0x380ebb)['id'];return this[_0xad41f6(0x12c)][_0xad41f6(0x153)]([_0xe9a4e2,..._0x377a2a,..._0x3aa28f,_0x2844c2])['every'](_0x234528=>!!_0x234528['value']);}};_0x37b57d=_0x38cdd8([_0x882259(0x0,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x4768cc[_0x800f78(0x18b)])),_0x882259(0x1,_0x4768cc[_0x800f78(0x14d)]),_0x882259(0x2,_0x4768cc[_0x800f78(0x161)]),_0x882259(0x3,_0x4768cc[_0x800f78(0x110)]),_0x882259(0x4,_0x533613[_0x800f78(0x182)]),_0x882259(0x5,_0x4768cc[_0x800f78(0xd2)]),_0x882259(0x6,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x5291e4[_0x800f78(0x122)])),_0x882259(0x7,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x533613[_0x800f78(0xb7)])),_0x882259(0x8,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x533613[_0x800f78(0x12e)])),_0x882259(0x9,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x4768cc[_0x800f78(0xd6)]))],_0x37b57d);let _0x4ed86a={'id':_0x800f78(0x175),'type':_0x4768cc[_0x800f78(0x174)][_0x800f78(0xf7)],'handler':_0x1c2e59=>{const _0x3d1b82=_0x800f78;let _0x1011c6=_0x1c2e59[_0x3d1b82(0x1b5)](_0x37b57d),{unitId:_0x56c28c}=(0x0,_0x5291e4[_0x3d1b82(0xaa)])(_0x1c2e59[_0x3d1b82(0x1b5)](_0x4768cc[_0x3d1b82(0x14d)]))||{};return _0x56c28c?(_0x1011c6[_0x3d1b82(0x160)](_0x56c28c),!0x0):!0x1;}},_0xe4584b={'id':_0x800f78(0xcd),'type':_0x4768cc[_0x800f78(0x174)][_0x800f78(0xf7)],'handler':()=>!0x0};var _0x2744bf=_0x800f78(0x12d),_0x151c73=_0x800f78(0x150);function _0x28621a({ref:_0x13bab1,..._0x415950}){const _0x465441=_0x800f78;let {icon:_0x208242,id:_0x51de9e,className:_0x153c99,extend:_0x585b4b,..._0x27d268}=_0x415950,_0x142101=('univerjs-icon\x20univerjs-icon-'+_0x51de9e+'\x20'+(_0x153c99||''))[_0x465441(0xb1)](),_0x142251=(0x0,_0x57c62c['useRef'])('_'+_0x1c2b70());return _0x5c4280(_0x208242,''+_0x51de9e,{'defIds':_0x208242[_0x465441(0x1ab)],'idSuffix':_0x142251[_0x465441(0x178)]},{'ref':_0x13bab1,'className':_0x142101,..._0x27d268},_0x585b4b);}function _0x5c4280(_0x3f2d39,_0x2ba780,_0x20a4eb,_0x123ab9,_0x21edcf){const _0x3b35ec=_0x800f78;return(0x0,_0x57c62c[_0x3b35ec(0xfd)])(_0x3f2d39[_0x3b35ec(0x1e2)],{'key':_0x2ba780,..._0x543c7d(_0x3f2d39,_0x20a4eb,_0x21edcf),..._0x123ab9},(_0x1c493a(_0x3f2d39,_0x20a4eb)[_0x3b35ec(0x158)]||[])[_0x3b35ec(0xf0)]((_0x195ca6,_0x235f5a)=>_0x5c4280(_0x195ca6,_0x2ba780+'-'+_0x3f2d39[_0x3b35ec(0x1e2)]+'-'+_0x235f5a,_0x20a4eb,void 0x0,_0x21edcf)));}function _0x543c7d(_0x5e8967,_0x499815,_0x5e52f4){const _0x109131=_0x800f78;let _0x4ea6ce={..._0x5e8967[_0x109131(0xc5)]};_0x5e52f4!=null&&_0x5e52f4['colorChannel1']&&_0x4ea6ce[_0x109131(0x18c)]==='colorChannel1'&&(_0x4ea6ce['fill']=_0x5e52f4[_0x109131(0x1f1)]),_0x5e8967[_0x109131(0x1e2)]===_0x109131(0xbf)&&_0x4ea6ce['id']&&(_0x4ea6ce['id']+=_0x499815[_0x109131(0xed)]),Object['entries'](_0x4ea6ce)[_0x109131(0x136)](([_0x4a3df1,_0x3191bb])=>{const _0xb4e01c=_0x109131;_0x4a3df1===_0xb4e01c(0xbf)&&typeof _0x3191bb==_0xb4e01c(0x95)&&(_0x4ea6ce[_0x4a3df1]=_0x3191bb[_0xb4e01c(0xb3)](/url\(#(.*)\)/,_0xb4e01c(0x1ea)+_0x499815[_0xb4e01c(0xed)]+')'));});let {defIds:_0x4cd540}=_0x499815;return!_0x4cd540||_0x4cd540['length']===0x0?_0x4ea6ce:(_0x5e8967[_0x109131(0x1e2)]===_0x109131(0x185)&&_0x4ea6ce[_0x109131(0x1f4)]&&(_0x4ea6ce[_0x109131(0x1f4)]+=_0x499815[_0x109131(0xed)]),Object['entries'](_0x4ea6ce)[_0x109131(0x136)](([_0x94733f,_0x3c9a58])=>{const _0x5deb9c=_0x109131;typeof _0x3c9a58==_0x5deb9c(0x95)&&(_0x4ea6ce[_0x94733f]=_0x3c9a58['replace'](/url\(#(.*)\)/,'url(#$1'+_0x499815[_0x5deb9c(0xed)]+')'));}),_0x4ea6ce);}function _0x1c493a(_0x464485,_0x435283){const _0x3633ee=_0x800f78;var _0x281080;let {defIds:_0x3951d7}=_0x435283;return!_0x3951d7||_0x3951d7[_0x3633ee(0x143)]===0x0?_0x464485:_0x464485[_0x3633ee(0x1e2)]===_0x3633ee(0x1c5)&&(_0x281080=_0x464485['children'])!=null&&_0x281080['length']?{..._0x464485,'children':_0x464485['children'][_0x3633ee(0xf0)](_0x970630=>typeof _0x970630['attrs']['id']==_0x3633ee(0x95)&&_0x3951d7&&_0x3951d7['includes'](_0x970630[_0x3633ee(0xc5)]['id'])?{..._0x970630,'attrs':{..._0x970630[_0x3633ee(0xc5)],'id':_0x970630[_0x3633ee(0xc5)]['id']+_0x435283[_0x3633ee(0xed)]}}:_0x970630)}:_0x464485;}function _0x1c2b70(){const _0x39258e=_0x800f78;return Math['random']()[_0x39258e(0x13b)](0x24)[_0x39258e(0x144)](0x2,0x8);}_0x28621a['displayName']='UniverIcon';let _0x257b5c={'tag':_0x800f78(0x1de),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x800f78(0x1ed),'viewBox':'0\x200\x2016\x2016','width':_0x800f78(0x1bc),'height':'1em'},'children':[{'tag':'g','attrs':{'fill':_0x800f78(0xab),'clipPath':_0x800f78(0x189)},'children':[{'tag':_0x800f78(0xad),'attrs':{'d':_0x800f78(0x92)}},{'tag':'path','attrs':{'d':'M8.28291\x205.16293C8.28295\x204.83156\x208.01435\x204.5629\x207.68298\x204.56287C7.35161\x204.56283\x207.08295\x204.83143\x207.08291\x205.1628L7.08252\x208.63494C7.0825\x208.79881\x207.1495\x208.95555\x207.26796\x209.06877L9.70073\x2011.3939C9.94029\x2011.6228\x2010.3201\x2011.6142\x2010.549\x2011.3747C10.778\x2011.1351\x2010.7694\x2010.7553\x2010.5298\x2010.5263L8.28255\x208.37852L8.28291\x205.16293Z'}}]},{'tag':_0x800f78(0x1c5),'attrs':{},'children':[{'tag':_0x800f78(0x103),'attrs':{'id':_0x800f78(0x147)},'children':[{'tag':_0x800f78(0xad),'attrs':{'fill':_0x800f78(0xe8),'d':_0x800f78(0x19a)}}]}]}],'defIds':[_0x800f78(0x147)]},_0x47de05=(0x0,_0x57c62c[_0x800f78(0xdf)])(function(_0x59464a,_0x52c4ba){const _0x15272d=_0x800f78;return(0x0,_0x57c62c['createElement'])(_0x28621a,Object[_0x15272d(0x117)]({},_0x59464a,{'id':_0x15272d(0x1d1),'ref':_0x52c4ba,'icon':_0x257b5c}));});_0x47de05[_0x800f78(0x13e)]=_0x800f78(0x105);function _0x31fb98(_0x13f582){const _0x1b201f=_0x800f78;return{'id':_0x4ed86a['id'],'type':_0x533613['MenuItemType']['BUTTON'],'icon':_0x1b201f(0x105),'tooltip':'edit-history-loader.panel.title','hidden$':(0x0,_0x533613[_0x1b201f(0xa5)])(_0x13f582,_0x4768cc['UniverInstanceType'][_0x1b201f(0xd9)]),'disabled$':(0x0,_0x563a20[_0x1b201f(0x190)])(_0x13f582,{'workbookTypes':[_0x5291e4[_0x1b201f(0x113)]],'worksheetTypes':[],'rangeTypes':[]})};}let _0x6e07a0={[_0x533613[_0x800f78(0x1d3)][_0x800f78(0x146)]]:{[_0x4ed86a['id']]:{'order':0.2,'menuItemFactory':_0x31fb98}}},_0x991532=class extends _0x4768cc['RxDisposable']{constructor(_0x58967b,_0xdceab7,_0xfe2802,_0x1dd040,_0x172131,_0x21dc51,_0x51d82c,_0x1be745,_0x58b5ce,_0x391709,_0x1f0e2a){const _0x55c0ad=_0x800f78;super(),this[_0x55c0ad(0x1db)]=_0x58967b,this[_0x55c0ad(0xb8)]=_0xdceab7,this[_0x55c0ad(0x108)]=_0xfe2802,this[_0x55c0ad(0x13c)]=_0x1dd040,this[_0x55c0ad(0x1b7)]=_0x172131,this[_0x55c0ad(0x1c8)]=_0x21dc51,this[_0x55c0ad(0x1b2)]=_0x51d82c,this[_0x55c0ad(0xd8)]=_0x1be745,this['_dataLoaderService']=_0x58b5ce,this['_univerInstanceService']=_0x391709,this[_0x55c0ad(0x142)]=_0x1f0e2a,_0x1ff16a(this,_0x55c0ad(0xe7),null),this[_0x55c0ad(0x183)]();}[_0x800f78(0x183)](){const _0x5462fa=_0x800f78;[_0x4ed86a,_0xe4584b][_0x5462fa(0x136)](_0x41da18=>this[_0x5462fa(0x11d)]((0x0,_0x4768cc[_0x5462fa(0xeb)])(this[_0x5462fa(0x1db)]['registerCommand'](_0x41da18)))),this[_0x5462fa(0x11d)](this[_0x5462fa(0x108)][_0x5462fa(0xe1)]('HistoryIcon',_0x47de05)),this[_0x5462fa(0xb8)][_0x5462fa(0x1d0)](_0x6e07a0),this['disposeWithMe'](this[_0x5462fa(0x1db)][_0x5462fa(0x194)](async(_0x24c0c0,_0x58adb3)=>{const _0x37440e=_0x5462fa;if(_0x24c0c0['id']===_0x5a4bb3[_0x37440e(0x17b)]['id']){let {unitId:_0xd9858f}=_0x24c0c0['params'];this[_0x37440e(0x1c8)][_0x37440e(0x1aa)]({'content':this[_0x37440e(0x1b7)]['t']('edit-history-loader.panel.reverting'),'type':_0x55689a[_0x37440e(0x15c)][_0x37440e(0xbd)],'duration':0x1388});let _0x5dfde2=this[_0x37440e(0x1b2)][_0x37440e(0x191)](_0xd9858f);_0x58adb3!=null&&_0x58adb3['fromCollab']?this[_0x37440e(0x167)](_0x5dfde2,async()=>(setTimeout(()=>window[_0x37440e(0x19c)]['reload']()),!0x0),!0x0):this[_0x37440e(0x167)](_0x5dfde2,async()=>{const _0x19816a=_0x37440e;let _0x343a28=this[_0x19816a(0x1d7)][_0x19816a(0x128)](_0x4768cc[_0x19816a(0x1d6)][_0x19816a(0xd9)]),_0x36011c=_0x343a28==null?void 0x0:_0x343a28[_0x19816a(0xb6)]();if(!_0x36011c)return!0x1;this[_0x19816a(0x1d7)][_0x19816a(0x115)](_0xd9858f);let _0x392109=await this[_0x19816a(0x101)][_0x19816a(0x1dd)](_0xd9858f,_0x4768cc[_0x19816a(0x1d6)][_0x19816a(0xd9)]);return _0x392109&&_0x392109 instanceof _0x4768cc['Workbook']?(await this['_setupSubUnitSync'](_0x392109,_0x36011c[_0x19816a(0x120)]()),!0x0):!0x1;});}}));}[_0x800f78(0x167)](_0x3549b5,_0x357860,_0x26b996=!0x1){const _0x3239d5=_0x800f78;let _0x176ebc=(0x0,_0x98ff3a[_0x3239d5(0x130)])([_0x3549b5[_0x3239d5(0xe9)][_0x3239d5(0x15f)],_0x3549b5[_0x3239d5(0x140)]])[_0x3239d5(0x15d)](async([_0x172ec1,_0x164a63])=>{const _0x52d4db=_0x3239d5;if(_0x172ec1[_0x52d4db(0x1b3)]===_0x5a4bb3[_0x52d4db(0x1e0)][_0x52d4db(0x1cc)]&&(_0x164a63==null?void 0x0:_0x164a63[_0x52d4db(0x14f)])===_0x1bcaaa[_0x52d4db(0x114)][_0x52d4db(0xe0)]&&_0x172ec1['data'][_0x52d4db(0x184)][_0x52d4db(0x139)](_0x5e1496=>_0x5e1496['id']===_0x5a4bb3[_0x52d4db(0x17b)]['id'])&&await _0x357860()){var _0x3458d2;this[_0x52d4db(0x13c)][_0x52d4db(0x1eb)](),_0x176ebc['unsubscribe'](),this['_revertErrorTimer']&&clearTimeout(this[_0x52d4db(0xe7)]),await((_0x3458d2=this[_0x52d4db(0xd8)])==null?void 0x0:_0x3458d2[_0x52d4db(0x100)]()),this[_0x52d4db(0x1c8)]['removeAll']();}});_0x26b996&&(this[_0x3239d5(0xe7)]=setTimeout(()=>{const _0x391505=_0x3239d5;_0x176ebc[_0x391505(0x19d)](),this[_0x391505(0x1c8)][_0x391505(0x1aa)]({'content':this['_localeService']['t'](_0x391505(0x1ca)),'type':_0x55689a[_0x391505(0x15c)][_0x391505(0x151)],'duration':0xbb8});},0x1388));}async[_0x800f78(0xc8)](_0x11d744,_0x4e0c0d){const _0x19e619=_0x800f78;await this[_0x19e619(0x18e)](_0x11d744,_0x4e0c0d),_0x11d744[_0x19e619(0xa0)][_0x19e619(0x15e)]((0x0,_0x98ff3a[_0x19e619(0x1d2)])(this[_0x19e619(0x123)]))['subscribe'](_0x198951=>{_0x198951&&this['_updateURLWithCurrentState'](_0x198951);}),this[_0x19e619(0x142)][_0x19e619(0xbe)]['pipe']((0x0,_0x98ff3a['takeUntil'])(this['dispose$']))['subscribe'](()=>this[_0x19e619(0x18e)](_0x11d744,_0x4e0c0d));}['_updateURLWithCurrentState'](_0x88f6cd,_0x275ee4=!0x1){const _0x28cbc9=_0x800f78;let _0x47c03d=this['_urlService'][_0x28cbc9(0x187)]('subunit');_0x88f6cd[_0x28cbc9(0x120)]()!==_0x47c03d&&this[_0x28cbc9(0x142)][_0x28cbc9(0x163)](_0x28cbc9(0x162),_0x88f6cd[_0x28cbc9(0x120)](),_0x275ee4);}async['_updateSubUnitFromURLParams'](_0x16ea57,_0x5c67c5){const _0x9c5df1=_0x800f78;var _0x126cb0;if(!_0x5c67c5||!_0x16ea57[_0x9c5df1(0x1f0)](_0x5c67c5)){let _0x446c9b=_0x16ea57['getUnhiddenWorksheets']()[0x0],_0x1e3d20=_0x16ea57['getSheetBySheetId'](_0x446c9b);if(!_0x1e3d20)return;this[_0x9c5df1(0xc0)](_0x1e3d20,!0x0),await this['_commandService'][_0x9c5df1(0x90)](_0x5291e4['SetWorksheetActivateCommand']['id'],{'unitId':_0x16ea57[_0x9c5df1(0x19e)](),'subUnitId':_0x446c9b});return;}((_0x126cb0=_0x16ea57[_0x9c5df1(0xb6)]())==null?void 0x0:_0x126cb0[_0x9c5df1(0x120)]())!==_0x5c67c5&&await this[_0x9c5df1(0x1db)][_0x9c5df1(0x90)](_0x5291e4['SetWorksheetActivateCommand']['id'],{'unitId':_0x16ea57[_0x9c5df1(0x19e)](),'subUnitId':_0x5c67c5});}};_0x991532=_0x38cdd8([_0x882259(0x0,_0x4768cc[_0x800f78(0x110)]),_0x882259(0x1,_0x533613[_0x800f78(0x177)]),_0x882259(0x2,(0x0,_0x4768cc['Inject'])(_0x533613[_0x800f78(0x1ee)])),_0x882259(0x3,(0x0,_0x4768cc['Inject'])(_0x37b57d)),_0x882259(0x4,(0x0,_0x4768cc['Inject'])(_0x4768cc[_0x800f78(0x18b)])),_0x882259(0x5,_0x533613[_0x800f78(0x182)]),_0x882259(0x6,(0x0,_0x4768cc['Inject'])(_0x1bcaaa['CollaborationController'])),_0x882259(0x7,_0x1bcaaa[_0x800f78(0x17a)]),_0x882259(0x8,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x1bcaaa[_0x800f78(0x1e8)])),_0x882259(0x9,_0x4768cc[_0x800f78(0x14d)]),_0x882259(0xa,_0x229d5a[_0x800f78(0x156)])],_0x991532);let _0x3f86ab=_0x800f78(0xf5),_0x14791e=class extends _0x4768cc[_0x800f78(0xfc)]{constructor(_0x1bc53a,_0x340555,_0x9a63b4,_0x10b001,_0x108e80,_0x395f6c,_0x273fd9,_0x18aeb7,_0x18dafd,_0x2d6db8){const _0x35549b=_0x800f78;super(),this[_0x35549b(0x1b7)]=_0x1bc53a,this[_0x35549b(0x1d7)]=_0x340555,this[_0x35549b(0x137)]=_0x9a63b4,this[_0x35549b(0x1db)]=_0x10b001,this[_0x35549b(0x1c8)]=_0x108e80,this['_permissionService']=_0x395f6c,this[_0x35549b(0xaf)]=_0x273fd9,this['_dialogService']=_0x18aeb7,this[_0x35549b(0x1a5)]=_0x18dafd,this[_0x35549b(0xf6)]=_0x2d6db8,_0x1ff16a(this,_0x35549b(0x1c4),new _0x98ff3a[(_0x35549b(0x91))](null)),_0x1ff16a(this,_0x35549b(0xcf),this[_0x35549b(0x1c4)][_0x35549b(0xde)]()),_0x1ff16a(this,_0x35549b(0x9c),new _0x4768cc[(_0x35549b(0x166))]()),_0x1ff16a(this,_0x35549b(0x1ac),new Map()),_0x1ff16a(this,_0x35549b(0x1a8),null),this['_init']();}get[_0x800f78(0x186)](){return this['_historyUniver$']['value'];}['_init'](){const _0x1d3cb3=_0x800f78;this[_0x1d3cb3(0x127)](),this[_0x1d3cb3(0x1ce)]();}[_0x800f78(0x127)](){const _0x309196=_0x800f78;var _0x3a6688;let _0x382178=(_0x3a6688=this[_0x309196(0x137)]['getConfig']('UNIVER_CONTAINER_ID'))==null?_0x309196(0x1da):_0x3a6688,_0x55fc50=document[_0x309196(0xda)](_0x382178);if(!_0x55fc50)return;let _0x1c46dc=document[_0x309196(0xfd)](_0x309196(0xa7));_0x1c46dc['id']=_0x3f86ab,_0x1c46dc[_0x309196(0xd1)]['uComp']=_0x309196(0x1cb),_0x1c46dc[_0x309196(0x1bb)]['position']=_0x309196(0x16a),_0x1c46dc['style'][_0x309196(0xb5)]='0',_0x1c46dc[_0x309196(0x1bb)][_0x309196(0x14e)]='0',_0x1c46dc[_0x309196(0x1bb)][_0x309196(0x106)]='100%',_0x1c46dc[_0x309196(0x1bb)][_0x309196(0xdb)]=_0x309196(0x197),_0x1c46dc[_0x309196(0x1bb)]['zIndex']='49',_0x1c46dc[_0x309196(0x1bb)][_0x309196(0x12f)]=_0x309196(0x1ed),_0x55fc50[_0x309196(0xac)](_0x1c46dc);}['_initPlugins'](){const _0x208bd9=_0x800f78;[[_0x42dad2['UniverRenderEnginePlugin']],[_0x533613[_0x208bd9(0x8f)],{'container':_0x3f86ab,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x533613[_0x208bd9(0xb7)],null]]}],[_0x2335d0[_0x208bd9(0xdc)]],[_0x3c57a0[_0x208bd9(0x169)],{'override':[[_0x3c57a0[_0x208bd9(0x138)],null]]}],[_0x2831dd[_0x208bd9(0x1c1)],{'hasScroll':!0x1}],[_0x2fc71c[_0x208bd9(0x11e)]],[_0x3e207d[_0x208bd9(0x180)]],[_0x5291e4[_0x208bd9(0x1a0)],{'notExecuteFormula':!0x0}],[_0x563a20['UniverSheetsMobileUIPlugin']],[_0x94ef8b[_0x208bd9(0x1d8)]],[_0x29d7c7['UniverSheetsFormulaUIPlugin']],[_0x5a4bb3[_0x208bd9(0xc6)]],[_0x8c7465[_0x208bd9(0xae)]],[_0x9a2c78['UniverSheetsConditionalFormattingPlugin']],[_0x46ae5d[_0x208bd9(0x11b)]],[_0x1a8ceb['UniverSheetsHyperLinkUIPlugin']],[_0x2fb111[_0x208bd9(0xce)]],[_0x56fbbc[_0x208bd9(0xc7)]],[_0x335baf[_0x208bd9(0x1e4)]],[_0x58e920['UniverFormulaEnginePlugin'],{'notExecuteFormula':!0x0}],[_0x31f905[_0x208bd9(0x10f)]],[_0x2ccf8e[_0x208bd9(0xa9)]],[_0x3d805c[_0x208bd9(0xcb)]],[_0x1a7b2b[_0x208bd9(0xa8)]],[_0xbe8b70[_0x208bd9(0xff)]],[_0x26f45d['UniverSheetsChartPlugin']],[_0x5eb784[_0x208bd9(0x1b9)]],[_0x19153d[_0x208bd9(0x192)]],[_0x52ff92['UniverSheetsShapeUIPlugin']],[_0x20f548[_0x208bd9(0x16b)],{'notExecuteFormula':!0x0}],[_0x234dd[_0x208bd9(0x171)]]]['forEach'](([_0x179de9,_0x557e28])=>this[_0x208bd9(0x9a)](_0x179de9,_0x557e28));}[_0x800f78(0x1ae)](){const _0x27faa9=_0x800f78;super[_0x27faa9(0x1ae)](),this['unMountHistoryContent'](),this[_0x27faa9(0x1ac)][_0x27faa9(0x118)]();}[_0x800f78(0x9a)](_0x532e9f,_0x1c0c6a,_0x3d9564){const _0x1e3c7a=_0x800f78;if(this[_0x1e3c7a(0x1ac)][_0x1e3c7a(0x173)](_0x532e9f[_0x1e3c7a(0xf1)])&&!_0x3d9564)throw Error(_0x1e3c7a(0xfa)+_0x532e9f['pluginName']+'\x20has\x20been\x20registered.');this['_pluginMap'][_0x1e3c7a(0x1f3)](_0x532e9f[_0x1e3c7a(0xf1)],[_0x532e9f,_0x1c0c6a]);}[_0x800f78(0xa2)](){const _0x194336=_0x800f78;return Array[_0x194336(0x168)](this[_0x194336(0x1ac)]['values']());}[_0x800f78(0x160)](_0x57df60,_0x4b4068){const _0xf63ff9=_0x800f78;let _0x38185d=document[_0xf63ff9(0xda)](_0x3f86ab);_0x38185d&&(_0x38185d[_0xf63ff9(0x1bb)][_0xf63ff9(0x12f)]=_0xf63ff9(0xe6),this[_0xf63ff9(0xf9)](_0x57df60,_0x3f86ab,_0x4b4068));}[_0x800f78(0x1eb)](){const _0x2d382a=_0x800f78;var _0x6796ba;this['_disposableCollection'][_0x2d382a(0x1ae)](),(_0x6796ba=this['historyUniver'])==null||_0x6796ba[_0x2d382a(0x1ae)](),this[_0x2d382a(0x1c4)][_0x2d382a(0x181)](null);let _0xe6e60d=document['getElementById'](_0x3f86ab);_0xe6e60d&&(_0xe6e60d['style'][_0x2d382a(0x12f)]=_0x2d382a(0x1ed),this[_0x2d382a(0x1a8)]&&(this[_0x2d382a(0x1a8)][_0x2d382a(0xd4)](),this[_0x2d382a(0x1a8)]=null));}['_initUniver'](_0x246d72,_0xa67c85,_0x55f4b2){const _0x5bc821=_0x800f78;var _0x2a6f80,_0x203230,_0x412cbb,_0x3ea0cf;if(this[_0x5bc821(0x186)])return;let _0x935996=new _0x4768cc['Univer']({'locales':{[this[_0x5bc821(0x1b7)][_0x5bc821(0x198)]()]:this[_0x5bc821(0x1b7)]['getLocales']()},'override':[[_0x4768cc[_0x5bc821(0x1b6)],{'useClass':_0x1bcaaa[_0x5bc821(0xfb)]}]]}),_0x5c67e0=_0x935996[_0x5bc821(0x193)]();this[_0x5bc821(0x11d)](this[_0x5bc821(0xf6)][_0x5bc821(0x13a)][_0x5bc821(0x15d)](_0x326256=>{const _0x1f0b47=_0x5bc821;_0x5c67e0['get'](_0x4768cc['ThemeService'])[_0x1f0b47(0x1a7)](_0x326256);})),this[_0x5bc821(0x11d)](this[_0x5bc821(0xf6)]['currentTheme$'][_0x5bc821(0x15d)](_0x4a5f9c=>{const _0x469c59=_0x5bc821;_0x5c67e0[_0x469c59(0x1b5)](_0x4768cc[_0x469c59(0xd6)])[_0x469c59(0x16d)](_0x4a5f9c);})),_0x5c67e0[_0x5bc821(0x1b5)](_0x4768cc['LocaleService'])[_0x5bc821(0x11c)](this[_0x5bc821(0x1b7)][_0x5bc821(0x198)]()),_0x5c67e0[_0x5bc821(0x1b5)](_0x4768cc['IConfigService'])[_0x5bc821(0x1c3)](_0x1bcaaa[_0x5bc821(0x131)],this[_0x5bc821(0x137)][_0x5bc821(0x1af)](_0x1bcaaa[_0x5bc821(0x131)]));let _0x324e52=this[_0x5bc821(0x137)][_0x5bc821(0x1af)](_0xaf852a[_0x5bc821(0x93)]);_0x324e52&&_0x935996[_0x5bc821(0x9a)](_0xaf852a[_0x5bc821(0x1ec)],{'license':_0x324e52['ls']});let _0x179a3c=(_0x2a6f80=this[_0x5bc821(0x137)][_0x5bc821(0x1af)]('edit-history-loader.config'))==null?void 0x0:_0x2a6f80[_0x5bc821(0x1b8)],_0x5e78de=!!_0x179a3c;_0x5e78de&&(this[_0x5bc821(0x1a8)]=_0x179a3c instanceof Worker?_0x179a3c:null,_0x935996[_0x5bc821(0x9a)](_0x468f57[_0x5bc821(0xb2)],{'workerURL':_0x179a3c})),this[_0x5bc821(0x1ac)]['forEach'](([_0x5d1201,_0x50cdc4])=>{const _0x13459e=_0x5bc821;_0x935996[_0x13459e(0x9a)](_0x5d1201,_0x50cdc4);}),_0x935996[_0x5bc821(0x9a)](_0x24b189[_0x5bc821(0x170)],{'historyListServerUrl':(_0x203230=this[_0x5bc821(0x137)][_0x5bc821(0x1af)](_0x5bc821(0x19b)))==null?void 0x0:_0x203230[_0x5bc821(0xbb)],'historyPanelComponentKey':(_0x412cbb=this[_0x5bc821(0x137)]['getConfig']('edit-history-loader.config'))==null?void 0x0:_0x412cbb[_0x5bc821(0xc4)],'historyPanelHidden':(_0x3ea0cf=this[_0x5bc821(0x137)][_0x5bc821(0x1af)](_0x5bc821(0x19b)))==null?void 0x0:_0x3ea0cf[_0x5bc821(0xf3)]}),_0x5c67e0[_0x5bc821(0x125)](_0xa02876=>{const _0x29140b=_0x5bc821;this[_0x29140b(0x18d)](_0xa02876,_0x246d72);}),this[_0x5bc821(0x1c4)][_0x5bc821(0x181)](_0x935996);let _0x1e9acb=_0x5c67e0[_0x5bc821(0x1b5)](_0x24b189['HistoryManagerService']),_0x3a5d7e=this['_checkCanRevert'](_0x246d72),_0x5c33f=()=>{const _0x32e9a9=_0x5bc821;_0x55f4b2?_0x1e9acb['triggerCustomVersions'](_0x246d72,_0xa67c85,_0x3a5d7e,_0x55f4b2):_0x1e9acb[_0x32e9a9(0x1b0)](_0x246d72,_0xa67c85,_0x3a5d7e);};if(this['_messageService']['show']({'content':this[_0x5bc821(0x1b7)]['t'](_0x5bc821(0x16e)),'type':_0x55689a[_0x5bc821(0x15c)][_0x5bc821(0xbd)]}),_0x5e78de)try{_0x5c67e0[_0x5bc821(0x1b5)](_0x468f57[_0x5bc821(0x13f)])[_0x5bc821(0x164)]()['then'](()=>{_0x5c33f();});}catch{_0x5c33f();}else _0x5c33f();}['_initListener'](_0x48cbd2,_0x4e21f6){const _0x2ae5c0=_0x800f78;let _0x44f787=_0x48cbd2[_0x2ae5c0(0x1b5)](_0x24b189[_0x2ae5c0(0x1b1)]);this[_0x2ae5c0(0x9c)]['add'](_0x44f787[_0x2ae5c0(0x10d)][_0x2ae5c0(0x15d)](_0x1f9c66=>{const _0x4418a4=_0x2ae5c0;switch(_0x1f9c66){case _0x24b189['HistoryModeStatus'][_0x4418a4(0xf4)]:this[_0x4418a4(0xbc)][_0x4418a4(0x155)](),this[_0x4418a4(0x1a5)][_0x4418a4(0x1ba)]();break;case _0x24b189[_0x4418a4(0xe5)][_0x4418a4(0x17d)]:this[_0x4418a4(0x1db)][_0x4418a4(0x90)](_0xe4584b['id']),this[_0x4418a4(0x1eb)]();break;case _0x24b189[_0x4418a4(0xe5)][_0x4418a4(0x151)]:this[_0x4418a4(0x1eb)](),this[_0x4418a4(0x1c8)][_0x4418a4(0x1aa)]({'content':this[_0x4418a4(0x1b7)]['t'](_0x4418a4(0x112)),'type':_0x55689a[_0x4418a4(0x15c)][_0x4418a4(0x151)],'duration':0xbb8});break;default:break;}})),this[_0x2ae5c0(0x9c)][_0x2ae5c0(0x16f)](_0x44f787[_0x2ae5c0(0x1a4)][_0x2ae5c0(0x15d)](async _0xbea637=>{const _0x148250=_0x2ae5c0;_0xbea637&&this[_0x148250(0x1db)]['executeCommand'](_0x5a4bb3[_0x148250(0x17b)]['id'],{'unitId':_0x4e21f6,'revision':_0xbea637});}));}[_0x800f78(0xcc)](_0x325af4){const _0x581ef8=_0x800f78;let _0x321904=this[_0x581ef8(0x1d7)]['getUnit'](_0x325af4)[_0x581ef8(0x149)]()[_0x581ef8(0xf0)](_0x588078=>_0x588078[_0x581ef8(0x120)]()),_0x4d939c=new _0x5291e4[(_0x581ef8(0x12b))](_0x325af4)['id'],_0x397ca7=_0x321904['map'](_0x39fe27=>new _0x5291e4['WorksheetEditPermission'](_0x325af4,_0x39fe27)['id']),_0x4f5819=_0x321904[_0x581ef8(0xf0)](_0x50d865=>this[_0x581ef8(0xaf)][_0x581ef8(0x1c9)](_0x325af4,_0x50d865)[_0x581ef8(0xf0)](_0x2c0cda=>new _0x5291e4[(_0x581ef8(0x1e7))](_0x325af4,_0x50d865,_0x2c0cda[_0x581ef8(0xee)])['id']))['flat'](),_0x3bd26b=new _0x5291e4[(_0x581ef8(0x1d4))](_0x325af4)['id'];return this['_permissionService'][_0x581ef8(0x153)]([_0x4d939c,..._0x397ca7,..._0x4f5819,_0x3bd26b])['every'](_0x3275e8=>!!_0x3275e8[_0x581ef8(0x1c0)]);}};_0x14791e=_0x38cdd8([_0x882259(0x0,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x4768cc[_0x800f78(0x18b)])),_0x882259(0x1,_0x4768cc['IUniverInstanceService']),_0x882259(0x2,_0x4768cc[_0x800f78(0x161)]),_0x882259(0x3,_0x4768cc[_0x800f78(0x110)]),_0x882259(0x4,_0x533613[_0x800f78(0x182)]),_0x882259(0x5,_0x4768cc['IPermissionService']),_0x882259(0x6,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x5291e4[_0x800f78(0x122)])),_0x882259(0x7,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x533613[_0x800f78(0xb7)])),_0x882259(0x8,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x533613[_0x800f78(0x12e)])),_0x882259(0x9,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x4768cc[_0x800f78(0xd6)]))],_0x14791e);let _0x3f5823=class extends _0x4768cc[_0x800f78(0x18f)]{constructor(_0x2be3c7=_0x2d5bdc,_0x35d3a1,_0xa5f99){const _0x4fa764=_0x800f78;super(),this[_0x4fa764(0x104)]=_0x2be3c7,this[_0x4fa764(0x1bd)]=_0x35d3a1,this[_0x4fa764(0x137)]=_0xa5f99;let {menu:_0x223d34,..._0x2f5349}=(0x0,_0x4768cc[_0x4fa764(0x154)])({},_0x2d5bdc,this['_config']);_0x223d34&&this[_0x4fa764(0x137)]['setConfig'](_0x4fa764(0x96),_0x223d34,{'merge':!0x0}),this[_0x4fa764(0x137)]['setConfig'](_0x363ddb,_0x2f5349),this[_0x4fa764(0x104)][_0x4fa764(0x1cf)]&&this[_0x4fa764(0x137)][_0x4fa764(0x1c3)]('UNIVER_CONTAINER_ID',this[_0x4fa764(0x104)]['univerContainerId']);}['onStarting'](){const _0x3e45bf=_0x800f78;[[_0x37b57d,{'useClass':_0x14791e}],[_0x991532]][_0x3e45bf(0x136)](_0x22c43e=>this['_injector']['add'](_0x22c43e));}[_0x800f78(0x188)](){const _0x137e72=_0x800f78;this[_0x137e72(0x1bd)][_0x137e72(0x1b5)](_0x991532);}};_0x1ff16a(_0x3f5823,_0x800f78(0x10b),_0x4768cc[_0x800f78(0x1d6)][_0x800f78(0x18a)]),_0x1ff16a(_0x3f5823,_0x800f78(0xf1),_0x800f78(0x16c)),_0x1ff16a(_0x3f5823,_0x800f78(0x9b),_0x2744bf),_0x1ff16a(_0x3f5823,_0x800f78(0x107),_0x151c73),_0x3f5823=_0x38cdd8([(0x0,_0x4768cc[_0x800f78(0x1a2)])(_0xaf852a[_0x800f78(0x1ec)]),_0x882259(0x1,(0x0,_0x4768cc['Inject'])(_0x4768cc['Injector'])),_0x882259(0x2,_0x4768cc['IConfigService'])],_0x3f5823);let _0x4c033b=class extends _0x4768cc[_0x800f78(0x196)]{constructor(_0x34b952,_0x18d074,_0x5c0dd9,_0x2f573d,_0x18725f,_0x4dec8a,_0x4e10d7,_0x32749a,_0x1b0312,_0x7f2bf8,_0x56009d){const _0x1ad02e=_0x800f78;super(),this[_0x1ad02e(0x1db)]=_0x34b952,this[_0x1ad02e(0xb8)]=_0x18d074,this[_0x1ad02e(0x108)]=_0x5c0dd9,this[_0x1ad02e(0x13c)]=_0x2f573d,this['_localeService']=_0x18725f,this[_0x1ad02e(0x1c8)]=_0x4dec8a,this['_collaborationController']=_0x4e10d7,this[_0x1ad02e(0xd8)]=_0x32749a,this[_0x1ad02e(0x101)]=_0x1b0312,this[_0x1ad02e(0x1d7)]=_0x7f2bf8,this[_0x1ad02e(0x142)]=_0x56009d,_0x1ff16a(this,_0x1ad02e(0xe7),null),this['_init']();}[_0x800f78(0x183)](){const _0x42623f=_0x800f78;[_0x4ed86a,_0xe4584b]['forEach'](_0x346106=>this[_0x42623f(0x11d)]((0x0,_0x4768cc['toDisposable'])(this[_0x42623f(0x1db)][_0x42623f(0x133)](_0x346106)))),this['disposeWithMe'](this['_componentManager'][_0x42623f(0xe1)](_0x42623f(0x105),_0x47de05)),this['_menuManagerService'][_0x42623f(0x1d0)](_0x6e07a0),this['disposeWithMe'](this[_0x42623f(0x1db)][_0x42623f(0x194)](async(_0x17f9a2,_0x549206)=>{const _0x5f44b3=_0x42623f;if(_0x17f9a2['id']===_0x5a4bb3[_0x5f44b3(0x17b)]['id']){let {unitId:_0x1e63b3}=_0x17f9a2[_0x5f44b3(0xef)];this[_0x5f44b3(0x1c8)]['show']({'content':this[_0x5f44b3(0x1b7)]['t'](_0x5f44b3(0xb0)),'type':_0x55689a[_0x5f44b3(0x15c)]['Loading'],'duration':0x1388});let _0x3454fc=this[_0x5f44b3(0x1b2)]['getCollabEntity'](_0x1e63b3);_0x549206!=null&&_0x549206['fromCollab']?this[_0x5f44b3(0x167)](_0x3454fc,async()=>(setTimeout(()=>window[_0x5f44b3(0x19c)][_0x5f44b3(0x129)]()),!0x0),!0x0):this[_0x5f44b3(0x167)](_0x3454fc,async()=>{const _0x3947a5=_0x5f44b3;let _0x82b371=this[_0x3947a5(0x1d7)]['getCurrentUnitOfType'](_0x4768cc[_0x3947a5(0x1d6)][_0x3947a5(0xd9)]),_0x5a7ac1=_0x82b371==null?void 0x0:_0x82b371[_0x3947a5(0xb6)]();if(!_0x5a7ac1)return!0x1;this[_0x3947a5(0x1d7)][_0x3947a5(0x115)](_0x1e63b3);let _0x2e53a8=await this[_0x3947a5(0x101)]['loadUnit'](_0x1e63b3,_0x4768cc[_0x3947a5(0x1d6)]['UNIVER_SHEET']);return _0x2e53a8&&_0x2e53a8 instanceof _0x4768cc[_0x3947a5(0x111)]?(await this[_0x3947a5(0xc8)](_0x2e53a8,_0x5a7ac1[_0x3947a5(0x120)]()),!0x0):!0x1;});}}));}[_0x800f78(0x167)](_0x4dc196,_0x13aeab,_0x3f6d6b=!0x1){const _0x201ff7=_0x800f78;let _0x22e622=(0x0,_0x98ff3a[_0x201ff7(0x130)])([_0x4dc196[_0x201ff7(0xe9)]['event$'],_0x4dc196[_0x201ff7(0x140)]])['subscribe'](async([_0x57707e,_0x57709a])=>{const _0xd11171=_0x201ff7;if(_0x57707e['eventID']===_0x5a4bb3[_0xd11171(0x1e0)][_0xd11171(0x1cc)]&&(_0x57709a==null?void 0x0:_0x57709a[_0xd11171(0x14f)])===_0x1bcaaa[_0xd11171(0x114)][_0xd11171(0xe0)]&&_0x57707e[_0xd11171(0x121)][_0xd11171(0x184)][_0xd11171(0x139)](_0x20c905=>_0x20c905['id']===_0x5a4bb3[_0xd11171(0x17b)]['id'])&&await _0x13aeab()){var _0x31b20d;this['_historyManagerService'][_0xd11171(0x1eb)](),_0x22e622[_0xd11171(0x19d)](),this[_0xd11171(0xe7)]&&clearTimeout(this[_0xd11171(0xe7)]),await((_0x31b20d=this[_0xd11171(0xd8)])==null?void 0x0:_0x31b20d[_0xd11171(0x100)]());}});_0x3f6d6b&&(this[_0x201ff7(0xe7)]=setTimeout(()=>{const _0x334a36=_0x201ff7;_0x22e622[_0x334a36(0x19d)](),this['_messageService'][_0x334a36(0x1aa)]({'content':this[_0x334a36(0x1b7)]['t']('edit-history-loader.panel.revertFailed'),'type':_0x55689a['MessageType'][_0x334a36(0x151)],'duration':0xbb8});},0x1388));}async[_0x800f78(0xc8)](_0x155ea1,_0x322814){const _0x48e496=_0x800f78;await this[_0x48e496(0x18e)](_0x155ea1,_0x322814),_0x155ea1[_0x48e496(0xa0)]['pipe']((0x0,_0x98ff3a[_0x48e496(0x1d2)])(this['dispose$']))[_0x48e496(0x15d)](_0xef0f97=>{const _0x1d57a2=_0x48e496;_0xef0f97&&this[_0x1d57a2(0xc0)](_0xef0f97);}),this[_0x48e496(0x142)][_0x48e496(0xbe)][_0x48e496(0x15e)]((0x0,_0x98ff3a[_0x48e496(0x1d2)])(this['dispose$']))['subscribe'](()=>this['_updateSubUnitFromURLParams'](_0x155ea1,_0x322814));}[_0x800f78(0xc0)](_0x5538dc,_0xdc520=!0x1){const _0x286def=_0x800f78;let _0x424c48=this[_0x286def(0x142)][_0x286def(0x187)](_0x286def(0x162));_0x5538dc[_0x286def(0x120)]()!==_0x424c48&&this['_urlService'][_0x286def(0x163)](_0x286def(0x162),_0x5538dc['getSheetId'](),_0xdc520);}async[_0x800f78(0x18e)](_0x1a336d,_0x1bc0fc){const _0x1a728b=_0x800f78;var _0x165b6b;if(!_0x1bc0fc||!_0x1a336d['getSheetBySheetId'](_0x1bc0fc)){let _0x3b54b9=_0x1a336d[_0x1a728b(0x12a)]()[0x0],_0x56af02=_0x1a336d['getSheetBySheetId'](_0x3b54b9);if(!_0x56af02)return;this[_0x1a728b(0xc0)](_0x56af02,!0x0),await this[_0x1a728b(0x1db)]['executeCommand'](_0x5291e4['SetWorksheetActivateCommand']['id'],{'unitId':_0x1a336d[_0x1a728b(0x19e)](),'subUnitId':_0x3b54b9});return;}((_0x165b6b=_0x1a336d[_0x1a728b(0xb6)]())==null?void 0x0:_0x165b6b['getSheetId']())!==_0x1bc0fc&&await this[_0x1a728b(0x1db)][_0x1a728b(0x90)](_0x5291e4[_0x1a728b(0x199)]['id'],{'unitId':_0x1a336d[_0x1a728b(0x19e)](),'subUnitId':_0x1bc0fc});}};_0x4c033b=_0x38cdd8([_0x882259(0x0,_0x4768cc[_0x800f78(0x110)]),_0x882259(0x1,_0x533613['IMenuManagerService']),_0x882259(0x2,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x533613[_0x800f78(0x1ee)])),_0x882259(0x3,(0x0,_0x4768cc['Inject'])(_0x37b57d)),_0x882259(0x4,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x4768cc[_0x800f78(0x18b)])),_0x882259(0x5,_0x533613[_0x800f78(0x182)]),_0x882259(0x6,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x1bcaaa[_0x800f78(0x148)])),_0x882259(0x7,_0x1bcaaa[_0x800f78(0x17a)]),_0x882259(0x8,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x1bcaaa[_0x800f78(0x1e8)])),_0x882259(0x9,_0x4768cc[_0x800f78(0x14d)]),_0x882259(0xa,_0x229d5a[_0x800f78(0x156)])],_0x4c033b);let _0x352b37=class extends _0x4768cc[_0x800f78(0x18f)]{constructor(_0x5d982a=_0x2d5bdc,_0x6ab182,_0x2f1cfd){const _0x1fc4a9=_0x800f78;super(),this[_0x1fc4a9(0x104)]=_0x5d982a,this[_0x1fc4a9(0x1bd)]=_0x6ab182,this[_0x1fc4a9(0x137)]=_0x2f1cfd;let {menu:_0x1ec6cf,..._0x71b57e}=(0x0,_0x4768cc[_0x1fc4a9(0x154)])({},_0x2d5bdc,this[_0x1fc4a9(0x104)]);_0x1ec6cf&&this[_0x1fc4a9(0x137)][_0x1fc4a9(0x1c3)]('menu',_0x1ec6cf,{'merge':!0x0}),this['_configService'][_0x1fc4a9(0x1c3)](_0x363ddb,_0x71b57e),this[_0x1fc4a9(0x104)][_0x1fc4a9(0x1cf)]&&this['_configService'][_0x1fc4a9(0x1c3)](_0x55f9db,this[_0x1fc4a9(0x104)][_0x1fc4a9(0x1cf)]);}[_0x800f78(0x1e5)](){const _0xe23cd8=_0x800f78;[[_0x37b57d],[_0x4c033b]][_0xe23cd8(0x136)](_0xa1bde8=>this[_0xe23cd8(0x1bd)][_0xe23cd8(0x16f)](_0xa1bde8));}[_0x800f78(0x188)](){const _0x109ccd=_0x800f78;this[_0x109ccd(0x1bd)][_0x109ccd(0x1b5)](_0x4c033b);}};_0x1ff16a(_0x352b37,_0x800f78(0x10b),_0x4768cc['UniverInstanceType'][_0x800f78(0x18a)]),_0x1ff16a(_0x352b37,_0x800f78(0xf1),_0x800f78(0x116)),_0x1ff16a(_0x352b37,_0x800f78(0x9b),_0x2744bf),_0x1ff16a(_0x352b37,'version',_0x151c73),_0x352b37=_0x38cdd8([(0x0,_0x4768cc[_0x800f78(0x1a2)])(_0xaf852a[_0x800f78(0x1ec)]),_0x882259(0x1,(0x0,_0x4768cc[_0x800f78(0x1e6)])(_0x4768cc[_0x800f78(0xd0)])),_0x882259(0x2,_0x4768cc['IConfigService'])],_0x352b37),_0x47bd7f['EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY']=_0x363ddb,Object[_0x800f78(0xd7)](_0x47bd7f,_0x800f78(0xd5),{'enumerable':!0x0,'get':function(){return _0x37b57d;}}),Object[_0x800f78(0xd7)](_0x47bd7f,_0x800f78(0x1a6),{'enumerable':!0x0,'get':function(){return _0x14791e;}}),_0x47bd7f['ToggleEditHistoryOperation']=_0x4ed86a,_0x47bd7f[_0x800f78(0x11a)]=_0x55f9db,_0x47bd7f[_0x800f78(0x1b4)]=_0x12ed48,Object[_0x800f78(0xd7)](_0x47bd7f,_0x800f78(0xa1),{'enumerable':!0x0,'get':function(){return _0x3f5823;}}),Object[_0x800f78(0xd7)](_0x47bd7f,_0x800f78(0x1c6),{'enumerable':!0x0,'get':function(){return _0x352b37;}});}));function _0x3c97(){const _0x5e819b=['UniverSheetsDrawingPlugin','getSheetCommandTarget','currentColor','appendChild','path','UniverSheetsFilterPlugin','_selectionProtectionRuleModel','edit-history-loader.panel.reverting','trim','UniverRPCMainThreadPlugin','replace','Univer','top','getActiveSheet','IDialogService','_menuManagerService','rxjs','UniverProSheetsSparkline','historyListServerUrl','_dialogService','Loading','urlChange$','mask','_updateURLWithCurrentState','UniverFormulaEnginePlugin','690024zkYptU','UniverSheetsFormulaUIPlugin','historyPanelComponentKey','attrs','UniverCollaborationPlugin','UniverSheetsDataValidationPlugin','_setupSubUnitSync','univer-history-container','call','UniverSheetsDrawingUIPlugin','_checkCanRevert','univer.operation.exit-edit-history','UniverDataValidationPlugin','historyUniver$','Injector','dataset','IPermissionService','uComp','terminate','HistoryLoaderService','ThemeService','defineProperty','_localCacheService','UNIVER_SHEET','getElementById','height','UniverNetworkPlugin','toStringTag','asObservable','forwardRef','SYNCED','register','[HistoryLoaderService]:\x20Plugin\x20','UniverSheetsConditionalFormattingPlugin','UniverSheetsDataValidationUi','HistoryModeStatus','block','_revertErrorTimer','white','session','UniverSheetsUi','toDisposable','UNIVER_CONTAINER_ID','idSuffix','permissionId','params','map','pluginName','1737950nQuuVF','historyPanelHidden','Entered','univer-history-container-mobile','_themeService','OPERATION','getLocales','_initUniver','[MobileHistoryLoaderService]:\x20Plugin\x20','AuthzIoHttpService','Disposable','createElement','currentTheme$','UniverSheetSparklineUIPlugin','exhaustSavingTask','_dataLoaderService','iterator','clipPath','_config','HistoryIcon','width','version','_componentManager','736521lIBIqf','UniverSheetsFilterUIPlugin','type','UniverProSheetsShapeUi','status$','default','UniverDrawingUIPlugin','ICommandService','Workbook','edit-history-loader.panel.listFetchError','WorkbookViewHistoryPermission','CollaborationStatus','disposeUnit','UNIVER_EDIT_HISTORY_LOADER_PLUGIN','assign','clear','prototype','UNIVER_CONTAINER_ID_KEY','UniverSheetsHyperLinkPlugin','setLocale','disposeWithMe','UniverDocsUIPlugin','amd','getSheetId','data','RangeProtectionRuleModel','dispose$','UniverEditHistoryViewerPlugin','invoke','UniverSheetsDataValidationUIPlugin','_initContainer','getCurrentUnitOfType','reload','getUnhiddenWorksheets','WorkbookEditablePermission','_permissionService','@univerjs-pro/edit-history-loader','ISidebarService','display','combineLatest','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','UniverSheets','registerCommand','UniverSheetsTable','581067Jcglrl','forEach','_configService','IImageIoService','some','darkMode$','toString','_historyManagerService','toPrimitive','displayName','IRemoteInstanceService','state$','UniverProSheetsShape','_urlService','length','substring','4477804YQvidi','OTHERS','history-icon_clip0_907_281','CollaborationController','getSheets','UniverSheetsFilter','object','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','IUniverInstanceService','left','status','0.25.0','Error','exports.@univerjs/core.@univerjs/sheets.@univerjs-pro/collaboration.@univerjs-pro/collaboration-client.@univerjs-pro/edit-history-viewer.@univerjs-pro/license.@univerjs-pro/sheets-chart.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-pivot.@univerjs-pro/sheets-shape.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline.@univerjs-pro/sheets-sparkline-ui.@univerjs/data-validation.@univerjs/design.@univerjs/docs.@univerjs/docs-ui.@univerjs/drawing.@univerjs/drawing-ui.@univerjs/engine-formula.@univerjs/engine-render.@univerjs/network.@univerjs/rpc.@univerjs/sheets-conditional-formatting.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter.@univerjs/sheets-filter-ui.@univerjs/sheets-formula.@univerjs/sheets-formula-ui.@univerjs/sheets-hyper-link.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-numfmt.@univerjs/sheets-table.@univerjs/sheets-ui.@univerjs/ui.rxjs.@univerjs-pro/collaboration-client-ui.react','composePermission','merge','closeAll','IURLService','WorksheetEditPermission','children','UniverSheetsDrawing','UniverUi','React','MessageType','subscribe','pipe','event$','mountHistoryContent','IConfigService','subunit','setParam','whenReady','getOwnPropertyDescriptor','DisposableCollection','_handleRevertAcknowledgement','from','UniverDrawingPlugin','absolute','UniverSheetsPivotTablePlugin','UNIVER_EDIT_HISTORY_LOADER_MOBILE_PLUGIN','setTheme','edit-history-loader.info.initializing','add','UniverEditHistoryViewerMobilePlugin','UniverSheetsTablePlugin','UniverSheetsDataValidation','has','CommandType','univer.operation.toggle-edit-history','decorate','IMenuManagerService','current','then','ILocalCacheService','RevertRevisionMutation','UniverDrawing','Exited','962425FlPFLf','190pgRxDY','UniverSheetsNumfmtPlugin','next','IMessageService','_init','mutations','use','historyUniver','getParam','onSteady','url(#history-icon_clip0_907_281)','UNIVER_UNKNOWN','LocaleService','fill','_initListener','_updateSubUnitFromURLParams','Plugin','getCurrentRangeDisable$','getCollabEntity','UniverSheetsShapePlugin','__getInjector','onCommandExecuted','UniverDataValidation','RxDisposable','100%','getCurrentLocale','SetWorksheetActivateCommand','M0\x200H16V16H0z','edit-history-loader.config','location','unsubscribe','getUnitId','UniverRpc','UniverSheetsPlugin','UniverProCollaborationClientUi','DependentOn','UniverSheetsHyperLinkUIPlugin','revertRevision$','_sidebarService','MobileHistoryLoaderService','setDarkMode','_internalWebWorker','historyAIassistantEnabled','show','defIds','_pluginMap','UniverSheetsConditionalFormattingUi','dispose','getConfig','triggerLoadVersions','HistoryManagerService','_collaborationController','eventID','UNIVER_HISTORY_CONTAINER_ID','get','IAuthzIoService','_localeService','workerURL','UniverSheetsChartUIPlugin','close','style','1em','_injector','UniverSheetsFilterUi','21dCHlfz','value','UniverDocsPlugin','UniverSheetsFormulaUi','setConfig','_historyUniver$','defs','UniverEditHistoryLoaderPlugin','UniverProEditHistoryLoader','_messageService','getSubunitRuleList','edit-history-loader.panel.revertFailed','history-container','CHANGESET_ACK','UniverProEditHistoryViewer','_initPlugins','univerContainerId','mergeMenu','history-icon','takeUntil','RibbonStartGroup','WorkbookRecoverHistoryPermission','flat','UniverInstanceType','_univerInstanceService','UniverSheetsFormulaPlugin','UniverProCollaboration','univer-container','_commandService','UniverProSheetsChart','loadUnit','svg','UniverNetwork','CollaborationEvent','UniverDrawingUi','tag','zIndex','UniverSheetsDataValidationMobileUIPlugin','onStarting','Inject','RangeProtectionPermissionEditPoint','DataLoaderService','UniverSheetsConditionalFormattingUIPlugin','url(#$1','unMountHistoryContent','UniverLicensePlugin','none','ComponentManager','UniverDesign','getSheetBySheetId','colorChannel1','4950824iLjRnS','set','xlink:href','UniverSheetsHyperLinkUi','UniverMobileUIPlugin','executeCommand','BehaviorSubject','M4.45388\x204.14989H3.52896C4.61144\x202.8939\x206.21319\x202.0999\x207.9999\x202.0999C11.2584\x202.0999\x2013.8999\x204.74142\x2013.8999\x207.9999C13.8999\x2011.2584\x2011.2584\x2013.8999\x207.9999\x2013.8999C4.74142\x2013.8999\x202.0999\x2011.2584\x202.0999\x207.9999C2.0999\x207.66853\x201.83127\x207.3999\x201.4999\x207.3999C1.16853\x207.3999\x200.899902\x207.66853\x200.899902\x207.9999C0.899902\x2011.9211\x204.07868\x2015.0999\x207.9999\x2015.0999C11.9211\x2015.0999\x2015.0999\x2011.9211\x2015.0999\x207.9999C15.0999\x204.07868\x2011.9211\x200.899902\x207.9999\x200.899902C5.88709\x200.899902\x203.9903\x201.82298\x202.69023\x203.28636V2.38625C2.69023\x202.05488\x202.42161\x201.78625\x202.09023\x201.78625C1.75886\x201.78625\x201.49023\x202.05488\x201.49023\x202.38625V4.74989C1.49023\x205.08126\x201.75886\x205.34989\x202.09023\x205.34989H4.45388C4.78525\x205.34989\x205.05388\x205.08126\x205.05388\x204.74989C5.05388\x204.41851\x204.78525\x204.14989\x204.45388\x204.14989Z','LS_CONFIG_KEY','UniverSheetsDrawingUi','string','menu','UniverProSheetsChartUi','UniverSheetsHyperLink','UniverSheetsFormula','registerPlugin','packageName','_disposableCollection','UniverDocsUi','symbol','UniverSheetsConditionalFormatting','activeSheet$','UniverEditHistoryLoaderMobilePlugin','getAllPlugins','3MYWQvR','function','getMenuHiddenObservable','Module','div','UniverSheetSparklinePlugin'];_0x3c97=function(){return _0x5e819b;};return _0x3c97();}
@@ -0,0 +1 @@
1
+ function _0x1ce0(_0x5c485f,_0x8e51e0){_0x5c485f=_0x5c485f-0x1ec;var _0x13f37f=_0x13f3();var _0x1ce0dc=_0x13f37f[_0x5c485f];return _0x1ce0dc;}function _0x13f3(){var _0x561e92=['525544ohBtdf','101510nRQTAm','7TAdkgZ','object','15fFAvxY','170540unAyqM','763134LjkUTe','خطأ\x20غير\x20معروف،\x20يرجى\x20تحديث\x20الصفحة\x20لعرض\x20نتيجة\x20الاستعادة','17455lMRlLv','UniverProEditHistoryLoaderArSA','function','فشل\x20في\x20الحصول\x20على\x20قائمة\x20سجل\x20التحرير','سجل\x20التحرير','exports','جارٍ\x20الاستعادة،\x20يرجى\x20الانتظار...','1974303rzSZxx','جارٍ\x20التهيئة،\x20يرجى\x20الانتظار...','93190sPmwkR','amd','20aJEGJN','154AfTBnc'];_0x13f3=function(){return _0x561e92;};return _0x13f3();}(function(_0x24f884,_0x2c29a8){var _0x46601b=_0x1ce0,_0x4de680=_0x24f884();while(!![]){try{var _0x24c966=parseInt(_0x46601b(0x1f5))/0x1*(parseInt(_0x46601b(0x200))/0x2)+parseInt(_0x46601b(0x1f1))/0x3*(-parseInt(_0x46601b(0x1f2))/0x4)+parseInt(_0x46601b(0x1ee))/0x5+parseInt(_0x46601b(0x1f3))/0x6*(-parseInt(_0x46601b(0x1ef))/0x7)+-parseInt(_0x46601b(0x1ed))/0x8+parseInt(_0x46601b(0x1fc))/0x9+-parseInt(_0x46601b(0x1fe))/0xa*(-parseInt(_0x46601b(0x1ec))/0xb);if(_0x24c966===_0x2c29a8)break;else _0x4de680['push'](_0x4de680['shift']());}catch(_0x347820){_0x4de680['push'](_0x4de680['shift']());}}}(_0x13f3,0x21d84),function(_0x4b8920,_0x5a4cd1){var _0x2b1bb4=_0x1ce0;typeof exports==_0x2b1bb4(0x1f0)&&typeof module<'u'?module[_0x2b1bb4(0x1fa)]=_0x5a4cd1():typeof define==_0x2b1bb4(0x1f7)&&define[_0x2b1bb4(0x1ff)]?define([],_0x5a4cd1):(_0x4b8920=typeof globalThis<'u'?globalThis:_0x4b8920||self,_0x4b8920[_0x2b1bb4(0x1f6)]=_0x5a4cd1());}(this,function(){var _0x4edebd=_0x1ce0;return{'edit-history-loader':{'panel':{'title':_0x4edebd(0x1f9),'reverting':_0x4edebd(0x1fb),'revertFailed':_0x4edebd(0x1f4),'listFetchError':_0x4edebd(0x1f8)},'info':{'initializing':_0x4edebd(0x1fd)}}};}));
@@ -0,0 +1 @@
1
+ (function(_0xd4b4dd,_0x1c5ecd){var _0x4f048=_0x4529,_0x3bae78=_0xd4b4dd();while(!![]){try{var _0x5192b3=-parseInt(_0x4f048(0x1ee))/0x1*(parseInt(_0x4f048(0x1ec))/0x2)+-parseInt(_0x4f048(0x1e7))/0x3+parseInt(_0x4f048(0x1ef))/0x4+-parseInt(_0x4f048(0x1eb))/0x5+-parseInt(_0x4f048(0x1f2))/0x6*(-parseInt(_0x4f048(0x1f0))/0x7)+parseInt(_0x4f048(0x1e9))/0x8*(-parseInt(_0x4f048(0x1e8))/0x9)+-parseInt(_0x4f048(0x1e5))/0xa;if(_0x5192b3===_0x1c5ecd)break;else _0x3bae78['push'](_0x3bae78['shift']());}catch(_0xfd1c08){_0x3bae78['push'](_0x3bae78['shift']());}}}(_0x1ea6,0x3b907),function(_0x405cf3,_0x556f2b){var _0x36f55c=_0x4529;typeof exports==_0x36f55c(0x1f3)&&typeof module<'u'?module['exports']=_0x556f2b():typeof define==_0x36f55c(0x1f4)&&define[_0x36f55c(0x1ea)]?define([],_0x556f2b):(_0x405cf3=typeof globalThis<'u'?globalThis:_0x405cf3||self,_0x405cf3[_0x36f55c(0x1e6)]=_0x556f2b());}(this,function(){var _0x466e73=_0x4529;return{'edit-history-loader':{'panel':{'title':'Historial\x20d\x27edicions','reverting':_0x466e73(0x1f1),'revertFailed':'Error\x20desconegut,\x20actualitzeu\x20la\x20pàgina\x20per\x20veure\x20el\x20resultat\x20de\x20la\x20restauració','listFetchError':'No\x20s\x27ha\x20pogut\x20obtenir\x20la\x20llista\x20de\x20l\x27historial'},'info':{'initializing':_0x466e73(0x1ed)}}};}));function _0x4529(_0xcc70cc,_0x51581c){_0xcc70cc=_0xcc70cc-0x1e5;var _0x1ea6bd=_0x1ea6();var _0x4529d6=_0x1ea6bd[_0xcc70cc];return _0x4529d6;}function _0x1ea6(){var _0x23beca=['632BCcSto','Inicialitzant,\x20espereu...','191bHhkJC','762268EijpWT','3219013hkbxxZ','Restaurant,\x20espereu...','6BQVbzu','object','function','2049190TjsQex','UniverProEditHistoryLoaderCaES','140733DJTLax','51309wPfQnk','16ZjLiKK','amd','414315MPCaNx'];_0x1ea6=function(){return _0x23beca;};return _0x1ea6();}
@@ -0,0 +1 @@
1
+ function _0x179e(){var _0x40d41a=['18toxUzX','248GdkJew','199880lVgYxh','53944vRQRlv','45ZtnySr','Bearbeitungsverlauf','1243YGtjbF','317322YszTwN','593740TzkbHw','exports','function','Initialisierung\x20läuft,\x20bitte\x20warten...','2198382BoGtxU','188hySzIb','63aNTWLa','93624LRGOGf'];_0x179e=function(){return _0x40d41a;};return _0x179e();}function _0x246f(_0x236edf,_0x37fcd3){_0x236edf=_0x236edf-0x1f1;var _0x179e22=_0x179e();var _0x246f82=_0x179e22[_0x236edf];return _0x246f82;}(function(_0x20e3ed,_0x1f8e20){var _0x58bdcc=_0x246f,_0x5a2b39=_0x20e3ed();while(!![]){try{var _0x32e8ba=parseInt(_0x58bdcc(0x1f7))/0x1*(parseInt(_0x58bdcc(0x1fb))/0x2)+parseInt(_0x58bdcc(0x1f6))/0x3+parseInt(_0x58bdcc(0x1f2))/0x4*(-parseInt(_0x58bdcc(0x1fe))/0x5)+parseInt(_0x58bdcc(0x1f1))/0x6*(parseInt(_0x58bdcc(0x1f8))/0x7)+parseInt(_0x58bdcc(0x1fd))/0x8*(parseInt(_0x58bdcc(0x1fa))/0x9)+-parseInt(_0x58bdcc(0x1fc))/0xa+-parseInt(_0x58bdcc(0x200))/0xb*(-parseInt(_0x58bdcc(0x1f9))/0xc);if(_0x32e8ba===_0x1f8e20)break;else _0x5a2b39['push'](_0x5a2b39['shift']());}catch(_0x267ba3){_0x5a2b39['push'](_0x5a2b39['shift']());}}}(_0x179e,0xbc4e2),function(_0x595612,_0x115d0e){var _0x280ea9=_0x246f;typeof exports=='object'&&typeof module<'u'?module[_0x280ea9(0x1f3)]=_0x115d0e():typeof define==_0x280ea9(0x1f4)&&define['amd']?define([],_0x115d0e):(_0x595612=typeof globalThis<'u'?globalThis:_0x595612||self,_0x595612['UniverProEditHistoryLoaderDeDE']=_0x115d0e());}(this,function(){var _0x1b966a=_0x246f;return{'edit-history-loader':{'panel':{'title':_0x1b966a(0x1ff),'reverting':'Wiederherstellung\x20läuft,\x20bitte\x20warten...','revertFailed':'Unbekannter\x20Fehler,\x20bitte\x20aktualisieren\x20Sie\x20die\x20Seite,\x20um\x20das\x20Ergebnis\x20der\x20Wiederherstellung\x20anzuzeigen','listFetchError':'Fehler\x20beim\x20Abrufen\x20der\x20Bearbeitungshistorie'},'info':{'initializing':_0x1b966a(0x1f5)}}};}));
@@ -0,0 +1 @@
1
+ function _0x3e42(_0x562f82,_0x398351){_0x562f82=_0x562f82-0x14e;var _0x2e6d10=_0x2e6d();var _0x3e4284=_0x2e6d10[_0x562f82];return _0x3e4284;}(function(_0x3eac80,_0x350d14){var _0x52b7c0=_0x3e42,_0x6bcb8a=_0x3eac80();while(!![]){try{var _0x29edac=-parseInt(_0x52b7c0(0x150))/0x1*(-parseInt(_0x52b7c0(0x15b))/0x2)+parseInt(_0x52b7c0(0x154))/0x3*(-parseInt(_0x52b7c0(0x14f))/0x4)+-parseInt(_0x52b7c0(0x14e))/0x5+parseInt(_0x52b7c0(0x15c))/0x6+parseInt(_0x52b7c0(0x15e))/0x7*(-parseInt(_0x52b7c0(0x15d))/0x8)+-parseInt(_0x52b7c0(0x155))/0x9*(-parseInt(_0x52b7c0(0x159))/0xa)+parseInt(_0x52b7c0(0x15a))/0xb;if(_0x29edac===_0x350d14)break;else _0x6bcb8a['push'](_0x6bcb8a['shift']());}catch(_0x4af70b){_0x6bcb8a['push'](_0x6bcb8a['shift']());}}}(_0x2e6d,0xc586c),function(_0x712774,_0x2bdb65){var _0x213ffd=_0x3e42;typeof exports==_0x213ffd(0x153)&&typeof module<'u'?module[_0x213ffd(0x157)]=_0x2bdb65():typeof define=='function'&&define[_0x213ffd(0x152)]?define([],_0x2bdb65):(_0x712774=typeof globalThis<'u'?globalThis:_0x712774||self,_0x712774[_0x213ffd(0x151)]=_0x2bdb65());}(this,function(){var _0x1404c5=_0x3e42;return{'edit-history-loader':{'panel':{'title':_0x1404c5(0x158),'reverting':'Reverting,\x20please\x20wait...','revertFailed':'Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','listFetchError':_0x1404c5(0x15f)},'info':{'initializing':_0x1404c5(0x156)}}};}));function _0x2e6d(){var _0x5a4248=['2984358ydbeRS','3520bfWQiG','14581Fszgwr','Failed\x20to\x20get\x20edit\x20history\x20list','3378555oFoUhP','28dzGbbK','101ufSuoU','UniverProEditHistoryLoaderEnUS','amd','object','546768RjRqRf','9vbouPC','Initializing,\x20please\x20wait...','exports','Edit\x20History','15069920LZuWSG','8093019Ngzmdl','18554sbkroo'];_0x2e6d=function(){return _0x5a4248;};return _0x2e6d();}
@@ -0,0 +1 @@
1
+ function _0x160a(_0x424b89,_0x498762){_0x424b89=_0x424b89-0x153;var _0x3fc30d=_0x3fc3();var _0x160a93=_0x3fc30d[_0x424b89];return _0x160a93;}(function(_0x15ec41,_0x266789){var _0x5a5d40=_0x160a,_0x2bc84b=_0x15ec41();while(!![]){try{var _0x2d6fa6=parseInt(_0x5a5d40(0x162))/0x1+parseInt(_0x5a5d40(0x15b))/0x2+parseInt(_0x5a5d40(0x155))/0x3*(parseInt(_0x5a5d40(0x15e))/0x4)+parseInt(_0x5a5d40(0x163))/0x5*(parseInt(_0x5a5d40(0x159))/0x6)+-parseInt(_0x5a5d40(0x164))/0x7*(parseInt(_0x5a5d40(0x15c))/0x8)+-parseInt(_0x5a5d40(0x156))/0x9+-parseInt(_0x5a5d40(0x157))/0xa;if(_0x2d6fa6===_0x266789)break;else _0x2bc84b['push'](_0x2bc84b['shift']());}catch(_0x3e0ccc){_0x2bc84b['push'](_0x2bc84b['shift']());}}}(_0x3fc3,0x7753c),function(_0x380323,_0x175ac0){var _0x14cad6=_0x160a;typeof exports==_0x14cad6(0x161)&&typeof module<'u'?module[_0x14cad6(0x160)]=_0x175ac0():typeof define==_0x14cad6(0x15f)&&define[_0x14cad6(0x15d)]?define([],_0x175ac0):(_0x380323=typeof globalThis<'u'?globalThis:_0x380323||self,_0x380323[_0x14cad6(0x153)]=_0x175ac0());}(this,function(){var _0x499a43=_0x160a;return{'edit-history-loader':{'panel':{'title':_0x499a43(0x154),'reverting':'Restaurando,\x20espere...','revertFailed':'Error\x20desconocido,\x20actualice\x20la\x20página\x20para\x20ver\x20el\x20resultado\x20de\x20la\x20restauración','listFetchError':_0x499a43(0x15a)},'info':{'initializing':_0x499a43(0x158)}}};}));function _0x3fc3(){var _0x903dc7=['No\x20se\x20pudo\x20obtener\x20la\x20lista\x20del\x20historial\x20de\x20ediciones','794170lSUmia','3392lMAbvR','amd','145456mzvRHK','function','exports','object','797400HBxAPP','2768445gdRBRI','14441vDqgKo','UniverProEditHistoryLoaderEsES','Historial\x20de\x20ediciones','57iYmWat','3373659eTXzJZ','7007630aeYpoO','Inicializando,\x20espere...','6IXroQD'];_0x3fc3=function(){return _0x903dc7;};return _0x3fc3();}
@@ -0,0 +1 @@
1
+ function _0x4989(_0x22368d,_0x2af620){_0x22368d=_0x22368d-0x1f1;var _0x4ea3f9=_0x4ea3();var _0x498929=_0x4ea3f9[_0x22368d];return _0x498929;}(function(_0x6e7fa9,_0x1d37ad){var _0x4c2f5b=_0x4989,_0x129dbc=_0x6e7fa9();while(!![]){try{var _0x582702=parseInt(_0x4c2f5b(0x201))/0x1+parseInt(_0x4c2f5b(0x1f6))/0x2+parseInt(_0x4c2f5b(0x203))/0x3*(parseInt(_0x4c2f5b(0x1f4))/0x4)+-parseInt(_0x4c2f5b(0x1f5))/0x5*(parseInt(_0x4c2f5b(0x1f9))/0x6)+-parseInt(_0x4c2f5b(0x1fb))/0x7*(-parseInt(_0x4c2f5b(0x1fa))/0x8)+parseInt(_0x4c2f5b(0x1f3))/0x9*(-parseInt(_0x4c2f5b(0x1fc))/0xa)+parseInt(_0x4c2f5b(0x1f8))/0xb*(-parseInt(_0x4c2f5b(0x205))/0xc);if(_0x582702===_0x1d37ad)break;else _0x129dbc['push'](_0x129dbc['shift']());}catch(_0x2a83bf){_0x129dbc['push'](_0x129dbc['shift']());}}}(_0x4ea3,0x3890d),function(_0x188b98,_0x36e0af){var _0x3f6bfc=_0x4989;typeof exports==_0x3f6bfc(0x204)&&typeof module<'u'?module[_0x3f6bfc(0x1fe)]=_0x36e0af():typeof define==_0x3f6bfc(0x1f2)&&define[_0x3f6bfc(0x1fd)]?define([],_0x36e0af):(_0x188b98=typeof globalThis<'u'?globalThis:_0x188b98||self,_0x188b98[_0x3f6bfc(0x1f1)]=_0x36e0af());}(this,function(){var _0x1a1804=_0x4989;return{'edit-history-loader':{'panel':{'title':'تاریخچه\x20ویرایش','reverting':_0x1a1804(0x200),'revertFailed':_0x1a1804(0x1ff),'listFetchError':_0x1a1804(0x202)},'info':{'initializing':_0x1a1804(0x1f7)}}};}));function _0x4ea3(){var _0x395f34=['در\x20حال\x20بازگردانی،\x20لطفا\x20صبر\x20کنید...','395201UuLlzV','دریافت\x20لیست\x20تاریخچه\x20ویرایش\x20ناموفق\x20بود','9PlvRnS','object','1368996GiHKHp','UniverProEditHistoryLoaderFaIR','function','1308618VWBvVA','588116caqeMT','2104570dBidmL','154750ySqWAW','در\x20حال\x20راه‌اندازی،\x20لطفا\x20صبر\x20کنید...','11PhtiRK','6awQtHK','771288jrgJFC','21bCEoAx','30CMdmJI','amd','exports','خطای\x20ناشناخته،\x20لطفا\x20صفحه\x20را\x20بارگذاری\x20مجدد\x20کنید\x20تا\x20نتیجه\x20بازگردانی\x20را\x20مشاهده\x20کنید'];_0x4ea3=function(){return _0x395f34;};return _0x4ea3();}
@@ -0,0 +1 @@
1
+ function _0x54c6(_0x331d9a,_0x3f14b4){_0x331d9a=_0x331d9a-0x1af;var _0x162f10=_0x162f();var _0x54c6fd=_0x162f10[_0x331d9a];return _0x54c6fd;}(function(_0xfdc190,_0x13697e){var _0x2e4731=_0x54c6,_0x27a3b4=_0xfdc190();while(!![]){try{var _0x118087=-parseInt(_0x2e4731(0x1b6))/0x1*(-parseInt(_0x2e4731(0x1af))/0x2)+parseInt(_0x2e4731(0x1bb))/0x3+-parseInt(_0x2e4731(0x1b3))/0x4*(-parseInt(_0x2e4731(0x1b9))/0x5)+-parseInt(_0x2e4731(0x1b5))/0x6+-parseInt(_0x2e4731(0x1b8))/0x7+parseInt(_0x2e4731(0x1ba))/0x8*(-parseInt(_0x2e4731(0x1bc))/0x9)+-parseInt(_0x2e4731(0x1b0))/0xa*(-parseInt(_0x2e4731(0x1b1))/0xb);if(_0x118087===_0x13697e)break;else _0x27a3b4['push'](_0x27a3b4['shift']());}catch(_0xf70d9d){_0x27a3b4['push'](_0x27a3b4['shift']());}}}(_0x162f,0xe58ed),function(_0x7c0f8e,_0x3ffe93){var _0x5769c7=_0x54c6;typeof exports==_0x5769c7(0x1bf)&&typeof module<'u'?module[_0x5769c7(0x1b7)]=_0x3ffe93():typeof define==_0x5769c7(0x1b2)&&define[_0x5769c7(0x1be)]?define([],_0x3ffe93):(_0x7c0f8e=typeof globalThis<'u'?globalThis:_0x7c0f8e||self,_0x7c0f8e['UniverProEditHistoryLoaderFrFR']=_0x3ffe93());}(this,function(){var _0x5a2c66=_0x54c6;return{'edit-history-loader':{'panel':{'title':_0x5a2c66(0x1b4),'reverting':'Restauration\x20en\x20cours,\x20veuillez\x20patienter...','revertFailed':'Erreur\x20inconnue,\x20veuillez\x20actualiser\x20la\x20page\x20pour\x20voir\x20le\x20résultat\x20de\x20la\x20restauration','listFetchError':'Échec\x20de\x20l\x27obtention\x20de\x20la\x20liste\x20de\x20l\x27historique'},'info':{'initializing':_0x5a2c66(0x1bd)}}};}));function _0x162f(){var _0x9131ff=['2199912ILDqxC','5tsQNjX','exports','9106538gJQHMw','840965moiCol','175664cOBtHe','4612335qXwovK','576sRxseP','Initialisation\x20en\x20cours,\x20veuillez\x20patienter...','amd','object','193148moOLkb','3300200jULQLl','44haWSwV','function','16jvrdLP','Historique\x20des\x20modifications'];_0x162f=function(){return _0x9131ff;};return _0x162f();}