@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
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- const _0x4b636c=_0x57d2;(function(_0x342808,_0x2ed4b6){const _0xd3e359=_0x57d2,_0x59a4fd=_0x342808();while(!![]){try{const _0x25dd19=parseInt(_0xd3e359(0x232))/0x1+parseInt(_0xd3e359(0x25e))/0x2+-parseInt(_0xd3e359(0x27e))/0x3+-parseInt(_0xd3e359(0x2b6))/0x4+parseInt(_0xd3e359(0x210))/0x5*(parseInt(_0xd3e359(0x21f))/0x6)+-parseInt(_0xd3e359(0x2c1))/0x7*(parseInt(_0xd3e359(0x278))/0x8)+parseInt(_0xd3e359(0x1e3))/0x9;if(_0x25dd19===_0x2ed4b6)break;else _0x59a4fd['push'](_0x59a4fd['shift']());}catch(_0x37fb58){_0x59a4fd['push'](_0x59a4fd['shift']());}}}(_0x25a1,0xc6506),Object[_0x4b636c(0x1e1)](exports,Symbol['toStringTag'],{'value':_0x4b636c(0x298)}));let e=require(`@univerjs/core`),t=require(`@univerjs/sheets`),n=require(`@univerjs-pro/collaboration`),r=require(`@univerjs-pro/collaboration-client`),i=require(`@univerjs-pro/edit-history-viewer`),a=require(`@univerjs-pro/license`),o=require(`@univerjs-pro/sheets-chart`),s=require(`@univerjs-pro/sheets-chart-ui`),c=require(`@univerjs-pro/sheets-pivot`),l=require(`@univerjs-pro/sheets-shape`),u=require(`@univerjs-pro/sheets-shape-ui`),d=require(`@univerjs-pro/sheets-sparkline`),f=require(`@univerjs-pro/sheets-sparkline-ui`),p=require(`@univerjs/data-validation`),m=require(`@univerjs/design`),h=require(`@univerjs/docs`),g=require(`@univerjs/docs-ui`),_=require(`@univerjs/drawing`),v=require(`@univerjs/drawing-ui`),y=require(`@univerjs/engine-formula`),b=require(`@univerjs/engine-render`),x=require(`@univerjs/network`),S=require(`@univerjs/rpc`),C=require(`@univerjs/sheets-conditional-formatting`),ee=require(`@univerjs/sheets-conditional-formatting-ui`),w=require(`@univerjs/sheets-data-validation`),T=require(`@univerjs/sheets-data-validation-ui`),E=require(`@univerjs/sheets-drawing`),D=require(`@univerjs/sheets-drawing-ui`),O=require(`@univerjs/sheets-filter`),te=require(`@univerjs/sheets-filter-ui`),ne=require(`@univerjs/sheets-formula`),re=require(`@univerjs/sheets-formula-ui`),ie=require(`@univerjs/sheets-hyper-link`),k=require(`@univerjs/sheets-hyper-link-ui`),A=require(`@univerjs/sheets-numfmt`),j=require(`@univerjs/sheets-table`),M=require(`@univerjs/sheets-ui`),N=require(`@univerjs/ui`),P=require(`rxjs`),F=require(`@univerjs-pro/collaboration-client-ui`),I=require(`@univerjs/icons`);const L=_0x4b636c(0x246);Symbol(L);const R={};function z(_0x454da9){'@babel/helpers - typeof';const _0x2f2285=_0x4b636c;return z=typeof Symbol=='function'&&typeof Symbol[_0x2f2285(0x27a)]=='symbol'?function(_0x16be26){return typeof _0x16be26;}:function(_0x53dd65){const _0x3eaf10=_0x2f2285;return _0x53dd65&&typeof Symbol=='function'&&_0x53dd65['constructor']===Symbol&&_0x53dd65!==Symbol[_0x3eaf10(0x281)]?'symbol':typeof _0x53dd65;},z(_0x454da9);}function ae(_0x1b38d4,_0xd9c070){const _0x5c0d80=_0x4b636c;if(z(_0x1b38d4)!=_0x5c0d80(0x2be)||!_0x1b38d4)return _0x1b38d4;var _0x1c80be=_0x1b38d4[Symbol[_0x5c0d80(0x280)]];if(_0x1c80be!==void 0x0){var _0x13bffe=_0x1c80be['call'](_0x1b38d4,_0xd9c070||'default');if(z(_0x13bffe)!=_0x5c0d80(0x2be))return _0x13bffe;throw TypeError(_0x5c0d80(0x1f4));}return(_0xd9c070===_0x5c0d80(0x261)?String:Number)(_0x1b38d4);}function oe(_0x37e5e2){const _0x49f9f4=_0x4b636c;var _0xa77be5=ae(_0x37e5e2,_0x49f9f4(0x261));return z(_0xa77be5)=='symbol'?_0xa77be5:_0xa77be5+'';}function B(_0x5d9234,_0xa7601d,_0x147c83){const _0xa3ed23=_0x4b636c;return(_0xa7601d=oe(_0xa7601d))in _0x5d9234?Object[_0xa3ed23(0x1e1)](_0x5d9234,_0xa7601d,{'value':_0x147c83,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5d9234[_0xa7601d]=_0x147c83,_0x5d9234;}function V(_0x263564,_0x5047e7){return function(_0x57d832,_0x41561b){_0x5047e7(_0x57d832,_0x41561b,_0x263564);};}function H(_0xcd051c,_0x3534ba,_0x40c897,_0x5e3760){const _0x1923a1=_0x4b636c;var _0xb4a849=arguments[_0x1923a1(0x26f)],_0x21f8d0=_0xb4a849<0x3?_0x3534ba:_0x5e3760===null?_0x5e3760=Object[_0x1923a1(0x2b4)](_0x3534ba,_0x40c897):_0x5e3760,_0x7fa2f3;if(typeof Reflect=='object'&&typeof Reflect[_0x1923a1(0x230)]==_0x1923a1(0x241))_0x21f8d0=Reflect[_0x1923a1(0x230)](_0xcd051c,_0x3534ba,_0x40c897,_0x5e3760);else{for(var _0x2684de=_0xcd051c['length']-0x1;_0x2684de>=0x0;_0x2684de--)(_0x7fa2f3=_0xcd051c[_0x2684de])&&(_0x21f8d0=(_0xb4a849<0x3?_0x7fa2f3(_0x21f8d0):_0xb4a849>0x3?_0x7fa2f3(_0x3534ba,_0x40c897,_0x21f8d0):_0x7fa2f3(_0x3534ba,_0x40c897))||_0x21f8d0);}return _0xb4a849>0x3&&_0x21f8d0&&Object[_0x1923a1(0x1e1)](_0x3534ba,_0x40c897,_0x21f8d0),_0x21f8d0;}const U=_0x4b636c(0x2bd),W=_0x4b636c(0x274);let G=class extends e[_0x4b636c(0x227)]{constructor(_0x10cf01,_0x18645f,_0x5dcb96,_0xe7369a,_0x4d7738,_0x584569,_0x8e1d95,_0xb55086,_0x45d5b4,_0x3fb1ec){const _0x70cf32=_0x4b636c;super(),this[_0x70cf32(0x1c6)]=_0x10cf01,this['_univerInstanceService']=_0x18645f,this[_0x70cf32(0x292)]=_0x5dcb96,this[_0x70cf32(0x217)]=_0xe7369a,this[_0x70cf32(0x2bc)]=_0x4d7738,this['_permissionService']=_0x584569,this[_0x70cf32(0x1db)]=_0x8e1d95,this[_0x70cf32(0x1fa)]=_0xb55086,this[_0x70cf32(0x228)]=_0x45d5b4,this[_0x70cf32(0x2a7)]=_0x3fb1ec,B(this,_0x70cf32(0x1df),new P['BehaviorSubject'](null)),B(this,_0x70cf32(0x2b8),this['_historyUniver$'][_0x70cf32(0x1ba)]()),B(this,_0x70cf32(0x2b1),new e['DisposableCollection']()),B(this,_0x70cf32(0x273),new Map()),B(this,_0x70cf32(0x1da),null),this[_0x70cf32(0x297)]();}get[_0x4b636c(0x284)](){const _0x6cdddf=_0x4b636c;return this['_historyUniver$'][_0x6cdddf(0x254)];}[_0x4b636c(0x297)](){const _0xc62e2c=_0x4b636c;this[_0xc62e2c(0x257)](),this['_initPlugins']();}[_0x4b636c(0x257)](){const _0xa075e1=_0x4b636c;var _0x40a1b7;let _0x5f198b=(_0x40a1b7=this[_0xa075e1(0x292)][_0xa075e1(0x212)]('UNIVER_CONTAINER_ID'))==null?_0xa075e1(0x1d3):_0x40a1b7,_0x38751a=document[_0xa075e1(0x1c2)](_0x5f198b);if(!_0x38751a)return;let _0x2c9cfd=document['createElement'](_0xa075e1(0x1cb));_0x2c9cfd['id']=W,_0x2c9cfd[_0xa075e1(0x29f)]['uComp']=_0xa075e1(0x269),_0x2c9cfd[_0xa075e1(0x2ae)][_0xa075e1(0x2c5)]=_0xa075e1(0x2a4),_0x2c9cfd[_0xa075e1(0x2ae)][_0xa075e1(0x215)]='0',_0x2c9cfd[_0xa075e1(0x2ae)]['left']='0',_0x2c9cfd[_0xa075e1(0x2ae)][_0xa075e1(0x28c)]=_0xa075e1(0x294),_0x2c9cfd[_0xa075e1(0x2ae)][_0xa075e1(0x2ab)]=_0xa075e1(0x294),_0x2c9cfd['style']['zIndex']='49',_0x2c9cfd[_0xa075e1(0x2ae)][_0xa075e1(0x233)]='none',_0x38751a['appendChild'](_0x2c9cfd);}[_0x4b636c(0x1fb)](){const _0x2354bf=_0x4b636c;[[b[_0x2354bf(0x1ca)]],[N[_0x2354bf(0x24b)],{'container':W,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[N['IDialogService'],null]]}],[x[_0x2354bf(0x252)]],[_[_0x2354bf(0x1d2)],{'override':[[_['IImageIoService'],null]]}],[h[_0x2354bf(0x224)],{'hasScroll':!0x1}],[g[_0x2354bf(0x293)]],[A[_0x2354bf(0x1d0)]],[t['UniverSheetsPlugin'],{'notExecuteFormula':!0x0}],[M[_0x2354bf(0x28a)]],[ne[_0x2354bf(0x1ac)]],[re[_0x2354bf(0x219)]],[n[_0x2354bf(0x2aa)]],[O[_0x2354bf(0x20c)]],[te[_0x2354bf(0x1b6)]],[C['UniverSheetsConditionalFormattingPlugin']],[ee['UniverSheetsConditionalFormattingUIPlugin']],[ie[_0x2354bf(0x1e2)]],[k['UniverSheetsHyperLinkUIPlugin']],[p['UniverDataValidationPlugin']],[w[_0x2354bf(0x1fc)]],[T[_0x2354bf(0x1ce)]],[y[_0x2354bf(0x266)],{'notExecuteFormula':!0x0}],[v[_0x2354bf(0x29b)]],[E['UniverSheetsDrawingPlugin']],[D[_0x2354bf(0x1d9)]],[d[_0x2354bf(0x1ab)]],[f[_0x2354bf(0x1f9)]],[o['UniverSheetsChartPlugin']],[s['UniverSheetsChartUIPlugin']],[l['UniverSheetsShapePlugin']],[u[_0x2354bf(0x2c6)]],[c[_0x2354bf(0x2bb)],{'notExecuteFormula':!0x0}],[j[_0x2354bf(0x1f2)]]][_0x2354bf(0x260)](([_0x541300,_0x4878ba])=>this[_0x2354bf(0x1f7)](_0x541300,_0x4878ba));}[_0x4b636c(0x1f8)](){const _0x203d96=_0x4b636c;super[_0x203d96(0x1f8)](),this['unMountHistoryContent'](),this[_0x203d96(0x273)][_0x203d96(0x1cd)]();}[_0x4b636c(0x1f7)](_0x3f69f6,_0x160050,_0x4cc851){const _0x54f8d8=_0x4b636c;if(this[_0x54f8d8(0x273)][_0x54f8d8(0x2a6)](_0x3f69f6[_0x54f8d8(0x21d)])&&!_0x4cc851)throw Error(_0x54f8d8(0x205)+_0x3f69f6[_0x54f8d8(0x21d)]+'\x20has\x20been\x20registered.');this['_pluginMap'][_0x54f8d8(0x26b)](_0x3f69f6[_0x54f8d8(0x21d)],[_0x3f69f6,_0x160050]);}[_0x4b636c(0x253)](){const _0x7ade1c=_0x4b636c;return Array[_0x7ade1c(0x239)](this['_pluginMap'][_0x7ade1c(0x222)]());}[_0x4b636c(0x29d)](_0x53eaa7,_0x3ffc75){const _0x191def=_0x4b636c;let _0x3dc009=document[_0x191def(0x1c2)](W);_0x3dc009&&(_0x3dc009[_0x191def(0x2ae)][_0x191def(0x233)]=_0x191def(0x1ee),this[_0x191def(0x1d4)](_0x53eaa7,W,_0x3ffc75));}[_0x4b636c(0x203)](){const _0x268c35=_0x4b636c;var _0x21c923;this[_0x268c35(0x2b1)][_0x268c35(0x1f8)](),(_0x21c923=this[_0x268c35(0x284)])==null||_0x21c923[_0x268c35(0x1f8)](),this[_0x268c35(0x1df)]['next'](null);let _0x347bfa=document[_0x268c35(0x1c2)](W);_0x347bfa&&(_0x347bfa[_0x268c35(0x2ae)]['display']=_0x268c35(0x25f),this[_0x268c35(0x1da)]&&(this['_internalWebWorker'][_0x268c35(0x1ec)](),this['_internalWebWorker']=null));}[_0x4b636c(0x1d4)](_0xc5ee95,_0x10adf4,_0x297e9e){const _0x40b5e4=_0x4b636c;var _0x10badd,_0x582adc,_0x3a29fc,_0x1aed0e,_0x45c787;if(this['historyUniver'])return;let _0x5afd21=new e['Univer']({'locales':{[this[_0x40b5e4(0x1c6)][_0x40b5e4(0x289)]()]:this[_0x40b5e4(0x1c6)]['getLocales']()},'override':[[e[_0x40b5e4(0x24e)],{'useClass':r['AuthzIoHttpService']}]]}),_0x501de8=_0x5afd21[_0x40b5e4(0x225)]();this[_0x40b5e4(0x231)](this[_0x40b5e4(0x2a7)][_0x40b5e4(0x22d)][_0x40b5e4(0x1b1)](_0x544c62=>{const _0x24b56d=_0x40b5e4;_0x501de8[_0x24b56d(0x234)](e[_0x24b56d(0x299)])['setDarkMode'](_0x544c62);})),this[_0x40b5e4(0x231)](this[_0x40b5e4(0x2a7)][_0x40b5e4(0x1e0)][_0x40b5e4(0x1b1)](_0x563778=>{const _0x5b0a19=_0x40b5e4;_0x501de8['get'](e[_0x5b0a19(0x299)])['setTheme'](_0x563778);})),_0x501de8[_0x40b5e4(0x234)](e[_0x40b5e4(0x24f)])[_0x40b5e4(0x1d7)](this['_localeService'][_0x40b5e4(0x289)]()),_0x501de8[_0x40b5e4(0x234)](e[_0x40b5e4(0x2b9)])[_0x40b5e4(0x1ed)](r['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY'],this[_0x40b5e4(0x292)][_0x40b5e4(0x212)](r[_0x40b5e4(0x236)]));let _0x17d430=this['_configService'][_0x40b5e4(0x212)](a['LS_CONFIG_KEY']);_0x17d430&&_0x5afd21[_0x40b5e4(0x1f7)](a[_0x40b5e4(0x249)],{'license':_0x17d430['ls']});let _0x50dff3=(_0x10badd=this[_0x40b5e4(0x292)][_0x40b5e4(0x212)](_0x40b5e4(0x246)))==null?void 0x0:_0x10badd[_0x40b5e4(0x2a3)],_0x119470=!!_0x50dff3;_0x119470&&(this[_0x40b5e4(0x1da)]=_0x50dff3 instanceof Worker?_0x50dff3:null,_0x5afd21[_0x40b5e4(0x1f7)](S['UniverRPCMainThreadPlugin'],{'workerURL':_0x50dff3})),this['_pluginMap'][_0x40b5e4(0x260)](([_0x4cb96b,_0x2bb3b3])=>{const _0x5e6714=_0x40b5e4;_0x5afd21[_0x5e6714(0x1f7)](_0x4cb96b,_0x2bb3b3);}),_0x5afd21[_0x40b5e4(0x1f7)](i[_0x40b5e4(0x1c9)],{'historyListServerUrl':(_0x582adc=this[_0x40b5e4(0x292)]['getConfig'](_0x40b5e4(0x246)))==null?void 0x0:_0x582adc[_0x40b5e4(0x1ad)],'historyPanelComponentKey':(_0x3a29fc=this['_configService'][_0x40b5e4(0x212)](_0x40b5e4(0x246)))==null?void 0x0:_0x3a29fc[_0x40b5e4(0x1fe)],'historyPanelHidden':(_0x1aed0e=this[_0x40b5e4(0x292)][_0x40b5e4(0x212)](_0x40b5e4(0x246)))==null?void 0x0:_0x1aed0e[_0x40b5e4(0x235)],'historyAIassistantEnabled':(_0x45c787=this[_0x40b5e4(0x292)][_0x40b5e4(0x212)](_0x40b5e4(0x246)))==null?void 0x0:_0x45c787[_0x40b5e4(0x1bc)]}),_0x501de8[_0x40b5e4(0x1ea)](_0x35933e=>{const _0x2fe374=_0x40b5e4;this[_0x2fe374(0x2c4)](_0x35933e,_0xc5ee95);}),this[_0x40b5e4(0x1df)][_0x40b5e4(0x263)](_0x5afd21);let _0x4eedf9=_0x501de8[_0x40b5e4(0x234)](i['HistoryManagerService']),_0x37306b=this['_checkCanRevert'](_0xc5ee95),_0x47db32=()=>{const _0x25023c=_0x40b5e4;_0x297e9e?_0x4eedf9[_0x25023c(0x220)](_0xc5ee95,_0x10adf4,_0x37306b,_0x297e9e):_0x4eedf9[_0x25023c(0x264)](_0xc5ee95,_0x10adf4,_0x37306b);};if(this['_messageService']['show']({'content':this[_0x40b5e4(0x1c6)]['t'](_0x40b5e4(0x22f)),'type':m[_0x40b5e4(0x26d)][_0x40b5e4(0x1bd)]}),_0x119470)try{_0x501de8[_0x40b5e4(0x234)](S[_0x40b5e4(0x1c0)])[_0x40b5e4(0x1fd)]()[_0x40b5e4(0x2ba)](()=>{_0x47db32();});}catch{_0x47db32();}else _0x47db32();}[_0x4b636c(0x2c4)](_0x3f5457,_0xc4a622){const _0x422e02=_0x4b636c;let _0x10370a=_0x3f5457[_0x422e02(0x234)](i[_0x422e02(0x288)]);this[_0x422e02(0x2b1)][_0x422e02(0x20f)](_0x10370a[_0x422e02(0x24d)][_0x422e02(0x1b1)](_0xf2f68a=>{const _0x4c2d51=_0x422e02;switch(_0xf2f68a){case i[_0x4c2d51(0x1dd)][_0x4c2d51(0x1c4)]:this[_0x4c2d51(0x1fa)][_0x4c2d51(0x25d)](),this[_0x4c2d51(0x228)][_0x4c2d51(0x26e)]();break;case i[_0x4c2d51(0x1dd)]['Exited']:this[_0x4c2d51(0x217)][_0x4c2d51(0x21b)](q['id']),this[_0x4c2d51(0x203)]();break;case i[_0x4c2d51(0x1dd)]['Error']:this[_0x4c2d51(0x203)](),this[_0x4c2d51(0x2bc)]['show']({'content':this[_0x4c2d51(0x1c6)]['t'](_0x4c2d51(0x1b9)),'type':m[_0x4c2d51(0x26d)]['Error'],'duration':0xbb8});break;default:break;}})),this[_0x422e02(0x2b1)]['add'](_0x10370a[_0x422e02(0x2a2)][_0x422e02(0x1b1)](async _0xfea3dd=>{const _0x76d210=_0x422e02;_0xfea3dd&&this['_commandService']['executeCommand'](n[_0x76d210(0x258)]['id'],{'unitId':_0xc4a622,'revision':_0xfea3dd});}));}[_0x4b636c(0x1e7)](_0x2dd2af){const _0x13f43a=_0x4b636c;let _0x2e5c85=this[_0x13f43a(0x27b)][_0x13f43a(0x28b)](_0x2dd2af)[_0x13f43a(0x1ff)]()[_0x13f43a(0x1cc)](_0x3483aa=>_0x3483aa[_0x13f43a(0x1c3)]()),_0x1f84b1=new t[(_0x13f43a(0x216))](_0x2dd2af)['id'],_0x515119=_0x2e5c85[_0x13f43a(0x1cc)](_0xd346e=>new t[(_0x13f43a(0x1b0))](_0x2dd2af,_0xd346e)['id']),_0x48c58c=_0x2e5c85['map'](_0x425f47=>this[_0x13f43a(0x1db)]['getSubunitRuleList'](_0x2dd2af,_0x425f47)['map'](_0x486732=>new t[(_0x13f43a(0x1aa))](_0x2dd2af,_0x425f47,_0x486732[_0x13f43a(0x1b7)])['id']))[_0x13f43a(0x247)](),_0x2524ad=new t[(_0x13f43a(0x2c7))](_0x2dd2af)['id'];return this['_permissionService'][_0x13f43a(0x2a9)]([_0x1f84b1,..._0x515119,..._0x48c58c,_0x2524ad])[_0x13f43a(0x238)](_0x12a1d2=>!!_0x12a1d2['value']);}};G=H([V(0x0,(0x0,e[_0x4b636c(0x22e)])(e[_0x4b636c(0x24f)])),V(0x1,e[_0x4b636c(0x21c)]),V(0x2,e[_0x4b636c(0x2b9)]),V(0x3,e[_0x4b636c(0x1b3)]),V(0x4,N[_0x4b636c(0x200)]),V(0x5,e[_0x4b636c(0x27f)]),V(0x6,(0x0,e[_0x4b636c(0x22e)])(t[_0x4b636c(0x291)])),V(0x7,(0x0,e[_0x4b636c(0x22e)])(N[_0x4b636c(0x242)])),V(0x8,(0x0,e[_0x4b636c(0x22e)])(N[_0x4b636c(0x28d)])),V(0x9,(0x0,e['Inject'])(e[_0x4b636c(0x299)]))],G);const K={'id':'univer.operation.toggle-edit-history','type':e['CommandType']['OPERATION'],'handler':_0x516564=>{const _0x5f585f=_0x4b636c;let _0x23de9c=_0x516564[_0x5f585f(0x234)](G),{unitId:_0x3d35b2}=(0x0,t[_0x5f585f(0x23e)])(_0x516564[_0x5f585f(0x234)](e[_0x5f585f(0x21c)]))||{};return _0x3d35b2?(_0x23de9c[_0x5f585f(0x29d)](_0x3d35b2),!0x0):!0x1;}},q={'id':'univer.operation.exit-edit-history','type':e[_0x4b636c(0x1f3)][_0x4b636c(0x2a8)],'handler':()=>!0x0};var se=_0x4b636c(0x209),ce='0.24.0';function le(_0x347f21){const _0x479e44=_0x4b636c;return{'id':K['id'],'type':N[_0x479e44(0x29a)]['BUTTON'],'icon':_0x479e44(0x1af),'tooltip':_0x479e44(0x1e4),'hidden$':(0x0,N[_0x479e44(0x22c)])(_0x347f21,e[_0x479e44(0x21e)][_0x479e44(0x2b3)]),'disabled$':(0x0,M[_0x479e44(0x268)])(_0x347f21,{'workbookTypes':[t[_0x479e44(0x282)]],'worksheetTypes':[],'rangeTypes':[]})};}const ue={[N[_0x4b636c(0x2c9)][_0x4b636c(0x1bf)]]:{[K['id']]:{'order':0.2,'menuItemFactory':le}}};let J=class extends e[_0x4b636c(0x1d5)]{constructor(_0x29bd1f,_0xc6c2dc,_0x16906f,_0x3dc6dc,_0xc369e7,_0x243b18,_0x2c3c85,_0x402cf1,_0x2712c2,_0x3704e9,_0x279141){const _0xb23367=_0x4b636c;super(),this['_commandService']=_0x29bd1f,this[_0xb23367(0x20d)]=_0xc6c2dc,this[_0xb23367(0x23b)]=_0x16906f,this[_0xb23367(0x23f)]=_0x3dc6dc,this[_0xb23367(0x1c6)]=_0xc369e7,this['_messageService']=_0x243b18,this[_0xb23367(0x2ca)]=_0x2c3c85,this[_0xb23367(0x207)]=_0x402cf1,this[_0xb23367(0x244)]=_0x2712c2,this[_0xb23367(0x27b)]=_0x3704e9,this[_0xb23367(0x248)]=_0x279141,B(this,_0xb23367(0x1b4),null),this[_0xb23367(0x297)]();}[_0x4b636c(0x297)](){const _0x2499b9=_0x4b636c;[K,q][_0x2499b9(0x260)](_0x5f3824=>this[_0x2499b9(0x231)]((0x0,e['toDisposable'])(this[_0x2499b9(0x217)][_0x2499b9(0x1e9)](_0x5f3824)))),this[_0x2499b9(0x231)](this[_0x2499b9(0x23b)][_0x2499b9(0x1b2)](_0x2499b9(0x1af),I[_0x2499b9(0x1af)])),this[_0x2499b9(0x20d)][_0x2499b9(0x24a)](ue),this['disposeWithMe'](this[_0x2499b9(0x217)][_0x2499b9(0x1d6)](async(_0x33d7e8,_0x2dde04)=>{const _0x1f0a5c=_0x2499b9;if(_0x33d7e8['id']===n[_0x1f0a5c(0x258)]['id']){let {unitId:_0x12dc60}=_0x33d7e8[_0x1f0a5c(0x243)];this[_0x1f0a5c(0x2bc)][_0x1f0a5c(0x2af)]({'content':this[_0x1f0a5c(0x1c6)]['t'](_0x1f0a5c(0x1d8)),'type':m['MessageType'][_0x1f0a5c(0x1bd)],'duration':0x1388});let _0x1c96f9=this[_0x1f0a5c(0x2ca)]['getCollabEntity'](_0x12dc60);_0x2dde04!=null&&_0x2dde04[_0x1f0a5c(0x2c3)]?this[_0x1f0a5c(0x2a0)](_0x1c96f9,async()=>(setTimeout(()=>window[_0x1f0a5c(0x2a5)][_0x1f0a5c(0x1e8)]()),!0x0),!0x0):this[_0x1f0a5c(0x2a0)](_0x1c96f9,async()=>{const _0x4665a8=_0x1f0a5c;let _0x4734cf=this[_0x4665a8(0x27b)][_0x4665a8(0x1ae)](e['UniverInstanceType'][_0x4665a8(0x2b3)]),_0xe64f36=_0x4734cf==null?void 0x0:_0x4734cf[_0x4665a8(0x23c)]();if(!_0xe64f36)return!0x1;this['_univerInstanceService'][_0x4665a8(0x26c)](_0x12dc60);let _0x4b3261=await this['_dataLoaderService']['loadUnit'](_0x12dc60,e[_0x4665a8(0x21e)][_0x4665a8(0x2b3)]);return _0x4b3261&&_0x4b3261 instanceof e[_0x4665a8(0x22b)]?(await this[_0x4665a8(0x20e)](_0x4b3261,_0xe64f36[_0x4665a8(0x1c3)]()),!0x0):!0x1;});}}));}[_0x4b636c(0x2a0)](_0x326572,_0x3c849c,_0x2626dc=!0x1){const _0x25bbf0=_0x4b636c;let _0x2f612c=(0x0,P[_0x25bbf0(0x223)])([_0x326572[_0x25bbf0(0x23d)][_0x25bbf0(0x1bb)],_0x326572[_0x25bbf0(0x283)]])[_0x25bbf0(0x1b1)](async([_0x2b9440,_0xb976e7])=>{const _0x13117b=_0x25bbf0;if(_0x2b9440[_0x13117b(0x245)]===n[_0x13117b(0x27d)][_0x13117b(0x259)]&&(_0xb976e7==null?void 0x0:_0xb976e7[_0x13117b(0x221)])===r[_0x13117b(0x262)]['SYNCED']&&_0x2b9440['data'][_0x13117b(0x1c7)]['some'](_0x46ecc4=>_0x46ecc4['id']===n['RevertRevisionMutation']['id'])&&await _0x3c849c()){var _0x3fb4a1;this[_0x13117b(0x23f)][_0x13117b(0x203)](),_0x2f612c[_0x13117b(0x28e)](),this[_0x13117b(0x1b4)]&&clearTimeout(this['_revertErrorTimer']),await((_0x3fb4a1=this['_localCacheService'])==null?void 0x0:_0x3fb4a1['exhaustSavingTask']()),this[_0x13117b(0x2bc)][_0x13117b(0x226)]();}});_0x2626dc&&(this[_0x25bbf0(0x1b4)]=setTimeout(()=>{const _0x4d7ee2=_0x25bbf0;_0x2f612c[_0x4d7ee2(0x28e)](),this[_0x4d7ee2(0x2bc)][_0x4d7ee2(0x2af)]({'content':this[_0x4d7ee2(0x1c6)]['t'](_0x4d7ee2(0x1eb)),'type':m['MessageType'][_0x4d7ee2(0x204)],'duration':0xbb8});},0x1388));}async[_0x4b636c(0x20e)](_0x5cda6c,_0xc58211){const _0x56ffd7=_0x4b636c;await this['_updateSubUnitFromURLParams'](_0x5cda6c,_0xc58211),_0x5cda6c[_0x56ffd7(0x251)][_0x56ffd7(0x218)]((0x0,P[_0x56ffd7(0x229)])(this['dispose$']))[_0x56ffd7(0x1b1)](_0x78db37=>{_0x78db37&&this['_updateURLWithCurrentState'](_0x78db37);}),this['_urlService'][_0x56ffd7(0x276)][_0x56ffd7(0x218)]((0x0,P[_0x56ffd7(0x229)])(this[_0x56ffd7(0x1c8)]))[_0x56ffd7(0x1b1)](()=>this[_0x56ffd7(0x1de)](_0x5cda6c,_0xc58211));}[_0x4b636c(0x1b5)](_0x37561d,_0x5e5d47=!0x1){const _0x4f33a2=_0x4b636c;let _0x533e26=this[_0x4f33a2(0x248)][_0x4f33a2(0x1e5)](_0x4f33a2(0x202));_0x37561d[_0x4f33a2(0x1c3)]()!==_0x533e26&&this[_0x4f33a2(0x248)][_0x4f33a2(0x1dc)](_0x4f33a2(0x202),_0x37561d[_0x4f33a2(0x1c3)](),_0x5e5d47);}async[_0x4b636c(0x1de)](_0x3ef730,_0x6060e0){const _0x24f102=_0x4b636c;var _0x3c5c13;if(!_0x6060e0||!_0x3ef730['getSheetBySheetId'](_0x6060e0)){let _0x1042cb=_0x3ef730[_0x24f102(0x256)]()[0x0],_0xb52a7c=_0x3ef730[_0x24f102(0x1ef)](_0x1042cb);if(!_0xb52a7c)return;this[_0x24f102(0x1b5)](_0xb52a7c,!0x0),await this[_0x24f102(0x217)]['executeCommand'](t[_0x24f102(0x290)]['id'],{'unitId':_0x3ef730[_0x24f102(0x2a1)](),'subUnitId':_0x1042cb});return;}((_0x3c5c13=_0x3ef730[_0x24f102(0x23c)]())==null?void 0x0:_0x3c5c13[_0x24f102(0x1c3)]())!==_0x6060e0&&await this[_0x24f102(0x217)]['executeCommand'](t[_0x24f102(0x290)]['id'],{'unitId':_0x3ef730[_0x24f102(0x2a1)](),'subUnitId':_0x6060e0});}};J=H([V(0x0,e[_0x4b636c(0x1b3)]),V(0x1,N[_0x4b636c(0x27c)]),V(0x2,(0x0,e[_0x4b636c(0x22e)])(N[_0x4b636c(0x267)])),V(0x3,(0x0,e[_0x4b636c(0x22e)])(G)),V(0x4,(0x0,e['Inject'])(e[_0x4b636c(0x24f)])),V(0x5,N['IMessageService']),V(0x6,(0x0,e[_0x4b636c(0x22e)])(r[_0x4b636c(0x1cf)])),V(0x7,r[_0x4b636c(0x250)]),V(0x8,(0x0,e[_0x4b636c(0x22e)])(r[_0x4b636c(0x22a)])),V(0x9,e[_0x4b636c(0x21c)]),V(0xa,F[_0x4b636c(0x1f0)])],J);function _0x25a1(){const _0x3ec203=['decorate','disposeWithMe','536095PhOohH','display','get','historyPanelHidden','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','BehaviorSubject','every','from','loadUnit','_componentManager','getActiveSheet','session','getSheetCommandTarget','_historyManagerService','_injector','function','IDialogService','params','_dataLoaderService','eventID','edit-history-loader.config','flat','_urlService','UniverLicensePlugin','mergeMenu','UniverUIPlugin','_config','status$','IAuthzIoService','LocaleService','ILocalCacheService','activeSheet$','UniverNetworkPlugin','getAllPlugins','value','UniverRPCMainThreadPlugin','getUnhiddenWorksheets','_initContainer','RevertRevisionMutation','CHANGESET_ACK','univerContainerId','UniverEditHistoryLoaderMobilePlugin','UNIVER_HISTORY_CONTAINER_ID','closeAll','2313564qpYAlH','none','forEach','string','CollaborationStatus','next','triggerLoadVersions','menu','UniverFormulaEnginePlugin','ComponentManager','getCurrentRangeDisable$','history-container','EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY','set','disposeUnit','MessageType','close','length','UniverSheetsDrawingPlugin','merge','DependentOn','_pluginMap','univer-history-container','some','urlChange$','univer-history-container-mobile','8wqYgmA','onStarting','iterator','_univerInstanceService','IMenuManagerService','CollaborationEvent','1270464ptowgh','IPermissionService','toPrimitive','prototype','WorkbookViewHistoryPermission','state$','historyUniver','UniverSheetsDataValidationMobileUIPlugin','createElement','HistoryLoaderService','HistoryManagerService','getCurrentLocale','UniverSheetsUIPlugin','getUnit','width','ISidebarService','unsubscribe','UniverDataValidationPlugin','SetWorksheetActivateCommand','RangeProtectionRuleModel','_configService','UniverDocsUIPlugin','100%','DisposableCollection','LS_CONFIG_KEY','_init','Module','ThemeService','MenuItemType','UniverDrawingUIPlugin','UniverSheetsChartPlugin','mountHistoryContent','_permissionService','dataset','_handleRevertAcknowledgement','getUnitId','revertRevision$','workerURL','absolute','location','has','_themeService','OPERATION','composePermission','UniverCollaborationPlugin','height','UNIVER_EDIT_HISTORY_LOADER_PLUGIN','toDisposable','style','show','setTheme','_disposableCollection','UniverSheetsPlugin','UNIVER_SHEET','getOwnPropertyDescriptor','exhaustSavingTask','5766828QBJMxs','ToggleEditHistoryOperation','historyUniver$','IConfigService','then','UniverSheetsPivotTablePlugin','_messageService','UNIVER_CONTAINER_ID','object','SYNCED','\x20has\x20been\x20registered.','8090866FhAGCM','type','fromCollab','_initListener','position','UniverSheetsShapeUIPlugin','WorkbookRecoverHistoryPermission','uComp','RibbonStartGroup','_collaborationController','RangeProtectionPermissionEditPoint','UniverSheetSparklinePlugin','UniverSheetsFormulaPlugin','historyListServerUrl','getCurrentUnitOfType','HistoryIcon','WorksheetEditPermission','subscribe','register','ICommandService','_revertErrorTimer','_updateURLWithCurrentState','UniverSheetsFilterUIPlugin','permissionId','[MobileHistoryLoaderService]:\x20Plugin\x20','editHistory.panel.listFetchError','asObservable','event$','historyAIassistantEnabled','Loading','appendChild','OTHERS','IRemoteInstanceService','Injector','getElementById','getSheetId','Entered','version','_localeService','mutations','dispose$','UniverEditHistoryViewerPlugin','UniverRenderEnginePlugin','div','map','clear','UniverSheetsDataValidationUIPlugin','CollaborationController','UniverSheetsNumfmtPlugin','getCollabEntity','UniverDrawingPlugin','univer-container','_initUniver','RxDisposable','onCommandExecuted','setLocale','editHistory.panel.reverting','UniverSheetsDrawingUIPlugin','_internalWebWorker','_selectionProtectionRuleModel','setParam','HistoryModeStatus','_updateSubUnitFromURLParams','_historyUniver$','currentTheme$','defineProperty','UniverSheetsHyperLinkPlugin','17084979TTSJvt','editHistory.panel.title','getParam','setDarkMode','_checkCanRevert','reload','registerCommand','invoke','editHistory.panel.revertFailed','terminate','setConfig','block','getSheetBySheetId','IURLService','Plugin','UniverSheetsTablePlugin','CommandType','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','IImageIoService','Univer','registerPlugin','dispose','UniverSheetSparklineUIPlugin','_dialogService','_initPlugins','UniverSheetsDataValidationPlugin','whenReady','historyPanelComponentKey','getSheets','IMessageService','packageName','subunit','unMountHistoryContent','Error','[HistoryLoaderService]:\x20Plugin\x20','data','_localCacheService','UniverSheetsConditionalFormattingPlugin','@univerjs-pro/edit-history-loader','UniverSheetsMobileUIPlugin','getSubunitRuleList','UniverSheetsFilterPlugin','_menuManagerService','_setupSubUnitSync','add','5yGBvuI','UniverSheetsChartUIPlugin','getConfig','left','MobileHistoryLoaderService','top','WorkbookEditablePermission','_commandService','pipe','UniverSheetsFormulaUIPlugin','UNIVER_UNKNOWN','executeCommand','IUniverInstanceService','pluginName','UniverInstanceType','1452714IHUJNF','triggerCustomVersions','status','values','combineLatest','UniverDocsPlugin','__getInjector','removeAll','Disposable','_sidebarService','takeUntil','DataLoaderService','Workbook','getMenuHiddenObservable','darkMode$','Inject','editHistory.info.initializing'];_0x25a1=function(){return _0x3ec203;};return _0x25a1();}const Y=_0x4b636c(0x277);let X=class extends e[_0x4b636c(0x227)]{constructor(_0x1024ce,_0x58a265,_0x171f46,_0x9e1509,_0x32e980,_0xbc21e4,_0x5163ef,_0x1ac0f9,_0x3edae3,_0x25eaac){const _0xbafae2=_0x4b636c;super(),this[_0xbafae2(0x1c6)]=_0x1024ce,this[_0xbafae2(0x27b)]=_0x58a265,this[_0xbafae2(0x292)]=_0x171f46,this['_commandService']=_0x9e1509,this[_0xbafae2(0x2bc)]=_0x32e980,this[_0xbafae2(0x29e)]=_0xbc21e4,this['_selectionProtectionRuleModel']=_0x5163ef,this[_0xbafae2(0x1fa)]=_0x1ac0f9,this[_0xbafae2(0x228)]=_0x3edae3,this['_themeService']=_0x25eaac,B(this,_0xbafae2(0x1df),new P[(_0xbafae2(0x237))](null)),B(this,_0xbafae2(0x2b8),this[_0xbafae2(0x1df)][_0xbafae2(0x1ba)]()),B(this,_0xbafae2(0x2b1),new e[(_0xbafae2(0x295))]()),B(this,_0xbafae2(0x273),new Map()),B(this,_0xbafae2(0x1da),null),this[_0xbafae2(0x297)]();}get[_0x4b636c(0x284)](){const _0x4313c0=_0x4b636c;return this[_0x4313c0(0x1df)][_0x4313c0(0x254)];}[_0x4b636c(0x297)](){this['_initContainer'](),this['_initPlugins']();}['_initContainer'](){const _0x207c90=_0x4b636c;var _0x1479ab;let _0x1b58c9=(_0x1479ab=this[_0x207c90(0x292)]['getConfig'](_0x207c90(0x2bd)))==null?_0x207c90(0x1d3):_0x1479ab,_0x340b31=document[_0x207c90(0x1c2)](_0x1b58c9);if(!_0x340b31)return;let _0x27ba84=document[_0x207c90(0x286)](_0x207c90(0x1cb));_0x27ba84['id']=Y,_0x27ba84['dataset'][_0x207c90(0x2c8)]=_0x207c90(0x269),_0x27ba84['style'][_0x207c90(0x2c5)]='absolute',_0x27ba84['style'][_0x207c90(0x215)]='0',_0x27ba84[_0x207c90(0x2ae)][_0x207c90(0x213)]='0',_0x27ba84[_0x207c90(0x2ae)][_0x207c90(0x28c)]='100%',_0x27ba84[_0x207c90(0x2ae)]['height']=_0x207c90(0x294),_0x27ba84[_0x207c90(0x2ae)]['zIndex']='49',_0x27ba84[_0x207c90(0x2ae)]['display']=_0x207c90(0x25f),_0x340b31[_0x207c90(0x1be)](_0x27ba84);}[_0x4b636c(0x1fb)](){const _0x5116ac=_0x4b636c;[[b[_0x5116ac(0x1ca)]],[N['UniverMobileUIPlugin'],{'container':Y,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[N['IDialogService'],null]]}],[x[_0x5116ac(0x252)]],[_[_0x5116ac(0x1d2)],{'override':[[_[_0x5116ac(0x1f5)],null]]}],[h[_0x5116ac(0x224)],{'hasScroll':!0x1}],[g[_0x5116ac(0x293)]],[A[_0x5116ac(0x1d0)]],[t[_0x5116ac(0x2b2)],{'notExecuteFormula':!0x0}],[M[_0x5116ac(0x20a)]],[ne[_0x5116ac(0x1ac)]],[re[_0x5116ac(0x219)]],[n[_0x5116ac(0x2aa)]],[O[_0x5116ac(0x20c)]],[C[_0x5116ac(0x208)]],[ie[_0x5116ac(0x1e2)]],[k['UniverSheetsHyperLinkUIPlugin']],[p[_0x5116ac(0x28f)]],[w[_0x5116ac(0x1fc)]],[T[_0x5116ac(0x285)]],[y[_0x5116ac(0x266)],{'notExecuteFormula':!0x0}],[v[_0x5116ac(0x29b)]],[E[_0x5116ac(0x270)]],[D[_0x5116ac(0x1d9)]],[d['UniverSheetSparklinePlugin']],[f[_0x5116ac(0x1f9)]],[o[_0x5116ac(0x29c)]],[s[_0x5116ac(0x211)]],[l['UniverSheetsShapePlugin']],[u[_0x5116ac(0x2c6)]],[c[_0x5116ac(0x2bb)],{'notExecuteFormula':!0x0}],[j[_0x5116ac(0x1f2)]]][_0x5116ac(0x260)](([_0x430011,_0x2f0822])=>this[_0x5116ac(0x1f7)](_0x430011,_0x2f0822));}[_0x4b636c(0x1f8)](){const _0x211b93=_0x4b636c;super['dispose'](),this[_0x211b93(0x203)](),this[_0x211b93(0x273)]['clear']();}['registerPlugin'](_0x4d21e5,_0x329620,_0x1d5381){const _0x5399d2=_0x4b636c;if(this[_0x5399d2(0x273)][_0x5399d2(0x2a6)](_0x4d21e5[_0x5399d2(0x21d)])&&!_0x1d5381)throw Error(_0x5399d2(0x1b8)+_0x4d21e5[_0x5399d2(0x21d)]+_0x5399d2(0x2c0));this['_pluginMap'][_0x5399d2(0x26b)](_0x4d21e5['pluginName'],[_0x4d21e5,_0x329620]);}[_0x4b636c(0x253)](){const _0x24b6eb=_0x4b636c;return Array['from'](this['_pluginMap'][_0x24b6eb(0x222)]());}[_0x4b636c(0x29d)](_0x445534,_0x400c26){const _0x1c7932=_0x4b636c;let _0x575671=document[_0x1c7932(0x1c2)](Y);_0x575671&&(_0x575671[_0x1c7932(0x2ae)][_0x1c7932(0x233)]=_0x1c7932(0x1ee),this['_initUniver'](_0x445534,Y,_0x400c26));}['unMountHistoryContent'](){const _0x364957=_0x4b636c;var _0x2fa827;this['_disposableCollection'][_0x364957(0x1f8)](),(_0x2fa827=this['historyUniver'])==null||_0x2fa827[_0x364957(0x1f8)](),this[_0x364957(0x1df)][_0x364957(0x263)](null);let _0xccb688=document[_0x364957(0x1c2)](Y);_0xccb688&&(_0xccb688[_0x364957(0x2ae)][_0x364957(0x233)]=_0x364957(0x25f),this[_0x364957(0x1da)]&&(this['_internalWebWorker']['terminate'](),this['_internalWebWorker']=null));}[_0x4b636c(0x1d4)](_0xd141f2,_0x1ca408,_0x3b3e14){const _0x1daaeb=_0x4b636c;var _0x29f7fc,_0x3b86a9,_0xd07dc1,_0x4150c1;if(this[_0x1daaeb(0x284)])return;let _0x39c92f=new e[(_0x1daaeb(0x1f6))]({'locales':{[this['_localeService'][_0x1daaeb(0x289)]()]:this[_0x1daaeb(0x1c6)]['getLocales']()},'override':[[e[_0x1daaeb(0x24e)],{'useClass':r['AuthzIoHttpService']}]]}),_0x19a7e8=_0x39c92f[_0x1daaeb(0x225)]();this[_0x1daaeb(0x231)](this[_0x1daaeb(0x2a7)]['darkMode$'][_0x1daaeb(0x1b1)](_0x3904f6=>{const _0x401f39=_0x1daaeb;_0x19a7e8[_0x401f39(0x234)](e[_0x401f39(0x299)])[_0x401f39(0x1e6)](_0x3904f6);})),this['disposeWithMe'](this[_0x1daaeb(0x2a7)][_0x1daaeb(0x1e0)][_0x1daaeb(0x1b1)](_0x45f120=>{const _0x5f291c=_0x1daaeb;_0x19a7e8[_0x5f291c(0x234)](e[_0x5f291c(0x299)])[_0x5f291c(0x2b0)](_0x45f120);})),_0x19a7e8['get'](e[_0x1daaeb(0x24f)])[_0x1daaeb(0x1d7)](this[_0x1daaeb(0x1c6)][_0x1daaeb(0x289)]()),_0x19a7e8[_0x1daaeb(0x234)](e[_0x1daaeb(0x2b9)])[_0x1daaeb(0x1ed)](r[_0x1daaeb(0x236)],this[_0x1daaeb(0x292)][_0x1daaeb(0x212)](r[_0x1daaeb(0x236)]));let _0x41f4cc=this[_0x1daaeb(0x292)]['getConfig'](a[_0x1daaeb(0x296)]);_0x41f4cc&&_0x39c92f[_0x1daaeb(0x1f7)](a['UniverLicensePlugin'],{'license':_0x41f4cc['ls']});let _0x51395b=(_0x29f7fc=this[_0x1daaeb(0x292)][_0x1daaeb(0x212)]('edit-history-loader.config'))==null?void 0x0:_0x29f7fc[_0x1daaeb(0x2a3)],_0x343187=!!_0x51395b;_0x343187&&(this[_0x1daaeb(0x1da)]=_0x51395b instanceof Worker?_0x51395b:null,_0x39c92f[_0x1daaeb(0x1f7)](S[_0x1daaeb(0x255)],{'workerURL':_0x51395b})),this['_pluginMap']['forEach'](([_0x52e2df,_0x3e6ab8])=>{_0x39c92f['registerPlugin'](_0x52e2df,_0x3e6ab8);}),_0x39c92f[_0x1daaeb(0x1f7)](i['UniverEditHistoryViewerMobilePlugin'],{'historyListServerUrl':(_0x3b86a9=this[_0x1daaeb(0x292)][_0x1daaeb(0x212)]('edit-history-loader.config'))==null?void 0x0:_0x3b86a9['historyListServerUrl'],'historyPanelComponentKey':(_0xd07dc1=this[_0x1daaeb(0x292)][_0x1daaeb(0x212)](_0x1daaeb(0x246)))==null?void 0x0:_0xd07dc1[_0x1daaeb(0x1fe)],'historyPanelHidden':(_0x4150c1=this['_configService'][_0x1daaeb(0x212)]('edit-history-loader.config'))==null?void 0x0:_0x4150c1['historyPanelHidden']}),_0x19a7e8['invoke'](_0x185d30=>{const _0xc55ae0=_0x1daaeb;this[_0xc55ae0(0x2c4)](_0x185d30,_0xd141f2);}),this['_historyUniver$']['next'](_0x39c92f);let _0x3357a9=_0x19a7e8[_0x1daaeb(0x234)](i[_0x1daaeb(0x288)]),_0x4b0b2=this[_0x1daaeb(0x1e7)](_0xd141f2),_0x142803=()=>{const _0x3e6eb7=_0x1daaeb;_0x3b3e14?_0x3357a9[_0x3e6eb7(0x220)](_0xd141f2,_0x1ca408,_0x4b0b2,_0x3b3e14):_0x3357a9[_0x3e6eb7(0x264)](_0xd141f2,_0x1ca408,_0x4b0b2);};if(this['_messageService'][_0x1daaeb(0x2af)]({'content':this['_localeService']['t'](_0x1daaeb(0x22f)),'type':m[_0x1daaeb(0x26d)][_0x1daaeb(0x1bd)]}),_0x343187)try{_0x19a7e8[_0x1daaeb(0x234)](S[_0x1daaeb(0x1c0)])[_0x1daaeb(0x1fd)]()[_0x1daaeb(0x2ba)](()=>{_0x142803();});}catch{_0x142803();}else _0x142803();}[_0x4b636c(0x2c4)](_0x505e4b,_0x238c0a){const _0x3780bb=_0x4b636c;let _0x211b82=_0x505e4b[_0x3780bb(0x234)](i['HistoryManagerService']);this[_0x3780bb(0x2b1)][_0x3780bb(0x20f)](_0x211b82[_0x3780bb(0x24d)][_0x3780bb(0x1b1)](_0x5a6578=>{const _0x11adc1=_0x3780bb;switch(_0x5a6578){case i[_0x11adc1(0x1dd)][_0x11adc1(0x1c4)]:this[_0x11adc1(0x1fa)][_0x11adc1(0x25d)](),this['_sidebarService'][_0x11adc1(0x26e)]();break;case i[_0x11adc1(0x1dd)]['Exited']:this['_commandService'][_0x11adc1(0x21b)](q['id']),this[_0x11adc1(0x203)]();break;case i[_0x11adc1(0x1dd)][_0x11adc1(0x204)]:this[_0x11adc1(0x203)](),this[_0x11adc1(0x2bc)]['show']({'content':this[_0x11adc1(0x1c6)]['t']('editHistory.panel.listFetchError'),'type':m[_0x11adc1(0x26d)][_0x11adc1(0x204)],'duration':0xbb8});break;default:break;}})),this['_disposableCollection'][_0x3780bb(0x20f)](_0x211b82[_0x3780bb(0x2a2)][_0x3780bb(0x1b1)](async _0x15c151=>{const _0x8b3b71=_0x3780bb;_0x15c151&&this[_0x8b3b71(0x217)][_0x8b3b71(0x21b)](n[_0x8b3b71(0x258)]['id'],{'unitId':_0x238c0a,'revision':_0x15c151});}));}[_0x4b636c(0x1e7)](_0x84be63){const _0x2e9a1a=_0x4b636c;let _0x503c3e=this[_0x2e9a1a(0x27b)][_0x2e9a1a(0x28b)](_0x84be63)[_0x2e9a1a(0x1ff)]()[_0x2e9a1a(0x1cc)](_0x4d7c61=>_0x4d7c61['getSheetId']()),_0x4fd257=new t[(_0x2e9a1a(0x216))](_0x84be63)['id'],_0x3621a3=_0x503c3e[_0x2e9a1a(0x1cc)](_0x3e2244=>new t['WorksheetEditPermission'](_0x84be63,_0x3e2244)['id']),_0x594281=_0x503c3e[_0x2e9a1a(0x1cc)](_0x2248ed=>this[_0x2e9a1a(0x1db)][_0x2e9a1a(0x20b)](_0x84be63,_0x2248ed)[_0x2e9a1a(0x1cc)](_0x421bd6=>new t[(_0x2e9a1a(0x1aa))](_0x84be63,_0x2248ed,_0x421bd6[_0x2e9a1a(0x1b7)])['id']))[_0x2e9a1a(0x247)](),_0x16a26f=new t[(_0x2e9a1a(0x2c7))](_0x84be63)['id'];return this[_0x2e9a1a(0x29e)]['composePermission']([_0x4fd257,..._0x3621a3,..._0x594281,_0x16a26f])[_0x2e9a1a(0x238)](_0x50d504=>!!_0x50d504['value']);}};X=H([V(0x0,(0x0,e['Inject'])(e[_0x4b636c(0x24f)])),V(0x1,e[_0x4b636c(0x21c)]),V(0x2,e[_0x4b636c(0x2b9)]),V(0x3,e[_0x4b636c(0x1b3)]),V(0x4,N[_0x4b636c(0x200)]),V(0x5,e[_0x4b636c(0x27f)]),V(0x6,(0x0,e[_0x4b636c(0x22e)])(t['RangeProtectionRuleModel'])),V(0x7,(0x0,e[_0x4b636c(0x22e)])(N[_0x4b636c(0x242)])),V(0x8,(0x0,e[_0x4b636c(0x22e)])(N[_0x4b636c(0x28d)])),V(0x9,(0x0,e['Inject'])(e[_0x4b636c(0x299)]))],X);let Z=class extends e[_0x4b636c(0x1f1)]{constructor(_0x1a6b9d=R,_0x2464c1,_0x4458fa){const _0x481a79=_0x4b636c;super(),this['_config']=_0x1a6b9d,this[_0x481a79(0x240)]=_0x2464c1,this[_0x481a79(0x292)]=_0x4458fa;let {menu:_0x4cfa7b,..._0xbb7dfd}=(0x0,e[_0x481a79(0x271)])({},R,this[_0x481a79(0x24c)]);_0x4cfa7b&&this[_0x481a79(0x292)]['setConfig'](_0x481a79(0x265),_0x4cfa7b,{'merge':!0x0}),this[_0x481a79(0x292)]['setConfig'](L,_0xbb7dfd),this[_0x481a79(0x24c)]['univerContainerId']&&this['_configService'][_0x481a79(0x1ed)]('UNIVER_CONTAINER_ID',this[_0x481a79(0x24c)]['univerContainerId']);}[_0x4b636c(0x279)](){const _0x5eefe2=_0x4b636c;[[G,{'useClass':X}],[J]][_0x5eefe2(0x260)](_0x272477=>this[_0x5eefe2(0x240)][_0x5eefe2(0x20f)](_0x272477));}['onSteady'](){const _0x2f0ecb=_0x4b636c;this[_0x2f0ecb(0x240)]['get'](J);}};B(Z,_0x4b636c(0x2c2),e[_0x4b636c(0x21e)]['UNIVER_UNKNOWN']),B(Z,_0x4b636c(0x21d),'UNIVER_EDIT_HISTORY_LOADER_MOBILE_PLUGIN'),B(Z,_0x4b636c(0x201),se),B(Z,_0x4b636c(0x1c5),ce),Z=H([(0x0,e[_0x4b636c(0x272)])(a[_0x4b636c(0x249)]),V(0x1,(0x0,e[_0x4b636c(0x22e)])(e[_0x4b636c(0x1c1)])),V(0x2,e['IConfigService'])],Z);let Q=class extends e[_0x4b636c(0x1d5)]{constructor(_0x31e0d0,_0xdbe530,_0x161e70,_0x1e9d5d,_0x19d217,_0x4b13bd,_0xab2f65,_0x231004,_0xf924e5,_0x663267,_0x49a62d){const _0x115393=_0x4b636c;super(),this[_0x115393(0x217)]=_0x31e0d0,this[_0x115393(0x20d)]=_0xdbe530,this['_componentManager']=_0x161e70,this['_historyManagerService']=_0x1e9d5d,this['_localeService']=_0x19d217,this['_messageService']=_0x4b13bd,this['_collaborationController']=_0xab2f65,this[_0x115393(0x207)]=_0x231004,this[_0x115393(0x244)]=_0xf924e5,this[_0x115393(0x27b)]=_0x663267,this[_0x115393(0x248)]=_0x49a62d,B(this,'_revertErrorTimer',null),this[_0x115393(0x297)]();}[_0x4b636c(0x297)](){const _0x2accfc=_0x4b636c;[K,q][_0x2accfc(0x260)](_0x7e1661=>this[_0x2accfc(0x231)]((0x0,e[_0x2accfc(0x2ad)])(this[_0x2accfc(0x217)]['registerCommand'](_0x7e1661)))),this[_0x2accfc(0x231)](this[_0x2accfc(0x23b)]['register'](_0x2accfc(0x1af),I[_0x2accfc(0x1af)])),this[_0x2accfc(0x20d)][_0x2accfc(0x24a)](ue),this[_0x2accfc(0x231)](this[_0x2accfc(0x217)][_0x2accfc(0x1d6)](async(_0x41ef9d,_0x1226bc)=>{const _0x1927e6=_0x2accfc;if(_0x41ef9d['id']===n['RevertRevisionMutation']['id']){let {unitId:_0x15c6ab}=_0x41ef9d[_0x1927e6(0x243)];this[_0x1927e6(0x2bc)][_0x1927e6(0x2af)]({'content':this['_localeService']['t']('editHistory.panel.reverting'),'type':m[_0x1927e6(0x26d)][_0x1927e6(0x1bd)],'duration':0x1388});let _0x3a2c47=this['_collaborationController'][_0x1927e6(0x1d1)](_0x15c6ab);_0x1226bc!=null&&_0x1226bc[_0x1927e6(0x2c3)]?this[_0x1927e6(0x2a0)](_0x3a2c47,async()=>(setTimeout(()=>window[_0x1927e6(0x2a5)][_0x1927e6(0x1e8)]()),!0x0),!0x0):this[_0x1927e6(0x2a0)](_0x3a2c47,async()=>{const _0x4216d9=_0x1927e6;let _0x3bca57=this[_0x4216d9(0x27b)]['getCurrentUnitOfType'](e[_0x4216d9(0x21e)][_0x4216d9(0x2b3)]),_0x22fd30=_0x3bca57==null?void 0x0:_0x3bca57[_0x4216d9(0x23c)]();if(!_0x22fd30)return!0x1;this[_0x4216d9(0x27b)][_0x4216d9(0x26c)](_0x15c6ab);let _0x44c206=await this[_0x4216d9(0x244)][_0x4216d9(0x23a)](_0x15c6ab,e[_0x4216d9(0x21e)][_0x4216d9(0x2b3)]);return _0x44c206&&_0x44c206 instanceof e[_0x4216d9(0x22b)]?(await this[_0x4216d9(0x20e)](_0x44c206,_0x22fd30[_0x4216d9(0x1c3)]()),!0x0):!0x1;});}}));}[_0x4b636c(0x2a0)](_0x2870ef,_0x515f4b,_0x1baba3=!0x1){const _0x122602=_0x4b636c;let _0x2840c8=(0x0,P[_0x122602(0x223)])([_0x2870ef[_0x122602(0x23d)]['event$'],_0x2870ef[_0x122602(0x283)]])[_0x122602(0x1b1)](async([_0xef4ab1,_0x2f96f6])=>{const _0x1bd025=_0x122602;if(_0xef4ab1[_0x1bd025(0x245)]===n['CollaborationEvent'][_0x1bd025(0x259)]&&(_0x2f96f6==null?void 0x0:_0x2f96f6[_0x1bd025(0x221)])===r[_0x1bd025(0x262)][_0x1bd025(0x2bf)]&&_0xef4ab1[_0x1bd025(0x206)][_0x1bd025(0x1c7)][_0x1bd025(0x275)](_0x5b615b=>_0x5b615b['id']===n[_0x1bd025(0x258)]['id'])&&await _0x515f4b()){var _0x47d549;this[_0x1bd025(0x23f)][_0x1bd025(0x203)](),_0x2840c8[_0x1bd025(0x28e)](),this[_0x1bd025(0x1b4)]&&clearTimeout(this[_0x1bd025(0x1b4)]),await((_0x47d549=this[_0x1bd025(0x207)])==null?void 0x0:_0x47d549[_0x1bd025(0x2b5)]());}});_0x1baba3&&(this[_0x122602(0x1b4)]=setTimeout(()=>{const _0x391a7f=_0x122602;_0x2840c8[_0x391a7f(0x28e)](),this[_0x391a7f(0x2bc)][_0x391a7f(0x2af)]({'content':this[_0x391a7f(0x1c6)]['t'](_0x391a7f(0x1eb)),'type':m['MessageType'][_0x391a7f(0x204)],'duration':0xbb8});},0x1388));}async[_0x4b636c(0x20e)](_0x4e9a7d,_0xec9f){const _0x2d9acc=_0x4b636c;await this[_0x2d9acc(0x1de)](_0x4e9a7d,_0xec9f),_0x4e9a7d[_0x2d9acc(0x251)][_0x2d9acc(0x218)]((0x0,P[_0x2d9acc(0x229)])(this[_0x2d9acc(0x1c8)]))[_0x2d9acc(0x1b1)](_0x445186=>{const _0xd6af5=_0x2d9acc;_0x445186&&this[_0xd6af5(0x1b5)](_0x445186);}),this[_0x2d9acc(0x248)][_0x2d9acc(0x276)]['pipe']((0x0,P['takeUntil'])(this[_0x2d9acc(0x1c8)]))[_0x2d9acc(0x1b1)](()=>this[_0x2d9acc(0x1de)](_0x4e9a7d,_0xec9f));}[_0x4b636c(0x1b5)](_0x29ce23,_0x5d3fa4=!0x1){const _0x327a65=_0x4b636c;let _0x2b2348=this[_0x327a65(0x248)][_0x327a65(0x1e5)]('subunit');_0x29ce23[_0x327a65(0x1c3)]()!==_0x2b2348&&this['_urlService'][_0x327a65(0x1dc)](_0x327a65(0x202),_0x29ce23['getSheetId'](),_0x5d3fa4);}async[_0x4b636c(0x1de)](_0x339c94,_0x5bd906){const _0x46e3fd=_0x4b636c;var _0x3797e4;if(!_0x5bd906||!_0x339c94[_0x46e3fd(0x1ef)](_0x5bd906)){let _0x589b4b=_0x339c94[_0x46e3fd(0x256)]()[0x0],_0x4d52cf=_0x339c94[_0x46e3fd(0x1ef)](_0x589b4b);if(!_0x4d52cf)return;this['_updateURLWithCurrentState'](_0x4d52cf,!0x0),await this[_0x46e3fd(0x217)]['executeCommand'](t[_0x46e3fd(0x290)]['id'],{'unitId':_0x339c94[_0x46e3fd(0x2a1)](),'subUnitId':_0x589b4b});return;}((_0x3797e4=_0x339c94['getActiveSheet']())==null?void 0x0:_0x3797e4['getSheetId']())!==_0x5bd906&&await this[_0x46e3fd(0x217)][_0x46e3fd(0x21b)](t[_0x46e3fd(0x290)]['id'],{'unitId':_0x339c94[_0x46e3fd(0x2a1)](),'subUnitId':_0x5bd906});}};Q=H([V(0x0,e[_0x4b636c(0x1b3)]),V(0x1,N[_0x4b636c(0x27c)]),V(0x2,(0x0,e[_0x4b636c(0x22e)])(N[_0x4b636c(0x267)])),V(0x3,(0x0,e[_0x4b636c(0x22e)])(G)),V(0x4,(0x0,e[_0x4b636c(0x22e)])(e[_0x4b636c(0x24f)])),V(0x5,N[_0x4b636c(0x200)]),V(0x6,(0x0,e['Inject'])(r['CollaborationController'])),V(0x7,r['ILocalCacheService']),V(0x8,(0x0,e[_0x4b636c(0x22e)])(r[_0x4b636c(0x22a)])),V(0x9,e[_0x4b636c(0x21c)]),V(0xa,F[_0x4b636c(0x1f0)])],Q);function _0x57d2(_0xff5779,_0x51a285){_0xff5779=_0xff5779-0x1aa;const _0x25a143=_0x25a1();let _0x57d2af=_0x25a143[_0xff5779];return _0x57d2af;}let $=class extends e[_0x4b636c(0x1f1)]{constructor(_0x19d1d6=R,_0x39cabf,_0x59a36e){const _0x55c0a5=_0x4b636c;super(),this[_0x55c0a5(0x24c)]=_0x19d1d6,this[_0x55c0a5(0x240)]=_0x39cabf,this[_0x55c0a5(0x292)]=_0x59a36e;let {menu:_0x5e1c9d,..._0x496263}=(0x0,e[_0x55c0a5(0x271)])({},R,this[_0x55c0a5(0x24c)]);_0x5e1c9d&&this[_0x55c0a5(0x292)][_0x55c0a5(0x1ed)](_0x55c0a5(0x265),_0x5e1c9d,{'merge':!0x0}),this[_0x55c0a5(0x292)]['setConfig'](L,_0x496263),this['_config'][_0x55c0a5(0x25a)]&&this['_configService'][_0x55c0a5(0x1ed)](U,this[_0x55c0a5(0x24c)][_0x55c0a5(0x25a)]);}[_0x4b636c(0x279)](){const _0xc7ec86=_0x4b636c;[[G],[Q]][_0xc7ec86(0x260)](_0x162b98=>this['_injector'][_0xc7ec86(0x20f)](_0x162b98));}['onSteady'](){const _0x5e0c33=_0x4b636c;this[_0x5e0c33(0x240)][_0x5e0c33(0x234)](Q);}};B($,_0x4b636c(0x2c2),e[_0x4b636c(0x21e)][_0x4b636c(0x21a)]),B($,_0x4b636c(0x21d),_0x4b636c(0x2ac)),B($,_0x4b636c(0x201),se),B($,_0x4b636c(0x1c5),ce),$=H([(0x0,e[_0x4b636c(0x272)])(a[_0x4b636c(0x249)]),V(0x1,(0x0,e[_0x4b636c(0x22e)])(e[_0x4b636c(0x1c1)])),V(0x2,e['IConfigService'])],$),exports[_0x4b636c(0x26a)]=L,Object[_0x4b636c(0x1e1)](exports,_0x4b636c(0x287),{'enumerable':!0x0,'get':function(){return G;}}),Object['defineProperty'](exports,_0x4b636c(0x214),{'enumerable':!0x0,'get':function(){return X;}}),exports[_0x4b636c(0x2b7)]=K,exports['UNIVER_CONTAINER_ID_KEY']=U,exports[_0x4b636c(0x25c)]=W,Object[_0x4b636c(0x1e1)](exports,_0x4b636c(0x25b),{'enumerable':!0x0,'get':function(){return Z;}}),Object['defineProperty'](exports,'UniverEditHistoryLoaderPlugin',{'enumerable':!0x0,'get':function(){return $;}});
1
+ const _0x1313b5=_0x271d;(function(_0x49264b,_0x260a3a){const _0x5eb3e3=_0x271d,_0x11c252=_0x49264b();while(!![]){try{const _0x6d7efd=parseInt(_0x5eb3e3(0x107))/0x1*(parseInt(_0x5eb3e3(0x198))/0x2)+-parseInt(_0x5eb3e3(0xfe))/0x3+-parseInt(_0x5eb3e3(0x1fe))/0x4+parseInt(_0x5eb3e3(0x207))/0x5+-parseInt(_0x5eb3e3(0x19d))/0x6*(parseInt(_0x5eb3e3(0x1a5))/0x7)+-parseInt(_0x5eb3e3(0x14d))/0x8+parseInt(_0x5eb3e3(0x1c2))/0x9;if(_0x6d7efd===_0x260a3a)break;else _0x11c252['push'](_0x11c252['shift']());}catch(_0xc03852){_0x11c252['push'](_0x11c252['shift']());}}}(_0x150b,0x1ffd6),Object[_0x1313b5(0x1fb)](exports,Symbol[_0x1313b5(0x125)],{'value':_0x1313b5(0x10c)}));let e=require('@univerjs/core'),t=require('@univerjs/sheets'),n=require('@univerjs-pro/collaboration'),r=require('@univerjs-pro/collaboration-client'),i=require('@univerjs-pro/edit-history-viewer'),a=require('@univerjs-pro/license'),o=require('@univerjs-pro/sheets-chart'),s=require('@univerjs-pro/sheets-chart-ui'),c=require('@univerjs-pro/sheets-pivot'),l=require('@univerjs-pro/sheets-shape'),u=require('@univerjs-pro/sheets-shape-ui'),d=require('@univerjs-pro/sheets-sparkline'),f=require('@univerjs-pro/sheets-sparkline-ui'),p=require('@univerjs/data-validation'),m=require('@univerjs/design'),h=require('@univerjs/docs'),g=require('@univerjs/docs-ui'),_=require('@univerjs/drawing'),v=require('@univerjs/drawing-ui'),y=require('@univerjs/engine-formula'),b=require('@univerjs/engine-render'),x=require('@univerjs/network'),S=require('@univerjs/rpc'),C=require('@univerjs/sheets-conditional-formatting'),ee=require('@univerjs/sheets-conditional-formatting-ui'),w=require('@univerjs/sheets-data-validation'),T=require('@univerjs/sheets-data-validation-ui'),E=require('@univerjs/sheets-drawing'),D=require('@univerjs/sheets-drawing-ui'),O=require('@univerjs/sheets-filter'),te=require('@univerjs/sheets-filter-ui'),ne=require('@univerjs/sheets-formula'),re=require('@univerjs/sheets-formula-ui'),ie=require('@univerjs/sheets-hyper-link'),k=require('@univerjs/sheets-hyper-link-ui'),A=require('@univerjs/sheets-numfmt'),j=require('@univerjs/sheets-table'),M=require('@univerjs/sheets-ui'),N=require('@univerjs/ui'),P=require('rxjs'),F=require('@univerjs-pro/collaboration-client-ui'),I=require('@univerjs/icons');const L=_0x1313b5(0x192),R={};function z(_0x138d5f){'@babel/helpers - typeof';const _0x28187e=_0x1313b5;return z=typeof Symbol=='function'&&typeof Symbol['iterator']==_0x28187e(0x138)?function(_0x420425){return typeof _0x420425;}:function(_0xcbd32f){const _0x52b405=_0x28187e;return _0xcbd32f&&typeof Symbol==_0x52b405(0x129)&&_0xcbd32f[_0x52b405(0x155)]===Symbol&&_0xcbd32f!==Symbol['prototype']?'symbol':typeof _0xcbd32f;},z(_0x138d5f);}function ae(_0x5185be,_0x6fce60){const _0x411356=_0x1313b5;if(z(_0x5185be)!=_0x411356(0x176)||!_0x5185be)return _0x5185be;var _0x105033=_0x5185be[Symbol[_0x411356(0x10e)]];if(_0x105033!==void 0x0){var _0x471790=_0x105033[_0x411356(0x1b7)](_0x5185be,_0x6fce60||_0x411356(0x11e));if(z(_0x471790)!=_0x411356(0x176))return _0x471790;throw TypeError(_0x411356(0x17e));}return(_0x6fce60===_0x411356(0x14c)?String:Number)(_0x5185be);}function oe(_0x28fc89){const _0x367cea=_0x1313b5;var _0x23484b=ae(_0x28fc89,_0x367cea(0x14c));return z(_0x23484b)=='symbol'?_0x23484b:_0x23484b+'';}function B(_0x548f4c,_0x3e34dc,_0x4dcf61){const _0x5494b2=_0x1313b5;return(_0x3e34dc=oe(_0x3e34dc))in _0x548f4c?Object[_0x5494b2(0x1fb)](_0x548f4c,_0x3e34dc,{'value':_0x4dcf61,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x548f4c[_0x3e34dc]=_0x4dcf61,_0x548f4c;}function V(_0x517592,_0x27adb5){return function(_0x3707ec,_0x3a5f74){_0x27adb5(_0x3707ec,_0x3a5f74,_0x517592);};}function H(_0x508540,_0x201730,_0x16b919,_0x3f511b){const _0x44360b=_0x1313b5;var _0x433605=arguments[_0x44360b(0x1ea)],_0xf64189=_0x433605<0x3?_0x201730:_0x3f511b===null?_0x3f511b=Object['getOwnPropertyDescriptor'](_0x201730,_0x16b919):_0x3f511b,_0xe6f98d;if(typeof Reflect=='object'&&typeof Reflect[_0x44360b(0x204)]==_0x44360b(0x129))_0xf64189=Reflect[_0x44360b(0x204)](_0x508540,_0x201730,_0x16b919,_0x3f511b);else{for(var _0x3f91ed=_0x508540['length']-0x1;_0x3f91ed>=0x0;_0x3f91ed--)(_0xe6f98d=_0x508540[_0x3f91ed])&&(_0xf64189=(_0x433605<0x3?_0xe6f98d(_0xf64189):_0x433605>0x3?_0xe6f98d(_0x201730,_0x16b919,_0xf64189):_0xe6f98d(_0x201730,_0x16b919))||_0xf64189);}return _0x433605>0x3&&_0xf64189&&Object['defineProperty'](_0x201730,_0x16b919,_0xf64189),_0xf64189;}const U=_0x1313b5(0x20c),W=_0x1313b5(0x1b4);let G=class extends e[_0x1313b5(0x17b)]{constructor(_0x45a7d7,_0x3124c0,_0x166ef7,_0x92535,_0x2dea24,_0x460ac6,_0x4cfb6c,_0x149edb,_0x498ba7,_0xd08b68){const _0xf4da0=_0x1313b5;super(),this['_localeService']=_0x45a7d7,this['_univerInstanceService']=_0x3124c0,this['_configService']=_0x166ef7,this[_0xf4da0(0x132)]=_0x92535,this['_messageService']=_0x2dea24,this[_0xf4da0(0x1e8)]=_0x460ac6,this['_selectionProtectionRuleModel']=_0x4cfb6c,this['_dialogService']=_0x149edb,this[_0xf4da0(0x174)]=_0x498ba7,this[_0xf4da0(0x1f5)]=_0xd08b68,B(this,'_historyUniver$',new P[(_0xf4da0(0x20a))](null)),B(this,_0xf4da0(0x19a),this[_0xf4da0(0x16f)][_0xf4da0(0x158)]()),B(this,_0xf4da0(0x124),new e[(_0xf4da0(0x1e5))]()),B(this,'_pluginMap',new Map()),B(this,_0xf4da0(0x1db),null),this['_init']();}get[_0x1313b5(0x1b5)](){const _0x208691=_0x1313b5;return this[_0x208691(0x16f)]['value'];}[_0x1313b5(0x16a)](){const _0x2fc689=_0x1313b5;this[_0x2fc689(0x1a1)](),this['_initPlugins']();}[_0x1313b5(0x1a1)](){const _0x5e7c41=_0x1313b5;var _0xb44740;let _0x3ef2f3=(_0xb44740=this[_0x5e7c41(0x15d)]['getConfig'](_0x5e7c41(0x20c)))==null?'univer-container':_0xb44740,_0x5d608e=document[_0x5e7c41(0x111)](_0x3ef2f3);if(!_0x5d608e)return;let _0x23c73c=document['createElement'](_0x5e7c41(0xfa));_0x23c73c['id']=W,_0x23c73c[_0x5e7c41(0x1cd)]['uComp']=_0x5e7c41(0x1f8),_0x23c73c[_0x5e7c41(0x19f)][_0x5e7c41(0x1f6)]='absolute',_0x23c73c[_0x5e7c41(0x19f)][_0x5e7c41(0x131)]='0',_0x23c73c[_0x5e7c41(0x19f)][_0x5e7c41(0x106)]='0',_0x23c73c[_0x5e7c41(0x19f)][_0x5e7c41(0x187)]='100%',_0x23c73c[_0x5e7c41(0x19f)][_0x5e7c41(0x15a)]='100%',_0x23c73c['style']['zIndex']='49',_0x23c73c[_0x5e7c41(0x19f)][_0x5e7c41(0xf2)]=_0x5e7c41(0x18c),_0x5d608e[_0x5e7c41(0x130)](_0x23c73c);}[_0x1313b5(0x114)](){const _0x21177a=_0x1313b5;[[b['UniverRenderEnginePlugin']],[N['UniverUIPlugin'],{'container':W,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[N[_0x21177a(0x1c5)],null]]}],[x['UniverNetworkPlugin']],[_[_0x21177a(0x1b9)],{'override':[[_[_0x21177a(0x11c)],null]]}],[h[_0x21177a(0x19b)],{'hasScroll':!0x1}],[g[_0x21177a(0x11b)]],[A[_0x21177a(0x113)]],[t[_0x21177a(0x13f)],{'notExecuteFormula':!0x0}],[M[_0x21177a(0x100)]],[ne[_0x21177a(0x1cc)]],[re[_0x21177a(0x120)]],[n[_0x21177a(0x1d1)]],[O[_0x21177a(0x1f1)]],[te[_0x21177a(0x1e0)]],[C[_0x21177a(0x1c3)]],[ee[_0x21177a(0x196)]],[ie[_0x21177a(0x146)]],[k[_0x21177a(0x1c0)]],[p[_0x21177a(0x1af)]],[w[_0x21177a(0xf6)]],[T['UniverSheetsDataValidationUIPlugin']],[y[_0x21177a(0x197)],{'notExecuteFormula':!0x0}],[v[_0x21177a(0x1e1)]],[E['UniverSheetsDrawingPlugin']],[D[_0x21177a(0x172)]],[d['UniverSheetSparklinePlugin']],[f['UniverSheetSparklineUIPlugin']],[o[_0x21177a(0x14f)]],[s[_0x21177a(0x1ee)]],[l[_0x21177a(0x19c)]],[u['UniverSheetsShapeUIPlugin']],[c[_0x21177a(0x1cb)],{'notExecuteFormula':!0x0}],[j[_0x21177a(0x12c)]]][_0x21177a(0x1b1)](([_0x4683ab,_0x5ca45c])=>this[_0x21177a(0x17c)](_0x4683ab,_0x5ca45c));}[_0x1313b5(0x177)](){const _0x503481=_0x1313b5;super['dispose'](),this[_0x503481(0x157)](),this[_0x503481(0x1aa)][_0x503481(0x104)]();}[_0x1313b5(0x17c)](_0x2599dc,_0x5c0223,_0xe1fc6f){const _0x40f98e=_0x1313b5;if(this[_0x40f98e(0x1aa)][_0x40f98e(0x1e2)](_0x2599dc['pluginName'])&&!_0xe1fc6f)throw Error('[HistoryLoaderService]:\x20Plugin\x20'+_0x2599dc[_0x40f98e(0xfb)]+_0x40f98e(0x12d));this[_0x40f98e(0x1aa)]['set'](_0x2599dc[_0x40f98e(0xfb)],[_0x2599dc,_0x5c0223]);}[_0x1313b5(0x137)](){const _0x4f9b71=_0x1313b5;return Array[_0x4f9b71(0x1f0)](this[_0x4f9b71(0x1aa)]['values']());}[_0x1313b5(0x1b2)](_0x32ee60,_0x4acc93){const _0x416c48=_0x1313b5;let _0x35e938=document[_0x416c48(0x111)](W);_0x35e938&&(_0x35e938[_0x416c48(0x19f)]['display']='block',this[_0x416c48(0x112)](_0x32ee60,W,_0x4acc93));}['unMountHistoryContent'](){const _0x1a3b7f=_0x1313b5;var _0x2a2a19;this[_0x1a3b7f(0x124)]['dispose'](),(_0x2a2a19=this['historyUniver'])==null||_0x2a2a19[_0x1a3b7f(0x177)](),this[_0x1a3b7f(0x16f)][_0x1a3b7f(0x12a)](null);let _0x46aee4=document[_0x1a3b7f(0x111)](W);_0x46aee4&&(_0x46aee4[_0x1a3b7f(0x19f)][_0x1a3b7f(0xf2)]='none',this[_0x1a3b7f(0x1db)]&&(this[_0x1a3b7f(0x1db)][_0x1a3b7f(0x1c7)](),this[_0x1a3b7f(0x1db)]=null));}['_initUniver'](_0x3aea12,_0x2ae911,_0x843864){const _0x1b5c50=_0x1313b5;var _0x3e3bd4,_0x29ee6e,_0x496b00,_0x292b3b,_0x2dfce9;if(this['historyUniver'])return;let _0x2ddfc6=new e[(_0x1b5c50(0xf4))]({'locales':{[this[_0x1b5c50(0x13a)][_0x1b5c50(0x150)]()]:this[_0x1b5c50(0x13a)]['getLocales']()},'override':[[e[_0x1b5c50(0x15b)],{'useClass':r[_0x1b5c50(0x11d)]}]]}),_0x5db3e8=_0x2ddfc6[_0x1b5c50(0x186)]();this[_0x1b5c50(0x170)](this[_0x1b5c50(0x1f5)][_0x1b5c50(0x11f)]['subscribe'](_0x2ddfc8=>{const _0xbbd2e2=_0x1b5c50;_0x5db3e8[_0xbbd2e2(0x1da)](e['ThemeService'])[_0xbbd2e2(0x136)](_0x2ddfc8);})),this[_0x1b5c50(0x170)](this[_0x1b5c50(0x1f5)]['currentTheme$'][_0x1b5c50(0x1e9)](_0x405e2e=>{const _0x30bcc7=_0x1b5c50;_0x5db3e8[_0x30bcc7(0x1da)](e['ThemeService'])['setTheme'](_0x405e2e);})),_0x5db3e8[_0x1b5c50(0x1da)](e[_0x1b5c50(0x1d9)])['setLocale'](this[_0x1b5c50(0x13a)][_0x1b5c50(0x150)]()),_0x5db3e8['get'](e[_0x1b5c50(0x1ff)])[_0x1b5c50(0x12f)](r[_0x1b5c50(0x1e4)],this[_0x1b5c50(0x15d)][_0x1b5c50(0x160)](r[_0x1b5c50(0x1e4)]));let _0x50f25a=this[_0x1b5c50(0x15d)][_0x1b5c50(0x160)](a[_0x1b5c50(0x1cf)]);_0x50f25a&&_0x2ddfc6['registerPlugin'](a[_0x1b5c50(0x139)],{'license':_0x50f25a['ls']});let _0x51901f=(_0x3e3bd4=this['_configService'][_0x1b5c50(0x160)](_0x1b5c50(0x192)))==null?void 0x0:_0x3e3bd4['workerURL'],_0x45f34f=!!_0x51901f;_0x45f34f&&(this[_0x1b5c50(0x1db)]=_0x51901f instanceof Worker?_0x51901f:null,_0x2ddfc6[_0x1b5c50(0x17c)](S['UniverRPCMainThreadPlugin'],{'workerURL':_0x51901f})),this[_0x1b5c50(0x1aa)][_0x1b5c50(0x1b1)](([_0x1138dc,_0x568513])=>{_0x2ddfc6['registerPlugin'](_0x1138dc,_0x568513);}),_0x2ddfc6['registerPlugin'](i[_0x1b5c50(0x101)],{'historyListServerUrl':(_0x29ee6e=this[_0x1b5c50(0x15d)][_0x1b5c50(0x160)]('edit-history-loader.config'))==null?void 0x0:_0x29ee6e['historyListServerUrl'],'historyPanelComponentKey':(_0x496b00=this[_0x1b5c50(0x15d)][_0x1b5c50(0x160)]('edit-history-loader.config'))==null?void 0x0:_0x496b00[_0x1b5c50(0x1dd)],'historyPanelHidden':(_0x292b3b=this['_configService'][_0x1b5c50(0x160)](_0x1b5c50(0x192)))==null?void 0x0:_0x292b3b['historyPanelHidden'],'historyAIassistantEnabled':(_0x2dfce9=this[_0x1b5c50(0x15d)][_0x1b5c50(0x160)](_0x1b5c50(0x192)))==null?void 0x0:_0x2dfce9[_0x1b5c50(0x15e)]}),_0x5db3e8['invoke'](_0x5cc39a=>{const _0x3f0eda=_0x1b5c50;this[_0x3f0eda(0x1d6)](_0x5cc39a,_0x3aea12);}),this[_0x1b5c50(0x16f)][_0x1b5c50(0x12a)](_0x2ddfc6);let _0x4e2dbb=_0x5db3e8[_0x1b5c50(0x1da)](i['HistoryManagerService']),_0x342075=this[_0x1b5c50(0x153)](_0x3aea12),_0x108004=()=>{const _0x23cc42=_0x1b5c50;_0x843864?_0x4e2dbb['triggerCustomVersions'](_0x3aea12,_0x2ae911,_0x342075,_0x843864):_0x4e2dbb[_0x23cc42(0x1dc)](_0x3aea12,_0x2ae911,_0x342075);};if(this[_0x1b5c50(0x18e)]['show']({'content':this[_0x1b5c50(0x13a)]['t'](_0x1b5c50(0x122)),'type':m[_0x1b5c50(0x166)][_0x1b5c50(0x14b)]}),_0x45f34f)try{_0x5db3e8['get'](S['IRemoteInstanceService'])[_0x1b5c50(0x162)]()[_0x1b5c50(0x103)](()=>{_0x108004();});}catch{_0x108004();}else _0x108004();}[_0x1313b5(0x1d6)](_0xbca8f5,_0x55efc8){const _0x2b4436=_0x1313b5;let _0x2b08a3=_0xbca8f5[_0x2b4436(0x1da)](i[_0x2b4436(0x184)]);this['_disposableCollection']['add'](_0x2b08a3[_0x2b4436(0xfd)]['subscribe'](_0x3ce973=>{const _0x37b2a1=_0x2b4436;switch(_0x3ce973){case i[_0x37b2a1(0x1a6)][_0x37b2a1(0x1fa)]:this[_0x37b2a1(0x145)][_0x37b2a1(0x1ef)](),this[_0x37b2a1(0x174)][_0x37b2a1(0x1de)]();break;case i[_0x37b2a1(0x1a6)]['Exited']:this[_0x37b2a1(0x132)][_0x37b2a1(0x16d)](q['id']),this[_0x37b2a1(0x157)]();break;case i[_0x37b2a1(0x1a6)][_0x37b2a1(0x1d7)]:this['unMountHistoryContent'](),this[_0x37b2a1(0x18e)][_0x37b2a1(0x180)]({'content':this[_0x37b2a1(0x13a)]['t'](_0x37b2a1(0x203)),'type':m['MessageType'][_0x37b2a1(0x1d7)],'duration':0xbb8});break;default:break;}})),this[_0x2b4436(0x124)][_0x2b4436(0x17d)](_0x2b08a3['revertRevision$'][_0x2b4436(0x1e9)](async _0xd5e148=>{const _0x1eaa7f=_0x2b4436;_0xd5e148&&this[_0x1eaa7f(0x132)][_0x1eaa7f(0x16d)](n['RevertRevisionMutation']['id'],{'unitId':_0x55efc8,'revision':_0xd5e148});}));}[_0x1313b5(0x153)](_0x6b431e){const _0x1c1cb3=_0x1313b5;let _0x333eae=this[_0x1c1cb3(0x154)][_0x1c1cb3(0x1a4)](_0x6b431e)[_0x1c1cb3(0x210)]()[_0x1c1cb3(0x1a8)](_0x5b2e64=>_0x5b2e64[_0x1c1cb3(0x20f)]()),_0x4cdeb3=new t['WorkbookEditablePermission'](_0x6b431e)['id'],_0x21cd3c=_0x333eae['map'](_0x10054d=>new t[(_0x1c1cb3(0x20b))](_0x6b431e,_0x10054d)['id']),_0xf3fdcc=_0x333eae[_0x1c1cb3(0x1a8)](_0x115ede=>this[_0x1c1cb3(0x193)][_0x1c1cb3(0xfc)](_0x6b431e,_0x115ede)[_0x1c1cb3(0x1a8)](_0x201cee=>new t[(_0x1c1cb3(0x163))](_0x6b431e,_0x115ede,_0x201cee['permissionId'])['id']))[_0x1c1cb3(0x1f7)](),_0x21c159=new t[(_0x1c1cb3(0x14a))](_0x6b431e)['id'];return this[_0x1c1cb3(0x1e8)]['composePermission']([_0x4cdeb3,..._0x21cd3c,..._0xf3fdcc,_0x21c159])[_0x1c1cb3(0x185)](_0xb6a2ef=>!!_0xb6a2ef[_0x1c1cb3(0x135)]);}};G=H([V(0x0,(0x0,e[_0x1313b5(0x1fc)])(e[_0x1313b5(0x1d9)])),V(0x1,e[_0x1313b5(0x1bd)]),V(0x2,e['IConfigService']),V(0x3,e['ICommandService']),V(0x4,N['IMessageService']),V(0x5,e[_0x1313b5(0x1b0)]),V(0x6,(0x0,e[_0x1313b5(0x1fc)])(t[_0x1313b5(0x1fd)])),V(0x7,(0x0,e[_0x1313b5(0x1fc)])(N['IDialogService'])),V(0x8,(0x0,e['Inject'])(N[_0x1313b5(0x18b)])),V(0x9,(0x0,e[_0x1313b5(0x1fc)])(e[_0x1313b5(0x1eb)]))],G);const K={'id':_0x1313b5(0x134),'type':e[_0x1313b5(0x1ce)][_0x1313b5(0x15c)],'handler':_0x235374=>{const _0x9366ec=_0x1313b5;let _0x297bbb=_0x235374[_0x9366ec(0x1da)](G),{unitId:_0x459d98}=(0x0,t[_0x9366ec(0x16b)])(_0x235374[_0x9366ec(0x1da)](e[_0x9366ec(0x1bd)]))||{};return _0x459d98?(_0x297bbb[_0x9366ec(0x1b2)](_0x459d98),!0x0):!0x1;}},q={'id':_0x1313b5(0x117),'type':e[_0x1313b5(0x1ce)][_0x1313b5(0x15c)],'handler':()=>!0x0};var se=_0x1313b5(0x1d5),ce='0.25.0';function le(_0x147558){const _0x4138d9=_0x1313b5;return{'id':K['id'],'type':N[_0x4138d9(0x1bf)]['BUTTON'],'icon':'HistoryIcon','tooltip':_0x4138d9(0x105),'hidden$':(0x0,N['getMenuHiddenObservable'])(_0x147558,e[_0x4138d9(0xf0)][_0x4138d9(0x127)]),'disabled$':(0x0,M[_0x4138d9(0x12b)])(_0x147558,{'workbookTypes':[t['WorkbookViewHistoryPermission']],'worksheetTypes':[],'rangeTypes':[]})};}const ue={[N['RibbonStartGroup'][_0x1313b5(0x133)]]:{[K['id']]:{'order':0.2,'menuItemFactory':le}}};function _0x150b(){const _0x2a489e=['getSheetCommandTarget','mergeMenu','executeCommand','UNIVER_UNKNOWN','_historyUniver$','disposeWithMe','workerURL','UniverSheetsDrawingUIPlugin','Injector','_sidebarService','UNIVER_EDIT_HISTORY_LOADER_PLUGIN','object','dispose','SetWorksheetActivateCommand','setParam','historyPanelHidden','Disposable','registerPlugin','add','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','onStarting','show','edit-history-loader.panel.revertFailed','getActiveSheet','removeAll','HistoryManagerService','every','__getInjector','width','fromCollab','UniverEditHistoryLoaderMobilePlugin','DependentOn','ISidebarService','none','getCollabEntity','_messageService','merge','onCommandExecuted','reload','edit-history-loader.config','_selectionProtectionRuleModel','_handleRevertAcknowledgement','_updateSubUnitFromURLParams','UniverSheetsConditionalFormattingUIPlugin','UniverFormulaEnginePlugin','26126XiAcAH','disposeUnit','historyUniver$','UniverDocsPlugin','UniverSheetsShapePlugin','18GlrPmK','ILocalCacheService','style','uComp','_initContainer','UniverNetworkPlugin','absolute','getUnit','177107Jmvrba','HistoryModeStatus','version','map','_revertErrorTimer','_pluginMap','MobileHistoryLoaderService','set','UniverSheetSparklinePlugin','_setupSubUnitSync','UniverDataValidationPlugin','IPermissionService','forEach','mountHistoryContent','state$','univer-history-container','historyUniver','_config','call','WorkbookEditablePermission','UniverDrawingPlugin','getParam','100%','ToggleEditHistoryOperation','IUniverInstanceService','HistoryLoaderService','MenuItemType','UniverSheetsHyperLinkUIPlugin','dispose$','4361949jFHJbl','UniverSheetsConditionalFormattingPlugin','_menuManagerService','IDialogService','IMessageService','terminate','register','invoke','onSteady','UniverSheetsPivotTablePlugin','UniverSheetsFormulaPlugin','dataset','CommandType','LS_CONFIG_KEY','EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY','UniverCollaborationPlugin','getUnitId','_componentManager','exhaustSavingTask','@univerjs-pro/edit-history-loader','_initListener','Error','UNIVER_CONTAINER_ID_KEY','LocaleService','get','_internalWebWorker','triggerLoadVersions','historyPanelComponentKey','close','takeUntil','UniverSheetsFilterUIPlugin','UniverDrawingUIPlugin','has','eventID','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','DisposableCollection','registerCommand','packageName','_permissionService','subscribe','length','ThemeService','RevertRevisionMutation','triggerCustomVersions','UniverSheetsChartUIPlugin','closeAll','from','UniverSheetsFilterPlugin','permissionId','ICommandService','subunit','_themeService','position','flat','history-container','urlChange$','Entered','defineProperty','Inject','RangeProtectionRuleModel','821708iUOxOV','IConfigService','[MobileHistoryLoaderService]:\x20Plugin\x20','mutations','UNIVER_EDIT_HISTORY_LOADER_MOBILE_PLUGIN','edit-history-loader.panel.listFetchError','decorate','data','pipe','728515qkhTVo','IMenuManagerService','event$','BehaviorSubject','WorksheetEditPermission','UNIVER_CONTAINER_ID','block','UniverSheetsDrawingPlugin','getSheetId','getSheets','UNIVER_HISTORY_CONTAINER_ID','menu','UniverInstanceType','getLocales','display','univer-container','Univer','UniverEditHistoryLoaderPlugin','UniverSheetsDataValidationPlugin','params','currentTheme$','Exited','div','pluginName','getSubunitRuleList','status$','437676NTBrWB','location','UniverSheetsUIPlugin','UniverEditHistoryViewerPlugin','getSheetBySheetId','then','clear','edit-history-loader.panel.title','left','7zkyaZR','getCurrentUnitOfType','status','values','unsubscribe','Module','IURLService','toPrimitive','_collaborationController','HistoryIcon','getElementById','_initUniver','UniverSheetsNumfmtPlugin','_initPlugins','toDisposable','Plugin','univer.operation.exit-edit-history','_injector','_urlService','_localCacheService','UniverDocsUIPlugin','IImageIoService','AuthzIoHttpService','default','darkMode$','UniverSheetsFormulaUIPlugin','IRemoteInstanceService','edit-history-loader.info.initializing','UniverSheetsMobileUIPlugin','_disposableCollection','toStringTag','UniverEditHistoryViewerMobilePlugin','UNIVER_SHEET','CHANGESET_ACK','function','next','getCurrentRangeDisable$','UniverSheetsTablePlugin','\x20has\x20been\x20registered.','Workbook','setConfig','appendChild','top','_commandService','OTHERS','univer.operation.toggle-edit-history','value','setDarkMode','getAllPlugins','symbol','UniverLicensePlugin','_localeService','_updateURLWithCurrentState','SYNCED','edit-history-loader.panel.reverting','some','UniverSheetsPlugin','CollaborationStatus','_dataLoaderService','ComponentManager','CollaborationEvent','loadUnit','_dialogService','UniverSheetsHyperLinkPlugin','revertRevision$','_historyManagerService','CollaborationController','WorkbookRecoverHistoryPermission','Loading','string','1308424fQaqBZ','type','UniverSheetsChartPlugin','getCurrentLocale','zIndex','combineLatest','_checkCanRevert','_univerInstanceService','constructor','UniverRenderEnginePlugin','unMountHistoryContent','asObservable','activeSheet$','height','IAuthzIoService','OPERATION','_configService','historyAIassistantEnabled','UniverMobileUIPlugin','getConfig','DataLoaderService','whenReady','RangeProtectionPermissionEditPoint','historyListServerUrl','session','MessageType','RxDisposable','univerContainerId','getUnhiddenWorksheets','_init'];_0x150b=function(){return _0x2a489e;};return _0x150b();}let J=class extends e[_0x1313b5(0x167)]{constructor(_0x442168,_0x54db12,_0x8d89c1,_0x3bdb12,_0x28d0d5,_0x3712ba,_0xd54ffb,_0x316330,_0x27464a,_0x2537b0,_0x250b8c){const _0xe19fbd=_0x1313b5;super(),this[_0xe19fbd(0x132)]=_0x442168,this[_0xe19fbd(0x1c4)]=_0x54db12,this[_0xe19fbd(0x1d3)]=_0x8d89c1,this[_0xe19fbd(0x148)]=_0x3bdb12,this[_0xe19fbd(0x13a)]=_0x28d0d5,this['_messageService']=_0x3712ba,this['_collaborationController']=_0xd54ffb,this[_0xe19fbd(0x11a)]=_0x316330,this[_0xe19fbd(0x141)]=_0x27464a,this['_univerInstanceService']=_0x2537b0,this[_0xe19fbd(0x119)]=_0x250b8c,B(this,_0xe19fbd(0x1a9),null),this[_0xe19fbd(0x16a)]();}[_0x1313b5(0x16a)](){const _0x2de19f=_0x1313b5;[K,q][_0x2de19f(0x1b1)](_0x36a0cf=>this[_0x2de19f(0x170)]((0x0,e[_0x2de19f(0x115)])(this[_0x2de19f(0x132)][_0x2de19f(0x1e6)](_0x36a0cf)))),this[_0x2de19f(0x170)](this[_0x2de19f(0x1d3)][_0x2de19f(0x1c8)](_0x2de19f(0x110),I['HistoryIcon'])),this[_0x2de19f(0x1c4)][_0x2de19f(0x16c)](ue),this[_0x2de19f(0x170)](this[_0x2de19f(0x132)][_0x2de19f(0x190)](async(_0x45d3a4,_0x3b3fa8)=>{const _0x248e41=_0x2de19f;if(_0x45d3a4['id']===n[_0x248e41(0x1ec)]['id']){let {unitId:_0x55b72f}=_0x45d3a4[_0x248e41(0xf7)];this[_0x248e41(0x18e)][_0x248e41(0x180)]({'content':this[_0x248e41(0x13a)]['t'](_0x248e41(0x13d)),'type':m[_0x248e41(0x166)]['Loading'],'duration':0x1388});let _0x3adf3c=this[_0x248e41(0x10f)][_0x248e41(0x18d)](_0x55b72f);_0x3b3fa8!=null&&_0x3b3fa8[_0x248e41(0x188)]?this[_0x248e41(0x194)](_0x3adf3c,async()=>(setTimeout(()=>window['location']['reload']()),!0x0),!0x0):this[_0x248e41(0x194)](_0x3adf3c,async()=>{const _0x4fb713=_0x248e41;let _0x4789f2=this[_0x4fb713(0x154)][_0x4fb713(0x108)](e[_0x4fb713(0xf0)][_0x4fb713(0x127)]),_0x5ad77f=_0x4789f2==null?void 0x0:_0x4789f2[_0x4fb713(0x182)]();if(!_0x5ad77f)return!0x1;this['_univerInstanceService']['disposeUnit'](_0x55b72f);let _0x1b1119=await this[_0x4fb713(0x141)][_0x4fb713(0x144)](_0x55b72f,e[_0x4fb713(0xf0)]['UNIVER_SHEET']);return _0x1b1119&&_0x1b1119 instanceof e[_0x4fb713(0x12e)]?(await this[_0x4fb713(0x1ae)](_0x1b1119,_0x5ad77f[_0x4fb713(0x20f)]()),!0x0):!0x1;});}}));}['_handleRevertAcknowledgement'](_0x26867d,_0xa38edc,_0x897c37=!0x1){const _0xf19fec=_0x1313b5;let _0x1b164e=(0x0,P[_0xf19fec(0x152)])([_0x26867d[_0xf19fec(0x165)]['event$'],_0x26867d['state$']])['subscribe'](async([_0xa005cc,_0x4792d6])=>{const _0x2b7559=_0xf19fec;if(_0xa005cc[_0x2b7559(0x1e3)]===n[_0x2b7559(0x143)][_0x2b7559(0x128)]&&(_0x4792d6==null?void 0x0:_0x4792d6[_0x2b7559(0x109)])===r[_0x2b7559(0x140)][_0x2b7559(0x13c)]&&_0xa005cc[_0x2b7559(0x205)][_0x2b7559(0x201)][_0x2b7559(0x13e)](_0x4c14b5=>_0x4c14b5['id']===n[_0x2b7559(0x1ec)]['id'])&&await _0xa38edc()){var _0x4ad404;this['_historyManagerService']['unMountHistoryContent'](),_0x1b164e[_0x2b7559(0x10b)](),this[_0x2b7559(0x1a9)]&&clearTimeout(this[_0x2b7559(0x1a9)]),await((_0x4ad404=this[_0x2b7559(0x11a)])==null?void 0x0:_0x4ad404[_0x2b7559(0x1d4)]()),this[_0x2b7559(0x18e)][_0x2b7559(0x183)]();}});_0x897c37&&(this['_revertErrorTimer']=setTimeout(()=>{const _0x1e2113=_0xf19fec;_0x1b164e['unsubscribe'](),this[_0x1e2113(0x18e)][_0x1e2113(0x180)]({'content':this[_0x1e2113(0x13a)]['t'](_0x1e2113(0x181)),'type':m[_0x1e2113(0x166)][_0x1e2113(0x1d7)],'duration':0xbb8});},0x1388));}async[_0x1313b5(0x1ae)](_0x23b95d,_0x5d13b6){const _0x58cd37=_0x1313b5;await this['_updateSubUnitFromURLParams'](_0x23b95d,_0x5d13b6),_0x23b95d[_0x58cd37(0x159)]['pipe']((0x0,P[_0x58cd37(0x1df)])(this[_0x58cd37(0x1c1)]))[_0x58cd37(0x1e9)](_0x5e39bd=>{_0x5e39bd&&this['_updateURLWithCurrentState'](_0x5e39bd);}),this[_0x58cd37(0x119)][_0x58cd37(0x1f9)][_0x58cd37(0x206)]((0x0,P[_0x58cd37(0x1df)])(this[_0x58cd37(0x1c1)]))[_0x58cd37(0x1e9)](()=>this['_updateSubUnitFromURLParams'](_0x23b95d,_0x5d13b6));}[_0x1313b5(0x13b)](_0xe22fc5,_0x398df7=!0x1){const _0x40fe04=_0x1313b5;let _0x25714c=this[_0x40fe04(0x119)][_0x40fe04(0x1ba)](_0x40fe04(0x1f4));_0xe22fc5['getSheetId']()!==_0x25714c&&this[_0x40fe04(0x119)][_0x40fe04(0x179)](_0x40fe04(0x1f4),_0xe22fc5[_0x40fe04(0x20f)](),_0x398df7);}async['_updateSubUnitFromURLParams'](_0x20e3a7,_0x56dcfa){const _0x13dca0=_0x1313b5;var _0xec2a85;if(!_0x56dcfa||!_0x20e3a7[_0x13dca0(0x102)](_0x56dcfa)){let _0x50bbe0=_0x20e3a7[_0x13dca0(0x169)]()[0x0],_0x2c1042=_0x20e3a7[_0x13dca0(0x102)](_0x50bbe0);if(!_0x2c1042)return;this[_0x13dca0(0x13b)](_0x2c1042,!0x0),await this[_0x13dca0(0x132)][_0x13dca0(0x16d)](t[_0x13dca0(0x178)]['id'],{'unitId':_0x20e3a7[_0x13dca0(0x1d2)](),'subUnitId':_0x50bbe0});return;}((_0xec2a85=_0x20e3a7[_0x13dca0(0x182)]())==null?void 0x0:_0xec2a85['getSheetId']())!==_0x56dcfa&&await this['_commandService']['executeCommand'](t[_0x13dca0(0x178)]['id'],{'unitId':_0x20e3a7[_0x13dca0(0x1d2)](),'subUnitId':_0x56dcfa});}};J=H([V(0x0,e['ICommandService']),V(0x1,N[_0x1313b5(0x208)]),V(0x2,(0x0,e[_0x1313b5(0x1fc)])(N[_0x1313b5(0x142)])),V(0x3,(0x0,e[_0x1313b5(0x1fc)])(G)),V(0x4,(0x0,e[_0x1313b5(0x1fc)])(e['LocaleService'])),V(0x5,N[_0x1313b5(0x1c6)]),V(0x6,(0x0,e[_0x1313b5(0x1fc)])(r[_0x1313b5(0x149)])),V(0x7,r[_0x1313b5(0x19e)]),V(0x8,(0x0,e[_0x1313b5(0x1fc)])(r['DataLoaderService'])),V(0x9,e['IUniverInstanceService']),V(0xa,F[_0x1313b5(0x10d)])],J);const Y='univer-history-container-mobile';let X=class extends e[_0x1313b5(0x17b)]{constructor(_0x149d76,_0x3b3ce3,_0x1ee45f,_0x43a9e2,_0x43c479,_0x32fbcc,_0x1f29e5,_0x5a34c7,_0x567023,_0x5a5859){const _0x4732fe=_0x1313b5;super(),this['_localeService']=_0x149d76,this[_0x4732fe(0x154)]=_0x3b3ce3,this[_0x4732fe(0x15d)]=_0x1ee45f,this['_commandService']=_0x43a9e2,this['_messageService']=_0x43c479,this[_0x4732fe(0x1e8)]=_0x32fbcc,this[_0x4732fe(0x193)]=_0x1f29e5,this['_dialogService']=_0x5a34c7,this['_sidebarService']=_0x567023,this[_0x4732fe(0x1f5)]=_0x5a5859,B(this,'_historyUniver$',new P['BehaviorSubject'](null)),B(this,_0x4732fe(0x19a),this[_0x4732fe(0x16f)][_0x4732fe(0x158)]()),B(this,'_disposableCollection',new e[(_0x4732fe(0x1e5))]()),B(this,_0x4732fe(0x1aa),new Map()),B(this,'_internalWebWorker',null),this[_0x4732fe(0x16a)]();}get['historyUniver'](){const _0x50ac00=_0x1313b5;return this[_0x50ac00(0x16f)][_0x50ac00(0x135)];}[_0x1313b5(0x16a)](){const _0x48ad8f=_0x1313b5;this['_initContainer'](),this[_0x48ad8f(0x114)]();}[_0x1313b5(0x1a1)](){const _0x4a77dd=_0x1313b5;var _0x4145d0;let _0x23a49d=(_0x4145d0=this[_0x4a77dd(0x15d)][_0x4a77dd(0x160)](_0x4a77dd(0x20c)))==null?_0x4a77dd(0xf3):_0x4145d0,_0x2f5695=document[_0x4a77dd(0x111)](_0x23a49d);if(!_0x2f5695)return;let _0x791782=document['createElement'](_0x4a77dd(0xfa));_0x791782['id']=Y,_0x791782[_0x4a77dd(0x1cd)][_0x4a77dd(0x1a0)]='history-container',_0x791782['style']['position']=_0x4a77dd(0x1a3),_0x791782['style']['top']='0',_0x791782[_0x4a77dd(0x19f)][_0x4a77dd(0x106)]='0',_0x791782['style']['width']=_0x4a77dd(0x1bb),_0x791782[_0x4a77dd(0x19f)][_0x4a77dd(0x15a)]=_0x4a77dd(0x1bb),_0x791782[_0x4a77dd(0x19f)][_0x4a77dd(0x151)]='49',_0x791782[_0x4a77dd(0x19f)][_0x4a77dd(0xf2)]=_0x4a77dd(0x18c),_0x2f5695[_0x4a77dd(0x130)](_0x791782);}['_initPlugins'](){const _0x1b4e67=_0x1313b5;[[b[_0x1b4e67(0x156)]],[N[_0x1b4e67(0x15f)],{'container':Y,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[N['IDialogService'],null]]}],[x[_0x1b4e67(0x1a2)]],[_[_0x1b4e67(0x1b9)],{'override':[[_[_0x1b4e67(0x11c)],null]]}],[h[_0x1b4e67(0x19b)],{'hasScroll':!0x1}],[g[_0x1b4e67(0x11b)]],[A[_0x1b4e67(0x113)]],[t[_0x1b4e67(0x13f)],{'notExecuteFormula':!0x0}],[M[_0x1b4e67(0x123)]],[ne['UniverSheetsFormulaPlugin']],[re[_0x1b4e67(0x120)]],[n[_0x1b4e67(0x1d1)]],[O[_0x1b4e67(0x1f1)]],[C[_0x1b4e67(0x1c3)]],[ie['UniverSheetsHyperLinkPlugin']],[k[_0x1b4e67(0x1c0)]],[p[_0x1b4e67(0x1af)]],[w[_0x1b4e67(0xf6)]],[T['UniverSheetsDataValidationMobileUIPlugin']],[y[_0x1b4e67(0x197)],{'notExecuteFormula':!0x0}],[v[_0x1b4e67(0x1e1)]],[E[_0x1b4e67(0x20e)]],[D['UniverSheetsDrawingUIPlugin']],[d[_0x1b4e67(0x1ad)]],[f['UniverSheetSparklineUIPlugin']],[o[_0x1b4e67(0x14f)]],[s[_0x1b4e67(0x1ee)]],[l['UniverSheetsShapePlugin']],[u['UniverSheetsShapeUIPlugin']],[c[_0x1b4e67(0x1cb)],{'notExecuteFormula':!0x0}],[j[_0x1b4e67(0x12c)]]]['forEach'](([_0x5c15da,_0x51fe23])=>this['registerPlugin'](_0x5c15da,_0x51fe23));}[_0x1313b5(0x177)](){const _0x4c1d3a=_0x1313b5;super[_0x4c1d3a(0x177)](),this['unMountHistoryContent'](),this[_0x4c1d3a(0x1aa)][_0x4c1d3a(0x104)]();}[_0x1313b5(0x17c)](_0x508d60,_0x21f313,_0x31892d){const _0x5dc85f=_0x1313b5;if(this[_0x5dc85f(0x1aa)][_0x5dc85f(0x1e2)](_0x508d60[_0x5dc85f(0xfb)])&&!_0x31892d)throw Error(_0x5dc85f(0x200)+_0x508d60[_0x5dc85f(0xfb)]+'\x20has\x20been\x20registered.');this[_0x5dc85f(0x1aa)][_0x5dc85f(0x1ac)](_0x508d60[_0x5dc85f(0xfb)],[_0x508d60,_0x21f313]);}[_0x1313b5(0x137)](){const _0x500542=_0x1313b5;return Array['from'](this[_0x500542(0x1aa)][_0x500542(0x10a)]());}[_0x1313b5(0x1b2)](_0x4d8aea,_0x4db3b1){const _0x443c4a=_0x1313b5;let _0x540422=document[_0x443c4a(0x111)](Y);_0x540422&&(_0x540422[_0x443c4a(0x19f)][_0x443c4a(0xf2)]=_0x443c4a(0x20d),this[_0x443c4a(0x112)](_0x4d8aea,Y,_0x4db3b1));}[_0x1313b5(0x157)](){const _0x4a65e0=_0x1313b5;var _0x5ecce1;this[_0x4a65e0(0x124)]['dispose'](),(_0x5ecce1=this[_0x4a65e0(0x1b5)])==null||_0x5ecce1[_0x4a65e0(0x177)](),this['_historyUniver$'][_0x4a65e0(0x12a)](null);let _0xff2416=document[_0x4a65e0(0x111)](Y);_0xff2416&&(_0xff2416['style'][_0x4a65e0(0xf2)]='none',this['_internalWebWorker']&&(this['_internalWebWorker'][_0x4a65e0(0x1c7)](),this[_0x4a65e0(0x1db)]=null));}[_0x1313b5(0x112)](_0x268825,_0x2e6de4,_0x295247){const _0x435a69=_0x1313b5;var _0x4c1720,_0x1d11a3,_0x533e87,_0x2b6179;if(this[_0x435a69(0x1b5)])return;let _0x334e04=new e[(_0x435a69(0xf4))]({'locales':{[this['_localeService']['getCurrentLocale']()]:this['_localeService'][_0x435a69(0xf1)]()},'override':[[e['IAuthzIoService'],{'useClass':r[_0x435a69(0x11d)]}]]}),_0x35c04e=_0x334e04[_0x435a69(0x186)]();this[_0x435a69(0x170)](this[_0x435a69(0x1f5)]['darkMode$'][_0x435a69(0x1e9)](_0x333934=>{const _0x250353=_0x435a69;_0x35c04e[_0x250353(0x1da)](e['ThemeService'])[_0x250353(0x136)](_0x333934);})),this[_0x435a69(0x170)](this[_0x435a69(0x1f5)][_0x435a69(0xf8)][_0x435a69(0x1e9)](_0x4fa847=>{const _0x4400ee=_0x435a69;_0x35c04e[_0x4400ee(0x1da)](e['ThemeService'])['setTheme'](_0x4fa847);})),_0x35c04e[_0x435a69(0x1da)](e['LocaleService'])['setLocale'](this[_0x435a69(0x13a)][_0x435a69(0x150)]()),_0x35c04e[_0x435a69(0x1da)](e[_0x435a69(0x1ff)])[_0x435a69(0x12f)](r['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY'],this[_0x435a69(0x15d)][_0x435a69(0x160)](r[_0x435a69(0x1e4)]));let _0x24433b=this[_0x435a69(0x15d)]['getConfig'](a[_0x435a69(0x1cf)]);_0x24433b&&_0x334e04[_0x435a69(0x17c)](a[_0x435a69(0x139)],{'license':_0x24433b['ls']});let _0x9962ab=(_0x4c1720=this[_0x435a69(0x15d)][_0x435a69(0x160)](_0x435a69(0x192)))==null?void 0x0:_0x4c1720[_0x435a69(0x171)],_0x4ec755=!!_0x9962ab;_0x4ec755&&(this['_internalWebWorker']=_0x9962ab instanceof Worker?_0x9962ab:null,_0x334e04[_0x435a69(0x17c)](S['UniverRPCMainThreadPlugin'],{'workerURL':_0x9962ab})),this['_pluginMap'][_0x435a69(0x1b1)](([_0x1b5e99,_0x35dc20])=>{const _0x4e18c3=_0x435a69;_0x334e04[_0x4e18c3(0x17c)](_0x1b5e99,_0x35dc20);}),_0x334e04[_0x435a69(0x17c)](i[_0x435a69(0x126)],{'historyListServerUrl':(_0x1d11a3=this[_0x435a69(0x15d)]['getConfig'](_0x435a69(0x192)))==null?void 0x0:_0x1d11a3[_0x435a69(0x164)],'historyPanelComponentKey':(_0x533e87=this[_0x435a69(0x15d)]['getConfig'](_0x435a69(0x192)))==null?void 0x0:_0x533e87[_0x435a69(0x1dd)],'historyPanelHidden':(_0x2b6179=this[_0x435a69(0x15d)]['getConfig'](_0x435a69(0x192)))==null?void 0x0:_0x2b6179[_0x435a69(0x17a)]}),_0x35c04e[_0x435a69(0x1c9)](_0x22dff8=>{const _0x1abb18=_0x435a69;this[_0x1abb18(0x1d6)](_0x22dff8,_0x268825);}),this[_0x435a69(0x16f)][_0x435a69(0x12a)](_0x334e04);let _0x4fd4dc=_0x35c04e[_0x435a69(0x1da)](i[_0x435a69(0x184)]),_0x73985a=this[_0x435a69(0x153)](_0x268825),_0xfc6a19=()=>{const _0x38f791=_0x435a69;_0x295247?_0x4fd4dc[_0x38f791(0x1ed)](_0x268825,_0x2e6de4,_0x73985a,_0x295247):_0x4fd4dc[_0x38f791(0x1dc)](_0x268825,_0x2e6de4,_0x73985a);};if(this[_0x435a69(0x18e)][_0x435a69(0x180)]({'content':this[_0x435a69(0x13a)]['t'](_0x435a69(0x122)),'type':m[_0x435a69(0x166)][_0x435a69(0x14b)]}),_0x4ec755)try{_0x35c04e[_0x435a69(0x1da)](S[_0x435a69(0x121)])[_0x435a69(0x162)]()[_0x435a69(0x103)](()=>{_0xfc6a19();});}catch{_0xfc6a19();}else _0xfc6a19();}[_0x1313b5(0x1d6)](_0x329091,_0x163cb6){const _0x2a28b3=_0x1313b5;let _0x2ce0ce=_0x329091[_0x2a28b3(0x1da)](i[_0x2a28b3(0x184)]);this[_0x2a28b3(0x124)]['add'](_0x2ce0ce[_0x2a28b3(0xfd)]['subscribe'](_0x45e999=>{const _0x309daf=_0x2a28b3;switch(_0x45e999){case i['HistoryModeStatus']['Entered']:this['_dialogService'][_0x309daf(0x1ef)](),this[_0x309daf(0x174)][_0x309daf(0x1de)]();break;case i['HistoryModeStatus'][_0x309daf(0xf9)]:this[_0x309daf(0x132)]['executeCommand'](q['id']),this[_0x309daf(0x157)]();break;case i[_0x309daf(0x1a6)][_0x309daf(0x1d7)]:this[_0x309daf(0x157)](),this['_messageService']['show']({'content':this[_0x309daf(0x13a)]['t'](_0x309daf(0x203)),'type':m['MessageType']['Error'],'duration':0xbb8});break;default:break;}})),this['_disposableCollection'][_0x2a28b3(0x17d)](_0x2ce0ce[_0x2a28b3(0x147)]['subscribe'](async _0x2beb03=>{const _0x5c8199=_0x2a28b3;_0x2beb03&&this['_commandService'][_0x5c8199(0x16d)](n[_0x5c8199(0x1ec)]['id'],{'unitId':_0x163cb6,'revision':_0x2beb03});}));}[_0x1313b5(0x153)](_0x22acdc){const _0x322847=_0x1313b5;let _0x5f0d23=this[_0x322847(0x154)][_0x322847(0x1a4)](_0x22acdc)[_0x322847(0x210)]()[_0x322847(0x1a8)](_0x37cfee=>_0x37cfee[_0x322847(0x20f)]()),_0x4d9b88=new t[(_0x322847(0x1b8))](_0x22acdc)['id'],_0x25325e=_0x5f0d23['map'](_0xcf4262=>new t[(_0x322847(0x20b))](_0x22acdc,_0xcf4262)['id']),_0x1f4db4=_0x5f0d23[_0x322847(0x1a8)](_0x241fa4=>this[_0x322847(0x193)][_0x322847(0xfc)](_0x22acdc,_0x241fa4)[_0x322847(0x1a8)](_0x5cb3bf=>new t[(_0x322847(0x163))](_0x22acdc,_0x241fa4,_0x5cb3bf[_0x322847(0x1f2)])['id']))[_0x322847(0x1f7)](),_0x24417c=new t['WorkbookRecoverHistoryPermission'](_0x22acdc)['id'];return this[_0x322847(0x1e8)]['composePermission']([_0x4d9b88,..._0x25325e,..._0x1f4db4,_0x24417c])[_0x322847(0x185)](_0x568539=>!!_0x568539[_0x322847(0x135)]);}};X=H([V(0x0,(0x0,e['Inject'])(e[_0x1313b5(0x1d9)])),V(0x1,e[_0x1313b5(0x1bd)]),V(0x2,e[_0x1313b5(0x1ff)]),V(0x3,e[_0x1313b5(0x1f3)]),V(0x4,N[_0x1313b5(0x1c6)]),V(0x5,e[_0x1313b5(0x1b0)]),V(0x6,(0x0,e[_0x1313b5(0x1fc)])(t[_0x1313b5(0x1fd)])),V(0x7,(0x0,e['Inject'])(N['IDialogService'])),V(0x8,(0x0,e['Inject'])(N['ISidebarService'])),V(0x9,(0x0,e[_0x1313b5(0x1fc)])(e[_0x1313b5(0x1eb)]))],X);let Z=class extends e[_0x1313b5(0x116)]{constructor(_0x504e18=R,_0x442fb4,_0x5e29a4){const _0x5abc2c=_0x1313b5;super(),this['_config']=_0x504e18,this[_0x5abc2c(0x118)]=_0x442fb4,this[_0x5abc2c(0x15d)]=_0x5e29a4;let {menu:_0x599823,..._0x143ab8}=(0x0,e[_0x5abc2c(0x18f)])({},R,this[_0x5abc2c(0x1b6)]);_0x599823&&this[_0x5abc2c(0x15d)][_0x5abc2c(0x12f)](_0x5abc2c(0xef),_0x599823,{'merge':!0x0}),this['_configService']['setConfig'](L,_0x143ab8),this[_0x5abc2c(0x1b6)][_0x5abc2c(0x168)]&&this[_0x5abc2c(0x15d)][_0x5abc2c(0x12f)](_0x5abc2c(0x20c),this[_0x5abc2c(0x1b6)][_0x5abc2c(0x168)]);}[_0x1313b5(0x17f)](){const _0x3d5ca1=_0x1313b5;[[G,{'useClass':X}],[J]][_0x3d5ca1(0x1b1)](_0x987b19=>this[_0x3d5ca1(0x118)][_0x3d5ca1(0x17d)](_0x987b19));}['onSteady'](){const _0x309bc1=_0x1313b5;this[_0x309bc1(0x118)][_0x309bc1(0x1da)](J);}};B(Z,'type',e['UniverInstanceType'][_0x1313b5(0x16e)]),B(Z,_0x1313b5(0xfb),_0x1313b5(0x202)),B(Z,_0x1313b5(0x1e7),se),B(Z,_0x1313b5(0x1a7),ce),Z=H([(0x0,e[_0x1313b5(0x18a)])(a[_0x1313b5(0x139)]),V(0x1,(0x0,e['Inject'])(e[_0x1313b5(0x173)])),V(0x2,e['IConfigService'])],Z);let Q=class extends e['RxDisposable']{constructor(_0x37db4e,_0x1f1ba6,_0x43a2c5,_0x811281,_0x3bb78e,_0x3b5fc7,_0x380437,_0x1135bb,_0x6c19c4,_0x431c99,_0x38e2ec){const _0xbbfd43=_0x1313b5;super(),this[_0xbbfd43(0x132)]=_0x37db4e,this[_0xbbfd43(0x1c4)]=_0x1f1ba6,this[_0xbbfd43(0x1d3)]=_0x43a2c5,this[_0xbbfd43(0x148)]=_0x811281,this[_0xbbfd43(0x13a)]=_0x3bb78e,this['_messageService']=_0x3b5fc7,this['_collaborationController']=_0x380437,this[_0xbbfd43(0x11a)]=_0x1135bb,this['_dataLoaderService']=_0x6c19c4,this[_0xbbfd43(0x154)]=_0x431c99,this[_0xbbfd43(0x119)]=_0x38e2ec,B(this,_0xbbfd43(0x1a9),null),this['_init']();}[_0x1313b5(0x16a)](){const _0x2fa6b9=_0x1313b5;[K,q][_0x2fa6b9(0x1b1)](_0x8866e3=>this['disposeWithMe']((0x0,e['toDisposable'])(this[_0x2fa6b9(0x132)][_0x2fa6b9(0x1e6)](_0x8866e3)))),this['disposeWithMe'](this[_0x2fa6b9(0x1d3)][_0x2fa6b9(0x1c8)]('HistoryIcon',I[_0x2fa6b9(0x110)])),this[_0x2fa6b9(0x1c4)][_0x2fa6b9(0x16c)](ue),this[_0x2fa6b9(0x170)](this['_commandService'][_0x2fa6b9(0x190)](async(_0x38d435,_0x39bd50)=>{const _0x46f9b7=_0x2fa6b9;if(_0x38d435['id']===n[_0x46f9b7(0x1ec)]['id']){let {unitId:_0x5e7a59}=_0x38d435['params'];this[_0x46f9b7(0x18e)][_0x46f9b7(0x180)]({'content':this['_localeService']['t'](_0x46f9b7(0x13d)),'type':m[_0x46f9b7(0x166)][_0x46f9b7(0x14b)],'duration':0x1388});let _0xbc84b3=this[_0x46f9b7(0x10f)][_0x46f9b7(0x18d)](_0x5e7a59);_0x39bd50!=null&&_0x39bd50[_0x46f9b7(0x188)]?this[_0x46f9b7(0x194)](_0xbc84b3,async()=>(setTimeout(()=>window[_0x46f9b7(0xff)][_0x46f9b7(0x191)]()),!0x0),!0x0):this['_handleRevertAcknowledgement'](_0xbc84b3,async()=>{const _0x16ad53=_0x46f9b7;let _0x4f32cc=this[_0x16ad53(0x154)]['getCurrentUnitOfType'](e[_0x16ad53(0xf0)][_0x16ad53(0x127)]),_0x493926=_0x4f32cc==null?void 0x0:_0x4f32cc[_0x16ad53(0x182)]();if(!_0x493926)return!0x1;this[_0x16ad53(0x154)][_0x16ad53(0x199)](_0x5e7a59);let _0x4c835a=await this[_0x16ad53(0x141)][_0x16ad53(0x144)](_0x5e7a59,e[_0x16ad53(0xf0)][_0x16ad53(0x127)]);return _0x4c835a&&_0x4c835a instanceof e[_0x16ad53(0x12e)]?(await this[_0x16ad53(0x1ae)](_0x4c835a,_0x493926[_0x16ad53(0x20f)]()),!0x0):!0x1;});}}));}['_handleRevertAcknowledgement'](_0x3bed95,_0x30a62e,_0x251861=!0x1){const _0xd0e74b=_0x1313b5;let _0x5a7085=(0x0,P['combineLatest'])([_0x3bed95[_0xd0e74b(0x165)][_0xd0e74b(0x209)],_0x3bed95[_0xd0e74b(0x1b3)]])[_0xd0e74b(0x1e9)](async([_0x21e2c2,_0x584739])=>{const _0x4b9e2a=_0xd0e74b;if(_0x21e2c2[_0x4b9e2a(0x1e3)]===n[_0x4b9e2a(0x143)][_0x4b9e2a(0x128)]&&(_0x584739==null?void 0x0:_0x584739[_0x4b9e2a(0x109)])===r[_0x4b9e2a(0x140)][_0x4b9e2a(0x13c)]&&_0x21e2c2['data'][_0x4b9e2a(0x201)][_0x4b9e2a(0x13e)](_0xb424b=>_0xb424b['id']===n[_0x4b9e2a(0x1ec)]['id'])&&await _0x30a62e()){var _0x2d38e5;this[_0x4b9e2a(0x148)]['unMountHistoryContent'](),_0x5a7085['unsubscribe'](),this[_0x4b9e2a(0x1a9)]&&clearTimeout(this[_0x4b9e2a(0x1a9)]),await((_0x2d38e5=this[_0x4b9e2a(0x11a)])==null?void 0x0:_0x2d38e5[_0x4b9e2a(0x1d4)]());}});_0x251861&&(this[_0xd0e74b(0x1a9)]=setTimeout(()=>{const _0x2c9097=_0xd0e74b;_0x5a7085['unsubscribe'](),this[_0x2c9097(0x18e)][_0x2c9097(0x180)]({'content':this[_0x2c9097(0x13a)]['t']('edit-history-loader.panel.revertFailed'),'type':m['MessageType'][_0x2c9097(0x1d7)],'duration':0xbb8});},0x1388));}async[_0x1313b5(0x1ae)](_0x4811f6,_0x9de9bd){const _0x2fc2c6=_0x1313b5;await this['_updateSubUnitFromURLParams'](_0x4811f6,_0x9de9bd),_0x4811f6[_0x2fc2c6(0x159)][_0x2fc2c6(0x206)]((0x0,P[_0x2fc2c6(0x1df)])(this['dispose$']))[_0x2fc2c6(0x1e9)](_0x47ed7a=>{const _0x90e70a=_0x2fc2c6;_0x47ed7a&&this[_0x90e70a(0x13b)](_0x47ed7a);}),this[_0x2fc2c6(0x119)][_0x2fc2c6(0x1f9)][_0x2fc2c6(0x206)]((0x0,P[_0x2fc2c6(0x1df)])(this[_0x2fc2c6(0x1c1)]))[_0x2fc2c6(0x1e9)](()=>this[_0x2fc2c6(0x195)](_0x4811f6,_0x9de9bd));}[_0x1313b5(0x13b)](_0x3ebdde,_0x42a3e7=!0x1){const _0x101660=_0x1313b5;let _0x7020d7=this[_0x101660(0x119)]['getParam'](_0x101660(0x1f4));_0x3ebdde['getSheetId']()!==_0x7020d7&&this[_0x101660(0x119)][_0x101660(0x179)]('subunit',_0x3ebdde['getSheetId'](),_0x42a3e7);}async[_0x1313b5(0x195)](_0x135302,_0x26cca9){const _0x538606=_0x1313b5;var _0x3e9992;if(!_0x26cca9||!_0x135302['getSheetBySheetId'](_0x26cca9)){let _0xf6bbdc=_0x135302['getUnhiddenWorksheets']()[0x0],_0x19183b=_0x135302[_0x538606(0x102)](_0xf6bbdc);if(!_0x19183b)return;this[_0x538606(0x13b)](_0x19183b,!0x0),await this[_0x538606(0x132)][_0x538606(0x16d)](t[_0x538606(0x178)]['id'],{'unitId':_0x135302[_0x538606(0x1d2)](),'subUnitId':_0xf6bbdc});return;}((_0x3e9992=_0x135302[_0x538606(0x182)]())==null?void 0x0:_0x3e9992[_0x538606(0x20f)]())!==_0x26cca9&&await this['_commandService']['executeCommand'](t[_0x538606(0x178)]['id'],{'unitId':_0x135302[_0x538606(0x1d2)](),'subUnitId':_0x26cca9});}};Q=H([V(0x0,e[_0x1313b5(0x1f3)]),V(0x1,N['IMenuManagerService']),V(0x2,(0x0,e[_0x1313b5(0x1fc)])(N[_0x1313b5(0x142)])),V(0x3,(0x0,e[_0x1313b5(0x1fc)])(G)),V(0x4,(0x0,e['Inject'])(e[_0x1313b5(0x1d9)])),V(0x5,N[_0x1313b5(0x1c6)]),V(0x6,(0x0,e['Inject'])(r['CollaborationController'])),V(0x7,r[_0x1313b5(0x19e)]),V(0x8,(0x0,e[_0x1313b5(0x1fc)])(r[_0x1313b5(0x161)])),V(0x9,e[_0x1313b5(0x1bd)]),V(0xa,F[_0x1313b5(0x10d)])],Q);let $=class extends e[_0x1313b5(0x116)]{constructor(_0x3fabd6=R,_0x5d5ae1,_0x36a19a){const _0x255e93=_0x1313b5;super(),this[_0x255e93(0x1b6)]=_0x3fabd6,this[_0x255e93(0x118)]=_0x5d5ae1,this[_0x255e93(0x15d)]=_0x36a19a;let {menu:_0x5b7b02,..._0x1b50c9}=(0x0,e[_0x255e93(0x18f)])({},R,this[_0x255e93(0x1b6)]);_0x5b7b02&&this[_0x255e93(0x15d)][_0x255e93(0x12f)]('menu',_0x5b7b02,{'merge':!0x0}),this[_0x255e93(0x15d)][_0x255e93(0x12f)](L,_0x1b50c9),this[_0x255e93(0x1b6)]['univerContainerId']&&this[_0x255e93(0x15d)]['setConfig'](U,this['_config']['univerContainerId']);}[_0x1313b5(0x17f)](){const _0x3bf7d3=_0x1313b5;[[G],[Q]]['forEach'](_0xed7286=>this[_0x3bf7d3(0x118)][_0x3bf7d3(0x17d)](_0xed7286));}[_0x1313b5(0x1ca)](){const _0x36b981=_0x1313b5;this[_0x36b981(0x118)][_0x36b981(0x1da)](Q);}};function _0x271d(_0x1a6f42,_0x3c3911){_0x1a6f42=_0x1a6f42-0xee;const _0x150b84=_0x150b();let _0x271dc9=_0x150b84[_0x1a6f42];return _0x271dc9;}B($,_0x1313b5(0x14e),e[_0x1313b5(0xf0)][_0x1313b5(0x16e)]),B($,_0x1313b5(0xfb),_0x1313b5(0x175)),B($,_0x1313b5(0x1e7),se),B($,_0x1313b5(0x1a7),ce),$=H([(0x0,e[_0x1313b5(0x18a)])(a['UniverLicensePlugin']),V(0x1,(0x0,e[_0x1313b5(0x1fc)])(e['Injector'])),V(0x2,e[_0x1313b5(0x1ff)])],$),exports[_0x1313b5(0x1d0)]=L,Object[_0x1313b5(0x1fb)](exports,_0x1313b5(0x1be),{'enumerable':!0x0,'get':function(){return G;}}),Object['defineProperty'](exports,_0x1313b5(0x1ab),{'enumerable':!0x0,'get':function(){return X;}}),exports[_0x1313b5(0x1bc)]=K,exports[_0x1313b5(0x1d8)]=U,exports[_0x1313b5(0xee)]=W,Object[_0x1313b5(0x1fb)](exports,_0x1313b5(0x189),{'enumerable':!0x0,'get':function(){return Z;}}),Object[_0x1313b5(0x1fb)](exports,_0x1313b5(0xf5),{'enumerable':!0x0,'get':function(){return $;}});
@@ -0,0 +1 @@
1
+ const _0x4b2eb9=_0x56d2;(function(_0x1c2bb2,_0x508695){const _0x13094e=_0x56d2,_0x360b94=_0x1c2bb2();while(!![]){try{const _0xddaba=-parseInt(_0x13094e(0x75))/0x1*(parseInt(_0x13094e(0x77))/0x2)+parseInt(_0x13094e(0x76))/0x3+-parseInt(_0x13094e(0x74))/0x4+parseInt(_0x13094e(0x71))/0x5*(-parseInt(_0x13094e(0x7a))/0x6)+-parseInt(_0x13094e(0x7b))/0x7+parseInt(_0x13094e(0x72))/0x8+parseInt(_0x13094e(0x73))/0x9;if(_0xddaba===_0x508695)break;else _0x360b94['push'](_0x360b94['shift']());}catch(_0x7e62f7){_0x360b94['push'](_0x360b94['shift']());}}}(_0x56ac,0x9e25a));function _0x56ac(){const _0x4e41c4=['2677688vosHul','4mEfLrv','3501390tYlrAt','238268ufZSPA','جارٍ\x20التهيئة،\x20يرجى\x20الانتظار...','سجل\x20التحرير','786wUjKOc','3534993WJPYSv','exports','جارٍ\x20الاستعادة،\x20يرجى\x20الانتظار...','23770IjhtDN','9443640RsUaNI','5165244CuMVRV'];_0x56ac=function(){return _0x4e41c4;};return _0x56ac();}function _0x56d2(_0x4f2877,_0x58e89b){_0x4f2877=_0x4f2877-0x70;const _0x56aca4=_0x56ac();let _0x56d264=_0x56aca4[_0x4f2877];return _0x56d264;}const e={'edit-history-loader':{'panel':{'title':_0x4b2eb9(0x79),'reverting':_0x4b2eb9(0x70),'revertFailed':'خطأ\x20غير\x20معروف،\x20يرجى\x20تحديث\x20الصفحة\x20لعرض\x20نتيجة\x20الاستعادة','listFetchError':'فشل\x20في\x20الحصول\x20على\x20قائمة\x20سجل\x20التحرير'},'info':{'initializing':_0x4b2eb9(0x78)}}};module[_0x4b2eb9(0x7c)]=e;
@@ -0,0 +1 @@
1
+ const _0x9fc778=_0x1278;function _0x1278(_0x3bfcbf,_0x46bae4){_0x3bfcbf=_0x3bfcbf-0xe9;const _0x97f85b=_0x97f8();let _0x127859=_0x97f85b[_0x3bfcbf];return _0x127859;}(function(_0x1318bc,_0x30ed68){const _0x23fc9e=_0x1278,_0x1e72a0=_0x1318bc();while(!![]){try{const _0x744fde=parseInt(_0x23fc9e(0xeb))/0x1*(parseInt(_0x23fc9e(0xf4))/0x2)+parseInt(_0x23fc9e(0xf7))/0x3*(parseInt(_0x23fc9e(0xf2))/0x4)+parseInt(_0x23fc9e(0xf9))/0x5*(parseInt(_0x23fc9e(0xee))/0x6)+parseInt(_0x23fc9e(0xf0))/0x7*(-parseInt(_0x23fc9e(0xed))/0x8)+-parseInt(_0x23fc9e(0xfa))/0x9+parseInt(_0x23fc9e(0xf1))/0xa*(-parseInt(_0x23fc9e(0xec))/0xb)+-parseInt(_0x23fc9e(0xef))/0xc*(-parseInt(_0x23fc9e(0xf8))/0xd);if(_0x744fde===_0x30ed68)break;else _0x1e72a0['push'](_0x1e72a0['shift']());}catch(_0x5561d9){_0x1e72a0['push'](_0x1e72a0['shift']());}}}(_0x97f8,0x42a41));function _0x97f8(){const _0x1ed69d=['241qawdLE','33yQNhDq','8hWaQVZ','12HvgAIn','19176xNHXuR','2267986jbuJDI','601540glMnou','4NFdjig','Historial\x20d\x27edicions','1926QyAerh','exports','Error\x20desconegut,\x20actualitzeu\x20la\x20pàgina\x20per\x20veure\x20el\x20resultat\x20de\x20la\x20restauració','760269WPRuAF','2587ZARJKL','653675PXhwdH','2588013mMUaIP','No\x20s\x27ha\x20pogut\x20obtenir\x20la\x20llista\x20de\x20l\x27historial','Inicialitzant,\x20espereu...'];_0x97f8=function(){return _0x1ed69d;};return _0x97f8();}const e={'edit-history-loader':{'panel':{'title':_0x9fc778(0xf3),'reverting':'Restaurant,\x20espereu...','revertFailed':_0x9fc778(0xf6),'listFetchError':_0x9fc778(0xe9)},'info':{'initializing':_0x9fc778(0xea)}}};module[_0x9fc778(0xf5)]=e;
@@ -0,0 +1 @@
1
+ function _0x3c9d(_0x322d21,_0x4265e5){_0x322d21=_0x322d21-0xe2;const _0x2c1271=_0x2c12();let _0x3c9d7c=_0x2c1271[_0x322d21];return _0x3c9d7c;}const _0x512ada=_0x3c9d;(function(_0x3db654,_0x435a00){const _0x298bcd=_0x3c9d,_0xe22424=_0x3db654();while(!![]){try{const _0x31be7b=-parseInt(_0x298bcd(0xe2))/0x1+parseInt(_0x298bcd(0xe3))/0x2+parseInt(_0x298bcd(0xed))/0x3*(parseInt(_0x298bcd(0xe8))/0x4)+-parseInt(_0x298bcd(0xee))/0x5+parseInt(_0x298bcd(0xea))/0x6+parseInt(_0x298bcd(0xe6))/0x7*(-parseInt(_0x298bcd(0xe4))/0x8)+parseInt(_0x298bcd(0xec))/0x9;if(_0x31be7b===_0x435a00)break;else _0xe22424['push'](_0xe22424['shift']());}catch(_0x237330){_0xe22424['push'](_0xe22424['shift']());}}}(_0x2c12,0xb6b79));const e={'edit-history-loader':{'panel':{'title':'Bearbeitungsverlauf','reverting':_0x512ada(0xe7),'revertFailed':_0x512ada(0xe9),'listFetchError':_0x512ada(0xef)},'info':{'initializing':_0x512ada(0xeb)}}};module[_0x512ada(0xe5)]=e;function _0x2c12(){const _0x163806=['exports','12579riCjqz','Wiederherstellung\x20läuft,\x20bitte\x20warten...','13608bNXgkA','Unbekannter\x20Fehler,\x20bitte\x20aktualisieren\x20Sie\x20die\x20Seite,\x20um\x20das\x20Ergebnis\x20der\x20Wiederherstellung\x20anzuzeigen','8511474AUwZvL','Initialisierung\x20läuft,\x20bitte\x20warten...','1245060tzfpJn','534JRRIjc','4325385uWTrPP','Fehler\x20beim\x20Abrufen\x20der\x20Bearbeitungshistorie','1407295QKZuZA','1986162TqVGee','600gKSijU'];_0x2c12=function(){return _0x163806;};return _0x2c12();}
@@ -0,0 +1 @@
1
+ const _0x5baa26=_0x1cd9;function _0x1cd9(_0x4d07eb,_0x3d7a93){_0x4d07eb=_0x4d07eb-0x1b5;const _0x538b33=_0x538b();let _0x1cd97f=_0x538b33[_0x4d07eb];return _0x1cd97f;}(function(_0x3172b7,_0x3802d0){const _0x3b0ea8=_0x1cd9,_0x43d64d=_0x3172b7();while(!![]){try{const _0x1f9b44=parseInt(_0x3b0ea8(0x1b9))/0x1+parseInt(_0x3b0ea8(0x1bd))/0x2+parseInt(_0x3b0ea8(0x1bb))/0x3*(-parseInt(_0x3b0ea8(0x1c0))/0x4)+-parseInt(_0x3b0ea8(0x1ba))/0x5+parseInt(_0x3b0ea8(0x1b7))/0x6+parseInt(_0x3b0ea8(0x1bc))/0x7*(-parseInt(_0x3b0ea8(0x1be))/0x8)+-parseInt(_0x3b0ea8(0x1b5))/0x9;if(_0x1f9b44===_0x3802d0)break;else _0x43d64d['push'](_0x43d64d['shift']());}catch(_0x5a61a6){_0x43d64d['push'](_0x43d64d['shift']());}}}(_0x538b,0xe96d1));const e={'edit-history-loader':{'panel':{'title':_0x5baa26(0x1c2),'reverting':_0x5baa26(0x1c1),'revertFailed':_0x5baa26(0x1b6),'listFetchError':_0x5baa26(0x1b8)},'info':{'initializing':_0x5baa26(0x1bf)}}};function _0x538b(){const _0x5727d5=['Reverting,\x20please\x20wait...','Edit\x20History','13413258SfEjQN','Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','8531934oEwxBq','Failed\x20to\x20get\x20edit\x20history\x20list','1421882gPnMKb','2968915lKZPke','3HlGFqi','379141sJuDVh','2204054alJyXv','24AjGEhu','Initializing,\x20please\x20wait...','2972604IjzCYA'];_0x538b=function(){return _0x5727d5;};return _0x538b();}module['exports']=e;
@@ -0,0 +1 @@
1
+ const _0x50795f=_0xfe86;function _0xfe86(_0x1585b0,_0x34f3bf){_0x1585b0=_0x1585b0-0xc0;const _0x8a5f46=_0x8a5f();let _0xfe8624=_0x8a5f46[_0x1585b0];return _0xfe8624;}(function(_0x420c68,_0x9b66d1){const _0x289b8f=_0xfe86,_0x1d3e41=_0x420c68();while(!![]){try{const _0x21a7ee=-parseInt(_0x289b8f(0xc3))/0x1*(-parseInt(_0x289b8f(0xca))/0x2)+-parseInt(_0x289b8f(0xc1))/0x3*(-parseInt(_0x289b8f(0xc4))/0x4)+parseInt(_0x289b8f(0xc0))/0x5+-parseInt(_0x289b8f(0xc6))/0x6+parseInt(_0x289b8f(0xc8))/0x7+-parseInt(_0x289b8f(0xc2))/0x8+-parseInt(_0x289b8f(0xcb))/0x9;if(_0x21a7ee===_0x9b66d1)break;else _0x1d3e41['push'](_0x1d3e41['shift']());}catch(_0x1477e7){_0x1d3e41['push'](_0x1d3e41['shift']());}}}(_0x8a5f,0x9caf8));const e={'edit-history-loader':{'panel':{'title':'Historial\x20de\x20ediciones','reverting':'Restaurando,\x20espere...','revertFailed':_0x50795f(0xc7),'listFetchError':_0x50795f(0xcc)},'info':{'initializing':_0x50795f(0xc5)}}};function _0x8a5f(){const _0x17c737=['3155790JIFIoV','Error\x20desconocido,\x20actualice\x20la\x20página\x20para\x20ver\x20el\x20resultado\x20de\x20la\x20restauración','7076986qxoKqC','exports','1915642VIUsFi','2276451ZDpfUO','No\x20se\x20pudo\x20obtener\x20la\x20lista\x20del\x20historial\x20de\x20ediciones','1505120Hpgxsg','37617uZIzVV','7595736cNOKaD','1wwWYBw','32Evguyh','Inicializando,\x20espere...'];_0x8a5f=function(){return _0x17c737;};return _0x8a5f();}module[_0x50795f(0xc9)]=e;
@@ -0,0 +1 @@
1
+ function _0x439c(_0x743ed8,_0x42c3a9){_0x743ed8=_0x743ed8-0x158;const _0x11017c=_0x1101();let _0x439c5a=_0x11017c[_0x743ed8];return _0x439c5a;}function _0x1101(){const _0x8055c=['30746110XaBvdm','5852115YwCpvI','2773208ioKBlH','3370451bzuhOx','تاریخچه\x20ویرایش','3ABRggP','170896UEizEf','1402602iLNIsL','در\x20حال\x20بازگردانی،\x20لطفا\x20صبر\x20کنید...','در\x20حال\x20راه‌اندازی،\x20لطفا\x20صبر\x20کنید...','6aRMaMB','171MENlSz','649136DGTCxK'];_0x1101=function(){return _0x8055c;};return _0x1101();}const _0x2d24ba=_0x439c;(function(_0x2f7ce8,_0x167e14){const _0x1ff169=_0x439c,_0x3feba0=_0x2f7ce8();while(!![]){try{const _0x313b22=parseInt(_0x1ff169(0x158))/0x1+-parseInt(_0x1ff169(0x15d))/0x2+-parseInt(_0x1ff169(0x163))/0x3*(-parseInt(_0x1ff169(0x160))/0x4)+-parseInt(_0x1ff169(0x15f))/0x5*(-parseInt(_0x1ff169(0x15b))/0x6)+parseInt(_0x1ff169(0x161))/0x7+-parseInt(_0x1ff169(0x164))/0x8*(-parseInt(_0x1ff169(0x15c))/0x9)+-parseInt(_0x1ff169(0x15e))/0xa;if(_0x313b22===_0x167e14)break;else _0x3feba0['push'](_0x3feba0['shift']());}catch(_0x9bae64){_0x3feba0['push'](_0x3feba0['shift']());}}}(_0x1101,0xb8357));const e={'edit-history-loader':{'panel':{'title':_0x2d24ba(0x162),'reverting':_0x2d24ba(0x159),'revertFailed':'خطای\x20ناشناخته،\x20لطفا\x20صفحه\x20را\x20بارگذاری\x20مجدد\x20کنید\x20تا\x20نتیجه\x20بازگردانی\x20را\x20مشاهده\x20کنید','listFetchError':'دریافت\x20لیست\x20تاریخچه\x20ویرایش\x20ناموفق\x20بود'},'info':{'initializing':_0x2d24ba(0x15a)}}};module['exports']=e;
@@ -0,0 +1 @@
1
+ function _0x1d22(_0x5daa7a,_0x1f50d9){_0x5daa7a=_0x5daa7a-0xb4;const _0x15f6b9=_0x15f6();let _0x1d22e7=_0x15f6b9[_0x5daa7a];return _0x1d22e7;}const _0x5e80bb=_0x1d22;function _0x15f6(){const _0xb4c468=['Historique\x20des\x20modifications','9656kAwEbq','Restauration\x20en\x20cours,\x20veuillez\x20patienter...','3881964WhztVN','Échec\x20de\x20l\x27obtention\x20de\x20la\x20liste\x20de\x20l\x27historique','20539060KGrGQL','1139915tnJlGA','exports','7822179lkBuZN','85RnvUWf','Initialisation\x20en\x20cours,\x20veuillez\x20patienter...','7780IwJYGU','8yzkLGW','231181xYZtyL','381BgvpBX'];_0x15f6=function(){return _0xb4c468;};return _0x15f6();}(function(_0x538c56,_0x403ab7){const _0x1281ab=_0x1d22,_0x562c02=_0x538c56();while(!![]){try{const _0x3c3c37=parseInt(_0x1281ab(0xc2))/0x1+parseInt(_0x1281ab(0xb6))/0x2*(parseInt(_0x1281ab(0xb4))/0x3)+-parseInt(_0x1281ab(0xc0))/0x4*(-parseInt(_0x1281ab(0xbe))/0x5)+parseInt(_0x1281ab(0xb8))/0x6+parseInt(_0x1281ab(0xbb))/0x7*(parseInt(_0x1281ab(0xc1))/0x8)+parseInt(_0x1281ab(0xbd))/0x9+-parseInt(_0x1281ab(0xba))/0xa;if(_0x3c3c37===_0x403ab7)break;else _0x562c02['push'](_0x562c02['shift']());}catch(_0x54e52d){_0x562c02['push'](_0x562c02['shift']());}}}(_0x15f6,0x7aac2));const e={'edit-history-loader':{'panel':{'title':_0x5e80bb(0xb5),'reverting':_0x5e80bb(0xb7),'revertFailed':'Erreur\x20inconnue,\x20veuillez\x20actualiser\x20la\x20page\x20pour\x20voir\x20le\x20résultat\x20de\x20la\x20restauration','listFetchError':_0x5e80bb(0xb9)},'info':{'initializing':_0x5e80bb(0xbf)}}};module[_0x5e80bb(0xbc)]=e;
@@ -0,0 +1 @@
1
+ function _0x53e7(){const _0x5aeaa8=['617930wzGusI','624973qcaKiW','3976731XbfgPv','Gagal\x20mendapatkan\x20daftar\x20riwayat\x20edit','4553412AiDsIh','4734152LVkbbK','Kesalahan\x20tidak\x20diketahui,\x20harap\x20segarkan\x20halaman\x20untuk\x20melihat\x20hasil\x20pengembalian','7095130cEnAJj','3831815czMvse','exports'];_0x53e7=function(){return _0x5aeaa8;};return _0x53e7();}const _0x4fee27=_0x49a7;function _0x49a7(_0x539626,_0x2ef9ef){_0x539626=_0x539626-0x84;const _0x53e723=_0x53e7();let _0x49a758=_0x53e723[_0x539626];return _0x49a758;}(function(_0x201401,_0x59e7a0){const _0x150d1f=_0x49a7,_0xe3b8ec=_0x201401();while(!![]){try{const _0x56cf5c=parseInt(_0x150d1f(0x8a))/0x1+-parseInt(_0x150d1f(0x89))/0x2+-parseInt(_0x150d1f(0x8b))/0x3+parseInt(_0x150d1f(0x84))/0x4+parseInt(_0x150d1f(0x87))/0x5+parseInt(_0x150d1f(0x8d))/0x6+-parseInt(_0x150d1f(0x86))/0x7;if(_0x56cf5c===_0x59e7a0)break;else _0xe3b8ec['push'](_0xe3b8ec['shift']());}catch(_0xe0b5e0){_0xe3b8ec['push'](_0xe3b8ec['shift']());}}}(_0x53e7,0xa764c));const e={'edit-history-loader':{'panel':{'title':'Riwayat\x20Edit','reverting':'Mengembalikan,\x20harap\x20tunggu...','revertFailed':_0x4fee27(0x85),'listFetchError':_0x4fee27(0x8c)},'info':{'initializing':'Menginisialisasi,\x20harap\x20tunggu...'}}};module[_0x4fee27(0x88)]=e;
@@ -0,0 +1 @@
1
+ function _0x86b1(){const _0x3d291e=['2319079dyFuSU','2419220Qoddbe','5153KkqmpJ','6LfUuUe','219384bjlrEi','1760283oEfGCk','Cronologia\x20modifiche','9DRiMnm','1468085hCoazX','Ripristino\x20in\x20corso,\x20attendi...','exports','1416572xVrCrY','166qnbBKm','Errore\x20sconosciuto,\x20aggiorna\x20la\x20pagina\x20per\x20visualizzare\x20il\x20risultato\x20del\x20ripristino'];_0x86b1=function(){return _0x3d291e;};return _0x86b1();}const _0xee24e9=_0x3ee5;function _0x3ee5(_0x18ab43,_0x2df9d6){_0x18ab43=_0x18ab43-0xa2;const _0x86b1c5=_0x86b1();let _0x3ee548=_0x86b1c5[_0x18ab43];return _0x3ee548;}(function(_0x16eeb1,_0x44a278){const _0x4c63b8=_0x3ee5,_0x62cb8e=_0x16eeb1();while(!![]){try{const _0x1362b9=parseInt(_0x4c63b8(0xaf))/0x1*(parseInt(_0x4c63b8(0xab))/0x2)+parseInt(_0x4c63b8(0xa4))/0x3+-parseInt(_0x4c63b8(0xaa))/0x4+parseInt(_0x4c63b8(0xa7))/0x5*(-parseInt(_0x4c63b8(0xa2))/0x6)+-parseInt(_0x4c63b8(0xad))/0x7+parseInt(_0x4c63b8(0xa3))/0x8+-parseInt(_0x4c63b8(0xa6))/0x9*(-parseInt(_0x4c63b8(0xae))/0xa);if(_0x1362b9===_0x44a278)break;else _0x62cb8e['push'](_0x62cb8e['shift']());}catch(_0x408ce5){_0x62cb8e['push'](_0x62cb8e['shift']());}}}(_0x86b1,0x4a66c));const e={'edit-history-loader':{'panel':{'title':_0xee24e9(0xa5),'reverting':_0xee24e9(0xa8),'revertFailed':_0xee24e9(0xac),'listFetchError':'Impossibile\x20ottenere\x20l\x27elenco\x20della\x20cronologia\x20modifiche'},'info':{'initializing':'Inizializzazione\x20in\x20corso,\x20attendi...'}}};module[_0xee24e9(0xa9)]=e;
@@ -0,0 +1 @@
1
+ function _0x544f(){const _0x242fb5=['166644QNTwWZ','18mobyqw','編集履歴リストの取得に失敗しました','66283dCrSgz','8WnYlTm','8937PtXWbE','597945dHHfAX','exports','復元中です。お待ちください...','不明なエラーが発生しました。ページを更新して復元結果を確認してください','148nfwmew','282174EtObkO','9262bfjtUV','2311263pDYfMy','360rDVXzp'];_0x544f=function(){return _0x242fb5;};return _0x544f();}const _0x5adc05=_0x26a8;(function(_0x4d78c1,_0x385ae4){const _0x291194=_0x26a8,_0x41f556=_0x4d78c1();while(!![]){try{const _0x52e800=parseInt(_0x291194(0x19a))/0x1+-parseInt(_0x291194(0x199))/0x2*(-parseInt(_0x291194(0x1a3))/0x3)+-parseInt(_0x291194(0x19e))/0x4+-parseInt(_0x291194(0x1a4))/0x5+parseInt(_0x291194(0x19f))/0x6*(parseInt(_0x291194(0x1a1))/0x7)+-parseInt(_0x291194(0x1a2))/0x8*(parseInt(_0x291194(0x19c))/0x9)+parseInt(_0x291194(0x19d))/0xa*(parseInt(_0x291194(0x19b))/0xb);if(_0x52e800===_0x385ae4)break;else _0x41f556['push'](_0x41f556['shift']());}catch(_0x1c231f){_0x41f556['push'](_0x41f556['shift']());}}}(_0x544f,0x22fb2));function _0x26a8(_0x25b9fe,_0x32e0b7){_0x25b9fe=_0x25b9fe-0x198;const _0x544f5d=_0x544f();let _0x26a8ec=_0x544f5d[_0x25b9fe];return _0x26a8ec;}const e={'edit-history-loader':{'panel':{'title':'編集履歴','reverting':_0x5adc05(0x1a6),'revertFailed':_0x5adc05(0x198),'listFetchError':_0x5adc05(0x1a0)},'info':{'initializing':'初期化中です。お待ちください...'}}};module[_0x5adc05(0x1a5)]=e;
@@ -0,0 +1 @@
1
+ function _0x51c6(_0x2d2a4c,_0x33a5c8){_0x2d2a4c=_0x2d2a4c-0x150;const _0x362bba=_0x362b();let _0x51c621=_0x362bba[_0x2d2a4c];return _0x51c621;}const _0xe66c8d=_0x51c6;(function(_0x4168d6,_0x52035f){const _0x1c97f6=_0x51c6,_0x3ffe64=_0x4168d6();while(!![]){try{const _0x3fa9b3=parseInt(_0x1c97f6(0x155))/0x1+-parseInt(_0x1c97f6(0x153))/0x2*(-parseInt(_0x1c97f6(0x159))/0x3)+-parseInt(_0x1c97f6(0x157))/0x4*(parseInt(_0x1c97f6(0x158))/0x5)+parseInt(_0x1c97f6(0x156))/0x6+-parseInt(_0x1c97f6(0x151))/0x7*(-parseInt(_0x1c97f6(0x15b))/0x8)+-parseInt(_0x1c97f6(0x15c))/0x9*(parseInt(_0x1c97f6(0x15a))/0xa)+-parseInt(_0x1c97f6(0x15d))/0xb;if(_0x3fa9b3===_0x52035f)break;else _0x3ffe64['push'](_0x3ffe64['shift']());}catch(_0x1f7b6c){_0x3ffe64['push'](_0x3ffe64['shift']());}}}(_0x362b,0x508fa));const e={'edit-history-loader':{'panel':{'title':_0xe66c8d(0x152),'reverting':_0xe66c8d(0x150),'revertFailed':_0xe66c8d(0x15e),'listFetchError':_0xe66c8d(0x154)},'info':{'initializing':'초기화\x20중입니다.\x20잠시만\x20기다려\x20주세요...'}}};function _0x362b(){const _0x27c67a=['5007768qTmKjv','5080167JuzWzs','12548668jBXMjk','알\x20수\x20없는\x20오류가\x20발생했습니다.\x20페이지를\x20새로\x20고침하여\x20복원\x20결과를\x20확인하세요','exports','복원\x20중입니다.\x20잠시만\x20기다려\x20주세요...','7rvraNr','편집\x20기록','2NWjKNJ','편집\x20기록\x20목록을\x20가져오지\x20못했습니다','576596ZQAXhX','2920476yVakae','20kUlrHQ','18505GcNUWC','1093263BFVMea','10HPFcBe'];_0x362b=function(){return _0x27c67a;};return _0x362b();}module[_0xe66c8d(0x15f)]=e;
@@ -0,0 +1 @@
1
+ const _0x1090e5=_0x109b;(function(_0x4a8a97,_0xc30905){const _0x35fec0=_0x109b,_0x431ff4=_0x4a8a97();while(!![]){try{const _0x480760=-parseInt(_0x35fec0(0x1de))/0x1+parseInt(_0x35fec0(0x1d6))/0x2*(-parseInt(_0x35fec0(0x1d5))/0x3)+-parseInt(_0x35fec0(0x1dd))/0x4*(parseInt(_0x35fec0(0x1d7))/0x5)+-parseInt(_0x35fec0(0x1db))/0x6+-parseInt(_0x35fec0(0x1df))/0x7+-parseInt(_0x35fec0(0x1d8))/0x8+parseInt(_0x35fec0(0x1e0))/0x9;if(_0x480760===_0xc30905)break;else _0x431ff4['push'](_0x431ff4['shift']());}catch(_0x510224){_0x431ff4['push'](_0x431ff4['shift']());}}}(_0x303e,0xc7492));function _0x109b(_0x32162a,_0x2ed9ac){_0x32162a=_0x32162a-0x1d4;const _0x303e33=_0x303e();let _0x109be7=_0x303e33[_0x32162a];return _0x109be7;}const e={'edit-history-loader':{'panel':{'title':_0x1090e5(0x1dc),'reverting':_0x1090e5(0x1d4),'revertFailed':'Nieznany\x20błąd,\x20odśwież\x20stronę,\x20aby\x20zobaczyć\x20wynik\x20przywracania','listFetchError':'Nie\x20udało\x20się\x20pobrać\x20listy\x20historii\x20edycji'},'info':{'initializing':_0x1090e5(0x1da)}}};function _0x303e(){const _0xb96e05=['exports','Inicjalizowanie,\x20proszę\x20czekać...','3762852bMkTEv','Historia\x20edycji','3605340FCjcUx','1137796MEDsfZ','11163803lrHpiD','51996753kiEjVX','Przywracanie,\x20proszę\x20czekać...','4503tzYiif','362UQtOJw','5SAiWjZ','3426880jyxzTu'];_0x303e=function(){return _0xb96e05;};return _0x303e();}module[_0x1090e5(0x1d9)]=e;
@@ -0,0 +1 @@
1
+ function _0x3ead(_0x1af3b1,_0x35ffe2){_0x1af3b1=_0x1af3b1-0xc6;const _0x37e0b2=_0x37e0();let _0x3eadbd=_0x37e0b2[_0x1af3b1];return _0x3eadbd;}const _0x1d490f=_0x3ead;(function(_0x2abeb7,_0x28f6e8){const _0x1d38b2=_0x3ead,_0x3bf1d0=_0x2abeb7();while(!![]){try{const _0x5cc2f9=-parseInt(_0x1d38b2(0xd2))/0x1*(-parseInt(_0x1d38b2(0xc6))/0x2)+parseInt(_0x1d38b2(0xc8))/0x3+parseInt(_0x1d38b2(0xc9))/0x4+parseInt(_0x1d38b2(0xd0))/0x5*(-parseInt(_0x1d38b2(0xcd))/0x6)+-parseInt(_0x1d38b2(0xca))/0x7+parseInt(_0x1d38b2(0xd3))/0x8+-parseInt(_0x1d38b2(0xd1))/0x9*(parseInt(_0x1d38b2(0xce))/0xa);if(_0x5cc2f9===_0x28f6e8)break;else _0x3bf1d0['push'](_0x3bf1d0['shift']());}catch(_0x11b1c7){_0x3bf1d0['push'](_0x3bf1d0['shift']());}}}(_0x37e0,0x6e802));function _0x37e0(){const _0xdcd005=['2018830XcbDDu','exports','20HwguPV','27yKgqGM','3qIJvcW','1107824NVeBOC','459366zPUiEF','Histórico\x20de\x20Edição','1758843iUjitU','848604QIUuxS','1188992ViTUXJ','Erro\x20desconhecido,\x20atualize\x20a\x20página\x20para\x20ver\x20o\x20resultado\x20da\x20reversão','Inicializando,\x20aguarde...','596766GLFsdO'];_0x37e0=function(){return _0xdcd005;};return _0x37e0();}const e={'edit-history-loader':{'panel':{'title':_0x1d490f(0xc7),'reverting':'Revertendo,\x20aguarde...','revertFailed':_0x1d490f(0xcb),'listFetchError':'Falha\x20ao\x20obter\x20a\x20lista\x20de\x20histórico\x20de\x20edição'},'info':{'initializing':_0x1d490f(0xcc)}}};module[_0x1d490f(0xcf)]=e;
@@ -0,0 +1 @@
1
+ const _0x1b5387=_0x1efa;(function(_0x36566e,_0x3cb72e){const _0x29cce=_0x1efa,_0x24b931=_0x36566e();while(!![]){try{const _0x4fddb9=parseInt(_0x29cce(0x16f))/0x1+parseInt(_0x29cce(0x178))/0x2+-parseInt(_0x29cce(0x16c))/0x3*(-parseInt(_0x29cce(0x170))/0x4)+-parseInt(_0x29cce(0x171))/0x5*(parseInt(_0x29cce(0x16d))/0x6)+-parseInt(_0x29cce(0x176))/0x7+-parseInt(_0x29cce(0x174))/0x8*(-parseInt(_0x29cce(0x179))/0x9)+parseInt(_0x29cce(0x17b))/0xa*(-parseInt(_0x29cce(0x17a))/0xb);if(_0x4fddb9===_0x3cb72e)break;else _0x24b931['push'](_0x24b931['shift']());}catch(_0x55caae){_0x24b931['push'](_0x24b931['shift']());}}}(_0x452c,0xdb531));function _0x1efa(_0x4de153,_0x5027f6){_0x4de153=_0x4de153-0x16c;const _0x452c6a=_0x452c();let _0x1efa81=_0x452c6a[_0x4de153];return _0x1efa81;}const e={'edit-history-loader':{'panel':{'title':_0x1b5387(0x173),'reverting':'Восстановление,\x20подождите...','revertFailed':_0x1b5387(0x172),'listFetchError':_0x1b5387(0x177)},'info':{'initializing':_0x1b5387(0x175)}}};function _0x452c(){const _0x3c2009=['2810rGgefO','6AVFCQo','176334cEzBAs','exports','1397396HbnbWP','2915708BuqSXy','235XTgdzA','Неизвестная\x20ошибка,\x20обновите\x20страницу\x20для\x20просмотра\x20результата\x20восстановления','История\x20изменений','3176528djkuQu','Инициализация,\x20подождите...','455672WTZnuL','Не\x20удалось\x20получить\x20список\x20истории\x20изменений','1935058MabEeY','9tJicFH','73403HGMXpU'];_0x452c=function(){return _0x3c2009;};return _0x452c();}module[_0x1b5387(0x16e)]=e;
@@ -0,0 +1 @@
1
+ function _0x431d(_0x528150,_0x4d69d4){_0x528150=_0x528150-0x10f;const _0x281b6d=_0x281b();let _0x431d3b=_0x281b6d[_0x528150];return _0x431d3b;}const _0x5779e9=_0x431d;(function(_0x476613,_0x5ba6a3){const _0x55593d=_0x431d,_0x584c19=_0x476613();while(!![]){try{const _0x578ead=-parseInt(_0x55593d(0x11d))/0x1+parseInt(_0x55593d(0x110))/0x2+parseInt(_0x55593d(0x113))/0x3*(-parseInt(_0x55593d(0x111))/0x4)+parseInt(_0x55593d(0x117))/0x5*(parseInt(_0x55593d(0x11a))/0x6)+parseInt(_0x55593d(0x118))/0x7+-parseInt(_0x55593d(0x114))/0x8+parseInt(_0x55593d(0x119))/0x9;if(_0x578ead===_0x5ba6a3)break;else _0x584c19['push'](_0x584c19['shift']());}catch(_0x211f1c){_0x584c19['push'](_0x584c19['shift']());}}}(_0x281b,0xc34bf));const e={'edit-history-loader':{'panel':{'title':_0x5779e9(0x116),'reverting':_0x5779e9(0x11b),'revertFailed':_0x5779e9(0x115),'listFetchError':_0x5779e9(0x11c)},'info':{'initializing':_0x5779e9(0x10f)}}};module[_0x5779e9(0x112)]=e;function _0x281b(){const _0x2117ef=['8288766zyvGyt','6opCIMn','Obnovuje\x20sa,\x20prosím\x20počkajte...','Nepodarilo\x20sa\x20získať\x20zoznam\x20histórie\x20úprav','1556945Fjzams','Inicializace,\x20prosím\x20počkejte...','2354328YYkrDU','326792cDqIuF','exports','9hsfHLl','7698880tosAJA','Neznáma\x20chyba,\x20obnovte\x20stránku\x20a\x20pozrite\x20si\x20výsledok\x20obnovenia','História\x20úprav','3594545Cwijlg','5231009yxaHmV'];_0x281b=function(){return _0x2117ef;};return _0x281b();}
@@ -0,0 +1 @@
1
+ function _0x1576(_0x418a33,_0x5e88c7){_0x418a33=_0x418a33-0x14e;const _0x3ceb08=_0x3ceb();let _0x1576d5=_0x3ceb08[_0x418a33];return _0x1576d5;}const _0x4ba5d8=_0x1576;(function(_0x3c1659,_0x2ded40){const _0x4c6f87=_0x1576,_0x57f1e9=_0x3c1659();while(!![]){try{const _0x281d37=parseInt(_0x4c6f87(0x15f))/0x1+parseInt(_0x4c6f87(0x15b))/0x2*(parseInt(_0x4c6f87(0x14f))/0x3)+-parseInt(_0x4c6f87(0x150))/0x4+parseInt(_0x4c6f87(0x159))/0x5*(-parseInt(_0x4c6f87(0x156))/0x6)+-parseInt(_0x4c6f87(0x158))/0x7*(-parseInt(_0x4c6f87(0x154))/0x8)+parseInt(_0x4c6f87(0x14e))/0x9*(-parseInt(_0x4c6f87(0x15e))/0xa)+-parseInt(_0x4c6f87(0x151))/0xb*(-parseInt(_0x4c6f87(0x157))/0xc);if(_0x281d37===_0x2ded40)break;else _0x57f1e9['push'](_0x57f1e9['shift']());}catch(_0x329be1){_0x57f1e9['push'](_0x57f1e9['shift']());}}}(_0x3ceb,0x1c726));const e={'edit-history-loader':{'panel':{'title':_0x4ba5d8(0x155),'reverting':_0x4ba5d8(0x15d),'revertFailed':_0x4ba5d8(0x152),'listFetchError':_0x4ba5d8(0x153)},'info':{'initializing':_0x4ba5d8(0x15c)}}};module[_0x4ba5d8(0x15a)]=e;function _0x3ceb(){const _0x5fe5b6=['23835YrTtym','exports','38SenNlk','đang\x20khởi\x20tạo,\x20vui\x20lòng\x20đợi...','Đang\x20khôi\x20phục,\x20vui\x20lòng\x20đợi...','30ZMoRNq','195635cWnQPk','197631WgJlMM','11865TSqUxu','921896nSDxUk','75493bdPVhJ','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','Không\x20thể\x20lấy\x20danh\x20sách\x20lịch\x20sử\x20chỉnh\x20sửa','159272BIyHCK','Lịch\x20sử\x20chỉnh\x20sửa','114pSDuGp','372TfloLX','7dBNHcT'];_0x3ceb=function(){return _0x5fe5b6;};return _0x3ceb();}
@@ -0,0 +1 @@
1
+ const _0x10ad9a=_0x35b8;function _0x4426(){const _0x3e944f=['61089FsCRUJ','2262976QwteLK','678WBDgeO','获取编辑历史记录列表失败','32266575VipBwI','正在还原,请稍等...','5057195VhvxGW','3088977MYGAhW','2153092LzfPsA','145yivdSB','未知错误,请刷新页面查看还原结果','11540QOkzyv','历史记录','exports'];_0x4426=function(){return _0x3e944f;};return _0x4426();}function _0x35b8(_0x216563,_0x27b576){_0x216563=_0x216563-0x1bf;const _0x442680=_0x4426();let _0x35b861=_0x442680[_0x216563];return _0x35b861;}(function(_0x462262,_0x2ef406){const _0x85f6cb=_0x35b8,_0x43a94f=_0x462262();while(!![]){try{const _0x5d372e=-parseInt(_0x85f6cb(0x1c1))/0x1*(-parseInt(_0x85f6cb(0x1c3))/0x2)+parseInt(_0x85f6cb(0x1bf))/0x3+parseInt(_0x85f6cb(0x1c0))/0x4+parseInt(_0x85f6cb(0x1cc))/0x5+-parseInt(_0x85f6cb(0x1c8))/0x6*(-parseInt(_0x85f6cb(0x1c6))/0x7)+-parseInt(_0x85f6cb(0x1c7))/0x8+-parseInt(_0x85f6cb(0x1ca))/0x9;if(_0x5d372e===_0x2ef406)break;else _0x43a94f['push'](_0x43a94f['shift']());}catch(_0x3b74e2){_0x43a94f['push'](_0x43a94f['shift']());}}}(_0x4426,0x8266d));const e={'edit-history-loader':{'panel':{'title':_0x10ad9a(0x1c4),'reverting':_0x10ad9a(0x1cb),'revertFailed':_0x10ad9a(0x1c2),'listFetchError':_0x10ad9a(0x1c9)},'info':{'initializing':'初始化中,请稍等...'}}};module[_0x10ad9a(0x1c5)]=e;
@@ -0,0 +1 @@
1
+ function _0xf01d(_0x2847b8,_0x3b5864){_0x2847b8=_0x2847b8-0x122;const _0x1dcb35=_0x1dcb();let _0xf01d7=_0x1dcb35[_0x2847b8];return _0xf01d7;}const _0xbf968e=_0xf01d;(function(_0x15fbe7,_0x642d3b){const _0x7398d5=_0xf01d,_0x5ed9cc=_0x15fbe7();while(!![]){try{const _0x4f822e=-parseInt(_0x7398d5(0x12c))/0x1+-parseInt(_0x7398d5(0x12d))/0x2+parseInt(_0x7398d5(0x125))/0x3*(-parseInt(_0x7398d5(0x122))/0x4)+parseInt(_0x7398d5(0x12b))/0x5*(-parseInt(_0x7398d5(0x128))/0x6)+-parseInt(_0x7398d5(0x129))/0x7+parseInt(_0x7398d5(0x124))/0x8+parseInt(_0x7398d5(0x12a))/0x9;if(_0x4f822e===_0x642d3b)break;else _0x5ed9cc['push'](_0x5ed9cc['shift']());}catch(_0x2e5405){_0x5ed9cc['push'](_0x5ed9cc['shift']());}}}(_0x1dcb,0xb3150));function _0x1dcb(){const _0x51325d=['編輯歷程','90TwpgXM','8846502XInAYd','48495726Tymfjq','447290ZsjWnW','615517yvtmYM','2244264tdACUG','初始化中,請稍候...','正在還原,請稍候...','3290824vVEOgK','無法取得編輯歷程列表','4088936rqqVxh','3xPybid','exports'];_0x1dcb=function(){return _0x51325d;};return _0x1dcb();}const e={'edit-history-loader':{'panel':{'title':_0xbf968e(0x127),'reverting':_0xbf968e(0x12f),'revertFailed':'發生未知錯誤,請重新整理頁面查看還原結果','listFetchError':_0xbf968e(0x123)},'info':{'initializing':_0xbf968e(0x12e)}}};module[_0xbf968e(0x126)]=e;
@@ -0,0 +1 @@
1
+ const _0x3e5849=_0x45e6;function _0x45e6(_0x46b5b8,_0x3da2ad){_0x46b5b8=_0x46b5b8-0xaa;const _0x392e29=_0x392e();let _0x45e677=_0x392e29[_0x46b5b8];return _0x45e677;}function _0x392e(){const _0x210cfd=['473FMnbZg','20AcaAMw','297696KguIYe','編輯歷程','1058438UurWWB','14217uWOVIT','144740umSNxr','exports','3272qYEWzn','6988JSXKaV','1164303qhIhcn','正在還原,請稍候...','1047922kawsfA','初始化中,請稍候...','3gpsKeY','發生未知錯誤,請重新整理頁面查看還原結果','無法取得編輯歷程列表','138mNlZOI'];_0x392e=function(){return _0x210cfd;};return _0x392e();}(function(_0xb18828,_0x3f6102){const _0x51655d=_0x45e6,_0x5e7318=_0xb18828();while(!![]){try{const _0x14ae30=parseInt(_0x51655d(0xb8))/0x1+-parseInt(_0x51655d(0xb0))/0x2*(-parseInt(_0x51655d(0xba))/0x3)+-parseInt(_0x51655d(0xb5))/0x4+-parseInt(_0x51655d(0xb2))/0x5*(-parseInt(_0x51655d(0xab))/0x6)+parseInt(_0x51655d(0xb1))/0x7*(-parseInt(_0x51655d(0xb4))/0x8)+parseInt(_0x51655d(0xb6))/0x9*(parseInt(_0x51655d(0xad))/0xa)+parseInt(_0x51655d(0xac))/0xb*(-parseInt(_0x51655d(0xae))/0xc);if(_0x14ae30===_0x3f6102)break;else _0x5e7318['push'](_0x5e7318['shift']());}catch(_0x27c13b){_0x5e7318['push'](_0x5e7318['shift']());}}}(_0x392e,0x9318d));const e={'edit-history-loader':{'panel':{'title':_0x3e5849(0xaf),'reverting':_0x3e5849(0xb7),'revertFailed':_0x3e5849(0xbb),'listFetchError':_0x3e5849(0xaa)},'info':{'initializing':_0x3e5849(0xb9)}}};module[_0x3e5849(0xb3)]=e;